package.dist.js.icons.grip-lines-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
"use strict"
exports.__esModule = true;
exports.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,
};
exports.GripLinesIcon = require('../createIcon').createIcon(exports.GripLinesIconConfig);
exports["default"] = exports.GripLinesIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy