@iconify-react/simple-icons 1.0.5 → 1.0.7
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/c/cachyos.jsx +19 -0
- package/components/f/fluxer.jsx +19 -0
- package/components/l/locust.jsx +19 -0
- package/components/t/trmnl.jsx +19 -0
- package/components/v/vllm.jsx +19 -0
- package/css/c/c7poqunh.css +4 -0
- package/css/d/dixa9h.css +4 -0
- package/css/p/p80c_5dm.css +4 -0
- package/css/u/u-oj7jbg.css +4 -0
- package/css/w/wldwxibq.css +4 -0
- package/iconify.json +3 -3
- package/package.json +21 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/c/c7poqunh.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="c7poqunh"/>`,
|
|
15
|
+
"fallback": "simple-icons:cachyos",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/p/p80c_5dm.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="p80c_5dm"/>`,
|
|
15
|
+
"fallback": "simple-icons:fluxer",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/w/wldwxibq.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="wldwxibq"/>`,
|
|
15
|
+
"fallback": "simple-icons:locust",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/u/u-oj7jbg.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="u-oj7jbg"/>`,
|
|
15
|
+
"fallback": "simple-icons:trmnl",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/d/dixa9h.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @type {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="dixa9h"/>`,
|
|
15
|
+
"fallback": "simple-icons:vllm",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c7poqunh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M5.301 2.646L0 11.771l5.541 9.583h11.486l2.904-5.017H8.102l-2.56-4.429L8.067 7.54h6.063l2.83-4.893ZM20.058 4.12a.748.748 0 0 0 0 1.496a.748.748 0 0 0 0-1.496m-1.983 4.303a1.45 1.45 0 0 0 0 2.9a1.45 1.45 0 0 0 0-2.9m4.02 3.98a1.904 1.904 0 0 0 0 3.809a1.904 1.904 0 0 0 0-3.81");
|
|
4
|
+
}
|
package/css/d/dixa9h.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.p80c_5dm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12S5.373 0 12 0M8.79 12.471q-1.092 0-2.078.493q-.975.493-1.586 1.575q-.395.712-.52 1.726c-.078.626.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.531.429-.844q.568-.6 1.435-.6q.58 0 1.061.289q.482.279 1.254.954q1.178 1.038 2.078 1.51q.9.46 1.993.461q1.093 0 2.079-.493q.985-.492 1.596-1.575q.404-.714.522-1.734c.072-.623-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.176a2.1 2.1 0 0 1-.382.774q-.535.665-1.468.665q-.579 0-1.05-.279q-.46-.29-1.264-.964q-1.19-.996-2.09-1.479a4 4 0 0 0-1.982-.493M8.79 6q-1.092 0-2.078.493q-.975.492-1.586 1.575q-.395.712-.52 1.726c-.078.625.448 1.135 1.079 1.135c.645 0 1.128-.543 1.284-1.17q.133-.533.429-.845q.568-.6 1.435-.6q.58 0 1.061.29q.482.278 1.254.953q1.178 1.04 2.078 1.51q.9.462 1.993.462t2.079-.493q.985-.493 1.596-1.575q.404-.716.522-1.734c.072-.624-.455-1.127-1.083-1.127c-.65 0-1.134.549-1.307 1.175a2.1 2.1 0 0 1-.382.775q-.535.664-1.468.664q-.579 0-1.05-.278q-.46-.29-1.264-.965q-1.19-.996-2.09-1.478A4 4 0 0 0 8.79 6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.u-oj7jbg {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m6.024.913l6.661 2.498l-1.237 3.299l-6.661-2.498ZM16.705.097l2.2 6.766l-3.35 1.09l-2.2-6.766zM24 7.942l-3.917 5.939l-2.941-1.94L21.06 6Zm-1.583 10.593l-7.086.64l-.317-3.509l7.086-.64zm-9.271 5.367L8.228 18.76l2.546-2.436l4.918 5.141zm-9.976-3.9l.953-7.05l3.491.472l-.953 7.05zM0 9.768l6.107-3.65L7.915 9.14l-6.107 3.65Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wldwxibq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m21.425 6.348l.725.731l-1.901 1.916l.501.502l2.52-2.519l.73.73l-2.519 2.52v2.887l-1.65 1.65l-1.875-1.9v1.064l3.674 3.723h-2.722l-6.514-6.514l5.684-2.612h1.187Zm-2.74 11.683h-3.924l-7.799-7.799l-2.038 7.799H2.012L4.948 6.783l.157-.076l1.517-.738ZM2.137 15.85l-.47 1.802H0v-.82Zm4.304-1.977l2.449-1.126l3.605 3.605l-3.008 1.3H5.454Z");
|
|
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": 3425,
|
|
6
|
+
"version": "16.17.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": 1776575356
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
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",
|
|
@@ -2066,6 +2066,10 @@
|
|
|
2066
2066
|
"types": "./types/hqrkovbr.d.ts",
|
|
2067
2067
|
"default": "./components/c/cachet.jsx"
|
|
2068
2068
|
},
|
|
2069
|
+
"./cachyos": {
|
|
2070
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2071
|
+
"default": "./components/c/cachyos.jsx"
|
|
2072
|
+
},
|
|
2069
2073
|
"./caddy": {
|
|
2070
2074
|
"types": "./types/hqrkovbr.d.ts",
|
|
2071
2075
|
"default": "./components/c/caddy.jsx"
|
|
@@ -4466,6 +4470,10 @@
|
|
|
4466
4470
|
"types": "./types/hqrkovbr.d.ts",
|
|
4467
4471
|
"default": "./components/f/flux.jsx"
|
|
4468
4472
|
},
|
|
4473
|
+
"./fluxer": {
|
|
4474
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
4475
|
+
"default": "./components/f/fluxer.jsx"
|
|
4476
|
+
},
|
|
4469
4477
|
"./fluxus": {
|
|
4470
4478
|
"types": "./types/hqrkovbr.d.ts",
|
|
4471
4479
|
"default": "./components/f/fluxus.jsx"
|
|
@@ -7406,6 +7414,10 @@
|
|
|
7406
7414
|
"types": "./types/hqrkovbr.d.ts",
|
|
7407
7415
|
"default": "./components/l/localxpose.jsx"
|
|
7408
7416
|
},
|
|
7417
|
+
"./locust": {
|
|
7418
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7419
|
+
"default": "./components/l/locust.jsx"
|
|
7420
|
+
},
|
|
7409
7421
|
"./lodash": {
|
|
7410
7422
|
"types": "./types/hqrkovbr.d.ts",
|
|
7411
7423
|
"default": "./components/l/lodash.jsx"
|
|
@@ -13190,6 +13202,10 @@
|
|
|
13190
13202
|
"types": "./types/hqrkovbr.d.ts",
|
|
13191
13203
|
"default": "./components/t/trivy.jsx"
|
|
13192
13204
|
},
|
|
13205
|
+
"./trmnl": {
|
|
13206
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
13207
|
+
"default": "./components/t/trmnl.jsx"
|
|
13208
|
+
},
|
|
13193
13209
|
"./trove": {
|
|
13194
13210
|
"types": "./types/hqrkovbr.d.ts",
|
|
13195
13211
|
"default": "./components/t/trove.jsx"
|
|
@@ -13842,6 +13858,10 @@
|
|
|
13842
13858
|
"types": "./types/hqrkovbr.d.ts",
|
|
13843
13859
|
"default": "./components/v/vlcmediaplayer.jsx"
|
|
13844
13860
|
},
|
|
13861
|
+
"./vllm": {
|
|
13862
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
13863
|
+
"default": "./components/v/vllm.jsx"
|
|
13864
|
+
},
|
|
13845
13865
|
"./vmware": {
|
|
13846
13866
|
"types": "./types/hqrkovbr.d.ts",
|
|
13847
13867
|
"default": "./components/v/vmware.jsx"
|