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

22
node_modules/lucide-react/dist/esm/icons/door-open.mjs generated vendored Normal file
View File

@@ -0,0 +1,22 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const DoorOpen = createLucideIcon("DoorOpen", [
["path", { d: "M13 4h3a2 2 0 0 1 2 2v14", key: "hrm0s9" }],
["path", { d: "M2 20h3", key: "1gaodv" }],
["path", { d: "M13 20h9", key: "s90cdi" }],
["path", { d: "M10 12v.01", key: "vx6srw" }],
[
"path",
{
d: "M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",
key: "199qr4"
}
]
]);
export { DoorOpen as default };
//# sourceMappingURL=door-open.mjs.map