@iconify-svelte/simple-icons 1.0.38 → 1.0.39
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/c/codebuddy.svelte +11 -0
- package/css/q/qv0y6indz.css +4 -0
- package/iconify.json +3 -3
- package/package.json +5 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qv0y6indz.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="qv0y6indz"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:codebuddy" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qv0y6indz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18.636.289a1 1 0 0 0-.11 0c-.18.01-.195.02-.442.24c-.716.636-1.722 2.546-2.703 5.137l-.274.72l-.499.16c-1.554.498-2.934 1.128-4.157 1.893c-1.174.73-1.81 1.207-2.768 2.056l-.578.51l-.262-.045c-2.528-.447-4.8-.612-5.843-.43c-.414.077-.757.216-.862.35c-.092.12-.138.263-.138.474c0 .182.034.414.098.727c.265 1.236.952 2.854 2.035 4.78l.7 1.236l-.023.466c-.027.499 0 1.27.06 1.793c.036.319.031.327-.135.516c-.565.647-.708 1.676-.408 2.84h5.364l-.33-.57c-.64-1.108-.96-1.663-1.134-2.177a5.46 5.46 0 0 1 1.564-5.84c.408-.358.962-.678 2.072-1.32l6.38-3.683c1.11-.64 1.665-.96 2.18-1.134A5.46 5.46 0 0 1 24 10.275V6.462l-.117-.06l-.504-.25l-.357-.662c-.924-1.702-2.41-3.696-3.477-4.666c-.4-.364-.655-.517-.91-.535M11.57 17.634a1.26 1.26 0 0 1 1.722.462l1.358 2.35c.842 1.455-1.341 2.717-2.183 1.262l-1.358-2.352a1.26 1.26 0 0 1 .461-1.722m6.802-3.926a1.26 1.26 0 0 1 1.721.46l1.358 2.352c.84 1.455-1.343 2.715-2.183 1.26l-1.358-2.35a1.26 1.26 0 0 1 .462-1.722");
|
|
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": 3450,
|
|
6
|
+
"version": "16.27.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": 1784468941
|
|
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.39",
|
|
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",
|
|
@@ -2602,6 +2602,10 @@
|
|
|
2602
2602
|
"types": "./types/gfwqskkx.d.ts",
|
|
2603
2603
|
"svelte": "./components/c/codeblocks.svelte"
|
|
2604
2604
|
},
|
|
2605
|
+
"./codebuddy": {
|
|
2606
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2607
|
+
"svelte": "./components/c/codebuddy.svelte"
|
|
2608
|
+
},
|
|
2605
2609
|
"./codecademy": {
|
|
2606
2610
|
"types": "./types/gfwqskkx.d.ts",
|
|
2607
2611
|
"svelte": "./components/c/codecademy.svelte"
|