@iconify-vue/temaki 1.0.0 → 1.0.1
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/h/hotpot.vue +10 -0
- package/components/p/paifang.vue +10 -0
- package/css/k/k7nz9-bd.css +4 -0
- package/css/t/t5d9xcd.css +4 -0
- package/iconify.json +2 -2
- package/package.json +9 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/k/k7nz9-bd.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":100,"height":100};
|
|
8
|
+
const content = `<path class="k7nz9-bd" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="temaki:hotpot" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/t/t5d9xcd.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":15,"height":15};
|
|
8
|
+
const content = `<path class="t5d9xcd" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="temaki:paifang" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.k7nz9-bd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M19 48h60c4.4 0 3 2 4 2c2 0 1-1.8 2-2l10-2c2.05-.44 3 1.97.8 2.56l-9.98 1.97c-.89.2-1.09.83-1.1 1.34C84 89 14 89 13.22 51.87c-.01-.52-.2-1.15-1.1-1.34l-9.98-1.98c-1.64-.37-1.04-2.97.77-2.56L13 48c1 .2 0 2 2 2c1 0-.4-2 4-2m8-10c1 2 5 0 4-2c-4-8 6-12 0-24c-1-2-5 0-4 2c4 8-6 12 0 24m20 0c1 2 5 0 4-2c-4-8 6-12 0-24c-1-2-5 0-4 2c4 8-6 12 0 24m20 0c1 2 5 0 4-2c-4-8 6-12 0-24c-1-2-5 0-4 2c4 8-6 12 0 24");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "temaki",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Temaki",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 541,
|
|
6
6
|
"version": "5.10.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": 1760765061
|
|
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.1",
|
|
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",
|
|
@@ -922,6 +922,10 @@
|
|
|
922
922
|
"types": "./types/dd0bq22g.d.ts",
|
|
923
923
|
"default": "./components/h/hot-drink-cup.vue"
|
|
924
924
|
},
|
|
925
|
+
"./hotpot": {
|
|
926
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
927
|
+
"default": "./components/h/hotpot.vue"
|
|
928
|
+
},
|
|
925
929
|
"./houseboat": {
|
|
926
930
|
"types": "./types/dd0bq22g.d.ts",
|
|
927
931
|
"default": "./components/h/houseboat.vue"
|
|
@@ -1170,6 +1174,10 @@
|
|
|
1170
1174
|
"types": "./types/dd0bq22g.d.ts",
|
|
1171
1175
|
"default": "./components/o/os-benchmark.vue"
|
|
1172
1176
|
},
|
|
1177
|
+
"./paifang": {
|
|
1178
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1179
|
+
"default": "./components/p/paifang.vue"
|
|
1180
|
+
},
|
|
1173
1181
|
"./parking-space": {
|
|
1174
1182
|
"types": "./types/dd0bq22g.d.ts",
|
|
1175
1183
|
"default": "./components/p/parking-space.vue"
|