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:
25
node_modules/lucide-vue-next/dist/esm/icons/pizza.js
generated
vendored
Normal file
25
node_modules/lucide-vue-next/dist/esm/icons/pizza.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @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 Pizza = createLucideIcon("pizza", [
|
||||
["path", { d: "m12 14-1 1", key: "11onhr" }],
|
||||
["path", { d: "m13.75 18.25-1.25 1.42", key: "1yisr3" }],
|
||||
["path", { d: "M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12", key: "1qtqk6" }],
|
||||
["path", { d: "M18.8 9.3a1 1 0 0 0 2.1 7.7", key: "fbbbr2" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",
|
||||
key: "1hyfdd"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
export { Pizza as default };
|
||||
//# sourceMappingURL=pizza.js.map
|
||||
Reference in New Issue
Block a user