@iconify-solid/selfhst 1.0.8 → 1.0.9

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.
@@ -0,0 +1,16 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/z/z15mw-brh.css';
4
+ import '../../css/j/jdcotzpev.css';
5
+
6
+ const viewBox = {"width":512,"height":512};
7
+ const content = `<path class="z15mw-brh"/><circle class="jdcotzpev"/>`;
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:rimgo-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/q/q615-bq5v.css';
4
+ import '../../css/e/eb1q3ccfq.css';
5
+
6
+ const viewBox = {"width":512,"height":512};
7
+ const content = `<path class="q615-bq5v"/><circle class="eb1q3ccfq"/>`;
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:rimgo-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/k/k4aqbt3rt.css';
4
+ import '../../css/b/beyjpfbcd.css';
5
+
6
+ const viewBox = {"width":512,"height":512};
7
+ const content = `<path class="k4aqbt3rt"/><circle class="beyjpfbcd"/>`;
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:rimgo"} {...others} />);
14
+ }
15
+
16
+ export default Component;
@@ -0,0 +1,6 @@
1
+ .beyjpfbcd {
2
+ cx: 449.7px;
3
+ cy: 62.3px;
4
+ r: 62.3px;
5
+ fill: var(--svg-color--1e88e5, #1e88e5);
6
+ }
@@ -0,0 +1,7 @@
1
+ .eb1q3ccfq {
2
+ cx: 449.7px;
3
+ cy: 62.3px;
4
+ r: 62.3px;
5
+ fill: var(--svg-color--fff, #fff);
6
+ opacity: var(--svg-opacity--0-65, 0.65);
7
+ }
@@ -0,0 +1,6 @@
1
+ .jdcotzpev {
2
+ cx: 449.7px;
3
+ cy: 62.3px;
4
+ r: 62.3px;
5
+ opacity: var(--svg-opacity--0-65, 0.65);
6
+ }
@@ -0,0 +1,3 @@
1
+ .k4aqbt3rt {
2
+ d: path("M448.1 512h-50.2V114.1H0V63.9h448.1z");
3
+ }
@@ -0,0 +1,4 @@
1
+ .q615-bq5v {
2
+ fill: var(--svg-color--fff, #fff);
3
+ d: path("M448.1 124.7V512h-50.2V114.1H0V63.9h387.3c.8 33.2 27.6 59.9 60.8 60.8");
4
+ }
@@ -0,0 +1,3 @@
1
+ .z15mw-brh {
2
+ d: path("M448.1 124.7V512h-50.2V114.1H0V63.9h387.3c.8 33.2 27.6 59.9 60.8 60.8");
3
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "selfhst",
3
3
  "info": {
4
4
  "name": "selfh.st/icons",
5
- "total": 6990,
5
+ "total": 6993,
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": 1784468922
26
+ "lastModified": 1785042908
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.8",
4
+ "version": "1.0.9",
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",
@@ -21398,6 +21398,18 @@
21398
21398
  "types": "./types/vn2rmosy.d.ts",
21399
21399
  "default": "./components/r/richy-light.jsx"
21400
21400
  },
21401
+ "./rimgo": {
21402
+ "types": "./types/vn2rmosy.d.ts",
21403
+ "default": "./components/r/rimgo.jsx"
21404
+ },
21405
+ "./rimgo-dark": {
21406
+ "types": "./types/vn2rmosy.d.ts",
21407
+ "default": "./components/r/rimgo-dark.jsx"
21408
+ },
21409
+ "./rimgo-light": {
21410
+ "types": "./types/vn2rmosy.d.ts",
21411
+ "default": "./components/r/rimgo-light.jsx"
21412
+ },
21401
21413
  "./ring": {
21402
21414
  "types": "./types/vn2rmosy.d.ts",
21403
21415
  "default": "./components/r/ring.jsx"