@iconify-vue/lucide 1.0.44 → 1.0.45
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/w/webcam-off.vue +12 -0
- package/css/c/c5n-du86s.css +3 -0
- package/css/i/iu158ebfp.css +3 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/i/iu158ebfp.css';
|
|
5
|
+
import '../../css/c/c5n-du86s.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="iu158ebfp"/><path class="c5n-du86s"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:webcam-off" /></template>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1715,
|
|
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": 1781326516
|
|
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.45",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -6930,6 +6930,10 @@
|
|
|
6930
6930
|
"types": "./types/dd0bq22g.d.ts",
|
|
6931
6931
|
"default": "./components/w/webcam.vue"
|
|
6932
6932
|
},
|
|
6933
|
+
"./webcam-off": {
|
|
6934
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6935
|
+
"default": "./components/w/webcam-off.vue"
|
|
6936
|
+
},
|
|
6933
6937
|
"./webhook": {
|
|
6934
6938
|
"types": "./types/dd0bq22g.d.ts",
|
|
6935
6939
|
"default": "./components/w/webhook.vue"
|