@iconify-vue/lucide 1.0.33 → 1.0.35
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/b/bell-check.vue +10 -0
- package/components/f/folder-bookmark.vue +12 -0
- package/components/h/heart-x.vue +10 -0
- package/components/l/layers-minus.vue +10 -0
- package/components/r/rotate-3-d.vue +3 -3
- package/components/r/rotate-3d.vue +3 -3
- package/components/t/timeline.vue +10 -0
- package/css/d/d0zwnj.css +3 -0
- package/css/d/dy_rg48w.css +8 -0
- package/css/g/gg3ijbbt.css +8 -0
- package/css/l/lr7wzbif.css +8 -0
- package/css/m/myjwkq.css +3 -0
- package/css/r/rz3t5a.css +3 -0
- package/css/t/twt0zqbh.css +8 -0
- package/iconify.json +2 -2
- package/package.json +21 -1
- package/css/d/duxpcdb.css +0 -3
- package/css/n/n9ccc0b.css +0 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/gg3ijbbt.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="gg3ijbbt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bell-check" /></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/m/myjwkq.css';
|
|
5
|
+
import '../../css/t/t_hl83b.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="myjwkq"/><path class="t_hl83b"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:folder-bookmark" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/dy_rg48w.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="dy_rg48w"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:heart-x" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lr7wzbif.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lr7wzbif"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:layers-minus" /></template>
|
|
@@ -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/d/d0zwnj.css';
|
|
5
|
+
import '../../css/r/rz3t5a.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="d0zwnj"/><path class="rz3t5a"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:rotate-3-d" /></template>
|
|
@@ -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/d/d0zwnj.css';
|
|
5
|
+
import '../../css/r/rz3t5a.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="d0zwnj"/><path class="rz3t5a"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:rotate-3d" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/t/twt0zqbh.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="twt0zqbh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:timeline" /></template>
|
package/css/d/d0zwnj.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.dy_rg48w {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("m15.5 12.5l5 5m0-5l-5 5m6.455-8.726a5.5 5.5 0 0 0-9.546-2.95a.6.6 0 0 1-.818 0A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.508 5.332a2 2 0 0 0 2.57.352");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.gg3ijbbt {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M10.268 21a2 2 0 0 0 3.464 0M15 8l2 2l4-4m-4.14-1.518A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326m0 0A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.531-.548-1.075-1.109-1.537-1.873");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.lr7wzbif {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18a2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.832zM16 17h6M2.003 11.995a1 1 0 0 0 .597.915l8.58 3.91a2 2 0 0 0 .83.18m-10.007-.005a1 1 0 0 0 .597.915l8.58 3.91a2 2 0 0 0 .83.18a2 2 0 0 0 .83-.18l2.11-.96m7.068-8.856a1 1 0 0 1-.598.916l-.177.08");
|
|
8
|
+
}
|
package/css/m/myjwkq.css
ADDED
package/css/r/rz3t5a.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.twt0zqbh {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M4 12h.01M4 16h.01M4 20h.01M4 4h.01M4 8h.01m5.404 5.414a2 2 0 0 0 1.414.586H19a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-8.172a2 2 0 0 0-1.414.586L8 12zm0 8a2 2 0 0 0 1.414.586H19a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-8.172a2 2 0 0 0-1.414.586L8 20zm0-16A2 2 0 0 0 10.828 6H19a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-8.172a2 2 0 0 0-1.414.586L8 4z");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1700,
|
|
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": 1777262389
|
|
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.35",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -666,6 +666,10 @@
|
|
|
666
666
|
"types": "./types/dd0bq22g.d.ts",
|
|
667
667
|
"default": "./components/b/bell.vue"
|
|
668
668
|
},
|
|
669
|
+
"./bell-check": {
|
|
670
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
671
|
+
"default": "./components/b/bell-check.vue"
|
|
672
|
+
},
|
|
669
673
|
"./bell-dot": {
|
|
670
674
|
"types": "./types/dd0bq22g.d.ts",
|
|
671
675
|
"default": "./components/b/bell-dot.vue"
|
|
@@ -2818,6 +2822,10 @@
|
|
|
2818
2822
|
"types": "./types/dd0bq22g.d.ts",
|
|
2819
2823
|
"default": "./components/f/folder-archive.vue"
|
|
2820
2824
|
},
|
|
2825
|
+
"./folder-bookmark": {
|
|
2826
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2827
|
+
"default": "./components/f/folder-bookmark.vue"
|
|
2828
|
+
},
|
|
2821
2829
|
"./folder-check": {
|
|
2822
2830
|
"types": "./types/dd0bq22g.d.ts",
|
|
2823
2831
|
"default": "./components/f/folder-check.vue"
|
|
@@ -3354,6 +3362,10 @@
|
|
|
3354
3362
|
"types": "./types/dd0bq22g.d.ts",
|
|
3355
3363
|
"default": "./components/h/heart-pulse.vue"
|
|
3356
3364
|
},
|
|
3365
|
+
"./heart-x": {
|
|
3366
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3367
|
+
"default": "./components/h/heart-x.vue"
|
|
3368
|
+
},
|
|
3357
3369
|
"./heater": {
|
|
3358
3370
|
"types": "./types/dd0bq22g.d.ts",
|
|
3359
3371
|
"default": "./components/h/heater.vue"
|
|
@@ -3626,6 +3638,10 @@
|
|
|
3626
3638
|
"types": "./types/dd0bq22g.d.ts",
|
|
3627
3639
|
"default": "./components/l/layers-3.vue"
|
|
3628
3640
|
},
|
|
3641
|
+
"./layers-minus": {
|
|
3642
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3643
|
+
"default": "./components/l/layers-minus.vue"
|
|
3644
|
+
},
|
|
3629
3645
|
"./layers-plus": {
|
|
3630
3646
|
"types": "./types/dd0bq22g.d.ts",
|
|
3631
3647
|
"default": "./components/l/layers-plus.vue"
|
|
@@ -6346,6 +6362,10 @@
|
|
|
6346
6362
|
"types": "./types/dd0bq22g.d.ts",
|
|
6347
6363
|
"default": "./components/t/tickets-plane.vue"
|
|
6348
6364
|
},
|
|
6365
|
+
"./timeline": {
|
|
6366
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6367
|
+
"default": "./components/t/timeline.vue"
|
|
6368
|
+
},
|
|
6349
6369
|
"./timer": {
|
|
6350
6370
|
"types": "./types/dd0bq22g.d.ts",
|
|
6351
6371
|
"default": "./components/t/timer.vue"
|
package/css/d/duxpcdb.css
DELETED
package/css/n/n9ccc0b.css
DELETED