UNPKG

@patternfly/react-icons

Version:
12 lines 521 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const GripLinesIconConfig: { name: 'GripLinesIcon', height: 512, width: 512, svgPath: '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', yOffset: 0, xOffset: 0, }; export declare const GripLinesIcon: React.ComponentClass<SVGIconProps>; export default GripLinesIcon;