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

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

@@ -0,0 +1,25 @@
/**
* @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: "M12 11.4V9.1", key: "audfby" }],
["path", { d: "m12 17 6.59-6.59", key: "c0sb7j" }],
[
"path",
{
d: "m15.05 5.7-.218-.691a3 3 0 0 0-5.663 0L4.418 19.695A1 1 0 0 0 5.37 21h13.253a1 1 0 0 0 .951-1.31L18.45 16.2",
key: "1pkfrk"
}
],
["circle", { cx: "20", cy: "9", r: "2", key: "1udoqf" }]
];
const Metronome = createLucideIcon("metronome", __iconNode);
export { __iconNode, Metronome as default };
//# sourceMappingURL=metronome.js.map