UNPKG

@patternfly/react-icons

Version:
9 lines 549 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const GripLinesIconConfig: { name: 'GripLinesIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z"}, rhUiIcon: null, }; export declare const GripLinesIcon: ComponentClass<SVGIconProps>; export default GripLinesIcon;