@iconify-vue/lucide 1.0.50 → 1.0.52

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 (65) hide show
  1. package/components/b/book-open-check.vue +3 -3
  2. package/components/b/book-open-text.vue +2 -2
  3. package/components/b/book-open.vue +2 -2
  4. package/components/c/columns-3-cog.vue +2 -2
  5. package/components/c/columns-settings.vue +2 -2
  6. package/components/e/ethernet-port.vue +2 -2
  7. package/components/f/file-box.vue +5 -4
  8. package/components/h/hdmi-port.vue +2 -2
  9. package/components/m/mosque.vue +12 -0
  10. package/components/r/rotate-ccw-clock.vue +12 -0
  11. package/components/r/rotate-cw-fading-clock.vue +10 -0
  12. package/components/s/scan-box.vue +12 -0
  13. package/components/s/scan-square.vue +12 -0
  14. package/components/s/scissors-square-dashed-bottom.vue +3 -5
  15. package/components/s/scissors-square.vue +4 -5
  16. package/components/s/shield-keyhole.vue +12 -0
  17. package/components/s/square-bottom-dashed-scissors.vue +3 -5
  18. package/components/s/square-off.vue +10 -0
  19. package/components/s/square-scissors.vue +4 -5
  20. package/components/t/table-config.vue +2 -2
  21. package/components/t/toolbox.vue +2 -2
  22. package/components/u/user-shield.vue +12 -0
  23. package/components/z/zap-off.vue +2 -2
  24. package/components/z/zap.vue +2 -2
  25. package/css/a/auf_922au.css +3 -0
  26. package/css/b/b-ns_sbzj.css +3 -0
  27. package/css/b/blpl55bqs.css +8 -0
  28. package/css/e/eagqxlbet.css +8 -0
  29. package/css/{q/qxif7ybfq.css → g/g-kp242az.css} +2 -2
  30. package/css/h/hmi07_fwg.css +8 -0
  31. package/css/i/ia_uw_5zb.css +3 -0
  32. package/css/j/j1_er5b6a.css +3 -0
  33. package/css/j/j6wsnfb-q.css +8 -0
  34. package/css/l/limkoio6o.css +3 -0
  35. package/css/l/lnrjy8b9j.css +8 -0
  36. package/css/m/mjrylvbbp.css +3 -0
  37. package/css/p/p3vlh0i5k.css +5 -0
  38. package/css/p/pnv8w4bim.css +3 -0
  39. package/css/q/qe5frxbku.css +3 -0
  40. package/css/r/rneo-_btp.css +8 -0
  41. package/css/s/s1af_ob0u.css +8 -0
  42. package/css/s/s8xldtbuo.css +3 -0
  43. package/css/s/shbpiipyk.css +3 -0
  44. package/css/s/sqpkv2udw.css +3 -0
  45. package/css/v/vjnj9abfa.css +3 -0
  46. package/css/v/vtzl9s38x.css +3 -0
  47. package/css/w/wewi41bsz.css +3 -0
  48. package/css/w/wxq-pglxf.css +8 -0
  49. package/iconify.json +2 -2
  50. package/package.json +37 -5
  51. package/css/a/av4js4bkf.css +0 -8
  52. package/css/b/bh4onmbyp.css +0 -3
  53. package/css/c/c01jopbvs.css +0 -3
  54. package/css/c/cjyskbb8z.css +0 -3
  55. package/css/e/ee8q8obuk.css +0 -3
  56. package/css/f/fuqf4wb1s.css +0 -3
  57. package/css/g/g9k4vdqdf.css +0 -8
  58. package/css/j/jwl0hky8r.css +0 -8
  59. package/css/j/jx1x71v2d.css +0 -3
  60. package/css/n/ns80pccbg.css +0 -3
  61. package/css/o/ox604xb7n.css +0 -3
  62. package/css/p/pjvocabjo.css +0 -3
  63. package/css/t/tda8syd3w.css +0 -8
  64. package/css/y/yu8aidlqt.css +0 -8
  65. package/css/z/z2b4erbqg.css +0 -8
@@ -1,12 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/b/bh4onmbyp.css';
5
- import '../../css/c/cjyskbb8z.css';
4
+ import '../../css/q/qe5frxbku.css';
5
+ import '../../css/s/sqpkv2udw.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="bh4onmbyp"/><path class="cjyskbb8z"/></g>`;
10
+ const content = `<g class="nrj6p8qat"><path class="qe5frxbku"/><path class="sqpkv2udw"/></g>`;
11
11
  </script>
