@iconify-vue/lucide 1.0.2 → 1.0.3

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,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/x/x0-46t.css';
5
+ import '../../css/r/r8-cjy.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="x0-46t" /><rect class="r8-cjy" /></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:monitor-cloud" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/p/p0xy18a.css';
3
+ import '../../css/q/qk6r03w.css';
4
4
 
5
5
  const props = defineProps(["width","height"]);
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="p0xy18a" />`;
8
+ const content = `<path class="qk6r03w" />`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:sword" /></template>
@@ -1,8 +1,8 @@
1
- .p0xy18a {
1
+ .qk6r03w {
2
2
  fill: none;
3
3
  stroke: currentColor;
4
4
  stroke-linecap: round;
5
5
  stroke-linejoin: round;
6
6
  stroke-width: 2px;
7
- d: path("M14.5 17.5L3 6V3h3l11.5 11.5M13 19l6-6m-3 3l4 4m-1 1l2-2");
7
+ d: path("m11 19l-6-6m0 8l-2-2m5-3l-4 4m5.5-2.5L21 6V3h-3L6.5 14.5");
8
8
  }
@@ -0,0 +1,3 @@
1
+ .x0-46t {
2
+ d: path("M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4zm1 4v4m-4 0h8");
3
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1637,
5
+ "total": 1638,
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": 1759902390
32
+ "lastModified": 1760764790
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.2",
4
+ "version": "1.0.3",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -4026,6 +4026,10 @@
4026
4026
  "types": "./types/dd0bq22g.d.ts",
4027
4027
  "default": "./components/m/monitor-check.vue"
4028
4028
  },
4029
+ "./monitor-cloud": {
4030
+ "types": "./types/dd0bq22g.d.ts",
4031
+ "default": "./components/m/monitor-cloud.vue"
4032
+ },
4029
4033
  "./monitor-cog": {
4030
4034
  "types": "./types/dd0bq22g.d.ts",
4031
4035
  "default": "./components/m/monitor-cog.vue"