@iconify-vue/lucide 1.0.29 → 1.0.31

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 (63) hide show
  1. package/components/a/arrow-big-down-dash.vue +2 -2
  2. package/components/a/arrow-big-down.vue +2 -2
  3. package/components/a/arrow-big-left-dash.vue +2 -2
  4. package/components/a/arrow-big-left.vue +2 -2
  5. package/components/a/arrow-big-right-dash.vue +2 -2
  6. package/components/a/arrow-big-right.vue +2 -2
  7. package/components/a/arrow-big-up-dash.vue +2 -2
  8. package/components/a/arrow-big-up.vue +2 -2
  9. package/components/b/beef-off.vue +13 -0
  10. package/components/c/cctv-off.vue +12 -0
  11. package/components/c/circle-user-round.vue +3 -3
  12. package/components/g/gpu.vue +2 -2
  13. package/components/l/line-style.vue +10 -0
  14. package/components/m/map-pin-search.vue +13 -0
  15. package/components/m/milestone.vue +2 -2
  16. package/components/r/radio-off.vue +10 -0
  17. package/components/r/road.vue +10 -0
  18. package/components/s/shield-cog-corner.vue +12 -0
  19. package/components/s/shield-cog.vue +12 -0
  20. package/components/s/signpost.vue +2 -2
  21. package/components/s/sport-shoe.vue +10 -0
  22. package/components/u/user-circle-2.vue +3 -3
  23. package/css/a/a246n9be.css +8 -0
  24. package/css/a/ajil-vfo.css +8 -0
  25. package/css/b/b9uexobn.css +8 -0
  26. package/css/b/bmeb3jz.css +8 -0
  27. package/css/c/cd_x0nh.css +3 -0
  28. package/css/d/d7_zgf.css +3 -0
  29. package/css/d/djyajbb.css +3 -0
  30. package/css/h/h7h5xe7o.css +3 -0
  31. package/css/h/hpn1gx2u.css +8 -0
  32. package/css/j/j-r_ssbf.css +8 -0
  33. package/css/j/jm7dcoca.css +8 -0
  34. package/css/l/l7n7cbp.css +8 -0
  35. package/css/l/lmws1pbu.css +8 -0
  36. package/css/m/mfhnhdc.css +3 -0
  37. package/css/m/mtz0gj7o.css +8 -0
  38. package/css/p/p34mgacn.css +3 -0
  39. package/css/p/pe49ib.css +5 -0
  40. package/css/p/pf3eiv.css +5 -0
  41. package/css/r/ra8ngub.css +3 -0
  42. package/css/s/sp19fdcx.css +8 -0
  43. package/css/t/thkt3f.css +3 -0
  44. package/css/t/tkh7cy.css +3 -0
  45. package/css/w/wx-zf4vv.css +8 -0
  46. package/css/x/x9hak_yt.css +8 -0
  47. package/css/y/y2rj0nc.css +3 -0
  48. package/css/y/yeb0bbcd.css +8 -0
  49. package/iconify.json +2 -2
  50. package/package.json +37 -1
  51. package/css/a/awm0p2bf.css +0 -8
  52. package/css/d/d2d7lnzj.css +0 -8
  53. package/css/d/d56fa1bj.css +0 -8
  54. package/css/d/dzwyr9bt.css +0 -8
  55. package/css/e/etclgnzq.css +0 -8
  56. package/css/f/fm305voz.css +0 -8
  57. package/css/g/gf_r1hbe.css +0 -8
  58. package/css/h/h7rmso.css +0 -3
  59. package/css/m/m_f5uw.css +0 -5
  60. package/css/m/mirpgbcp.css +0 -8
  61. package/css/o/o0ga79b.css +0 -3
  62. package/css/o/ofmfgoor.css +0 -8
  63. package/css/q/q3me8c6r.css +0 -8
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/a/awm0p2bf.css';
3
+ import '../../css/j/j-r_ssbf.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="awm0p2bf"/>`;
8
+ const content = `<path class="j-r_ssbf"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-down-dash" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/g/gf_r1hbe.css';
3
+ import '../../css/w/wx-zf4vv.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="gf_r1hbe"/>`;
8
+ const content = `<path class="wx-zf4vv"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-down" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/d/d56fa1bj.css';
3
+ import '../../css/x/x9hak_yt.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="d56fa1bj"/>`;
8
+ const content = `<path class="x9hak_yt"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-left-dash" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/m/mirpgbcp.css';
3
+ import '../../css/h/hpn1gx2u.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="mirpgbcp"/>`;
8
+ const content = `<path class="hpn1gx2u"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-left" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/q/q3me8c6r.css';
3
+ import '../../css/a/a246n9be.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="q3me8c6r"/>`;
8
+ const content = `<path class="a246n9be"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-right-dash" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/e/etclgnzq.css';
3
+ import '../../css/s/sp19fdcx.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="etclgnzq"/>`;
8
+ const content = `<path class="sp19fdcx"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-right" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/d/dzwyr9bt.css';
3
+ import '../../css/a/ajil-vfo.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="dzwyr9bt"/>`;
8
+ const content = `<path class="ajil-vfo"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-up-dash" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/f/fm305voz.css';
3
+ import '../../css/m/mtz0gj7o.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="fm305voz"/>`;
8
+ const content = `<path class="mtz0gj7o"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:arrow-big-up" /></template>
@@ -0,0 +1,13 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/d/d7_zgf.css';
5
+ import '../../css/r/ra8ngub.css';
6
+ import '../../css/m/mfhnhdc.css';
7
+
8
+ const props = defineProps(["width","height"]);
9
+
10
+ const viewBox = {"width":24,"height":24};
11
+ const content = `<g class="s43_jkd"><path class="d7_zgf"/><path class="ra8ngub"/><path class="mfhnhdc"/></g>`;
12
+ </script>
13
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:beef-off" /></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/d/djyajbb.css';
5
+ import '../../css/t/thkt3f.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="djyajbb"/><path class="thkt3f"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:cctv-off" /></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/h/h7rmso.css';
5
- import '../../css/m/m_f5uw.css';
4
+ import '../../css/t/tkh7cy.css';
5
+ import '../../css/r/rus9pq.css';
6
6
  import '../../css/s/shu3xd.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"><path class="h7rmso"/><circle class="m_f5uw"/><circle class="shu3xd"/></g>`;
11
+ const content = `<g class="s43_jkd"><path class="tkh7cy"/><circle class="rus9pq"/><circle class="shu3xd"/></g>`;
12
12
  </script>
13
13
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:circle-user-round" /></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/o0ga79b.css';
4
+ import '../../css/c/cd_x0nh.css';
5
5
  import '../../css/h/h7zu8f.css';
6
6
  import '../../css/d/dgg_3k.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"><path class="o0ga79b"/><circle class="h7zu8f"/><circle class="dgg_3k"/></g>`;
11
+ const content = `<g class="s43_jkd"><path class="cd_x0nh"/><circle class="h7zu8f"/><circle class="dgg_3k"/></g>`;
12
12
  </script>
13
13
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:gpu" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/b/bmeb3jz.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="bmeb3jz"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:line-style" /></template>
@@ -0,0 +1,13 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/y/y2rj0nc.css';
5
+ import '../../css/z/zv6cqz.css';
6
+ import '../../css/e/ez1x6n.css';
7
+
8
+ const props = defineProps(["width","height"]);
9
+
10
+ const viewBox = {"width":24,"height":24};
11
+ const content = `<g class="s43_jkd"><path class="y2rj0nc"/><circle class="zv6cqz"/><circle class="ez1x6n"/></g>`;
12
+ </script>
13
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:map-pin-search" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/o/ofmfgoor.css';
3
+ import '../../css/j/jm7dcoca.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="ofmfgoor"/>`;
8
+ const content = `<path class="jm7dcoca"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:milestone" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/b/b9uexobn.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="b9uexobn"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:radio-off" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/l/l7n7cbp.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="l7n7cbp"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:road" /></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/p/p34mgacn.css';
5
+ import '../../css/p/pe49ib.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="p34mgacn"/><circle class="pe49ib"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:shield-cog-corner" /></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/h/h7h5xe7o.css';
5
+ import '../../css/p/pf3eiv.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="h7h5xe7o"/><circle class="pf3eiv"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:shield-cog" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/d/d2d7lnzj.css';
3
+ import '../../css/y/yeb0bbcd.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="d2d7lnzj"/>`;
8
+ const content = `<path class="yeb0bbcd"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:signpost" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/l/lmws1pbu.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="lmws1pbu"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:sport-shoe" /></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/h/h7rmso.css';
5
- import '../../css/m/m_f5uw.css';
4
+ import '../../css/t/tkh7cy.css';
5
+ import '../../css/r/rus9pq.css';
6
6
  import '../../css/s/shu3xd.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"><path class="h7rmso"/><circle class="m_f5uw"/><circle class="shu3xd"/></g>`;
11
+ const content = `<g class="s43_jkd"><path class="tkh7cy"/><circle class="rus9pq"/><circle class="shu3xd"/></g>`;
12
12
  </script>
13
13
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:user-circle-2" /></template>
@@ -0,0 +1,8 @@
1
+ .a246n9be {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M11 9a1 1 0 0 0 1-1V4.707a.707.707 0 0 1 1.207-.5l6.94 6.94a1.207 1.207 0 0 1 0 1.707l-6.94 6.94a.707.707 0 0 1-1.207-.5V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zM4 9v6");
8
+ }
@@ -0,0 +1,8 @@
1
+ .ajil-vfo {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M14 16a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1h3.293a.707.707 0 0 0 .5-1.207l-6.939-6.939a1.207 1.207 0 0 0-1.708 0l-6.94 6.94a.707.707 0 0 0 .5 1.206H8a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1zm-5 4h6");
8
+ }
@@ -0,0 +1,8 @@
1
+ .b9uexobn {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M10.41 10.785a2 2 0 0 0 2.914 2.713M16.2 7.8c1.274 1.275 1.842 3.01 1.704 4.713M19.1 4.898a9.96 9.96 0 0 1 2.093 11.038M2 2l20 20M4.9 19.098c-3.9-3.9-3.9-10.3 0-14.2M7.8 16.2c-2.132-2.132-2.288-5.55-.47-7.95");
8
+ }
@@ -0,0 +1,8 @@
1
+ .bmeb3jz {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M11 5h2m2 7h6m-2-7h2M3 12h6m-6 7h18M3 5h2");
8
+ }
@@ -0,0 +1,3 @@
1
+ .cd_x0nh {
2
+ d: path("M2 17h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H2m0 16V3m5 14v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3");
3
+ }
@@ -0,0 +1,3 @@
1
+ .d7_zgf {
2
+ d: path("M11.771 6.109a2.5 2.5 0 0 1 3.12 3.12");
3
+ }
@@ -0,0 +1,3 @@
1
+ .djyajbb {
2
+ d: path("m12.309 6.652l4.797 2.401a1 1 0 0 1 .447 1.341l-.501 1.001l.605.605h2.725a1 1 0 0 1 .894 1.447l-.724 1.448m-5.386.271l-.719 1.439a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.9 2.9 0 0 1 .873-1.037");
3
+ }
@@ -0,0 +1,3 @@
1
+ .h7h5xe7o {
2
+ d: path("m10.929 14.467l-.383.924m.383-6.468L10.546 8m2.679.923L13.608 8m-.001 7.391l-.382-.924m1.624-3.92l.923-.383m-.923 2.679l.923.383M20 13c0 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 1zM9.305 10.547l-.923-.383m.923 2.679l-.923.383");
3
+ }
@@ -0,0 +1,8 @@
1
+ .hpn1gx2u {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M10.793 19.793a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-6a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707z");
8
+ }
@@ -0,0 +1,8 @@
1
+ .j-r_ssbf {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M14 8a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1h3.293a.707.707 0 0 1 .5 1.207l-6.939 6.939a1.207 1.207 0 0 1-1.708 0l-6.94-6.94a.707.707 0 0 1 .5-1.206H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1zM9 4h6");
8
+ }
@@ -0,0 +1,8 @@
1
+ .jm7dcoca {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M12 13v8m0-18v3m6.172 0a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z");
8
+ }
@@ -0,0 +1,8 @@
1
+ .l7n7cbp {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M12 17v4m0-16V3m0 6v3m-9.923 6.449A2 2 0 0 0 4 21h16a2 2 0 0 0 1.924-2.55l-4-14A2 2 0 0 0 16 3H8a2 2 0 0 0-1.924 1.45z");
8
+ }
@@ -0,0 +1,8 @@
1
+ .lmws1pbu {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("m15 10.42l4.8-5.07M19 18h3M9.5 22L21.414 9.415A2 2 0 0 0 21.2 6.4l-5.61-4.208A1 1 0 0 0 14 3v2a2 2 0 0 1-1.394 1.906L8.677 8.053A1 1 0 0 0 8 9c-.155 6.393-2.082 9-4 9a2 2 0 0 0 0 4h14");
8
+ }
@@ -0,0 +1,3 @@
1
+ .mfhnhdc {
2
+ d: path("m18.5 6l2.19 4.5a6.48 6.48 0 0 1-.139 4.393M2 2l20 20M6.355 6.37a7 7 0 0 0-.075.23c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c3.356 0 6.993-1.267 9.85-3.151");
3
+ }
@@ -0,0 +1,8 @@
1
+ .mtz0gj7o {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M9 19a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-6a1 1 0 0 1 1-1h3.293a.707.707 0 0 0 .5-1.207l-7.086-7.086a1 1 0 0 0-1.414 0l-7.086 7.086a.707.707 0 0 0 .5 1.207H8a1 1 0 0 1 1 1z");
8
+ }
@@ -0,0 +1,3 @@
1
+ .p34mgacn {
2
+ d: path("M11 22c-3.806-1.45-7-3.966-7-9V6a1 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 1v4m-5.077 6.547L14 16.164m.923 2.679l-.923.383m2.547-4.303L16.164 14m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.923-.383m-.923 2.679l.923.383");
3
+ }
@@ -0,0 +1,5 @@
1
+ .pe49ib {
2
+ cx: 17.695px;
3
+ cy: 17.695px;
4
+ r: 3px;
5
+ }
@@ -0,0 +1,5 @@
1
+ .pf3eiv {
2
+ cx: 12.077px;
3
+ cy: 11.695px;
4
+ r: 3px;
5
+ }
@@ -0,0 +1,3 @@
1
+ .ra8ngub {
2
+ d: path("M17.852 12.185a6.5 6.5 0 0 0-9.035-9.04m9.196 14.868C15.029 20.349 10.831 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5");
3
+ }
@@ -0,0 +1,8 @@
1
+ .sp19fdcx {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M13.207 19.793a.707.707 0 0 1-1.207-.5V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1V4.707a.707.707 0 0 1 1.207-.5l6.94 6.94a1.207 1.207 0 0 1 0 1.707z");
8
+ }
@@ -0,0 +1,3 @@
1
+ .thkt3f {
2
+ d: path("M2 19h3.76a2 2 0 0 0 1.8-1.1l1.441-2.902M2 2l20 20M2 21v-4m5-8h.01");
3
+ }
@@ -0,0 +1,3 @@
1
+ .tkh7cy {
2
+ d: path("M17.925 20.056a6 6 0 0 0-11.851.001");
3
+ }
@@ -0,0 +1,8 @@
1
+ .wx-zf4vv {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M9 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 0 1 1h3.293a.707.707 0 0 1 .5 1.207l-7.086 7.086a1 1 0 0 1-1.414 0l-7.086-7.086a.707.707 0 0 1 .5-1.207H8a1 1 0 0 0 1-1z");
8
+ }
@@ -0,0 +1,8 @@
1
+ .x9hak_yt {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M13 9a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707l6.94 6.94a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm7 0v6");
8
+ }
@@ -0,0 +1,3 @@
1
+ .y2rj0nc {
2
+ d: path("M12.248 21.969a1 1 0 0 1-.849-.17C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0q-.001.63-.112 1.262M22 22l-1.88-1.88");
3
+ }
@@ -0,0 +1,8 @@
1
+ .yeb0bbcd {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M12 13v8m0-18v3m-9.646 4.354a1.207 1.207 0 0 1 0-1.708l2.06-2.06A2 2 0 0 1 5.828 6h12.344a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H5.828a2 2 0 0 1-1.414-.586z");
8
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1703,
5
+ "total": 1694,
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": 1773295258
32
+ "lastModified": 1774503232
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.29",
4
+ "version": "1.0.31",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -650,6 +650,10 @@
650
650
  "types": "./types/dd0bq22g.d.ts",
651
651
  "default": "./components/b/beef.vue"
652
652
  },
653
+ "./beef-off": {
654
+ "types": "./types/dd0bq22g.d.ts",
655
+ "default": "./components/b/beef-off.vue"
656
+ },
653
657
  "./beer": {
654
658
  "types": "./types/dd0bq22g.d.ts",
655
659
  "default": "./components/b/beer.vue"
@@ -1230,6 +1234,10 @@
1230
1234
  "types": "./types/dd0bq22g.d.ts",
1231
1235
  "default": "./components/c/cctv.vue"
1232
1236
  },
1237
+ "./cctv-off": {
1238
+ "types": "./types/dd0bq22g.d.ts",
1239
+ "default": "./components/c/cctv-off.vue"
1240
+ },
1233
1241
  "./chart-area": {
1234
1242
  "types": "./types/dd0bq22g.d.ts",
1235
1243
  "default": "./components/c/chart-area.vue"
@@ -3702,6 +3710,10 @@
3702
3710
  "types": "./types/dd0bq22g.d.ts",
3703
3711
  "default": "./components/l/line-squiggle.vue"
3704
3712
  },
3713
+ "./line-style": {
3714
+ "types": "./types/dd0bq22g.d.ts",
3715
+ "default": "./components/l/line-style.vue"
3716
+ },
3705
3717
  "./link": {
3706
3718
  "types": "./types/dd0bq22g.d.ts",
3707
3719
  "default": "./components/l/link.vue"
@@ -3958,6 +3970,10 @@
3958
3970
  "types": "./types/dd0bq22g.d.ts",
3959
3971
  "default": "./components/m/map-pin-plus-inside.vue"
3960
3972
  },
3973
+ "./map-pin-search": {
3974
+ "types": "./types/dd0bq22g.d.ts",
3975
+ "default": "./components/m/map-pin-search.vue"
3976
+ },
3961
3977
  "./map-pin-x": {
3962
3978
  "types": "./types/dd0bq22g.d.ts",
3963
3979
  "default": "./components/m/map-pin-x.vue"
@@ -4926,6 +4942,10 @@
4926
4942
  "types": "./types/dd0bq22g.d.ts",
4927
4943
  "default": "./components/r/radio.vue"
4928
4944
  },
4945
+ "./radio-off": {
4946
+ "types": "./types/dd0bq22g.d.ts",
4947
+ "default": "./components/r/radio-off.vue"
4948
+ },
4929
4949
  "./radio-receiver": {
4930
4950
  "types": "./types/dd0bq22g.d.ts",
4931
4951
  "default": "./components/r/radio-receiver.vue"
@@ -5094,6 +5114,10 @@
5094
5114
  "types": "./types/dd0bq22g.d.ts",
5095
5115
  "default": "./components/r/ribbon.vue"
5096
5116
  },
5117
+ "./road": {
5118
+ "types": "./types/dd0bq22g.d.ts",
5119
+ "default": "./components/r/road.vue"
5120
+ },
5097
5121
  "./rocket": {
5098
5122
  "types": "./types/dd0bq22g.d.ts",
5099
5123
  "default": "./components/r/rocket.vue"
@@ -5410,6 +5434,14 @@
5410
5434
  "types": "./types/dd0bq22g.d.ts",
5411
5435
  "default": "./components/s/shield-check.vue"
5412
5436
  },
5437
+ "./shield-cog": {
5438
+ "types": "./types/dd0bq22g.d.ts",
5439
+ "default": "./components/s/shield-cog.vue"
5440
+ },
5441
+ "./shield-cog-corner": {
5442
+ "types": "./types/dd0bq22g.d.ts",
5443
+ "default": "./components/s/shield-cog-corner.vue"
5444
+ },
5413
5445
  "./shield-ellipsis": {
5414
5446
  "types": "./types/dd0bq22g.d.ts",
5415
5447
  "default": "./components/s/shield-ellipsis.vue"
@@ -5658,6 +5690,10 @@
5658
5690
  "types": "./types/dd0bq22g.d.ts",
5659
5691
  "default": "./components/s/spool.vue"
5660
5692
  },
5693
+ "./sport-shoe": {
5694
+ "types": "./types/dd0bq22g.d.ts",
5695
+ "default": "./components/s/sport-shoe.vue"
5696
+ },
5661
5697
  "./spotlight": {
5662
5698
  "types": "./types/dd0bq22g.d.ts",
5663
5699
  "default": "./components/s/spotlight.vue"
@@ -1,8 +0,0 @@
1
- .awm0p2bf {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1zM9 4h6");
8
- }
@@ -1,8 +0,0 @@
1
- .d2d7lnzj {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M12 13v8m0-18v3m6 0a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z");
8
- }
@@ -1,8 +0,0 @@
1
- .d56fa1bj {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm7 0v6");
8
- }
@@ -1,8 +0,0 @@
1
- .dzwyr9bt {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm0 7h6");
8
- }
@@ -1,8 +0,0 @@
1
- .etclgnzq {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z");
8
- }
@@ -1,8 +0,0 @@
1
- .fm305voz {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z");
8
- }
@@ -1,8 +0,0 @@
1
- .gf_r1hbe {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z");
8
- }
package/css/h/h7rmso.css DELETED
@@ -1,3 +0,0 @@
1
- .h7rmso {
2
- d: path("M18 20a6 6 0 0 0-12 0");
3
- }
package/css/m/m_f5uw.css DELETED
@@ -1,5 +0,0 @@
1
- .m_f5uw {
2
- cx: 12px;
3
- cy: 10px;
4
- r: 4px;
5
- }
@@ -1,8 +0,0 @@
1
- .mirpgbcp {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z");
8
- }
package/css/o/o0ga79b.css DELETED
@@ -1,3 +0,0 @@
1
- .o0ga79b {
2
- d: path("M2 21V3m0 2h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3");
3
- }
@@ -1,8 +0,0 @@
1
- .ofmfgoor {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M12 13v8m0-18v3M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z");
8
- }
@@ -1,8 +0,0 @@
1
- .q3me8c6r {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 2px;
7
- d: path("M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1zM4 9v6");
8
- }