@iconify-react/simple-icons 1.0.5 → 1.0.6

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,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/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,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
+ }
@@ -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
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "simple-icons",
3
3
  "info": {
4
4
  "name": "Simple Icons",
5
- "total": 3420,
6
- "version": "16.15.0",
5
+ "total": 3423,
6
+ "version": "16.16.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": 1775538135
28
+ "lastModified": 1776056252
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.5",
4
+ "version": "1.0.6",
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"
@@ -13190,6 +13198,10 @@
13190
13198
  "types": "./types/hqrkovbr.d.ts",
13191
13199
  "default": "./components/t/trivy.jsx"
13192
13200
  },
13201
+ "./trmnl": {
13202
+ "types": "./types/hqrkovbr.d.ts",
13203
+ "default": "./components/t/trmnl.jsx"
13204
+ },
13193
13205
  "./trove": {
13194
13206
  "types": "./types/hqrkovbr.d.ts",
13195
13207
  "default": "./components/t/trove.jsx"