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

24
node_modules/lucide-react/dist/esm/icons/briefcase.mjs generated vendored Normal file
View File

@@ -0,0 +1,24 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Briefcase = createLucideIcon("Briefcase", [
[
"rect",
{
width: "20",
height: "14",
x: "2",
y: "7",
rx: "2",
ry: "2",
key: "eto64e"
}
],
["path", { d: "M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16", key: "zwj3tp" }]
]);
export { Briefcase as default };
//# sourceMappingURL=briefcase.mjs.map