12
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:book-open-check" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/y/yu8aidlqt.css';
3
+ import '../../css/l/lnrjy8b9j.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="yu8aidlqt"/>`;
8
+ const content = `<path class="lnrjy8b9j"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:book-open-text" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/t/tda8syd3w.css';
3
+ import '../../css/s/s1af_ob0u.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="tda8syd3w"/>`;
8
+ const content = `<path class="s1af_ob0u"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:book-open" /></template>
@@ -1,12 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/o/ox604xb7n.css';
4
+ import '../../css/j/j1_er5b6a.css';
5
5
  import '../../css/e/ez1x61b2a.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="ox604xb7n"/><circle class="ez1x61b2a"/></g>`;
10
+ const content = `<g class="nrj6p8qat"><path class="j1_er5b6a"/><circle class="ez1x61b2a"/></g>`;
11
11
  </script>
12
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:columns-3-cog" /></template>
@@ -1,12 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/o/ox604xb7n.css';
4
+ import '../../css/j/j1_er5b6a.css';
5
5
  import '../../css/e/ez1x61b2a.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="ox604xb7n"/><circle class="ez1x61b2a"/></g>`;
10
+ const content = `<g class="nrj6p8qat"><path class="j1_er5b6a"/><circle class="ez1x61b2a"/></g>`;
11
11
  </script>
