Initial commit

This commit is contained in:
maojindao55
2025-02-12 17:18:18 +08:00
commit 394e5640e9
8002 changed files with 1687177 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const FolderArchive = createLucideIcon("FolderArchive", [
[
"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",
key: "1l0vpk"
}
],
["circle", { cx: "16", cy: "19", r: "2", key: "1uwppb" }],
["path", { d: "M16 11v-1", key: "eoyjtm" }],
["path", { d: "M16 17v-2", key: "1xp69b" }]
]);
export { FolderArchive as default };
//# sourceMappingURL=folder-archive.mjs.map