@iconify-vue/lucide 1.0.27 → 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.
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/f/fdjjvbc.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<ellipse class="fdjjvbc"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:ellipse" /></template>
@@ -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,11 @@
1
+ .fdjjvbc {
2
+ cx: 12px;
3
+ cy: 12px;
4
+ fill: none;
5
+ stroke: currentColor;
6
+ stroke-linecap: round;
7
+ stroke-linejoin: round;
8
+ stroke-width: 2px;
9
+ rx: 10px;
10
+ ry: 6px;
11
+ }
@@ -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
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1702,
5
+ "total": 1703,
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": 1772260060
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.27",
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",
@@ -2302,6 +2302,10 @@
2302
2302
  "types": "./types/dd0bq22g.d.ts",
2303
2303
  "default": "./components/e/egg-off.vue"
2304
2304
  },
2305
+ "./ellipse": {
2306
+ "types": "./types/dd0bq22g.d.ts",
2307
+ "default": "./components/e/ellipse.vue"
2308
+ },
2305
2309
  "./ellipsis": {
2306
2310
  "types": "./types/dd0bq22g.d.ts",
2307
2311
  "default": "./components/e/ellipsis.vue"
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
- }