UNPKG

@patternfly/react-icons

Version:
9 lines 631 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const ShapesIconConfig: { name: 'ShapesIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M128,256A128,128,0,1,0,256,384,128,128,0,0,0,128,256Zm379-54.86L400.07,18.29a37.26,37.26,0,0,0-64.14,0L229,201.14C214.76,225.52,232.58,256,261.09,256H474.91C503.42,256,521.24,225.52,507,201.14ZM480,288H320a32,32,0,0,0-32,32V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V320A32,32,0,0,0,480,288Z"}, rhUiIcon: null, }; export declare const ShapesIcon: ComponentClass<SVGIconProps>; export default ShapesIcon;