@iconify-solid/selfhst 1.0.16 → 1.0.17

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,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/b/bp6xqgbqk.css';
4
+
5
+ const viewBox = {"width":512,"height":512};
6
+ const content = `<path class="bp6xqgbqk"/>`;
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:kohls-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/y/yqm-erb8p.css';
4
+
5
+ const viewBox = {"width":512,"height":512};
6
+ const content = `<path class="yqm-erb8p"/>`;
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:kohls-light"} {...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/o/onikkmh6o.css';
4
+
5
+ const viewBox = {"width":512,"height":512};
6
+ const content = `<path class="onikkmh6o"/>`;
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:kohls"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,3 @@
1
+ .bp6xqgbqk {
2
+ d: path("M0 92.1h168.8v112.6h1.1L298.6 92.1h189.2L332.3 230.2L512 419.9H298.6L169.9 285.6h-1.1V420H0z");
3
+ }
@@ -0,0 +1,4 @@
1
+ .onikkmh6o {
2
+ fill: var(--svg-color--860035, #860035);
3
+ d: path("M0 92.1h168.8v112.6h1.1L298.6 92.1h189.2L332.3 230.2L512 419.9H298.6L169.9 285.6h-1.1V420H0z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .yqm-erb8p {
2
+ fill: var(--svg-color--fff, #fff);
3
+ d: path("M0 92.1h168.8v112.6h1.1L298.6 92.1h189.2L332.3 230.2L512 419.9H298.6L169.9 285.6h-1.1V420H0z");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "selfhst",
3
3
  "info": {
4
4
  "name": "selfh.st/icons",
5
- "total": 7124,
5
+ "total": 7127,
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": 1788366237
26
+ "lastModified": 1789034597
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.16",
4
+ "version": "1.0.17",
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",
@@ -11554,6 +11554,18 @@
11554
11554
  "types": "./types/vn2rmosy.d.ts",
11555
11555
  "default": "./components/k/koel-light.jsx"
11556
11556
  },
11557
+ "./kohls": {
11558
+ "types": "./types/vn2rmosy.d.ts",
11559
+ "default": "./components/k/kohls.jsx"
11560
+ },
11561
+ "./kohls-dark": {
11562
+ "types": "./types/vn2rmosy.d.ts",
11563
+ "default": "./components/k/kohls-dark.jsx"
11564
+ },
11565
+ "./kohls-light": {
11566
+ "types": "./types/vn2rmosy.d.ts",
11567
+ "default": "./components/k/kohls-light.jsx"
11568
+ },
11557
11569
  "./koito": {
11558
11570
  "types": "./types/vn2rmosy.d.ts",
11559
11571
  "default": "./components/k/koito.jsx"