@iconify-vue/temaki 1.0.2 → 1.0.3
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/t/table-soccer.vue +10 -0
- package/css/p/pd9p4frk.css +4 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/pd9p4frk.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":15,"height":15};
|
|
8
|
+
const content = `<path class="pd9p4frk" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="temaki:table-soccer" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.pd9p4frk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4 1a1 1 0 0 0 0 3a1 1 0 0 0 0-3M2 4.5h4V7L5 8l.5 2l-.5 1a2 2 0 0 0-.85 3.5H2.5V13l.5-1v-1l-.5-1L3 8L2 7Zm-.5.25H1a2 2 0 0 0 0 2h.5Zm5 0h2v2h-2Zm-1 6.75a1 1 0 0 0 0 3a1 1 0 0 0 0-3M11 1a1 1 0 0 0 0 3a1 1 0 0 0 0-3M9 4.5h4V7l-1 1l.5 2l-.5 1v1l.5 1v1.5h-3V13l.5-1v-1l-.5-1l.5-2l-1-1Zm4.5.25h.5a2 2 0 0 1 0 2h-.5Z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "temaki",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Temaki",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 543,
|
|
6
6
|
"version": "5.11.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Bryan Housel",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1763101916
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/temaki",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/temaki/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -1758,6 +1758,10 @@
|
|
|
1758
1758
|
"types": "./types/dd0bq22g.d.ts",
|
|
1759
1759
|
"default": "./components/t/t-bar-lift.vue"
|
|
1760
1760
|
},
|
|
1761
|
+
"./table-soccer": {
|
|
1762
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1763
|
+
"default": "./components/t/table-soccer.vue"
|
|
1764
|
+
},
|
|
1761
1765
|
"./tall-gate": {
|
|
1762
1766
|
"types": "./types/dd0bq22g.d.ts",
|
|
1763
1767
|
"default": "./components/t/tall-gate.vue"
|