@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.
- package/components/a/api-book.vue +10 -0
- package/components/a/api.vue +2 -2
- package/components/b/brand-infakt.vue +10 -0
- package/components/b/brand-jira.vue +13 -0
- package/components/b/brand-kbin.vue +2 -2
- package/components/c/circle-open-arrow-down.vue +12 -0
- package/components/c/circle-open-arrow-left.vue +12 -0
- package/components/c/circle-open-arrow-right.vue +12 -0
- package/components/c/circle-open-arrow-up.vue +12 -0
- package/components/c/circle-plus-minus.vue +10 -0
- package/components/h/home-lock.vue +12 -0
- package/components/h/home-shield.vue +3 -4
- package/components/m/map-lock.vue +13 -0
- package/components/m/map-shield.vue +13 -0
- package/components/m/mesh.vue +12 -0
- package/components/p/pipeline.vue +10 -0
- package/components/q/queue-pop-in.vue +12 -0
- package/components/q/queue-pop-out.vue +12 -0
- package/components/q/quote-open.vue +10 -0
- package/components/s/scan-letter-a.vue +10 -0
- package/components/s/scan-letter-t.vue +10 -0
- package/components/s/stroke-curved.vue +10 -0
- package/components/s/stroke-dynamic.vue +10 -0
- package/components/s/stroke-straight.vue +10 -0
- package/components/t/trending-up-down.vue +12 -0
- package/components/v/vip-2.vue +10 -0
- package/components/x/x-mark.vue +10 -0
- package/css/a/a7ksy5b.css +3 -0
- package/css/b/bb4lka.css +3 -0
- package/css/c/cdividv.css +8 -0
- package/css/d/dk6z82b.css +3 -0
- package/css/d/dqc3qm.css +3 -0
- package/css/d/dxkvnb.css +3 -0
- package/css/e/e6ijjhb.css +8 -0
- package/css/g/gst6mro.css +8 -0
- package/css/h/hrs66f.css +3 -0
- package/css/j/j5s6icb.css +3 -0
- package/css/j/jhwgfb.css +3 -0
- package/css/k/kcgmnnb.css +3 -0
- package/css/{j/j9a5qgb.css → l/ldlcv_g.css} +3 -2
- package/css/l/lhbe3gx.css +8 -0
- package/css/l/lxnz-g.css +3 -0
- package/css/m/m_sadzb.css +8 -0
- package/css/m/mmqibu.css +3 -0
- package/css/m/ms2sop.css +3 -0
- package/css/m/mzeg3qb.css +8 -0
- package/css/n/n02uebc.css +8 -0
- package/css/n/nelzlk.css +3 -0
- package/css/n/ntv3zc.css +3 -0
- package/css/o/o30whcd.css +3 -0
- package/css/o/ovi96w.css +3 -0
- package/css/p/p1i_5z.css +3 -0
- package/css/p/po8f5b.css +3 -0
- package/css/q/q1im9b.css +3 -0
- package/css/r/rqmuee.css +3 -0
- package/css/s/s69n4n.css +3 -0
- package/css/s/sfeu6o.css +3 -0
- package/css/t/tbdvpt.css +3 -0
- package/css/t/tj3m_vbk.css +8 -0
- package/css/t/tqm2mb.css +3 -0
- package/css/u/ugus1mtn.css +8 -0
- package/css/v/v-33t5t.css +3 -0
- package/css/v/v__0x3by.css +8 -0
- package/css/v/vvl6uki.css +3 -0
- package/css/w/w0unxxb.css +3 -0
- package/css/w/w2cl7_to.css +8 -0
- package/iconify.json +3 -3
- package/package.json +97 -1
- package/css/u/uyjsuy.css +0 -3
- 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>
|
package/components/a/api.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../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="
|
|
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/
|
|
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="
|
|
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/
|
|
5
|
-
import '../../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="
|
|
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>
|
package/css/b/bb4lka.css
ADDED
package/css/d/dqc3qm.css
ADDED
package/css/d/dxkvnb.css
ADDED
package/css/h/hrs66f.css
ADDED
package/css/j/jhwgfb.css
ADDED
package/css/l/lxnz-g.css
ADDED
package/css/m/mmqibu.css
ADDED
package/css/m/ms2sop.css
ADDED
|
@@ -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
|
+
}
|
package/css/n/nelzlk.css
ADDED
package/css/n/ntv3zc.css
ADDED
package/css/o/ovi96w.css
ADDED
package/css/p/p1i_5z.css
ADDED
package/css/p/po8f5b.css
ADDED
package/css/q/q1im9b.css
ADDED
package/css/r/rqmuee.css
ADDED
package/css/s/s69n4n.css
ADDED
package/css/s/sfeu6o.css
ADDED
package/css/t/tbdvpt.css
ADDED
|
@@ -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
|
+
}
|
package/css/t/tqm2mb.css
ADDED
|
@@ -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,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,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":
|
|
6
|
-
"version": "3.
|
|
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":
|
|
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.
|
|
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
package/css/v/vvxput.css
DELETED