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,26 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const MemoryStick = createLucideIcon("MemoryStick", [
["path", { d: "M6 19v-3", key: "1nvgqn" }],
["path", { d: "M10 19v-3", key: "iu8nkm" }],
["path", { d: "M14 19v-3", key: "kcehxu" }],
["path", { d: "M18 19v-3", key: "1vh91z" }],
["path", { d: "M8 11V9", key: "63erz4" }],
["path", { d: "M16 11V9", key: "fru6f3" }],
["path", { d: "M12 11V9", key: "ha00sb" }],
["path", { d: "M2 15h20", key: "16ne18" }],
[
"path",
{
d: "M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",
key: "lhddv3"
}
]
]);
export { MemoryStick as default };
//# sourceMappingURL=memory-stick.mjs.map