dikplhd/public/assets/libs/lucide/esm/icons/file-digit.js

21 lines
472 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const FileDigit = [
"svg",
defaultAttributes,
[
["rect", { width: "4", height: "6", x: "2", y: "12", rx: "2" }],
["path", { d: "M14 2v6h6" }],
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4" }],
["path", { d: "M10 12h2v6" }],
["path", { d: "M10 18h4" }]
]
];
export { FileDigit as default };
//# sourceMappingURL=file-digit.js.map