@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.
Files changed (55) hide show
  1. package/components/h/hermesseg-dark.jsx +15 -0
  2. package/components/h/hermesseg-light.jsx +15 -0
  3. package/components/h/hermesseg.jsx +16 -0
  4. package/components/l/lan-orangutan.jsx +33 -0
  5. package/components/l/lumio-dark.jsx +16 -0
  6. package/components/l/lumio-light.jsx +16 -0
  7. package/components/l/lumio.jsx +16 -0
  8. package/components/u/ultimate-certificate-manager-dark.jsx +16 -0
  9. package/components/u/ultimate-certificate-manager-light.jsx +16 -0
  10. package/components/u/ultimate-certificate-manager.jsx +24 -0
  11. package/css/a/a18sp8bki.css +4 -0
  12. package/css/a/apkwjv2wv.css +3 -0
  13. package/css/b/bg8toor4u.css +3 -0
  14. package/css/b/bhrtkjeyz.css +3 -0
  15. package/css/c/cvid7sbbi.css +6 -0
  16. package/css/d/dtz-p_dbn.css +4 -0
  17. package/css/d/dyezo7buz.css +3 -0
  18. package/css/e/ecksp4t8r.css +3 -0
  19. package/css/e/eohwyrbbk.css +3 -0
  20. package/css/e/eps4tbc5w.css +5 -0
  21. package/css/f/fdh0m_b1f.css +4 -0
  22. package/css/i/i2ox_2baq.css +3 -0
  23. package/css/i/i93epebqn.css +4 -0
  24. package/css/i/ighycc08i.css +6 -0
  25. package/css/j/jj4pn0lqk.css +3 -0
  26. package/css/k/kao537bdv.css +4 -0
  27. package/css/k/krj7w2b3b.css +3 -0
  28. package/css/k/kw9068rre.css +5 -0
  29. package/css/l/lg1-4zbux.css +7 -0
  30. package/css/l/lprgm5wxz.css +3 -0
  31. package/css/m/m993xjb_t.css +3 -0
  32. package/css/m/mc8abfzvh.css +3 -0
  33. package/css/n/ntc9vfanx.css +4 -0
  34. package/css/o/o4k3kffuo.css +4 -0
  35. package/css/o/o9ktp_c6u.css +4 -0
  36. package/css/o/oxl9k8wxn.css +4 -0
  37. package/css/r/r22fqh72r.css +5 -0
  38. package/css/r/r_gwgvbjh.css +3 -0
  39. package/css/r/rk7iwbbts.css +4 -0
  40. package/css/r/rzrijsbte.css +4 -0
  41. package/css/t/tlzbih_0o.css +5 -0
  42. package/css/t/tpt_okbuo.css +5 -0
  43. package/css/t/tu-jtebze.css +4 -0
  44. package/css/u/up00pvbyh.css +5 -0
  45. package/css/v/vsk9zacab.css +3 -0
  46. package/css/x/xsh3j-hwo.css +4 -0
  47. package/css/y/y0zof3biz.css +3 -0
  48. package/css/y/y4q4b5nmw.css +4 -0
  49. package/css/y/yfymn2bvd.css +3 -0
  50. package/css/y/ykd9cjbnf.css +3 -0
  51. package/css/z/z12ylj7wf.css +4 -0
  52. package/css/z/z8znhfbiv.css +3 -0
  53. package/css/z/zc_2i-rjv.css +3 -0
  54. package/iconify.json +2 -2
  55. 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
