@iconify-vue/lucide 1.0.23 → 1.0.24
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/ban.vue +2 -2
- package/components/c/circle-divide.vue +2 -2
- package/components/c/circle-equal.vue +2 -2
- package/components/c/circle-pound-sterling.vue +2 -2
- package/components/c/circle-power.vue +2 -2
- package/components/c/circle-slash-2.vue +2 -2
- package/components/c/circle-slashed.vue +2 -2
- package/components/c/circle-star.vue +2 -2
- package/components/c/clapperboard.vue +2 -2
- package/components/c/clipboard-edit.vue +2 -3
- package/components/c/clipboard-pen.vue +2 -3
- package/components/c/clock-1.vue +2 -2
- package/components/c/clock-10.vue +2 -2
- package/components/c/clock-11.vue +2 -2
- package/components/c/clock-12.vue +2 -2
- package/components/c/clock-2.vue +2 -2
- package/components/c/clock-3.vue +2 -2
- package/components/c/clock-4.vue +2 -2
- package/components/c/clock-5.vue +2 -2
- package/components/c/clock-6.vue +2 -2
- package/components/c/clock-7.vue +2 -2
- package/components/c/clock-8.vue +2 -2
- package/components/c/clock-9.vue +2 -2
- package/components/c/clock.vue +2 -2
- package/components/c/coins.vue +4 -4
- package/components/c/compass.vue +2 -2
- package/components/d/divide-circle.vue +2 -2
- package/components/g/gift.vue +3 -3
- package/components/g/git-merge-conflict.vue +12 -0
- package/components/l/line-dot-right-horizontal.vue +12 -0
- package/components/m/message-circle-check.vue +12 -0
- package/components/m/message-square-check.vue +12 -0
- package/components/m/metronome.vue +12 -0
- package/components/m/mirror-rectangular.vue +12 -0
- package/components/m/mirror-round.vue +12 -0
- package/components/m/mouse-left.vue +12 -0
- package/components/m/mouse-right.vue +12 -0
- package/components/p/power-circle.vue +2 -2
- package/components/r/rocking-chair.vue +2 -2
- package/components/s/shelving-unit.vue +10 -0
- package/components/t/towel-rack.vue +10 -0
- package/components/x/x-line-top.vue +10 -0
- package/css/a/at9-cs.css +5 -0
- package/css/b/bj2hlt.css +3 -0
- package/css/c/ce5r_m.css +3 -0
- package/css/e/eatuvvdw.css +8 -0
- package/css/e/ecv25w.css +3 -0
- package/css/e/ejr3esb.css +3 -0
- package/css/e/ens2njb.css +3 -0
- package/css/g/gebz5mb.css +8 -0
- package/css/i/i5pb2o.css +5 -0
- package/css/{l/lihlnkb.css → i/itwl1ob.css} +2 -2
- package/css/j/jr2bsrb.css +8 -0
- package/css/m/m_rdtf.css +3 -0
- package/css/o/o6v4sf.css +5 -0
- package/css/p/pqr444b.css +8 -0
- package/css/{t/tfd_xr.css → q/qw98xf.css} +2 -2
- package/css/r/rdobdj.css +3 -0
- package/css/r/rq-dtv.css +3 -0
- package/css/s/sxuhlhm.css +3 -0
- package/css/{o/o_u0yu.css → t/t3294d.css} +2 -2
- package/css/t/t4s9m1b.css +3 -0
- package/css/u/ua1arn.css +3 -0
- package/css/x/x7yhkc.css +3 -0
- package/css/z/zgtl7j.css +3 -0
- package/iconify.json +2 -2
- package/package.json +49 -1
- package/css/a/aeg3geb.css +0 -3
- package/css/b/bq2ru5n.css +0 -3
- package/css/h/hceefaba.css +0 -8
- package/css/j/jfi5bi.css +0 -3
- package/css/r/raxf2e.css +0 -3
- package/css/v/v4jy7c.css +0 -3
package/components/b/ban.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/t/t26uhb.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/t/t26uhb.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="t26uhb"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:ban" /></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/x/xkn0yt.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/x/xkn0yt.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="xkn0yt"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-divide" /></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/o/od-t4j.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/o/od-t4j.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="od-t4j"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-equal" /></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/s/sgnsgo.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/s/sgnsgo.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="sgnsgo"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-pound-sterling" /></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/m/m59m5w.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/m/m59m5w.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="m59m5w"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-power" /></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/r/rsrhfy.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/r/rsrhfy.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="rsrhfy"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-slash-2" /></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/r/rsrhfy.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/r/rsrhfy.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="rsrhfy"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-slashed" /></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/j/jgg7f6bw.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/j/jgg7f6bw.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="jgg7f6bw"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-star" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/e/eatuvvdw.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="eatuvvdw"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clapperboard" /></template>
|
|
@@ -1,13 +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/e/ejr3esb.css';
|
|
4
5
|
import '../../css/u/u8u9_f.css';
|
|
5
|
-
import '../../css/v/v4jy7c.css';
|
|
6
|
-
import '../../css/a/aeg3geb.css';
|
|
7
6
|
|
|
8
7
|
const props = defineProps(["width","height"]);
|
|
9
8
|
|
|
10
9
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="ejr3esb"/><rect class="u8u9_f"/></g>`;
|
|
12
11
|
</script>
|
|
13
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clipboard-edit" /></template>
|
|
@@ -1,13 +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/e/ejr3esb.css';
|
|
4
5
|
import '../../css/u/u8u9_f.css';
|
|
5
|
-
import '../../css/v/v4jy7c.css';
|
|
6
|
-
import '../../css/a/aeg3geb.css';
|
|
7
6
|
|
|
8
7
|
const props = defineProps(["width","height"]);
|
|
9
8
|
|
|
10
9
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="ejr3esb"/><rect class="u8u9_f"/></g>`;
|
|
12
11
|
</script>
|
|
13
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clipboard-pen" /></template>
|
package/components/c/clock-1.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/h/hge66t.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/h/hge66t.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="hge66t"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-1" /></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/r/rytkaw.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/r/rytkaw.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="rytkaw"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-10" /></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/m/mel41p.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/m/mel41p.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="mel41p"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-11" /></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/m/mvkhxc.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/m/mvkhxc.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="mvkhxc"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-12" /></template>
|
package/components/c/clock-2.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/b/b565dy.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/b/b565dy.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="b565dy"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-2" /></template>
|
package/components/c/clock-3.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/q/qprtqc.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/q/qprtqc.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="qprtqc"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-3" /></template>
|
package/components/c/clock-4.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/i/iddrht.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/i/iddrht.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="iddrht"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-4" /></template>
|
package/components/c/clock-5.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/l/lwwh1e.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/l/lwwh1e.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="lwwh1e"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-5" /></template>
|
package/components/c/clock-6.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/h/hu2mwj.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/h/hu2mwj.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="hu2mwj"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-6" /></template>
|
package/components/c/clock-7.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/p/pkzqjh.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/p/pkzqjh.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="pkzqjh"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-7" /></template>
|
package/components/c/clock-8.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/d/d7nn-u.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/d/d7nn-u.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="d7nn-u"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-8" /></template>
|
package/components/c/clock-9.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/e/e8e56z.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/e/e8e56z.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="e8e56z"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock-9" /></template>
|
package/components/c/clock.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/i/iddrht.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/i/iddrht.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="iddrht"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:clock" /></template>
|
package/components/c/coins.vue
CHANGED
|
@@ -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/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
4
|
+
import '../../css/r/rq-dtv.css';
|
|
5
|
+
import '../../css/u/ua1arn.css';
|
|
6
|
+
import '../../css/t/t3294d.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="rq-dtv"/><path class="ua1arn"/><circle class="t3294d"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:coins" /></template>
|
package/components/c/compass.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/z/z4j-1nb.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/z/z4j-1nb.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="z4j-1nb"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:compass" /></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/x/xkn0yt.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/x/xkn0yt.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="xkn0yt"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:divide-circle" /></template>
|
package/components/g/gift.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/s/sxuhlhm.css';
|
|
5
|
+
import '../../css/q/qw98xf.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="sxuhlhm"/><rect class="qw98xf"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:gift" /></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/m/m_rdtf.css';
|
|
5
|
+
import '../../css/e/ez1x6n.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="m_rdtf"/><circle class="ez1x6n"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:git-merge-conflict" /></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/b/bj2hlt.css';
|
|
5
|
+
import '../../css/o/o6v4sf.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="bj2hlt"/><circle class="o6v4sf"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:line-dot-right-horizontal" /></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/g/gfviasb.css';
|
|
5
|
+
import '../../css/l/l97qpn.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="gfviasb"/><path class="l97qpn"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:message-circle-check" /></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/e/ens2njb.css';
|
|
5
|
+
import '../../css/r/rdobdj.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="ens2njb"/><path class="rdobdj"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:message-square-check" /></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/t/t4s9m1b.css';
|
|
5
|
+
import '../../css/i/i5pb2o.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="t4s9m1b"/><circle class="i5pb2o"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:metronome" /></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/z/zgtl7j.css';
|
|
5
|
+
import '../../css/g/gurl2y.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="zgtl7j"/><rect class="gurl2y"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mirror-rectangular" /></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/e/ecv25w.css';
|
|
5
|
+
import '../../css/g/g1st-a.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="ecv25w"/><circle class="g1st-a"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mirror-round" /></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/x/x7yhkc.css';
|
|
5
|
+
import '../../css/a/at9-cs.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="x7yhkc"/><circle class="at9-cs"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mouse-left" /></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/c/ce5r_m.css';
|
|
5
|
+
import '../../css/p/p1u_hu.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="ce5r_m"/><circle class="p1u_hu"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mouse-right" /></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/m/m59m5w.css';
|
|
5
4
|
import '../../css/s/shu3xd.css';
|
|
5
|
+
import '../../css/m/m59m5w.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"><
|
|
10
|
+
const content = `<g class="s43_jkd"><circle class="shu3xd"/><path class="m59m5w"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:power-circle" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/jr2bsrb.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="jr2bsrb"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:rocking-chair" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/pqr444b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="pqr444b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:shelving-unit" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/gebz5mb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="gebz5mb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:towel-rack" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/i/itwl1ob.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="itwl1ob"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:x-line-top" /></template>
|
package/css/a/at9-cs.css
ADDED
package/css/b/bj2hlt.css
ADDED
package/css/c/ce5r_m.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.eatuvvdw {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("m12.296 3.464l3.02 3.956M20.2 6L3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3zM3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm3.18-5.724l3.1 3.899");
|
|
8
|
+
}
|
package/css/e/ecv25w.css
ADDED
package/css/i/i5pb2o.css
ADDED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.itwl1ob {
|
|
2
2
|
fill: none;
|
|
3
3
|
stroke: currentColor;
|
|
4
4
|
stroke-linecap: round;
|
|
5
5
|
stroke-linejoin: round;
|
|
6
6
|
stroke-width: 2px;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M18 4H6m12 4L6 20M6 8l12 12");
|
|
8
8
|
}
|
package/css/m/m_rdtf.css
ADDED
package/css/o/o6v4sf.css
ADDED
package/css/r/rdobdj.css
ADDED
package/css/r/rq-dtv.css
ADDED
package/css/u/ua1arn.css
ADDED
package/css/x/x7yhkc.css
ADDED
package/css/z/zgtl7j.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": 1686,
|
|
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": 1771495633
|
|
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.24",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -3066,6 +3066,10 @@
|
|
|
3066
3066
|
"types": "./types/dd0bq22g.d.ts",
|
|
3067
3067
|
"default": "./components/g/git-merge.vue"
|
|
3068
3068
|
},
|
|
3069
|
+
"./git-merge-conflict": {
|
|
3070
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3071
|
+
"default": "./components/g/git-merge-conflict.vue"
|
|
3072
|
+
},
|
|
3069
3073
|
"./git-pull-request": {
|
|
3070
3074
|
"types": "./types/dd0bq22g.d.ts",
|
|
3071
3075
|
"default": "./components/g/git-pull-request.vue"
|
|
@@ -3690,6 +3694,10 @@
|
|
|
3690
3694
|
"types": "./types/dd0bq22g.d.ts",
|
|
3691
3695
|
"default": "./components/l/line-chart.vue"
|
|
3692
3696
|
},
|
|
3697
|
+
"./line-dot-right-horizontal": {
|
|
3698
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3699
|
+
"default": "./components/l/line-dot-right-horizontal.vue"
|
|
3700
|
+
},
|
|
3693
3701
|
"./line-squiggle": {
|
|
3694
3702
|
"types": "./types/dd0bq22g.d.ts",
|
|
3695
3703
|
"default": "./components/l/line-squiggle.vue"
|
|
@@ -4018,6 +4026,10 @@
|
|
|
4018
4026
|
"types": "./types/dd0bq22g.d.ts",
|
|
4019
4027
|
"default": "./components/m/message-circle.vue"
|
|
4020
4028
|
},
|
|
4029
|
+
"./message-circle-check": {
|
|
4030
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4031
|
+
"default": "./components/m/message-circle-check.vue"
|
|
4032
|
+
},
|
|
4021
4033
|
"./message-circle-code": {
|
|
4022
4034
|
"types": "./types/dd0bq22g.d.ts",
|
|
4023
4035
|
"default": "./components/m/message-circle-code.vue"
|
|
@@ -4062,6 +4074,10 @@
|
|
|
4062
4074
|
"types": "./types/dd0bq22g.d.ts",
|
|
4063
4075
|
"default": "./components/m/message-square.vue"
|
|
4064
4076
|
},
|
|
4077
|
+
"./message-square-check": {
|
|
4078
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4079
|
+
"default": "./components/m/message-square-check.vue"
|
|
4080
|
+
},
|
|
4065
4081
|
"./message-square-code": {
|
|
4066
4082
|
"types": "./types/dd0bq22g.d.ts",
|
|
4067
4083
|
"default": "./components/m/message-square-code.vue"
|
|
@@ -4126,6 +4142,10 @@
|
|
|
4126
4142
|
"types": "./types/dd0bq22g.d.ts",
|
|
4127
4143
|
"default": "./components/m/messages-square.vue"
|
|
4128
4144
|
},
|
|
4145
|
+
"./metronome": {
|
|
4146
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4147
|
+
"default": "./components/m/metronome.vue"
|
|
4148
|
+
},
|
|
4129
4149
|
"./mic": {
|
|
4130
4150
|
"types": "./types/dd0bq22g.d.ts",
|
|
4131
4151
|
"default": "./components/m/mic.vue"
|
|
@@ -4174,6 +4194,14 @@
|
|
|
4174
4194
|
"types": "./types/dd0bq22g.d.ts",
|
|
4175
4195
|
"default": "./components/m/minus.vue"
|
|
4176
4196
|
},
|
|
4197
|
+
"./mirror-rectangular": {
|
|
4198
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4199
|
+
"default": "./components/m/mirror-rectangular.vue"
|
|
4200
|
+
},
|
|
4201
|
+
"./mirror-round": {
|
|
4202
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4203
|
+
"default": "./components/m/mirror-round.vue"
|
|
4204
|
+
},
|
|
4177
4205
|
"./monitor": {
|
|
4178
4206
|
"types": "./types/dd0bq22g.d.ts",
|
|
4179
4207
|
"default": "./components/m/monitor.vue"
|
|
@@ -4254,6 +4282,10 @@
|
|
|
4254
4282
|
"types": "./types/dd0bq22g.d.ts",
|
|
4255
4283
|
"default": "./components/m/mouse.vue"
|
|
4256
4284
|
},
|
|
4285
|
+
"./mouse-left": {
|
|
4286
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4287
|
+
"default": "./components/m/mouse-left.vue"
|
|
4288
|
+
},
|
|
4257
4289
|
"./mouse-off": {
|
|
4258
4290
|
"types": "./types/dd0bq22g.d.ts",
|
|
4259
4291
|
"default": "./components/m/mouse-off.vue"
|
|
@@ -4278,6 +4310,10 @@
|
|
|
4278
4310
|
"types": "./types/dd0bq22g.d.ts",
|
|
4279
4311
|
"default": "./components/m/mouse-pointer-click.vue"
|
|
4280
4312
|
},
|
|
4313
|
+
"./mouse-right": {
|
|
4314
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4315
|
+
"default": "./components/m/mouse-right.vue"
|
|
4316
|
+
},
|
|
4281
4317
|
"./move": {
|
|
4282
4318
|
"types": "./types/dd0bq22g.d.ts",
|
|
4283
4319
|
"default": "./components/m/move.vue"
|
|
@@ -5354,6 +5390,10 @@
|
|
|
5354
5390
|
"types": "./types/dd0bq22g.d.ts",
|
|
5355
5391
|
"default": "./components/s/shell.vue"
|
|
5356
5392
|
},
|
|
5393
|
+
"./shelving-unit": {
|
|
5394
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5395
|
+
"default": "./components/s/shelving-unit.vue"
|
|
5396
|
+
},
|
|
5357
5397
|
"./shield": {
|
|
5358
5398
|
"types": "./types/dd0bq22g.d.ts",
|
|
5359
5399
|
"default": "./components/s/shield.vue"
|
|
@@ -6298,6 +6338,10 @@
|
|
|
6298
6338
|
"types": "./types/dd0bq22g.d.ts",
|
|
6299
6339
|
"default": "./components/t/touchpad-off.vue"
|
|
6300
6340
|
},
|
|
6341
|
+
"./towel-rack": {
|
|
6342
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6343
|
+
"default": "./components/t/towel-rack.vue"
|
|
6344
|
+
},
|
|
6301
6345
|
"./tower-control": {
|
|
6302
6346
|
"types": "./types/dd0bq22g.d.ts",
|
|
6303
6347
|
"default": "./components/t/tower-control.vue"
|
|
@@ -6846,6 +6890,10 @@
|
|
|
6846
6890
|
"types": "./types/dd0bq22g.d.ts",
|
|
6847
6891
|
"default": "./components/x/x.vue"
|
|
6848
6892
|
},
|
|
6893
|
+
"./x-line-top": {
|
|
6894
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6895
|
+
"default": "./components/x/x-line-top.vue"
|
|
6896
|
+
},
|
|
6849
6897
|
"./youtube": {
|
|
6850
6898
|
"types": "./types/dd0bq22g.d.ts",
|
|
6851
6899
|
"default": "./components/y/youtube.vue"
|
package/css/a/aeg3geb.css
DELETED
package/css/b/bq2ru5n.css
DELETED
package/css/h/hceefaba.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.hceefaba {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 2px;
|
|
7
|
-
d: path("M20.2 6L3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Zm-14-.7l3.1 3.9m3.1-5.8l3.1 4M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z");
|
|
8
|
-
}
|
package/css/j/jfi5bi.css
DELETED
package/css/r/raxf2e.css
DELETED
package/css/v/v4jy7c.css
DELETED