UNPKG

infinity-forge

Version:
9 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconFolder = IconFolder; var jsx_runtime_1 = require("react/jsx-runtime"); function IconFolder(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '15', viewBox: '0 0 16 15', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { id: 'Path 2955', d: 'M13.8182 14.5455H2.18182C0.978756 14.5455 0 13.5667 0 12.3636V2.18182C0 0.978756 0.978756 0 2.18182 0H5.81818C6.06135 0 6.28842 0.121527 6.42331 0.323855L7.66195 2.18182H13.8182C15.0212 2.18182 16 3.16057 16 4.36364V12.3636C16 13.5667 15.0212 14.5455 13.8182 14.5455ZM2.18182 1.45455C1.7808 1.45455 1.45455 1.7808 1.45455 2.18182V12.3636C1.45455 12.7647 1.7808 13.0909 2.18182 13.0909H13.8182C14.2192 13.0909 14.5455 12.7647 14.5455 12.3636V4.36364C14.5455 3.96262 14.2192 3.63636 13.8182 3.63636H7.27273C7.02956 3.63636 6.80249 3.51484 6.6676 3.31251L5.42896 1.45455H2.18182Z', fill: color }) })); } //# sourceMappingURL=icon-folder.js.map