@iconify-svelte/simple-icons 1.0.20 → 1.0.22
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/d/dify.svelte +11 -0
- package/components/f/faker.svelte +11 -0
- package/components/l/langchain.svelte +2 -2
- package/components/o/openbao.svelte +11 -0
- package/components/p/prosemirror.svelte +11 -0
- package/components/q/qdrant.svelte +11 -0
- package/css/a/ahntbmh.css +4 -0
- package/css/d/d2e3_cbd.css +4 -0
- package/css/h/hf_mwkbr.css +4 -0
- package/css/i/i63w6ibj.css +4 -0
- package/css/q/qks8ej-e.css +4 -0
- package/css/w/wm535xbq.css +4 -0
- package/iconify.json +3 -3
- package/package.json +21 -1
- package/css/m/mp5fg1jf.css +0 -4
|
@@ -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>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/d/d2e3_cbd.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="d2e3_cbd"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:faker" {...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,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/wm535xbq.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="wm535xbq"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:prosemirror" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/ahntbmh.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="ahntbmh"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:qdrant" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d2e3_cbd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18.424.112c-1.306.24-2.492 1.28-3.552 3.18c-1.467-.403-4.96.012-6.884 1.208c-2.711-2.076-5.812-1.196-5.812-1.196s1.042.182 1.291.42c-.961.19-3.66 1.474-3.456 4.432c.412-.056.852-.287.852-.287s-.789 1.103.912 3.488c.132.185.743-1.278.743-1.278s-1.35 4.158 2.142 11.552c2.241 4.12 16.051 2.8 19.164-4.52c.738-2.725-1.068-7.187-1.248-7.465c.911-1.089 2.354-3.99.542-6.464l.604.083C23.111 2.04 21.968.813 18.895.717l.453-.644a3.4 3.4 0 0 0-.924.039m3.804 11.01c.537 1.165 1.405 3.594.818 5.47c-2.077 6.346-15.627 8.707-17.763 4.527c-1.6-3.201-1.886-4.28-2.26-6.98c-.322-1.82.522-5.08 1.123-5.682c2.128-2.49 3.613-3.434 6.717-4.185c2.527-.611 5.602-.302 7.874 1.228s2.586 3.493 3.49 5.622M8.17 9.134c-1.438.238-2.792 1.609-3.344 3.23c-.708 2.133-.033 3.65 1.375 4.058c1.096.318 2.102-.167 2.637-.953s.548-1.44 1.246-2.482c2.043-3.051-.628-3.76-.914-3.826a2.6 2.6 0 0 0-1-.027m6.95-1.14c-1.37.243-2.003 1.32-2.003 1.32c-.982 1.837.699 2.623 2.031 3.434s1.724 1.967 3.707 1.438c1.304-.348 2.104-1.84 1.062-3.65c-.75-1.301-2.192-2.17-3.453-2.467c-.493-.115-.959-.143-1.344-.075m.954 1.723c.218-.043.454-.035.689.038c.701.216 1.097.914.882 1.557a1 1 0 0 1-.068.163c-.09-.434-.43-.818-.918-.97c-.64-.199-1.316.07-1.592.607c-.142-.683.354-1.268 1.007-1.395m-8.332 1.836q.203-.034.4-.006c.417.058.79.317.947.728c-.523-.307-1.239-.175-1.672.332a1.3 1.3 0 0 0-.25 1.306c-.56-.324-.832-1.193-.243-1.884c.232-.272.523-.425.818-.475zm4.3 2.02c-.648.138-1.238.409-1.301.735c-.102.523.676 1.4 1.507 1.397c.419-.002.966-.244 1.466-.898c.454-.592.366-1.138-.311-1.29a2 2 0 0 0-.23-.035a4 4 0 0 0-1.13.09m-.097.658c.443-.082.963-.097 1.068-.076c.397.076.354.42-.096.727c-.534.365-1.066.463-1.581-.173c-.201-.248.166-.397.609-.479m3.356 1.297c-.482 1.593-1.889 1.572-2.403 1.082c0 0-1.259 1.602-2.906.305c0 0-.034.92.94 1.243c.117.472.769 2.214 2.43 1.794c1.512-.382 1.564-2.224 1.407-2.601c1.06-.664.532-1.823.532-1.823m-2.494 2.088s.618.321 1.242.1c.174 1.946-2.09 2.138-2.393.451a2.85 2.85 0 0 0 1.15-.551");
|
|
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
|
+
.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
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wm535xbq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M22.47 10.47c0 2.831-1.123 5.4-2.948 7.284c.659 1.65 1.139 3.287 2.179 6.246c-2.687-1.972-4.4-2.744-5.883-3.546h.001c-1.008-.545-1.917-1.106-2.946-2.07c-1.02-.954-2.193-2.225-2.787-3.393c1.45 3.263 4.86 5.53 4.86 5.53l.003-.001a10.5 10.5 0 0 1-2.949.42c-5.783 0-10.47-4.688-10.47-10.47S6.217 0 12 0s10.47 4.688 10.47 10.47M12 1.53a8.94 8.94 0 0 0-8.941 8.94a8.94 8.94 0 0 0 7.517 8.827a6.5 6.5 0 0 1-1.532-.748c-3.131-2.145-2.67-6.929-2.66-9.71c.011-2.916 2.629-4.702 5.123-4.65c2.987.05 5.153 2.216 4.917 5.122a49 49 0 0 0-.143 2.49c.337.352.659.78.954 1.308a48 48 0 0 1 1.619 3.103A8.941 8.941 0 0 0 12 1.53m.39 10.224c4.065-.01 4.024-5.071 1.653-5.092c-1.047-.02-1.54.934-1.54.934s-.41-1.19-1.848-1.18c-3.08.02-2.956 5.348 1.735 5.338m.164-2.207c1.109 0 .206 1.53-.061 2.145c-.185-.862-1.047-2.145.061-2.145m-.626-.483c0 .585-.472 1.047-1.047 1.047a1.045 1.045 0 0 1-1.047-1.047c0-.585.472-1.047 1.047-1.047c.585 0 1.047.472 1.047 1.047m2.987-.01c0 .585-.41 1.047-.903 1.047c-.503 0-.903-.472-.903-1.047c0-.585.41-1.047.903-1.047c.503 0 .903.472.903 1.047");
|
|
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": 3417,
|
|
6
|
+
"version": "16.14.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": 1774935376
|
|
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.22",
|
|
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",
|
|
@@ -3426,6 +3426,10 @@
|
|
|
3426
3426
|
"types": "./types/gfwqskkx.d.ts",
|
|
3427
3427
|
"svelte": "./components/d/dictionarydotcom.svelte"
|
|
3428
3428
|
},
|
|
3429
|
+
"./dify": {
|
|
3430
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3431
|
+
"svelte": "./components/d/dify.svelte"
|
|
3432
|
+
},
|
|
3429
3433
|
"./digg": {
|
|
3430
3434
|
"types": "./types/gfwqskkx.d.ts",
|
|
3431
3435
|
"svelte": "./components/d/digg.svelte"
|
|
@@ -4150,6 +4154,10 @@
|
|
|
4150
4154
|
"types": "./types/gfwqskkx.d.ts",
|
|
4151
4155
|
"svelte": "./components/f/fairphone.svelte"
|
|
4152
4156
|
},
|
|
4157
|
+
"./faker": {
|
|
4158
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4159
|
+
"svelte": "./components/f/faker.svelte"
|
|
4160
|
+
},
|
|
4153
4161
|
"./falco": {
|
|
4154
4162
|
"types": "./types/gfwqskkx.d.ts",
|
|
4155
4163
|
"svelte": "./components/f/falco.svelte"
|
|
@@ -9046,6 +9054,10 @@
|
|
|
9046
9054
|
"types": "./types/gfwqskkx.d.ts",
|
|
9047
9055
|
"svelte": "./components/o/openbadges.svelte"
|
|
9048
9056
|
},
|
|
9057
|
+
"./openbao": {
|
|
9058
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9059
|
+
"svelte": "./components/o/openbao.svelte"
|
|
9060
|
+
},
|
|
9049
9061
|
"./openbsd": {
|
|
9050
9062
|
"types": "./types/gfwqskkx.d.ts",
|
|
9051
9063
|
"svelte": "./components/o/openbsd.svelte"
|
|
@@ -10170,6 +10182,10 @@
|
|
|
10170
10182
|
"types": "./types/gfwqskkx.d.ts",
|
|
10171
10183
|
"svelte": "./components/p/pronounsdotpage.svelte"
|
|
10172
10184
|
},
|
|
10185
|
+
"./prosemirror": {
|
|
10186
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10187
|
+
"svelte": "./components/p/prosemirror.svelte"
|
|
10188
|
+
},
|
|
10173
10189
|
"./prosieben": {
|
|
10174
10190
|
"types": "./types/gfwqskkx.d.ts",
|
|
10175
10191
|
"svelte": "./components/p/prosieben.svelte"
|
|
@@ -10350,6 +10366,10 @@
|
|
|
10350
10366
|
"types": "./types/gfwqskkx.d.ts",
|
|
10351
10367
|
"svelte": "./components/q/qbittorrent.svelte"
|
|
10352
10368
|
},
|
|
10369
|
+
"./qdrant": {
|
|
10370
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10371
|
+
"svelte": "./components/q/qdrant.svelte"
|
|
10372
|
+
},
|
|
10353
10373
|
"./qemu": {
|
|
10354
10374
|
"types": "./types/gfwqskkx.d.ts",
|
|
10355
10375
|
"svelte": "./components/q/qemu.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
|
-
}
|