UNPKG

@patternfly/react-icons

Version:
9 lines 721 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const FrownIconConfig: { name: 'FrownIcon', icon: {"xOffset":0,"yOffset":0,"width":496,"height":512,"svgPathData":"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z"}, rhUiIcon: null, }; export declare const FrownIcon: ComponentClass<SVGIconProps>; export default FrownIcon;