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:
22
node_modules/lucide-vue-next/dist/esm/icons/weight.js
generated
vendored
Normal file
22
node_modules/lucide-vue-next/dist/esm/icons/weight.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @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 Weight = createLucideIcon("weight", [
|
||||
["circle", { cx: "12", cy: "5", r: "3", key: "rqqgnr" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",
|
||||
key: "56o5sh"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
export { Weight as default };
|
||||
//# sourceMappingURL=weight.js.map
|
||||
Reference in New Issue
Block a user