12
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:columns-settings" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/a/av4js4bkf.css';
3
+ import '../../css/h/hmi07_fwg.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="av4js4bkf"/>`;
8
+ const content = `<path class="hmi07_fwg"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:ethernet-port" /></template>
@@ -1,13 +1,14 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/f/fuqf4wb1s.css';
5
- import '../../css/j/jx1x71v2d.css';
6
- import '../../css/n/ns80pccbg.css';
4
+ import '../../css/b/boz1ay-3b.css';
5
+ import '../../css/a/auf_922au.css';
6
+ import '../../css/m/mjrylvbbp.css';
7
+ import '../../css/w/wewi41bsz.css';
7
8
 
8
9
  const props = defineProps(["width","height"]);
9
10
 
10
11
  const viewBox = {"width":24,"height":24};
11
- const content = `<g class="nrj6p8qat"><path class="fuqf4wb1s"/><path class="jx1x71v2d"/><path class="ns80pccbg"/></g>`;
12
+ const content = `<g class="nrj6p8qat"><path class="boz1ay-3b"/><path class="auf_922au"/><path class="mjrylvbbp"/><path class="wewi41bsz"/></g>`;
12
13
  </script>
13
14
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:file-box" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/q/qxif7ybfq.css';
3
+ import '../../css/j/j6wsnfb-q.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="qxif7ybfq"/>`;
8
+ const content = `<path class="j6wsnfb-q"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:hdmi-port" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/p/pnv8w4bim.css';
5
+ import '../../css/i/ia_uw_5zb.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="pnv8w4bim"/><path class="ia_uw_5zb"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:mosque" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/m/mfojsy6pj.css';
5
+ import '../../css/a/a7iy2kw9d.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="mfojsy6pj"/><path class="a7iy2kw9d"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:rotate-ccw-clock" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/e/eagqxlbet.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="eagqxlbet"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:rotate-cw-fading-clock" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/b/b-ns_sbzj.css';
5
+ import '../../css/v/vtzl9s38x.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="b-ns_sbzj"/><path class="vtzl9s38x"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scan-box" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/p/p_qogjuvx.css';
5
+ import '../../css/h/ht5kii6hd.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="p_qogjuvx"/><rect class="ht5kii6hd"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scan-square" /></template>
@@ -1,15 +1,13 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/p/pjvocabjo.css';
5
- import '../../css/y/yopadjb1x.css';
6
- import '../../css/c/c01jopbvs.css';
4
+ import '../../css/l/limkoio6o.css';
7
5
  import '../../css/d/d2umvjsxg.css';
8
- import '../../css/e/ee8q8obuk.css';
6
+ import '../../css/y/yopadjb1x.css';
9
7
 
10
8
  const props = defineProps(["width","height"]);
11
9
 
12
10
  const viewBox = {"width":24,"height":24};
13
- const content = `<g class="nrj6p8qat"><path class="pjvocabjo"/><circle class="yopadjb1x"/><path class="c01jopbvs"/><circle class="d2umvjsxg"/><path class="ee8q8obuk"/></g>`;
11
+ const content = `<g class="nrj6p8qat"><path class="limkoio6o"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/></g>`;
14
12
  </script>
15
13
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scissors-square-dashed-bottom" /></template>
@@ -1,15 +1,14 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/j/jhxi-trnl.css';
5
- import '../../css/y/yopadjb1x.css';
6
- import '../../css/c/c01jopbvs.css';
4
+ import '../../css/v/vjnj9abfa.css';
7
5
  import '../../css/d/d2umvjsxg.css';
8
- import '../../css/e/ee8q8obuk.css';
6
+ import '../../css/y/yopadjb1x.css';
7
+ import '../../css/j/jhxi-trnl.css';
9
8
 
10
9
  const props = defineProps(["width","height"]);
11
10
 
12
11
  const viewBox = {"width":24,"height":24};
13
- const content = `<g class="nrj6p8qat"><rect class="jhxi-trnl"/><circle class="yopadjb1x"/><path class="c01jopbvs"/><circle class="d2umvjsxg"/><path class="ee8q8obuk"/></g>`;
12
+ const content = `<g class="nrj6p8qat"><path class="vjnj9abfa"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/><rect class="jhxi-trnl"/></g>`;
14
13
  </script>
15
14
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:scissors-square" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/s/shbpiipyk.css';
5
+ import '../../css/p/p3vlh0i5k.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="shbpiipyk"/><circle class="p3vlh0i5k"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:shield-keyhole" /></template>
@@ -1,15 +1,13 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/p/pjvocabjo.css';
5
- import '../../css/y/yopadjb1x.css';
6
- import '../../css/c/c01jopbvs.css';
4
+ import '../../css/l/limkoio6o.css';
7
5
  import '../../css/d/d2umvjsxg.css';
8
- import '../../css/e/ee8q8obuk.css';
6
+ import '../../css/y/yopadjb1x.css';
9
7
 
10
8
  const props = defineProps(["width","height"]);
11
9
 
12
10
  const viewBox = {"width":24,"height":24};
13
- const content = `<g class="nrj6p8qat"><path class="pjvocabjo"/><circle class="yopadjb1x"/><path class="c01jopbvs"/><circle class="d2umvjsxg"/><path class="ee8q8obuk"/></g>`;
11
+ const content = `<g class="nrj6p8qat"><path class="limkoio6o"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/></g>`;
14
12
  </script>
15
13
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-bottom-dashed-scissors" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/g/g-kp242az.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="g-kp242az"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-off" /></template>
@@ -1,15 +1,14 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/j/jhxi-trnl.css';
5
- import '../../css/y/yopadjb1x.css';
6
- import '../../css/c/c01jopbvs.css';
4
+ import '../../css/v/vjnj9abfa.css';
7
5
  import '../../css/d/d2umvjsxg.css';
8
- import '../../css/e/ee8q8obuk.css';
6
+ import '../../css/y/yopadjb1x.css';
7
+ import '../../css/j/jhxi-trnl.css';
9
8
 
10
9
  const props = defineProps(["width","height"]);
11
10
 
12
11
  const viewBox = {"width":24,"height":24};
13
- const content = `<g class="nrj6p8qat"><rect class="jhxi-trnl"/><circle class="yopadjb1x"/><path class="c01jopbvs"/><circle class="d2umvjsxg"/><path class="ee8q8obuk"/></g>`;
12
+ const content = `<g class="nrj6p8qat"><path class="vjnj9abfa"/><circle class="d2umvjsxg"/><circle class="yopadjb1x"/><rect class="jhxi-trnl"/></g>`;
14
13
  </script>
15
14
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:square-scissors" /></template>
@@ -1,12 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/o/ox604xb7n.css';
4
+ import '../../css/j/j1_er5b6a.css';
5
5
  import '../../css/e/ez1x61b2a.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="ox604xb7n"/><circle class="ez1x61b2a"/></g>`;
10
+ const content = `<g class="nrj6p8qat"><path class="j1_er5b6a"/><circle class="ez1x61b2a"/></g>`;
11
11
  </script>
