@iconify-vue/lucide 1.0.52 → 1.0.53
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/barrel.vue +2 -2
- package/components/f/feather.vue +2 -2
- package/components/l/layout-freeform.vue +13 -0
- package/components/m/mic-audio-lines.vue +12 -0
- package/components/m/mic-signal.vue +12 -0
- package/components/t/trophy.vue +4 -3
- package/css/c/c0dcpubfz.css +3 -0
- package/css/c/c3ya03b8q.css +3 -0
- package/css/f/f5q372mbj.css +3 -0
- package/css/i/i101anrxx.css +3 -0
- package/css/i/im2qk3bnl.css +8 -0
- package/css/m/m30z_ybtl.css +7 -0
- package/css/v/v2jnopb_g.css +7 -0
- package/css/v/vzhfnmb7y.css +7 -0
- package/css/w/wg3vgcc1c.css +3 -0
- package/css/z/zus3k94wd.css +3 -0
- package/iconify.json +2 -2
- package/package.json +13 -1
- package/css/a/agcwc2bfe.css +0 -3
- package/css/f/f4sq9rnyz.css +0 -8
- package/css/t/tbf0bmbza.css +0 -3
- package/css/u/ug_-j8pap.css +0 -3
package/components/b/barrel.vue
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/n/nrj6p8qat.css';
|
|
4
4
|
import '../../css/f/f805_6bkt.css';
|
|
5
|
-
import '../../css/
|
|
5
|
+
import '../../css/w/wg3vgcc1c.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="nrj6p8qat"><path class="f805_6bkt"/><path class="
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="f805_6bkt"/><path class="wg3vgcc1c"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:barrel" /></template>
|
package/components/f/feather.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/i/im2qk3bnl.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="im2qk3bnl"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:feather" /></template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/g/gufd03s5p.css';
|
|
5
|
+
import '../../css/v/vzhfnmb7y.css';
|
|
6
|
+
import '../../css/m/m30z_ybtl.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="nrj6p8qat"><rect class="gufd03s5p"/><rect class="vzhfnmb7y"/><rect class="m30z_ybtl"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:layout-freeform" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/c/c3ya03b8q.css';
|
|
5
|
+
import '../../css/v/v2jnopb_g.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="c3ya03b8q"/><rect class="v2jnopb_g"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mic-audio-lines" /></template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/n/nrj6p8qat.css';
|
|
4
|
+
import '../../css/i/i101anrxx.css';
|
|
5
|
+
import '../../css/v/v2jnopb_g.css';
|
|
6
|
+
|
|
7
|
+
const props = defineProps(["width","height"]);
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="nrj6p8qat"><path class="i101anrxx"/><rect class="v2jnopb_g"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mic-signal" /></template>
|
package/components/t/trophy.vue
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
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/
|
|
4
|
+
import '../../css/c/c0dcpubfz.css';
|
|
5
|
+
import '../../css/f/f5q372mbj.css';
|
|
6
|
+
import '../../css/z/zus3k94wd.css';
|
|
6
7
|
|
|
7
8
|
const props = defineProps(["width","height"]);
|
|
8
9
|
|
|
9
10
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="nrj6p8qat"><path class="
|
|
11
|
+
const content = `<g class="nrj6p8qat"><path class="c0dcpubfz"/><path class="f5q372mbj"/><path class="zus3k94wd"/></g>`;
|
|
11
12
|
</script>
|
|
12
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:trophy" /></template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.im2qk3bnl {
|
|
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("M14.086 18.412A2 2 0 0 1 12.67 19H5v-7.672a2 2 0 0 1 .586-1.414L11.75 3.75a6 6 0 1 1 8.49 8.49zM16 8L2 22m15.488-7H9");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1756,
|
|
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": 1785042701
|
|
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.53",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -3714,6 +3714,10 @@
|
|
|
3714
3714
|
"types": "./types/dd0bq22g.d.ts",
|
|
3715
3715
|
"default": "./components/l/layout-dashboard.vue"
|
|
3716
3716
|
},
|
|
3717
|
+
"./layout-freeform": {
|
|
3718
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3719
|
+
"default": "./components/l/layout-freeform.vue"
|
|
3720
|
+
},
|
|
3717
3721
|
"./layout-grid": {
|
|
3718
3722
|
"types": "./types/dd0bq22g.d.ts",
|
|
3719
3723
|
"default": "./components/l/layout-grid.vue"
|
|
@@ -4258,10 +4262,18 @@
|
|
|
4258
4262
|
"types": "./types/dd0bq22g.d.ts",
|
|
4259
4263
|
"default": "./components/m/mic.vue"
|
|
4260
4264
|
},
|
|
4265
|
+
"./mic-audio-lines": {
|
|
4266
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4267
|
+
"default": "./components/m/mic-audio-lines.vue"
|
|
4268
|
+
},
|
|
4261
4269
|
"./mic-off": {
|
|
4262
4270
|
"types": "./types/dd0bq22g.d.ts",
|
|
4263
4271
|
"default": "./components/m/mic-off.vue"
|
|
4264
4272
|
},
|
|
4273
|
+
"./mic-signal": {
|
|
4274
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4275
|
+
"default": "./components/m/mic-signal.vue"
|
|
4276
|
+
},
|
|
4265
4277
|
"./mic-vocal": {
|
|
4266
4278
|
"types": "./types/dd0bq22g.d.ts",
|
|
4267
4279
|
"default": "./components/m/mic-vocal.vue"
|
package/css/a/agcwc2bfe.css
DELETED
package/css/f/f4sq9rnyz.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.f4sq9rnyz {
|
|
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.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1zM16 8L2 22m15.5-7H9");
|
|
8
|
-
}
|
package/css/t/tbf0bmbza.css
DELETED
package/css/u/ug_-j8pap.css
DELETED