@iconify-vue/lucide 1.0.50 → 1.0.51
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/ethernet-port.vue +2 -2
- package/components/f/file-box.vue +5 -4
- package/components/h/hdmi-port.vue +2 -2
- package/components/s/scan-box.vue +12 -0
- package/css/a/auf_922au.css +3 -0
- package/css/b/b-ns_sbzj.css +3 -0
- package/css/h/hmi07_fwg.css +8 -0
- package/css/j/j6wsnfb-q.css +8 -0
- package/css/m/mjrylvbbp.css +3 -0
- package/css/v/vtzl9s38x.css +3 -0
- package/css/w/wewi41bsz.css +3 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
- package/css/a/av4js4bkf.css +0 -8
- package/css/f/fuqf4wb1s.css +0 -3
- package/css/j/jx1x71v2d.css +0 -3
- package/css/n/ns80pccbg.css +0 -3
- package/css/q/qxif7ybfq.css +0 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/h/hmi07_fwg.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="hmi07_fwg"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:ethernet-port" /></template>
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
4
|
+
import '../../css/b/boz1ay-3b.css';
|
|
5
|
+
import '../../css/a/auf_922au.css';
|
|
6
|
+
import '../../css/m/mjrylvbbp.css';
|
|
7
|
+
import '../../css/w/wewi41bsz.css';
|
|
7
8
|
|
|
8
9
|
const props = defineProps(["width","height"]);
|
|
9
10
|
|
|
10
11
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="nrj6p8qat"><path class="
|
|
12
|
+
const content = `<g class="nrj6p8qat"><path class="boz1ay-3b"/><path class="auf_922au"/><path class="mjrylvbbp"/><path class="wewi41bsz"/></g>`;
|
|
12
13
|
</script>
|
|
13
14
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:file-box" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/q
|
|
3
|
+
import '../../css/j/j6wsnfb-q.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="j6wsnfb-q"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:hdmi-port" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/b/b-ns_sbzj.css';
|
|
5
|
+
import '../../css/v/vtzl9s38x.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="b-ns_sbzj"/><path class="vtzl9s38x"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scan-box" /></template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.hmi07_fwg {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("M10 8v1m4-1v1m4-1v1m1 8a2 2 0 0 0-1.765 1.059l-.47.882A2 2 0 0 1 15 20H9a2 2 0 0 1-1.765-1.059l-.47-.882A2 2 0 0 0 5 17H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2zM6 8v1");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.j6wsnfb-q {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
+
d: path("M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 7 16h10a2 2 0 0 0 1.6-.8l.3-.4a2 2 0 0 1 1.6-.8h.5a1 1 0 0 0 1-1zM8 12h8");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1748,
|
|
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": 1784351942
|
|
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.51",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -5390,6 +5390,10 @@
|
|
|
5390
5390
|
"types": "./types/dd0bq22g.d.ts",
|
|
5391
5391
|
"default": "./components/s/scan-barcode.vue"
|
|
5392
5392
|
},
|
|
5393
|
+
"./scan-box": {
|
|
5394
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5395
|
+
"default": "./components/s/scan-box.vue"
|
|
5396
|
+
},
|
|
5393
5397
|
"./scan-eye": {
|
|
5394
5398
|
"types": "./types/dd0bq22g.d.ts",
|
|
5395
5399
|
"default": "./components/s/scan-eye.vue"
|
package/css/a/av4js4bkf.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.av4js4bkf {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
-
d: path("m15 20l3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3zM6 8v1m4-1v1m4-1v1m4-1v1");
|
|
8
|
-
}
|
package/css/f/fuqf4wb1s.css
DELETED
package/css/j/jx1x71v2d.css
DELETED
package/css/n/ns80pccbg.css
DELETED
package/css/q/qxif7ybfq.css
DELETED