@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.
- package/components/e/ellipse.vue +10 -0
- package/components/s/school.vue +3 -3
- package/css/b/bf-39q.css +3 -0
- package/css/f/fdjjvbc.css +11 -0
- package/css/o/o-xhkcy.css +3 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
- package/css/e/eu6j2un.css +0 -3
- package/css/o/o_f43e.css +0 -3
|
@@ -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>
|
package/components/s/school.vue
CHANGED
|
@@ -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/
|
|
5
|
-
import '../../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="
|
|
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>
|
package/css/b/bf-39q.css
ADDED
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
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":
|
|
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.
|
|
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
package/css/o/o_f43e.css
DELETED