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:
23
node_modules/lucide-vue-next/dist/esm/icons/hammer.js
generated
vendored
Normal file
23
node_modules/lucide-vue-next/dist/esm/icons/hammer.js
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @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 Hammer = createLucideIcon("hammer", [
|
||||
["path", { d: "m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9", key: "1hayfq" }],
|
||||
["path", { d: "m18 15 4-4", key: "16gjal" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",
|
||||
key: "15ts47"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
export { Hammer as default };
|
||||
//# sourceMappingURL=hammer.js.map
|
||||
Reference in New Issue
Block a user