@iconify-vue/simple-icons 1.0.18 → 1.0.20
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/c/cline.vue +10 -0
- package/components/d/dlthub.vue +10 -0
- package/components/g/ghostfolio.vue +10 -0
- package/components/k/karakeep.vue +10 -0
- package/components/l/linkvertise.vue +10 -0
- package/components/l/longhorn.vue +10 -0
- package/components/l/loops.vue +10 -0
- package/components/p/pangolin.vue +10 -0
- package/components/s/solveddotac.vue +10 -0
- package/components/t/tidb.vue +10 -0
- package/components/t/trezor.vue +10 -0
- package/components/v/vencord.vue +2 -2
- package/components/y/yew.vue +10 -0
- package/css/c/c-zudbc.css +4 -0
- package/css/c/cdqnvb4e.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/k/krfeep6i.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/qqr0i-kn.css +4 -0
- package/css/q/qxiw3kkn.css +4 -0
- package/css/t/th2o4bzk.css +4 -0
- package/css/z/zh3w6ybt.css +4 -0
- package/iconify.json +3 -3
- package/package.json +53 -1
- package/css/d/dh6-nn_y.css +0 -4
|
@@ -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/t/th2o4bzk.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="th2o4bzk"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:cline" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cdqnvb4e.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="cdqnvb4e"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:dlthub" /></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/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/q/qqr0i-kn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qqr0i-kn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:longhorn" /></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/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/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>
|
package/components/v/vencord.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/k/krfeep6i.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="krfeep6i"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:vencord" /></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
|
+
.cdqnvb4e {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M24 11.498h-1.008v3.01H24Zm-3.024 0h2.016v-1.004h-2.016V8.487h-1.008v7.025h3.024v-1.004h-2.016zm-2.986 3.01h-2.016v1.004h3.024v-5.017H17.99zm-2.016-4.013h-1.008v4.014h1.008zm-2.985 1.003h-2.016v-3.01H9.965v7.024h1.008v-3.01h2.016v3.01h1.008V8.488h-1.008zm-11.981 0H0v3.01h1.008zm2.016-1.003H1.008v1.003h2.016v3.01H1.008v1.004h3.024V8.488H3.024zM5 15.512h1.01V8.488H5.001Zm2.986-7.024H6.98v6.02h1.008v-3.01h1.008v-1.003H7.987zm1.008 6.02H7.987v1.004h1.008z");
|
|
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
|
+
.krfeep6i {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18.465 19.458a1.68 1.68 0 0 1 1.268-.221a1.68 1.68 0 0 1 .534 3.061a6.4 6.4 0 0 1-1.614.735a6.3 6.3 0 0 1-2.73.191a6.3 6.3 0 0 1-2.211-.764a6.4 6.4 0 0 1-1.735-1.453a6.57 6.57 0 0 1-1.529-4.22q0-.495.073-.982a6.6 6.6 0 0 1 .755-2.237a6.6 6.6 0 0 1 1.43-1.772a6.5 6.5 0 0 1 1.933-1.167a6.3 6.3 0 0 1 3.207-.354c.95.141 1.856.496 2.65 1.04a6.5 6.5 0 0 1 1.885 2.004a1.681 1.681 0 1 1-2.885 1.73a3.1 3.1 0 0 0-.903-.96a2.98 2.98 0 0 0-2.745-.321a3.1 3.1 0 0 0-.93.561a3.2 3.2 0 0 0-.698.864a3.3 3.3 0 0 0-.409 1.595a3.2 3.2 0 0 0 .747 2.062a3 3 0 0 0 .823.69a2.97 2.97 0 0 0 1.476.39c.284 0 .567-.041.84-.122a3 3 0 0 0 .768-.35M.64 5.584l4.317 9.217c.45.962 1.647 1.686 2.783 1.531s2.222-1.166 2.48-2.196l2.566-10.254c.258-1.03-.41-1.897-1.752-1.715c-1.447.118-2.347 1.29-2.56 2.33L7.408 9.671c-.096.468-.337.496-.538.062L4.696 5.035c-.447-.964-1.564-1.777-2.74-1.617S.19 4.622.64 5.584M11.495.011q-.608.025-1.222.115a11.93 11.93 0 0 0-5.971 2.67A4.2 4.2 0 0 1 5.79 4.529L6.791 6.69l.502-2.435C7.603 2.744 8.87 1.152 10.9.97q.163-.021.327-.028c.828-.03 1.626.231 2.163.803c.613.654.774 1.6.566 2.43l-1.6 6.397a7.7 7.7 0 0 1 1.861-1.035a7.5 7.5 0 0 1 2.836-.5a8 8 0 0 1 .963.08a7.5 7.5 0 0 1 3.14 1.232a7.65 7.65 0 0 1 2.228 2.369c.287.48.415 1.012.4 1.537c.245-1.28.284-2.622.086-3.984C22.978 4.128 17.567-.25 11.495.011M.584 8.307a11.94 11.94 0 0 0-.456 5.418c.193 1.328.598 2.574.835 3.04c.188.37.254.993.149 1.394l-.755 2.855c-.471 1.785.592 2.842 2.374 2.357l2.663-.723c.399-.109 1.016-.032 1.376.172c1.578.89 4.228 1.447 6.957 1.05l.146-.023a8 8 0 0 1-.743-.37v-.001a7.6 7.6 0 0 1-2.051-1.718a7.75 7.75 0 0 1-1.797-4.665c-.42.217-.884.367-1.38.434c-1.746.238-3.337-.72-4.037-2.215zM17 14.743a1.8 1.8 0 0 0-.732.117a2 2 0 0 0-.58.351a2 2 0 0 0-.442.547a2.16 2.16 0 0 0-.264 1.031a2.04 2.04 0 0 0 .474 1.31a1.9 1.9 0 0 0 .506.424a1.8 1.8 0 0 0 .893.236h.002a1.8 1.8 0 0 0 .505-.073a2 2 0 0 0 .474-.216l.001-.001a2.86 2.86 0 0 1 2.15-.375a2.86 2.86 0 0 1 1.644 1.051a12 12 0 0 0 1.861-3.705c-.232.48-.6.898-1.085 1.19a2.87 2.87 0 0 1-3.916-.979a1.9 1.9 0 0 0-.56-.596a1.8 1.8 0 0 0-.932-.313z");
|
|
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
|
+
.qqr0i-kn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.46 2.172H2.54A2.55 2.55 0 0 0 0 4.712v14.575a2.55 2.55 0 0 0 2.54 2.54h18.92a2.55 2.55 0 0 0 2.54-2.54V4.713a2.55 2.55 0 0 0-2.54-2.54m.427 5.138l-.31 2.1a1.24 1.24 0 0 1-.98 1.032l-5.024 1.003l-.002.015l-.787 4.306a2.474 2.474 0 0 1-2.467 2.34h-.634a2.474 2.474 0 0 1-2.468-2.355l-.697-4.288l-5.115-1.021a1.24 1.24 0 0 1-.98-1.032l-.31-2.1a1.235 1.235 0 0 1 2.445-.36L4.74 8.19L12 9.639l7.26-1.45l.182-1.24a1.235 1.235 0 0 1 2.445.36M12 12.134a1.2 1.2 0 0 1-.242-.024l-.653-.13l.562 3.457a1 1 0 0 1 .016.198h.634a1.2 1.2 0 0 1 .02-.222l.63-3.448l-.725.145a1.2 1.2 0 0 1-.242.024");
|
|
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
|
+
.th2o4bzk {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m23.365 13.556l-1.442-2.895V8.994c0-2.764-2.218-5.002-4.954-5.002h-2.464c.178-.367.276-.779.276-1.213A2.77 2.77 0 0 0 12.018 0a2.77 2.77 0 0 0-2.763 2.779c0 .434.098.846.276 1.213H7.067c-2.736 0-4.954 2.238-4.954 5.002v1.667L.64 13.549c-.149.29-.149.636 0 .927l1.472 2.855v1.667C2.113 21.762 4.33 24 7.067 24h9.902c2.736 0 4.954-2.238 4.954-5.002V17.33l1.44-2.865c.143-.286.143-.622.002-.91m-12.854 2.36a2.27 2.27 0 0 1-2.261 2.273a2.27 2.27 0 0 1-2.261-2.273v-4.042A2.27 2.27 0 0 1 8.249 9.6a2.267 2.267 0 0 1 2.262 2.274zm7.285 0a2.27 2.27 0 0 1-2.26 2.273a2.27 2.27 0 0 1-2.262-2.273v-4.042A2.267 2.267 0 0 1 15.535 9.6a2.267 2.267 0 0 1 2.261 2.274z");
|
|
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": 3410,
|
|
6
|
+
"version": "16.11.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": 1773121812
|
|
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.20",
|
|
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"
|
|
@@ -2430,6 +2434,10 @@
|
|
|
2430
2434
|
"types": "./types/dd0bq22g.d.ts",
|
|
2431
2435
|
"default": "./components/c/clickup.vue"
|
|
2432
2436
|
},
|
|
2437
|
+
"./cline": {
|
|
2438
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2439
|
+
"default": "./components/c/cline.vue"
|
|
2440
|
+
},
|
|
2433
2441
|
"./clion": {
|
|
2434
2442
|
"types": "./types/dd0bq22g.d.ts",
|
|
2435
2443
|
"default": "./components/c/clion.vue"
|
|
@@ -3486,6 +3494,10 @@
|
|
|
3486
3494
|
"types": "./types/dd0bq22g.d.ts",
|
|
3487
3495
|
"default": "./components/d/dlna.vue"
|
|
3488
3496
|
},
|
|
3497
|
+
"./dlthub": {
|
|
3498
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3499
|
+
"default": "./components/d/dlthub.vue"
|
|
3500
|
+
},
|
|
3489
3501
|
"./dm": {
|
|
3490
3502
|
"types": "./types/dd0bq22g.d.ts",
|
|
3491
3503
|
"default": "./components/d/dm.vue"
|
|
@@ -4826,6 +4838,10 @@
|
|
|
4826
4838
|
"types": "./types/dd0bq22g.d.ts",
|
|
4827
4839
|
"default": "./components/g/ghostery.vue"
|
|
4828
4840
|
},
|
|
4841
|
+
"./ghostfolio": {
|
|
4842
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4843
|
+
"default": "./components/g/ghostfolio.vue"
|
|
4844
|
+
},
|
|
4829
4845
|
"./ghostty": {
|
|
4830
4846
|
"types": "./types/dd0bq22g.d.ts",
|
|
4831
4847
|
"default": "./components/g/ghostty.vue"
|
|
@@ -6634,6 +6650,10 @@
|
|
|
6634
6650
|
"types": "./types/dd0bq22g.d.ts",
|
|
6635
6651
|
"default": "./components/k/kaniko.vue"
|
|
6636
6652
|
},
|
|
6653
|
+
"./karakeep": {
|
|
6654
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6655
|
+
"default": "./components/k/karakeep.vue"
|
|
6656
|
+
},
|
|
6637
6657
|
"./karlsruherverkehrsverbund": {
|
|
6638
6658
|
"types": "./types/dd0bq22g.d.ts",
|
|
6639
6659
|
"default": "./components/k/karlsruherverkehrsverbund.vue"
|
|
@@ -7262,6 +7282,10 @@
|
|
|
7262
7282
|
"types": "./types/dd0bq22g.d.ts",
|
|
7263
7283
|
"default": "./components/l/linktree.vue"
|
|
7264
7284
|
},
|
|
7285
|
+
"./linkvertise": {
|
|
7286
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7287
|
+
"default": "./components/l/linkvertise.vue"
|
|
7288
|
+
},
|
|
7265
7289
|
"./linphone": {
|
|
7266
7290
|
"types": "./types/dd0bq22g.d.ts",
|
|
7267
7291
|
"default": "./components/l/linphone.vue"
|
|
@@ -7390,6 +7414,10 @@
|
|
|
7390
7414
|
"types": "./types/dd0bq22g.d.ts",
|
|
7391
7415
|
"default": "./components/l/logstash.vue"
|
|
7392
7416
|
},
|
|
7417
|
+
"./longhorn": {
|
|
7418
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7419
|
+
"default": "./components/l/longhorn.vue"
|
|
7420
|
+
},
|
|
7393
7421
|
"./looker": {
|
|
7394
7422
|
"types": "./types/dd0bq22g.d.ts",
|
|
7395
7423
|
"default": "./components/l/looker.vue"
|
|
@@ -7406,6 +7434,10 @@
|
|
|
7406
7434
|
"types": "./types/dd0bq22g.d.ts",
|
|
7407
7435
|
"default": "./components/l/loopback.vue"
|
|
7408
7436
|
},
|
|
7437
|
+
"./loops": {
|
|
7438
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
7439
|
+
"default": "./components/l/loops.vue"
|
|
7440
|
+
},
|
|
7409
7441
|
"./lootcrate": {
|
|
7410
7442
|
"types": "./types/dd0bq22g.d.ts",
|
|
7411
7443
|
"default": "./components/l/lootcrate.vue"
|
|
@@ -9366,6 +9398,10 @@
|
|
|
9366
9398
|
"types": "./types/dd0bq22g.d.ts",
|
|
9367
9399
|
"default": "./components/p/pandora.vue"
|
|
9368
9400
|
},
|
|
9401
|
+
"./pangolin": {
|
|
9402
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9403
|
+
"default": "./components/p/pangolin.vue"
|
|
9404
|
+
},
|
|
9369
9405
|
"./pantheon": {
|
|
9370
9406
|
"types": "./types/dd0bq22g.d.ts",
|
|
9371
9407
|
"default": "./components/p/pantheon.vue"
|
|
@@ -11794,6 +11830,10 @@
|
|
|
11794
11830
|
"types": "./types/dd0bq22g.d.ts",
|
|
11795
11831
|
"default": "./components/s/solus.vue"
|
|
11796
11832
|
},
|
|
11833
|
+
"./solveddotac": {
|
|
11834
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11835
|
+
"default": "./components/s/solveddotac.vue"
|
|
11836
|
+
},
|
|
11797
11837
|
"./sonar": {
|
|
11798
11838
|
"types": "./types/dd0bq22g.d.ts",
|
|
11799
11839
|
"default": "./components/s/sonar.vue"
|
|
@@ -12834,6 +12874,10 @@
|
|
|
12834
12874
|
"types": "./types/dd0bq22g.d.ts",
|
|
12835
12875
|
"default": "./components/t/tidal.vue"
|
|
12836
12876
|
},
|
|
12877
|
+
"./tidb": {
|
|
12878
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
12879
|
+
"default": "./components/t/tidb.vue"
|
|
12880
|
+
},
|
|
12837
12881
|
"./tiddlywiki": {
|
|
12838
12882
|
"types": "./types/dd0bq22g.d.ts",
|
|
12839
12883
|
"default": "./components/t/tiddlywiki.vue"
|
|
@@ -13066,6 +13110,10 @@
|
|
|
13066
13110
|
"types": "./types/dd0bq22g.d.ts",
|
|
13067
13111
|
"default": "./components/t/treyarch.vue"
|
|
13068
13112
|
},
|
|
13113
|
+
"./trezor": {
|
|
13114
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
13115
|
+
"default": "./components/t/trezor.vue"
|
|
13116
|
+
},
|
|
13069
13117
|
"./tricentis": {
|
|
13070
13118
|
"types": "./types/dd0bq22g.d.ts",
|
|
13071
13119
|
"default": "./components/t/tricentis.vue"
|
|
@@ -14434,6 +14482,10 @@
|
|
|
14434
14482
|
"types": "./types/dd0bq22g.d.ts",
|
|
14435
14483
|
"default": "./components/y/yeti.vue"
|
|
14436
14484
|
},
|
|
14485
|
+
"./yew": {
|
|
14486
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
14487
|
+
"default": "./components/y/yew.vue"
|
|
14488
|
+
},
|
|
14437
14489
|
"./yii": {
|
|
14438
14490
|
"types": "./types/dd0bq22g.d.ts",
|
|
14439
14491
|
"default": "./components/y/yii.vue"
|
package/css/d/dh6-nn_y.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.dh6-nn_y {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M.613.6v.587h2.4V.6h-1.2zm2.4.587v8.4H3.6v-8.4h-.293zm.587 8.4v.613h.613v-.613h-.306zm.613.613v.587H4.8V10.2h-.293zm.587.587v.613h.613v-.613h-.306zm.613.613v.587H6V11.4h-.293zm.587.587v.613h1.2v-.613h-.6zm1.2 0h.613V11.4H7.2v.293zm.613-.587H8.4V15h-.587v.587H8.4v4.8h.613v-9.6h2.4v-2.4H10.8V10.2H9.6v-.613h-.587v.613H8.4v.587h-.587v.306zM9.6 9.587h.613v-8.4H9.6v4.2zm.613-8.4h2.4V.6h-2.4v.293zm2.4 0V7.8h-1.2v.587H15.6v.32H18v-.32h.614v.32h2.106v-.32h.294V6.893h-.294v-.906h-.32v-.88h-.293V5.4h-.293v.907h-.294V6.6h.294v.587h.293v-.88h.293v.88h.32v.906h-.32v.294h-.586v-.294h.293V7.8h.293v-.613h-.293v.32h-.293V7.8h-.294v.587h-.613V7.8h-.293v-.293h-.294V7.8h-1.813v.293h1.2v.294H15.92v-.294h-1.813V7.8h-.293V6.307h-.294V7.8h-.32V1.187h-.293zm1.2 5.12h.294v-.32h-.294v.16zm.294-.32h.293V5.4h-.293v.293zM14.4 5.4h.614v-.293H14.4v.146zm.614-.293h.586V5.4h.32v-.613h-.906v.16zm.906-.32h.293v-.294h-.293v.147zm.293-.294h.294V4.2h-.294v.147zm.294-.293h.293v-.293h-.293v.146zm.293 0v.587h.32v.32h.293v-.32h.294v.32h-.294V5.4H18v-.613h.32V4.2H18v.293h-.88V4.2h-.16zm1.52 0h.294v-.293h-.294v.146zm.294-.293h.293v-.32h-.293v.16zm.293-.32h.293v-.294h-.293v.147zm.293 0v1.52h.32v-.32h.293v-.294h-.293v-.906h-.16zm.613 1.2v.32h.294v-.32h-.147zm0 .32h-.293V5.4h.293v-.147zM15.6 5.4h-.293v1.2h.293V6zm0 1.2v.587h.32V6.6h-.16zm.32.587v.32h.293v-.32h-.146zm.293.32V7.8h.294v-.293h-.147zm2.694.293h.613v-.293h-.613v.146zm.613-.293h.293v-.32h-.293v.16zm0-.907h-.613v.293h.613v-.146zm-.613.293h-.293v.294h.293V7.04zm2.107 1.494v2.4h2.4V10.2H21.6V8.387h-.293zm2.4 2.4v2.4H24v-2.4h-.293zm0 2.4h-4.8v.613h4.8v-.307zm-4.8 0v-2.4h-4.8v9.6h4.8v-2.4H18V19.8h-3.6v-8.4H18v1.787h.307zm0 4.8h4.8V17.4h-4.8v.293zm4.8 0v2.4H24v-2.4h-.293zm0 2.4h-2.4v2.4h.586V21h1.814v-.306zm-2.4 2.4h-9.6v.613h9.6v-.307zm-9.6 0v-2.4h-2.4V21H10.8v1.787h.307zm-3.6-7.2h-2.4v.613h2.4v-.307zm-2.4 0V15H4.8v.587h.307zM4.8 15v-.613h-.586V15h.293zm-.586-.613V13.8H3.6v.587h.307zM3.6 13.8v-.613h-.587v.613h.294zm-.587-.613V12.6H2.4v.587h.307zM2.4 12.6v-.613h-.587v.613h.294zm-.587-.613V11.4H1.2v.587h.307zM1.2 11.4v-.613H.614v.613h.293zm-.586-.613v-9.6H0v9.6h.307zM13.52.6v.293h1.493v.293h.293V.893h.294V.6h-1.04zm1.493.586h-.293v.32h.293v-.16zm-.293.32h-.32V1.8h.32v-.147zm0 .294v.293h.293V1.8h-.147zm-.32 0h-.294v.293h.294v-.147zm-.294.293h-.293v.293h-.293v.32h2.08v-.32h-1.494V2.24zm.294-.587v-.32h-.294v.32h.147zm2.106.294v.293h.907v.293h.293v-.293H18V1.8h-.747zm.907.586h-.293v.32h-.614V3H18v-.294h-.587v-.16zm-1.2 4.214v.293h.586V6.6h-.293zm.586.293v.293h.907v-.293h-.453zm.907.293v.32H18v-.32h-.146z");
|
|
4
|
-
}
|