@iconify-vue/temaki 1.0.0 → 1.0.2

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.
@@ -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,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/v/vh1r0wv.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":15,"height":15};
8
+ const content = `<path class="vh1r0wv" />`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="temaki:pickleball" /></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
+ }
@@ -0,0 +1,4 @@
1
+ .t5d9xcd {
2
+ fill: currentColor;
3
+ d: path("M0 3h1v1h3V0h1v2h5V0h1v4h3V3h1v12h-1V7h-3v8h-1V6H5v9H4V7H1v8H0Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .vh1r0wv {
2
+ fill: currentColor;
3
+ d: path("M2 12c.25.75.25.75 1 1l3-3c.5-.5 1.25-.2 2 0c1 .35 1.75-.25 2.5-1L13 6.5c.75-.75.75-1.75 0-2.5l-2-2c-.75-.75-1.75-.75-2.5 0L6 4.5C5.25 5.25 4.65 6 5 7c.2.75.5 1.5 0 2Zm8-1a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "temaki",
3
3
  "info": {
4
4
  "name": "Temaki",
5
- "total": 539,
6
- "version": "5.10.0",
5
+ "total": 542,
6
+ "version": "5.11.0",
7
7
  "author": {
8
8
  "name": "Bryan Housel",
9
9
  "url": "https://github.com/rapideditor/temaki"
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1759901125
31
+ "lastModified": 1762149907
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.0",
4
+ "version": "1.0.2",
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"
@@ -1222,6 +1230,10 @@
1222
1230
  "types": "./types/dd0bq22g.d.ts",
1223
1231
  "default": "./components/p/pick-hammer.vue"
1224
1232
  },
1233
+ "./pickleball": {
1234
+ "types": "./types/dd0bq22g.d.ts",
1235
+ "default": "./components/p/pickleball.vue"
1236
+ },
1225
1237
  "./picnic-shelter": {
1226
1238
  "types": "./types/dd0bq22g.d.ts",
1227
1239
  "default": "./components/p/picnic-shelter.vue"