@iconify-svelte/selfhst 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/c/coredns-dark.svelte +18 -0
- package/components/c/coredns-light.svelte +19 -0
- package/components/c/coredns.svelte +19 -0
- package/components/k/keeper-dark.svelte +2 -2
- package/components/k/keeper-light.svelte +2 -2
- package/components/k/keeper.svelte +2 -2
- package/components/l/livinity-dark.svelte +12 -0
- package/components/l/livinity-light.svelte +12 -0
- package/components/l/livinity.svelte +12 -0
- package/components/r/rackula-dark.svelte +2 -2
- package/components/r/rackula-light.svelte +2 -2
- package/components/r/rackula.svelte +3 -3
- package/components/s/scrypted-dark.svelte +11 -0
- package/components/s/scrypted-light.svelte +11 -0
- package/components/s/scrypted.svelte +12 -0
- package/components/t/traefik-dark.svelte +2 -2
- package/components/t/traefik-light.svelte +2 -2
- package/components/t/traefik.svelte +2 -2
- package/css/a/a21bjysuj.css +6 -0
- package/css/a/ak-zl1bmx.css +3 -0
- package/css/b/bg0n9ce8h.css +3 -0
- package/css/c/chbs9jbxe.css +4 -0
- package/css/c/cvdyevboh.css +4 -0
- package/css/d/dp0jygg6c.css +4 -0
- package/css/e/e-sjs80hz.css +4 -0
- package/css/e/ejah5wb8t.css +3 -0
- package/css/e/eqdph-b6p.css +4 -0
- package/css/e/exm-ov3sf.css +4 -0
- package/css/f/fzklfkbih.css +5 -0
- package/css/g/g1h2dqbxy.css +4 -0
- package/css/h/h1a_j2b2i.css +3 -0
- package/css/h/h3j1xetuj.css +6 -0
- package/css/i/ivjakbbww.css +4 -0
- package/css/j/jf69e7b9q.css +3 -0
- package/css/j/jpzhstbsf.css +4 -0
- package/css/l/l68xvwp9a.css +3 -0
- package/css/l/lnx-fh92x.css +5 -0
- package/css/l/lwgz9wbyv.css +3 -0
- package/css/m/mdm1m0bzc.css +4 -0
- package/css/n/nihi12o8f.css +3 -0
- package/css/o/oo_gcl4jc.css +4 -0
- package/css/o/oslnjoabo.css +3 -0
- package/css/p/pcb784b6h.css +3 -0
- package/css/q/qdb-lt2fu.css +4 -0
- package/css/r/rgnhz_i7b.css +4 -0
- package/css/t/tm-9qcpcq.css +4 -0
- package/css/v/vh4z5kbri.css +6 -0
- package/css/v/vogq-dq-r.css +3 -0
- package/css/v/vphf7_9kz.css +4 -0
- package/css/w/wrnwfpbnt.css +5 -0
- package/css/x/xrflbhmmb.css +3 -0
- package/css/y/y2a9lnbzu.css +6 -0
- package/css/y/yg4ntub0x.css +7 -0
- package/iconify.json +2 -2
- package/package.json +37 -1
- package/css/f/fdyxdrzyj.css +0 -4
- package/css/g/g8nl65i9x.css +0 -4
- package/css/k/kx8f54qci.css +0 -3
- package/css/m/mpp26aczz.css +0 -4
- package/css/n/n6pnygbqd.css +0 -3
- package/css/q/qtk0m3bqb.css +0 -4
- package/css/q/qx7jqdbwn.css +0 -4
- package/css/s/smh-qfbyk.css +0 -3
- package/css/z/z8m34vbgh.css +0 -4
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/a2gzbfbcc.css';
|
|
4
|
+
import '../../css/r/rw5c_lizo.css';
|
|
5
|
+
import '../../css/q/qx32gdm7x.css';
|
|
6
|
+
import '../../css/v/v9u8nhb5n.css';
|
|
7
|
+
import '../../css/p/pcb784b6h.css';
|
|
8
|
+
import '../../css/r/rgnhz_i7b.css';
|
|
9
|
+
import '../../css/i/ivjakbbww.css';
|
|
10
|
+
import '../../css/h/h1a_j2b2i.css';
|
|
11
|
+
|
|
12
|
+
/** @type {{width?: string; height?: string;}} */
|
|
13
|
+
let {width, height, ...props} = $props();
|
|
14
|
+
|
|
15
|
+
const viewBox = {"width":512,"height":512};
|
|
16
|
+
const content = `<linearGradient id="SVGXUi4JSjV" x1="118.5" x2="377.85" y1="385.7" y2="126.35" gradientUnits="userSpaceOnUse"><stop offset="0" class="a2gzbfbcc"/><stop offset=".21" class="rw5c_lizo"/><stop offset=".52" class="qx32gdm7x"/><stop offset=".9" class="v9u8nhb5n"/><stop offset="1"/></linearGradient><path fill="url(#SVGXUi4JSjV)" class="pcb784b6h"/><path class="rgnhz_i7b"/><path class="ivjakbbww"/><path class="h1a_j2b2i"/>`;
|
|
17
|
+
</script>
|
|
18
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:coredns-dark" {...props}></Icon>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/z_4m6ybwr.css';
|
|
4
|
+
import '../../css/b/bmqf4y-5r.css';
|
|
5
|
+
import '../../css/t/tb9i-5hiz.css';
|
|
6
|
+
import '../../css/k/kckc1iwlf.css';
|
|
7
|
+
import '../../css/v/vc--wpv5i.css';
|
|
8
|
+
import '../../css/p/pcb784b6h.css';
|
|
9
|
+
import '../../css/l/lnx-fh92x.css';
|
|
10
|
+
import '../../css/w/wrnwfpbnt.css';
|
|
11
|
+
import '../../css/g/g1h2dqbxy.css';
|
|
12
|
+
|
|
13
|
+
/** @type {{width?: string; height?: string;}} */
|
|
14
|
+
let {width, height, ...props} = $props();
|
|
15
|
+
|
|
16
|
+
const viewBox = {"width":512,"height":512};
|
|
17
|
+
const content = `<linearGradient id="SVGayJRGC6q" x1="118.5" x2="377.85" y1="385.7" y2="126.35" gradientUnits="userSpaceOnUse"><stop offset="0" class="z_4m6ybwr"/><stop offset=".21" class="bmqf4y-5r"/><stop offset=".52" class="tb9i-5hiz"/><stop offset=".906" class="kckc1iwlf"/><stop offset="1" class="vc--wpv5i"/></linearGradient><path fill="url(#SVGayJRGC6q)" class="pcb784b6h"/><path class="lnx-fh92x"/><path class="wrnwfpbnt"/><path class="g1h2dqbxy"/>`;
|
|
18
|
+
</script>
|
|
19
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:coredns-light" {...props}></Icon>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/ejah5wb8t.css';
|
|
4
|
+
import '../../css/a/ak-zl1bmx.css';
|
|
5
|
+
import '../../css/l/lwgz9wbyv.css';
|
|
6
|
+
import '../../css/b/bg0n9ce8h.css';
|
|
7
|
+
import '../../css/n/nihi12o8f.css';
|
|
8
|
+
import '../../css/v/vogq-dq-r.css';
|
|
9
|
+
import '../../css/j/jpzhstbsf.css';
|
|
10
|
+
import '../../css/c/cvdyevboh.css';
|
|
11
|
+
import '../../css/e/eqdph-b6p.css';
|
|
12
|
+
|
|
13
|
+
/** @type {{width?: string; height?: string;}} */
|
|
14
|
+
let {width, height, ...props} = $props();
|
|
15
|
+
|
|
16
|
+
const viewBox = {"width":512,"height":512};
|
|
17
|
+
const content = `<linearGradient id="SVGXqmyrbIw" x1="118.49" x2="377.85" y1="385.68" y2="126.32" gradientUnits="userSpaceOnUse"><stop offset="0" class="ejah5wb8t"/><stop offset=".21" class="ak-zl1bmx"/><stop offset=".52" class="lwgz9wbyv"/><stop offset=".9" class="bg0n9ce8h"/><stop offset="1" class="nihi12o8f"/></linearGradient><path fill="url(#SVGXqmyrbIw)" class="vogq-dq-r"/><path class="jpzhstbsf"/><path class="cvdyevboh"/><path class="eqdph-b6p"/>`;
|
|
18
|
+
</script>
|
|
19
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:coredns" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/o/oslnjoabo.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="oslnjoabo"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:keeper-dark" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/v/vphf7_9kz.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="vphf7_9kz"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:keeper-light" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/o/oslnjoabo.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="oslnjoabo"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:keeper" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/x/xrflbhmmb.css';
|
|
4
|
+
import '../../css/h/h3j1xetuj.css';
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":512,"height":512};
|
|
10
|
+
const content = `<path class="xrflbhmmb"/><circle class="h3j1xetuj"/>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:livinity-dark" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/e-sjs80hz.css';
|
|
4
|
+
import '../../css/y/yg4ntub0x.css';
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":512,"height":512};
|
|
10
|
+
const content = `<path class="e-sjs80hz"/><circle class="yg4ntub0x"/>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:livinity-light" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/v/vh4z5kbri.css';
|
|
4
|
+
import '../../css/y/y2a9lnbzu.css';
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":512,"height":512};
|
|
10
|
+
const content = `<circle class="vh4z5kbri"/><circle class="y2a9lnbzu"/>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:livinity" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/chbs9jbxe.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="chbs9jbxe"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:rackula-dark" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/f/fzklfkbih.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="fzklfkbih"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:rackula-light" {...props}></Icon>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
3
|
+
import '../../css/o/oo_gcl4jc.css';
|
|
4
|
+
import '../../css/d/dp0jygg6c.css';
|
|
5
5
|
|
|
6
6
|
/** @type {{width?: string; height?: string;}} */
|
|
7
7
|
let {width, height, ...props} = $props();
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":512,"height":512};
|
|
10
|
-
const content = `<path class="
|
|
10
|
+
const content = `<path class="oo_gcl4jc"/><path class="dp0jygg6c"/>`;
|
|
11
11
|
</script>
|
|
12
12
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:rackula" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/j/jf69e7b9q.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":512,"height":512};
|
|
9
|
+
const content = `<path class="jf69e7b9q"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:scrypted-dark" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qdb-lt2fu.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":512,"height":512};
|
|
9
|
+
const content = `<path class="qdb-lt2fu"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:scrypted-light" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/a/a21bjysuj.css';
|
|
4
|
+
import '../../css/t/tm-9qcpcq.css';
|
|
5
|
+
|
|
6
|
+
/** @type {{width?: string; height?: string;}} */
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":512,"height":512};
|
|
10
|
+
const content = `<circle class="a21bjysuj"/><path class="tm-9qcpcq"/>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:scrypted" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/l68xvwp9a.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="l68xvwp9a"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:traefik-dark" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/e/exm-ov3sf.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="exm-ov3sf"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:traefik-light" {...props}></Icon>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/m/mdm1m0bzc.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":512,"height":512};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path class="mdm1m0bzc"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="selfhst:traefik" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.chbs9jbxe {
|
|
2
|
+
fill-rule: evenodd;
|
|
3
|
+
d: path("M86.4 0q-9.6 0-9.6 9.6v96L93.44 496q0 16 16 16h293.12q16 0 16-16l16.64-390.4v-96q0-9.6-9.6-9.6h-96q-8.32 0-16 16.64L256 113.92l-57.6-97.28Q190.72 0 182.4 0Zm39.04 137.6h261.12q12.8 0 12.8 12.8V208q0 12.8-12.8 12.8H125.44q-12.8 0-12.8-12.8v-57.6q0-12.8 12.8-12.8m11.52 121.6h238.08q12.8 0 12.8 12.8v57.6q0 12.8-12.8 12.8H136.96q-12.8 0-12.8-12.8V272q0-12.8 12.8-12.8m11.52 121.6h215.04q12.8 0 12.8 12.8v57.6q0 12.8-12.8 12.8H148.48q-12.8 0-12.8-12.8v-57.6q0-12.8 12.8-12.8");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.cvdyevboh {
|
|
2
|
+
fill: var(--svg-color--623393, #623393);
|
|
3
|
+
d: path("m326.8 183.9l15.9-15.9l13.2 13.2c19.1 19.1 19.1 50.1 0 69.2l-64.1 64.1l-16.3-16.3l63.9-63.9c10.4-10.4 10.4-27.3 0-37.6zm172.4-46.8l-32-32c-17-17-44.6-17-61.7 0L381 129.6l77 77c5.9 5.9 10.3 12.7 13.3 20l27.8-27.8c17.2-17.1 17.2-44.7.1-61.7");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dp0jygg6c {
|
|
2
|
+
fill: var(--svg-color--282a36, #282a36);
|
|
3
|
+
d: path("M125.44 137.6h261.12q12.8 0 12.8 12.8V208q0 12.8-12.8 12.8H125.44q-12.8 0-12.8-12.8v-57.6q0-12.8 12.8-12.8m11.52 121.6h238.08q12.8 0 12.8 12.8v57.6q0 12.8-12.8 12.8H136.96q-12.8 0-12.8-12.8V272q0-12.8 12.8-12.8m11.52 121.6h215.04q12.8 0 12.8 12.8v57.6q0 12.8-12.8 12.8H148.48q-12.8 0-12.8-12.8v-57.6q0-12.8 12.8-12.8");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.eqdph-b6p {
|
|
2
|
+
fill: var(--svg-color--2c256c, #2c256c);
|
|
3
|
+
d: path("m121.4 388.6l-15 15c-17 17-44.6 17-61.7 0l-32-32c-17-17-17-44.6 0-61.7L29 293.6c2.5 4.2 5.5 8.2 9.2 11.9zm336.7-182l-77-77l-38.4 38.4l13.2 13.2c19.1 19.1 19.1 50.1 0 69.2l-64.1 64.1l15.1 15.1c17 17 44.6 17 61.7 0l102.9-102.9c-3.1-7.4-7.5-14.2-13.4-20.1m-183.2 29.2l51.9-51.9l12.6 12.6c10.4 10.4 10.4 27.3 0 37.6L275.5 298l-.6-.6c-17-17-17-44.6 0-61.6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.exm-ov3sf {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M256 25.4c23.2 0 43.9 16.4 43.9 36.6S280.2 98.6 256 98.6c-2.8 0-6.4-.5-10.8-1.4c-3.5-.7-7.1-.1-10.1 1.6L77.8 188.3c-3.5 2-4.7 6.5-2.7 10c.7 1.2 1.6 2.1 2.8 2.8l170.5 95.8c4.4 2.5 9.8 2.5 14.3 0l171.4-95.3c3.5-2 4.8-6.4 2.8-9.9c-.7-1.2-1.6-2.1-2.8-2.8l-53.5-30.4c-4.4-2.5-9.9-2.5-14.3-.1l-56.5 31.3c-1.4.8-2.4 2.2-2.5 3.8v.5c0 20.2-19.7 36.6-43.9 36.6s-43.9-16.4-43.9-36.6s19.7-36.6 43.9-36.6c.9 0 1.9 0 3.1.1l1.8.2l2 .3c3.1.4 6.3-.2 9.1-1.7l83.5-46.3c6.4-3.5 14.1-3.7 20.6-.4l.9.5L501 176.3c14.6 8.3 14.8 29.2.6 37.8l-.8.5l-78 43.4c-3.5 2-4.8 6.4-2.8 9.9c.7 1.2 1.7 2.3 3 2.9l77.2 40.7c15.3 8.1 15.7 29.9.6 38.5L266.2 483.8c-6.7 3.8-15 3.8-21.7 0L11.2 350.5c-15.1-8.6-14.6-30.5.7-38.5L90 271.2c3.6-1.9 5-6.3 3.1-9.9c-.7-1.3-1.7-2.3-2.9-3l-79-44.4c-14.6-8.2-14.9-29-.9-37.8l.8-.5L205.2 65.3c3.1-1.7 5.4-4.5 6.6-7.9l.2-.8c6.8-20.3 22.3-31.2 44-31.2m108.3 269.4L268.5 350l-.9.5c-6.5 3.4-14.3 3.2-20.7-.4l-95.5-53.9c-4.3-2.4-9.5-2.5-13.9-.2l-55.1 28.8c-3.6 1.9-5 6.3-3.1 9.9c.6 1.2 1.6 2.3 2.9 3L250.4 434c4.5 2.6 10 2.6 14.5 0l169.7-97c3.5-2 4.7-6.5 2.7-10c-.7-1.2-1.7-2.2-2.9-2.9l-56-29.5c-4.5-2.3-9.8-2.3-14.1.2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.fzklfkbih {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M86.4 0q-9.6 0-9.6 9.6v96L93.4 496c0 10.7 5.3 16 16 16h293.1c10.7 0 16-5.3 16-16l16.6-390.4v-96q0-9.6-9.6-9.6h-96c-5.5 0-10.9 5.5-16 16.6L256 113.9l-57.6-97.3C193.3 5.5 187.9 0 182.4 0zm39 137.6h261.1c8.5 0 12.8 4.3 12.8 12.8V208c0 8.5-4.3 12.8-12.8 12.8H125.4c-8.5 0-12.8-4.3-12.8-12.8v-57.6c0-8.5 4.3-12.8 12.8-12.8M137 259.2h238c8.5 0 12.8 4.3 12.8 12.8v57.6c0 8.5-4.3 12.8-12.8 12.8H137c-8.5 0-12.8-4.3-12.8-12.8V272c0-8.5 4.2-12.8 12.8-12.8m11.5 121.6h215c8.5 0 12.8 4.3 12.8 12.8v57.6c0 8.5-4.3 12.8-12.8 12.8h-215c-8.5 0-12.8-4.3-12.8-12.8v-57.6c0-8.5 4.2-12.8 12.8-12.8");
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g1h2dqbxy {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("m121.4 388.6l-15 15c-17 17-44.6 17-61.7 0l-32-32c-17-17-17-44.6 0-61.7L29 293.6c2.5 4.2 5.5 8.2 9.2 11.9zm336.7-182l-77-77l-38.4 38.4l13.2 13.2c19.1 19.1 19.1 50.1 0 69.2l-64.1 64.1l15.1 15.1c17 17 44.6 17 61.7 0l102.9-102.9c-3.1-7.4-7.5-14.2-13.4-20.1m-183.2 29.2l51.9-51.9l12.6 12.6c10.4 10.4 10.4 27.3 0 37.6L275.5 298l-.6-.6c-17-17-17-44.6 0-61.6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.h1a_j2b2i {
|
|
2
|
+
d: path("m121.4 388.6l-15 15c-17 17-44.6 17-61.7 0l-32-32c-17-17-17-44.6 0-61.7L29 293.6c2.5 4.2 5.5 8.2 9.2 11.9zm336.7-182l-77-77l-38.4 38.4l13.2 13.2c19.1 19.1 19.1 50.1 0 69.2l-64.1 64.1l15.1 15.1c17 17 44.6 17 61.7 0l102.9-102.9c-3.1-7.4-7.5-14.2-13.4-20.1m-183.2 29.2l51.9-51.9l12.6 12.6c10.4 10.4 10.4 27.3 0 37.6L275.5 298l-.6-.6c-17-17-17-44.6 0-61.6");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ivjakbbww {
|
|
2
|
+
d: path("M29.1 293.6L142.7 180c17-17 44.6-17 61.7 0l13.3 13.3l-73.9 73.9c-19.1 19.1-19.1 50.1 0 69.2l14.9 14.9l-37.3 37.3l-83.1-83.1c-3.7-3.7-6.7-7.7-9.2-11.9m207.2-81.7l-2.5-2.5l-73.4 73.6c-10.4 10.4-10.4 27.3 0 37.6l14.5 14.5l61.5-61.5c17-17 17-44.6-.1-61.7m262.9-74.8l-32-32c-17-17-44.6-17-61.7 0L381 129.6l77 77c5.9 5.9 10.3 12.7 13.3 20l27.8-27.8c17.2-17.1 17.2-44.7.1-61.7");
|
|
3
|
+
opacity: var(--svg-opacity--0-55, 0.55);
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.jf69e7b9q {
|
|
2
|
+
d: path("M148.9 363.1h214.2V148.9H148.9zm42.6-171.6h129v129h-129zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0m192.3 277.2v43.3h-43v40.1c0 24.6-20 44.6-44.6 44.6h-40.1v43h-43.3v-43h-42.5v43h-43.3v-43h-40.1c-24.6 0-44.6-20-44.6-44.6v-40.1h-43v-43.3h43v-41.9h-43V192h43v-40.7c0-24.6 20-44.6 44.6-44.6h40.1v-43h43.3v43h42.5v-43h43.3v43h40.1c24.6 0 44.6 20 44.6 44.6V192h43v43.3h-43v41.9zm-213.5-42.4h42.5v42.5h-42.5z");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jpzhstbsf {
|
|
2
|
+
fill: var(--svg-color--5b2d82, #5b2d82);
|
|
3
|
+
d: path("M29.1 293.6L142.7 180c17-17 44.6-17 61.7 0l13.3 13.3l-73.9 73.9c-19.1 19.1-19.1 50.1 0 69.2l14.9 14.9l-37.3 37.3l-83.1-83.1c-3.7-3.7-6.7-7.7-9.2-11.9m207.2-81.7l-2.5-2.5l-73.4 73.6c-10.4 10.4-10.4 27.3 0 37.6l14.5 14.5l61.5-61.5c17-17 17-44.6-.1-61.7");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.l68xvwp9a {
|
|
2
|
+
d: path("M256 25.4c23.2 0 43.9 16.4 43.9 36.6S280.2 98.6 256 98.6c-2.8 0-6.4-.5-10.8-1.4c-3.5-.7-7.1-.1-10.1 1.6L77.8 188.3c-3.5 2-4.7 6.5-2.7 10c.7 1.2 1.6 2.1 2.8 2.8l170.5 95.8c4.4 2.5 9.8 2.5 14.3 0l171.4-95.3c3.5-2 4.8-6.4 2.8-9.9c-.7-1.2-1.6-2.1-2.8-2.8l-53.5-30.4c-4.4-2.5-9.9-2.5-14.3-.1l-56.5 31.3c-1.4.8-2.4 2.2-2.5 3.8v.5c0 20.2-19.7 36.6-43.9 36.6s-43.9-16.4-43.9-36.6s19.7-36.6 43.9-36.6c.9 0 1.9 0 3.1.1l1.8.2l2 .3c3.1.4 6.3-.2 9.1-1.7l83.5-46.3c6.4-3.5 14.1-3.7 20.6-.4l.9.5L501 176.3c14.6 8.3 14.8 29.2.6 37.8l-.8.5l-78 43.4c-3.5 2-4.8 6.4-2.8 9.9c.7 1.2 1.7 2.3 3 2.9l77.2 40.7c15.3 8.1 15.7 29.9.6 38.5L266.2 483.8c-6.7 3.8-15 3.8-21.7 0L11.2 350.5c-15.1-8.6-14.6-30.5.7-38.5L90 271.2c3.6-1.9 5-6.3 3.1-9.9c-.7-1.3-1.7-2.3-2.9-3l-79-44.4c-14.6-8.2-14.9-29-.9-37.8l.8-.5L205.2 65.3c3.1-1.7 5.4-4.5 6.6-7.9l.2-.8c6.8-20.3 22.3-31.2 44-31.2m108.3 269.4L268.5 350l-.9.5c-6.5 3.4-14.3 3.2-20.7-.4l-95.5-53.9c-4.3-2.4-9.5-2.5-13.9-.2l-55.1 28.8c-3.6 1.9-5 6.3-3.1 9.9c.6 1.2 1.6 2.3 2.9 3L250.4 434c4.5 2.6 10 2.6 14.5 0l169.7-97c3.5-2 4.7-6.5 2.7-10c-.7-1.2-1.7-2.2-2.9-2.9l-56-29.5c-4.5-2.3-9.8-2.3-14.1.2");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mdm1m0bzc {
|
|
2
|
+
fill: var(--svg-color--24a1c1, #24a1c1);
|
|
3
|
+
d: path("M256 25.4c23.2 0 43.9 16.4 43.9 36.6S280.2 98.6 256 98.6c-2.8 0-6.4-.5-10.8-1.4c-3.5-.7-7.1-.1-10.1 1.6L77.8 188.3c-3.5 2-4.7 6.5-2.7 10c.7 1.2 1.6 2.1 2.8 2.8l170.5 95.8c4.4 2.5 9.8 2.5 14.3 0l171.4-95.3c3.5-2 4.8-6.4 2.8-9.9c-.7-1.2-1.6-2.1-2.8-2.8l-53.5-30.4c-4.4-2.5-9.9-2.5-14.3-.1l-56.5 31.3c-1.4.8-2.4 2.2-2.5 3.8v.5c0 20.2-19.7 36.6-43.9 36.6s-43.9-16.4-43.9-36.6s19.7-36.6 43.9-36.6c.9 0 1.9 0 3.1.1l1.8.2l2 .3c3.1.4 6.3-.2 9.1-1.7l83.5-46.3c6.4-3.5 14.1-3.7 20.6-.4l.9.5L501 176.3c14.6 8.3 14.8 29.2.6 37.8l-.8.5l-78 43.4c-3.5 2-4.8 6.4-2.8 9.9c.7 1.2 1.7 2.3 3 2.9l77.2 40.7c15.3 8.1 15.7 29.9.6 38.5L266.2 483.8c-6.7 3.8-15 3.8-21.7 0L11.2 350.5c-15.1-8.6-14.6-30.5.7-38.5L90 271.2c3.6-1.9 5-6.3 3.1-9.9c-.7-1.3-1.7-2.3-2.9-3l-79-44.4c-14.6-8.2-14.9-29-.9-37.8l.8-.5L205.2 65.3c3.1-1.7 5.4-4.5 6.6-7.9l.2-.8c6.8-20.3 22.3-31.2 44-31.2m108.3 269.4L268.5 350l-.9.5c-6.5 3.4-14.3 3.2-20.7-.4l-95.5-53.9c-4.3-2.4-9.5-2.5-13.9-.2l-55.1 28.8c-3.6 1.9-5 6.3-3.1 9.9c.6 1.2 1.6 2.3 2.9 3L250.4 434c4.5 2.6 10 2.6 14.5 0l169.7-97c3.5-2 4.7-6.5 2.7-10c-.7-1.2-1.7-2.2-2.9-2.9l-56-29.5c-4.5-2.3-9.8-2.3-14.1.2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.pcb784b6h {
|
|
2
|
+
d: path("M458.1 292.9L285 465.9c-23.8 23.8-62.5 23.8-86.3 0l-77.4-77.4l37.3-37.3l13.6 13.6c19.1 19.1 50.1 19.1 69.2 0l114.5-114.5c19.1-19.1 19.1-50.1 0-69.2l-28.5-28.5c-19.1-19.1-50.1-19.1-69.2 0l-40.5 40.5l-13.3-13.3c-17-17-44.6-17-61.7 0L29.1 293.6c-14.1-23.5-11-54.2 9.2-74.4l173-173.1c23.8-23.8 62.5-23.8 86.3 0l160.5 160.5c23.8 23.8 23.8 62.4 0 86.3m-283.3 42.2l13 13c10.4 10.4 27.3 10.4 37.6 0l113.9-113.9c10.4-10.4 10.4-27.3 0-37.6l-27.4-27.4c-10.4-10.4-27.3-10.4-37.6 0l-40.4 40.4l2.5 2.5c17 17 17 44.6 0 61.7z");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qdb-lt2fu {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M148.9 363.1h214.2V148.9H148.9zm42.6-171.6h129v129h-129zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0m192.3 277.2v43.3h-43v40.1c0 24.6-20 44.6-44.6 44.6h-40.1v43h-43.3v-43h-42.5v43h-43.3v-43h-40.1c-24.6 0-44.6-20-44.6-44.6v-40.1h-43v-43.3h43v-41.9h-43V192h43v-40.7c0-24.6 20-44.6 44.6-44.6h40.1v-43h43.3v43h42.5v-43h43.3v43h40.1c24.6 0 44.6 20 44.6 44.6V192h43v43.3h-43v41.9zm-213.5-42.4h42.5v42.5h-42.5z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.tm-9qcpcq {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M320.5 191.5h-129v129h129zm-43.3 85.7h-42.5v-42.5h42.5zm171.1-41.9V192h-43v-40.7c0-24.6-20-44.6-44.6-44.6h-40.1v-43h-43.3v43h-42.5v-43h-43.3v43h-40.1c-24.6 0-44.6 20-44.6 44.6V192h-43v43.3h43v41.9h-43v43.3h43v40.1c0 24.6 20 44.6 44.6 44.6h40.1v43h43.3v-43h42.5v43h43.3v-43h40.1c24.6 0 44.6-20 44.6-44.6v-40.1h43v-43.3h-43v-41.9zm-85.2 127.8H148.9V148.9h214.2z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.vogq-dq-r {
|
|
2
|
+
d: path("M458.1 206.6L297.6 46.1c-23.8-23.8-62.5-23.8-86.3 0l-173.1 173c-23.8 23.8-23.8 62.5 0 86.3l160.5 160.5c23.8 23.8 62.5 23.8 86.3 0l173.1-173.1c23.8-23.8 23.8-62.4 0-86.2m-102.2 43.8L241.4 364.8c-19.1 19.1-50.1 19.1-69.2 0l-28.5-28.5c-19.1-19.1-19.1-50.1 0-69.2l114.5-114.5c19.1-19.1 50.1-19.1 69.2 0l28.5 28.5c19.1 19.1 19.1 50.1 0 69.3m-168.1 97.7l-27.4-27.4c-10.4-10.4-10.4-27.3 0-37.6l113.9-113.9c10.4-10.4 27.3-10.4 37.6 0l27.4 27.4c10.4 10.4 10.4 27.3 0 37.6L225.5 348.1c-10.4 10.4-27.3 10.4-37.7 0");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.vphf7_9kz {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M400 170c61.9 0 112 50.1 112 112v118c0 61.9-50.1 112-112 112H282c-61.9 0-112-50.1-112-112v-58h60c61.9 0 112-50.1 112-112v-60zM230 0c61.9 0 112 50.1 112 112v58h-60c-61.9 0-112 50.1-112 112v60h-58C50.1 342 0 291.9 0 230V112C0 50.1 50.1 0 112 0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.wrnwfpbnt {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M29.1 293.6L142.7 180c17-17 44.6-17 61.7 0l13.3 13.3l-73.9 73.9c-19.1 19.1-19.1 50.1 0 69.2l14.9 14.9l-37.3 37.3l-83.1-83.1c-3.7-3.7-6.7-7.7-9.2-11.9m207.2-81.7l-2.5-2.5l-73.4 73.6c-10.4 10.4-10.4 27.3 0 37.6l14.5 14.5l61.5-61.5c17-17 17-44.6-.1-61.7m262.9-74.8l-32-32c-17-17-44.6-17-61.7 0L381 129.6l77 77c5.9 5.9 10.3 12.7 13.3 20l27.8-27.8c17.2-17.1 17.2-44.7.1-61.7");
|
|
4
|
+
opacity: var(--svg-opacity--0-55, 0.55);
|
|
5
|
+
}
|
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": 6926,
|
|
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": 1782883041
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/selfhst",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
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",
|
|
@@ -4066,6 +4066,18 @@
|
|
|
4066
4066
|
"types": "./types/gfwqskkx.d.ts",
|
|
4067
4067
|
"svelte": "./components/c/corecontrol-light.svelte"
|
|
4068
4068
|
},
|
|
4069
|
+
"./coredns": {
|
|
4070
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4071
|
+
"svelte": "./components/c/coredns.svelte"
|
|
4072
|
+
},
|
|
4073
|
+
"./coredns-dark": {
|
|
4074
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4075
|
+
"svelte": "./components/c/coredns-dark.svelte"
|
|
4076
|
+
},
|
|
4077
|
+
"./coredns-light": {
|
|
4078
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4079
|
+
"svelte": "./components/c/coredns-light.svelte"
|
|
4080
|
+
},
|
|
4069
4081
|
"./costco": {
|
|
4070
4082
|
"types": "./types/gfwqskkx.d.ts",
|
|
4071
4083
|
"svelte": "./components/c/costco.svelte"
|
|
@@ -12342,6 +12354,18 @@
|
|
|
12342
12354
|
"types": "./types/gfwqskkx.d.ts",
|
|
12343
12355
|
"svelte": "./components/l/livebook.svelte"
|
|
12344
12356
|
},
|
|
12357
|
+
"./livinity": {
|
|
12358
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
12359
|
+
"svelte": "./components/l/livinity.svelte"
|
|
12360
|
+
},
|
|
12361
|
+
"./livinity-dark": {
|
|
12362
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
12363
|
+
"svelte": "./components/l/livinity-dark.svelte"
|
|
12364
|
+
},
|
|
12365
|
+
"./livinity-light": {
|
|
12366
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
12367
|
+
"svelte": "./components/l/livinity-light.svelte"
|
|
12368
|
+
},
|
|
12345
12369
|
"./liwan": {
|
|
12346
12370
|
"types": "./types/gfwqskkx.d.ts",
|
|
12347
12371
|
"svelte": "./components/l/liwan.svelte"
|
|
@@ -21818,6 +21842,18 @@
|
|
|
21818
21842
|
"types": "./types/gfwqskkx.d.ts",
|
|
21819
21843
|
"svelte": "./components/s/scrutiny-light.svelte"
|
|
21820
21844
|
},
|
|
21845
|
+
"./scrypted": {
|
|
21846
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
21847
|
+
"svelte": "./components/s/scrypted.svelte"
|
|
21848
|
+
},
|
|
21849
|
+
"./scrypted-dark": {
|
|
21850
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
21851
|
+
"svelte": "./components/s/scrypted-dark.svelte"
|
|
21852
|
+
},
|
|
21853
|
+
"./scrypted-light": {
|
|
21854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
21855
|
+
"svelte": "./components/s/scrypted-light.svelte"
|
|
21856
|
+
},
|
|
21821
21857
|
"./scuttle": {
|
|
21822
21858
|
"types": "./types/gfwqskkx.d.ts",
|
|
21823
21859
|
"svelte": "./components/s/scuttle.svelte"
|
package/css/f/fdyxdrzyj.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.fdyxdrzyj {
|
|
2
|
-
fill: var(--svg-color--24a1c1, #24a1c1);
|
|
3
|
-
d: path("M116.8 428.5c-38.3-3.3-67.5-14.9-88.8-35.2c-21.6-20.6-30.9-47.5-27.3-79c4.2-36.2 21.3-61.7 51.4-76.6c23.1-11.5 46.2-15.9 83.8-15.9c26.7 0 49.1 2.2 83.2 8.1c8.4 1.5 15.8 2.7 16.2 2.7c.7 0 1.3-2.7 2.8-13.5c2.8-19.5 3.3-26.2 2.5-34.1c-.9-9.1-2-13.4-5.5-20.5c-8.9-18.2-29.9-29.3-63.7-33.7c-9.7-1.2-31.9-1.4-41.6-.3c-16.2 1.8-25.3 4.2-45.4 11.8c-11.8 4.4-11.9 4.5-16.6 4.2c-8.1-.5-13.6-4.2-17.2-11.4c-1.5-3-1.7-4.2-1.7-8.3c0-6.1 1.6-9.3 7-14.4C68.5 101 89.2 91.2 110 87c13.3-2.7 19.9-3.3 37.5-3.2c18.2 0 29.8 1.1 46 4.1c26.9 5 47.3 13.9 62.7 27.2c4.6 3.9 11.5 11.7 14.4 16.2c.9 1.4 1.8 2.5 2.1 2.5c.2 0 1.7-1.7 3.3-3.7c23.3-29.8 62.6-46.7 108.6-46.7c32.5 0 62.8 8.3 85.3 23.3c17.9 11.9 32.4 30.3 38.3 48.4c3.4 10.4 3.9 14.2 3.9 29.3c0 9.4-.2 15.7-.8 18.7c-5.3 29.7-17.8 50.2-39.6 64.9c-17.5 11.8-39.6 18.7-68.4 21.4c-14.5 1.4-41 1.2-58.2-.3c-14.6-1.3-32.5-3.6-40.1-5.1c-6.4-1.3-28.3-5-28.5-4.8c-.1.1-1.1 6.7-2.3 14.6c-1.9 12.7-2.2 15.9-2.2 26c0 10.3.1 12.1 1.3 16.9c4 15.3 12.8 25.6 28.7 33.5c15.7 7.8 32.1 11.2 57 11.7c11 .2 16.6.1 23.5-.7c16.7-1.8 24.3-3.7 46.4-11.9c5.5-2 11.2-3.9 12.5-4.1c2.9-.5 8.4.5 11.6 2.1c5.7 2.9 10.6 10.7 10.5 17c0 7.4-2.5 11.8-9.8 17.7c-17.4 13.9-39.6 22.4-66.1 25.4c-9.5 1.1-31 1.2-41.5.3c-29.4-2.6-49.7-7.6-68.4-16.9c-14.5-7.3-25.6-16.3-33.9-27.5c-2-2.8-3.8-5.1-3.8-5.2c-.1-.1-1.4 1.5-3 3.6c-7 9-17.6 18.7-28 25.5c-15 9.8-36.6 17.3-58.4 20.3c-6.7.7-28.3 1.5-33.8 1m37.5-42.2c17.8-4 33.7-12.9 45.2-25.5c10.5-11.4 19.1-28.6 23.9-47.5c2.7-10.7 7.1-40.3 6.1-40.9c-.4-.2-2.7-.6-5.2-.8s-9.6-1.1-15.7-1.9c-36.6-4.8-59.1-6.6-71.7-5.9c-24 1.3-33.7 3.4-48.1 10.3c-7.4 3.5-12.5 7.4-16.5 12.4c-5.8 7.3-9.3 14.5-11.7 24.2c-1.8 7.1-1.9 25.6-.3 31.5c2.8 10 6 15.7 13.4 23.3c10.1 10.3 23.4 17.2 39.9 20.6c8.4 1.8 8.2 1.7 22.3 1.5c10.3-.1 14.2-.4 18.4-1.3m233.5-139.1c14.9-1.3 24.1-3.6 35.3-9c9.4-4.4 14.8-8.9 20-16.6c7.6-11.2 10.5-21.8 10.5-37.6c-.1-11.2-1-15.9-4.9-24c-8.6-18-28.9-31-55.6-35.4c-6.6-1.1-24.5-.9-31.3.3c-13.1 2.4-24.2 6.8-33.9 13.4c-18 12.3-30.5 30.7-37.4 55.5c-2.7 9.7-3.5 13.5-5.9 30.3l-2.2 15.5l3 .3c9.1 1 29.5 3.5 41.4 5c7.5 1 16.6 2 20.4 2.3c10.6 1 30 1 40.6 0");
|
|
4
|
-
}
|
package/css/g/g8nl65i9x.css
DELETED
package/css/k/kx8f54qci.css
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
.kx8f54qci {
|
|
2
|
-
d: path("M116.8 428.5c-38.3-3.3-67.5-14.9-88.8-35.2c-21.6-20.6-30.9-47.5-27.3-79c4.2-36.2 21.3-61.7 51.4-76.6c23.1-11.5 46.2-15.9 83.8-15.9c26.7 0 49.1 2.2 83.2 8.1c8.4 1.5 15.8 2.7 16.2 2.7c.7 0 1.3-2.7 2.8-13.5c2.8-19.5 3.3-26.2 2.5-34.1c-.9-9.1-2-13.4-5.5-20.5c-8.9-18.2-29.9-29.3-63.7-33.7c-9.7-1.2-31.9-1.4-41.6-.3c-16.2 1.8-25.3 4.2-45.4 11.8c-11.8 4.4-11.9 4.5-16.6 4.2c-8.1-.5-13.6-4.2-17.2-11.4c-1.5-3-1.7-4.2-1.7-8.3c0-6.1 1.6-9.3 7-14.4C68.5 101 89.2 91.2 110 87c13.3-2.7 19.9-3.3 37.5-3.2c18.2 0 29.8 1.1 46 4.1c26.9 5 47.3 13.9 62.7 27.2c4.6 3.9 11.5 11.7 14.4 16.2c.9 1.4 1.8 2.5 2.1 2.5c.2 0 1.7-1.7 3.3-3.7c23.3-29.8 62.6-46.7 108.6-46.7c32.5 0 62.8 8.3 85.3 23.3c17.9 11.9 32.4 30.3 38.3 48.4c3.4 10.4 3.9 14.2 3.9 29.3c0 9.4-.2 15.7-.8 18.7c-5.3 29.7-17.8 50.2-39.6 64.9c-17.5 11.8-39.6 18.7-68.4 21.4c-14.5 1.4-41 1.2-58.2-.3c-14.6-1.3-32.5-3.6-40.1-5.1c-6.4-1.3-28.3-5-28.5-4.8c-.1.1-1.1 6.7-2.3 14.6c-1.9 12.7-2.2 15.9-2.2 26c0 10.3.1 12.1 1.3 16.9c4 15.3 12.8 25.6 28.7 33.5c15.7 7.8 32.1 11.2 57 11.7c11 .2 16.6.1 23.5-.7c16.7-1.8 24.3-3.7 46.4-11.9c5.5-2 11.2-3.9 12.5-4.1c2.9-.5 8.4.5 11.6 2.1c5.7 2.9 10.6 10.7 10.5 17c0 7.4-2.5 11.8-9.8 17.7c-17.4 13.9-39.6 22.4-66.1 25.4c-9.5 1.1-31 1.2-41.5.3c-29.4-2.6-49.7-7.6-68.4-16.9c-14.5-7.3-25.6-16.3-33.9-27.5c-2-2.8-3.8-5.1-3.8-5.2c-.1-.1-1.4 1.5-3 3.6c-7 9-17.6 18.7-28 25.5c-15 9.8-36.6 17.3-58.4 20.3c-6.7.7-28.3 1.5-33.8 1m37.5-42.2c17.8-4 33.7-12.9 45.2-25.5c10.5-11.4 19.1-28.6 23.9-47.5c2.7-10.7 7.1-40.3 6.1-40.9c-.4-.2-2.7-.6-5.2-.8s-9.6-1.1-15.7-1.9c-36.6-4.8-59.1-6.6-71.7-5.9c-24 1.3-33.7 3.4-48.1 10.3c-7.4 3.5-12.5 7.4-16.5 12.4c-5.8 7.3-9.3 14.5-11.7 24.2c-1.8 7.1-1.9 25.6-.3 31.5c2.8 10 6 15.7 13.4 23.3c10.1 10.3 23.4 17.2 39.9 20.6c8.4 1.8 8.2 1.7 22.3 1.5c10.3-.1 14.2-.4 18.4-1.3m233.5-139.1c14.9-1.3 24.1-3.6 35.3-9c9.4-4.4 14.8-8.9 20-16.6c7.6-11.2 10.5-21.8 10.5-37.6c-.1-11.2-1-15.9-4.9-24c-8.6-18-28.9-31-55.6-35.4c-6.6-1.1-24.5-.9-31.3.3c-13.1 2.4-24.2 6.8-33.9 13.4c-18 12.3-30.5 30.7-37.4 55.5c-2.7 9.7-3.5 13.5-5.9 30.3l-2.2 15.5l3 .3c9.1 1 29.5 3.5 41.4 5c7.5 1 16.6 2 20.4 2.3c10.6 1 30 1 40.6 0");
|
|
3
|
-
}
|
package/css/m/mpp26aczz.css
DELETED
package/css/n/n6pnygbqd.css
DELETED
package/css/q/qtk0m3bqb.css
DELETED
package/css/q/qx7jqdbwn.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.qx7jqdbwn {
|
|
2
|
-
fill: var(--svg-color--fff, #fff);
|
|
3
|
-
d: path("M116.8 428.5c-38.3-3.3-67.5-14.9-88.8-35.2c-21.6-20.6-30.9-47.5-27.3-79c4.2-36.2 21.3-61.7 51.4-76.6c23.1-11.5 46.2-15.9 83.8-15.9c26.7 0 49.1 2.2 83.2 8.1c8.4 1.5 15.8 2.7 16.2 2.7c.7 0 1.3-2.7 2.8-13.5c2.8-19.5 3.3-26.2 2.5-34.1c-.9-9.1-2-13.4-5.5-20.5c-8.9-18.2-29.9-29.3-63.7-33.7c-9.7-1.2-31.9-1.4-41.6-.3c-16.2 1.8-25.3 4.2-45.4 11.8c-11.8 4.4-11.9 4.5-16.6 4.2c-8.1-.5-13.6-4.2-17.2-11.4c-1.5-3-1.7-4.2-1.7-8.3c0-6.1 1.6-9.3 7-14.4C68.5 101 89.2 91.2 110 87c13.3-2.7 19.9-3.3 37.5-3.2c18.2 0 29.8 1.1 46 4.1c26.9 5 47.3 13.9 62.7 27.2c4.6 3.9 11.5 11.7 14.4 16.2c.9 1.4 1.8 2.5 2.1 2.5c.2 0 1.7-1.7 3.3-3.7c23.3-29.8 62.6-46.7 108.6-46.7c32.5 0 62.8 8.3 85.3 23.3c17.9 11.9 32.4 30.3 38.3 48.4c3.4 10.4 3.9 14.2 3.9 29.3c0 9.4-.2 15.7-.8 18.7c-5.3 29.7-17.8 50.2-39.6 64.9c-17.5 11.8-39.6 18.7-68.4 21.4c-14.5 1.4-41 1.2-58.2-.3c-14.6-1.3-32.5-3.6-40.1-5.1c-6.4-1.3-28.3-5-28.5-4.8c-.1.1-1.1 6.7-2.3 14.6c-1.9 12.7-2.2 15.9-2.2 26c0 10.3.1 12.1 1.3 16.9c4 15.3 12.8 25.6 28.7 33.5c15.7 7.8 32.1 11.2 57 11.7c11 .2 16.6.1 23.5-.7c16.7-1.8 24.3-3.7 46.4-11.9c5.5-2 11.2-3.9 12.5-4.1c2.9-.5 8.4.5 11.6 2.1c5.7 2.9 10.6 10.7 10.5 17c0 7.4-2.5 11.8-9.8 17.7c-17.4 13.9-39.6 22.4-66.1 25.4c-9.5 1.1-31 1.2-41.5.3c-29.4-2.6-49.7-7.6-68.4-16.9c-14.5-7.3-25.6-16.3-33.9-27.5c-2-2.8-3.8-5.1-3.8-5.2c-.1-.1-1.4 1.5-3 3.6c-7 9-17.6 18.7-28 25.5c-15 9.8-36.6 17.3-58.4 20.3c-6.7.7-28.3 1.5-33.8 1m37.5-42.2c17.8-4 33.7-12.9 45.2-25.5c10.5-11.4 19.1-28.6 23.9-47.5c2.7-10.7 7.1-40.3 6.1-40.9c-.4-.2-2.7-.6-5.2-.8s-9.6-1.1-15.7-1.9c-36.6-4.8-59.1-6.6-71.7-5.9c-24 1.3-33.7 3.4-48.1 10.3c-7.4 3.5-12.5 7.4-16.5 12.4c-5.8 7.3-9.3 14.5-11.7 24.2c-1.8 7.1-1.9 25.6-.3 31.5c2.8 10 6 15.7 13.4 23.3c10.1 10.3 23.4 17.2 39.9 20.6c8.4 1.8 8.2 1.7 22.3 1.5c10.3-.1 14.2-.4 18.4-1.3m233.5-139.1c14.9-1.3 24.1-3.6 35.3-9c9.4-4.4 14.8-8.9 20-16.6c7.6-11.2 10.5-21.8 10.5-37.6c-.1-11.2-1-15.9-4.9-24c-8.6-18-28.9-31-55.6-35.4c-6.6-1.1-24.5-.9-31.3.3c-13.1 2.4-24.2 6.8-33.9 13.4c-18 12.3-30.5 30.7-37.4 55.5c-2.7 9.7-3.5 13.5-5.9 30.3l-2.2 15.5l3 .3c9.1 1 29.5 3.5 41.4 5c7.5 1 16.6 2 20.4 2.3c10.6 1 30 1 40.6 0");
|
|
4
|
-
}
|
package/css/s/smh-qfbyk.css
DELETED
package/css/z/z8m34vbgh.css
DELETED