Initial React project

This commit is contained in:
Johan
2026-03-03 00:56:54 +01:00
parent 6c1f178ba9
commit 20370144fb
4012 changed files with 287867 additions and 9843 deletions

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

@@ -0,0 +1,24 @@
/**
* @license lucide-react v0.576.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const __iconNode = [
["path", { d: "M10 22v-8", key: "1f8443" }],
["path", { d: "M2.336 8.89 10 14l11.715-7.029", key: "1qnufy" }],
[
"path",
{
d: "M22 14a2 2 0 0 1-.971 1.715l-10 6a2 2 0 0 1-2.138-.05l-6-4A2 2 0 0 1 2 16v-6a2 2 0 0 1 .971-1.715l10-6a2 2 0 0 1 2.138.05l6 4A2 2 0 0 1 22 8z",
key: "670npk"
}
]
];
const Cuboid = createLucideIcon("cuboid", __iconNode);
export { __iconNode, Cuboid as default };
//# sourceMappingURL=cuboid.js.map