@iconify-vue/lucide 1.0.18 → 1.0.19
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/b/bookmark-check.vue +2 -2
- package/components/b/bookmark-minus.vue +2 -2
- package/components/b/bookmark-plus.vue +2 -2
- package/components/b/bookmark-x.vue +2 -2
- package/components/b/bookmark.vue +2 -2
- package/components/c/cloudy.vue +3 -3
- package/components/m/message-square-dashed.vue +2 -2
- package/components/p/printer-x.vue +12 -0
- package/components/w/waypoints.vue +6 -8
- package/css/d/d6dk5t.css +3 -0
- package/css/d/da77zn.css +3 -0
- package/css/e/e1dc4kl.css +3 -0
- package/css/h/h1abn61d.css +8 -0
- package/css/k/k8fvadb.css +8 -0
- package/css/l/lr5ctabl.css +8 -0
- package/css/n/n_1kk4n.css +3 -0
- package/css/o/oo3vmxaa.css +8 -0
- package/css/p/przzui.css +3 -0
- package/css/q/q6v1kj.css +5 -0
- package/css/s/swsabl.css +5 -0
- package/css/v/v9vlja.css +5 -0
- package/css/w/wp_oak.css +3 -0
- package/css/x/x77413v.css +8 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
- package/css/a/aajbgtb.css +0 -8
- package/css/b/b0mx9f.css +0 -3
- package/css/b/b44dqfd.css +0 -8
- package/css/g/gisfgc.css +0 -5
- package/css/m/m0gkdh.css +0 -5
- package/css/n/n7jo6cc.css +0 -8
- package/css/n/nzu61d.css +0 -3
- package/css/p/p9c7sw.css +0 -5
- package/css/p/pxa1mlbu.css +0 -8
- package/css/r/rmyl6x.css +0 -5
- package/css/s/satn1f.css +0 -3
- package/css/s/sctuwrh.css +0 -8
- package/css/t/t7gl_q.css +0 -3
- package/css/u/uxyzhx.css +0 -3
- package/css/y/yknvkm.css +0 -3
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
4
|
+
import '../../css/e/e1dc4kl.css';
|
|
5
5
|
import '../../css/z/zor11a.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="e1dc4kl"/><path class="zor11a"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bookmark-check" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/x77413v.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="x77413v"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bookmark-minus" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/lr5ctabl.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="lr5ctabl"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bookmark-plus" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/h/h1abn61d.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="h1abn61d"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bookmark-x" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/k/k8fvadb.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="k8fvadb"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bookmark" /></template>
|
package/components/c/cloudy.vue
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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/d/da77zn.css';
|
|
5
|
+
import '../../css/d/d6dk5t.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="da77zn"/><path class="d6dk5t"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:cloudy" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/o/oo3vmxaa.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="oo3vmxaa"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:message-square-dashed" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/p/przzui.css';
|
|
5
|
+
import '../../css/n/n_1kk4n.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="przzui"/><path class="n_1kk4n"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:printer-x" /></template>
|
|
@@ -1,17 +1,15 @@
|
|
|
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/s/
|
|
6
|
-
import '../../css/
|
|
7
|
-
import '../../css/
|
|
8
|
-
import '../../css/
|
|
9
|
-
import '../../css/t/t7gl_q.css';
|
|
10
|
-
import '../../css/m/m0gkdh.css';
|
|
4
|
+
import '../../css/w/wp_oak.css';
|
|
5
|
+
import '../../css/s/swsabl.css';
|
|
6
|
+
import '../../css/n/npzbic.css';
|
|
7
|
+
import '../../css/v/v9vlja.css';
|
|
8
|
+
import '../../css/q/q6v1kj.css';
|
|
11
9
|
|
|
12
10
|
const props = defineProps(["width","height"]);
|
|
13
11
|
|
|
14
12
|
const viewBox = {"width":24,"height":24};
|
|
15
|
-
const content = `<g class="s43_jkd"><
|
|
13
|
+
const content = `<g class="s43_jkd"><path class="wp_oak"/><circle class="swsabl"/><circle class="npzbic"/><circle class="v9vlja"/><circle class="q6v1kj"/></g>`;
|
|
16
14
|
</script>
|
|
17
15
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:waypoints" /></template>
|
package/css/d/d6dk5t.css
ADDED
package/css/d/da77zn.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.h1abn61d {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("m14.5 7.5l-5 5M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2zM9.5 7.5l5 5");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.lr5ctabl {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M12 7v6m3-3H9m8-7a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z");
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.oo3vmxaa {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M14 3h2m0 16h-2M2 12v-2m0 6v5.286a.71.71 0 0 0 1.212.502l1.149-1.149M20 19a2 2 0 0 0 2-2v-1m0-6v2m0-6V5a2 2 0 0 0-2-2M4 3a2 2 0 0 0-2 2v1m6 13h2M8 3h2");
|
|
8
|
+
}
|
package/css/p/przzui.css
ADDED
package/css/q/q6v1kj.css
ADDED
package/css/s/swsabl.css
ADDED
package/css/v/v9vlja.css
ADDED
package/css/w/wp_oak.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": 1668,
|
|
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": 1769408850
|
|
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.19",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -4826,6 +4826,10 @@
|
|
|
4826
4826
|
"types": "./types/dd0bq22g.d.ts",
|
|
4827
4827
|
"default": "./components/p/printer-check.vue"
|
|
4828
4828
|
},
|
|
4829
|
+
"./printer-x": {
|
|
4830
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4831
|
+
"default": "./components/p/printer-x.vue"
|
|
4832
|
+
},
|
|
4829
4833
|
"./projector": {
|
|
4830
4834
|
"types": "./types/dd0bq22g.d.ts",
|
|
4831
4835
|
"default": "./components/p/projector.vue"
|
package/css/a/aajbgtb.css
DELETED
package/css/b/b0mx9f.css
DELETED
package/css/b/b44dqfd.css
DELETED
package/css/g/gisfgc.css
DELETED
package/css/m/m0gkdh.css
DELETED
package/css/n/n7jo6cc.css
DELETED
package/css/n/nzu61d.css
DELETED
package/css/p/p9c7sw.css
DELETED
package/css/p/pxa1mlbu.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.pxa1mlbu {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M12 19h.01M12 3h.01M16 19h.01M16 3h.01M2 13h.01M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8M2 5a2 2 0 0 1 2-2M2 9h.01M20 3a2 2 0 0 1 2 2m0 8h.01M22 17a2 2 0 0 1-2 2m2-10h.01M8 3h.01");
|
|
8
|
-
}
|
package/css/r/rmyl6x.css
DELETED
package/css/s/satn1f.css
DELETED
package/css/s/sctuwrh.css
DELETED
package/css/t/t7gl_q.css
DELETED
package/css/u/uxyzhx.css
DELETED
package/css/y/yknvkm.css
DELETED