@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 770 B
JavaScript
exports.__esModule = true;
exports.FolderIconConfig = {
name: 'FolderIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 8H17.81l-.681-3.208A1 1 0 0 0 16.15 4h-9.3a1 1 0 0 0-.979.792L5.19 8H2.5C1.673 8 1 8.673 1 9.5v17c0 .827.673 1.5 1.5 1.5h27c.827 0 1.5-.673 1.5-1.5v-17c0-.827-.673-1.5-1.5-1.5ZM29 26H3V10h3a1 1 0 0 0 .979-.792L7.66 6h7.682l.681 3.208a1 1 0 0 0 .979.792h12v16Z"},
};
exports.FolderIcon = require('../createIcon').createIconBase(exports.FolderIconConfig);
exports["default"] = exports.FolderIcon;