@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 541 B
JavaScript
exports.__esModule = true;
exports.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,
};
exports.GripLinesVerticalIcon = require('../createIcon').createIcon(exports.GripLinesVerticalIconConfig);
exports["default"] = exports.GripLinesVerticalIcon;