mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 15:12:07 +07:00
Fix dependencies: Add flag-icons, tailwind directives, and postcss config
This commit is contained in:
29
node_modules/lucide-vue-next/dist/esm/icons/beef.js
generated
vendored
Normal file
29
node_modules/lucide-vue-next/dist/esm/icons/beef.js
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
/**
|
||||
* @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 Beef = createLucideIcon("beef", [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3",
|
||||
key: "cisjcv"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",
|
||||
key: "5byaag"
|
||||
}
|
||||
],
|
||||
["circle", { cx: "12.5", cy: "8.5", r: "2.5", key: "9738u8" }]
|
||||
]);
|
||||
|
||||
export { Beef as default };
|
||||
//# sourceMappingURL=beef.js.map
|
||||
Reference in New Issue
Block a user