@iconify-vue/lucide 1.0.28 → 1.0.29

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/o_f43e.css';
5
- import '../../css/e/eu6j2un.css';
4
+ import '../../css/b/bf-39q.css';
5
+ import '../../css/o/o-xhkcy.css';
6
6
  import '../../css/r/rs-d_y.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="o_f43e"/><path class="eu6j2un"/><circle class="rs-d_y"/></g>`;
11
+ const content = `<g class="s43_jkd"><path class="bf-39q"/><path class="o-xhkcy"/><circle class="rs-d_y"/></g>`;
12
12
  </script>
13
13
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:school" /></template>
@@ -0,0 +1,3 @@
1
+ .bf-39q {
2
+ d: path("M14 21v-3a2 2 0 0 0-4 0v3m8-16.067V21M4 6l7.106-3.79a2 2 0 0 1 1.788 0L20 6");
3
+ }
@@ -0,0 +1,3 @@
1
+ .o-xhkcy {
2
+ d: path("m6 11l-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11M6 4.933V21");
3
+ }
package/iconify.json CHANGED
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": false
31
31
  },
32
- "lastModified": 1772823499
32
+ "lastModified": 1773295258
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.28",
4
+ "version": "1.0.29",
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/e/eu6j2un.css DELETED
@@ -1,3 +0,0 @@
1
- .eu6j2un {
2
- d: path("m6 11l-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11M6 5v16");
3
- }
package/css/o/o_f43e.css DELETED
@@ -1,3 +0,0 @@
1
- .o_f43e {
2
- d: path("M14 21v-3a2 2 0 0 0-4 0v3m8-16v16M4 6l7.106-3.79a2 2 0 0 1 1.788 0L20 6");
3
- }