@iconify-vue/tabler 1.0.7 → 1.0.8

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,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/z/zzl2_gj.css';
5
+ import '../../css/j/j7qjng.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="s43_jkd"><path class="zzl2_gj"/><path class="j7qjng"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="tabler:world-map" /></template>
@@ -0,0 +1,3 @@
1
+ .zzl2_gj {
2
+ d: path("M20 8h-2a2 2 0 0 0-2 2a2 2 0 1 1-4 0V9a2 2 0 0 0-2-2H9a2 2 0 0 1-2-2v-.5M3 12h3a2 2 0 0 1 2 2v.5A1.5 1.5 0 0 0 9.5 16a1.5 1.5 0 0 1 1.5 1.5v3.25m4-.25V17a2 2 0 0 1 2-2h3.5");
3
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "tabler",
3
3
  "info": {
4
4
  "name": "Tabler Icons",
5
- "total": 6055,
6
- "version": "3.38.0",
5
+ "total": 6056,
6
+ "version": "3.39.0",
7
7
  "author": {
8
8
  "name": "Paweł Kuna",
9
9
  "url": "https://github.com/tabler/tabler-icons"
@@ -30,5 +30,5 @@
30
30
  ],
31
31
  "palette": false
32
32
  },
33
- "lastModified": 1772603142
33
+ "lastModified": 1772823588
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.7",
4
+ "version": "1.0.8",
5
5
  "homepage": "https://icon-sets.iconify.design/tabler/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -24086,6 +24086,10 @@
24086
24086
  "types": "./types/dd0bq22g.d.ts",
24087
24087
  "default": "./components/w/world-longitude.vue"
24088
24088
  },
24089
+ "./world-map": {
24090
+ "types": "./types/dd0bq22g.d.ts",
24091
+ "default": "./components/w/world-map.vue"
24092
+ },
24089
24093
  "./world-minus": {
24090
24094
  "types": "./types/dd0bq22g.d.ts",
24091
24095
  "default": "./components/w/world-minus.vue"