@iconify-vue/lucide 1.0.49 → 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/c/circle-euro.vue +12 -0
- package/components/d/dot.vue +2 -2
- 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/o/option.vue +2 -2
- package/components/s/scan-box.vue +12 -0
- package/components/s/server-plus.vue +10 -0
- package/css/a/auf_922au.css +3 -0
- package/css/b/b-ns_sbzj.css +3 -0
- package/css/f/fqhix363j.css +3 -0
- package/css/h/h7tx827ws.css +8 -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/u/{u2tlnwbjr.css → u1_txq_7t.css} +3 -3
- package/css/v/vtzl9s38x.css +3 -0
- package/css/w/wewi41bsz.css +3 -0
- package/css/{v/vmm80tb2t.css → z/zhvw9chnu.css} +2 -2
- package/iconify.json +2 -2
- package/package.json +13 -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
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/f/fqhix363j.css';
|
|
5
|
+
import '../../css/s/shu3xdl9q.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="fqhix363j"/><circle class="shu3xdl9q"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-euro" /></template>
|
package/components/d/dot.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/u/
|
|
3
|
+
import '../../css/u/u1_txq_7t.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<circle class="
|
|
8
|
+
const content = `<circle class="u1_txq_7t"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:dot" /></template>
|
|
@@ -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>
|
package/components/o/option.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/zhvw9chnu.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="zhvw9chnu"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:option" /></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,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/h/h7tx827ws.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="h7tx827ws"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:server-plus" /></template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.h7tx827ws {
|
|
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("M12.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2m-6 6h6m-3-3v6m3 3v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8.5M6 18h.01M6 6h.01");
|
|
8
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.zhvw9chnu {
|
|
2
2
|
fill: none;
|
|
3
3
|
stroke: currentColor;
|
|
4
4
|
stroke-linecap: round;
|
|
5
5
|
stroke-linejoin: round;
|
|
6
6
|
stroke-width: var(--svg-stroke-width--2px, 2px);
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M14 3h7M3 3h5.28a1 1 0 0 1 .948.684l5.544 16.632a1 1 0 0 0 .949.684H21");
|
|
8
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",
|
|
@@ -1578,6 +1578,10 @@
|
|
|
1578
1578
|
"types": "./types/dd0bq22g.d.ts",
|
|
1579
1579
|
"default": "./components/c/circle-equal.vue"
|
|
1580
1580
|
},
|
|
1581
|
+
"./circle-euro": {
|
|
1582
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1583
|
+
"default": "./components/c/circle-euro.vue"
|
|
1584
|
+
},
|
|
1581
1585
|
"./circle-fading-arrow-up": {
|
|
1582
1586
|
"types": "./types/dd0bq22g.d.ts",
|
|
1583
1587
|
"default": "./components/c/circle-fading-arrow-up.vue"
|
|
@@ -5386,6 +5390,10 @@
|
|
|
5386
5390
|
"types": "./types/dd0bq22g.d.ts",
|
|
5387
5391
|
"default": "./components/s/scan-barcode.vue"
|
|
5388
5392
|
},
|
|
5393
|
+
"./scan-box": {
|
|
5394
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5395
|
+
"default": "./components/s/scan-box.vue"
|
|
5396
|
+
},
|
|
5389
5397
|
"./scan-eye": {
|
|
5390
5398
|
"types": "./types/dd0bq22g.d.ts",
|
|
5391
5399
|
"default": "./components/s/scan-eye.vue"
|
|
@@ -5518,6 +5526,10 @@
|
|
|
5518
5526
|
"types": "./types/dd0bq22g.d.ts",
|
|
5519
5527
|
"default": "./components/s/server-off.vue"
|
|
5520
5528
|
},
|
|
5529
|
+
"./server-plus": {
|
|
5530
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5531
|
+
"default": "./components/s/server-plus.vue"
|
|
5532
|
+
},
|
|
5521
5533
|
"./settings": {
|
|
5522
5534
|
"types": "./types/dd0bq22g.d.ts",
|
|
5523
5535
|
"default": "./components/s/settings.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