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:
29
node_modules/lucide-vue-next/dist/esm/icons/pipette.js
generated
vendored
Normal file
29
node_modules/lucide-vue-next/dist/esm/icons/pipette.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 Pipette = createLucideIcon("pipette", [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12",
|
||||
key: "1y3wsu"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z",
|
||||
key: "110lr1"
|
||||
}
|
||||
],
|
||||
["path", { d: "m2 22 .414-.414", key: "jhxm08" }]
|
||||
]);
|
||||
|
||||
export { Pipette as default };
|
||||
//# sourceMappingURL=pipette.js.map
|
||||
Reference in New Issue
Block a user