@iconify-vue/lucide 1.0.34 → 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.
@@ -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/n/n9ccc0b.css';
5
- import '../../css/d/duxpcdb.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="n9ccc0b"/><path class="duxpcdb"/></g>`;
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/n/n9ccc0b.css';
5
- import '../../css/d/duxpcdb.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="n9ccc0b"/><path class="duxpcdb"/></g>`;
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,3 @@
1
+ .d0zwnj {
2
+ d: path("m15.194 13.707l3.814 1.86l-1.86 3.814m-.676-11.853A5 10 0 1 0 13 21.798");
3
+ }
@@ -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
+ }
@@ -0,0 +1,3 @@
1
+ .myjwkq {
2
+ d: path("M12 6v8l3-3l3 3V6");
3
+ }
@@ -0,0 +1,3 @@
1
+ .rz3t5a {
2
+ d: path("M21.798 11A10 5 0 1 0 19 15.57");
3
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1696,
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": 1777005922
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.34",
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"
package/css/d/duxpcdb.css DELETED
@@ -1,3 +0,0 @@
1
- .duxpcdb {
2
- d: path("M19 15.57c-1.804.885-4.274 1.43-7 1.43c-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4");
3
- }
package/css/n/n9ccc0b.css DELETED
@@ -1,3 +0,0 @@
1
- .n9ccc0b {
2
- d: path("M16.466 7.5C15.643 4.237 13.952 2 12 2C9.239 2 7 6.477 7 12s2.239 10 5 10q.514-.002 1-.2m2.194-8.093l3.814 1.86l-1.86 3.814");
3
- }