@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.
- package/components/w/world-map.vue +12 -0
- package/css/z/zzl2_gj.css +3 -0
- package/iconify.json +3 -3
- package/package.json +5 -1
|
@@ -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>
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "tabler",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Tabler Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "3.
|
|
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":
|
|
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.
|
|
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"
|