+ .apkwjv2wv {
2
+ stop-color: var(--svg-color--f0af7e, #f0af7e);
3
+ }
@@ -0,0 +1,3 @@
1
+ .bg8toor4u {
2
+ d: path("M256 87.5c109.4 0 183.8 48.1 183.8 161.9S365.4 455.1 256 455.1S72.2 363.2 72.2 249.4S146.6 87.5 256 87.5");
3
+ }
@@ -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,6 @@
1
+ .cvid7sbbi {
2
+ cx: 256px;
3
+ cy: 275.7px;
4
+ rx: 135.7px;
5
+ ry: 153.2px;
6
+ }
@@ -0,0 +1,4 @@
1
+ .dtz-p_dbn {
2
+ stop-color: var(--svg-color--fbbf24, #fbbf24);
3
+ stop-opacity: 0.15;
4
+ }
@@ -0,0 +1,3 @@
1
+ .dyezo7buz {
2
+ stop-color: var(--svg-color--fbd3ae, #fbd3ae);
3
+ }
@@ -0,0 +1,3 @@
1
+ .ecksp4t8r {
2
+ stop-color: var(--svg-color--6e3411, #6e3411);
3
+ }
@@ -0,0 +1,3 @@
1
+ .eohwyrbbk {
2
+ stop-color: var(--svg-color--dd7a3c, #dd7a3c);
3
+ }
@@ -0,0 +1,5 @@
1
+ .eps4tbc5w {
2
+ fill: var(--svg-color--fff, #fff);
3
+ d: path("M256 12.7c-81.1 0-182.5 60.8-192.6 101.4C53.2 185 43.1 306.7 256 499.3C468.9 306.7 458.8 185 448.6 114.1C438.5 73.5 337.1 12.7 256 12.7");
4
+ opacity: var(--svg-opacity--0-25, 0.25);
5
+ }
@@ -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,3 @@
1
+ .i2ox_2baq {
2
+ stop-color: var(--svg-color--f7b27a, #f7b27a);
3
+ }
@@ -0,0 +1,4 @@
1
+ .i93epebqn {
2
+ fill: var(--svg-color--a9541f, #a9541f);
3
+ d: path("M61.3 199.1c25.4 0 45.9 36.2 45.9 81s-20.6 81-45.9 81s-45.9-36.2-45.9-81s20.5-81 45.9-81m389.4 0c25.4 0 45.9 36.2 45.9 81s-20.6 81-45.9 81s-45.9-36.2-45.9-81s20.6-81 45.9-81");
4
+ }
@@ -0,0 +1,6 @@
1
+ .ighycc08i {
2
+ cx: 256px;
3
+ cy: 350.1px;
4
+ rx: 76.6px;
5
+ ry: 59.1px;
6
+ }
@@ -0,0 +1,3 @@
1
+ .jj4pn0lqk {
2
+ d: path("M256 372.6c-53.1 0-96.3-43.2-96.3-96.3V164.7c0-14 11.3-25.3 25.3-25.3s25.3 11.3 25.3 25.3v111.5c0 25.2 20.5 45.6 45.6 45.6s45.6-20.5 45.6-45.6V164.7c0-14 11.3-25.3 25.3-25.3s25.3 11.3 25.3 25.3v111.5c.2 53.2-43 96.4-96.1 96.4");
3
+ }
@@ -0,0 +1,4 @@
1
+ .kao537bdv {
2
+ d: path("M46.1 0h143.4c25.4 0 46.1 20.6 46.1 46.1v143.4c0 25.4-20.6 46.1-46.1 46.1H46.1C20.6 235.5 0 214.9 0 189.4V46.1C0 20.6 20.6 0 46.1 0");
3
+ opacity: var(--svg-opacity--0-5, 0.5);
4
+ }
@@ -0,0 +1,3 @@
1
+ .krj7w2b3b {
2
+ d: path("M256 12.7c-81.1 0-182.5 60.8-192.6 101.4C53.2 185 43.1 306.7 256 499.3C468.9 306.7 458.8 185 448.6 114.1C438.5 73.5 337.1 12.7 256 12.7");
3
+ }
@@ -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,7 @@
1
+ .lg1-4zbux {
2
+ cx: 256px;
3
+ cy: 256px;
4
+ fill: var(--svg-color--ffac09, #ffac09);
5
+ rx: 251.1px;
6
+ ry: 256px;
7
+ }
@@ -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
+ .m993xjb_t {
2
+ stop-color: var(--svg-color--8c4318, #8c4318);
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
+ .ntc9vfanx {
2
+ fill: var(--svg-color--2b1a10, #2b1a10);
3
+ d: path("M203.5 227.6c12.7 0 23 11.8 23 26.3s-10.3 26.3-23 26.3s-23-11.8-23-26.3s10.3-26.3 23-26.3m105 0c12.7 0 23 11.8 23 26.3s-10.3 26.3-23 26.3s-23-11.8-23-26.3s10.3-26.3 23-26.3");
4
+ }
@@ -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
+ .o9ktp_c6u {
2
+ stop-color: var(--svg-color--ea580c, #ea580c);
3
+ stop-opacity: 0.05;
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,5 @@
1
+ .r22fqh72r {
2
+ fill: var(--svg-color--fff, #fff);
3
+ d: path("M46.1 0h143.4c25.4 0 46.1 20.6 46.1 46.1v143.4c0 25.4-20.6 46.1-46.1 46.1H46.1C20.6 235.5 0 214.9 0 189.4V46.1C0 20.6 20.6 0 46.1 0");
4
+ opacity: var(--svg-opacity--0-5, 0.5);
5
+ }
@@ -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,4 @@
1
+ .rk7iwbbts {
2
+ d: path("M256 12.7c-81.1 0-182.5 60.8-192.6 101.4C53.2 185 43.1 306.7 256 499.3C468.9 306.7 458.8 185 448.6 114.1C438.5 73.5 337.1 12.7 256 12.7");
3
+ opacity: var(--svg-opacity--0-25, 0.25);
4
+ }
@@ -0,0 +1,4 @@
1
+ .rzrijsbte {
2
+ fill: var(--svg-color--6e3411, #6e3411);
3
+ d: path("M186 105c17.5-30.6 43.8-48.1 70-48.1s52.5 17.5 70 48.1c-21.9-13.1-45.9-19.7-70-19.7s-48.1 6.6-70 19.7");
4
+ }
@@ -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,5 @@
1
+ .up00pvbyh {
2
+ cx: 256px;
3
+ cy: 93.8px;
4
+ r: 25.3px;
5
+ }
@@ -0,0 +1,3 @@
1
+ .vsk9zacab {
2
+ stop-color: var(--svg-color--a9541f, #a9541f);
3
+ }
@@ -0,0 +1,4 @@
1
+ .xsh3j-hwo {
2
+ fill: var(--svg-color--ff4d2e, #ff4d2e);
3
+ d: path("M46.1 0h143.4c25.4 0 46.1 20.6 46.1 46.1v143.4c0 25.4-20.6 46.1-46.1 46.1H46.1C20.6 235.5 0 214.9 0 189.4V46.1C0 20.6 20.6 0 46.1 0");
4
+ }
@@ -0,0 +1,3 @@
1
+ .y0zof3biz {
2
+ stop-color: var(--svg-color--ee9455, #ee9455);
3
+ }
@@ -0,0 +1,4 @@
1
+ .y4q4b5nmw {
2
+ fill: var(--svg-color--8a4a24, #8a4a24);
3
+ d: path("M256 397.7c-15.5 0-30.3-8.1-44-24c-2.2-2.5-1.9-6.3.7-8.5c2.5-2.2 6.3-1.9 8.5.7c11.4 13.3 22.8 19.8 34.8 19.8s23.4-6.5 34.8-19.8c2.2-2.5 6-2.8 8.5-.7c2.5 2.2 2.8 6 .7 8.5c-13.7 15.9-28.5 24-44 24");
4
+ }
@@ -0,0 +1,3 @@
1
+ .yfymn2bvd {
2
+ stop-color: var(--svg-color--f97316, #f97316);
3
+ }
@@ -0,0 +1,3 @@
1
+ .ykd9cjbnf {
2
+ stop-color: var(--svg-color--fbbf24, #fbbf24);
3
+ }
@@ -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
+ }
@@ -0,0 +1,3 @@
1
+ .z8znhfbiv {
2
+ stop-color: var(--svg-color--fb923c, #fb923c);
3
+ }
@@ -0,0 +1,3 @@
1
+ .zc_2i-rjv {
2
+ stop-color: var(--svg-color--ea580c, #ea580c);
3
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "selfhst",
3
3
  "info": {
4
4
  "name": "selfh.st/icons",
5
- "total": 7075,
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": 1785992576
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.12",
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"