@iconify-vue/temaki 1.0.1 → 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.
@@ -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,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
+ }
@@ -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": 541,
6
- "version": "5.10.0",
5
+ "total": 543,
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": 1760765061
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.1",
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",
@@ -1230,6 +1230,10 @@
1230
1230
  "types": "./types/dd0bq22g.d.ts",
1231
1231
  "default": "./components/p/pick-hammer.vue"
1232
1232
  },
1233
+ "./pickleball": {
1234
+ "types": "./types/dd0bq22g.d.ts",
1235
+ "default": "./components/p/pickleball.vue"
1236
+ },
1233
1237
  "./picnic-shelter": {
1234
1238
  "types": "./types/dd0bq22g.d.ts",
1235
1239
  "default": "./components/p/picnic-shelter.vue"
@@ -1754,6 +1758,10 @@
1754
1758
  "types": "./types/dd0bq22g.d.ts",
1755
1759
  "default": "./components/t/t-bar-lift.vue"
1756
1760
  },
1761
+ "./table-soccer": {
1762
+ "types": "./types/dd0bq22g.d.ts",
1763
+ "default": "./components/t/table-soccer.vue"
1764
+ },
1757
1765
  "./tall-gate": {
1758
1766
  "types": "./types/dd0bq22g.d.ts",
1759
1767
  "default": "./components/t/tall-gate.vue"