@iconify-vue/arcticons 1.0.17 → 1.0.18
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/z/zerodha-kite.vue +19 -0
- package/iconify.json +2 -2
- package/package.json +9 -5
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
|
|
4
|
+
const props = defineProps(["width","height"]);
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":48,"height":48};
|
|
7
|
+
const content = `<path class="ky0fwnbty"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="arcticons:zerodha-kite" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ky0fwnbty {
|
|
12
|
+
fill: none;
|
|
13
|
+
stroke: currentColor;
|
|
14
|
+
stroke-linecap: round;
|
|
15
|
+
stroke-linejoin: round;
|
|
16
|
+
d: path("m43.5 37.145l-26.732.072C10.639 32.721 4.5 28.214 4.5 23.851c.01-4.373 6.15-8.828 12.299-13.068H43.5c-6.324 4.373-12.647 8.746-12.647 13.14S37.176 32.73 43.5 37.145m-26.62.072l14.239-14.885");
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
</style>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "arcticons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Arcticons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 14713,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Donnnno",
|
|
8
8
|
"url": "https://github.com/Arcticons-Team/Arcticons"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1783227409
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/arcticons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.18",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/arcticons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC-BY-SA-4.0",
|
|
@@ -27946,10 +27946,6 @@
|
|
|
27946
27946
|
"types": "./types/dd0bq22g.d.ts",
|
|
27947
27947
|
"default": "./components/k/kitchenowl.vue"
|
|
27948
27948
|
},
|
|
27949
|
-
"./kite": {
|
|
27950
|
-
"types": "./types/dd0bq22g.d.ts",
|
|
27951
|
-
"default": "./components/k/kite.vue"
|
|
27952
|
-
},
|
|
27953
27949
|
"./kitshn": {
|
|
27954
27950
|
"types": "./types/dd0bq22g.d.ts",
|
|
27955
27951
|
"default": "./components/k/kitshn.vue"
|
|
@@ -58830,6 +58826,10 @@
|
|
|
58830
58826
|
"types": "./types/dd0bq22g.d.ts",
|
|
58831
58827
|
"default": "./components/z/zero.vue"
|
|
58832
58828
|
},
|
|
58829
|
+
"./zerodha-kite": {
|
|
58830
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
58831
|
+
"default": "./components/z/zerodha-kite.vue"
|
|
58832
|
+
},
|
|
58833
58833
|
"./zeronet": {
|
|
58834
58834
|
"types": "./types/dd0bq22g.d.ts",
|
|
58835
58835
|
"default": "./components/z/zeronet.vue"
|
|
@@ -59758,6 +59758,10 @@
|
|
|
59758
59758
|
"types": "./types/dd0bq22g.d.ts",
|
|
59759
59759
|
"default": "./components/k/keepass2androidoffline.vue"
|
|
59760
59760
|
},
|
|
59761
|
+
"./kite": {
|
|
59762
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
59763
|
+
"default": "./components/k/kite.vue"
|
|
59764
|
+
},
|
|
59761
59765
|
"./labanquepostale": {
|
|
59762
59766
|
"types": "./types/dd0bq22g.d.ts",
|
|
59763
59767
|
"default": "./components/l/labanquepostale.vue"
|