@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 866 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const CommentIconConfig: {
name: 'CommentIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 4h-27C1.673 4 1 4.673 1 5.5v16c0 .827.673 1.5 1.5 1.5H8v6a1.002 1.002 0 0 0 1.707.707L16.414 23H29.5c.827 0 1.5-.673 1.5-1.5v-16c0-.827-.673-1.5-1.5-1.5ZM29 21H16a.997.997 0 0 0-.707.293L10 26.586V22.5c0-.827-.673-1.5-1.5-1.5H3V6h26v15Z"},
};
export declare const CommentIcon: ComponentClass<SVGIconProps>;
export default CommentIcon;