dikplhd/public/assets/libs/lucide/esm/icons/folder-archive.js

25 lines
517 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const FolderArchive = [
"svg",
defaultAttributes,
[
[
"path",
{
d: "M22 20V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2h6"
}
],
["circle", { cx: "16", cy: "19", r: "2" }],
["path", { d: "M16 11v-1" }],
["path", { d: "M16 17v-2" }]
]
];
export { FolderArchive as default };
//# sourceMappingURL=folder-archive.js.map