@iconify-vue/tabler 1.0.8 → 1.0.10

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 (70) 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-jira.vue +13 -0
  5. package/components/b/brand-kbin.vue +2 -2
  6. package/components/c/circle-open-arrow-down.vue +12 -0
  7. package/components/c/circle-open-arrow-left.vue +12 -0
  8. package/components/c/circle-open-arrow-right.vue +12 -0
  9. package/components/c/circle-open-arrow-up.vue +12 -0
  10. package/components/c/circle-plus-minus.vue +10 -0
  11. package/components/h/home-lock.vue +12 -0
  12. package/components/h/home-shield.vue +3 -4
  13. package/components/m/map-lock.vue +13 -0
  14. package/components/m/map-shield.vue +13 -0
  15. package/components/m/mesh.vue +12 -0
  16. package/components/p/pipeline.vue +10 -0
  17. package/components/q/queue-pop-in.vue +12 -0
  18. package/components/q/queue-pop-out.vue +12 -0
  19. package/components/q/quote-open.vue +10 -0
  20. package/components/s/scan-letter-a.vue +10 -0
  21. package/components/s/scan-letter-t.vue +10 -0
  22. package/components/s/stroke-curved.vue +10 -0
  23. package/components/s/stroke-dynamic.vue +10 -0
  24. package/components/s/stroke-straight.vue +10 -0
  25. package/components/t/trending-up-down.vue +12 -0
  26. package/components/v/vip-2.vue +10 -0
  27. package/components/x/x-mark.vue +10 -0
  28. package/css/a/a7ksy5b.css +3 -0
  29. package/css/b/bb4lka.css +3 -0
  30. package/css/c/cdividv.css +8 -0
  31. package/css/d/dk6z82b.css +3 -0
  32. package/css/d/dqc3qm.css +3 -0
  33. package/css/d/dxkvnb.css +3 -0
  34. package/css/e/e6ijjhb.css +8 -0
  35. package/css/g/gst6mro.css +8 -0
  36. package/css/h/hrs66f.css +3 -0
  37. package/css/j/j5s6icb.css +3 -0
  38. package/css/j/jhwgfb.css +3 -0
  39. package/css/k/kcgmnnb.css +3 -0
  40. package/css/{j/j9a5qgb.css → l/ldlcv_g.css} +3 -2
  41. package/css/l/lhbe3gx.css +8 -0
  42. package/css/l/lxnz-g.css +3 -0
  43. package/css/m/m_sadzb.css +8 -0
  44. package/css/m/mmqibu.css +3 -0
  45. package/css/m/ms2sop.css +3 -0
  46. package/css/m/mzeg3qb.css +8 -0
  47. package/css/n/n02uebc.css +8 -0
  48. package/css/n/nelzlk.css +3 -0
  49. package/css/n/ntv3zc.css +3 -0
  50. package/css/o/o30whcd.css +3 -0
  51. package/css/o/ovi96w.css +3 -0
  52. package/css/p/p1i_5z.css +3 -0
  53. package/css/p/po8f5b.css +3 -0
  54. package/css/q/q1im9b.css +3 -0
  55. package/css/r/rqmuee.css +3 -0
  56. package/css/s/s69n4n.css +3 -0
  57. package/css/s/sfeu6o.css +3 -0
  58. package/css/t/tbdvpt.css +3 -0
  59. package/css/t/tj3m_vbk.css +8 -0
  60. package/css/t/tqm2mb.css +3 -0
  61. package/css/u/ugus1mtn.css +8 -0
  62. package/css/v/v-33t5t.css +3 -0
  63. package/css/v/v__0x3by.css +8 -0
  64. package/css/v/vvl6uki.css +3 -0
  65. package/css/w/w0unxxb.css +3 -0
  66. package/css/w/w2cl7_to.css +8 -0
  67. package/iconify.json +3 -3
  68. package/package.json +97 -1
  69. package/css/u/uyjsuy.css +0 -3
  70. 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>
