@iconify-solid/selfhst 1.0.12 → 1.0.14
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/h/hermesseg-dark.jsx +15 -0
- package/components/h/hermesseg-light.jsx +15 -0
- package/components/h/hermesseg.jsx +16 -0
- package/components/l/lan-orangutan.jsx +33 -0
- package/components/l/lumio-dark.jsx +16 -0
- package/components/l/lumio-light.jsx +16 -0
- package/components/l/lumio.jsx +16 -0
- package/components/u/ultimate-certificate-manager-dark.jsx +16 -0
- package/components/u/ultimate-certificate-manager-light.jsx +16 -0
- package/components/u/ultimate-certificate-manager.jsx +24 -0
- package/css/a/a18sp8bki.css +4 -0
- package/css/a/apkwjv2wv.css +3 -0
- package/css/b/bg8toor4u.css +3 -0
- package/css/b/bhrtkjeyz.css +3 -0
- package/css/c/cvid7sbbi.css +6 -0
- package/css/d/dtz-p_dbn.css +4 -0
- package/css/d/dyezo7buz.css +3 -0
- package/css/e/ecksp4t8r.css +3 -0
- package/css/e/eohwyrbbk.css +3 -0
- package/css/e/eps4tbc5w.css +5 -0
- package/css/f/fdh0m_b1f.css +4 -0
- package/css/i/i2ox_2baq.css +3 -0
- package/css/i/i93epebqn.css +4 -0
- package/css/i/ighycc08i.css +6 -0
- package/css/j/jj4pn0lqk.css +3 -0
- package/css/k/kao537bdv.css +4 -0
- package/css/k/krj7w2b3b.css +3 -0
- package/css/k/kw9068rre.css +5 -0
- package/css/l/lg1-4zbux.css +7 -0
- package/css/l/lprgm5wxz.css +3 -0
- package/css/m/m993xjb_t.css +3 -0
- package/css/m/mc8abfzvh.css +3 -0
- package/css/n/ntc9vfanx.css +4 -0
- package/css/o/o4k3kffuo.css +4 -0
- package/css/o/o9ktp_c6u.css +4 -0
- package/css/o/oxl9k8wxn.css +4 -0
- package/css/r/r22fqh72r.css +5 -0
- package/css/r/r_gwgvbjh.css +3 -0
- package/css/r/rk7iwbbts.css +4 -0
- package/css/r/rzrijsbte.css +4 -0
- package/css/t/tlzbih_0o.css +5 -0
- package/css/t/tpt_okbuo.css +5 -0
- package/css/t/tu-jtebze.css +4 -0
- package/css/u/up00pvbyh.css +5 -0
- package/css/v/vsk9zacab.css +3 -0
- package/css/x/xsh3j-hwo.css +4 -0
- package/css/y/y0zof3biz.css +3 -0
- package/css/y/y4q4b5nmw.css +4 -0
- package/css/y/yfymn2bvd.css +3 -0
- package/css/y/ykd9cjbnf.css +3 -0
- package/css/z/z12ylj7wf.css +4 -0
- package/css/z/z8znhfbiv.css +3 -0
- package/css/z/zc_2i-rjv.css +3 -0
- package/iconify.json +2 -2
- package/package.json +41 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/m/mc8abfzvh.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="mc8abfzvh"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:hermesseg-dark"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/t/tu-jtebze.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="tu-jtebze"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:hermesseg-light"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/l/lg1-4zbux.css';
|
|
4
|
+
import '../../css/f/fdh0m_b1f.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<ellipse class="lg1-4zbux"/><path class="fdh0m_b1f"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:hermesseg"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/z/z12ylj7wf.css';
|
|
4
|
+
import '../../css/i/i93epebqn.css';
|
|
5
|
+
import '../../css/v/vsk9zacab.css';
|
|
6
|
+
import '../../css/m/m993xjb_t.css';
|
|
7
|
+
import '../../css/e/ecksp4t8r.css';
|
|
8
|
+
import '../../css/b/bg8toor4u.css';
|
|
9
|
+
import '../../css/r/rzrijsbte.css';
|
|
10
|
+
import '../../css/i/i2ox_2baq.css';
|
|
11
|
+
import '../../css/y/y0zof3biz.css';
|
|
12
|
+
import '../../css/e/eohwyrbbk.css';
|
|
13
|
+
import '../../css/c/cvid7sbbi.css';
|
|
14
|
+
import '../../css/t/tpt_okbuo.css';
|
|
15
|
+
import '../../css/n/ntc9vfanx.css';
|
|
16
|
+
import '../../css/t/tlzbih_0o.css';
|
|
17
|
+
import '../../css/d/dyezo7buz.css';
|
|
18
|
+
import '../../css/a/apkwjv2wv.css';
|
|
19
|
+
import '../../css/i/ighycc08i.css';
|
|
20
|
+
import '../../css/k/kw9068rre.css';
|
|
21
|
+
import '../../css/y/y4q4b5nmw.css';
|
|
22
|
+
|
|
23
|
+
const viewBox = {"width":512,"height":512};
|
|
24
|
+
const content = `<path class="z12ylj7wf"/><path class="i93epebqn"/><radialGradient id="SVG1b1gocPb" cx="-697.554" cy="794.225" r="1.488" gradientTransform="matrix(168 0 0 -168 117445 133657)" gradientUnits="userSpaceOnUse"><stop offset="0" class="vsk9zacab"/><stop offset=".62" class="m993xjb_t"/><stop offset="1" class="ecksp4t8r"/></radialGradient><path fill="url(#SVG1b1gocPb)" class="bg8toor4u"/><path class="rzrijsbte"/><radialGradient id="SVGU3hw98Rp" cx="-695.798" cy="793.613" r="1.357" gradientTransform="matrix(124 0 0 -140 86535 111357)" gradientUnits="userSpaceOnUse"><stop offset="0" class="i2ox_2baq"/><stop offset=".58" class="y0zof3biz"/><stop offset="1" class="eohwyrbbk"/></radialGradient><ellipse fill="url(#SVGU3hw98Rp)" class="cvid7sbbi"/><path class="tpt_okbuo"/><path class="ntc9vfanx"/><path class="tlzbih_0o"/><radialGradient id="SVG2rFXoIAQ" cx="-690.629" cy="788.141" r="1.532" gradientTransform="matrix(70 0 0 -54 48600 42892)" gradientUnits="userSpaceOnUse"><stop offset="0" class="dyezo7buz"/><stop offset="1" class="apkwjv2wv"/></radialGradient><ellipse fill="url(#SVG2rFXoIAQ)" class="ighycc08i"/><path class="kw9068rre"/><path class="y4q4b5nmw"/>`;
|
|
25
|
+
|
|
26
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
27
|
+
function Component(props) {
|
|
28
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
29
|
+
|
|
30
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:lan-orangutan"} {...others} />);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/k/kao537bdv.css';
|
|
4
|
+
import '../../css/b/bhrtkjeyz.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="kao537bdv"/><path class="bhrtkjeyz"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:lumio-dark"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/r/r22fqh72r.css';
|
|
4
|
+
import '../../css/o/o4k3kffuo.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="r22fqh72r"/><path class="o4k3kffuo"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:lumio-light"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/x/xsh3j-hwo.css';
|
|
4
|
+
import '../../css/o/oxl9k8wxn.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="xsh3j-hwo"/><path class="oxl9k8wxn"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:lumio"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/r/rk7iwbbts.css';
|
|
4
|
+
import '../../css/l/lprgm5wxz.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="rk7iwbbts"/><path class="lprgm5wxz"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:ultimate-certificate-manager-dark"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/e/eps4tbc5w.css';
|
|
4
|
+
import '../../css/a/a18sp8bki.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="eps4tbc5w"/><path class="a18sp8bki"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:ultimate-certificate-manager-light"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/d/dtz-p_dbn.css';
|
|
4
|
+
import '../../css/o/o9ktp_c6u.css';
|
|
5
|
+
import '../../css/k/krj7w2b3b.css';
|
|
6
|
+
import '../../css/z/z8znhfbiv.css';
|
|
7
|
+
import '../../css/y/yfymn2bvd.css';
|
|
8
|
+
import '../../css/z/zc_2i-rjv.css';
|
|
9
|
+
import '../../css/r/r_gwgvbjh.css';
|
|
10
|
+
import '../../css/j/jj4pn0lqk.css';
|
|
11
|
+
import '../../css/y/ykd9cjbnf.css';
|
|
12
|
+
import '../../css/u/up00pvbyh.css';
|
|
13
|
+
|
|
14
|
+
const viewBox = {"width":512,"height":512};
|
|
15
|
+
const content = `<linearGradient id="SVG3pGlreqA" x1="-681.623" x2="-681.623" y1="791.673" y2="782.802" gradientTransform="matrix(44.4032 0 0 -54.8571 30522.252 43441.574)" gradientUnits="userSpaceOnUse"><stop offset="0" class="dtz-p_dbn"/><stop offset="1" class="o9ktp_c6u"/></linearGradient><path fill="url(#SVG3pGlreqA)" class="krj7w2b3b"/><linearGradient id="SVGaSKn8bAN" x1="-682.644" x2="-680.306" y1="789.382" y2="787.045" gradientTransform="matrix(44.4032 0 0 -54.8571 30522.252 43441.574)" gradientUnits="userSpaceOnUse"><stop offset="0" class="z8znhfbiv"/><stop offset=".5" class="yfymn2bvd"/><stop offset="1" class="zc_2i-rjv"/></linearGradient><path fill="url(#SVGaSKn8bAN)" class="r_gwgvbjh"/><linearGradient id="SVGdjAQ9lRo" x1="-645.427" x2="-643.444" y1="773.798" y2="771.815" gradientTransform="matrix(16 0 0 -20.5714 10569.001 16133.001)" gradientUnits="userSpaceOnUse"><stop offset="0" class="z8znhfbiv"/><stop offset=".5" class="yfymn2bvd"/><stop offset="1" class="zc_2i-rjv"/></linearGradient><path fill="url(#SVGdjAQ9lRo)" class="jj4pn0lqk"/><linearGradient id="SVGipmo3bJx" x1="-535.839" x2="-544.711" y1="737.199" y2="728.328" gradientTransform="matrix(5.7143 0 0 -5.7143 3343.286 4281)" gradientUnits="userSpaceOnUse"><stop offset="0" class="ykd9cjbnf"/><stop offset="1" class="yfymn2bvd"/></linearGradient><circle fill="url(#SVGipmo3bJx)" class="up00pvbyh"/>`;
|
|
16
|
+
|
|
17
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
18
|
+
function Component(props) {
|
|
19
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
20
|
+
|
|
21
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:ultimate-certificate-manager"} {...others} />);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.a18sp8bki {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M256 512c-3 0-6.1-1.1-8.5-3.3C23.2 305.8 41.9 175.1 50.8 112.3c.1-.4.1-.9.3-1.3C62.7 64.6 168.1 0 256 0s193.3 64.6 204.9 111c.1.4.2.8.3 1.3c9 62.8 27.7 193.5-196.7 396.5c-2.4 2.1-5.5 3.2-8.5 3.2M75.8 116.6c-8.9 62.3-24.4 177 180.2 365.6c204.6-188.6 189.1-303.3 180.2-365.6c-9.2-33-102.6-91.3-180.2-91.3S85 83.6 75.8 116.6m276.5 159.7V164.7c0-14-11.3-25.3-25.3-25.3s-25.3 11.3-25.3 25.3v111.5c0 25.2-20.5 45.6-45.6 45.6s-45.6-20.5-45.6-45.6V164.7c0-14-11.3-25.3-25.3-25.3s-25.3 11.3-25.3 25.3v111.5c0 53.1 43.2 96.3 96.3 96.3c52.9.1 96.1-43.1 96.1-96.2M256 68.4c14 0 25.3 11.3 25.3 25.3S270 119.1 256 119.1s-25.3-11.3-25.3-25.3S242 68.4 256 68.4");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.bhrtkjeyz {
|
|
2
|
+
d: path("M475.2.9L277.4 198.7q-.9-4.5-.9-9.3V46.1c0-25.4 20.6-46.1 46.1-46.1H466c3.1 0 6.2.3 9.2.9M189.4 276.5H46.1C20.6 276.5 0 297.1 0 322.6V466q0 4.8.9 9.3l197.8-197.8c-3-.7-6.1-1-9.3-1m0 235.5c25.4 0 46.1-20.6 46.1-46.1V322.6c0-5-.8-9.9-2.3-14.4L31.7 509.7c4.5 1.5 9.4 2.3 14.4 2.3zm133.2 0H466c25.4 0 46.1-20.6 46.1-46.1V322.6c0-25.4-20.6-46.1-46.1-46.1H322.6c-25.4 0-46.1 20.6-46.1 46.1V466c0 25.4 20.6 46 46.1 46m143.3-276.5c25.4 0 46.1-20.6 46.1-46.1V46.1c0-5-.8-9.9-2.3-14.4L308.1 233.2c4.5 1.5 9.4 2.3 14.4 2.3z");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fdh0m_b1f {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M63.8 114c8.5 3.3 18.5 8.3 28.3 11.2c28.7 8.2 57.3 9.2 86.7 7c4.1-.3 8.5-.8 13.1-1.5c16.5-2.4 29.1-5.3 43.6-8.5c4.3-.9 8.5-2.1 12.9-3.3c12.9-3.8 25.8-7.3 38.7-10.6c4.5-1.1 8.8-2 13-2.5c9.3-1.2 18.6-2.1 28-2.7c16.2-1 32 2 47.3 8c24.2 9.5 45.1 31 54.8 58.6c9.4 26.4 5.2 58.9-19.5 71.8c-19.3 10.1-44.3 3-61.4-10.2c-8.6-6.6-13.5-10.4-22.4-13.4c-12.5-4.2-25.1-7-38-8.5q-12-1.5-45.6-3c-3.9-.2-8.3-.5-13.2-.8c-11.5-.9-25.4-1.7-41.7-2.5q-11.25-.6-24-3.6c-11.2-2.7-23.4-7.4-36.8-14.2c-12.7-6.4-24.8-13.9-36.5-22.5c-12.9-9.5-24.3-24.6-32.3-39.6c-2.6-4.7-.6-11.3 5-9.2m4.9 282.1c8.5-3.3 18.5-8.3 28.3-11.2c28.7-8.2 57.3-9.2 86.7-7c4.1.3 8.5.8 13.1 1.5c16.5 2.4 29.1 5.3 43.6 8.5c4.3.9 8.5 2.1 12.9 3.3c12.9 3.8 25.8 7.3 38.7 10.6c4.5 1.1 8.8 2 13 2.5c9.3 1.2 18.6 2.1 28 2.7c16.2 1 32-2 47.3-8c24.2-9.5 45.1-31 54.8-58.6c9.4-26.4 5.2-58.9-19.5-71.8c-19.3-10.1-44.3-3-61.4 10.2c-8.6 6.6-13.5 10.4-22.4 13.4c-12.5 4.2-25.1 7-38 8.5q-12 1.5-45.6 3c-3.9.2-8.3.5-13.2.8c-11.5.9-25.4 1.7-41.7 2.5q-11.25.6-24 3.6c-11.2 2.7-23.4 7.4-36.8 14.2c-12.7 6.4-24.8 13.9-36.5 22.5c-12.9 9.5-24.3 24.6-32.3 39.6c-2.6 4.7-.6 11.3 5 9.2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.kw9068rre {
|
|
2
|
+
fill: var(--svg-color--8a4a24, #8a4a24);
|
|
3
|
+
d: path("M236.3 323c5.6 0 10.1 3.3 10.1 7.4s-4.5 7.4-10.1 7.4s-10.1-3.3-10.1-7.4s4.5-7.4 10.1-7.4m39.4 0c5.6 0 10.1 3.3 10.1 7.4s-4.5 7.4-10.1 7.4s-10.1-3.3-10.1-7.4s4.5-7.4 10.1-7.4");
|
|
4
|
+
opacity: var(--svg-opacity--0-85, 0.85);
|
|
5
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.lprgm5wxz {
|
|
2
|
+
d: path("M256 512c-3 0-6.1-1.1-8.5-3.3C23.2 305.8 41.9 175.1 50.8 112.3c.1-.4.1-.9.3-1.3C62.7 64.6 168.1 0 256 0s193.3 64.6 204.9 111c.1.4.2.8.3 1.3c9 62.8 27.7 193.5-196.7 396.5c-2.4 2.1-5.5 3.2-8.5 3.2M75.8 116.6c-8.9 62.3-24.4 177 180.2 365.6c204.6-188.6 189.1-303.3 180.2-365.6c-9.2-33-102.6-91.3-180.2-91.3S85 83.6 75.8 116.6m276.5 159.7V164.7c0-14-11.3-25.3-25.3-25.3s-25.3 11.3-25.3 25.3v111.5c0 25.2-20.5 45.6-45.6 45.6s-45.6-20.5-45.6-45.6V164.7c0-14-11.3-25.3-25.3-25.3s-25.3 11.3-25.3 25.3v111.5c0 53.1 43.2 96.3 96.3 96.3c52.9.1 96.1-43.1 96.1-96.2M256 68.4c14 0 25.3 11.3 25.3 25.3S270 119.1 256 119.1s-25.3-11.3-25.3-25.3S242 68.4 256 68.4");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.mc8abfzvh {
|
|
2
|
+
d: path("M256 0C117.3 0 4.9 114.6 4.9 256S117.3 512 256 512s251.1-114.6 251.1-256S394.7 0 256 0M63.8 114c8.5 3.3 18.5 8.3 28.3 11.2c28.7 8.2 57.3 9.2 86.7 7c4.1-.3 8.5-.8 13.1-1.5c16.5-2.4 29.1-5.3 43.6-8.5c4.3-.9 8.5-2.1 12.9-3.3c12.9-3.8 25.8-7.3 38.7-10.6c4.5-1.1 8.8-2 13-2.5c9.3-1.2 18.6-2.1 28-2.7c16.2-1 32 2 47.3 8c24.2 9.5 45.1 31 54.8 58.6c9.4 26.4 5.2 58.9-19.5 71.8c-19.3 10.1-44.3 3-61.4-10.2c-8.6-6.6-13.5-10.4-22.4-13.4c-12.5-4.2-25.1-7-38-8.5q-12-1.5-45.6-3c-3.9-.2-8.3-.5-13.2-.8c-11.5-.9-25.4-1.7-41.7-2.5q-11.25-.6-24-3.6c-11.2-2.7-23.4-7.4-36.8-14.2c-12.7-6.4-24.8-13.9-36.5-22.5c-12.9-9.5-24.3-24.6-32.3-39.6c-2.6-4.7-.6-11.3 5-9.2m316.4 285.1c-15.3 6-31.1 9-47.3 8c-9.3-.6-18.7-1.4-28-2.7c-4.2-.5-8.5-1.4-13-2.5c-13-3.3-25.9-6.8-38.7-10.6q-6.45-1.95-12.9-3.3c-14.5-3.2-27.1-6.1-43.6-8.5c-4.6-.7-9-1.2-13.1-1.5c-29.4-2.2-58-1.2-86.7 7c-9.8 2.8-19.8 7.9-28.3 11.2c-5.6 2.2-7.6-4.5-5.1-9.1c8-15 19.4-30.1 32.3-39.6c11.7-8.6 23.8-16.1 36.5-22.5c13.4-6.8 25.6-11.5 36.8-14.2q12.9-3.15 24-3.6c16.3-.8 30.2-1.6 41.7-2.5c4.8-.4 9.2-.6 13.2-.8q33.6-1.65 45.6-3c12.9-1.5 25.6-4.4 38-8.5c8.9-3 13.8-6.7 22.4-13.4c17.1-13.2 42.2-20.3 61.4-10.2c24.7 13 28.8 45.4 19.5 71.8c-9.6 27.5-30.5 49-54.7 58.5");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.o4k3kffuo {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M475.2.9L277.4 198.7q-.9-4.5-.9-9.3V46.1c0-25.4 20.6-46.1 46.1-46.1H466c3.1 0 6.2.3 9.2.9M189.4 276.5H46.1C20.6 276.5 0 297.1 0 322.6V466q0 4.8.9 9.3l197.8-197.8c-3-.7-6.1-1-9.3-1m0 235.5c25.4 0 46.1-20.6 46.1-46.1V322.6c0-5-.8-9.9-2.3-14.4L31.7 509.7c4.5 1.5 9.4 2.3 14.4 2.3zm133.2 0H466c25.4 0 46.1-20.6 46.1-46.1V322.6c0-25.4-20.6-46.1-46.1-46.1H322.6c-25.4 0-46.1 20.6-46.1 46.1V466c0 25.4 20.6 46 46.1 46m143.3-276.5c25.4 0 46.1-20.6 46.1-46.1V46.1c0-5-.8-9.9-2.3-14.4L308.1 233.2c4.5 1.5 9.4 2.3 14.4 2.3z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.oxl9k8wxn {
|
|
2
|
+
fill: var(--svg-color--12121a, #12121a);
|
|
3
|
+
d: path("M475.2.9L277.4 198.7q-.9-4.5-.9-9.3V46.1c0-25.4 20.6-46.1 46.1-46.1H466c3.1 0 6.2.3 9.2.9M189.4 276.5H46.1C20.6 276.5 0 297.1 0 322.6V466q0 4.8.9 9.3l197.8-197.8c-3-.7-6.1-1-9.3-1m0 235.5c25.4 0 46.1-20.6 46.1-46.1V322.6c0-5-.8-9.9-2.3-14.4L31.7 509.7c4.5 1.5 9.4 2.3 14.4 2.3zm133.2 0H466c25.4 0 46.1-20.6 46.1-46.1V322.6c0-25.4-20.6-46.1-46.1-46.1H322.6c-25.4 0-46.1 20.6-46.1 46.1V466c0 25.4 20.6 46 46.1 46m143.3-276.5c25.4 0 46.1-20.6 46.1-46.1V46.1c0-5-.8-9.9-2.3-14.4L308.1 233.2c4.5 1.5 9.4 2.3 14.4 2.3z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.r_gwgvbjh {
|
|
2
|
+
d: path("M256 512c-3 0-6.1-1.1-8.5-3.3C23.2 305.8 41.9 175.1 50.8 112.3c.1-.4.1-.9.3-1.3C62.7 64.6 168.1 0 256 0s193.3 64.6 204.9 111c.1.4.2.8.3 1.3c9 62.8 27.7 193.5-196.7 396.5c-2.4 2.1-5.5 3.2-8.5 3.2M75.8 116.6c-8.9 62.3-24.4 177 180.2 365.6c204.6-188.6 189.1-303.3 180.2-365.6c-9.2-33-102.6-91.3-180.2-91.3S85 83.6 75.8 116.6");
|
|
3
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.tlzbih_0o {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M211.1 236.1c4.4 0 7.9 3.5 7.9 7.9s-3.5 7.9-7.9 7.9s-7.9-3.5-7.9-7.9c.1-4.4 3.6-7.9 7.9-7.9m105.1 0c4.4 0 7.9 3.5 7.9 7.9s-3.5 7.9-7.9 7.9s-7.9-3.5-7.9-7.9s3.5-7.9 7.9-7.9");
|
|
4
|
+
opacity: var(--svg-opacity--0-92, 0.92);
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.tpt_okbuo {
|
|
2
|
+
fill: var(--svg-color--c4682f, #c4682f);
|
|
3
|
+
d: path("M347.9 230.8c-1.8 0-3.7-.6-5.1-2c-20-18-43.7-26.4-68.6-24.3c-4.2.4-7.9-2.8-8.3-7s2.8-7.9 7-8.3c28.8-2.4 57.3 7.6 80.2 28.2c3.1 2.8 3.4 7.7.6 10.8c-1.6 1.8-3.7 2.6-5.8 2.6m-183.8 0c-2.1 0-4.2-.9-5.7-2.5c-2.8-3.1-2.6-8 .6-10.8c22.9-20.6 51.3-30.6 80.2-28.2c4.2.4 7.3 4.1 7 8.3c-.4 4.2-4.1 7.4-8.3 7c-24.9-2.1-48.7 6.3-68.6 24.3c-1.5 1.3-3.4 1.9-5.2 1.9");
|
|
4
|
+
opacity: var(--svg-opacity--0-55, 0.55);
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.tu-jtebze {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M256 0C117.3 0 4.9 114.6 4.9 256S117.3 512 256 512s251.1-114.6 251.1-256S394.7 0 256 0M63.8 114c8.5 3.3 18.5 8.3 28.3 11.2c28.7 8.2 57.3 9.2 86.7 7c4.1-.3 8.5-.8 13.1-1.5c16.5-2.4 29.1-5.3 43.6-8.5c4.3-.9 8.5-2.1 12.9-3.3c12.9-3.8 25.8-7.3 38.7-10.6c4.5-1.1 8.8-2 13-2.5c9.3-1.2 18.6-2.1 28-2.7c16.2-1 32 2 47.3 8c24.2 9.5 45.1 31 54.8 58.6c9.4 26.4 5.2 58.9-19.5 71.8c-19.3 10.1-44.3 3-61.4-10.2c-8.6-6.6-13.5-10.4-22.4-13.4c-12.5-4.2-25.1-7-38-8.5q-12-1.5-45.6-3c-3.9-.2-8.3-.5-13.2-.8c-11.5-.9-25.4-1.7-41.7-2.5q-11.25-.6-24-3.6c-11.2-2.7-23.4-7.4-36.8-14.2c-12.7-6.4-24.8-13.9-36.5-22.5c-12.9-9.5-24.3-24.6-32.3-39.6c-2.6-4.7-.6-11.3 5-9.2m316.4 285.1c-15.3 6-31.1 9-47.3 8c-9.3-.6-18.7-1.4-28-2.7c-4.2-.5-8.5-1.4-13-2.5c-13-3.3-25.9-6.8-38.7-10.6q-6.45-1.95-12.9-3.3c-14.5-3.2-27.1-6.1-43.6-8.5c-4.6-.7-9-1.2-13.1-1.5c-29.4-2.2-58-1.2-86.7 7c-9.8 2.8-19.8 7.9-28.3 11.2c-5.6 2.2-7.6-4.5-5.1-9.1c8-15 19.4-30.1 32.3-39.6c11.7-8.6 23.8-16.1 36.5-22.5c13.4-6.8 25.6-11.5 36.8-14.2q12.9-3.15 24-3.6c16.3-.8 30.2-1.6 41.7-2.5c4.8-.4 9.2-.6 13.2-.8q33.6-1.65 45.6-3c12.9-1.5 25.6-4.4 38-8.5c8.9-3 13.8-6.7 22.4-13.4c17.1-13.2 42.2-20.3 61.4-10.2c24.7 13 28.8 45.4 19.5 71.8c-9.6 27.5-30.5 49-54.7 58.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.z12ylj7wf {
|
|
2
|
+
fill: var(--svg-color--8c4318, #8c4318);
|
|
3
|
+
d: path("M65.6 179.4c36.3 0 65.6 45.1 65.6 100.6s-29.4 100.6-65.6 100.6S0 335.7 0 280.1s29.4-100.7 65.6-100.7m380.8 0c36.3 0 65.6 45.1 65.6 100.6s-29.4 100.6-65.6 100.6s-65.6-45.1-65.6-100.6s29.3-100.6 65.6-100.6");
|
|
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": 7085,
|
|
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": 1786336239
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-solid/selfhst",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
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",
|
|
@@ -9510,6 +9510,18 @@
|
|
|
9510
9510
|
"types": "./types/vn2rmosy.d.ts",
|
|
9511
9511
|
"default": "./components/h/here-now-light.jsx"
|
|
9512
9512
|
},
|
|
9513
|
+
"./hermesseg": {
|
|
9514
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
9515
|
+
"default": "./components/h/hermesseg.jsx"
|
|
9516
|
+
},
|
|
9517
|
+
"./hermesseg-dark": {
|
|
9518
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
9519
|
+
"default": "./components/h/hermesseg-dark.jsx"
|
|
9520
|
+
},
|
|
9521
|
+
"./hermesseg-light": {
|
|
9522
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
9523
|
+
"default": "./components/h/hermesseg-light.jsx"
|
|
9524
|
+
},
|
|
9513
9525
|
"./heroku": {
|
|
9514
9526
|
"types": "./types/vn2rmosy.d.ts",
|
|
9515
9527
|
"default": "./components/h/heroku.jsx"
|
|
@@ -11926,6 +11938,10 @@
|
|
|
11926
11938
|
"types": "./types/vn2rmosy.d.ts",
|
|
11927
11939
|
"default": "./components/l/ladder-light.jsx"
|
|
11928
11940
|
},
|
|
11941
|
+
"./lan-orangutan": {
|
|
11942
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
11943
|
+
"default": "./components/l/lan-orangutan.jsx"
|
|
11944
|
+
},
|
|
11929
11945
|
"./lancache-net": {
|
|
11930
11946
|
"types": "./types/vn2rmosy.d.ts",
|
|
11931
11947
|
"default": "./components/l/lancache-net.jsx"
|
|
@@ -12946,6 +12962,18 @@
|
|
|
12946
12962
|
"types": "./types/vn2rmosy.d.ts",
|
|
12947
12963
|
"default": "./components/l/lululemon-light.jsx"
|
|
12948
12964
|
},
|
|
12965
|
+
"./lumio": {
|
|
12966
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
12967
|
+
"default": "./components/l/lumio.jsx"
|
|
12968
|
+
},
|
|
12969
|
+
"./lumio-dark": {
|
|
12970
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
12971
|
+
"default": "./components/l/lumio-dark.jsx"
|
|
12972
|
+
},
|
|
12973
|
+
"./lumio-light": {
|
|
12974
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
12975
|
+
"default": "./components/l/lumio-light.jsx"
|
|
12976
|
+
},
|
|
12949
12977
|
"./luna-dashboard": {
|
|
12950
12978
|
"types": "./types/vn2rmosy.d.ts",
|
|
12951
12979
|
"default": "./components/l/luna-dashboard.jsx"
|
|
@@ -25858,6 +25886,18 @@
|
|
|
25858
25886
|
"types": "./types/vn2rmosy.d.ts",
|
|
25859
25887
|
"default": "./components/u/ui-bakery-light.jsx"
|
|
25860
25888
|
},
|
|
25889
|
+
"./ultimate-certificate-manager": {
|
|
25890
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
25891
|
+
"default": "./components/u/ultimate-certificate-manager.jsx"
|
|
25892
|
+
},
|
|
25893
|
+
"./ultimate-certificate-manager-dark": {
|
|
25894
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
25895
|
+
"default": "./components/u/ultimate-certificate-manager-dark.jsx"
|
|
25896
|
+
},
|
|
25897
|
+
"./ultimate-certificate-manager-light": {
|
|
25898
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
25899
|
+
"default": "./components/u/ultimate-certificate-manager-light.jsx"
|
|
25900
|
+
},
|
|
25861
25901
|
"./umami": {
|
|
25862
25902
|
"types": "./types/vn2rmosy.d.ts",
|
|
25863
25903
|
"default": "./components/u/umami.jsx"
|