@iconify-svelte/simple-icons 1.0.36 → 1.0.38
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/g/glass.svelte +11 -0
- package/components/k/kimi.svelte +11 -0
- package/components/z/zdotai.svelte +11 -0
- package/css/g/g00yz2b2x.css +4 -0
- package/css/m/m1feq7vei.css +4 -0
- package/css/y/ys4jh9bfp.css +4 -0
- package/iconify.json +3 -3
- package/package.json +13 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/ys4jh9bfp.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":24,"height":24};
|
|
9
|
+
const content = `<path class="ys4jh9bfp"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:glass" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/g00yz2b2x.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":24,"height":24};
|
|
9
|
+
const content = `<path class="g00yz2b2x"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:kimi" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/m1feq7vei.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":24,"height":24};
|
|
9
|
+
const content = `<path class="m1feq7vei"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:zdotai" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g00yz2b2x {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.765.351C22.998.351 24 1.353 24 2.586S22.998 4.82 21.765 4.82h-1.974c-.15 0-.26-.12-.26-.26V2.586A2.237 2.237 0 0 1 21.765.35M9.41 13.388l8.447-8.377c.16-.16.07-.471-.14-.471h-4.55s-.1.02-.14.06l-9.099 9.029c-.14.14-.35.02-.35-.21V4.81c0-.15-.1-.27-.221-.27H.22c-.12 0-.22.12-.22.27v18.57c0 .15.1.27.22.27h3.137c.12 0 .22-.12.22-.27v-3.79c0-.08.03-.16.08-.21l2.826-2.796c.07-.07.16-.08.241-.03l7.546 5.551a8.9 8.9 0 0 0 4.018 1.493c.12.01.23-.11.23-.27V19.76c0-.14-.08-.25-.19-.26a5.8 5.8 0 0 1-2.355-.942l-6.533-4.73c-.14-.09-.15-.32-.03-.441");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "16.
|
|
5
|
+
"total": 3449,
|
|
6
|
+
"version": "16.26.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1783920567
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.38",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/simple-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -4990,6 +4990,10 @@
|
|
|
4990
4990
|
"types": "./types/gfwqskkx.d.ts",
|
|
4991
4991
|
"svelte": "./components/g/glance.svelte"
|
|
4992
4992
|
},
|
|
4993
|
+
"./glass": {
|
|
4994
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4995
|
+
"svelte": "./components/g/glass.svelte"
|
|
4996
|
+
},
|
|
4993
4997
|
"./glassdoor": {
|
|
4994
4998
|
"types": "./types/gfwqskkx.d.ts",
|
|
4995
4999
|
"svelte": "./components/g/glassdoor.svelte"
|
|
@@ -6846,6 +6850,10 @@
|
|
|
6846
6850
|
"types": "./types/gfwqskkx.d.ts",
|
|
6847
6851
|
"svelte": "./components/k/kik.svelte"
|
|
6848
6852
|
},
|
|
6853
|
+
"./kimi": {
|
|
6854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6855
|
+
"svelte": "./components/k/kimi.svelte"
|
|
6856
|
+
},
|
|
6849
6857
|
"./kingstontechnology": {
|
|
6850
6858
|
"types": "./types/gfwqskkx.d.ts",
|
|
6851
6859
|
"svelte": "./components/k/kingstontechnology.svelte"
|
|
@@ -14734,6 +14742,10 @@
|
|
|
14734
14742
|
"types": "./types/gfwqskkx.d.ts",
|
|
14735
14743
|
"svelte": "./components/z/zdf.svelte"
|
|
14736
14744
|
},
|
|
14745
|
+
"./zdotai": {
|
|
14746
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
14747
|
+
"svelte": "./components/z/zdotai.svelte"
|
|
14748
|
+
},
|
|
14737
14749
|
"./zebpay": {
|
|
14738
14750
|
"types": "./types/gfwqskkx.d.ts",
|
|
14739
14751
|
"svelte": "./components/z/zebpay.svelte"
|