@iconify-solid/simple-icons 1.0.13 → 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/a/await.jsx +15 -0
- package/components/l/lmstudio.jsx +15 -0
- package/components/o/opentui.jsx +15 -0
- package/css/h/hgk9v0bmw.css +4 -0
- package/css/l/l95vq7mka.css +4 -0
- package/css/s/s6yg68r2w.css +4 -0
- package/iconify.json +3 -3
- 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/l/l95vq7mka.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="l95vq7mka"/>`;
|
|
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={"simple-icons:await"} {...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/h/hgk9v0bmw.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="hgk9v0bmw"/>`;
|
|
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={"simple-icons:lmstudio"} {...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/s/s6yg68r2w.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="s6yg68r2w"/>`;
|
|
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={"simple-icons:opentui"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.hgk9v0bmw {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M5.6 0A5.6 5.6 0 0 0 0 5.6v12.8A5.6 5.6 0 0 0 5.6 24h12.8a5.6 5.6 0 0 0 5.6-5.6V5.6A5.6 5.6 0 0 0 18.4 0zm0 2h12.8A3.6 3.6 0 0 1 22 5.6v12.8a3.6 3.6 0 0 1-3.6 3.6H5.6A3.6 3.6 0 0 1 2 18.4V5.6A3.6 3.6 0 0 1 5.6 2m-.4 2.8a1.2 1.2 0 0 0 0 2.4h10.4a1.2 1.2 0 0 0 0-2.4zm3.2 4a1.2 1.2 0 0 0 0 2.4h10.4a1.2 1.2 0 0 0 0-2.4zm-3.2 4a1.2 1.2 0 0 0 0 2.4h10.4a1.2 1.2 0 0 0 0-2.4zm3.2 4a1.2 1.2 0 0 0 0 2.4h10.4a1.2 1.2 0 0 0 0-2.4z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.l95vq7mka {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0c5.523 0 10 4.477 10 10v9a3.125 3.125 0 0 1-4.694 2.703A3.126 3.126 0 0 1 12 23a3.126 3.126 0 0 1-5.306-1.297A3.125 3.125 0 0 1 2 19v-9C2 4.477 6.477 0 12 0m-1.25 10.625a.625.625 0 0 0-.625.625a1.875 1.875 0 0 0 3.75 0a.625.625 0 0 0-.625-.625zm-1.875-5c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25m6.25 0c-.69 0-1.25.56-1.25 1.25v1.25a1.25 1.25 0 0 0 2.5 0v-1.25c0-.69-.56-1.25-1.25-1.25");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "16.
|
|
5
|
+
"total": 3436,
|
|
6
|
+
"version": "16.21.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1779771425
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-solid/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/simple-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -1342,6 +1342,10 @@
|
|
|
1342
1342
|
"types": "./types/vn2rmosy.d.ts",
|
|
1343
1343
|
"default": "./components/a/avm.jsx"
|
|
1344
1344
|
},
|
|
1345
|
+
"./await": {
|
|
1346
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
1347
|
+
"default": "./components/a/await.jsx"
|
|
1348
|
+
},
|
|
1345
1349
|
"./awesomelists": {
|
|
1346
1350
|
"types": "./types/vn2rmosy.d.ts",
|
|
1347
1351
|
"default": "./components/a/awesomelists.jsx"
|
|
@@ -7414,6 +7418,10 @@
|
|
|
7414
7418
|
"types": "./types/vn2rmosy.d.ts",
|
|
7415
7419
|
"default": "./components/l/lmms.jsx"
|
|
7416
7420
|
},
|
|
7421
|
+
"./lmstudio": {
|
|
7422
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
7423
|
+
"default": "./components/l/lmstudio.jsx"
|
|
7424
|
+
},
|
|
7417
7425
|
"./lobsters": {
|
|
7418
7426
|
"types": "./types/vn2rmosy.d.ts",
|
|
7419
7427
|
"default": "./components/l/lobsters.jsx"
|
|
@@ -9222,6 +9230,10 @@
|
|
|
9222
9230
|
"types": "./types/vn2rmosy.d.ts",
|
|
9223
9231
|
"default": "./components/o/opentofu.jsx"
|
|
9224
9232
|
},
|
|
9233
|
+
"./opentui": {
|
|
9234
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
9235
|
+
"default": "./components/o/opentui.jsx"
|
|
9236
|
+
},
|
|
9225
9237
|
"./openverse": {
|
|
9226
9238
|
"types": "./types/vn2rmosy.d.ts",
|
|
9227
9239
|
"default": "./components/o/openverse.jsx"
|