@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.
- package/components/k/kohls-dark.jsx +15 -0
- package/components/k/kohls-light.jsx +15 -0
- package/components/k/kohls.jsx +15 -0
- package/css/b/bp6xqgbqk.css +3 -0
- package/css/o/onikkmh6o.css +4 -0
- package/css/y/yqm-erb8p.css +4 -0
- package/iconify.json +2 -2
- package/package.json +13 -1
|
@@ -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;
|
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": 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":
|
|
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.
|
|
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"
|