UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 511 B
import { createIcon } from '../createIcon'; export const GripLinesVerticalIconConfig = { name: 'GripLinesVerticalIcon', height: 512, width: 256, svgPath: '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', yOffset: 0, xOffset: 0, }; export const GripLinesVerticalIcon = createIcon(GripLinesVerticalIconConfig); export default GripLinesVerticalIcon;