mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 07:06:17 +07:00
Fix dependencies: Add flag-icons, tailwind directives, and postcss config
This commit is contained in:
30
node_modules/lucide-vue-next/dist/esm/icons/guitar.js
generated
vendored
Normal file
30
node_modules/lucide-vue-next/dist/esm/icons/guitar.js
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
/**
|
||||
* @license lucide-vue-next v0.562.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 Guitar = createLucideIcon("guitar", [
|
||||
["path", { d: "m11.9 12.1 4.514-4.514", key: "109xqo" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",
|
||||
key: "txyc8t"
|
||||
}
|
||||
],
|
||||
["path", { d: "m6 16 2 2", key: "16qmzd" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z",
|
||||
key: "1de1vg"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
export { Guitar as default };
|
||||
//# sourceMappingURL=guitar.js.map
|
||||
Reference in New Issue
Block a user