@iconify-vue/simple-icons 1.0.17 → 1.0.19
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/b/baseui.vue +10 -0
- package/components/g/ghostfolio.vue +10 -0
- package/components/i/indieweb.vue +10 -0
- package/components/k/karakeep.vue +10 -0
- package/components/l/linkvertise.vue +10 -0
- package/components/l/loops.vue +10 -0
- package/components/o/orchardcore.vue +10 -0
- package/components/p/pangolin.vue +10 -0
- package/components/s/solveddotac.vue +10 -0
- package/components/s/supercell.vue +10 -0
- package/components/t/tarteaucitron.vue +10 -0
- package/components/t/tidb.vue +10 -0
- package/components/t/trezor.vue +10 -0
- package/components/y/yew.vue +10 -0
- package/css/c/c-zudbc.css +4 -0
- package/css/f/fs4jkg6g.css +4 -0
- package/css/h/h_mqs0gy.css +4 -0
- package/css/h/hszo54b.css +4 -0
- package/css/i/i-fvyjbl.css +4 -0
- package/css/i/ixv333bh.css +4 -0
- package/css/l/lfrl_cbn.css +4 -0
- package/css/o/oejd0_6n.css +4 -0
- package/css/o/oz80roba.css +4 -0
- package/css/p/p4sas9kb.css +4 -0
- package/css/q/qe170yvt.css +4 -0
- package/css/q/qxiw3kkn.css +4 -0
- package/css/y/y2gdq3pa.css +4 -0
- package/css/z/zh3w6ybt.css +4 -0
- package/iconify.json +3 -3
- package/package.json +57 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/c-zudbc.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="c-zudbc"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:baseui" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/q/qxiw3kkn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qxiw3kkn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:ghostfolio" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/fs4jkg6g.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="fs4jkg6g"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:indieweb" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/i/ixv333bh.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ixv333bh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:karakeep" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/z/zh3w6ybt.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="zh3w6ybt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:linkvertise" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/o/oejd0_6n.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="oejd0_6n"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:loops" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/q/qe170yvt.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qe170yvt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:orchardcore" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/i/i-fvyjbl.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="i-fvyjbl"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:pangolin" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/o/oz80roba.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="oz80roba"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:solveddotac" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/y/y2gdq3pa.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="y2gdq3pa"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:supercell" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/h/h_mqs0gy.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="h_mqs0gy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:tarteaucitron" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/h/hszo54b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="hszo54b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:tidb" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lfrl_cbn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lfrl_cbn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:trezor" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/p4sas9kb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="p4sas9kb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:yew" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fs4jkg6g {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M20.387 8.258A3.643 3.643 0 0 1 24 11.54h-3.613a.35.35 0 0 0-.348.348c.009.182.13.32.312.346l.036.002H24c-.178 1.872-1.75 3.258-3.613 3.282a3.63 3.63 0 1 1 0-7.26m-9.938.247l3.359 7.237l3.39-7.237zm-2.941 0l3.359 7.237l1.099-2.283l-2.338-4.954zM0 11.083h6.78v4.125H0zm0-2.578h6.78v1.897H0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.h_mqs0gy {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M8.125 17.789c.083.1.241.105.31.022l2.458-2.458c.126-.126.038-.363-.148-.363H7.266c-.118 0-.207.097-.152.633c.056.537.426 1.425 1.01 2.166m5.167-3.428h3.479a.207.207 0 0 0 .207-.207c-.087-.96-.486-1.832-1.066-2.59c-.083-.1-.241-.106-.31-.023l-2.466 2.457c-.123.124-.044.363.156.363m2.28 3.457a.21.21 0 0 0 .31-.015c.608-.747.945-1.644 1.067-2.59a.213.213 0 0 0-.208-.215h-3.48c-.197 0-.269.242-.148.363zm-6.692.755c.74.593 1.628.963 2.568 1.066a.205.205 0 0 0 .23-.207V15.96a.207.207 0 0 0-.355-.148L8.865 18.27c-.046.036-.114.175.015.303m-.46-7.017a.21.21 0 0 0-.31.014c-.607.747-.944 1.645-1.066 2.591c0 .119.096.215.207.215h3.48c.192 0 .282-.235.155-.363zm3.028-1.82A5 5 0 0 0 8.88 10.8c-.093.066-.1.225-.015.31l2.458 2.458c.13.13.355.043.355-.148V9.94c0-.124-.1-.223-.23-.206m1.222 3.834l2.458-2.458a.215.215 0 0 0-.015-.31a4.96 4.96 0 0 0-2.569-1.066a.205.205 0 0 0-.23.207v3.472c0 .225.185.307.356.155m-.655 7.893l.01-1.282c-2.618.003-5.592-2.01-5.598-5.533a5.527 5.527 0 0 1 5.525-5.527c3.042 0 5.522 2.48 5.53 5.523v.007a5.52 5.52 0 0 1-1.614 3.9l.88.87l.704.708c.326-.17.615-.57.577-.896a.203.203 0 0 1 .163-.222c.415-.081.792-.733.652-1.133a.21.21 0 0 1 .11-.251c.386-.163.623-.881.408-1.244a.2.2 0 0 1 .06-.266c.347-.245.42-.992.132-1.303c-.09-.09-.057-.217 0-.274c.29-.311.208-1.06-.133-1.303a.21.21 0 0 1-.06-.266c.216-.363-.014-1.081-.406-1.244c-.096-.037-.14-.148-.111-.252c.133-.4-.237-1.051-.652-1.132a.21.21 0 0 1-.163-.223c.052-.421-.451-.977-.873-.97a.2.2 0 0 1-.2-.184c-.037-.422-.644-.866-1.058-.77a.203.203 0 0 1-.237-.133c-.126-.4-.815-.711-1.2-.533a.2.2 0 0 1-.26-.082c-.206-.37-.94-.525-1.28-.274a.196.196 0 0 1-.266-.03c-.148-.17-.422-.244-.696-.236c-.244.007-.48.089-.614.237a.204.204 0 0 1-.267.03c-.34-.252-1.073-.097-1.28.273a.2.2 0 0 1-.26.082c-.384-.178-1.073.125-1.199.533a.203.203 0 0 1-.237.133c-.414-.096-1.021.348-1.058.77a.2.2 0 0 1-.2.185c-.422-.008-.925.555-.873.97c.014.103-.06.2-.163.222c-.415.08-.792.732-.652 1.132a.21.21 0 0 1-.11.252c-.386.163-.623.88-.408 1.244a.2.2 0 0 1-.06.266c-.347.244-.42.992-.132 1.303c.03.03.044.067.051.104a.21.21 0 0 1-.051.17c-.29.31-.208 1.058.133 1.303c.081.059.11.177.059.266c-.215.363.015 1.08.407 1.244c.096.037.14.148.111.25c-.133.4.237 1.053.652 1.134a.21.21 0 0 1 .163.222c-.052.422.451.977.873.97a.2.2 0 0 1 .2.185c.037.422.644.866 1.058.77a.203.203 0 0 1 .237.133c.126.4.815.71 1.2.533a.2.2 0 0 1 .259.082c.207.37.94.525 1.28.273a.197.197 0 0 1 .267.03c.133.148.413.086.657.094zm1.15-.416a5 5 0 0 0 2.57-1.066c.093-.067.1-.226.014-.311l-2.457-2.458a.208.208 0 0 0-.356.148v3.472c0 .176.15.225.23.215M7.97 5.715a3.936 3.936 0 0 1 3.938-3.938a3.936 3.936 0 0 1 3.939 3.938v1.362a8.2 8.2 0 0 1 1.643 1.162V5.53a5.53 5.53 0 0 0-11.06 0v2.6a8.2 8.2 0 0 1 1.54-1.06zm8.66 14.324a5.5 5.5 0 0 1-4.048 1.777c0 .424-.006.849 0 1.273v.91c.274.009.548-.065.696-.235a.204.204 0 0 1 .266-.03c.341.252 1.074.096 1.281-.274a.2.2 0 0 1 .26-.081c.384.177 1.073-.126 1.198-.533a.203.203 0 0 1 .237-.134c.415.097 1.022-.347 1.059-.77a.2.2 0 0 1 .2-.184a.77.77 0 0 0 .414-.148l-.725-.733z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.i-fvyjbl {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M19.729 7.988a.852.852 0 1 1 0 1.705a.85.85 0 0 1 0-1.701m3.345 3.557c-.087 2.835-2.249 6.577-5.178 7.537c-3.425 1.123-6.022-.563-6.846-2.54c-.642-1.542-.159-3.383 1.04-4.162c1.013-.661 2.895-.831 4.479.208c-.556-1.459-2.053-2.419-3.38-2.706a5.67 5.67 0 0 0-3.681.54c1.263-1.398 4.218-2.748 7.431-1.043c2.155 1.145 3.081 2.748 3.996 4.914C23.33 10.63 21.66 6.219 18.75 3.6A14.44 14.44 0 0 0 8.71.009c1.013.627 2.2 1.52 3.3 2.562c-4.853-.6-8.856.503-11.328 3.867a21.6 21.6 0 0 1 5.02-.355C2.164 8.578.107 12.766 1.154 17.139a20.2 20.2 0 0 1 2.73-3.666c-.353 3.262.136 7.673 4.33 10.527a19 19 0 0 1-.465-3.137c1.962 1.534 4.812 2.797 8.35 1.924c6.245-1.543 7.915-7.58 6.974-11.242");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ixv333bh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M22.582.054H1.418C.635.054 0 .69 0 1.472v21.056c0 .783.635 1.418 1.418 1.418h21.164c.783 0 1.418-.635 1.418-1.418V1.472C24 .69 23.365.054 22.582.054M10.487 20.437a.37.37 0 0 1-.37.37H3.592a.37.37 0 0 1-.37-.37V3.485a.37.37 0 0 1 .37-.37h6.422a.37.37 0 0 1 .37.37v6.452s-.035 2.776.103 4.955zm10.188 0a.371.371 0 0 1-.575.31l-2.975-1.945a.37.37 0 0 0-.42.01l-2.608 1.887a.36.36 0 0 1-.345.042a.37.37 0 0 1-.159-.302V7.274c.353-.07.746-.106 1.2-.106c2.229 0 5.882 1.257 5.882 4.81z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lfrl_cbn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17.858 5.569c0-3.044-2.643-5.569-5.86-5.569c-3.216 0-5.856 2.525-5.856 5.569v1.78H3.731V20.15L11.998 24l8.271-3.849V7.403h-2.411zm-8.73 0c0-1.434 1.264-2.584 2.87-2.584c1.61 0 2.87 1.15 2.87 2.584v1.78h-5.74Zm7.81 12.516l-4.94 2.298l-4.937-2.298v-7.693h9.878z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.oejd0_6n {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.608 1.622h-3.231A10.39 10.39 0 0 0 0 12.002a10.39 10.39 0 0 0 10.377 10.376h3.243A10.39 10.39 0 0 0 24 12.001A10.39 10.39 0 0 0 13.608 1.622M1.284 12a9.085 9.085 0 0 1 10.6-8.96a9.044 9.044 0 0 1 7.568 8.955a5.85 5.85 0 0 1-4.87 5.756a7.12 7.12 0 0 0 2.923-5.756a7.121 7.121 0 0 0-12.17-5.038a7.14 7.14 0 0 0-2.087 5.038a10.35 10.35 0 0 0 4.83 8.783A9.1 9.1 0 0 1 1.291 12zm10.704-5.606A5.83 5.83 0 0 1 16.204 12a5.83 5.83 0 0 1-4.216 5.603A5.83 5.83 0 0 1 7.772 12a5.83 5.83 0 0 1 4.216-5.606m1.62 14.686h-.036a9 9 0 0 1-1.474-.125a9.04 9.04 0 0 1-7.558-8.651V12a5.844 5.844 0 0 1 4.87-5.756A7.12 7.12 0 0 0 6.485 12a7.12 7.12 0 0 0 5.35 6.907A7.143 7.143 0 0 0 20.756 12a10.34 10.34 0 0 0-4.828-8.784A9.086 9.086 0 0 1 22.702 12a9.086 9.086 0 0 1-9.092 9.08");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.oz80roba {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.452 5.44A2.446 2.446 0 0 0 0 7.892v8.216a2.446 2.446 0 0 0 2.452 2.452h19.096A2.446 2.446 0 0 0 24 16.108V7.892a2.446 2.446 0 0 0-2.452-2.452zM15.73 8.9c.964 0 1.616.257 2.149.651a.7.7 0 0 1 .275.56a.69.69 0 0 1-.698.689a.74.74 0 0 1-.422-.137c-.395-.295-.809-.46-1.314-.46c-1.083 0-1.863.9-1.863 2.002v.019c0 1.102.762 2.02 1.861 2.02c.597 0 .993-.184 1.396-.506a.655.655 0 1 1 .845 1.001c-.578.505-1.258.808-2.286.808c-1.89 0-3.295-1.458-3.295-3.305v-.018c0-1.828 1.377-3.325 3.352-3.325m-6.98.008h.084c.385 0 .661.212.817.56l2.24 5.061a.7.7 0 0 1 .074.284a.67.67 0 0 1-.668.68c-.33 0-.551-.193-.68-.487l-.431-1.01H7.358l-.45 1.056a.695.695 0 0 1-.652.441a.65.65 0 0 1-.652-.661a.75.75 0 0 1 .08-.303l2.242-5.06c.154-.35.44-.56.826-.56m.02 1.718l-.891 2.121H9.66z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.p4sas9kb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.47.002a1.18 1.18 0 0 0-.815.392L13.33 8.566h-.002a3.5 3.5 0 0 0-1.423-.303a3.5 3.5 0 0 0-1.287.246h-.002L3.345.394a1.18 1.18 0 0 0-.815-.39a1.18 1.18 0 0 0-.853.298a1.18 1.18 0 0 0-.092 1.667l7.246 8.083a3.5 3.5 0 0 0-.466 1.75a3.56 3.56 0 0 0 2.453 3.37v7.647A1.18 1.18 0 0 0 12 24a1.18 1.18 0 0 0 1.18-1.18v-7.715a3.56 3.56 0 0 0 2.267-3.302a3.5 3.5 0 0 0-.396-1.62l7.364-8.213a1.18 1.18 0 0 0-.092-1.668a1.18 1.18 0 0 0-.854-.3m-9.563 1.573a9.84 9.84 0 0 0-5.39 1.61l.671.748a8.8 8.8 0 0 1 4.72-1.357c1.787 0 3.448.527 4.836 1.435l.67-.748a9.84 9.84 0 0 0-5.507-1.688M4.06 5.482a9.84 9.84 0 0 0-1.99 5.93a9.835 9.835 0 0 0 8.248 9.705v-1.013a8.82 8.82 0 0 1-7.247-8.693a8.8 8.8 0 0 1 1.666-5.175Zm15.777.113l-.68.757a8.8 8.8 0 0 1 1.584 5.058a8.82 8.82 0 0 1-7.062 8.657v1.016a9.835 9.835 0 0 0 8.062-9.673a9.84 9.84 0 0 0-1.904-5.815m-7.93 4.241a1.955 1.955 0 0 1 1.965 1.967a1.955 1.955 0 0 1-1.966 1.967a1.955 1.955 0 0 1-1.967-1.969a1.955 1.955 0 0 1 1.967-1.966");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qe170yvt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.629 0 12 0m0 21.69c-5.352 0-9.692-4.338-9.692-9.692c0-5.352 4.338-9.691 9.692-9.691c5.352 0 9.692 4.338 9.692 9.691A9.69 9.69 0 0 1 12 21.69m5.778-3.964a7.996 7.996 0 0 1 0-11.305a7.993 7.993 0 0 1 0 11.305m-3.212-3.211A7.994 7.994 0 0 1 6.572 6.52a7.996 7.996 0 0 1 7.994 7.994m-8.13 3.242a7.996 7.996 0 0 1 11.306 0a7.996 7.996 0 0 1-11.305 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qxiw3kkn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11.983 0a9.375 9.375 0 0 0-9.358 9.375v13.062a.781.781 0 0 0 1.334.553l1.791-1.844l2.573 2.625c.305.305.8.305 1.105 0L12 21.146l2.573 2.625c.305.305.8.305 1.105 0l2.572-2.625l1.792 1.844a.781.781 0 0 0 1.333-.553V9.455c0-5.166-4.226-9.464-9.392-9.455m-3.89 12.5a2.346 2.346 0 0 1-2.343-2.344a2.346 2.346 0 0 1 2.344-2.344a2.346 2.346 0 0 1 2.344 2.344A2.346 2.346 0 0 1 8.094 12.5m7.814 0a2.346 2.346 0 0 1-2.344-2.344a2.346 2.346 0 0 1 2.344-2.344a2.346 2.346 0 0 1 2.343 2.344a2.346 2.346 0 0 1-2.343 2.344");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.y2gdq3pa {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.997 21.76H0v-1.583h.673v-3.01H0v-1.592h6.997l.68.747v2.14H5.759v-1.296H3.134v.927h1.132v1.15H3.134v.934h2.624v-1.296h1.92v2.14zm0-6.68H0V13.5h.673v-3.01H0V8.896h6.997l.68.747v2.14H5.759v-1.296H3.134v.927h1.132v1.149H3.134v.934h2.624v-1.295h1.92v2.14zm-.51-6.65h-4.29l-.507-.54l-.451.542H0V6.545h1.73v.534h3.232v-.903H1.116L0 5.15V3.625l1.28-1.378h3.854l.509.542l.45-.542h1.24v1.887H5.6V3.6H2.674v.902h3.748l1.263 1.19v1.443zm16.83 13.33H16.31v-1.584h.672v-3.01h-.672v-1.592h3.805v1.592h-.672v3.01h2.636v-1.997h1.92v2.842zm-8.157 0H8.153v-1.583h.673v-3.01h-.673v-1.592h3.806v1.592h-.673v3.01h2.636V18.18h1.92v2.842zm7.452-6.68h-4.676l-1.615-1.581v-3.02l1.616-1.584h3.684l.459.575l.45-.575H24V11.5h-1.92v-1.02h-3.24v3.02h3.24v-1.04h1.919v1.27zM21.555 3.829h-2.1v1.083h2.1zm1.476 2.157h-3.576v.853h.673v1.584h-3.806V6.839h.672v-3.01h-.672v-1.59h6.595l1.082 1.082v1.698zm-7.772-2.15v3.233l-1.37 1.362h-3.69L8.836 7.069V3.837h-.673V2.246h3.724v1.59h-.59v3.01h2.083v-3.01h-.509v-1.59h2.97v1.59zm-2.562 6.65h-1.41v1.026h1.41zm.681 4.593l-.68-.68V12.47h-1.412v1.025h.5v1.583H8.154v-1.583h.673v-3.01h-.673v-1.59h6.078l1.026 1.025v1.28l-.911.68l.91.69v1.148h.575v1.361z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.zh3w6ybt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.876 23.998c-.008.006.009-.003.028-.011a606 606 0 0 1 3.027-1.48a.6.6 0 0 1 .25-.056q3.705-.004 7.412-.003c.178 0 .36-.01.535-.039a4.1 4.1 0 0 0 3.475-4.064l.002-7.571c0-.1.026-.207.07-.3c.25-.53.512-1.06.771-1.588c.156-.322.312-.643.476-.985zM.078 16.021l.016.011A45293 45293 0 0 1 16.001.025L15.98 0l-.123.056c-.807.394-1.612.794-2.422 1.183a.8.8 0 0 1-.331.078c-2.453.006-4.906.003-7.362.006q-.368-.001-.732.056a4.096 4.096 0 0 0-3.44 4.055q0 3.68-.003 7.357c0 .092-.022.19-.064.274q-.636 1.317-1.28 2.634zm11.12-6.344c.276 0 .524-.03.763.006c1.056.162 1.802.747 2.175 1.748c.379 1.015.195 1.966-.524 2.778c-.45.506-.952.967-1.43 1.448q-1.192 1.197-2.384 2.389l-4.096 4.109c-.022.022-.042.047-.072.08c.036.004.056.006.075.01c.79 0 1.582.002 2.37-.004c.052 0 .12-.036.158-.075q1.705-1.699 3.405-3.401q1.543-1.55 3.091-3.1c.922-.92 1.387-2.03 1.384-3.339c-.003-1.936-1.309-3.709-3.152-4.274c-.086-.025-.142-.017-.209.05c-.487.496-.98.988-1.47 1.483c-.025.025-.045.05-.084.092m1.74 4.459q-.003-.016-.008-.031c-.247 0-.5.025-.743-.006c-1.309-.165-2.333-1.334-2.342-2.662c-.002-.772.26-1.438.802-1.986c.888-.898 1.782-1.79 2.673-2.685l4.761-4.789c.031-.03.056-.061.103-.117h-.172c-.727 0-1.456.003-2.183-.003a.36.36 0 0 0-.273.115q-3.083 3.105-6.17 6.209c-.83.836-1.261 1.852-1.323 3.024a4.35 4.35 0 0 0 .452 2.17c.57 1.158 1.478 1.935 2.7 2.335c.048.017.131.009.165-.022c.526-.512 1.041-1.032 1.559-1.552zm-11.34 4.416c.044-.039.075-.064.103-.092c1.949-1.958 3.895-3.919 5.847-5.877c.07-.07.092-.134.07-.23a4.9 4.9 0 0 1 0-1.94c.038-.196.091-.392.141-.601c-.025.022-.036.03-.05.041a6082 6082 0 0 0-6.047 6.081a.27.27 0 0 0-.07.174c-.005.777-.003 1.555-.003 2.33c0 .03.003.064.009.114m14.849-4.632l.07-.067c1.792-1.801 3.588-3.602 5.379-5.406a.28.28 0 0 0 .072-.185c.006-.76.003-1.522.003-2.28c0-.033-.006-.07-.009-.125l-.114.109l-3.088 3.102q-1.067 1.073-2.135 2.142c-.059.056-.078.106-.064.196q.064.364.086.733a5.6 5.6 0 0 1-.2 1.781");
|
|
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": 3407,
|
|
6
|
+
"version": "16.10.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": 1772447273
|
|
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.19",
|
|
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",
|
|
@@ -1510,6 +1510,10 @@
|
|
|
1510
1510
|
"types": "./types/dd0bq22g.d.ts",
|
|
1511
1511
|
"default": "./components/b/baserow.vue"
|
|
1512
1512
|
},
|
|
1513
|
+
"./baseui": {
|
|
1514
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1515
|
+
"default": "./components/b/baseui.vue"
|
|
1516
|
+
},
|
|
1513
1517
|
"./basicattentiontoken": {
|
|
1514
1518
|
"types": "./types/dd0bq22g.d.ts",
|
|
1515
1519
|
"default": "./components/b/basicattentiontoken.vue"
|
|
@@ -4826,6 +4830,10 @@
|
|
|
4826
4830
|
"types": "./types/dd0bq22g.d.ts",
|
|
4827
4831
|
"default": "./components/g/ghostery.vue"
|
|
4828
4832
|
},
|
|
4833
|
+
"./ghostfolio": {
|
|
4834
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4835
|
+
"default": "./components/g/ghostfolio.vue"
|
|
4836
|
+
},
|
|
4829
4837
|
"./ghostty": {
|
|
4830
4838
|
"types": "./types/dd0bq22g.d.ts",
|
|
4831
4839
|
"default": "./components/g/ghostty.vue"
|
|
@@ -6114,6 +6122,10 @@
|
|
|
6114
6122
|
"types": "./types/dd0bq22g.d.ts",
|
|
6115
6123
|
"default": "./components/i/indiehackers.vue"
|
|
6116
6124
|
},
|
|
6125
|
+
"./indieweb": {
|
|
6126
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6127
|
+
"default": "./components/i/indieweb.vue"
|
|
6128
|
+
},
|
|
6117
6129
|
"./indigo": {
|
|
6118
6130
|
"types": "./types/dd0bq22g.d.ts",
|
|
6119
6131
|
"default": "./components/i/indigo.vue"
|
|
@@ -6630,6 +6642,10 @@
|
|
|
6630
6642
|
"types": "./types/dd0bq22g.d.ts",
|
|
6631
6643
|
"default": "./components/k/kaniko.vue"
|
|
6632
6644
|
},
|
|
6645
|
+
"./karakeep": {
|
|
6646
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6647
|
+
"default": "./components/k/karakeep.vue"
|
|
6648
|
+
},
|
|
6633
6649
|
"./karlsruherverkehrsverbund": {
|
|
6634
6650
|
"types": "./types/dd0bq22g.d.ts",
|
|
6635
6651
|
"default": "./components/k/karlsruherverkehrsverbund.vue"
|
|
@@ -7258,6 +7274,10 @@
|
|
|
7258
7274
|
"types": "./types/dd0bq22g.d.ts",
|
|
7259
7275
|
"default": "./components/l/linktree.vue"
|
|
7260
7276
|
},
|
|
7277
|
+
"./linkvertise": {
|
|
7278
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7279
|
+
"default": "./components/l/linkvertise.vue"
|
|
7280
|
+
},
|
|
7261
7281
|
"./linphone": {
|
|
7262
7282
|
"types": "./types/dd0bq22g.d.ts",
|
|
7263
7283
|
"default": "./components/l/linphone.vue"
|
|
@@ -7402,6 +7422,10 @@
|
|
|
7402
7422
|
"types": "./types/dd0bq22g.d.ts",
|
|
7403
7423
|
"default": "./components/l/loopback.vue"
|
|
7404
7424
|
},
|
|
7425
|
+
"./loops": {
|
|
7426
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7427
|
+
"default": "./components/l/loops.vue"
|
|
7428
|
+
},
|
|
7405
7429
|
"./lootcrate": {
|
|
7406
7430
|
"types": "./types/dd0bq22g.d.ts",
|
|
7407
7431
|
"default": "./components/l/lootcrate.vue"
|
|
@@ -9190,6 +9214,10 @@
|
|
|
9190
9214
|
"types": "./types/dd0bq22g.d.ts",
|
|
9191
9215
|
"default": "./components/o/orange.vue"
|
|
9192
9216
|
},
|
|
9217
|
+
"./orchardcore": {
|
|
9218
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9219
|
+
"default": "./components/o/orchardcore.vue"
|
|
9220
|
+
},
|
|
9193
9221
|
"./orcid": {
|
|
9194
9222
|
"types": "./types/dd0bq22g.d.ts",
|
|
9195
9223
|
"default": "./components/o/orcid.vue"
|
|
@@ -9358,6 +9386,10 @@
|
|
|
9358
9386
|
"types": "./types/dd0bq22g.d.ts",
|
|
9359
9387
|
"default": "./components/p/pandora.vue"
|
|
9360
9388
|
},
|
|
9389
|
+
"./pangolin": {
|
|
9390
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9391
|
+
"default": "./components/p/pangolin.vue"
|
|
9392
|
+
},
|
|
9361
9393
|
"./pantheon": {
|
|
9362
9394
|
"types": "./types/dd0bq22g.d.ts",
|
|
9363
9395
|
"default": "./components/p/pantheon.vue"
|
|
@@ -11786,6 +11818,10 @@
|
|
|
11786
11818
|
"types": "./types/dd0bq22g.d.ts",
|
|
11787
11819
|
"default": "./components/s/solus.vue"
|
|
11788
11820
|
},
|
|
11821
|
+
"./solveddotac": {
|
|
11822
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11823
|
+
"default": "./components/s/solveddotac.vue"
|
|
11824
|
+
},
|
|
11789
11825
|
"./sonar": {
|
|
11790
11826
|
"types": "./types/dd0bq22g.d.ts",
|
|
11791
11827
|
"default": "./components/s/sonar.vue"
|
|
@@ -12318,6 +12354,10 @@
|
|
|
12318
12354
|
"types": "./types/dd0bq22g.d.ts",
|
|
12319
12355
|
"default": "./components/s/supabase.vue"
|
|
12320
12356
|
},
|
|
12357
|
+
"./supercell": {
|
|
12358
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
12359
|
+
"default": "./components/s/supercell.vue"
|
|
12360
|
+
},
|
|
12321
12361
|
"./supercrease": {
|
|
12322
12362
|
"types": "./types/dd0bq22g.d.ts",
|
|
12323
12363
|
"default": "./components/s/supercrease.vue"
|
|
@@ -12526,6 +12566,10 @@
|
|
|
12526
12566
|
"types": "./types/dd0bq22g.d.ts",
|
|
12527
12567
|
"default": "./components/t/tarom.vue"
|
|
12528
12568
|
},
|
|
12569
|
+
"./tarteaucitron": {
|
|
12570
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
12571
|
+
"default": "./components/t/tarteaucitron.vue"
|
|
12572
|
+
},
|
|
12529
12573
|
"./task": {
|
|
12530
12574
|
"types": "./types/dd0bq22g.d.ts",
|
|
12531
12575
|
"default": "./components/t/task.vue"
|
|
@@ -12818,6 +12862,10 @@
|
|
|
12818
12862
|
"types": "./types/dd0bq22g.d.ts",
|
|
12819
12863
|
"default": "./components/t/tidal.vue"
|
|
12820
12864
|
},
|
|
12865
|
+
"./tidb": {
|
|
12866
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
12867
|
+
"default": "./components/t/tidb.vue"
|
|
12868
|
+
},
|
|
12821
12869
|
"./tiddlywiki": {
|
|
12822
12870
|
"types": "./types/dd0bq22g.d.ts",
|
|
12823
12871
|
"default": "./components/t/tiddlywiki.vue"
|
|
@@ -13050,6 +13098,10 @@
|
|
|
13050
13098
|
"types": "./types/dd0bq22g.d.ts",
|
|
13051
13099
|
"default": "./components/t/treyarch.vue"
|
|
13052
13100
|
},
|
|
13101
|
+
"./trezor": {
|
|
13102
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
13103
|
+
"default": "./components/t/trezor.vue"
|
|
13104
|
+
},
|
|
13053
13105
|
"./tricentis": {
|
|
13054
13106
|
"types": "./types/dd0bq22g.d.ts",
|
|
13055
13107
|
"default": "./components/t/tricentis.vue"
|
|
@@ -14418,6 +14470,10 @@
|
|
|
14418
14470
|
"types": "./types/dd0bq22g.d.ts",
|
|
14419
14471
|
"default": "./components/y/yeti.vue"
|
|
14420
14472
|
},
|
|
14473
|
+
"./yew": {
|
|
14474
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
14475
|
+
"default": "./components/y/yew.vue"
|
|
14476
|
+
},
|
|
14421
14477
|
"./yii": {
|
|
14422
14478
|
"types": "./types/dd0bq22g.d.ts",
|
|
14423
14479
|
"default": "./components/y/yii.vue"
|