infinity-forge
Version:
9 lines • 823 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconFile = IconFile;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconFile(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '16', viewBox: '0 0 18 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.666687 1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H7.67852L9.34519 2.16667H16.5C16.9603 2.16667 17.3334 2.53977 17.3334 3V14.6667C17.3334 15.1269 16.9603 15.5 16.5 15.5H1.50002C1.04169 15.5 0.666687 15.125 0.666687 14.6667V1.33333ZM7.82152 3L6.98818 2.16667H2.33335V3.83333H6.98818L7.82152 3ZM2.33335 5.5V13.8333H15.6667V3.83333H9.34519L7.67852 5.5H2.33335Z', fill: color }) }));
}
//# sourceMappingURL=icon-file.js.map