@iconify-svelte/simple-icons 1.0.32 → 1.0.33
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/a/apachearrow.svelte +11 -0
- package/components/c/claudecode.svelte +11 -0
- package/css/j/je-x1rbor.css +4 -0
- package/css/w/wsmx--e1i.css +4 -0
- package/iconify.json +3 -3
- package/package.json +9 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/je-x1rbor.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="je-x1rbor"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:apachearrow" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/wsmx--e1i.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="wsmx--e1i"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:claudecode" {...props}></Icon>
|
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": 3438,
|
|
6
|
+
"version": "16.22.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": 1780375154
|
|
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.33",
|
|
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",
|
|
@@ -834,6 +834,10 @@
|
|
|
834
834
|
"types": "./types/gfwqskkx.d.ts",
|
|
835
835
|
"svelte": "./components/a/apacheant.svelte"
|
|
836
836
|
},
|
|
837
|
+
"./apachearrow": {
|
|
838
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
839
|
+
"svelte": "./components/a/apachearrow.svelte"
|
|
840
|
+
},
|
|
837
841
|
"./apacheavro": {
|
|
838
842
|
"types": "./types/gfwqskkx.d.ts",
|
|
839
843
|
"svelte": "./components/a/apacheavro.svelte"
|
|
@@ -2430,6 +2434,10 @@
|
|
|
2430
2434
|
"types": "./types/gfwqskkx.d.ts",
|
|
2431
2435
|
"svelte": "./components/c/claude.svelte"
|
|
2432
2436
|
},
|
|
2437
|
+
"./claudecode": {
|
|
2438
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2439
|
+
"svelte": "./components/c/claudecode.svelte"
|
|
2440
|
+
},
|
|
2433
2441
|
"./clerk": {
|
|
2434
2442
|
"types": "./types/gfwqskkx.d.ts",
|
|
2435
2443
|
"svelte": "./components/c/clerk.svelte"
|