@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 616 B
JavaScript
exports.__esModule = true;
exports.RhUiListIconConfig = {
name: 'RhUiListIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 16a1 1 0 0 1-1 1H9a1 1 0 0 1 0-2h21a1 1 0 0 1 1 1Zm-1 9H9a1 1 0 0 0 0 2h21a1 1 0 0 0 0-2ZM9 7h21a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2ZM2 4.51a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 2 4.51Zm0 10a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 2 14.51Zm0 10a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 2 24.51Z"},
rhUiIcon: null,
};
exports.RhUiListIcon = require('../createIcon').createIconBase(exports.RhUiListIconConfig);
exports["default"] = exports.RhUiListIcon;