@iconify-vue/lucide 1.0.20 → 1.0.22
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/bandage.vue +2 -2
- package/components/b/bell-dot.vue +3 -3
- package/components/b/bug-off.vue +3 -5
- package/components/g/git-branch.vue +2 -3
- package/components/h/hard-drive.vue +2 -2
- package/components/u/user-lock.vue +2 -2
- package/css/a/a0htiqb.css +3 -0
- package/css/c/ciy9r7m.css +3 -0
- package/css/i/ioeuld.css +3 -0
- package/css/{d/dlcv7u.css → r/rgf0af.css} +2 -2
- package/css/w/wff0vob.css +3 -0
- package/css/y/yolhmhbl.css +8 -0
- package/css/z/zfdr3y.css +3 -0
- package/iconify.json +1 -1
- package/package.json +1 -1
- package/css/f/foh427bk.css +0 -8
- package/css/g/ggipxvb.css +0 -3
- package/css/j/jzoqmx.css +0 -3
- package/css/k/k9j97k.css +0 -3
- package/css/k/khe-2x.css +0 -3
- package/css/m/mxg38i.css +0 -3
- package/css/r/r3zr1d.css +0 -5
- package/css/s/sae95d.css +0 -3
- package/css/s/sbve6z.css +0 -3
- package/css/v/v-qreb.css +0 -3
package/components/b/bandage.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/
|
|
4
|
+
import '../../css/r/rgf0af.css';
|
|
5
5
|
import '../../css/a/avoltv.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="rgf0af"/><rect class="avoltv"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bandage" /></template>
|
|
@@ -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/a/a0htiqb.css';
|
|
5
|
+
import '../../css/u/ugw1om.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="a0htiqb"/><circle class="ugw1om"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bell-dot" /></template>
|
package/components/b/bug-off.vue
CHANGED
|
@@ -1,14 +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/
|
|
6
|
-
import '../../css/m/mxg38i.css';
|
|
7
|
-
import '../../css/s/sae95d.css';
|
|
4
|
+
import '../../css/c/ciy9r7m.css';
|
|
5
|
+
import '../../css/w/wff0vob.css';
|
|
8
6
|
|
|
9
7
|
const props = defineProps(["width","height"]);
|
|
10
8
|
|
|
11
9
|
const viewBox = {"width":24,"height":24};
|
|
12
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="ciy9r7m"/><path class="wff0vob"/></g>`;
|
|
13
11
|
</script>
|
|
14
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:bug-off" /></template>
|
|
@@ -1,14 +1,13 @@
|
|
|
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/i/ioeuld.css';
|
|
5
5
|
import '../../css/w/w65t7v.css';
|
|
6
6
|
import '../../css/d/dos_yt.css';
|
|
7
|
-
import '../../css/k/khe-2x.css';
|
|
8
7
|
|
|
9
8
|
const props = defineProps(["width","height"]);
|
|
10
9
|
|
|
11
10
|
const viewBox = {"width":24,"height":24};
|
|
12
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="ioeuld"/><circle class="w65t7v"/><circle class="dos_yt"/></g>`;
|
|
13
12
|
</script>
|
|
14
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:git-branch" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/yolhmhbl.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="yolhmhbl"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:hard-drive" /></template>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/z/zfdr3y.css';
|
|
4
5
|
import '../../css/g/ghya2b.css';
|
|
5
|
-
import '../../css/s/sbve6z.css';
|
|
6
6
|
import '../../css/u/uxs61s.css';
|
|
7
7
|
|
|
8
8
|
const props = defineProps(["width","height"]);
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="zfdr3y"/><circle class="ghya2b"/><rect class="uxs61s"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:user-lock" /></template>
|
package/css/i/ioeuld.css
ADDED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.
|
|
2
|
-
d: path("M10 10.01h.01m-.01 4h.01m3.99-4h.01m-.01 4h.01M18
|
|
1
|
+
.rgf0af {
|
|
2
|
+
d: path("M10 10.01h.01m-.01 4h.01m3.99-4h.01m-.01 4h.01M18 6v12M6 6v12");
|
|
3
3
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.yolhmhbl {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M10 16h.01m-7.798-4.423a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11zm19.734.436H2.054M6 16h.01");
|
|
8
|
+
}
|
package/css/z/zfdr3y.css
ADDED
package/iconify.json
CHANGED
package/package.json
CHANGED
package/css/f/foh427bk.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.foh427bk {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M22 12H2m3.45-6.89L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11M6 16h.01M10 16h.01");
|
|
8
|
-
}
|
package/css/g/ggipxvb.css
DELETED
package/css/j/jzoqmx.css
DELETED
package/css/k/k9j97k.css
DELETED
package/css/k/khe-2x.css
DELETED
package/css/m/mxg38i.css
DELETED
package/css/r/r3zr1d.css
DELETED
package/css/s/sae95d.css
DELETED
package/css/s/sbve6z.css
DELETED
package/css/v/v-qreb.css
DELETED