@iconify-vue/lucide 1.0.29 → 1.0.30

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.
@@ -1,13 +1,13 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/s/s43_jkd.css';
4
- import '../../css/o/o0ga79b.css';
4
+ import '../../css/c/cd_x0nh.css';
5
5
  import '../../css/h/h7zu8f.css';
6
6
  import '../../css/d/dgg_3k.css';
7
7
 
8
8
  const props = defineProps(["width","height"]);
9
9
 
10
10
  const viewBox = {"width":24,"height":24};
11
- const content = `<g class="s43_jkd"><path class="o0ga79b"/><circle class="h7zu8f"/><circle class="dgg_3k"/></g>`;
11
+ const content = `<g class="s43_jkd"><path class="cd_x0nh"/><circle class="h7zu8f"/><circle class="dgg_3k"/></g>`;
12
12
  </script>
13
13
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:gpu" /></template>
@@ -0,0 +1,3 @@
1
+ .cd_x0nh {
2
+ d: path("M2 17h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H2m0 16V3m5 14v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3");
3
+ }
package/iconify.json CHANGED
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": false
31
31
  },
32
- "lastModified": 1773295258
32
+ "lastModified": 1773553740
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.29",
4
+ "version": "1.0.30",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
package/css/o/o0ga79b.css DELETED
@@ -1,3 +0,0 @@
1
- .o0ga79b {
2
- d: path("M2 21V3m0 2h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3");
3
- }