@iconify-vue/simple-icons 1.0.22 → 1.0.24
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/corsair.vue +2 -2
- package/components/f/faker.vue +10 -0
- package/components/p/prosemirror.vue +10 -0
- package/components/q/qdrant.vue +10 -0
- package/components/r/rustfs.vue +10 -0
- package/components/s/spidermonkey.vue +10 -0
- package/components/t/ty.vue +10 -0
- package/css/a/ahntbmh.css +4 -0
- package/css/d/d1v1xeby.css +4 -0
- package/css/d/d2e3_cbd.css +4 -0
- package/css/d/dht2r7p.css +4 -0
- package/css/p/p2-vukbc.css +4 -0
- package/css/t/taj7iwbk.css +4 -0
- package/css/w/wm535xbq.css +4 -0
- package/iconify.json +3 -3
- package/package.json +25 -1
- package/css/f/fbgurdby.css +0 -4
package/components/c/corsair.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/d/d1v1xeby.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="d1v1xeby"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:corsair" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/d2e3_cbd.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="d2e3_cbd"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:faker" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/wm535xbq.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="wm535xbq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:prosemirror" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/a/ahntbmh.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ahntbmh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:qdrant" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/t/taj7iwbk.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="taj7iwbk"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:rustfs" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/p2-vukbc.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="p2-vukbc"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:spidermonkey" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/dht2r7p.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="dht2r7p"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:ty" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d1v1xeby {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.073.411s1.912 3.883 1.56 5.5c0 0 4.988 1.615 5.543 4.275c0 0 2.731-3.595-7.103-9.775m-1.922 5.825c.487 1.021.707 2.118.994 3.264L9.301 8.42c.264-1.726-1.416-4.354-1.416-4.354zM6.107 8.91c.314.83.672 1.87.862 2.768l-2.564-.638c.263-1.726-1.362-3.813-1.362-3.813zm5.585-4.15s11.436 8.031 12.19 11.147c.568 2.344-1.085 4.51-1.085 4.51s-.881-6.12-22.796 3.172c2.218-2.475 3.426-5.635 3.107-9.045a11.5 11.5 0 0 0-1.076-3.93l5.136 2.722l.02.244c.195 2.085.043 4.112-.428 5.99a14.1 14.1 0 0 0 1.306-7.348A14.1 14.1 0 0 0 6.907 7.76l5.49 3.657c.023.182.035.366.052.55c.216 2.307.001 4.545-.592 6.587c1.291-2.393 1.925-5.155 1.655-8.04a14.1 14.1 0 0 0-1.82-5.753");
|
|
4
|
+
}
|
|
@@ -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
|
+
.p2-vukbc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.414 1.851c-.768-.027-1.613.236-2.753.774c-1.215.39-1.91 1.447-.482 1.446l-.035.93l-.9.345l-.033.902s-.138 1.05 1.004.989c-.15.035-.272.11-.105.276c.31.31.718.207 2.198.241c1.48.035 1.64 1.682 1.64 1.682s.332 2.698.283 5.327c-1.604-.853-3.205-1.609-3.703-1.5c-1.102.24-2.043 1.328-1.102 2.891c.862 1.432 2.318 2.45 3.784 3.37c-.438.723-.981 1.106-2.08.839c-.554-.135-.508-.447-2.005-1.267c-2.755-1.11-2.28-.318-1.603.335c1.42 1.013 2.118 1.933 3.17 2.362c1.033.423 2.416.377 4.179-1.129l.082-.094l-.057.07c2.255 1.404 5.062 1.838 7.649 1.266c.127-.041.537-.095.503-.144l.06.008c.012-.067 2.582.276 4.479-.492c1.837-.745 3.036-2.14 3.29-3.587c1.044-5.95-4.87-6.422-5.645-6.663l-1.774-.481c-.335-.84-.783-1.661-1.357-2.56a5.8 5.8 0 0 0-1.26-1.41l.004.004s.174-.55.835-1.118c.134-.107 2.36-1.808 6.407-.085l.286 2.758l1.839-.095L22.99 4.3c-.65-.762-6.17-3.052-10.155-.012c-.586.507-.952 1.213-.952 1.213q.006.001.013.007a9 9 0 0 0-1.95-.443v-.007s-.774-2.13-2.184-2.84a3.2 3.2 0 0 0-1.348-.366Zm-.887 2.838l.002.012zm4.978 3.535l.017.008l-.016-.003zm-.168 3.76c.598 1.004 1.035 1.904 1.225 3.017a11.6 11.6 0 0 1-.44 1.977s-.51-.309-1.242-.736c.136-.839.226-1.743.337-2.76c.036-.485.078-.996.12-1.498m6.65.357l.015.069c.025.128.046.262.069.39l1.923.537s3.167.617 2.684 3.811c-.455 3.007-4.992 2.77-4.976 2.67c.543-3.396.65-5.612.286-7.477z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.taj7iwbk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 9.997v4.006h1.086v-1.495h.773c.142.013.268.05.364.209l.621 1.286h1.238l-.611-1.225c-.187-.392-.369-.478-.718-.57c.516-.08.965-.386.965-1.084c0-.306-.116-.661-.348-.851c-.228-.19-.536-.276-.915-.276H1.86zm5.335 0l-1.022.231v2.473c0 .502.158.83.458 1.016s.758.286 1.398.286c.616 0 1.073-.1 1.384-.286q.473-.28.473-.96v-2.76l-1.017.231v2.25c0 .31-.045.495-.177.631c-.132.143-.373.193-.663.193c-.3 0-.52-.056-.662-.193c-.132-.13-.172-.405-.172-.708Zm4.74 0q-.864.002-1.337.297c-.315.195-.481.592-.481.972c0 .326.119.575.368.764q.365.265 1.32.433c.195.036.356.06.48.095q.19.053.28.1c.113.06.172.149.172.244q0 .186-.214.284c-.422.202-1.61.077-2.085-.136l-.202.764c.053.006.142.024.25.042c.873.136 2.014.314 2.792-.178c.333-.207.505-.504.505-.919a.93.93 0 0 0-.339-.729q-.321-.284-1.206-.438c-.178-.036-.339-.06-.47-.095c-.873-.196-.748-.688.114-.688c.463 0 .909.143 1.348.22l.095.017l.096-.853c-.464-.142-1.01-.196-1.486-.196m2.079 0v.9h1.42v3.106h1.32v-3.105h1.413v-.9Zm4.39 0v4.006h1.321v-1.495h2.114l-.13-.771h-1.984v-.84h1.575l.124-.9zm5.546 0c-.596 0-1.056.1-1.37.302c-.338.2-.51.59-.51.975c0 .325.13.573.381.75c.258.19.713.332 1.364.444c.135.018.245.036.344.06l.012-.208l.909.61l-.952.531l.006-.183c-.559.041-1.363-.06-1.732-.23l-.203.762c.05.012.142.017.252.047c.903.136 2.082.313 2.887-.183c.35-.201.522-.509.522-.91a.92.92 0 0 0-.344-.733q-.332-.279-1.247-.432c-.19-.035-.35-.07-.491-.094q-.01.002-.012-.006v.23l-.94-.573l.94-.567v.224h.129c.479 0 .94.148 1.4.225c.061.006.086.006.092.006l.098-.852a6 6 0 0 0-1.535-.195m-21.034.748h.909q.339 0 .526.134c.116.086.171.22.171.417c0 .208-.07.361-.222.447c-.131.08-.328.122-.58.135h-.804Z");
|
|
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": 3420,
|
|
6
|
+
"version": "16.15.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": 1775538135
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.24",
|
|
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",
|
|
@@ -4154,6 +4154,10 @@
|
|
|
4154
4154
|
"types": "./types/dd0bq22g.d.ts",
|
|
4155
4155
|
"default": "./components/f/fairphone.vue"
|
|
4156
4156
|
},
|
|
4157
|
+
"./faker": {
|
|
4158
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4159
|
+
"default": "./components/f/faker.vue"
|
|
4160
|
+
},
|
|
4157
4161
|
"./falco": {
|
|
4158
4162
|
"types": "./types/dd0bq22g.d.ts",
|
|
4159
4163
|
"default": "./components/f/falco.vue"
|
|
@@ -10178,6 +10182,10 @@
|
|
|
10178
10182
|
"types": "./types/dd0bq22g.d.ts",
|
|
10179
10183
|
"default": "./components/p/pronounsdotpage.vue"
|
|
10180
10184
|
},
|
|
10185
|
+
"./prosemirror": {
|
|
10186
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
10187
|
+
"default": "./components/p/prosemirror.vue"
|
|
10188
|
+
},
|
|
10181
10189
|
"./prosieben": {
|
|
10182
10190
|
"types": "./types/dd0bq22g.d.ts",
|
|
10183
10191
|
"default": "./components/p/prosieben.vue"
|
|
@@ -10358,6 +10366,10 @@
|
|
|
10358
10366
|
"types": "./types/dd0bq22g.d.ts",
|
|
10359
10367
|
"default": "./components/q/qbittorrent.vue"
|
|
10360
10368
|
},
|
|
10369
|
+
"./qdrant": {
|
|
10370
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
10371
|
+
"default": "./components/q/qdrant.vue"
|
|
10372
|
+
},
|
|
10361
10373
|
"./qemu": {
|
|
10362
10374
|
"types": "./types/dd0bq22g.d.ts",
|
|
10363
10375
|
"default": "./components/q/qemu.vue"
|
|
@@ -11158,6 +11170,10 @@
|
|
|
11158
11170
|
"types": "./types/dd0bq22g.d.ts",
|
|
11159
11171
|
"default": "./components/r/rustdesk.vue"
|
|
11160
11172
|
},
|
|
11173
|
+
"./rustfs": {
|
|
11174
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11175
|
+
"default": "./components/r/rustfs.vue"
|
|
11176
|
+
},
|
|
11161
11177
|
"./rxdb": {
|
|
11162
11178
|
"types": "./types/dd0bq22g.d.ts",
|
|
11163
11179
|
"default": "./components/r/rxdb.vue"
|
|
@@ -12002,6 +12018,10 @@
|
|
|
12002
12018
|
"types": "./types/dd0bq22g.d.ts",
|
|
12003
12019
|
"default": "./components/s/sphinx.vue"
|
|
12004
12020
|
},
|
|
12021
|
+
"./spidermonkey": {
|
|
12022
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
12023
|
+
"default": "./components/s/spidermonkey.vue"
|
|
12024
|
+
},
|
|
12005
12025
|
"./spigotmc": {
|
|
12006
12026
|
"types": "./types/dd0bq22g.d.ts",
|
|
12007
12027
|
"default": "./components/s/spigotmc.vue"
|
|
@@ -13294,6 +13314,10 @@
|
|
|
13294
13314
|
"types": "./types/dd0bq22g.d.ts",
|
|
13295
13315
|
"default": "./components/t/twoo.vue"
|
|
13296
13316
|
},
|
|
13317
|
+
"./ty": {
|
|
13318
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
13319
|
+
"default": "./components/t/ty.vue"
|
|
13320
|
+
},
|
|
13297
13321
|
"./typeform": {
|
|
13298
13322
|
"types": "./types/dd0bq22g.d.ts",
|
|
13299
13323
|
"default": "./components/t/typeform.vue"
|
package/css/f/fbgurdby.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.fbgurdby {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M13.072.412s1.913 3.881 1.563 5.5c0 0 4.987 1.612 5.54 4.272c0 0 2.73-3.594-7.103-9.772M7.908 4.067s1.678 2.625 1.417 4.35l2.818 1.067a17.6 17.6 0 0 0-.991-3.248zm3.784.691a14.16 14.16 0 0 1 .163 13.794a17.7 17.7 0 0 0 .594-6.585c-.017-.186-.031-.368-.053-.55L6.908 7.759a14.1 14.1 0 0 1 1.133 4.465a14 14 0 0 1-1.305 7.347a17.8 17.8 0 0 0 .442-5.988a1 1 0 0 1-.022-.243l-5.133-2.726a11.6 11.6 0 0 1 1.075 3.93A11.8 11.8 0 0 1 0 23.587c21.91-9.29 22.795-3.173 22.795-3.173s1.656-2.164 1.085-4.51C23.128 12.79 11.692 4.759 11.692 4.759zM3.04 7.245s1.629 2.09 1.363 3.815l2.567.637a20 20 0 0 0-.863-2.788z");
|
|
4
|
-
}
|