@iconify-vue/lucide 1.0.27 → 1.0.28

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>
@@ -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
+ }
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": 1772823499
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.28",
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"