@@ -0,0 +1,13 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/r/rqmuee.css';
5
+ import '../../css/d/dk6z82b.css';
6
+ import '../../css/v/vvl6uki.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="rqmuee"/><path class="dk6z82b"/><path class="vvl6uki"/></g>`;
12
+ </script>
13
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:brand-jira" /></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,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/m/mzeg3qb.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="mzeg3qb"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:pipeline" /></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/t/tj3m_vbk.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="tj3m_vbk"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:quote-open" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/w/w2cl7_to.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="w2cl7_to"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:scan-letter-a" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/g/gst6mro.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="gst6mro"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:scan-letter-t" /></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,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/v/v__0x3by.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="v__0x3by"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:x-mark" /></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
+ .dk6z82b {
2
+ d: path("M15 8H7v1.5A2.5 2.5 0 0 0 9.5 12H11a1 1 0 0 1 1 1v1.5a2.5 2.5 0 0 0 2.5 2.5H16V9a1 1 0 0 0-1-1");
3
+ }
@@ -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,8 @@
1
+ .gst6mro {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M4 8V6a2 2 0 0 1 2-2h2M4 16v2a2 2 0 0 0 2 2h2m8-16h2a2 2 0 0 1 2 2v2m-4 12h2a2 2 0 0 0 2-2v-2M9 8h6m-3 0v8");
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
+ .mzeg3qb {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M3 4h8M4 4v5a6 6 0 0 0 6 6h3a1 1 0 0 1 1 1v4M10 4v4a1 1 0 0 0 1 1h3a6 6 0 0 1 6 6v5m-7 0h8M12 9v6");
8
+ }
@@ -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
+ .rqmuee {
2
+ d: path("M20 4h-9v1.5A2.5 2.5 0 0 0 13.5 8H15a1 1 0 0 1 1 1v1.5a2.5 2.5 0 0 0 2.5 2.5H20z");
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,8 @@
1
+ .tj3m_vbk {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M14 13h4a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-6q0-4 4-5M5 13h4a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-6q0-4 4-5");
8
+ }
@@ -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,8 @@
1
+ .v__0x3by {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("m12 16l3.644 3.644a1.21 1.21 0 0 0 1.712 0l2.288-2.288a1.21 1.21 0 0 0 0-1.712L16 12l3.644-3.644a1.21 1.21 0 0 0 0-1.712l-2.288-2.288a1.21 1.21 0 0 0-1.712 0L12 8L8.356 4.356a1.21 1.21 0 0 0-1.712 0L4.356 6.644a1.21 1.21 0 0 0 0 1.712L8 12l-3.644 3.644a1.21 1.21 0 0 0 0 1.712l2.288 2.288a1.21 1.21 0 0 0 1.712 0z");
8
+ }
@@ -0,0 +1,3 @@
1
+ .vvl6uki {
2
+ d: path("M11 12H3v1.5A2.5 2.5 0 0 0 5.5 16H7a1 1 0 0 1 1 1v1.5a2.5 2.5 0 0 0 2.5 2.5H12v-8a1 1 0 0 0-1-1");
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,8 @@
1
+ .w2cl7_to {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M4 8V6a2 2 0 0 1 2-2h2M4 16v2a2 2 0 0 0 2 2h2m8-16h2a2 2 0 0 1 2 2v2m-4 12h2a2 2 0 0 0 2-2v-2M9 16v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6m-6-3h6");
8
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "tabler",
3
3
  "info": {
4
4
  "name": "Tabler Icons",
5
- "total": 6056,
6
- "version": "3.39.0",
5
+ "total": 6080,
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": 1772823588
33
+ "lastModified": 1774244916
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.8",
4
+ "version": "1.0.10",
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"
@@ -3862,6 +3870,10 @@
3862
3870
  "types": "./types/dd0bq22g.d.ts",
3863
3871
  "default": "./components/b/brand-javascript.vue"
3864
3872
  },
3873
+ "./brand-jira": {
3874
+ "types": "./types/dd0bq22g.d.ts",
3875
+ "default": "./components/b/brand-jira.vue"
3876
+ },
3865
3877
  "./brand-juejin": {
3866
3878
  "types": "./types/dd0bq22g.d.ts",
3867
3879
  "default": "./components/b/brand-juejin.vue"
@@ -7138,6 +7150,22 @@
7138
7150
  "types": "./types/dd0bq22g.d.ts",
7139
7151
  "default": "./components/c/circle-off.vue"
7140
7152
  },
7153
+ "./circle-open-arrow-down": {
7154
+ "types": "./types/dd0bq22g.d.ts",
7155
+ "default": "./components/c/circle-open-arrow-down.vue"
7156
+ },
7157
+ "./circle-open-arrow-left": {
7158
+ "types": "./types/dd0bq22g.d.ts",
7159
+ "default": "./components/c/circle-open-arrow-left.vue"
7160
+ },
7161
+ "./circle-open-arrow-right": {
7162
+ "types": "./types/dd0bq22g.d.ts",
7163
+ "default": "./components/c/circle-open-arrow-right.vue"
7164
+ },
7165
+ "./circle-open-arrow-up": {
7166
+ "types": "./types/dd0bq22g.d.ts",
7167
+ "default": "./components/c/circle-open-arrow-up.vue"
7168
+ },
7141
7169
  "./circle-percentage": {
7142
7170
  "types": "./types/dd0bq22g.d.ts",
7143
7171
  "default": "./components/c/circle-percentage.vue"
@@ -7158,6 +7186,10 @@
7158
7186
  "types": "./types/dd0bq22g.d.ts",
7159
7187
  "default": "./components/c/circle-plus-filled.vue"
7160
7188
  },
7189
+ "./circle-plus-minus": {
7190
+ "types": "./types/dd0bq22g.d.ts",
7191
+ "default": "./components/c/circle-plus-minus.vue"
7192
+ },
7161
7193
  "./circle-rectangle": {
7162
7194
  "types": "./types/dd0bq22g.d.ts",
7163
7195
  "default": "./components/c/circle-rectangle.vue"
@@ -13334,6 +13366,10 @@
13334
13366
  "types": "./types/dd0bq22g.d.ts",
13335
13367
  "default": "./components/h/home-link.vue"
13336
13368
  },
13369
+ "./home-lock": {
13370
+ "types": "./types/dd0bq22g.d.ts",
13371
+ "default": "./components/h/home-lock.vue"
13372
+ },
13337
13373
  "./home-minus": {
13338
13374
  "types": "./types/dd0bq22g.d.ts",
13339
13375
  "default": "./components/h/home-minus.vue"
@@ -15350,6 +15386,10 @@
15350
15386
  "types": "./types/dd0bq22g.d.ts",
15351
15387
  "default": "./components/m/map-heart.vue"
15352
15388
  },
15389
+ "./map-lock": {
15390
+ "types": "./types/dd0bq22g.d.ts",
15391
+ "default": "./components/m/map-lock.vue"
15392
+ },
15353
15393
  "./map-minus": {
15354
15394
  "types": "./types/dd0bq22g.d.ts",
15355
15395
  "default": "./components/m/map-minus.vue"
@@ -15482,6 +15522,10 @@
15482
15522
  "types": "./types/dd0bq22g.d.ts",
15483
15523
  "default": "./components/m/map-share.vue"
15484
15524
  },
15525
+ "./map-shield": {
15526
+ "types": "./types/dd0bq22g.d.ts",
15527
+ "default": "./components/m/map-shield.vue"
15528
+ },
15485
15529
  "./map-south": {
15486
15530
  "types": "./types/dd0bq22g.d.ts",
15487
15531
  "default": "./components/m/map-south.vue"
@@ -15798,6 +15842,10 @@
15798
15842
  "types": "./types/dd0bq22g.d.ts",
15799
15843
  "default": "./components/m/menu-order.vue"
15800
15844
  },
15845
+ "./mesh": {
15846
+ "types": "./types/dd0bq22g.d.ts",
15847
+ "default": "./components/m/mesh.vue"
15848
+ },
15801
15849
  "./message": {
15802
15850
  "types": "./types/dd0bq22g.d.ts",
15803
15851
  "default": "./components/m/message.vue"
@@ -18310,6 +18358,10 @@
18310
18358
  "types": "./types/dd0bq22g.d.ts",
18311
18359
  "default": "./components/p/pinned-off.vue"
18312
18360
  },
18361
+ "./pipeline": {
18362
+ "types": "./types/dd0bq22g.d.ts",
18363
+ "default": "./components/p/pipeline.vue"
18364
+ },
18313
18365
  "./pizza": {
18314
18366
  "types": "./types/dd0bq22g.d.ts",
18315
18367
  "default": "./components/p/pizza.vue"
@@ -19002,6 +19054,14 @@
19002
19054
  "types": "./types/dd0bq22g.d.ts",
19003
19055
  "default": "./components/q/question-mark.vue"
19004
19056
  },
19057
+ "./queue-pop-in": {
19058
+ "types": "./types/dd0bq22g.d.ts",
19059
+ "default": "./components/q/queue-pop-in.vue"
19060
+ },
19061
+ "./queue-pop-out": {
19062
+ "types": "./types/dd0bq22g.d.ts",
19063
+ "default": "./components/q/queue-pop-out.vue"
19064
+ },
19005
19065
  "./quote": {
19006
19066
  "types": "./types/dd0bq22g.d.ts",
19007
19067
  "default": "./components/q/quote.vue"
@@ -19014,6 +19074,10 @@
19014
19074
  "types": "./types/dd0bq22g.d.ts",
19015
19075
  "default": "./components/q/quote-off.vue"
19016
19076
  },
19077
+ "./quote-open": {
19078
+ "types": "./types/dd0bq22g.d.ts",
19079
+ "default": "./components/q/quote-open.vue"
19080
+ },
19017
19081
  "./quotes": {
19018
19082
  "types": "./types/dd0bq22g.d.ts",
19019
19083
  "default": "./components/q/quotes.vue"
@@ -19814,6 +19878,14 @@
19814
19878
  "types": "./types/dd0bq22g.d.ts",
19815
19879
  "default": "./components/s/scan-eye.vue"
19816
19880
  },
19881
+ "./scan-letter-a": {
19882
+ "types": "./types/dd0bq22g.d.ts",
19883
+ "default": "./components/s/scan-letter-a.vue"
19884
+ },
19885
+ "./scan-letter-t": {
19886
+ "types": "./types/dd0bq22g.d.ts",
19887
+ "default": "./components/s/scan-letter-t.vue"
19888
+ },
19817
19889
  "./scan-position": {
19818
19890
  "types": "./types/dd0bq22g.d.ts",
19819
19891
  "default": "./components/s/scan-position.vue"
@@ -22146,6 +22218,18 @@
22146
22218
  "types": "./types/dd0bq22g.d.ts",
22147
22219
  "default": "./components/s/strikethrough.vue"
22148
22220
  },
22221
+ "./stroke-curved": {
22222
+ "types": "./types/dd0bq22g.d.ts",
22223
+ "default": "./components/s/stroke-curved.vue"
22224
+ },
22225
+ "./stroke-dynamic": {
22226
+ "types": "./types/dd0bq22g.d.ts",
22227
+ "default": "./components/s/stroke-dynamic.vue"
22228
+ },
22229
+ "./stroke-straight": {
22230
+ "types": "./types/dd0bq22g.d.ts",
22231
+ "default": "./components/s/stroke-straight.vue"
22232
+ },
22149
22233
  "./submarine": {
22150
22234
  "types": "./types/dd0bq22g.d.ts",
22151
22235
  "default": "./components/s/submarine.vue"
@@ -23166,6 +23250,10 @@
23166
23250
  "types": "./types/dd0bq22g.d.ts",
23167
23251
  "default": "./components/t/trending-up-3.vue"
23168
23252
  },
23253
+ "./trending-up-down": {
23254
+ "types": "./types/dd0bq22g.d.ts",
23255
+ "default": "./components/t/trending-up-down.vue"
23256
+ },
23169
23257
  "./triangle": {
23170
23258
  "types": "./types/dd0bq22g.d.ts",
23171
23259
  "default": "./components/t/triangle.vue"
@@ -23674,6 +23762,10 @@
23674
23762
  "types": "./types/dd0bq22g.d.ts",
23675
23763
  "default": "./components/v/vip.vue"
23676
23764
  },
23765
+ "./vip-2": {
23766
+ "types": "./types/dd0bq22g.d.ts",
23767
+ "default": "./components/v/vip-2.vue"
23768
+ },
23677
23769
  "./vip-off": {
23678
23770
  "types": "./types/dd0bq22g.d.ts",
23679
23771
  "default": "./components/v/vip-off.vue"
@@ -24178,6 +24270,10 @@
24178
24270
  "types": "./types/dd0bq22g.d.ts",
24179
24271
  "default": "./components/x/x-filled.vue"
24180
24272
  },
24273
+ "./x-mark": {
24274
+ "types": "./types/dd0bq22g.d.ts",
24275
+ "default": "./components/x/x-mark.vue"
24276
+ },
24181
24277
  "./x-power-y": {
24182
24278
  "types": "./types/dd0bq22g.d.ts",
24183
24279
  "default": "./components/x/x-power-y.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
- }