@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.
Files changed (73) hide show
  1. package/components/b/ban.vue +2 -2
  2. package/components/c/circle-divide.vue +2 -2
  3. package/components/c/circle-equal.vue +2 -2
  4. package/components/c/circle-pound-sterling.vue +2 -2
  5. package/components/c/circle-power.vue +2 -2
  6. package/components/c/circle-slash-2.vue +2 -2
  7. package/components/c/circle-slashed.vue +2 -2
  8. package/components/c/circle-star.vue +2 -2
  9. package/components/c/clapperboard.vue +2 -2
  10. package/components/c/clipboard-edit.vue +2 -3
  11. package/components/c/clipboard-pen.vue +2 -3
  12. package/components/c/clock-1.vue +2 -2
  13. package/components/c/clock-10.vue +2 -2
  14. package/components/c/clock-11.vue +2 -2
  15. package/components/c/clock-12.vue +2 -2
  16. package/components/c/clock-2.vue +2 -2
  17. package/components/c/clock-3.vue +2 -2
  18. package/components/c/clock-4.vue +2 -2
  19. package/components/c/clock-5.vue +2 -2
  20. package/components/c/clock-6.vue +2 -2
  21. package/components/c/clock-7.vue +2 -2
  22. package/components/c/clock-8.vue +2 -2
  23. package/components/c/clock-9.vue +2 -2
  24. package/components/c/clock.vue +2 -2
  25. package/components/c/coins.vue +4 -4
  26. package/components/c/compass.vue +2 -2
  27. package/components/d/divide-circle.vue +2 -2
  28. package/components/g/gift.vue +3 -3
  29. package/components/g/git-merge-conflict.vue +12 -0
  30. package/components/l/line-dot-right-horizontal.vue +12 -0
  31. package/components/m/message-circle-check.vue +12 -0
  32. package/components/m/message-square-check.vue +12 -0
  33. package/components/m/metronome.vue +12 -0
  34. package/components/m/mirror-rectangular.vue +12 -0
  35. package/components/m/mirror-round.vue +12 -0
  36. package/components/m/mouse-left.vue +12 -0
  37. package/components/m/mouse-right.vue +12 -0
  38. package/components/p/power-circle.vue +2 -2
  39. package/components/r/rocking-chair.vue +2 -2
  40. package/components/s/shelving-unit.vue +10 -0
  41. package/components/t/towel-rack.vue +10 -0
  42. package/components/x/x-line-top.vue +10 -0
  43. package/css/a/at9-cs.css +5 -0
  44. package/css/b/bj2hlt.css +3 -0
  45. package/css/c/ce5r_m.css +3 -0
  46. package/css/e/eatuvvdw.css +8 -0
  47. package/css/e/ecv25w.css +3 -0
  48. package/css/e/ejr3esb.css +3 -0
  49. package/css/e/ens2njb.css +3 -0
  50. package/css/g/gebz5mb.css +8 -0
  51. package/css/i/i5pb2o.css +5 -0
  52. package/css/{l/lihlnkb.css → i/itwl1ob.css} +2 -2
  53. package/css/j/jr2bsrb.css +8 -0
  54. package/css/m/m_rdtf.css +3 -0
  55. package/css/o/o6v4sf.css +5 -0
  56. package/css/p/pqr444b.css +8 -0
  57. package/css/{t/tfd_xr.css → q/qw98xf.css} +2 -2
  58. package/css/r/rdobdj.css +3 -0
  59. package/css/r/rq-dtv.css +3 -0
  60. package/css/s/sxuhlhm.css +3 -0
  61. package/css/{o/o_u0yu.css → t/t3294d.css} +2 -2
  62. package/css/t/t4s9m1b.css +3 -0
  63. package/css/u/ua1arn.css +3 -0
  64. package/css/x/x7yhkc.css +3 -0
  65. package/css/z/zgtl7j.css +3 -0
  66. package/iconify.json +2 -2
  67. package/package.json +49 -1
  68. package/css/a/aeg3geb.css +0 -3
  69. package/css/b/bq2ru5n.css +0 -3
  70. package/css/h/hceefaba.css +0 -8
  71. package/css/j/jfi5bi.css +0 -3
  72. package/css/r/raxf2e.css +0 -3
  73. package/css/v/v4jy7c.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/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"><path class="t26uhb"/><circle class="shu3xd"/></g>`;
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"><path class="xkn0yt"/><circle class="shu3xd"/></g>`;
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"><path class="od-t4j"/><circle class="shu3xd"/></g>`;
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"><path class="sgnsgo"/><circle class="shu3xd"/></g>`;
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"><path class="m59m5w"/><circle class="shu3xd"/></g>`;
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"><path class="rsrhfy"/><circle class="shu3xd"/></g>`;
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"><path class="rsrhfy"/><circle class="shu3xd"/></g>`;
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"><path class="jgg7f6bw"/><circle class="shu3xd"/></g>`;
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/h/hceefaba.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="hceefaba"/>`;
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"><rect class="u8u9_f"/><path class="v4jy7c"/><path class="aeg3geb"/></g>`;
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"><rect class="u8u9_f"/><path class="v4jy7c"/><path class="aeg3geb"/></g>`;
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>
@@ -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"><path class="hge66t"/><circle class="shu3xd"/></g>`;
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"><path class="rytkaw"/><circle class="shu3xd"/></g>`;
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"><path class="mel41p"/><circle class="shu3xd"/></g>`;
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"><path class="mvkhxc"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="b565dy"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="qprtqc"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="iddrht"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="lwwh1e"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="hu2mwj"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="pkzqjh"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="d7nn-u"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="e8e56z"/><circle class="shu3xd"/></g>`;
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>
@@ -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"><path class="iddrht"/><circle class="shu3xd"/></g>`;
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>
@@ -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/o/o_u0yu.css';
5
- import '../../css/r/raxf2e.css';
6
- import '../../css/j/jfi5bi.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"><circle class="o_u0yu"/><path class="raxf2e"/><path class="jfi5bi"/></g>`;
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>
@@ -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"><path class="z4j-1nb"/><circle class="shu3xd"/></g>`;
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"><path class="xkn0yt"/><circle class="shu3xd"/></g>`;
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>
@@ -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/tfd_xr.css';
5
- import '../../css/b/bq2ru5n.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"><rect class="tfd_xr"/><path class="bq2ru5n"/></g>`;
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"><path class="m59m5w"/><circle class="shu3xd"/></g>`;
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/l/lihlnkb.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="lihlnkb"/>`;
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>
@@ -0,0 +1,5 @@
1
+ .at9-cs {
2
+ cx: 7px;
3
+ cy: 4px;
4
+ r: 2px;
5
+ }
@@ -0,0 +1,3 @@
1
+ .bj2hlt {
2
+ d: path("M3 12h12");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ce5r_m {
2
+ d: path("M12 7.318V10m7 0v5a7 7 0 0 1-14 0V9c0-3.527 2.608-6.515 6-7");
3
+ }
@@ -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
+ }
@@ -0,0 +1,3 @@
1
+ .ecv25w {
2
+ d: path("M10 6.6L8.6 8M12 18v4m3-14.5L9.5 13M7 22h10");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ejr3esb {
2
+ d: path("M16 4h2a2 2 0 0 1 2 2v2m1.34 7.664a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506zM8 22H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ens2njb {
2
+ d: path("M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z");
3
+ }
@@ -0,0 +1,8 @@
1
+ .gebz5mb {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M22 7h-2M6.5 3h11A2.5 2.5 0 0 1 20 5.5V20a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V5.5a1 1 0 0 0-5 0V17a1 1 0 0 0 1 1h4M9 7H2");
8
+ }
@@ -0,0 +1,5 @@
1
+ .i5pb2o {
2
+ cx: 20px;
3
+ cy: 9px;
4
+ r: 2px;
5
+ }
@@ -1,8 +1,8 @@
1
- .lihlnkb {
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("m3.5 2l3 10.5H18m-8.5 0l-4 7.5m9.5-7.5l3.5 7.5M2.75 18a13 13 0 0 0 18.5 0");
7
+ d: path("M18 4H6m12 4L6 20M6 8l12 12");
8
8
  }
@@ -0,0 +1,8 @@
1
+ .jr2bsrb {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("m15 13l3.708 7.416M3 19a15 15 0 0 0 18 0M3 2l3.21 9.633A2 2 0 0 0 8.109 13H18m-9 0l-3.708 7.416");
8
+ }
@@ -0,0 +1,3 @@
1
+ .m_rdtf {
2
+ d: path("M12 6h4a2 2 0 0 1 2 2v7M6 12v9M9 3L3 9m6 0L3 3");
3
+ }
@@ -0,0 +1,5 @@
1
+ .o6v4sf {
2
+ cx: 18px;
3
+ cy: 12px;
4
+ r: 3px;
5
+ }
@@ -0,0 +1,8 @@
1
+ .pqr444b {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M12 12V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3m8 8v-3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3m8 2V2M4 12h16M4 20h16M4 2v20M4 4h16");
8
+ }
@@ -1,7 +1,7 @@
1
- .tfd_xr {
1
+ .qw98xf {
2
2
  width: 18px;
3
3
  height: 4px;
4
4
  x: 3px;
5
- y: 8px;
5
+ y: 7px;
6
6
  rx: 1px;
7
7
  }
@@ -0,0 +1,3 @@
1
+ .rdobdj {
2
+ d: path("m9 11l2 2l4-4");
3
+ }
@@ -0,0 +1,3 @@
1
+ .rq-dtv {
2
+ d: path("M13.744 17.736a6 6 0 1 1-7.48-7.48M15 6h1v4");
3
+ }
@@ -0,0 +1,3 @@
1
+ .sxuhlhm {
2
+ d: path("M12 7v14m8-10v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8m3.5-4a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5a1 1 0 0 1 0 5");
3
+ }
@@ -1,5 +1,5 @@
1
- .o_u0yu {
2
- cx: 8px;
1
+ .t3294d {
2
+ cx: 16px;
3
3
  cy: 8px;
4
4
  r: 6px;
5
5
  }
@@ -0,0 +1,3 @@
1
+ .t4s9m1b {
2
+ d: path("M12 11.4V9.1m0 7.9l6.59-6.59M15.05 5.7l-.218-.691a3 3 0 0 0-5.663 0L4.418 19.695A1 1 0 0 0 5.37 21h13.253a1 1 0 0 0 .951-1.31L18.45 16.2");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ua1arn {
2
+ d: path("m6.134 14.768l.866-.5l2 3.464");
3
+ }
@@ -0,0 +1,3 @@
1
+ .x7yhkc {
2
+ d: path("M12 7.318V10m-7 0v5a7 7 0 0 0 14 0V9c0-3.527-2.608-6.515-6-7");
3
+ }
@@ -0,0 +1,3 @@
1
+ .zgtl7j {
2
+ d: path("M11 6L8 9m8-2l-8 8");
3
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1674,
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": 1771310332
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.23",
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
@@ -1,3 +0,0 @@
1
- .aeg3geb {
2
- d: path("M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z");
3
- }
package/css/b/bq2ru5n.css DELETED
@@ -1,3 +0,0 @@
1
- .bq2ru5n {
2
- d: path("M12 8v13m7-9v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7m2.5-4a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5a2.5 2.5 0 0 1 0 5");
3
- }
@@ -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
@@ -1,3 +0,0 @@
1
- .jfi5bi {
2
- d: path("m16.71 13.88l.7.71l-2.82 2.82");
3
- }
package/css/r/raxf2e.css DELETED
@@ -1,3 +0,0 @@
1
- .raxf2e {
2
- d: path("M18.09 10.37A6 6 0 1 1 10.34 18M7 6h1v4");
3
- }
package/css/v/v4jy7c.css DELETED
@@ -1,3 +0,0 @@
1
- .v4jy7c {
2
- d: path("M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5M4 13.5V6a2 2 0 0 1 2-2h2");
3
- }