@iconify-vue/tabler 1.0.3 → 1.0.4
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/yqmbybb.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="yqmbybb"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:crown-filled" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/sizck9bl.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="sizck9bl"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:folder-open-filled" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.sizck9bl {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2 6a3 3 0 0 1 3-3h4l.099.005a1 1 0 0 1 .608.288L12.414 6H19a3 3 0 0 1 2.828 2H7.305a2 2 0 0 0-1.814 1.157l-.058.141l-1.379 3.676a1 1 0 1 0 1.873.702l1.134-3.027A1 1 0 0 1 7.998 10H21l.217.012a2 2 0 0 1 .783.256a2.02 2.02 0 0 1 .928 1.201c.077.28.092.573.045.859l-.005.024l-.995 5.21a3 3 0 0 1-2.686 2.426l-.261.012H5a3 3 0 0 1-3-3z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.yqmbybb {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M19 19H5c-.5 0-.9-.3-1-.8l-2-10c0-.4.1-.8.5-1.1c.4-.2.8-.2 1.1 0l4.1 3.3l3.4-5.1c.4-.6 1.3-.6 1.7 0l3.4 5.1l4.1-3.3c.3-.3.8-.3 1.1 0c.4.2.5.6.5 1.1l-2 10c0 .5-.5.8-1 .
|
|
3
|
+
d: path("M19 19H5c-.5 0-.9-.3-1-.8l-2-10c0-.4.1-.8.5-1.1c.4-.2.8-.2 1.1 0l4.1 3.3l3.4-5.1c.4-.6 1.3-.6 1.7 0l3.4 5.1l4.1-3.3c.3-.3.8-.3 1.1 0c.4.2.5.6.5 1.1l-2 10c0 .5-.5.8-1 .8z");
|
|
4
4
|
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "tabler",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Tabler Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 5986,
|
|
6
6
|
"version": "3.36.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": 1767162472
|
|
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.4",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/tabler/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -11782,6 +11782,10 @@
|
|
|
11782
11782
|
"types": "./types/dd0bq22g.d.ts",
|
|
11783
11783
|
"default": "./components/f/folder-open.vue"
|
|
11784
11784
|
},
|
|
11785
|
+
"./folder-open-filled": {
|
|
11786
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11787
|
+
"default": "./components/f/folder-open-filled.vue"
|
|
11788
|
+
},
|
|
11785
11789
|
"./folder-pause": {
|
|
11786
11790
|
"types": "./types/dd0bq22g.d.ts",
|
|
11787
11791
|
"default": "./components/f/folder-pause.vue"
|