12
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:table-config" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/g/g9k4vdqdf.css';
3
+ import '../../css/r/rneo-_btp.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="g9k4vdqdf"/>`;
8
+ const content = `<path class="rneo-_btp"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:toolbox" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/s/s8xldtbuo.css';
5
+ import '../../css/t/t-u0yzblp.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="s8xldtbuo"/><circle class="t-u0yzblp"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:user-shield" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/z/z2b4erbqg.css';
3
+ import '../../css/b/blpl55bqs.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="z2b4erbqg"/>`;
8
+ const content = `<path class="blpl55bqs"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:zap-off" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/j/jwl0hky8r.css';
3
+ import '../../css/w/wxq-pglxf.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="jwl0hky8r"/>`;
8
+ const content = `<path class="wxq-pglxf"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:zap" /></template>
@@ -0,0 +1,3 @@
1
+ .auf_922au {
2
+ d: path("M14.692 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.804");
3
+ }
@@ -0,0 +1,3 @@
1
+ .b-ns_sbzj {
2
+ d: path("M12 12v5.5M17 3h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M3 7V5a2 2 0 0 1 2-2h2m0 18H5a2 2 0 0 1-2-2v-2m4.264-7.748L12 12l4.737-2.748");
3
+ }
@@ -0,0 +1,8 @@
1
+ .blpl55bqs {
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("M10.768 5.111L13.44 2.44a1.5 1.5 0 0 1 2.474 1.561l-1.633 4.625m4.608 4.606l.672-.672A1.5 1.5 0 0 0 18.5 10h-2.844M2 2l20 20M7.94 7.94l-3.5 3.499A1.5 1.5 0 0 0 5.5 14h4.002a.5.5 0 0 1 .471.666L8.086 20a1.5 1.5 0 0 0 2.475 1.56l5.5-5.5");
8
+ }
@@ -0,0 +1,8 @@
1
+ .eagqxlbet {
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 3a9.75 9.75 0 0 1 6.74 2.74m0 0L21 8m0 0V3M7.5 19.794c-6-3.464-6-12.124 0-15.588m0 0A9 9 0 0 1 12 3m0 4v5l4 2m-2 6.775A9 9 0 0 1 12 21m7-3.344a9 9 0 0 1-1.5 1.456M21 12a9 9 0 0 1-.228 2M21 8h-5");
8
+ }
@@ -1,8 +1,8 @@
1
- .qxif7ybfq {
1
+ .g-kp242az {
2
2
  fill: none;
3
3
  stroke: currentColor;
4
4
  stroke-linecap: round;
5
5
  stroke-linejoin: round;
6
6
  stroke-width: var(--svg-stroke-width--2px, 2px);
7
- d: path("M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1ZM7.5 12h9");
7
+ d: path("M20.4 20.4a2 2 0 0 1-1.4.6H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41M21 15.3V5a2 2 0 0 0-2-2H8.7M22 22L2 2");
8
8
  }
@@ -0,0 +1,8 @@
1
+ .hmi07_fwg {
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("M10 8v1m4-1v1m4-1v1m1 8a2 2 0 0 0-1.765 1.059l-.47.882A2 2 0 0 1 15 20H9a2 2 0 0 1-1.765-1.059l-.47-.882A2 2 0 0 0 5 17H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2zM6 8v1");
8
+ }
@@ -0,0 +1,3 @@
1
+ .ia_uw_5zb {
2
+ d: path("M7 22V6a5 5 0 0 0-2-4a5 5 0 0 0-2 4v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7");
3
+ }
@@ -0,0 +1,3 @@
1
+ .j1_er5b6a {
2
+ d: path("M10.6 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.6m-6.695 8.93l.923-.382M15 3v7.6m.229 6.252l-.924-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.625-3.92l.922-.383m-.922 2.679l.922.383M9 3v18");
3
+ }
@@ -0,0 +1,8 @@
1
+ .j6wsnfb-q {
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("M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.5a2 2 0 0 1 1.6.8l.3.4A2 2 0 0 0 7 16h10a2 2 0 0 0 1.6-.8l.3-.4a2 2 0 0 1 1.6-.8h.5a1 1 0 0 0 1-1zM8 12h8");
8
+ }
@@ -0,0 +1,3 @@
1
+ .limkoio6o {
2
+ d: path("M14 21h1m2-4l-2.18-2.18M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M9 21h1m-.44-6.56L17 7M9.56 9.56L12 12");
3
+ }
@@ -0,0 +1,8 @@
1
+ .lnrjy8b9j {
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 5v16m4-8h2m-2-4h2m2.001 10A2 2 0 0 0 22 17V5a2 2 0 0 0-1.999-2L16 3.002A5 5 0 0 0 12 5a5 5 0 0 0-4-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.999 2H8a5 5 0 0 1 4 2a5 5 0 0 1 4-2zM6 13h2M6 9h2");
8
+ }
@@ -0,0 +1,3 @@
1
+ .mjrylvbbp {
2
+ d: path("M2.264 13.752L7 16.5l4.737-2.748");
3
+ }
@@ -0,0 +1,5 @@
1
+ .p3vlh0i5k {
2
+ cx: 12px;
3
+ cy: 11px;
4
+ r: 2px;
5
+ }
@@ -0,0 +1,3 @@
1
+ .pnv8w4bim {
2
+ d: path("M12.268 2a2 2 0 0 0 3.465 2M14 5v3m2 14v-3a2 2 0 0 0-4 0v3m9-9c-.662-1.497-1.666-2.753-2.9-3.63C16.825 8.47 15.422 8 14 8s-2.826.47-4.1 1.37C8.668 10.248 7.663 11.504 7 13zM3 9h4");
3
+ }
@@ -0,0 +1,3 @@
1
+ .qe5frxbku {
2
+ d: path("M12 5v16m4-9l2 2l4-4");
3
+ }
@@ -0,0 +1,8 @@
1
+ .rneo-_btp {
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("M16 12v4m0-10V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m9 0a2 2 0 0 1 1.414.586l3 3A2 2 0 0 1 22 11v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 .586-1.414l3-3A2 2 0 0 1 7 6zM2 14h20M8 12v4");
8
+ }
@@ -0,0 +1,8 @@
1
+ .s1af_ob0u {
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 5v16m8.001-2A2 2 0 0 0 22 17V5a2 2 0 0 0-1.999-2L16 3.002A5 5 0 0 0 12 5a5 5 0 0 0-4-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.999 2H8a5 5 0 0 1 4 2a5 5 0 0 1 4-2z");
8
+ }
@@ -0,0 +1,3 @@
1
+ .s8xldtbuo {
2
+ d: path("M10 15H6a4 4 0 0 0-4 4v2m20-3.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z");
3
+ }
@@ -0,0 +1,3 @@
1
+ .shbpiipyk {
2
+ d: path("M12 13v3m8-3c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z");
3
+ }
@@ -0,0 +1,3 @@
1
+ .sqpkv2udw {
2
+ d: path("M22 6V5a2 2 0 0 0-1.999-2L16 3.002A5 5 0 0 0 12 5a5 5 0 0 0-4-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 1.999 2H8a5 5 0 0 1 4 2a5 5 0 0 1 4-2h4.001A2 2 0 0 0 22 17v-1.344");
3
+ }
@@ -0,0 +1,3 @@
1
+ .vjnj9abfa {
2
+ d: path("m17 17l-2.18-2.18m-5.26-.38L17 7M9.56 9.56L12 12");
3
+ }
@@ -0,0 +1,3 @@
1
+ .vtzl9s38x {
2
+ d: path("M7.995 8.514A2 2 0 0 0 7 10.244v3.516a2 2 0 0 0 .996 1.73l3 1.74a2 2 0 0 0 2.008 0l3-1.74A2 2 0 0 0 17 13.76v-3.517a2 2 0 0 0-.995-1.73l-3-1.742a2 2 0 0 0-1.892-.064z");
3
+ }
@@ -0,0 +1,3 @@
1
+ .wewi41bsz {
2
+ d: path("M2.995 13.014A2 2 0 0 0 2 14.744v3.516a2 2 0 0 0 .996 1.73l3 1.74a2 2 0 0 0 2.008 0l3-1.74A2 2 0 0 0 12 18.26v-3.517a2 2 0 0 0-.995-1.73l-3-1.742a2 2 0 0 0-1.892-.064zM7 16.5V22");
3
+ }
@@ -0,0 +1,8 @@
1
+ .wxq-pglxf {
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("M15.914 4a1.5 1.5 0 0 0-2.474-1.561l-9 9A1.5 1.5 0 0 0 5.5 14h4.002a.5.5 0 0 1 .471.666L8.086 20a1.5 1.5 0 0 0 2.475 1.56l9-9A1.5 1.5 0 0 0 18.5 10h-3.997a.5.5 0 0 1-.472-.667z");
8
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1747,
5
+ "total": 1754,
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": 1783920389
32
+ "lastModified": 1784868735
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.50",
4
+ "version": "1.0.52",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -3450,10 +3450,6 @@
3450
3450
  "types": "./types/dd0bq22g.d.ts",
3451
3451
  "default": "./components/h/highlighter.vue"
3452
3452
  },
3453
- "./history": {
3454
- "types": "./types/dd0bq22g.d.ts",
3455
- "default": "./components/h/history.vue"
3456
- },
3457
3453
  "./hop": {
3458
3454
  "types": "./types/dd0bq22g.d.ts",
3459
3455
  "default": "./components/h/hop.vue"
@@ -4378,6 +4374,10 @@
4378
4374
  "types": "./types/dd0bq22g.d.ts",
4379
4375
  "default": "./components/m/moon-star.vue"
4380
4376
  },
4377
+ "./mosque": {
4378
+ "types": "./types/dd0bq22g.d.ts",
4379
+ "default": "./components/m/mosque.vue"
4380
+ },
4381
4381
  "./motorbike": {
4382
4382
  "types": "./types/dd0bq22g.d.ts",
4383
4383
  "default": "./components/m/motorbike.vue"
@@ -5266,6 +5266,10 @@
5266
5266
  "types": "./types/dd0bq22g.d.ts",
5267
5267
  "default": "./components/r/rotate-ccw.vue"
5268
5268
  },
5269
+ "./rotate-ccw-clock": {
5270
+ "types": "./types/dd0bq22g.d.ts",
5271
+ "default": "./components/r/rotate-ccw-clock.vue"
5272
+ },
5269
5273
  "./rotate-ccw-key": {
5270
5274
  "types": "./types/dd0bq22g.d.ts",
5271
5275
  "default": "./components/r/rotate-ccw-key.vue"
@@ -5278,6 +5282,10 @@
5278
5282
  "types": "./types/dd0bq22g.d.ts",
5279
5283
  "default": "./components/r/rotate-cw.vue"
5280
5284
  },
5285
+ "./rotate-cw-fading-clock": {
5286
+ "types": "./types/dd0bq22g.d.ts",
5287
+ "default": "./components/r/rotate-cw-fading-clock.vue"
5288
+ },
5281
5289
  "./rotate-cw-square": {
5282
5290
  "types": "./types/dd0bq22g.d.ts",
5283
5291
  "default": "./components/r/rotate-cw-square.vue"
@@ -5390,6 +5398,10 @@
5390
5398
  "types": "./types/dd0bq22g.d.ts",
5391
5399
  "default": "./components/s/scan-barcode.vue"
5392
5400
  },
5401
+ "./scan-box": {
5402
+ "types": "./types/dd0bq22g.d.ts",
5403
+ "default": "./components/s/scan-box.vue"
5404
+ },
5393
5405
  "./scan-eye": {
5394
5406
  "types": "./types/dd0bq22g.d.ts",
5395
5407
  "default": "./components/s/scan-eye.vue"
@@ -5414,6 +5426,10 @@
5414
5426
  "types": "./types/dd0bq22g.d.ts",
5415
5427
  "default": "./components/s/scan-search.vue"
5416
5428
  },
5429
+ "./scan-square": {
5430
+ "types": "./types/dd0bq22g.d.ts",
5431
+ "default": "./components/s/scan-square.vue"
5432
+ },
5417
5433
  "./scan-text": {
5418
5434
  "types": "./types/dd0bq22g.d.ts",
5419
5435
  "default": "./components/s/scan-text.vue"
@@ -5590,6 +5606,10 @@
5590
5606
  "types": "./types/dd0bq22g.d.ts",
5591
5607
  "default": "./components/s/shield-half.vue"
5592
5608
  },
5609
+ "./shield-keyhole": {
5610
+ "types": "./types/dd0bq22g.d.ts",
5611
+ "default": "./components/s/shield-keyhole.vue"
5612
+ },
5593
5613
  "./shield-minus": {
5594
5614
  "types": "./types/dd0bq22g.d.ts",
5595
5615
  "default": "./components/s/shield-minus.vue"
@@ -6026,6 +6046,10 @@
6026
6046
  "types": "./types/dd0bq22g.d.ts",
6027
6047
  "default": "./components/s/square-mouse-pointer.vue"
6028
6048
  },
6049
+ "./square-off": {
6050
+ "types": "./types/dd0bq22g.d.ts",
6051
+ "default": "./components/s/square-off.vue"
6052
+ },
6029
6053
  "./square-parking": {
6030
6054
  "types": "./types/dd0bq22g.d.ts",
6031
6055
  "default": "./components/s/square-parking.vue"
@@ -6870,6 +6894,10 @@
6870
6894
  "types": "./types/dd0bq22g.d.ts",
6871
6895
  "default": "./components/u/user-search.vue"
6872
6896
  },
6897
+ "./user-shield": {
6898
+ "types": "./types/dd0bq22g.d.ts",
6899
+ "default": "./components/u/user-shield.vue"
6900
+ },
6873
6901
  "./user-star": {
6874
6902
  "types": "./types/dd0bq22g.d.ts",
6875
6903
  "default": "./components/u/user-star.vue"
@@ -7674,6 +7702,10 @@
7674
7702
  "types": "./types/dd0bq22g.d.ts",
7675
7703
  "default": "./components/h/helping-hand.vue"
7676
7704
  },
7705
+ "./history": {
7706
+ "types": "./types/dd0bq22g.d.ts",
7707
+ "default": "./components/h/history.vue"
7708
+ },
7677
7709
  "./home": {
7678
7710
  "types": "./types/dd0bq22g.d.ts",
7679
7711
  "default": "./components/h/home.vue"
@@ -1,8 +0,0 @@
1
- .av4js4bkf {
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("m15 20l3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3zM6 8v1m4-1v1m4-1v1m4-1v1");
8
- }
@@ -1,3 +0,0 @@
1
- .bh4onmbyp {
2
- d: path("M12 21V7m4 5l2 2l4-4");
3
- }
@@ -1,3 +0,0 @@
1
- .c01jopbvs {
2
- d: path("M9.561 9.561L12 12m5 5l-2.18-2.18");
3
- }
@@ -1,3 +0,0 @@
1
- .cjyskbb8z {
2
- d: path("M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4a4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3a3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3");
3
- }
@@ -1,3 +0,0 @@
1
- .ee8q8obuk {
2
- d: path("M9.561 14.439L17 7");
3
- }
@@ -1,3 +0,0 @@
1
- .fuqf4wb1s {
2
- d: path("M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8");
3
- }
@@ -1,8 +0,0 @@
1
- .g9k4vdqdf {
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("M16 12v4m0-10a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6zm0 0V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m-6 8h20M8 12v4");
8
- }
@@ -1,8 +0,0 @@
1
- .jwl0hky8r {
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("M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z");
8
- }
@@ -1,3 +0,0 @@
1
- .jx1x71v2d {
2
- d: path("M14 2v5a1 1 0 0 0 1 1h5m-8.3 6.2L7 17l-4.7-2.8");
3
- }
@@ -1,3 +0,0 @@
1
- .ns80pccbg {
2
- d: path("M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01zM7 17v5");
3
- }
@@ -1,3 +0,0 @@
1
- .ox604xb7n {
2
- d: path("M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5m-6.7 9.1l1-.4M15 3v7.5m.2 6.4l-.9-.3m2.3 5.1l.3-.9m-.1-5.5l-.4-1m2.7.9l.3-.9m.2 7.4l-.4-1m1.5-3.9l1-.4m0 3l-.9-.3M9 3v18");
3
- }
@@ -1,3 +0,0 @@
1
- .pjvocabjo {
2
- d: path("M5 3h14M3 5v14M21 5v14M9 21h1m4 0h1M3 5a2 2 0 0 1 2-2m14 0a2 2 0 0 1 2 2M5 21a2 2 0 0 1-2-2m18 0a2 2 0 0 1-2 2");
3
- }
@@ -1,8 +0,0 @@
1
- .tda8syd3w {
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 7v14m-9-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3z");
8
- }
@@ -1,8 +0,0 @@
1
- .yu8aidlqt {
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 7v14m4-9h2m-2-4h2M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3zm3-6h2M6 8h2");
8
- }
@@ -1,8 +0,0 @@
1
- .z2b4erbqg {
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("M10.513 4.856L13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773m-2.787 2.87L10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643M2 2l20 20");
8
- }