@iconify-vue/selfhst 1.0.2 → 1.0.3
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/baikal-dark.vue +11 -0
- package/components/b/baikal-light.vue +11 -0
- package/components/b/baikal.vue +15 -0
- package/components/d/downtify-dark.vue +10 -0
- package/components/d/downtify-light.vue +10 -0
- package/components/d/downtify.vue +11 -0
- package/components/p/pulseweaver-dark.vue +19 -0
- package/components/p/pulseweaver-light.vue +19 -0
- package/components/p/pulseweaver.vue +19 -0
- package/components/t/tymeslot.vue +21 -0
- package/components/t/typetype-dark.vue +10 -0
- package/components/t/typetype-light.vue +10 -0
- package/components/t/typetype.vue +10 -0
- package/css/a/a9jxvcc4g.css +5 -0
- package/css/c/c3jfxlb2o.css +4 -0
- package/css/c/ckp9ovbly.css +4 -0
- package/css/c/clcbfrbak.css +5 -0
- package/css/c/czy_-bbfy.css +6 -0
- package/css/d/d27-lzbxa.css +4 -0
- package/css/d/d_ehv2bir.css +4 -0
- package/css/d/dbtb55bxt.css +4 -0
- package/css/e/eipgpmbpd.css +3 -0
- package/css/e/emqa26b9i.css +6 -0
- package/css/e/ey6va_b2j.css +4 -0
- package/css/f/flwvdiulw.css +4 -0
- package/css/f/ft337bxze.css +3 -0
- package/css/g/gckzqt99c.css +5 -0
- package/css/g/gprhh052m.css +5 -0
- package/css/h/hngcoxbkk.css +4 -0
- package/css/i/i5l844bry.css +5 -0
- package/css/j/jkk3-2btj.css +5 -0
- package/css/j/jxrn2hb_i.css +4 -0
- package/css/k/kc4b0t-4l.css +4 -0
- package/css/k/kdc4d0b1w.css +4 -0
- package/css/k/kon2-0bxk.css +4 -0
- package/css/l/l7gl76bei.css +3 -0
- package/css/l/lk6zt2hme.css +3 -0
- package/css/l/lvyyhqkcc.css +5 -0
- package/css/n/n60rrjbku.css +3 -0
- package/css/n/nvqrqlbpx.css +3 -0
- package/css/o/o39cccc8r.css +5 -0
- package/css/o/ozjwb8z2n.css +6 -0
- package/css/p/pf63vxpfw.css +5 -0
- package/css/p/pv36d4bhy.css +4 -0
- package/css/p/pxt53ybyr.css +5 -0
- package/css/q/qgo9spqhq.css +4 -0
- package/css/q/qmul3vbcg.css +3 -0
- package/css/q/qqg81jbpq.css +3 -0
- package/css/r/r9ydwtb-m.css +4 -0
- package/css/r/ryx6a8b6o.css +4 -0
- package/css/t/t0miq4bvi.css +4 -0
- package/css/u/uq3xmi0yu.css +4 -0
- package/css/v/vby9crrze.css +3 -0
- package/css/v/vhpwgsb6s.css +3 -0
- package/css/v/vlls9bcps.css +4 -0
- package/css/w/w5btgvbuy.css +4 -0
- package/css/y/y83axdbzc.css +4 -0
- package/css/y/y91newb7m.css +4 -0
- package/css/y/yizda5rca.css +6 -0
- package/css/z/zbpxhxg2l.css +6 -0
- package/iconify.json +2 -2
- package/package.json +53 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/u/uq3xmi0yu.css';
|
|
4
|
+
import '../../css/n/nvqrqlbpx.css';
|
|
5
|
+
|
|
6
|
+
const props = defineProps(["width","height"]);
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":512,"height":512};
|
|
9
|
+
const content = `<path class="uq3xmi0yu"/><path class="nvqrqlbpx"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:baikal-dark" /></template>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/p/pf63vxpfw.css';
|
|
4
|
+
import '../../css/h/hngcoxbkk.css';
|
|
5
|
+
|
|
6
|
+
const props = defineProps(["width","height"]);
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":512,"height":512};
|
|
9
|
+
const content = `<path class="pf63vxpfw"/><path class="hngcoxbkk"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:baikal-light" /></template>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/d_ehv2bir.css';
|
|
4
|
+
import '../../css/r/r9ydwtb-m.css';
|
|
5
|
+
import '../../css/y/yizda5rca.css';
|
|
6
|
+
import '../../css/d/d27-lzbxa.css';
|
|
7
|
+
import '../../css/y/y83axdbzc.css';
|
|
8
|
+
import '../../css/q/qgo9spqhq.css';
|
|
9
|
+
|
|
10
|
+
const props = defineProps(["width","height"]);
|
|
11
|
+
|
|
12
|
+
const viewBox = {"width":512,"height":512};
|
|
13
|
+
const content = `<path class="d_ehv2bir"/><path class="r9ydwtb-m"/><circle class="yizda5rca"/><path class="d27-lzbxa"/><path class="y83axdbzc"/><path class="qgo9spqhq"/>`;
|
|
14
|
+
</script>
|
|
15
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:baikal" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/v/vby9crrze.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":512,"height":512};
|
|
8
|
+
const content = `<path class="vby9crrze"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:downtify-dark" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/dbtb55bxt.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":512,"height":512};
|
|
8
|
+
const content = `<path class="dbtb55bxt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:downtify-light" /></template>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/czy_-bbfy.css';
|
|
4
|
+
import '../../css/w/w5btgvbuy.css';
|
|
5
|
+
|
|
6
|
+
const props = defineProps(["width","height"]);
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":512,"height":512};
|
|
9
|
+
const content = `<circle class="czy_-bbfy"/><path class="w5btgvbuy"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:downtify" /></template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/e/eipgpmbpd.css';
|
|
4
|
+
import '../../css/c/c3jfxlb2o.css';
|
|
5
|
+
import '../../css/j/jxrn2hb_i.css';
|
|
6
|
+
import '../../css/y/y91newb7m.css';
|
|
7
|
+
import '../../css/e/ey6va_b2j.css';
|
|
8
|
+
import '../../css/v/vlls9bcps.css';
|
|
9
|
+
import '../../css/p/pv36d4bhy.css';
|
|
10
|
+
import '../../css/r/ryx6a8b6o.css';
|
|
11
|
+
import '../../css/k/kon2-0bxk.css';
|
|
12
|
+
import '../../css/q/qmul3vbcg.css';
|
|
13
|
+
|
|
14
|
+
const props = defineProps(["width","height"]);
|
|
15
|
+
|
|
16
|
+
const viewBox = {"width":512,"height":512};
|
|
17
|
+
const content = `<path class="eipgpmbpd"/><path class="c3jfxlb2o"/><path class="jxrn2hb_i"/><path class="y91newb7m"/><path class="ey6va_b2j"/><path class="vlls9bcps"/><path class="pv36d4bhy"/><path class="ryx6a8b6o"/><path class="kon2-0bxk"/><path class="qmul3vbcg"/>`;
|
|
18
|
+
</script>
|
|
19
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:pulseweaver-dark" /></template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/t/t0miq4bvi.css';
|
|
4
|
+
import '../../css/g/gckzqt99c.css';
|
|
5
|
+
import '../../css/a/a9jxvcc4g.css';
|
|
6
|
+
import '../../css/l/lvyyhqkcc.css';
|
|
7
|
+
import '../../css/c/clcbfrbak.css';
|
|
8
|
+
import '../../css/i/i5l844bry.css';
|
|
9
|
+
import '../../css/p/pxt53ybyr.css';
|
|
10
|
+
import '../../css/o/o39cccc8r.css';
|
|
11
|
+
import '../../css/j/jkk3-2btj.css';
|
|
12
|
+
import '../../css/k/kdc4d0b1w.css';
|
|
13
|
+
|
|
14
|
+
const props = defineProps(["width","height"]);
|
|
15
|
+
|
|
16
|
+
const viewBox = {"width":512,"height":512};
|
|
17
|
+
const content = `<path class="t0miq4bvi"/><path class="gckzqt99c"/><path class="a9jxvcc4g"/><path class="lvyyhqkcc"/><path class="clcbfrbak"/><path class="i5l844bry"/><path class="pxt53ybyr"/><path class="o39cccc8r"/><path class="jkk3-2btj"/><path class="kdc4d0b1w"/>`;
|
|
18
|
+
</script>
|
|
19
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:pulseweaver-light" /></template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/t/t0miq4bvi.css';
|
|
4
|
+
import '../../css/g/gckzqt99c.css';
|
|
5
|
+
import '../../css/a/a9jxvcc4g.css';
|
|
6
|
+
import '../../css/l/lvyyhqkcc.css';
|
|
7
|
+
import '../../css/c/clcbfrbak.css';
|
|
8
|
+
import '../../css/i/i5l844bry.css';
|
|
9
|
+
import '../../css/p/pxt53ybyr.css';
|
|
10
|
+
import '../../css/o/o39cccc8r.css';
|
|
11
|
+
import '../../css/j/jkk3-2btj.css';
|
|
12
|
+
import '../../css/k/kc4b0t-4l.css';
|
|
13
|
+
|
|
14
|
+
const props = defineProps(["width","height"]);
|
|
15
|
+
|
|
16
|
+
const viewBox = {"width":512,"height":512};
|
|
17
|
+
const content = `<path class="t0miq4bvi"/><path class="gckzqt99c"/><path class="a9jxvcc4g"/><path class="lvyyhqkcc"/><path class="clcbfrbak"/><path class="i5l844bry"/><path class="pxt53ybyr"/><path class="o39cccc8r"/><path class="jkk3-2btj"/><path class="kc4b0t-4l"/>`;
|
|
18
|
+
</script>
|
|
19
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:pulseweaver" /></template>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/v/vhpwgsb6s.css';
|
|
4
|
+
import '../../css/k/ki_6arbqi.css';
|
|
5
|
+
import '../../css/l/lk6zt2hme.css';
|
|
6
|
+
import '../../css/o/oz0dcbb8n.css';
|
|
7
|
+
import '../../css/n/n60rrjbku.css';
|
|
8
|
+
import '../../css/f/ft337bxze.css';
|
|
9
|
+
import '../../css/i/i8__78bqh.css';
|
|
10
|
+
import '../../css/l/l7gl76bei.css';
|
|
11
|
+
import '../../css/o/ozjwb8z2n.css';
|
|
12
|
+
import '../../css/g/gprhh052m.css';
|
|
13
|
+
import '../../css/e/emqa26b9i.css';
|
|
14
|
+
import '../../css/z/zbpxhxg2l.css';
|
|
15
|
+
|
|
16
|
+
const props = defineProps(["width","height"]);
|
|
17
|
+
|
|
18
|
+
const viewBox = {"width":512,"height":512};
|
|
19
|
+
const content = `<linearGradient id="SVGjX7BDc7r" x1="-693.561" x2="-688.441" y1="789.777" y2="784.657" gradientTransform="matrix(78 0 0 -30 54191 23687)" gradientUnits="userSpaceOnUse"><stop offset="0" class="vhpwgsb6s"/><stop offset="1" class="ki_6arbqi"/></linearGradient><path fill="url(#SVGjX7BDc7r)" class="lk6zt2hme"/><linearGradient id="SVGhmARTj4M" x1="-690.468" x2="-685.348" y1="784.746" y2="779.626" gradientTransform="matrix(60 0 0 -30 41545 23722)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ki_6arbqi"/><stop offset="1" class="oz0dcbb8n"/></linearGradient><path fill="url(#SVGhmARTj4M)" class="n60rrjbku"/><linearGradient id="SVGG2LeneoN" x1="-693.963" x2="-688.843" y1="779.953" y2="774.833" gradientTransform="matrix(76 0 0 -30 52777 23757)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ft337bxze"/><stop offset="1" class="i8__78bqh"/></linearGradient><path fill="url(#SVGG2LeneoN)" class="l7gl76bei"/><linearGradient id="SVGjBcLCcBj" x1="-660.83" x2="-655.71" y1="777.61" y2="772.49" gradientTransform="matrix(20 0 0 -20 13447 15757)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ki_6arbqi"/><stop offset="1" class="oz0dcbb8n"/></linearGradient><circle fill="url(#SVGjBcLCcBj)" class="ozjwb8z2n"/><linearGradient id="SVGrP9rjewM" x1="-631.343" x2="-626.223" y1="763.31" y2="758.19" gradientTransform="matrix(12 0 0 -12 7827 9385)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ki_6arbqi"/><stop offset="1" class="oz0dcbb8n"/></linearGradient><circle fill="url(#SVGrP9rjewM)" class="gprhh052m"/><linearGradient id="SVG5ycTzd6b" x1="-567.927" x2="-562.807" y1="741.293" y2="736.173" gradientTransform="matrix(6 0 0 -6 3597 4586)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ki_6arbqi"/><stop offset="1" class="oz0dcbb8n"/></linearGradient><circle fill="url(#SVG5ycTzd6b)" class="emqa26b9i"/><linearGradient id="SVG62eoWMaf" x1="-547.327" x2="-542.207" y1="717.26" y2="712.14" gradientTransform="matrix(6 0 0 -6 3627 4621)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ft337bxze"/><stop offset="1" class="i8__78bqh"/></linearGradient><circle fill="url(#SVG62eoWMaf)" class="zbpxhxg2l"/>`;
|
|
20
|
+
</script>
|
|
21
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:tymeslot" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/q/qqg81jbpq.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":512,"height":512};
|
|
8
|
+
const content = `<path class="qqg81jbpq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:typetype-dark" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/flwvdiulw.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":512,"height":512};
|
|
8
|
+
const content = `<path class="flwvdiulw"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:typetype-light" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/ckp9ovbly.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":512,"height":512};
|
|
8
|
+
const content = `<path class="ckp9ovbly"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="selfhst:typetype" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ckp9ovbly {
|
|
2
|
+
fill: var(--svg-color--ef4444, #ef4444);
|
|
3
|
+
d: path("M472.6 128H303.5L388 43.5c7.7-7.7 7.7-20.2 0-27.8c-7.7-7.7-20.2-7.7-27.9 0L256 119.8L151.8 15.6c-7.7-7.7-20.2-7.7-27.8 0c-7.7 7.7-7.7 20.2 0 27.8l84.5 84.5H39.4C17.7 128 0 145.7 0 167.4v295.4c0 21.7 17.7 39.4 39.4 39.4h433.2c21.7 0 39.4-17.7 39.4-39.4V167.4c0-21.7-17.7-39.4-39.4-39.4M39.4 167.4h256v295.4h-256zm433.2 295.4H334.8V167.4h137.8zM374.2 256c0-16.3 13.2-29.5 29.5-29.5s29.5 13.2 29.5 29.5s-13.2 29.5-29.5 29.5s-29.5-13.2-29.5-29.5m59 118.2c0 16.3-13.2 29.5-29.5 29.5s-29.5-13.2-29.5-29.5s13.2-29.5 29.5-29.5c16.3-.1 29.5 13.1 29.5 29.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d_ehv2bir {
|
|
2
|
+
fill: var(--svg-color--d8150b, #d8150b);
|
|
3
|
+
d: path("M431.9 326c-.7-8.6-2.2-16.7-3.9-25l-1.2-5.8l-2.2-11.7l-2.1-11.1l-2.1-11.1l-2.1-11.1l-2.1-11.1l-2.2-11.8l-12.2-64.4l-2.6-14l-2.1-11.7L395 126c-3.2-17.1-6.7-33.7-14.6-49.2c-7.6-14.9-17.2-27.6-29-38.7C299.6-11 219.1-12.8 165.2 34l-14.1 14c-15.2 17.7-26.6 38.8-31 62.1L83.5 303.6c-4.1 21.9-5.6 43.3-2 65.2c13 79.2 81 137.3 160.8 143.1h27.5c45.3-3.3 87.6-23.3 118.3-56.7c22.2-24.1 37.2-53.7 42.3-85.9l1.4-10.7l.6-8.5v-17.2z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dbtb55bxt {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0m121.5 196.3c-26.4 96.1-114.3 178.4-114.3 178.4c-1.5 2-9.3 5.4-14.2 0c0 0-94.5-97.2-114.6-179.6c-.1-6.6 4.8-10.9 10.2-10.9h36.8V147c0-5.3 4.1-9.8 9.4-10.2c31.1-2.2 78.9-4.1 130.6-.4c5.3.4 9.4 4.8 9.4 10.1v37.7h36.8c9.6.1 10.7 9.2 9.9 12.1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.flwvdiulw {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M472.6 128H303.5L388 43.5c7.7-7.7 7.7-20.2 0-27.8c-7.7-7.7-20.2-7.7-27.9 0L256 119.8L151.8 15.6c-7.7-7.7-20.2-7.7-27.8 0c-7.7 7.7-7.7 20.2 0 27.8l84.5 84.5H39.4C17.7 128 0 145.7 0 167.4v295.4c0 21.7 17.7 39.4 39.4 39.4h433.2c21.7 0 39.4-17.7 39.4-39.4V167.4c0-21.7-17.7-39.4-39.4-39.4M39.4 167.4h256v295.4h-256zm433.2 295.4H334.8V167.4h137.8zM374.2 256c0-16.3 13.2-29.5 29.5-29.5s29.5 13.2 29.5 29.5s-13.2 29.5-29.5 29.5s-29.5-13.2-29.5-29.5m59 118.2c0 16.3-13.2 29.5-29.5 29.5s-29.5-13.2-29.5-29.5s13.2-29.5 29.5-29.5c16.3-.1 29.5 13.1 29.5 29.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.hngcoxbkk {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M432.5 333.1v17.2l-.6 8.5l-1.4 10.7c-76.2 2.4-146.3-41.4-173.5-113.2c0-.1 0-.1-.1-.2h1.3c59.6 0 107.8-48.3 107.8-107.8S317.8 40.4 258.2 40.4S150.4 88.6 150.4 148.2c0 58.6 46.8 106.3 105 107.8c0 .1 0 .1-.1.2C228.2 328 158 371.8 81.6 368.9c-3.6-21.9-2.2-43.4 2-65.2l36.6-193.5c4.4-23.3 15.7-44.4 31-62.1l14.1-14c53.9-46.8 134.5-45 186.3 3.9c11.8 11.2 21.4 23.9 29 38.7c7.9 15.5 11.4 32.2 14.6 49.2l2.1 11.2l2.1 11.7l2.6 14l12.2 64.4l2.2 11.8l2.1 11.1l2.1 11.1l2.1 11.1l2.1 11.1l2.2 11.7l1.2 5.8c1.7 8.3 3.2 16.5 3.9 25zM179 185.3c0 9.2 7.5 16.7 16.7 16.7s16.7-7.5 16.7-16.7s-7.5-16.7-16.7-16.7s-16.7 7.5-16.7 16.7m120.2 0c0 9.2 7.5 16.7 16.7 16.7s16.7-7.5 16.7-16.7s-7.5-16.7-16.7-16.7s-16.7 7.5-16.7 16.7m-59.5-26.5c-3.9-16.6-18.7-26.5-33.9-26.4c-15.4.1-29.6 10.6-33.3 26.6c21-13.3 46.2-13 67.2-.2m100.1 0c-3.9-16.6-18.7-26.5-33.9-26.4c-15.4.1-29.6 10.6-33.3 26.6c21-13.3 46.1-13 67.2-.2m-58.6 50.8c-.6-.4-1.7-.9-2.8-.6l-11.2 2.5c-7.5 1.6-14.7 1.6-22.2 0l-11.2-2.5c-1.2-.3-2.6.4-3.1 1c-2.7 3 .3 10.5 6.9 14c11.4 6.1 25.8 6.1 37.2 0c7.3-4.1 9.6-12.2 6.4-14.4");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.nvqrqlbpx {
|
|
2
|
+
d: path("M432.5 333.1v17.2l-.6 8.5l-1.4 10.7c-76.2 2.4-146.3-41.4-173.5-113.2c0-.1 0-.1-.1-.2h1.3c59.6 0 107.8-48.3 107.8-107.8S317.8 40.4 258.2 40.4S150.4 88.6 150.4 148.2c0 58.6 46.8 106.3 105 107.8c0 .1 0 .1-.1.2C228.2 328 158 371.8 81.6 368.9c-3.6-21.9-2.2-43.4 2-65.2l36.6-193.5c4.4-23.3 15.7-44.4 31-62.1l14.1-14c53.9-46.8 134.5-45 186.3 3.9c11.8 11.2 21.4 23.9 29 38.7c7.9 15.5 11.4 32.2 14.6 49.2l2.1 11.2l2.1 11.7l2.6 14l12.2 64.4l2.2 11.8l2.1 11.1l2.1 11.1l2.1 11.1l2.1 11.1l2.2 11.7l1.2 5.8c1.7 8.3 3.2 16.5 3.9 25zM179 185.3c0 9.2 7.5 16.7 16.7 16.7s16.7-7.5 16.7-16.7s-7.5-16.7-16.7-16.7s-16.7 7.5-16.7 16.7m120.2 0c0 9.2 7.5 16.7 16.7 16.7s16.7-7.5 16.7-16.7s-7.5-16.7-16.7-16.7s-16.7 7.5-16.7 16.7m-59.5-26.5c-3.9-16.6-18.7-26.5-33.9-26.4c-15.4.1-29.6 10.6-33.3 26.6c21-13.3 46.2-13 67.2-.2m100.1 0c-3.9-16.6-18.7-26.5-33.9-26.4c-15.4.1-29.6 10.6-33.3 26.6c21-13.3 46.1-13 67.2-.2m-58.6 50.8c-.6-.4-1.7-.9-2.8-.6l-11.2 2.5c-7.5 1.6-14.7 1.6-22.2 0l-11.2-2.5c-1.2-.3-2.6.4-3.1 1c-2.7 3 .3 10.5 6.9 14c11.4 6.1 25.8 6.1 37.2 0c7.3-4.1 9.6-12.2 6.4-14.4");
|
|
3
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.pf63vxpfw {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M256.9 256.2c27.2 71.8 97.3 115.6 173.5 113.2c-5.1 32.2-20.1 61.9-42.3 85.9c-30.7 33.3-73 53.3-118.3 56.7h-27.5c-79.8-5.8-147.8-64-160.8-143.1c76.4 3 146.6-40.9 173.7-112.7c.6-1.4 1.3-1.4 1.7 0m1.3-215.8c-45.1 0-82.8 25.4-98.9 64.7c0 0-.1.2-.2.6l3.1-1.7c29.5-3 56.1-18.4 74.2-41.9c1.1-1.6 2.2-1.6 3.4 0c26 34.3 70.5 50.1 112.2 38.9l3.4.5h.1c-17.4-36.4-54.3-61.1-97.3-61.1");
|
|
4
|
+
opacity: var(--svg-opacity--0-8, 0.8);
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qgo9spqhq {
|
|
2
|
+
fill: var(--svg-color--040404, #040404);
|
|
3
|
+
d: path("M239.7 158.8c-21-12.9-46.2-13.1-67.3.2c3.7-16 17.9-26.5 33.3-26.6c15.3-.1 30.1 9.8 34 26.4m100.1 0c-21-12.9-46.2-13.1-67.3.2c3.7-16 17.9-26.5 33.3-26.6c15.3-.1 30.1 9.8 34 26.4m-58.6 50.8c3.1 2.3.9 10.4-6.5 14.3c-11.4 6.1-25.8 6.1-37.2 0c-6.6-3.5-9.6-11-6.9-14c.6-.6 1.9-1.2 3.1-1l11.2 2.5c7.5 1.6 14.7 1.6 22.2 0l11.2-2.5c1.2-.2 2.3.2 2.9.7");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.qqg81jbpq {
|
|
2
|
+
d: path("M472.6 128H303.5L388 43.5c7.7-7.7 7.7-20.2 0-27.8c-7.7-7.7-20.2-7.7-27.9 0L256 119.8L151.8 15.6c-7.7-7.7-20.2-7.7-27.8 0c-7.7 7.7-7.7 20.2 0 27.8l84.5 84.5H39.4C17.7 128 0 145.7 0 167.4v295.4c0 21.7 17.7 39.4 39.4 39.4h433.2c21.7 0 39.4-17.7 39.4-39.4V167.4c0-21.7-17.7-39.4-39.4-39.4M39.4 167.4h256v295.4h-256zm433.2 295.4H334.8V167.4h137.8zM374.2 256c0-16.3 13.2-29.5 29.5-29.5s29.5 13.2 29.5 29.5s-13.2 29.5-29.5 29.5s-29.5-13.2-29.5-29.5m59 118.2c0 16.3-13.2 29.5-29.5 29.5s-29.5-13.2-29.5-29.5s13.2-29.5 29.5-29.5c16.3-.1 29.5 13.1 29.5 29.5");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.uq3xmi0yu {
|
|
2
|
+
d: path("M256.9 256.2c27.2 71.8 97.3 115.6 173.5 113.2c-5.1 32.2-20.1 61.9-42.3 85.9c-30.7 33.3-73 53.3-118.3 56.7h-27.5c-79.8-5.8-147.8-64-160.8-143.1c76.4 3 146.6-40.9 173.7-112.7c.6-1.4 1.3-1.4 1.7 0m1.3-215.8c-45.1 0-82.8 25.4-98.9 64.7c0 0-.1.2-.2.6l3.1-1.7c29.5-3 56.1-18.4 74.2-41.9c1.1-1.6 2.2-1.6 3.4 0c26 34.3 70.5 50.1 112.2 38.9l3.4.5h.1c-17.4-36.4-54.3-61.1-97.3-61.1");
|
|
3
|
+
opacity: var(--svg-opacity--0-8, 0.8);
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.vby9crrze {
|
|
2
|
+
d: path("M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0m121.5 196.3c-26.4 96.1-114.3 178.4-114.3 178.4c-1.5 2-9.3 5.4-14.2 0c0 0-94.5-97.2-114.6-179.6c-.1-6.6 4.8-10.9 10.2-10.9h36.8V147c0-5.3 4.1-9.8 9.4-10.2c31.1-2.2 78.9-4.1 130.6-.4c5.3.4 9.4 4.8 9.4 10.1v37.7h36.8c9.6.1 10.7 9.2 9.9 12.1");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.w5btgvbuy {
|
|
2
|
+
fill: var(--svg-color--040000, #040000);
|
|
3
|
+
d: path("M367.5 184.3h-36.8v-37.7c0-5.3-4.1-9.7-9.4-10.1c-51.6-3.7-99.5-1.8-130.6.4c-5.3.4-9.4 4.9-9.4 10.2v37.2h-36.8c-5.4 0-10.4 4.4-10.2 10.9c20.2 82.4 114.6 179.6 114.6 179.6c4.9 5.4 12.7 2 14.2 0c0 0 87.9-82.3 114.3-178.4c.9-3-.2-12.1-9.9-12.1");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "selfhst",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "selfh.st/icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 6939,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "selfh.st",
|
|
8
8
|
"url": "https://github.com/selfhst/icons"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"category": "Logos",
|
|
24
24
|
"palette": true
|
|
25
25
|
},
|
|
26
|
-
"lastModified":
|
|
26
|
+
"lastModified": 1783058537
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/selfhst",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/selfhst/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC-BY-4.0",
|
|
@@ -1974,6 +1974,18 @@
|
|
|
1974
1974
|
"types": "./types/dd0bq22g.d.ts",
|
|
1975
1975
|
"default": "./components/b/baidu-light.vue"
|
|
1976
1976
|
},
|
|
1977
|
+
"./baikal": {
|
|
1978
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1979
|
+
"default": "./components/b/baikal.vue"
|
|
1980
|
+
},
|
|
1981
|
+
"./baikal-dark": {
|
|
1982
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1983
|
+
"default": "./components/b/baikal-dark.vue"
|
|
1984
|
+
},
|
|
1985
|
+
"./baikal-light": {
|
|
1986
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1987
|
+
"default": "./components/b/baikal-light.vue"
|
|
1988
|
+
},
|
|
1977
1989
|
"./bandcamp": {
|
|
1978
1990
|
"types": "./types/dd0bq22g.d.ts",
|
|
1979
1991
|
"default": "./components/b/bandcamp.vue"
|
|
@@ -5398,6 +5410,18 @@
|
|
|
5398
5410
|
"types": "./types/dd0bq22g.d.ts",
|
|
5399
5411
|
"default": "./components/d/dovecot-light.vue"
|
|
5400
5412
|
},
|
|
5413
|
+
"./downtify": {
|
|
5414
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5415
|
+
"default": "./components/d/downtify.vue"
|
|
5416
|
+
},
|
|
5417
|
+
"./downtify-dark": {
|
|
5418
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5419
|
+
"default": "./components/d/downtify-dark.vue"
|
|
5420
|
+
},
|
|
5421
|
+
"./downtify-light": {
|
|
5422
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5423
|
+
"default": "./components/d/downtify-light.vue"
|
|
5424
|
+
},
|
|
5401
5425
|
"./dozzle": {
|
|
5402
5426
|
"types": "./types/dd0bq22g.d.ts",
|
|
5403
5427
|
"default": "./components/d/dozzle.vue"
|
|
@@ -19914,6 +19938,18 @@
|
|
|
19914
19938
|
"types": "./types/dd0bq22g.d.ts",
|
|
19915
19939
|
"default": "./components/p/pulse-light.vue"
|
|
19916
19940
|
},
|
|
19941
|
+
"./pulseweaver": {
|
|
19942
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19943
|
+
"default": "./components/p/pulseweaver.vue"
|
|
19944
|
+
},
|
|
19945
|
+
"./pulseweaver-dark": {
|
|
19946
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19947
|
+
"default": "./components/p/pulseweaver-dark.vue"
|
|
19948
|
+
},
|
|
19949
|
+
"./pulseweaver-light": {
|
|
19950
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
19951
|
+
"default": "./components/p/pulseweaver-light.vue"
|
|
19952
|
+
},
|
|
19917
19953
|
"./punipuni": {
|
|
19918
19954
|
"types": "./types/dd0bq22g.d.ts",
|
|
19919
19955
|
"default": "./components/p/punipuni.vue"
|
|
@@ -25170,6 +25206,10 @@
|
|
|
25170
25206
|
"types": "./types/dd0bq22g.d.ts",
|
|
25171
25207
|
"default": "./components/t/twitter-light.vue"
|
|
25172
25208
|
},
|
|
25209
|
+
"./tymeslot": {
|
|
25210
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
25211
|
+
"default": "./components/t/tymeslot.vue"
|
|
25212
|
+
},
|
|
25173
25213
|
"./typebot": {
|
|
25174
25214
|
"types": "./types/dd0bq22g.d.ts",
|
|
25175
25215
|
"default": "./components/t/typebot.vue"
|
|
@@ -25218,6 +25258,18 @@
|
|
|
25218
25258
|
"types": "./types/dd0bq22g.d.ts",
|
|
25219
25259
|
"default": "./components/t/typesense-light.vue"
|
|
25220
25260
|
},
|
|
25261
|
+
"./typetype": {
|
|
25262
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
25263
|
+
"default": "./components/t/typetype.vue"
|
|
25264
|
+
},
|
|
25265
|
+
"./typetype-dark": {
|
|
25266
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
25267
|
+
"default": "./components/t/typetype-dark.vue"
|
|
25268
|
+
},
|
|
25269
|
+
"./typetype-light": {
|
|
25270
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
25271
|
+
"default": "./components/t/typetype-light.vue"
|
|
25272
|
+
},
|
|
25221
25273
|
"./typo3": {
|
|
25222
25274
|
"types": "./types/dd0bq22g.d.ts",
|
|
25223
25275
|
"default": "./components/t/typo3.vue"
|