import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiLikeIconConfig: {
  name: 'RhUiLikeIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.684 12.112A2.986 2.986 0 0 0 27.353 11H22V6.5a3.483 3.483 0 0 0-1.643-2.967c-1.055-.662-2.335-.712-3.515-.142-1.12.542-1.826 1.755-1.843 3.166a4.517 4.517 0 0 1-4.5 4.443h-.592c-.207-.581-.757-1-1.408-1H3.5c-.827 0-1.5.673-1.5 1.5v16c0 .827.673 1.5 1.5 1.5h5c.651 0 1.201-.419 1.408-1h14.296a4.02 4.02 0 0 0 3.913-3.168l2.17-10.208a2.99 2.99 0 0 0-.604-2.512ZM8 27H4V12h4v15Zm18.16-2.584A2.009 2.009 0 0 1 24.204 26H10V13h.5c3.539 0 6.455-2.879 6.5-6.419.006-.508.196-1.139.714-1.389.748-.362 1.312-.132 1.581.036.441.277.705.752.705 1.272v5c0 .827.673 1.5 1.5 1.5h5.853c.303 0 .586.135.777.371.19.236.264.541.2.837l-2.17 10.208Z"},
  rhUiIcon: null,
};
export declare const RhUiLikeIcon: ComponentClass<SVGIconProps>;
export default RhUiLikeIcon;