package.dist.js.icons.outlined-folder-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.OutlinedFolderIconConfig = {
name: 'OutlinedFolderIcon',
height: 512,
width: 512,
svgPath: 'M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.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-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z',
yOffset: 0,
xOffset: 0,
};
exports.OutlinedFolderIcon = require('../createIcon').createIcon(exports.OutlinedFolderIconConfig);
exports["default"] = exports.OutlinedFolderIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy