@iconify-vue/tabler 1.0.7 → 1.0.9

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 (58) hide show
  1. package/components/a/api-book.vue +10 -0
  2. package/components/a/api.vue +2 -2
  3. package/components/b/brand-infakt.vue +10 -0
  4. package/components/b/brand-kbin.vue +2 -2
  5. package/components/c/circle-open-arrow-down.vue +12 -0
  6. package/components/c/circle-open-arrow-left.vue +12 -0
  7. package/components/c/circle-open-arrow-right.vue +12 -0
  8. package/components/c/circle-open-arrow-up.vue +12 -0
  9. package/components/c/circle-plus-minus.vue +10 -0
  10. package/components/h/home-lock.vue +12 -0
  11. package/components/h/home-shield.vue +3 -4
  12. package/components/m/map-lock.vue +13 -0
  13. package/components/m/map-shield.vue +13 -0
  14. package/components/m/mesh.vue +12 -0
  15. package/components/q/queue-pop-in.vue +12 -0
  16. package/components/q/queue-pop-out.vue +12 -0
  17. package/components/s/stroke-curved.vue +10 -0
  18. package/components/s/stroke-dynamic.vue +10 -0
  19. package/components/s/stroke-straight.vue +10 -0
  20. package/components/t/trending-up-down.vue +12 -0
  21. package/components/v/vip-2.vue +10 -0
  22. package/components/w/world-map.vue +12 -0
  23. package/css/a/a7ksy5b.css +3 -0
  24. package/css/b/bb4lka.css +3 -0
  25. package/css/c/cdividv.css +8 -0
  26. package/css/d/dqc3qm.css +3 -0
  27. package/css/d/dxkvnb.css +3 -0
  28. package/css/e/e6ijjhb.css +8 -0
  29. package/css/h/hrs66f.css +3 -0
  30. package/css/j/j5s6icb.css +3 -0
  31. package/css/j/jhwgfb.css +3 -0
  32. package/css/k/kcgmnnb.css +3 -0
  33. package/css/{j/j9a5qgb.css → l/ldlcv_g.css} +3 -2
  34. package/css/l/lhbe3gx.css +8 -0
  35. package/css/l/lxnz-g.css +3 -0
  36. package/css/m/m_sadzb.css +8 -0
  37. package/css/m/mmqibu.css +3 -0
  38. package/css/m/ms2sop.css +3 -0
  39. package/css/n/n02uebc.css +8 -0
  40. package/css/n/nelzlk.css +3 -0
  41. package/css/n/ntv3zc.css +3 -0
  42. package/css/o/o30whcd.css +3 -0
  43. package/css/o/ovi96w.css +3 -0
  44. package/css/p/p1i_5z.css +3 -0
  45. package/css/p/po8f5b.css +3 -0
  46. package/css/q/q1im9b.css +3 -0
  47. package/css/s/s69n4n.css +3 -0
  48. package/css/s/sfeu6o.css +3 -0
  49. package/css/t/tbdvpt.css +3 -0
  50. package/css/t/tqm2mb.css +3 -0
  51. package/css/u/ugus1mtn.css +8 -0
  52. package/css/v/v-33t5t.css +3 -0
  53. package/css/w/w0unxxb.css +3 -0
  54. package/css/z/zzl2_gj.css +3 -0
  55. package/iconify.json +3 -3
  56. package/package.json +77 -1
  57. package/css/u/uyjsuy.css +0 -3
  58. package/css/v/vvxput.css +0 -3
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/t/tbq4o4su.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="tbq4o4su"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:api-book" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/t/tbq4o4su.css';
3
+ import '../../css/m/m_sadzb.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="tbq4o4su"/>`;
8
+ const content = `<path class="m_sadzb"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:api" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/u/ugus1mtn.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ugus1mtn"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:brand-infakt" /></template>
@@ -1,12 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/j/j9a5qgb.css';
3
+ import '../../css/s/s43_jkd.css';
4
4
  import '../../css/l/lw3ibwu.css';
5
5
  import '../../css/z/zqwgowb.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="j9a5qgb"><path class="lw3ibwu"/><path class="zqwgowb"/></g>`;
10
+ const content = `<g class="s43_jkd"><path class="lw3ibwu"/><path class="zqwgowb"/></g>`;
11
11
  </script>
12
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:brand-kbin" /></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/bb4lka.css';
5
+ import '../../css/o/ovi96w.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="bb4lka"/><path class="ovi96w"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:circle-open-arrow-down" /></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/n/ntv3zc.css';
5
+ import '../../css/d/dxkvnb.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="ntv3zc"/><path class="dxkvnb"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:circle-open-arrow-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/m/ms2sop.css';
5
+ import '../../css/j/jhwgfb.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="ms2sop"/><path class="jhwgfb"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:circle-open-arrow-right" /></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/s/s69n4n.css';
5
+ import '../../css/t/tbdvpt.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="s69n4n"/><path class="tbdvpt"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:circle-open-arrow-up" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/c/cdividv.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="cdividv"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:circle-plus-minus" /></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/po8f5b.css';
5
+ import '../../css/o/o30whcd.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="po8f5b"/><path class="o30whcd"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:home-lock" /></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/v/vvxput.css';
5
- import '../../css/u/uyjsuy.css';
6
- import '../../css/k/kvgdjk.css';
4
+ import '../../css/p/p1i_5z.css';
5
+ import '../../css/v/v-33t5t.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"><path class="vvxput"/><path class="uyjsuy"/><path class="kvgdjk"/></g>`;
10
+ const content = `<g class="s43_jkd"><path class="p1i_5z"/><path class="v-33t5t"/></g>`;
12
11
  </script>
13
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:home-shield" /></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/x/xrleuh.css';
5
+ import '../../css/a/a7ksy5b.css';
6
+ import '../../css/m/mmqibu.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="xrleuh"/><path class="a7ksy5b"/><path class="mmqibu"/></g>`;
12
+ </script>
13
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:map-lock" /></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/n/nelzlk.css';
5
+ import '../../css/h/hrs66f.css';
6
+ import '../../css/k/kvgdjk.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="nelzlk"/><path class="hrs66f"/><path class="kvgdjk"/></g>`;
12
+ </script>
13
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:map-shield" /></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/w/w0unxxb.css';
5
+ import '../../css/j/j5s6icb.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="w0unxxb"/><path class="j5s6icb"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:mesh" /></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/k/kcgmnnb.css';
5
+ import '../../css/d/dqc3qm.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="kcgmnnb"/><path class="dqc3qm"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:queue-pop-in" /></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/s/sfeu6o.css';
5
+ import '../../css/l/lxnz-g.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="sfeu6o"/><path class="lxnz-g"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:queue-pop-out" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/l/lhbe3gx.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="lhbe3gx"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:stroke-curved" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/e/e6ijjhb.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="e6ijjhb"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:stroke-dynamic" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/l/ldlcv_g.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ldlcv_g"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:stroke-straight" /></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/tqm2mb.css';
5
+ import '../../css/q/q1im9b.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="tqm2mb"/><path class="q1im9b"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:trending-up-down" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/n02uebc.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="n02uebc"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:vip-2" /></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/zzl2_gj.css';
5
+ import '../../css/j/j7qjng.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="zzl2_gj"/><path class="j7qjng"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:world-map" /></template>
@@ -0,0 +1,3 @@
1
+ .a7ksy5b {
2
+ d: path("M13.004 21.216a2 2 0 0 1-2.417-.316l-4.244-4.243A8 8 0 0 1 17.657 5.343A7.93 7.93 0 0 1 20 11m-3 8a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1z");
3
+ }
@@ -0,0 +1,3 @@
1
+ .bb4lka {
2
+ d: path("M15.998 3.934A9 9 0 1 1 12 3v13");
3
+ }
@@ -0,0 +1,8 @@
1
+ .cdividv {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0m6-2h6m-6 6h6m-3-9v6");
8
+ }
@@ -0,0 +1,3 @@
1
+ .dqc3qm {
2
+ d: path("M8 11v5h5");
3
+ }
@@ -0,0 +1,3 @@
1
+ .dxkvnb {
2
+ d: path("m12 8l-4 4l4 4");
3
+ }
@@ -0,0 +1,8 @@
1
+ .e6ijjhb {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M4 19h6a2 2 0 0 0 2-2V7a2 2 0 0 1 2-2h7");
8
+ }
@@ -0,0 +1,3 @@
1
+ .hrs66f {
2
+ d: path("M12.249 21.47a2 2 0 0 1-1.662-.57l-4.244-4.243a8 8 0 1 1 13.655-5.828");
3
+ }
@@ -0,0 +1,3 @@
1
+ .j5s6icb {
2
+ d: path("M18.778 20H5.222A2.22 2.22 0 0 1 3 17.778V6.222C3 4.995 3.995 4 5.222 4h13.556C20.005 4 21 4.995 21 6.222v11.556A2.22 2.22 0 0 1 18.778 20");
3
+ }
@@ -0,0 +1,3 @@
1
+ .jhwgfb {
2
+ d: path("m12 8l4 4l-4 4");
3
+ }
@@ -0,0 +1,3 @@
1
+ .kcgmnnb {
2
+ d: path("M8 6H5a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2v-3.357M13 5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2zm.5 5.5L8 16");
3
+ }
@@ -1,7 +1,8 @@
1
- .j9a5qgb {
1
+ .ldlcv_g {
2
2
  fill: none;
3
3
  stroke: currentColor;
4
4
  stroke-linecap: round;
5
5
  stroke-linejoin: round;
6
- stroke-width: 1.838px;
6
+ stroke-width: 2px;
7
+ d: path("M4 19L20 5");
7
8
  }
@@ -0,0 +1,8 @@
1
+ .lhbe3gx {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M4 19h1.341a7 7 0 0 0 6.845-5.533l.628-2.934A7 7 0 0 1 19.66 5H21");
8
+ }
@@ -0,0 +1,3 @@
1
+ .lxnz-g {
2
+ d: path("M3 13h6a2 2 0 0 1 2 2v6m5-18h5v5m0-5l-6 6");
3
+ }
@@ -0,0 +1,8 @@
1
+ .m_sadzb {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M4 13h5m3 3V8h3a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-3m8-5v8M9 16v-5.5a2.5 2.5 0 0 0-5 0V16");
8
+ }
@@ -0,0 +1,3 @@
1
+ .mmqibu {
2
+ d: path("M18 18v-1.5a1.5 1.5 0 1 1 3 0V18");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ms2sop {
2
+ d: path("M3.934 8.002A9 9 0 1 1 3 12h13");
3
+ }
@@ -0,0 +1,8 @@
1
+ .n02uebc {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M3 5h4m10 0h4M3 19h18M4 9l2 6h1l2-6m3 1v5m4 0V9h2a2 2 0 1 1 0 4h-2m-6-8a2 2 0 0 1 2 2a2 2 0 0 1 2-2a2 2 0 0 1-2-2a2 2 0 0 1-2 2");
8
+ }
@@ -0,0 +1,3 @@
1
+ .nelzlk {
2
+ d: path("M15 11a3 3 0 1 0-3 3");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ntv3zc {
2
+ d: path("M20.066 8.002A9 9 0 1 0 21 12H8");
3
+ }
@@ -0,0 +1,3 @@
1
+ .o30whcd {
2
+ d: path("M9 21v-6a2 2 0 0 1 2-2h2c.688 0 1.294.347 1.654.875M17 19a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1zm1-1v-1.5a1.5 1.5 0 1 1 3 0V18");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ovi96w {
2
+ d: path("m16 12l-4 4l-4-4");
3
+ }
@@ -0,0 +1,3 @@
1
+ .p1i_5z {
2
+ d: path("M5 12H3l9-9l7.636 7.636M5 12v7a2 2 0 0 0 2 2h5");
3
+ }
@@ -0,0 +1,3 @@
1
+ .po8f5b {
2
+ d: path("M5 12H3l9-9l8 8M5 12v7a2 2 0 0 0 2 2h6");
3
+ }
@@ -0,0 +1,3 @@
1
+ .q1im9b {
2
+ d: path("M15 3h6v6m-6 12h6v-6m0 6l-6-6");
3
+ }
@@ -0,0 +1,3 @@
1
+ .s69n4n {
2
+ d: path("M15.998 20.066A9 9 0 1 0 12 21V8");
3
+ }
@@ -0,0 +1,3 @@
1
+ .sfeu6o {
2
+ d: path("M11 5H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6");
3
+ }
@@ -0,0 +1,3 @@
1
+ .tbdvpt {
2
+ d: path("m16 12l-4-4l-4 4");
3
+ }
@@ -0,0 +1,3 @@
1
+ .tqm2mb {
2
+ d: path("m2 14l6-6l4 4l9-9");
3
+ }
@@ -0,0 +1,8 @@
1
+ .ugus1mtn {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0-6 0M5.52 5c.002-.033-1.69 1.568 1.02 3.733c-1.092 2.015.853 2.992.853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39-2 4.68-3.555 6.454c1.495.09 2.04-.196 2.9-.844c3.386-2.552 4.937-6.471 5.765-8.62c.385-1.001-.323-2.47-1.247-2.964c-2.52-1.35-7.178-3.526-7.127-3.555");
8
+ }
@@ -0,0 +1,3 @@
1
+ .v-33t5t {
2
+ d: path("M9 21v-6a2 2 0 0 1 2-2h1.5m9.5 3c0 4-2.5 6-3.5 6S15 20 15 16c1 0 2.5-.5 3.5-1.5c1 1 2.5 1.5 3.5 1.5");
3
+ }
@@ -0,0 +1,3 @@
1
+ .w0unxxb {
2
+ d: path("M3 9h18M3 15h18M8 4c.485.445 3.5 3.312 3.5 8c0 .663-.07 4.848-3.5 8m7-16a17 17 0 0 1 2.004 8c0 1.51-.201 4.628-2.004 8");
3
+ }
@@ -0,0 +1,3 @@
1
+ .zzl2_gj {
2
+ d: path("M20 8h-2a2 2 0 0 0-2 2a2 2 0 1 1-4 0V9a2 2 0 0 0-2-2H9a2 2 0 0 1-2-2v-.5M3 12h3a2 2 0 0 1 2 2v.5A1.5 1.5 0 0 0 9.5 16a1.5 1.5 0 0 1 1.5 1.5v3.25m4-.25V17a2 2 0 0 1 2-2h3.5");
3
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "tabler",
3
3
  "info": {
4
4
  "name": "Tabler Icons",
5
- "total": 6055,
6
- "version": "3.38.0",
5
+ "total": 6074,
6
+ "version": "3.40.0",
7
7
  "author": {
8
8
  "name": "Paweł Kuna",
9
9
  "url": "https://github.com/tabler/tabler-icons"
@@ -30,5 +30,5 @@
30
30
  ],
31
31
  "palette": false
32
32
  },
33
- "lastModified": 1772603142
33
+ "lastModified": 1773121828
34
34
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/tabler",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.0.9",
5
5
  "homepage": "https://icon-sets.iconify.design/tabler/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -670,6 +670,10 @@
670
670
  "types": "./types/dd0bq22g.d.ts",
671
671
  "default": "./components/a/api-app-off.vue"
672
672
  },
673
+ "./api-book": {
674
+ "types": "./types/dd0bq22g.d.ts",
675
+ "default": "./components/a/api-book.vue"
676
+ },
673
677
  "./api-off": {
674
678
  "types": "./types/dd0bq22g.d.ts",
675
679
  "default": "./components/a/api-off.vue"
@@ -3842,6 +3846,10 @@
3842
3846
  "types": "./types/dd0bq22g.d.ts",
3843
3847
  "default": "./components/b/brand-inertia.vue"
3844
3848
  },
3849
+ "./brand-infakt": {
3850
+ "types": "./types/dd0bq22g.d.ts",
3851
+ "default": "./components/b/brand-infakt.vue"
3852
+ },
3845
3853
  "./brand-instagram": {
3846
3854
  "types": "./types/dd0bq22g.d.ts",
3847
3855
  "default": "./components/b/brand-instagram.vue"
@@ -7138,6 +7146,22 @@
7138
7146
  "types": "./types/dd0bq22g.d.ts",
7139
7147
  "default": "./components/c/circle-off.vue"
7140
7148
  },
7149
+ "./circle-open-arrow-down": {
7150
+ "types": "./types/dd0bq22g.d.ts",
7151
+ "default": "./components/c/circle-open-arrow-down.vue"
7152
+ },
7153
+ "./circle-open-arrow-left": {
7154
+ "types": "./types/dd0bq22g.d.ts",
7155
+ "default": "./components/c/circle-open-arrow-left.vue"
7156
+ },
7157
+ "./circle-open-arrow-right": {
7158
+ "types": "./types/dd0bq22g.d.ts",
7159
+ "default": "./components/c/circle-open-arrow-right.vue"
7160
+ },
7161
+ "./circle-open-arrow-up": {
7162
+ "types": "./types/dd0bq22g.d.ts",
7163
+ "default": "./components/c/circle-open-arrow-up.vue"
7164
+ },
7141
7165
  "./circle-percentage": {
7142
7166
  "types": "./types/dd0bq22g.d.ts",
7143
7167
  "default": "./components/c/circle-percentage.vue"
@@ -7158,6 +7182,10 @@
7158
7182
  "types": "./types/dd0bq22g.d.ts",
7159
7183
  "default": "./components/c/circle-plus-filled.vue"
7160
7184
  },
7185
+ "./circle-plus-minus": {
7186
+ "types": "./types/dd0bq22g.d.ts",
7187
+ "default": "./components/c/circle-plus-minus.vue"
7188
+ },
7161
7189
  "./circle-rectangle": {
7162
7190
  "types": "./types/dd0bq22g.d.ts",
7163
7191
  "default": "./components/c/circle-rectangle.vue"
@@ -13334,6 +13362,10 @@
13334
13362
  "types": "./types/dd0bq22g.d.ts",
13335
13363
  "default": "./components/h/home-link.vue"
13336
13364
  },
13365
+ "./home-lock": {
13366
+ "types": "./types/dd0bq22g.d.ts",
13367
+ "default": "./components/h/home-lock.vue"
13368
+ },
13337
13369
  "./home-minus": {
13338
13370
  "types": "./types/dd0bq22g.d.ts",
13339
13371
  "default": "./components/h/home-minus.vue"
@@ -15350,6 +15382,10 @@
15350
15382
  "types": "./types/dd0bq22g.d.ts",
15351
15383
  "default": "./components/m/map-heart.vue"
15352
15384
  },
15385
+ "./map-lock": {
15386
+ "types": "./types/dd0bq22g.d.ts",
15387
+ "default": "./components/m/map-lock.vue"
15388
+ },
15353
15389
  "./map-minus": {
15354
15390
  "types": "./types/dd0bq22g.d.ts",
15355
15391
  "default": "./components/m/map-minus.vue"
@@ -15482,6 +15518,10 @@
15482
15518
  "types": "./types/dd0bq22g.d.ts",
15483
15519
  "default": "./components/m/map-share.vue"
15484
15520
  },
15521
+ "./map-shield": {
15522
+ "types": "./types/dd0bq22g.d.ts",
15523
+ "default": "./components/m/map-shield.vue"
15524
+ },
15485
15525
  "./map-south": {
15486
15526
  "types": "./types/dd0bq22g.d.ts",
15487
15527
  "default": "./components/m/map-south.vue"
@@ -15798,6 +15838,10 @@
15798
15838
  "types": "./types/dd0bq22g.d.ts",
15799
15839
  "default": "./components/m/menu-order.vue"
15800
15840
  },
15841
+ "./mesh": {
15842
+ "types": "./types/dd0bq22g.d.ts",
15843
+ "default": "./components/m/mesh.vue"
15844
+ },
15801
15845
  "./message": {
15802
15846
  "types": "./types/dd0bq22g.d.ts",
15803
15847
  "default": "./components/m/message.vue"
@@ -19002,6 +19046,14 @@
19002
19046
  "types": "./types/dd0bq22g.d.ts",
19003
19047
  "default": "./components/q/question-mark.vue"
19004
19048
  },
19049
+ "./queue-pop-in": {
19050
+ "types": "./types/dd0bq22g.d.ts",
19051
+ "default": "./components/q/queue-pop-in.vue"
19052
+ },
19053
+ "./queue-pop-out": {
19054
+ "types": "./types/dd0bq22g.d.ts",
19055
+ "default": "./components/q/queue-pop-out.vue"
19056
+ },
19005
19057
  "./quote": {
19006
19058
  "types": "./types/dd0bq22g.d.ts",
19007
19059
  "default": "./components/q/quote.vue"
@@ -22146,6 +22198,18 @@
22146
22198
  "types": "./types/dd0bq22g.d.ts",
22147
22199
  "default": "./components/s/strikethrough.vue"
22148
22200
  },
22201
+ "./stroke-curved": {
22202
+ "types": "./types/dd0bq22g.d.ts",
22203
+ "default": "./components/s/stroke-curved.vue"
22204
+ },
22205
+ "./stroke-dynamic": {
22206
+ "types": "./types/dd0bq22g.d.ts",
22207
+ "default": "./components/s/stroke-dynamic.vue"
22208
+ },
22209
+ "./stroke-straight": {
22210
+ "types": "./types/dd0bq22g.d.ts",
22211
+ "default": "./components/s/stroke-straight.vue"
22212
+ },
22149
22213
  "./submarine": {
22150
22214
  "types": "./types/dd0bq22g.d.ts",
22151
22215
  "default": "./components/s/submarine.vue"
@@ -23166,6 +23230,10 @@
23166
23230
  "types": "./types/dd0bq22g.d.ts",
23167
23231
  "default": "./components/t/trending-up-3.vue"
23168
23232
  },
23233
+ "./trending-up-down": {
23234
+ "types": "./types/dd0bq22g.d.ts",
23235
+ "default": "./components/t/trending-up-down.vue"
23236
+ },
23169
23237
  "./triangle": {
23170
23238
  "types": "./types/dd0bq22g.d.ts",
23171
23239
  "default": "./components/t/triangle.vue"
@@ -23674,6 +23742,10 @@
23674
23742
  "types": "./types/dd0bq22g.d.ts",
23675
23743
  "default": "./components/v/vip.vue"
23676
23744
  },
23745
+ "./vip-2": {
23746
+ "types": "./types/dd0bq22g.d.ts",
23747
+ "default": "./components/v/vip-2.vue"
23748
+ },
23677
23749
  "./vip-off": {
23678
23750
  "types": "./types/dd0bq22g.d.ts",
23679
23751
  "default": "./components/v/vip-off.vue"
@@ -24086,6 +24158,10 @@
24086
24158
  "types": "./types/dd0bq22g.d.ts",
24087
24159
  "default": "./components/w/world-longitude.vue"
24088
24160
  },
24161
+ "./world-map": {
24162
+ "types": "./types/dd0bq22g.d.ts",
24163
+ "default": "./components/w/world-map.vue"
24164
+ },
24089
24165
  "./world-minus": {
24090
24166
  "types": "./types/dd0bq22g.d.ts",
24091
24167
  "default": "./components/w/world-minus.vue"
package/css/u/uyjsuy.css DELETED
@@ -1,3 +0,0 @@
1
- .uyjsuy {
2
- d: path("M19.682 10.682L12 3l-9 9h2v7a2 2 0 0 0 2 2h5");
3
- }
package/css/v/vvxput.css DELETED
@@ -1,3 +0,0 @@
1
- .vvxput {
2
- d: path("M9 21v-6a2 2 0 0 1 2-2h1.341");
3
- }