@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 624 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgFileIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M3.5 14V2c0-.275.225-.5.5-.5h5V4c0 .553.447 1 1 1h2.5v9c0 .275-.225.5-.5.5H4a.5.5 0 0 1-.5-.5M4 0C2.897 0 2 .897 2 2v12c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2V4.828a2 2 0 0 0-.584-1.416L10.584.585A2 2 0 0 0 9.172 0z" }) }));
exports.default = SvgFileIcon;
//# sourceMappingURL=FileIcon.js.map