UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 545 B
import { createIconBase } from '../createIcon.js'; export 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 const GripLinesVerticalIcon = createIconBase(GripLinesVerticalIconConfig); export default GripLinesVerticalIcon;