@iconify-vue/lucide 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/c/cuboid.vue +3 -3
- package/components/f/fishing-rod.vue +12 -0
- package/css/o/oblkbb.css +3 -0
- package/css/t/t50u13b.css +3 -0
- package/css/w/wy8gwz.css +3 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
- package/css/c/ccr-fdc.css +0 -3
- package/css/s/sre11m.css +0 -3
package/components/c/cuboid.vue
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/w/wy8gwz.css';
|
|
5
|
+
import '../../css/t/t50u13b.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="wy8gwz"/><path class="t50u13b"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:cuboid" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/o/oblkbb.css';
|
|
5
|
+
import '../../css/n/nmoouk.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="oblkbb"/><circle class="nmoouk"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:fishing-rod" /></template>
|
package/css/o/oblkbb.css
ADDED
package/css/w/wy8gwz.css
ADDED
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1702,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1772260060
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/lucide",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.27",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -2718,6 +2718,10 @@
|
|
|
2718
2718
|
"types": "./types/dd0bq22g.d.ts",
|
|
2719
2719
|
"default": "./components/f/fishing-hook.vue"
|
|
2720
2720
|
},
|
|
2721
|
+
"./fishing-rod": {
|
|
2722
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2723
|
+
"default": "./components/f/fishing-rod.vue"
|
|
2724
|
+
},
|
|
2721
2725
|
"./flag": {
|
|
2722
2726
|
"types": "./types/dd0bq22g.d.ts",
|
|
2723
2727
|
"default": "./components/f/flag.vue"
|
package/css/c/ccr-fdc.css
DELETED
package/css/s/sre11m.css
DELETED