@iconify-solid/simple-icons 1.0.15 → 1.0.16
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/agentskills.jsx +15 -0
- package/components/m/m5stack.jsx +15 -0
- package/components/o/opencode.jsx +15 -0
- package/components/p/pi.jsx +15 -0
- package/css/d/dm-k4xbfa.css +4 -0
- package/css/j/jlde6rbmr.css +4 -0
- package/css/k/kaqp-z-ar.css +4 -0
- package/css/z/zwo46jzka.css +4 -0
- package/iconify.json +3 -3
- package/package.json +17 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/k/kaqp-z-ar.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="kaqp-z-ar"/>`;
|
|
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:agentskills"} {...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/d/dm-k4xbfa.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="dm-k4xbfa"/>`;
|
|
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:m5stack"} {...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/z/zwo46jzka.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="zwo46jzka"/>`;
|
|
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:opencode"} {...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/j/jlde6rbmr.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="jlde6rbmr"/>`;
|
|
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:pi"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dm-k4xbfa {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11.48 20.105q.13.05.26.08t.26.03t.26-.03a1.4 1.4 0 0 0 .26-.08l10.16-4.35a.6.6 0 0 0 .15-.09a.6.6 0 0 0 .11-.12a.5.5 0 0 0 .07-.15a.6.6 0 0 0 .03-.17v-6.39a.02.02 0 0 0-.01-.01a.04.04 0 0 0-.02-.01c-.02 0-.04.01-.05.02c-3.33 1.47-6.71 2.87-10.06 4.3a2.4 2.4 0 0 1-.45.14a2 2 0 0 1-.45.05a2 2 0 0 1-.45-.05a2.4 2.4 0 0 1-.45-.14c-3.6-1.54-7.2-3.1-10.81-4.63a.48.48 0 0 1-.25-.26a.47.47 0 0 1 0-.36a.48.48 0 0 1 .25-.25l10.81-4.62a2.4 2.4 0 0 1 .45-.15a2.2 2.2 0 0 1 .45-.04c.15 0 .3.01.45.04a2.4 2.4 0 0 1 .45.15l8.41 3.59a.7.7 0 0 1 .2.13c.06.06.11.12.13.18c.02.07.03.14-.01.22a.4.4 0 0 1-.07.11c-.12.12-.28.17-.46.17c-.26 0-.54-.09-.68-.15l-7.9-3.38a1.4 1.4 0 0 0-.26-.08a1.3 1.3 0 0 0-.26-.03c-.17 0-.35.04-.52.11L1.8 8.025a.05.05 0 0 0-.02.02a.05.05 0 0 0 0 .03v.02a.05.05 0 0 0 .02.02l9.68 4.14q.13.06.26.08a1.3 1.3 0 0 0 .52 0a1.4 1.4 0 0 0 .26-.08l10.81-4.62a.48.48 0 0 1 .37-.01a.48.48 0 0 1 .29.35q.01.04.01.08v7.17c0 .15-.02.3-.06.44a1.5 1.5 0 0 1-.19.4a1.5 1.5 0 0 1-.3.33a1.6 1.6 0 0 1-.39.24l-10.16 4.34a2.4 2.4 0 0 1-.45.15a2.2 2.2 0 0 1-.45.05c-.15 0-.3-.02-.45-.05a2.4 2.4 0 0 1-.45-.15L.94 16.635a1.6 1.6 0 0 1-.39-.24a1.5 1.5 0 0 1-.3-.33a1.5 1.5 0 0 1-.19-.4a1.5 1.5 0 0 1-.06-.44v-4.87c0-.13.05-.25.14-.34a.48.48 0 0 1 .34-.14c.14 0 .26.05.35.14a.47.47 0 0 1 .14.34v4.87c0 .06 0 .12.02.17a.5.5 0 0 0 .07.15a.6.6 0 0 0 .11.12a.6.6 0 0 0 .15.09zm.21-12.04l-2.81 1.2a.78.78 0 0 1-.73-.01l-2.31-.99a.37.37 0 0 1-.2-.19c-.08-.19.01-.41.2-.49l5.44-2.32c.23-.1.62-.17.78.07c.1.19.08.36-.19.48l-4.83 2.07s-.13.04 0 .08l1.26.54l.03.01c.05.03.2.07.36.02l3.49-1.49c.83-.34 1.26-.59 2.21-.55c.83.06 2.23.51 2.78 1.13c.16.18.26.37.28.56a.8.8 0 0 1-.18.62c-.12.14-.29.26-.52.35l-4.26 1.83a.386.386 0 0 1-.5-.2c-.14-.34.18-.53.37-.61l3.72-1.55c.22-.1.56-.34.39-.54c-.41-.46-1.51-.82-2.13-.86c-.92-.06-1.8.48-2.65.84");
|
|
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": 3442,
|
|
6
|
+
"version": "16.23.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": 1780900615
|
|
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.16",
|
|
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",
|
|
@@ -346,6 +346,10 @@
|
|
|
346
346
|
"types": "./types/vn2rmosy.d.ts",
|
|
347
347
|
"default": "./components/a/aftership.jsx"
|
|
348
348
|
},
|
|
349
|
+
"./agentskills": {
|
|
350
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
351
|
+
"default": "./components/a/agentskills.jsx"
|
|
352
|
+
},
|
|
349
353
|
"./agora": {
|
|
350
354
|
"types": "./types/vn2rmosy.d.ts",
|
|
351
355
|
"default": "./components/a/agora.jsx"
|
|
@@ -7582,6 +7586,10 @@
|
|
|
7582
7586
|
"types": "./types/vn2rmosy.d.ts",
|
|
7583
7587
|
"default": "./components/l/lyft.jsx"
|
|
7584
7588
|
},
|
|
7589
|
+
"./m5stack": {
|
|
7590
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
7591
|
+
"default": "./components/m/m5stack.jsx"
|
|
7592
|
+
},
|
|
7585
7593
|
"./maas": {
|
|
7586
7594
|
"types": "./types/vn2rmosy.d.ts",
|
|
7587
7595
|
"default": "./components/m/maas.jsx"
|
|
@@ -9122,6 +9130,10 @@
|
|
|
9122
9130
|
"types": "./types/vn2rmosy.d.ts",
|
|
9123
9131
|
"default": "./components/o/opencage.jsx"
|
|
9124
9132
|
},
|
|
9133
|
+
"./opencode": {
|
|
9134
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
9135
|
+
"default": "./components/o/opencode.jsx"
|
|
9136
|
+
},
|
|
9125
9137
|
"./opencollective": {
|
|
9126
9138
|
"types": "./types/vn2rmosy.d.ts",
|
|
9127
9139
|
"default": "./components/o/opencollective.jsx"
|
|
@@ -9706,6 +9718,10 @@
|
|
|
9706
9718
|
"types": "./types/vn2rmosy.d.ts",
|
|
9707
9719
|
"default": "./components/p/phpstorm.jsx"
|
|
9708
9720
|
},
|
|
9721
|
+
"./pi": {
|
|
9722
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
9723
|
+
"default": "./components/p/pi.jsx"
|
|
9724
|
+
},
|
|
9709
9725
|
"./piaggiogroup": {
|
|
9710
9726
|
"types": "./types/vn2rmosy.d.ts",
|
|
9711
9727
|
"default": "./components/p/piaggiogroup.jsx"
|