@iconify-vue/simple-icons 1.0.11 → 1.0.13
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/bitsy.vue +10 -0
- package/components/d/daisyui.vue +2 -2
- package/components/f/fillout.vue +10 -0
- package/components/g/googlejules.vue +10 -0
- package/components/g/graphite-editor.vue +10 -0
- package/components/h/hackmd.vue +10 -0
- package/components/i/imagetoolbox.vue +10 -0
- package/components/j/just.vue +10 -0
- package/components/m/modelscope.vue +10 -0
- package/components/o/opencage.vue +10 -0
- package/components/p/pomerium.vue +10 -0
- package/components/w/webawesome.vue +10 -0
- package/css/a/a9j2btbd.css +4 -0
- package/css/c/c2qkqacy.css +4 -0
- package/css/e/e3vwt_bn.css +4 -0
- package/css/f/fgimotbi.css +4 -0
- package/css/f/fm7z131h.css +4 -0
- package/css/g/g1dpyjiz.css +4 -0
- package/css/g/gxhus1i.css +4 -0
- package/css/l/lx9va6bp.css +4 -0
- package/css/s/s7542ram.css +4 -0
- package/css/t/t4fl-15f.css +4 -0
- package/css/w/w_zzucce.css +4 -0
- package/css/w/wq7cim7r.css +4 -0
- package/iconify.json +3 -3
- package/package.json +45 -1
- package/css/y/y-p9hpbx.css +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/gxhus1i.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="gxhus1i"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:bitsy" /></template>
|
package/components/d/daisyui.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/t/t4fl-15f.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="t4fl-15f"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:daisyui" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/wq7cim7r.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="wq7cim7r"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:fillout" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/e/e3vwt_bn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="e3vwt_bn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:googlejules" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s7542ram.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="s7542ram"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:graphite-editor" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lx9va6bp.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lx9va6bp"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:hackmd" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/fm7z131h.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="fm7z131h"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:imagetoolbox" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/c2qkqacy.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="c2qkqacy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:just" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/a/a9j2btbd.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="a9j2btbd"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:modelscope" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/w_zzucce.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="w_zzucce"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:opencage" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/g1dpyjiz.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="g1dpyjiz"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:pomerium" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/fgimotbi.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="fgimotbi"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:webawesome" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.a9j2btbd {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.667 5.333V8H0v5.333h2.667v-2.666H.5V8.5h2.166v2.166h2.666V8H8V5.333Zm0 8v5.334H8V16H5.333v-2.667Zm13.333-8V8h2.667v2.667h2.666V8.5H23.5v2.166h-2.166v2.666H24V8h-2.667V5.333Zm5.333 8h-2.666V16H16v2.667h5.333zM8 10.667v2.666h2.667v-2.666zm2.667 2.666V16h2.666v-2.667zm2.666 0H16v-2.666h-2.667z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c2qkqacy {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 2.35a3.25 3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 9.05A3.25 3.35 0 0 1 8.75 5.7A3.25 3.35 0 0 1 12 2.35m0 12.6a3.25 3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 21.65a3.25 3.35 0 0 1-3.25-3.35A3.25 3.35 0 0 1 12 14.95");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.e3vwt_bn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4.2 24q-1.26 0-2.13-.87T1.2 21v-.6q0-.51.345-.855T2.4 19.2t.855.345t.345.855v.6q0 .24.18.42t.42.18t.42-.18t.18-.42V7.2q0-3 2.1-5.1T12 0t5.1 2.1t2.1 5.1V21q0 .24.18.42t.42.18t.42-.18t.18-.42v-.6q0-.51.345-.855t.855-.345t.855.345t.345.855v.6q0 1.26-.87 2.13T19.8 24t-2.13-.87T16.8 21v-5.4h-1.62v4.8q0 .51-.345.855t-.855.345t-.855-.345t-.345-.855v-4.8h-1.59v4.8q0 .51-.345.855t-.855.345t-.855-.345t-.345-.855v-4.8H7.2V21q0 1.26-.87 2.13T4.2 24m4.2-11.4q.54 0 .87-.45t.33-1.05t-.33-1.05t-.87-.45t-.87.45t-.33 1.05t.33 1.05t.87.45m7.2 0q.54 0 .87-.45t.33-1.05t-.33-1.05t-.87-.45t-.87.45t-.33 1.05t.33 1.05t.87.45");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fgimotbi {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.958 4.95c0 .783-.465 1.462-1.132 1.77L16.8 10.2l3.914-.784A1.8 1.8 0 0 1 20.4 8.4a1.8 1.8 0 1 1 1.86 1.8l-4.221 9.385A2.4 2.4 0 0 1 15.849 21H8.153c-.945 0-1.8-.555-2.19-1.414l-4.221-9.384a1.8 1.8 0 1 1 1.545-.784L7.2 10.2l3.98-3.484a1.95 1.95 0 0 1-1.125-1.766a1.95 1.95 0 0 1 3.9 0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fm7z131h {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.995 7.152v1.834q0 .471.32.791t.792.32h1.834q.223 0 .43-.083q.21-.085.376-.25l5.78-5.78q.25-.249.362-.57q.111-.318.111-.625q0-.305-.125-.61a2 2 0 0 0-.347-.557L22.499.594a1.67 1.67 0 0 0-1.195-.5q-.305 0-.611.111a1.5 1.5 0 0 0-.556.362L14.33 6.346a1.1 1.1 0 0 0-.25.375a1.2 1.2 0 0 0-.084.43ZM16.72 8.43h-1.056V7.374l3.39-3.362l1.029 1.028zm2.995 4.627c0-1.376-.001-2.492-.03-3.424l1.873-1.871c.143 1.334.143 3.035.143 5.295c0 4.57 0 6.855-1.184 8.444a6 6 0 0 1-1.221 1.22c-1.59 1.185-3.875 1.185-8.445 1.185s-6.856 0-8.445-1.184A6 6 0 0 1 1.184 21.5C0 19.91 0 17.627 0 13.057s0-6.854 1.184-8.443a6 6 0 0 1 1.222-1.221C3.995 2.209 6.28 2.209 10.85 2.209c2.476 0 4.282 0 5.669.188l-1.842 1.841c-1.01-.042-2.247-.043-3.827-.043c-2.33 0-3.916.002-5.123.136c-1.168.129-1.74.36-2.136.654a4 4 0 0 0-.815.816c-.295.395-.526.967-.655 2.135c-.133 1.207-.136 2.791-.136 5.121s.003 3.915.136 5.122q.044.392.102.702l.02-.014c1.797-1.31 3.657-2.667 5.25-1.749l1.36.837c1.33.824 2.86-.58 4.52-2.105c1.12-1.028 2.299-2.11 3.517-2.602c1.112-.45 1.858-.063 2.823.74v-.93ZM5.168 9.527c0 1.302 1.033 2.335 2.335 2.335S9.84 10.784 9.84 9.527c0-1.302-1.033-2.335-2.336-2.335S5.168 8.225 5.168 9.527");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g1dpyjiz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 6.768v2.338l.038-.005A2.832 2.832 0 0 1 3.2 11.913v7.998h2.318v-9.023A2.687 2.687 0 0 1 7.95 8.213c1.288-.123 2.345.873 2.345 2.167v9.53h2.317v-9.265c0-1.685 1.271-3.1 2.948-3.281c1.565-.169 2.922 1.085 2.922 2.66v9.886H20.8v-9.875A3.635 3.635 0 0 1 24 6.422V4.089z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lx9va6bp {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23.93 12.987c.006-.954-.289-1.489-1.035-1.86l-4.559-2.275q-.271-.135-.551-.239l-.03-3.085c-.02-.907-.293-1.485-1.039-1.857l-4.56-2.274a5.49 5.49 0 0 0-5.025.06l-5.86 3.1c-.648.343-.983.98-.998 1.626l-.272 4.67c-.012.441.157.914.576 1.166l4.878 2.924q.436.26.9.434l-.149 2.95c-.018.468.13.895.55 1.147l4.878 2.924a5.49 5.49 0 0 0 5.583.044l6.213-3.593c.43-.248.57-.68.57-1.152l-.071-4.71zM6.21 9.07c-1.035-.478-3.854-1.977-4.07-2.098c-.487-.273-.51-.562-.484-.91a.96.96 0 0 1 .531-.793l5.579-2.838a4.26 4.26 0 0 1 3.819-.01c.994.496 2.984 1.488 3.978 1.986l.01.005a.96.96 0 0 1 .513 1.036a.92.92 0 0 1-.495.678c-.077.042-4.35 2.346-5.202 2.804a4.67 4.67 0 0 1-4.178.14zm16.038 3.965c-.042.29-.204.567-.492.738l-5.313 3.159a4.34 4.34 0 0 1-4.31.076L8.235 14.87c-.708-.388-.712-1.418-.008-1.813l5.275-2.947a4.34 4.34 0 0 1 3.967-.14l4.201 1.976c.359.17.556.503.585.85q.01.12-.007.24z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s7542ram {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m7.738 15.97l-3.5-6.06c-.15-.23-.08-.54.15-.69s.54-.08.69.15c.01.01.02.03.02.04l3.5 6.06c.15.23.08.54-.15.69s-.54.08-.69-.15a.1.1 0 0 1-.02-.04m15.82 5.93c.03.3-.08.6-.31.81c-.42.51-2.24.89-3.61 1.08c-.91.13-1.83.2-2.75.21c-.86-.01-2.06-.23-3.2-.3c-1.61-.1-6.94-.3-8.78-.29c-2.06.01-2.47-.11-2.82-.41c-.14-.11 1.03-.7 3.5-.9c6.02-.49 11.33-.55 13.14-.46c.73.04 1.45.17 2.15.38l-3.86-2.77c-.32.21-.7.33-1.08.33h-9c-.71 0-1.37-.38-1.73-1l-4.5-7.79c-.36-.62-.36-1.38 0-2L5.208 1c.35-.62 1.01-1 1.73-1h9c.71 0 1.38.38 1.73 1l3.32 5.75l1.18 2.04l.01.02c0 .01.01.02.01.02q.21.375.24.81c0 .05 1.03 11.25 1.12 12.19zM6.518 2.73l5.61 9.72c.7-.17 1.42-.26 2.14-.25l1.48-2.01l2.48-.28c.36-.63.79-1.21 1.29-1.73l-3.33-5.76a1 1 0 0 0-.75-.43h-8c-.3.02-.58.18-.75.43zm8.18 14.86l-3.1-2.22a1 1 0 0 1-.28-.31L5.358 4.73l-2.67 4.63c-.14.27-.14.59 0 .87l4 6.93c.17.26.45.42.75.43zm6.38-.43l-.7-7.09c-.44.48-.83 1.01-1.15 1.58l-2.48.28l-1.48 2.01c-.65 0-1.31.07-1.94.21l5.79 4.15a1.91 1.91 0 0 1 1.96-1.14");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.t4fl-15f {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0c-1.56 0-3.137.721-4.095 2.122a5 5 0 0 0-.857-.081c-1.353-.006-2.62.565-3.53 1.476C2.415 4.62 1.81 6.241 2.121 7.905C.722 8.863 0 10.44 0 12s.721 3.137 2.122 4.095c-.31 1.664.294 3.286 1.395 4.388c1.102 1.101 2.724 1.706 4.388 1.395C8.863 23.278 10.44 24 12 24s3.137-.721 4.095-2.122c1.664.31 3.286-.294 4.388-1.395c1.101-1.102 1.706-2.724 1.395-4.388C23.278 15.137 24 13.56 24 12s-.721-3.137-2.122-4.095c.31-1.664-.294-3.286-1.395-4.388c-1.102-1.101-2.724-1.706-4.388-1.395C15.137.722 13.56 0 12 0m0 .962c1.18 0 2.345.471 3.123 1.447a5 5 0 0 0-.64.315a4.97 4.97 0 0 1-4.965 0a5 5 0 0 0-.64-.315C9.654 1.433 10.82.962 12 .962M7.026 2.99q.196 0 .397.023a5 5 0 0 0-.229.67a4.97 4.97 0 0 1-3.511 3.511a5 5 0 0 0-.67.229c-.138-1.238.352-2.393 1.185-3.225c.743-.743 1.742-1.214 2.828-1.208m10.011 0c1.062.013 2.037.479 2.765 1.208c.833.832 1.323 1.987 1.185 3.225a5 5 0 0 0-.67-.229a4.97 4.97 0 0 1-3.511-3.511a5 5 0 0 0-.229-.67a4 4 0 0 1 .46-.023m-8.667.252q.333.124.668.315a5.94 5.94 0 0 0 5.924 0q.335-.191.668-.315a4.5 4.5 0 0 1 .247.69a5.94 5.94 0 0 0 4.19 4.191q.37.101.691.247a4.5 4.5 0 0 1-.315.668a5.94 5.94 0 0 0 0 5.924q.191.335.315.668a4.5 4.5 0 0 1-.69.247a5.94 5.94 0 0 0-4.191 4.19q-.101.37-.247.691a4.5 4.5 0 0 1-.668-.315a5.94 5.94 0 0 0-5.924 0a4.5 4.5 0 0 1-.668.315a4.5 4.5 0 0 1-.247-.69a5.94 5.94 0 0 0-4.19-4.191a4.5 4.5 0 0 1-.691-.247q.124-.333.315-.668a5.94 5.94 0 0 0 0-5.924a4.5 4.5 0 0 1-.315-.668q.322-.146.69-.247a5.94 5.94 0 0 0 4.191-4.19q.101-.37.247-.691M2.41 8.877q.13.323.314.64a4.97 4.97 0 0 1 0 4.965a5 5 0 0 0-.315.64C1.433 14.346.962 13.18.962 12s.471-2.345 1.447-3.123m19.18 0c.977.778 1.448 1.943 1.448 3.123s-.471 2.345-1.447 3.123a5 5 0 0 0-.315-.64a4.97 4.97 0 0 1 0-4.965q.183-.319.315-.64m-14.907 1.57a.417.417 0 0 0-.296.714l.117.117c-.13.228-.203.492-.203.774c0 .87.7 1.569 1.569 1.569s1.568-.7 1.568-1.569s-.7-1.568-1.568-1.568c-.282 0-.546.073-.775.203l-.116-.117a.42.42 0 0 0-.296-.123m10.748 0a.42.42 0 0 0-.295.123l-.12.12a1.57 1.57 0 0 0-.781-.206c-.869 0-1.569.7-1.569 1.568c0 .87.7 1.569 1.569 1.569a1.566 1.566 0 0 0 1.369-2.336l.123-.123a.417.417 0 0 0-.296-.715m-9.904.237a.627.627 0 0 1 .627.627a.627.627 0 0 1-.627.627a.627.627 0 0 1-.628-.627a.627.627 0 0 1 .628-.627m8.365 0a.627.627 0 0 1 .628.627a.627.627 0 0 1-.628.627a.627.627 0 0 1-.627-.627a.627.627 0 0 1 .627-.627m-7.187 1.17a.314.314 0 0 1 .313.314a.314.314 0 0 1-.313.314a.314.314 0 0 1-.314-.314a.314.314 0 0 1 .314-.314m8.365 0a.314.314 0 0 1 .314.314a.314.314 0 0 1-.314.314a.314.314 0 0 1-.314-.314a.314.314 0 0 1 .314-.314m-8.757.758a.21.21 0 0 1 .21.209a.21.21 0 0 1-.21.209a.21.21 0 0 1-.21-.21a.21.21 0 0 1 .21-.208m8.366 0a.21.21 0 0 1 .209.209a.21.21 0 0 1-.21.209a.21.21 0 0 1-.209-.21a.21.21 0 0 1 .21-.208m-5.551.48a.32.32 0 0 0-.232.082a.32.32 0 0 0-.023.453c.296.328.737.524 1.18.524c.441 0 .882-.196 1.178-.524a.32.32 0 0 0-.023-.453a.32.32 0 0 0-.453.023c-.145.16-.486.312-.703.312s-.558-.152-.703-.312a.32.32 0 0 0-.221-.106m-8.115 3.485q.319.134.67.229a4.97 4.97 0 0 1 3.511 3.511q.095.351.229.67c-1.238.138-2.393-.352-3.225-1.185c-.833-.832-1.323-1.987-1.185-3.225m17.974 0c.138 1.238-.352 2.393-1.185 3.225c-.832.833-1.987 1.323-3.225 1.185a5 5 0 0 0 .229-.67a4.97 4.97 0 0 1 3.511-3.511a5 5 0 0 0 .67-.229M12 20.612c.857 0 1.714.222 2.482.664q.318.183.64.315c-.777.976-1.942 1.447-3.122 1.447s-2.345-.471-3.123-1.447q.323-.132.64-.315A5 5 0 0 1 12 20.612");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.w_zzucce {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0C6.178.001 1.444 3.559 1.444 7.93V24h1.06L2.51 7.93c0-2.847 2.408-5.295 5.831-6.333a6 6 0 0 0-.254.258a7 7 0 0 0-.363.415c-.17.21-.201.251-.439.591c-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39 1.044-.418 1.134a12.4 12.4 0 0 0-.534 3.634L5.485 24h1.066V9.188c0-.322.016-1.068.14-1.828c.07-.457.186-.996.342-1.505c.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5 6.5 0 0 1 .874-.981a5 5 0 0 1 .83-.617a4 4 0 0 1 .565-.28c-.846 1.92-1.108 5.46-1.108 7.834V24h1.065V9.188c0-4.959.94-7.865 1.463-8.112c.39.205 1.283 2.392 1.429 6.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687c2.05.844 3.653 3.45 3.965 6.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295c3.36 1.059 5.719 3.486 5.719 6.299l-.007.113l1.073-.009C22.556 3.68 17.839.017 12.042 0zm1.5 20.024V24h1.061l.005-3.976zm3.987 0L17.492 24h1.06v-3.976zm4.003 0V24h1.066v-3.976z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wq7cim7r {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.12 10.254c1.439 0 2.166.775 2.166 2.325c0 .735-.224 1.438-.584 1.846c-.359.407-.942.623-1.669.623c-.704 0-1.223-.192-1.559-.567c-.375-.416-.599-1.119-.599-1.91c0-1.534.759-2.317 2.245-2.317m-.016 1.414c-.567 0-.863.368-.863 1.063c0 .751.304 1.174.839 1.174c.536 0 .847-.447.847-1.214c0-.679-.271-1.023-.823-1.023m6.956-1.254v4.474h-1.438v-.471c0-.152.008-.192.048-.48h-.048c-.136.392-.231.56-.415.736c-.248.247-.592.375-.975.375c-.471 0-.887-.192-1.119-.519c-.128-.184-.231-.496-.263-.839a21 21 0 0 1-.016-1.095v-2.181h1.502v2.141c0 .719.008.783.096.935c.096.152.263.24.471.24c.28 0 .504-.16.591-.416c.056-.176.064-.255.064-.759v-2.141zM8.813 14.898V8.952H10.3v5.946zm-2.265 0V8.952H8.07v5.946zM0 9.589h3.61v1.334H1.411v.878H3.61v1.238H1.411v1.859H0zm4.303 5.3v-4.427c.272.104.448.136.727.136c.272 0 .488-.04.775-.136v4.427zm.734-4.687q-.867 0-.869-.606c0-.192.09-.375.234-.482s.379-.162.671-.162q.423 0 .625.148a.6.6 0 0 1 .241.498c0 .4-.305.604-.902.604m16.597-.625c0 1.134-.399 1.339-1.142 1.339v.88h.743c-.032.471-.04.759-.04 1.215c0 .807.072 1.214.264 1.518c.216.335.639.519 1.199.519c.575 0 .95-.152 1.342-.543v-1.039c-.24.304-.495.439-.807.439c-.192 0-.36-.079-.439-.207c-.088-.136-.12-.344-.12-.711c0-.512-.024-1.191-.024-1.191H24V10.41h-1.39v-.833z");
|
|
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": 3369,
|
|
6
|
+
"version": "16.4.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": 1767597180
|
|
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.13",
|
|
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",
|
|
@@ -1694,6 +1694,10 @@
|
|
|
1694
1694
|
"types": "./types/dd0bq22g.d.ts",
|
|
1695
1695
|
"default": "./components/b/bitrise.vue"
|
|
1696
1696
|
},
|
|
1697
|
+
"./bitsy": {
|
|
1698
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1699
|
+
"default": "./components/b/bitsy.vue"
|
|
1700
|
+
},
|
|
1697
1701
|
"./bittorrent": {
|
|
1698
1702
|
"types": "./types/dd0bq22g.d.ts",
|
|
1699
1703
|
"default": "./components/b/bittorrent.vue"
|
|
@@ -4250,6 +4254,10 @@
|
|
|
4250
4254
|
"types": "./types/dd0bq22g.d.ts",
|
|
4251
4255
|
"default": "./components/f/filezilla.vue"
|
|
4252
4256
|
},
|
|
4257
|
+
"./fillout": {
|
|
4258
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4259
|
+
"default": "./components/f/fillout.vue"
|
|
4260
|
+
},
|
|
4253
4261
|
"./fineco": {
|
|
4254
4262
|
"types": "./types/dd0bq22g.d.ts",
|
|
4255
4263
|
"default": "./components/f/fineco.vue"
|
|
@@ -5150,6 +5158,10 @@
|
|
|
5150
5158
|
"types": "./types/dd0bq22g.d.ts",
|
|
5151
5159
|
"default": "./components/g/googlehome.vue"
|
|
5152
5160
|
},
|
|
5161
|
+
"./googlejules": {
|
|
5162
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5163
|
+
"default": "./components/g/googlejules.vue"
|
|
5164
|
+
},
|
|
5153
5165
|
"./googlekeep": {
|
|
5154
5166
|
"types": "./types/dd0bq22g.d.ts",
|
|
5155
5167
|
"default": "./components/g/googlekeep.vue"
|
|
@@ -5294,6 +5306,10 @@
|
|
|
5294
5306
|
"types": "./types/dd0bq22g.d.ts",
|
|
5295
5307
|
"default": "./components/g/graphite.vue"
|
|
5296
5308
|
},
|
|
5309
|
+
"./graphite-editor": {
|
|
5310
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5311
|
+
"default": "./components/g/graphite-editor.vue"
|
|
5312
|
+
},
|
|
5297
5313
|
"./graphql": {
|
|
5298
5314
|
"types": "./types/dd0bq22g.d.ts",
|
|
5299
5315
|
"default": "./components/g/graphql.vue"
|
|
@@ -5458,6 +5474,10 @@
|
|
|
5458
5474
|
"types": "./types/dd0bq22g.d.ts",
|
|
5459
5475
|
"default": "./components/h/hackerrank.vue"
|
|
5460
5476
|
},
|
|
5477
|
+
"./hackmd": {
|
|
5478
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5479
|
+
"default": "./components/h/hackmd.vue"
|
|
5480
|
+
},
|
|
5461
5481
|
"./hackster": {
|
|
5462
5482
|
"types": "./types/dd0bq22g.d.ts",
|
|
5463
5483
|
"default": "./components/h/hackster.vue"
|
|
@@ -6006,6 +6026,10 @@
|
|
|
6006
6026
|
"types": "./types/dd0bq22g.d.ts",
|
|
6007
6027
|
"default": "./components/i/imagej.vue"
|
|
6008
6028
|
},
|
|
6029
|
+
"./imagetoolbox": {
|
|
6030
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6031
|
+
"default": "./components/i/imagetoolbox.vue"
|
|
6032
|
+
},
|
|
6009
6033
|
"./imdb": {
|
|
6010
6034
|
"types": "./types/dd0bq22g.d.ts",
|
|
6011
6035
|
"default": "./components/i/imdb.vue"
|
|
@@ -6502,6 +6526,10 @@
|
|
|
6502
6526
|
"types": "./types/dd0bq22g.d.ts",
|
|
6503
6527
|
"default": "./components/j/jupyter.vue"
|
|
6504
6528
|
},
|
|
6529
|
+
"./just": {
|
|
6530
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6531
|
+
"default": "./components/j/just.vue"
|
|
6532
|
+
},
|
|
6505
6533
|
"./justeat": {
|
|
6506
6534
|
"types": "./types/dd0bq22g.d.ts",
|
|
6507
6535
|
"default": "./components/j/justeat.vue"
|
|
@@ -8062,6 +8090,10 @@
|
|
|
8062
8090
|
"types": "./types/dd0bq22g.d.ts",
|
|
8063
8091
|
"default": "./components/m/modelcontextprotocol.vue"
|
|
8064
8092
|
},
|
|
8093
|
+
"./modelscope": {
|
|
8094
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
8095
|
+
"default": "./components/m/modelscope.vue"
|
|
8096
|
+
},
|
|
8065
8097
|
"./modin": {
|
|
8066
8098
|
"types": "./types/dd0bq22g.d.ts",
|
|
8067
8099
|
"default": "./components/m/modin.vue"
|
|
@@ -8914,6 +8946,10 @@
|
|
|
8914
8946
|
"types": "./types/dd0bq22g.d.ts",
|
|
8915
8947
|
"default": "./components/o/openbugbounty.vue"
|
|
8916
8948
|
},
|
|
8949
|
+
"./opencage": {
|
|
8950
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
8951
|
+
"default": "./components/o/opencage.vue"
|
|
8952
|
+
},
|
|
8917
8953
|
"./opencollective": {
|
|
8918
8954
|
"types": "./types/dd0bq22g.d.ts",
|
|
8919
8955
|
"default": "./components/o/opencollective.vue"
|
|
@@ -9778,6 +9814,10 @@
|
|
|
9778
9814
|
"types": "./types/dd0bq22g.d.ts",
|
|
9779
9815
|
"default": "./components/p/polywork.vue"
|
|
9780
9816
|
},
|
|
9817
|
+
"./pomerium": {
|
|
9818
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9819
|
+
"default": "./components/p/pomerium.vue"
|
|
9820
|
+
},
|
|
9781
9821
|
"./pond5": {
|
|
9782
9822
|
"types": "./types/dd0bq22g.d.ts",
|
|
9783
9823
|
"default": "./components/p/pond5.vue"
|
|
@@ -13802,6 +13842,10 @@
|
|
|
13802
13842
|
"types": "./types/dd0bq22g.d.ts",
|
|
13803
13843
|
"default": "./components/w/webauthn.vue"
|
|
13804
13844
|
},
|
|
13845
|
+
"./webawesome": {
|
|
13846
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
13847
|
+
"default": "./components/w/webawesome.vue"
|
|
13848
|
+
},
|
|
13805
13849
|
"./webcomponentsdotorg": {
|
|
13806
13850
|
"types": "./types/dd0bq22g.d.ts",
|
|
13807
13851
|
"default": "./components/w/webcomponentsdotorg.vue"
|
package/css/y/y-p9hpbx.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.y-p9hpbx {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M12 0C7.828.001 4.396 3.433 4.395 7.605c.001 4.172 3.433 7.604 7.605 7.605c4.172-.001 7.604-3.433 7.605-7.605C19.604 3.433 16.172.001 12 0m0 .286c4.016 0 7.32 3.304 7.32 7.32c-.001 4.015-3.305 7.318-7.32 7.318S4.681 11.62 4.68 7.605c0-4.016 3.304-7.32 7.32-7.32zm0 4.04a3.294 3.294 0 0 0-3.279 3.279v.001A3.296 3.296 0 0 0 12 10.884a3.294 3.294 0 0 0 3.279-3.279A3.294 3.294 0 0 0 12 4.326M8.34 16.681h-.008a3.67 3.67 0 0 0-3.652 3.652v.015A3.67 3.67 0 0 0 8.332 24h7.336a3.67 3.67 0 0 0 3.652-3.652v-.016a3.67 3.67 0 0 0-3.652-3.652h-.008Z");
|
|
4
|
-
}
|