@iconify-vue/lucide 1.0.51 → 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 (50) 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/m/mosque.vue +12 -0
  7. package/components/r/rotate-ccw-clock.vue +12 -0
  8. package/components/r/rotate-cw-fading-clock.vue +10 -0
  9. package/components/s/scan-square.vue +12 -0
  10. package/components/s/scissors-square-dashed-bottom.vue +3 -5
  11. package/components/s/scissors-square.vue +4 -5
  12. package/components/s/shield-keyhole.vue +12 -0
  13. package/components/s/square-bottom-dashed-scissors.vue +3 -5
  14. package/components/s/square-off.vue +10 -0
  15. package/components/s/square-scissors.vue +4 -5
  16. package/components/t/table-config.vue +2 -2
  17. package/components/t/toolbox.vue +2 -2
  18. package/components/u/user-shield.vue +12 -0
  19. package/components/z/zap-off.vue +2 -2
  20. package/components/z/zap.vue +2 -2
  21. package/css/b/blpl55bqs.css +8 -0
  22. package/css/e/eagqxlbet.css +8 -0
  23. package/css/g/g-kp242az.css +8 -0
  24. package/css/i/ia_uw_5zb.css +3 -0
  25. package/css/j/j1_er5b6a.css +3 -0
  26. package/css/l/limkoio6o.css +3 -0
  27. package/css/l/lnrjy8b9j.css +8 -0
  28. package/css/p/p3vlh0i5k.css +5 -0
  29. package/css/p/pnv8w4bim.css +3 -0
  30. package/css/q/qe5frxbku.css +3 -0
  31. package/css/r/rneo-_btp.css +8 -0
  32. package/css/s/s1af_ob0u.css +8 -0
  33. package/css/s/s8xldtbuo.css +3 -0
  34. package/css/s/shbpiipyk.css +3 -0
  35. package/css/s/sqpkv2udw.css +3 -0
  36. package/css/v/vjnj9abfa.css +3 -0
  37. package/css/w/wxq-pglxf.css +8 -0
  38. package/iconify.json +2 -2
  39. package/package.json +33 -5
  40. package/css/b/bh4onmbyp.css +0 -3
  41. package/css/c/c01jopbvs.css +0 -3
  42. package/css/c/cjyskbb8z.css +0 -3
  43. package/css/e/ee8q8obuk.css +0 -3
  44. package/css/g/g9k4vdqdf.css +0 -8
  45. package/css/j/jwl0hky8r.css +0 -8
  46. package/css/o/ox604xb7n.css +0 -3
  47. package/css/p/pjvocabjo.css +0 -3
  48. package/css/t/tda8syd3w.css +0 -8
  49. package/css/y/yu8aidlqt.css +0 -8
  50. 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>
@@ -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/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,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
+ }
@@ -0,0 +1,8 @@
1
+ .g-kp242az {
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("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
+ }
@@ -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,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,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,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": 1748,
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": 1784351942
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.51",
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"
@@ -5418,6 +5426,10 @@
5418
5426
  "types": "./types/dd0bq22g.d.ts",
5419
5427
  "default": "./components/s/scan-search.vue"
5420
5428
  },
5429
+ "./scan-square": {
5430
+ "types": "./types/dd0bq22g.d.ts",
5431
+ "default": "./components/s/scan-square.vue"
5432
+ },
5421
5433
  "./scan-text": {
5422
5434
  "types": "./types/dd0bq22g.d.ts",
5423
5435
  "default": "./components/s/scan-text.vue"
@@ -5594,6 +5606,10 @@
5594
5606
  "types": "./types/dd0bq22g.d.ts",
5595
5607
  "default": "./components/s/shield-half.vue"
5596
5608
  },
5609
+ "./shield-keyhole": {
5610
+ "types": "./types/dd0bq22g.d.ts",
5611
+ "default": "./components/s/shield-keyhole.vue"
5612
+ },
5597
5613
  "./shield-minus": {
5598
5614
  "types": "./types/dd0bq22g.d.ts",
5599
5615
  "default": "./components/s/shield-minus.vue"
@@ -6030,6 +6046,10 @@
6030
6046
  "types": "./types/dd0bq22g.d.ts",
6031
6047
  "default": "./components/s/square-mouse-pointer.vue"
6032
6048
  },
6049
+ "./square-off": {
6050
+ "types": "./types/dd0bq22g.d.ts",
6051
+ "default": "./components/s/square-off.vue"
6052
+ },
6033
6053
  "./square-parking": {
6034
6054
  "types": "./types/dd0bq22g.d.ts",
6035
6055
  "default": "./components/s/square-parking.vue"
@@ -6874,6 +6894,10 @@
6874
6894
  "types": "./types/dd0bq22g.d.ts",
6875
6895
  "default": "./components/u/user-search.vue"
6876
6896
  },
6897
+ "./user-shield": {
6898
+ "types": "./types/dd0bq22g.d.ts",
6899
+ "default": "./components/u/user-shield.vue"
6900
+ },
6877
6901
  "./user-star": {
6878
6902
  "types": "./types/dd0bq22g.d.ts",
6879
6903
  "default": "./components/u/user-star.vue"
@@ -7678,6 +7702,10 @@
7678
7702
  "types": "./types/dd0bq22g.d.ts",
7679
7703
  "default": "./components/h/helping-hand.vue"
7680
7704
  },
7705
+ "./history": {
7706
+ "types": "./types/dd0bq22g.d.ts",
7707
+ "default": "./components/h/history.vue"
7708
+ },
7681
7709
  "./home": {
7682
7710
  "types": "./types/dd0bq22g.d.ts",
7683
7711
  "default": "./components/h/home.vue"
@@ -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,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
- .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
- }