@iconify-vue/lucide 1.0.26 → 1.0.28
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/e/ellipse.vue +10 -0
- package/components/f/fishing-rod.vue +12 -0
- package/css/f/fdjjvbc.css +11 -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 +9 -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,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/fdjjvbc.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<ellipse class="fdjjvbc"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:ellipse" /></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": 1703,
|
|
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": 1772823499
|
|
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.28",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -2302,6 +2302,10 @@
|
|
|
2302
2302
|
"types": "./types/dd0bq22g.d.ts",
|
|
2303
2303
|
"default": "./components/e/egg-off.vue"
|
|
2304
2304
|
},
|
|
2305
|
+
"./ellipse": {
|
|
2306
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2307
|
+
"default": "./components/e/ellipse.vue"
|
|
2308
|
+
},
|
|
2305
2309
|
"./ellipsis": {
|
|
2306
2310
|
"types": "./types/dd0bq22g.d.ts",
|
|
2307
2311
|
"default": "./components/e/ellipsis.vue"
|
|
@@ -2718,6 +2722,10 @@
|
|
|
2718
2722
|
"types": "./types/dd0bq22g.d.ts",
|
|
2719
2723
|
"default": "./components/f/fishing-hook.vue"
|
|
2720
2724
|
},
|
|
2725
|
+
"./fishing-rod": {
|
|
2726
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2727
|
+
"default": "./components/f/fishing-rod.vue"
|
|
2728
|
+
},
|
|
2721
2729
|
"./flag": {
|
|
2722
2730
|
"types": "./types/dd0bq22g.d.ts",
|
|
2723
2731
|
"default": "./components/f/flag.vue"
|
package/css/c/ccr-fdc.css
DELETED
package/css/s/sre11m.css
DELETED