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:
36
node_modules/lucide-vue-next/dist/esm/icons/radiation.js
generated
vendored
Normal file
36
node_modules/lucide-vue-next/dist/esm/icons/radiation.js
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* @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 Radiation = createLucideIcon("radiation", [
|
||||
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z",
|
||||
key: "1y4lzb"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z",
|
||||
key: "163ggk"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z",
|
||||
key: "1l9i0b"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
export { Radiation as default };
|
||||
//# sourceMappingURL=radiation.js.map
|
||||
Reference in New Issue
Block a user