UNPKG

@patternfly/react-icons

Version:
9 lines 579 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const GripLinesVerticalIconConfig: { name: 'GripLinesVerticalIcon', icon: {"xOffset":0,"yOffset":0,"width":256,"height":512,"svgPathData":"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z"}, rhUiIcon: null, }; export declare const GripLinesVerticalIcon: ComponentClass<SVGIconProps>; export default GripLinesVerticalIcon;