@iconify-svelte/simple-icons 1.0.19 → 1.0.21
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/contensis.svelte +11 -0
- package/components/d/dicebear.svelte +11 -0
- package/components/d/dify.svelte +11 -0
- package/components/l/langchain.svelte +2 -2
- package/components/o/openbao.svelte +11 -0
- package/css/a/a7l1v_du.css +4 -0
- package/css/h/hf_mwkbr.css +4 -0
- package/css/i/i63w6ibj.css +4 -0
- package/css/o/or9g_jxm.css +4 -0
- package/css/q/qks8ej-e.css +4 -0
- package/iconify.json +3 -3
- package/package.json +17 -1
- package/css/m/mp5fg1jf.css +0 -4
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/a7l1v_du.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="a7l1v_du"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:contensis" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/or9g_jxm.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="or9g_jxm"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:dicebear" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/h/hf_mwkbr.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="hf_mwkbr"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:dify" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/q/qks8ej-e.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":24,"height":24};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="qks8ej-e"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:langchain" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/i/i63w6ibj.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="i63w6ibj"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:openbao" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.a7l1v_du {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14.92 0q-.131.009-.22.155c-2.795 4.728-6.555 7.99-6.792 10.154c-.221 2.02.51 3.689 1.71 4.726a30 30 0 0 0 1.355-1.83c-.022-.417-.182-3.68.164-4.6c.197 1.418.606 2.726.758 3.182a43 43 0 0 0 1.029-1.755c-.031-.83-.116-3.755.174-4.424c.077.965.434 2.194.65 2.863c.287-.571.444-.918.447-.926l1.016-2.256l-.268 2.453c-.001.013-.09.823-.306 2.055c.594-.483 1.539-1.297 1.998-1.935c.04.77-1.667 2.833-2.322 3.597a42 42 0 0 1-.403 1.698c.569-.316 1.872-1.073 2.6-1.762c-.11.785-2.422 2.783-3.033 3.299a30 30 0 0 1-.502 1.492c1.404-.08 2.878-.787 4.113-2.3C20.548 9.642 16.235-.09 14.92 0m-2.928 2.8c-.578 0-1.14.14-1.582.392L3.84 6.936c-.92.524-1.59 1.669-1.59 2.719v7.49c0 1.05.67 2.194 1.59 2.718l6.57 3.744c.443.253 1.008.392 1.59.392c.58 0 1.146-.139 1.59-.392l6.57-3.744c.92-.524 1.59-1.67 1.59-2.72v-7.49c0-1.05-.67-2.191-1.59-2.717l-1.353-.774c.134.62.235 1.234.298 1.823a52 52 0 0 1 .135 1.67v7.49c0 .16-.194.49-.334.572l-6.572 3.743a.8.8 0 0 1-.334.06a.8.8 0 0 1-.334-.06l-6.57-3.743c-.141-.08-.336-.412-.336-.572v-7.49c0-.16.195-.493.336-.573l3.648-2.08c.425-.58.913-1.194 1.436-1.855a92 92 0 0 0 1.812-2.348m1.79 7.302c-1.254 2.309-3.458 5.87-6.145 8.125c.044.019.393.228 2.703 1.54c1.91-2.788 2.947-7.015 3.443-9.665M7.63 18.226v.002l.002.002l.002-.004h-.002z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.hf_mwkbr {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m22.417 9.334l-1.333 4.333l-1.334-4.333h-1.583L20.1 14.94c.2.583-.14 1.06-.756 1.06h-.678v1.334h.996c.869 0 1.65-.55 1.945-1.367L24 9.334ZM2.833 6.667H0v8.666h2.833c3.5 0 4.5-2 4.5-4.333s-1-4.334-4.5-4.334zM2.866 14H1.6V8h1.266c2.013 0 2.867.988 2.867 3s-.854 3-2.867 3m11-5.267v.6h-1.532v1.334h1.533V14h-2.534V9.334H8v1.334h1.867V14h-2.2v1.334h10V14h-2.332v-3.333h2.333V9.334h-2.333V8h2.333V6.667h-1.733a2.07 2.07 0 0 0-2.067 2.067Zm-3.266-.2c.681 0 .933-.417.933-.933c0-.515-.252-.933-.933-.933c-.68 0-.934.418-.934.933s.253.934.934.934");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.i63w6ibj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11.997 4.631a3 3 0 0 0-.309.02c-3.277.098-6.427 1.737-8.084 4.74a8.2 8.2 0 0 0-.99 3.117C.922 13.256 0 14.185 0 15.142c0 1.12 1.264 2.196 3.515 2.989c2.25.793 5.302 1.238 8.485 1.238s6.235-.445 8.485-1.238S24 16.263 24 15.14c0-.956-.922-1.885-2.614-2.633a8.2 8.2 0 0 0-.99-3.117c-1.657-3.003-4.807-4.642-8.084-4.74a3 3 0 0 0-.315-.02m.9 2.09l.037.02c.354.198.687.488.737.547c.317.38.74 1.09.74 1.473a.896.896 0 0 0 1.793 0a3.24 3.24 0 0 0-.322-1.39a7.2 7.2 0 0 1 2.945 2.886c.676 1.226.902 2.634.75 3.605c-.077.486-.244.847-.419 1.046s-.32.278-.622.278H5.464c-.301 0-.447-.079-.622-.278c-.175-.2-.342-.56-.419-1.046c-.152-.97.074-2.38.75-3.605A7.2 7.2 0 0 1 8.118 7.37a3.24 3.24 0 0 0-.322 1.39a.896.896 0 0 0 1.792 0c0-.382.424-1.093.741-1.473a3.7 3.7 0 0 1 .775-.567v2.04a.896.896 0 1 0 1.792 0zm2.141 3.523a1.38 1.38 0 0 0-1.138.61c-.21.309-.278.562.151.827c.28.173.605.11.795.016c.124-.06.17-.107.387-.007c.439.203.695.193.948-.017c.284-.236.236-.58.023-.83c-.306-.359-.72-.591-1.166-.599m-6.797.017c-.445.007-.86.24-1.167.6c-.213.25-.26.593.024.829c.253.21.51.22.948.017c.217-.1.263-.053.386.007c.191.093.516.156.796-.016c.429-.265.36-.519.15-.827a1.38 1.38 0 0 0-1.137-.61");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.or9g_jxm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.5 0A1.5 1.5 0 0 0 0 1.5v21A1.5 1.5 0 0 0 1.5 24h12.84a.99.99 0 0 0 .87-1.468c-.986-1.777-1.929-3.346-2.523-4.024c-1.69-1.933-9.626-.13-9.877-6.435c-.016-.415.262-.777.655-.908l3.872-1.29c.226-.076.418-.23.547-.43c.365-.569 1.182-1.768 1.928-2.375c.707-.574 1.85-1.301 3.936-1.636c.417-.067.749-.379.952-.75c.488-.89 1.457-1.432 2.478-1.285c1.332.192 2.249 1.483 2.048 2.883a.3.3 0 0 0 .094.276c.889.794 1.829 1.894 2.759 3.137c.596.797 1.921.393 1.921-.602V1.5A1.5 1.5 0 0 0 22.5 0zm9.375 9.625a1.25 1.25 0 1 0 2.5 0a1.25 1.25 0 1 0-2.5 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qks8ej-e {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.53 15.975a7.53 7.53 0 0 0 2.206-5.325A7.54 7.54 0 0 0 7.53 5.325L2.205 0A7.54 7.54 0 0 0 0 5.325a7.54 7.54 0 0 0 2.205 5.325zm11.144.493a7.54 7.54 0 0 0-5.325-2.206a7.54 7.54 0 0 0-5.325 2.206l5.325 5.325a7.54 7.54 0 0 0 5.325 2.205A7.54 7.54 0 0 0 24 21.793zM2.219 21.78a7.54 7.54 0 0 0 5.325 2.205v-7.53H.014a7.54 7.54 0 0 0 2.205 5.325M20.73 8.595a7.53 7.53 0 0 0-5.327-2.206a7.53 7.53 0 0 0-5.325 2.207l5.325 5.325z");
|
|
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": 3414,
|
|
6
|
+
"version": "16.13.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": 1774244901
|
|
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.21",
|
|
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",
|
|
@@ -2818,6 +2818,10 @@
|
|
|
2818
2818
|
"types": "./types/gfwqskkx.d.ts",
|
|
2819
2819
|
"svelte": "./components/c/contao.svelte"
|
|
2820
2820
|
},
|
|
2821
|
+
"./contensis": {
|
|
2822
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2823
|
+
"svelte": "./components/c/contensis.svelte"
|
|
2824
|
+
},
|
|
2821
2825
|
"./contentful": {
|
|
2822
2826
|
"types": "./types/gfwqskkx.d.ts",
|
|
2823
2827
|
"svelte": "./components/c/contentful.svelte"
|
|
@@ -3414,10 +3418,18 @@
|
|
|
3414
3418
|
"types": "./types/gfwqskkx.d.ts",
|
|
3415
3419
|
"svelte": "./components/d/diaspora.svelte"
|
|
3416
3420
|
},
|
|
3421
|
+
"./dicebear": {
|
|
3422
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3423
|
+
"svelte": "./components/d/dicebear.svelte"
|
|
3424
|
+
},
|
|
3417
3425
|
"./dictionarydotcom": {
|
|
3418
3426
|
"types": "./types/gfwqskkx.d.ts",
|
|
3419
3427
|
"svelte": "./components/d/dictionarydotcom.svelte"
|
|
3420
3428
|
},
|
|
3429
|
+
"./dify": {
|
|
3430
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3431
|
+
"svelte": "./components/d/dify.svelte"
|
|
3432
|
+
},
|
|
3421
3433
|
"./digg": {
|
|
3422
3434
|
"types": "./types/gfwqskkx.d.ts",
|
|
3423
3435
|
"svelte": "./components/d/digg.svelte"
|
|
@@ -9038,6 +9050,10 @@
|
|
|
9038
9050
|
"types": "./types/gfwqskkx.d.ts",
|
|
9039
9051
|
"svelte": "./components/o/openbadges.svelte"
|
|
9040
9052
|
},
|
|
9053
|
+
"./openbao": {
|
|
9054
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9055
|
+
"svelte": "./components/o/openbao.svelte"
|
|
9056
|
+
},
|
|
9041
9057
|
"./openbsd": {
|
|
9042
9058
|
"types": "./types/gfwqskkx.d.ts",
|
|
9043
9059
|
"svelte": "./components/o/openbsd.svelte"
|
package/css/m/mp5fg1jf.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.mp5fg1jf {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M6.099 5.918C2.736 5.918 0 8.646 0 12s2.736 6.083 6.099 6.083H17.9c3.364 0 6.1-2.73 6.1-6.083s-2.736-6.082-6.099-6.082ZM5.977 7.85c.493.012 1.02.25 1.273.623c.368.459.478 1.067.895 1.493c.56.612 1.199 1.15 1.716 1.802c.49.595.839 1.294 1.144 1.998c.124.233.125.52.31.72c.09.12.534.448.438.564c.055.12.47.286.326.402c-.194.04-.413.048-.562-.107c-.054.126-.182.06-.281.043l-.025.074c-.33.022-.576-.313-.732-.565c-.311-.168-.665-.27-.982-.446c-.019.29.045.648-.231.835c-.014.557.843.066.922.48c-.061.007-.129-.009-.178.038c-.223.217-.48-.165-.738-.007c-.346.174-.38.316-.81.352c-.023-.036-.014-.06.006-.081c.12-.14.13-.305.336-.365c-.212-.033-.39.084-.569.176c-.232.095-.23-.214-.588.017c-.04-.033-.02-.062.002-.087c.091-.11.21-.127.345-.12c-.663-.37-.975.45-1.281.043c-.092.024-.127.106-.185.165c-.05-.055-.012-.121-.01-.186c-.06-.028-.135-.041-.117-.137c-.117-.04-.2.03-.286.096c-.08-.061.053-.15.077-.213c.07-.121.23-.025.311-.112c.23-.131.552.08.816.045c.203.026.454-.182.352-.39c-.217-.277-.179-.639-.183-.97c-.027-.192-.491-.438-.626-.646c-.166-.187-.295-.404-.424-.618c-.467-.9-.32-2.058-.908-2.895c-.266.147-.612.078-.841-.119c-.124.113-.13.26-.14.417c-.296-.297-.259-.856-.021-1.186c.096-.13.212-.237.342-.332c.029-.02.039-.041.038-.074c.117-.527.576-.74 1.07-.727m12.407.46c.557 0 1.08.216 1.473.608s.61.915.61 1.47a2.06 2.06 0 0 1-.61 1.47v.001l-.902.9a2.1 2.1 0 0 1-.86.516l-.016.005l-.005.016a2.05 2.05 0 0 1-.474.731l-.902.9c-.394.392-.917.608-1.475.608s-1.08-.216-1.474-.608a2.077 2.077 0 0 1 0-2.94l.902-.9a2.06 2.06 0 0 1 .858-.514l.017-.006l.006-.016a2.1 2.1 0 0 1 .475-.733l.902-.9a2.07 2.07 0 0 1 1.474-.608m0 .897a1.18 1.18 0 0 0-.84.346l-.901.9a1.18 1.18 0 0 0-.343.924l.005.058c.033.265.15.504.338.691c.13.13.273.212.447.269a1 1 0 0 1 .014.158a.88.88 0 0 1-.26.63l-.056.056a1.96 1.96 0 0 1-.78-.48a2.06 2.06 0 0 1-.576-1.096l-.01-.058l-.046.037a1 1 0 0 0-.087.08l-.903.899a1.182 1.182 0 0 0 .84 2.019c.304 0 .607-.116.838-.346l.902-.9a1.18 1.18 0 0 0 0-1.673a1.2 1.2 0 0 0-.436-.275a1 1 0 0 1-.014-.16a.97.97 0 0 1 .29-.693a2.06 2.06 0 0 1 1.372 1.592l.01.058l.046-.038a1 1 0 0 0 .088-.08l.902-.899a1.183 1.183 0 0 0 0-1.673a1.18 1.18 0 0 0-.84-.346M8.41 14.364c-.08.309-.105.833-.506.848c-.033.177.123.244.265.187c.141-.064.208.051.256.166c.218.032.54-.073.552-.33c-.325-.187-.426-.542-.567-.87");
|
|
4
|
-
}
|