@iconify-vue/tabler 1.0.9 → 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/b/brand-jira.vue +13 -0
- package/components/p/pipeline.vue +10 -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/x/x-mark.vue +10 -0
- package/css/d/dk6z82b.css +3 -0
- package/css/g/gst6mro.css +8 -0
- package/css/m/mzeg3qb.css +8 -0
- package/css/r/rqmuee.css +3 -0
- package/css/t/tj3m_vbk.css +8 -0
- package/css/v/v__0x3by.css +8 -0
- package/css/v/vvl6uki.css +3 -0
- package/css/w/w2cl7_to.css +8 -0
- package/iconify.json +2 -2
- package/package.json +25 -1
|
@@ -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>
|
|
@@ -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,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/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/r/rqmuee.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
|
+
}
|
|
@@ -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,7 +2,7 @@
|
|
|
2
2
|
"prefix": "tabler",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Tabler Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 6080,
|
|
6
6
|
"version": "3.40.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Paweł Kuna",
|
|
@@ -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",
|
|
@@ -3870,6 +3870,10 @@
|
|
|
3870
3870
|
"types": "./types/dd0bq22g.d.ts",
|
|
3871
3871
|
"default": "./components/b/brand-javascript.vue"
|
|
3872
3872
|
},
|
|
3873
|
+
"./brand-jira": {
|
|
3874
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3875
|
+
"default": "./components/b/brand-jira.vue"
|
|
3876
|
+
},
|
|
3873
3877
|
"./brand-juejin": {
|
|
3874
3878
|
"types": "./types/dd0bq22g.d.ts",
|
|
3875
3879
|
"default": "./components/b/brand-juejin.vue"
|
|
@@ -18354,6 +18358,10 @@
|
|
|
18354
18358
|
"types": "./types/dd0bq22g.d.ts",
|
|
18355
18359
|
"default": "./components/p/pinned-off.vue"
|
|
18356
18360
|
},
|
|
18361
|
+
"./pipeline": {
|
|
18362
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
18363
|
+
"default": "./components/p/pipeline.vue"
|
|
18364
|
+
},
|
|
18357
18365
|
"./pizza": {
|
|
18358
18366
|
"types": "./types/dd0bq22g.d.ts",
|
|
18359
18367
|
"default": "./components/p/pizza.vue"
|
|
@@ -19066,6 +19074,10 @@
|
|
|
19066
19074
|
"types": "./types/dd0bq22g.d.ts",
|
|
19067
19075
|
"default": "./components/q/quote-off.vue"
|
|
19068
19076
|
},
|
|
19077
|
+
"./quote-open": {
|
|
19078
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19079
|
+
"default": "./components/q/quote-open.vue"
|
|
19080
|
+
},
|
|
19069
19081
|
"./quotes": {
|
|
19070
19082
|
"types": "./types/dd0bq22g.d.ts",
|
|
19071
19083
|
"default": "./components/q/quotes.vue"
|
|
@@ -19866,6 +19878,14 @@
|
|
|
19866
19878
|
"types": "./types/dd0bq22g.d.ts",
|
|
19867
19879
|
"default": "./components/s/scan-eye.vue"
|
|
19868
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
|
+
},
|
|
19869
19889
|
"./scan-position": {
|
|
19870
19890
|
"types": "./types/dd0bq22g.d.ts",
|
|
19871
19891
|
"default": "./components/s/scan-position.vue"
|
|
@@ -24250,6 +24270,10 @@
|
|
|
24250
24270
|
"types": "./types/dd0bq22g.d.ts",
|
|
24251
24271
|
"default": "./components/x/x-filled.vue"
|
|
24252
24272
|
},
|
|
24273
|
+
"./x-mark": {
|
|
24274
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
24275
|
+
"default": "./components/x/x-mark.vue"
|
|
24276
|
+
},
|
|
24253
24277
|
"./x-power-y": {
|
|
24254
24278
|
"types": "./types/dd0bq22g.d.ts",
|
|
24255
24279
|
"default": "./components/x/x-power-y.vue"
|