@icons-pack/react-simple-icons 12.0.0 → 12.2.0

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.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/icons/SiAndroid.cjs +1 -1
  3. package/icons/SiAndroid.d.ts +1 -1
  4. package/icons/SiAndroid.mjs +1 -1
  5. package/icons/SiEasyeda.cjs +1 -1
  6. package/icons/SiEasyeda.mjs +1 -1
  7. package/icons/SiFortnite.cjs +51 -0
  8. package/icons/SiFortnite.d.ts +4 -0
  9. package/icons/SiFortnite.mjs +27 -0
  10. package/icons/SiFreecad.cjs +2 -2
  11. package/icons/SiFreecad.d.ts +1 -1
  12. package/icons/SiFreecad.mjs +2 -2
  13. package/icons/SiIata.cjs +1 -1
  14. package/icons/SiIata.mjs +1 -1
  15. package/icons/SiKiwix.cjs +51 -0
  16. package/icons/SiKiwix.d.ts +4 -0
  17. package/icons/SiKiwix.mjs +27 -0
  18. package/icons/SiKubespray.cjs +51 -0
  19. package/icons/SiKubespray.d.ts +4 -0
  20. package/icons/SiKubespray.mjs +27 -0
  21. package/icons/SiSagemath.cjs +51 -0
  22. package/icons/SiSagemath.d.ts +4 -0
  23. package/icons/SiSagemath.mjs +27 -0
  24. package/icons/SiUmbrel.cjs +51 -0
  25. package/icons/SiUmbrel.d.ts +4 -0
  26. package/icons/SiUmbrel.mjs +27 -0
  27. package/icons/SiVercel.cjs +1 -1
  28. package/icons/SiVercel.mjs +1 -1
  29. package/icons/SiVinted.cjs +51 -0
  30. package/icons/SiVinted.d.ts +4 -0
  31. package/icons/SiVinted.mjs +27 -0
  32. package/icons/SiZsh.cjs +1 -1
  33. package/icons/SiZsh.mjs +1 -1
  34. package/index.cjs +18 -0
  35. package/index.d.ts +6 -0
  36. package/index.mjs +6 -0
  37. package/package.json +2 -18
  38. package/src/icons/SiAndroid.tsx +1 -1
  39. package/src/icons/SiEasyeda.tsx +1 -1
  40. package/src/icons/SiFortnite.tsx +45 -0
  41. package/src/icons/SiFreecad.tsx +2 -2
  42. package/src/icons/SiIata.tsx +1 -1
  43. package/src/icons/SiKiwix.tsx +45 -0
  44. package/src/icons/SiKubespray.tsx +45 -0
  45. package/src/icons/SiSagemath.tsx +45 -0
  46. package/src/icons/SiUmbrel.tsx +45 -0
  47. package/src/icons/SiVercel.tsx +1 -1
  48. package/src/icons/SiVinted.tsx +45 -0
  49. package/src/icons/SiZsh.tsx +1 -1
@@ -0,0 +1,51 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
+
5
+ const jsxRuntime = require('react/jsx-runtime');
6
+ const React = require('react');
7
+
8
+ function _interopNamespaceDefault(e) {
9
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
10
+ if (e) {
11
+ for (const k in e) {
12
+ if (k !== 'default') {
13
+ const d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: () => e[k]
17
+ });
18
+ }
19
+ }
20
+ }
21
+ n.default = e;
22
+ return Object.freeze(n);
23
+ }
24
+
25
+ const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
+
27
+ const defaultColor = "#007782";
28
+ const SiVinted = React__namespace.forwardRef(function SiVinted2({ title = "Vinted", color = "currentColor", size = 24, ...others }, ref) {
29
+ if (color === "default") {
30
+ color = defaultColor;
31
+ }
32
+ return /* @__PURE__ */ jsxRuntime.jsxs(
33
+ "svg",
34
+ {
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ width: size,
37
+ height: size,
38
+ fill: color,
39
+ viewBox: "0 0 24 24",
40
+ ref,
41
+ ...others,
42
+ children: [
43
+ /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19.316 0c-.258 0-.571.217-1.415.953-.3.108-.627.027-1.008.613-2.15 3.09-3.825 14.648-5.255 17.984-.286-1.444-.885-10.837-1.116-13.41-.028-.477.027-1.076.027-1.43 0-2.368-.516-3.567-2.886-3.567-1.198 0-2.382.436-3.008 1.226-.299.408-.409.708-.409 1.443 0 4.915 1.171 12.973 2.478 18.228C7.132 23.688 8.603 24 9.99 24c.654 0 1.307-.081 2.233-.544 3.212-1.567 4.07-5.84 4.9-9.993.15-.749.899-4.37 1.253-6.275.476-2.6 1.02-5.54 1.347-6.617C19.833.245 19.63 0 19.317 0z" })
45
+ ]
46
+ }
47
+ );
48
+ });
49
+
50
+ exports.default = SiVinted;
51
+ exports.defaultColor = defaultColor;
@@ -0,0 +1,4 @@
1
+ import { IconType } from '../types';
2
+ declare const defaultColor = "#007782";
3
+ declare const SiVinted: IconType;
4
+ export { SiVinted as default, defaultColor };
@@ -0,0 +1,27 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ const defaultColor = "#007782";
5
+ const SiVinted = React.forwardRef(function SiVinted2({ title = "Vinted", color = "currentColor", size = 24, ...others }, ref) {
6
+ if (color === "default") {
7
+ color = defaultColor;
8
+ }
9
+ return /* @__PURE__ */ jsxs(
10
+ "svg",
11
+ {
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ width: size,
14
+ height: size,
15
+ fill: color,
16
+ viewBox: "0 0 24 24",
17
+ ref,
18
+ ...others,
19
+ children: [
20
+ /* @__PURE__ */ jsx("title", { children: title }),
21
+ /* @__PURE__ */ jsx("path", { d: "M19.316 0c-.258 0-.571.217-1.415.953-.3.108-.627.027-1.008.613-2.15 3.09-3.825 14.648-5.255 17.984-.286-1.444-.885-10.837-1.116-13.41-.028-.477.027-1.076.027-1.43 0-2.368-.516-3.567-2.886-3.567-1.198 0-2.382.436-3.008 1.226-.299.408-.409.708-.409 1.443 0 4.915 1.171 12.973 2.478 18.228C7.132 23.688 8.603 24 9.99 24c.654 0 1.307-.081 2.233-.544 3.212-1.567 4.07-5.84 4.9-9.993.15-.749.899-4.37 1.253-6.275.476-2.6 1.02-5.54 1.347-6.617C19.833.245 19.63 0 19.317 0z" })
22
+ ]
23
+ }
24
+ );
25
+ });
26
+
27
+ export { SiVinted as default, defaultColor };
package/icons/SiZsh.cjs CHANGED
@@ -41,7 +41,7 @@ const SiZsh = React__namespace.forwardRef(function SiZsh2({ title = "Zsh", color
41
41
  ...others,
42
42
  children: [
43
43
  /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3.612.719A3.621 3.621 0 0 0 0 4.331v15.328a3.627 3.627 0 0 0 3.616 3.612h8.242a.529.529 0 0 0 .228-.042.607.607 0 0 0-.232-1.169H3.612a2.393 2.393 0 0 1-2.393-2.4V6.113h21.566v12.839a.134.134 0 0 1-.12.074h-.743a.158.158 0 0 1-.09-.043.134.134 0 0 1-.04-.095v-2.23c-.004-.001-.004-.003-.004-.006v-.007a.602.602 0 1 0-1.202 0v6.032l.004.001v.002a.6.6 0 0 0 1.202 0v.002V20.297a.116.116 0 0 1 .036-.095.134.134 0 0 1 .094-.04h.744a.12.12 0 0 1 .099.036c.01.01.018.022.024.035v2.434a.042.042 0 0 0 .002.023.6.6 0 0 0 .14.38.601.601 0 0 0 .46.213h.01a.592.592 0 0 0 .547-.368l.004-.011a.445.445 0 0 0 .023-.074.608.608 0 0 0 .025-.162V4.326A3.615 3.615 0 0 0 20.392.715H3.616Zm0 1.215h16.776a2.383 2.383 0 0 1 2.401 2.393V4.9H1.215v-.57a2.388 2.388 0 0 1 2.397-2.396ZM6.36 7.28a.213.213 0 0 0-.145.076l-3.964 4.72a.213.213 0 1 0 .327.275l3.964-4.72a.213.213 0 0 0-.182-.35Zm-2.94.12c-.632 0-1.151.52-1.151 1.151 0 .632.52 1.152 1.151 1.152.632 0 1.152-.52 1.152-1.152 0-.632-.52-1.151-1.152-1.151Zm0 .667a.48.48 0 0 1 .485.484.48.48 0 0 1-.485.485.48.48 0 0 1-.484-.485.48.48 0 0 1 .484-.484Zm1.94 1.939c-.632 0-1.152.52-1.152 1.152 0 .632.52 1.15 1.152 1.15.632 0 1.151-.518 1.151-1.15 0-.633-.52-1.152-1.151-1.152Zm0 .667a.48.48 0 0 1 .485.485.48.48 0 0 1-.485.484.48.48 0 0 1-.485-.484.48.48 0 0 1 .485-.485Zm2.658 1.21a.214.214 0 0 0-.081.41c.026.01.053.016.081.016h2.831a.327.327 0 0 0 .086-.02.215.215 0 0 0 .131-.198.213.213 0 0 0-.213-.213h-2.83Zm5.77 4.159a.61.61 0 0 0-.61.61v-.004.004a.61.61 0 0 0 .61.61l.028-.002h1.123a.052.052 0 0 1 .04.005.077.077 0 0 1 .04.058.076.076 0 0 1-.006.037l-1.783 4.453a.67.67 0 0 0-.048.249v.55a.65.65 0 0 0 .192.474.67.67 0 0 0 .474.196h2.09a.718.718 0 0 0 .243-.051.623.623 0 0 0 .386-.578v.004-.004a.626.626 0 0 0-.625-.626l-.014.001h-1.406a.05.05 0 0 1-.038-.005.074.074 0 0 1-.038-.056.072.072 0 0 1 .005-.034l2.056-5.127a.555.555 0 0 0-.516-.762h-2.167a.07.07 0 0 0-.033-.006Zm4.915.03c-.286 0-.613.027-.81.082a.946.946 0 0 0-.466.267 1.174 1.174 0 0 0-.247.525c-.05.215-.076.488-.076.82 0 .318.003.576.01.772.008.16.026.32.056.479a.93.93 0 0 0 .124.294c.055.078.119.15.19.212.1.087.208.165.324.23.127.074.257.144.39.212.133.067.26.138.38.211.114.064.22.142.315.23.037.041.072.084.104.13a.294.294 0 0 1 .053.091.651.651 0 0 1 .042.24c.007.073.01.175.01.303a3.77 3.77 0 0 1-.029.525.745.745 0 0 1-.076.285.261.261 0 0 1-.152.12 2.324 2.324 0 0 1-.378.028.83.83 0 0 1-.228-.028.315.315 0 0 1-.143-.129 1.072 1.072 0 0 1-.076-.276 4.459 4.459 0 0 1-.02-.46c0-.016 0-.034-.002-.05h-.004a.54.54 0 0 0-.176-.311.517.517 0 0 0-.847.315h-.003c.002.014.002.033.002.052v.023l.003.284c0 .362.026.656.076.883.057.221.146.396.267.525a.916.916 0 0 0 .457.248c.22.054.448.078.675.074.305 0 .698-.027.901-.083a.897.897 0 0 0 .486-.313c.127-.153.215-.365.266-.635.057-.276.086-.628.086-1.058 0-.313-.01-.565-.029-.755a1.65 1.65 0 0 0-.085-.47.763.763 0 0 0-.181-.294 1.5 1.5 0 0 0-.276-.22 2.733 2.733 0 0 0-.286-.157 4.382 4.382 0 0 0-.342-.175 8.27 8.27 0 0 1-.343-.184 2.885 2.885 0 0 1-.276-.193.938.938 0 0 1-.114-.11.398.398 0 0 1-.057-.139 1.452 1.452 0 0 1-.029-.211v-.346a2.59 2.59 0 0 1 .015-.396.633.633 0 0 1 .067-.23.23.23 0 0 1 .143-.101c.057-.019.216-.028.305-.028.203 0 .33.058.38.175.04.074.063.155.066.24.003.066.004.153.004.245h.003c.004-.003.004-.002.004 0a.512.512 0 0 0 .516.512.516.516 0 0 0 .515-.512v-.004c-.004-.099-.004-.19-.004-.242a3.184 3.184 0 0 0-.067-.709.896.896 0 0 0-.228-.469.869.869 0 0 0-.457-.258 2.693 2.693 0 0 0-.733-.082Z" })
44
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11.415 5.038a.58.58 0 0 0-.543.197L.135 18.021a.58.58 0 0 0 .071.814.58.58 0 0 0 .815-.07L11.757 5.979a.58.58 0 0 0-.07-.815.6.6 0 0 0-.272-.126m-8.113.317a3.133 3.133 0 0 0-3.12 3.12 3.13 3.13 0 0 0 3.12 3.119A3.133 3.133 0 0 0 6.42 8.475a3.13 3.13 0 0 0-3.119-3.119m0 1.806a1.3 1.3 0 0 1 1.314 1.313 1.3 1.3 0 0 1-1.314 1.312A1.3 1.3 0 0 1 1.99 8.475a1.3 1.3 0 0 1 1.312-1.314m5.253 5.253a3.13 3.13 0 0 0-3.119 3.119 3.13 3.13 0 0 0 3.12 3.118 3.133 3.133 0 0 0 3.118-3.12 3.133 3.133 0 0 0-3.119-3.118m0 1.805a1.3 1.3 0 0 1 1.313 1.314c0 .735-.577 1.312-1.312 1.312a1.3 1.3 0 0 1-1.314-1.312 1.3 1.3 0 0 1 1.313-1.314m7.201 3.276a.58.58 0 0 0-.578.578.58.58 0 0 0 .578.578h7.666a.58.58 0 0 0 .579-.578.58.58 0 0 0-.579-.578Z" })
45
45
  ]
46
46
  }
47
47
  );
package/icons/SiZsh.mjs CHANGED
@@ -18,7 +18,7 @@ const SiZsh = React.forwardRef(function SiZsh2({ title = "Zsh", color = "current
18
18
  ...others,
19
19
  children: [
20
20
  /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M3.612.719A3.621 3.621 0 0 0 0 4.331v15.328a3.627 3.627 0 0 0 3.616 3.612h8.242a.529.529 0 0 0 .228-.042.607.607 0 0 0-.232-1.169H3.612a2.393 2.393 0 0 1-2.393-2.4V6.113h21.566v12.839a.134.134 0 0 1-.12.074h-.743a.158.158 0 0 1-.09-.043.134.134 0 0 1-.04-.095v-2.23c-.004-.001-.004-.003-.004-.006v-.007a.602.602 0 1 0-1.202 0v6.032l.004.001v.002a.6.6 0 0 0 1.202 0v.002V20.297a.116.116 0 0 1 .036-.095.134.134 0 0 1 .094-.04h.744a.12.12 0 0 1 .099.036c.01.01.018.022.024.035v2.434a.042.042 0 0 0 .002.023.6.6 0 0 0 .14.38.601.601 0 0 0 .46.213h.01a.592.592 0 0 0 .547-.368l.004-.011a.445.445 0 0 0 .023-.074.608.608 0 0 0 .025-.162V4.326A3.615 3.615 0 0 0 20.392.715H3.616Zm0 1.215h16.776a2.383 2.383 0 0 1 2.401 2.393V4.9H1.215v-.57a2.388 2.388 0 0 1 2.397-2.396ZM6.36 7.28a.213.213 0 0 0-.145.076l-3.964 4.72a.213.213 0 1 0 .327.275l3.964-4.72a.213.213 0 0 0-.182-.35Zm-2.94.12c-.632 0-1.151.52-1.151 1.151 0 .632.52 1.152 1.151 1.152.632 0 1.152-.52 1.152-1.152 0-.632-.52-1.151-1.152-1.151Zm0 .667a.48.48 0 0 1 .485.484.48.48 0 0 1-.485.485.48.48 0 0 1-.484-.485.48.48 0 0 1 .484-.484Zm1.94 1.939c-.632 0-1.152.52-1.152 1.152 0 .632.52 1.15 1.152 1.15.632 0 1.151-.518 1.151-1.15 0-.633-.52-1.152-1.151-1.152Zm0 .667a.48.48 0 0 1 .485.485.48.48 0 0 1-.485.484.48.48 0 0 1-.485-.484.48.48 0 0 1 .485-.485Zm2.658 1.21a.214.214 0 0 0-.081.41c.026.01.053.016.081.016h2.831a.327.327 0 0 0 .086-.02.215.215 0 0 0 .131-.198.213.213 0 0 0-.213-.213h-2.83Zm5.77 4.159a.61.61 0 0 0-.61.61v-.004.004a.61.61 0 0 0 .61.61l.028-.002h1.123a.052.052 0 0 1 .04.005.077.077 0 0 1 .04.058.076.076 0 0 1-.006.037l-1.783 4.453a.67.67 0 0 0-.048.249v.55a.65.65 0 0 0 .192.474.67.67 0 0 0 .474.196h2.09a.718.718 0 0 0 .243-.051.623.623 0 0 0 .386-.578v.004-.004a.626.626 0 0 0-.625-.626l-.014.001h-1.406a.05.05 0 0 1-.038-.005.074.074 0 0 1-.038-.056.072.072 0 0 1 .005-.034l2.056-5.127a.555.555 0 0 0-.516-.762h-2.167a.07.07 0 0 0-.033-.006Zm4.915.03c-.286 0-.613.027-.81.082a.946.946 0 0 0-.466.267 1.174 1.174 0 0 0-.247.525c-.05.215-.076.488-.076.82 0 .318.003.576.01.772.008.16.026.32.056.479a.93.93 0 0 0 .124.294c.055.078.119.15.19.212.1.087.208.165.324.23.127.074.257.144.39.212.133.067.26.138.38.211.114.064.22.142.315.23.037.041.072.084.104.13a.294.294 0 0 1 .053.091.651.651 0 0 1 .042.24c.007.073.01.175.01.303a3.77 3.77 0 0 1-.029.525.745.745 0 0 1-.076.285.261.261 0 0 1-.152.12 2.324 2.324 0 0 1-.378.028.83.83 0 0 1-.228-.028.315.315 0 0 1-.143-.129 1.072 1.072 0 0 1-.076-.276 4.459 4.459 0 0 1-.02-.46c0-.016 0-.034-.002-.05h-.004a.54.54 0 0 0-.176-.311.517.517 0 0 0-.847.315h-.003c.002.014.002.033.002.052v.023l.003.284c0 .362.026.656.076.883.057.221.146.396.267.525a.916.916 0 0 0 .457.248c.22.054.448.078.675.074.305 0 .698-.027.901-.083a.897.897 0 0 0 .486-.313c.127-.153.215-.365.266-.635.057-.276.086-.628.086-1.058 0-.313-.01-.565-.029-.755a1.65 1.65 0 0 0-.085-.47.763.763 0 0 0-.181-.294 1.5 1.5 0 0 0-.276-.22 2.733 2.733 0 0 0-.286-.157 4.382 4.382 0 0 0-.342-.175 8.27 8.27 0 0 1-.343-.184 2.885 2.885 0 0 1-.276-.193.938.938 0 0 1-.114-.11.398.398 0 0 1-.057-.139 1.452 1.452 0 0 1-.029-.211v-.346a2.59 2.59 0 0 1 .015-.396.633.633 0 0 1 .067-.23.23.23 0 0 1 .143-.101c.057-.019.216-.028.305-.028.203 0 .33.058.38.175.04.074.063.155.066.24.003.066.004.153.004.245h.003c.004-.003.004-.002.004 0a.512.512 0 0 0 .516.512.516.516 0 0 0 .515-.512v-.004c-.004-.099-.004-.19-.004-.242a3.184 3.184 0 0 0-.067-.709.896.896 0 0 0-.228-.469.869.869 0 0 0-.457-.258 2.693 2.693 0 0 0-.733-.082Z" })
21
+ /* @__PURE__ */ jsx("path", { d: "M11.415 5.038a.58.58 0 0 0-.543.197L.135 18.021a.58.58 0 0 0 .071.814.58.58 0 0 0 .815-.07L11.757 5.979a.58.58 0 0 0-.07-.815.6.6 0 0 0-.272-.126m-8.113.317a3.133 3.133 0 0 0-3.12 3.12 3.13 3.13 0 0 0 3.12 3.119A3.133 3.133 0 0 0 6.42 8.475a3.13 3.13 0 0 0-3.119-3.119m0 1.806a1.3 1.3 0 0 1 1.314 1.313 1.3 1.3 0 0 1-1.314 1.312A1.3 1.3 0 0 1 1.99 8.475a1.3 1.3 0 0 1 1.312-1.314m5.253 5.253a3.13 3.13 0 0 0-3.119 3.119 3.13 3.13 0 0 0 3.12 3.118 3.133 3.133 0 0 0 3.118-3.12 3.133 3.133 0 0 0-3.119-3.118m0 1.805a1.3 1.3 0 0 1 1.313 1.314c0 .735-.577 1.312-1.312 1.312a1.3 1.3 0 0 1-1.314-1.312 1.3 1.3 0 0 1 1.313-1.314m7.201 3.276a.58.58 0 0 0-.578.578.58.58 0 0 0 .578.578h7.666a.58.58 0 0 0 .579-.578.58.58 0 0 0-.579-.578Z" })
22
22
  ]
23
23
  }
24
24
  );
package/index.cjs CHANGED
@@ -1017,6 +1017,7 @@ const SiFormik = require('./icons/SiFormik.cjs');
1017
1017
  const SiFormspree = require('./icons/SiFormspree.cjs');
1018
1018
  const SiFormstack = require('./icons/SiFormstack.cjs');
1019
1019
  const SiFortinet = require('./icons/SiFortinet.cjs');
1020
+ const SiFortnite = require('./icons/SiFortnite.cjs');
1020
1021
  const SiFortran = require('./icons/SiFortran.cjs');
1021
1022
  const SiFossa = require('./icons/SiFossa.cjs');
1022
1023
  const SiFossilscm = require('./icons/SiFossilscm.cjs');
@@ -1517,6 +1518,7 @@ const SiKinsta = require('./icons/SiKinsta.cjs');
1517
1518
  const SiKirby = require('./icons/SiKirby.cjs');
1518
1519
  const SiKit = require('./icons/SiKit.cjs');
1519
1520
  const SiKitsu = require('./icons/SiKitsu.cjs');
1521
+ const SiKiwix = require('./icons/SiKiwix.cjs');
1520
1522
  const SiKlarna = require('./icons/SiKlarna.cjs');
1521
1523
  const SiKleinanzeigen = require('./icons/SiKleinanzeigen.cjs');
1522
1524
  const SiKlm = require('./icons/SiKlm.cjs');
@@ -1546,6 +1548,7 @@ const SiKtm = require('./icons/SiKtm.cjs');
1546
1548
  const SiKtor = require('./icons/SiKtor.cjs');
1547
1549
  const SiKuaishou = require('./icons/SiKuaishou.cjs');
1548
1550
  const SiKubernetes = require('./icons/SiKubernetes.cjs');
1551
+ const SiKubespray = require('./icons/SiKubespray.cjs');
1549
1552
  const SiKubuntu = require('./icons/SiKubuntu.cjs');
1550
1553
  const SiKucoin = require('./icons/SiKucoin.cjs');
1551
1554
  const SiKueski = require('./icons/SiKueski.cjs');
@@ -2475,6 +2478,7 @@ const SiS7airlines = require('./icons/SiS7airlines.cjs');
2475
2478
  const SiSabanci = require('./icons/SiSabanci.cjs');
2476
2479
  const SiSafari = require('./icons/SiSafari.cjs');
2477
2480
  const SiSage = require('./icons/SiSage.cjs');
2481
+ const SiSagemath = require('./icons/SiSagemath.cjs');
2478
2482
  const SiSahibinden = require('./icons/SiSahibinden.cjs');
2479
2483
  const SiSailfishos = require('./icons/SiSailfishos.cjs');
2480
2484
  const SiSailsdotjs = require('./icons/SiSailsdotjs.cjs');
@@ -2980,6 +2984,7 @@ const SiUltralytics = require('./icons/SiUltralytics.cjs');
2980
2984
  const SiUlule = require('./icons/SiUlule.cjs');
2981
2985
  const SiUmami = require('./icons/SiUmami.cjs');
2982
2986
  const SiUmbraco = require('./icons/SiUmbraco.cjs');
2987
+ const SiUmbrel = require('./icons/SiUmbrel.cjs');
2983
2988
  const SiUml = require('./icons/SiUml.cjs');
2984
2989
  const SiUnacademy = require('./icons/SiUnacademy.cjs');
2985
2990
  const SiUnderarmour = require('./icons/SiUnderarmour.cjs');
@@ -3054,6 +3059,7 @@ const SiVictronenergy = require('./icons/SiVictronenergy.cjs');
3054
3059
  const SiVim = require('./icons/SiVim.cjs');
3055
3060
  const SiVimeo = require('./icons/SiVimeo.cjs');
3056
3061
  const SiVimeolivestream = require('./icons/SiVimeolivestream.cjs');
3062
+ const SiVinted = require('./icons/SiVinted.cjs');
3057
3063
  const SiVirgin = require('./icons/SiVirgin.cjs');
3058
3064
  const SiVirginatlantic = require('./icons/SiVirginatlantic.cjs');
3059
3065
  const SiVirginmedia = require('./icons/SiVirginmedia.cjs');
@@ -5305,6 +5311,8 @@ exports.SiFormstack = SiFormstack.default;
5305
5311
  exports.SiFormstackHex = SiFormstack.defaultColor;
5306
5312
  exports.SiFortinet = SiFortinet.default;
5307
5313
  exports.SiFortinetHex = SiFortinet.defaultColor;
5314
+ exports.SiFortnite = SiFortnite.default;
5315
+ exports.SiFortniteHex = SiFortnite.defaultColor;
5308
5316
  exports.SiFortran = SiFortran.default;
5309
5317
  exports.SiFortranHex = SiFortran.defaultColor;
5310
5318
  exports.SiFossa = SiFossa.default;
@@ -6305,6 +6313,8 @@ exports.SiKit = SiKit.default;
6305
6313
  exports.SiKitHex = SiKit.defaultColor;
6306
6314
  exports.SiKitsu = SiKitsu.default;
6307
6315
  exports.SiKitsuHex = SiKitsu.defaultColor;
6316
+ exports.SiKiwix = SiKiwix.default;
6317
+ exports.SiKiwixHex = SiKiwix.defaultColor;
6308
6318
  exports.SiKlarna = SiKlarna.default;
6309
6319
  exports.SiKlarnaHex = SiKlarna.defaultColor;
6310
6320
  exports.SiKleinanzeigen = SiKleinanzeigen.default;
@@ -6363,6 +6373,8 @@ exports.SiKuaishou = SiKuaishou.default;
6363
6373
  exports.SiKuaishouHex = SiKuaishou.defaultColor;
6364
6374
  exports.SiKubernetes = SiKubernetes.default;
6365
6375
  exports.SiKubernetesHex = SiKubernetes.defaultColor;
6376
+ exports.SiKubespray = SiKubespray.default;
6377
+ exports.SiKubesprayHex = SiKubespray.defaultColor;
6366
6378
  exports.SiKubuntu = SiKubuntu.default;
6367
6379
  exports.SiKubuntuHex = SiKubuntu.defaultColor;
6368
6380
  exports.SiKucoin = SiKucoin.default;
@@ -8221,6 +8233,8 @@ exports.SiSafari = SiSafari.default;
8221
8233
  exports.SiSafariHex = SiSafari.defaultColor;
8222
8234
  exports.SiSage = SiSage.default;
8223
8235
  exports.SiSageHex = SiSage.defaultColor;
8236
+ exports.SiSagemath = SiSagemath.default;
8237
+ exports.SiSagemathHex = SiSagemath.defaultColor;
8224
8238
  exports.SiSahibinden = SiSahibinden.default;
8225
8239
  exports.SiSahibindenHex = SiSahibinden.defaultColor;
8226
8240
  exports.SiSailfishos = SiSailfishos.default;
@@ -9231,6 +9245,8 @@ exports.SiUmami = SiUmami.default;
9231
9245
  exports.SiUmamiHex = SiUmami.defaultColor;
9232
9246
  exports.SiUmbraco = SiUmbraco.default;
9233
9247
  exports.SiUmbracoHex = SiUmbraco.defaultColor;
9248
+ exports.SiUmbrel = SiUmbrel.default;
9249
+ exports.SiUmbrelHex = SiUmbrel.defaultColor;
9234
9250
  exports.SiUml = SiUml.default;
9235
9251
  exports.SiUmlHex = SiUml.defaultColor;
9236
9252
  exports.SiUnacademy = SiUnacademy.default;
@@ -9379,6 +9395,8 @@ exports.SiVimeo = SiVimeo.default;
9379
9395
  exports.SiVimeoHex = SiVimeo.defaultColor;
9380
9396
  exports.SiVimeolivestream = SiVimeolivestream.default;
9381
9397
  exports.SiVimeolivestreamHex = SiVimeolivestream.defaultColor;
9398
+ exports.SiVinted = SiVinted.default;
9399
+ exports.SiVintedHex = SiVinted.defaultColor;
9382
9400
  exports.SiVirgin = SiVirgin.default;
9383
9401
  exports.SiVirginHex = SiVirgin.defaultColor;
9384
9402
  exports.SiVirginatlantic = SiVirginatlantic.default;
package/index.d.ts CHANGED
@@ -1013,6 +1013,7 @@ export { default as SiFormik, defaultColor as SiFormikHex } from './icons/SiForm
1013
1013
  export { default as SiFormspree, defaultColor as SiFormspreeHex } from './icons/SiFormspree';
1014
1014
  export { default as SiFormstack, defaultColor as SiFormstackHex } from './icons/SiFormstack';
1015
1015
  export { default as SiFortinet, defaultColor as SiFortinetHex } from './icons/SiFortinet';
1016
+ export { default as SiFortnite, defaultColor as SiFortniteHex } from './icons/SiFortnite';
1016
1017
  export { default as SiFortran, defaultColor as SiFortranHex } from './icons/SiFortran';
1017
1018
  export { default as SiFossa, defaultColor as SiFossaHex } from './icons/SiFossa';
1018
1019
  export { default as SiFossilscm, defaultColor as SiFossilscmHex } from './icons/SiFossilscm';
@@ -1513,6 +1514,7 @@ export { default as SiKinsta, defaultColor as SiKinstaHex } from './icons/SiKins
1513
1514
  export { default as SiKirby, defaultColor as SiKirbyHex } from './icons/SiKirby';
1514
1515
  export { default as SiKit, defaultColor as SiKitHex } from './icons/SiKit';
1515
1516
  export { default as SiKitsu, defaultColor as SiKitsuHex } from './icons/SiKitsu';
1517
+ export { default as SiKiwix, defaultColor as SiKiwixHex } from './icons/SiKiwix';
1516
1518
  export { default as SiKlarna, defaultColor as SiKlarnaHex } from './icons/SiKlarna';
1517
1519
  export { default as SiKleinanzeigen, defaultColor as SiKleinanzeigenHex } from './icons/SiKleinanzeigen';
1518
1520
  export { default as SiKlm, defaultColor as SiKlmHex } from './icons/SiKlm';
@@ -1542,6 +1544,7 @@ export { default as SiKtm, defaultColor as SiKtmHex } from './icons/SiKtm';
1542
1544
  export { default as SiKtor, defaultColor as SiKtorHex } from './icons/SiKtor';
1543
1545
  export { default as SiKuaishou, defaultColor as SiKuaishouHex } from './icons/SiKuaishou';
1544
1546
  export { default as SiKubernetes, defaultColor as SiKubernetesHex } from './icons/SiKubernetes';
1547
+ export { default as SiKubespray, defaultColor as SiKubesprayHex } from './icons/SiKubespray';
1545
1548
  export { default as SiKubuntu, defaultColor as SiKubuntuHex } from './icons/SiKubuntu';
1546
1549
  export { default as SiKucoin, defaultColor as SiKucoinHex } from './icons/SiKucoin';
1547
1550
  export { default as SiKueski, defaultColor as SiKueskiHex } from './icons/SiKueski';
@@ -2471,6 +2474,7 @@ export { default as SiS7airlines, defaultColor as SiS7airlinesHex } from './icon
2471
2474
  export { default as SiSabanci, defaultColor as SiSabanciHex } from './icons/SiSabanci';
2472
2475
  export { default as SiSafari, defaultColor as SiSafariHex } from './icons/SiSafari';
2473
2476
  export { default as SiSage, defaultColor as SiSageHex } from './icons/SiSage';
2477
+ export { default as SiSagemath, defaultColor as SiSagemathHex } from './icons/SiSagemath';
2474
2478
  export { default as SiSahibinden, defaultColor as SiSahibindenHex } from './icons/SiSahibinden';
2475
2479
  export { default as SiSailfishos, defaultColor as SiSailfishosHex } from './icons/SiSailfishos';
2476
2480
  export { default as SiSailsdotjs, defaultColor as SiSailsdotjsHex } from './icons/SiSailsdotjs';
@@ -2976,6 +2980,7 @@ export { default as SiUltralytics, defaultColor as SiUltralyticsHex } from './ic
2976
2980
  export { default as SiUlule, defaultColor as SiUluleHex } from './icons/SiUlule';
2977
2981
  export { default as SiUmami, defaultColor as SiUmamiHex } from './icons/SiUmami';
2978
2982
  export { default as SiUmbraco, defaultColor as SiUmbracoHex } from './icons/SiUmbraco';
2983
+ export { default as SiUmbrel, defaultColor as SiUmbrelHex } from './icons/SiUmbrel';
2979
2984
  export { default as SiUml, defaultColor as SiUmlHex } from './icons/SiUml';
2980
2985
  export { default as SiUnacademy, defaultColor as SiUnacademyHex } from './icons/SiUnacademy';
2981
2986
  export { default as SiUnderarmour, defaultColor as SiUnderarmourHex } from './icons/SiUnderarmour';
@@ -3050,6 +3055,7 @@ export { default as SiVictronenergy, defaultColor as SiVictronenergyHex } from '
3050
3055
  export { default as SiVim, defaultColor as SiVimHex } from './icons/SiVim';
3051
3056
  export { default as SiVimeo, defaultColor as SiVimeoHex } from './icons/SiVimeo';
3052
3057
  export { default as SiVimeolivestream, defaultColor as SiVimeolivestreamHex } from './icons/SiVimeolivestream';
3058
+ export { default as SiVinted, defaultColor as SiVintedHex } from './icons/SiVinted';
3053
3059
  export { default as SiVirgin, defaultColor as SiVirginHex } from './icons/SiVirgin';
3054
3060
  export { default as SiVirginatlantic, defaultColor as SiVirginatlanticHex } from './icons/SiVirginatlantic';
3055
3061
  export { default as SiVirginmedia, defaultColor as SiVirginmediaHex } from './icons/SiVirginmedia';
package/index.mjs CHANGED
@@ -1013,6 +1013,7 @@ export { default as SiFormik, defaultColor as SiFormikHex } from './icons/SiForm
1013
1013
  export { default as SiFormspree, defaultColor as SiFormspreeHex } from './icons/SiFormspree.mjs';
1014
1014
  export { default as SiFormstack, defaultColor as SiFormstackHex } from './icons/SiFormstack.mjs';
1015
1015
  export { default as SiFortinet, defaultColor as SiFortinetHex } from './icons/SiFortinet.mjs';
1016
+ export { default as SiFortnite, defaultColor as SiFortniteHex } from './icons/SiFortnite.mjs';
1016
1017
  export { default as SiFortran, defaultColor as SiFortranHex } from './icons/SiFortran.mjs';
1017
1018
  export { default as SiFossa, defaultColor as SiFossaHex } from './icons/SiFossa.mjs';
1018
1019
  export { default as SiFossilscm, defaultColor as SiFossilscmHex } from './icons/SiFossilscm.mjs';
@@ -1513,6 +1514,7 @@ export { default as SiKinsta, defaultColor as SiKinstaHex } from './icons/SiKins
1513
1514
  export { default as SiKirby, defaultColor as SiKirbyHex } from './icons/SiKirby.mjs';
1514
1515
  export { default as SiKit, defaultColor as SiKitHex } from './icons/SiKit.mjs';
1515
1516
  export { default as SiKitsu, defaultColor as SiKitsuHex } from './icons/SiKitsu.mjs';
1517
+ export { default as SiKiwix, defaultColor as SiKiwixHex } from './icons/SiKiwix.mjs';
1516
1518
  export { default as SiKlarna, defaultColor as SiKlarnaHex } from './icons/SiKlarna.mjs';
1517
1519
  export { default as SiKleinanzeigen, defaultColor as SiKleinanzeigenHex } from './icons/SiKleinanzeigen.mjs';
1518
1520
  export { default as SiKlm, defaultColor as SiKlmHex } from './icons/SiKlm.mjs';
@@ -1542,6 +1544,7 @@ export { default as SiKtm, defaultColor as SiKtmHex } from './icons/SiKtm.mjs';
1542
1544
  export { default as SiKtor, defaultColor as SiKtorHex } from './icons/SiKtor.mjs';
1543
1545
  export { default as SiKuaishou, defaultColor as SiKuaishouHex } from './icons/SiKuaishou.mjs';
1544
1546
  export { default as SiKubernetes, defaultColor as SiKubernetesHex } from './icons/SiKubernetes.mjs';
1547
+ export { default as SiKubespray, defaultColor as SiKubesprayHex } from './icons/SiKubespray.mjs';
1545
1548
  export { default as SiKubuntu, defaultColor as SiKubuntuHex } from './icons/SiKubuntu.mjs';
1546
1549
  export { default as SiKucoin, defaultColor as SiKucoinHex } from './icons/SiKucoin.mjs';
1547
1550
  export { default as SiKueski, defaultColor as SiKueskiHex } from './icons/SiKueski.mjs';
@@ -2471,6 +2474,7 @@ export { default as SiS7airlines, defaultColor as SiS7airlinesHex } from './icon
2471
2474
  export { default as SiSabanci, defaultColor as SiSabanciHex } from './icons/SiSabanci.mjs';
2472
2475
  export { default as SiSafari, defaultColor as SiSafariHex } from './icons/SiSafari.mjs';
2473
2476
  export { default as SiSage, defaultColor as SiSageHex } from './icons/SiSage.mjs';
2477
+ export { default as SiSagemath, defaultColor as SiSagemathHex } from './icons/SiSagemath.mjs';
2474
2478
  export { default as SiSahibinden, defaultColor as SiSahibindenHex } from './icons/SiSahibinden.mjs';
2475
2479
  export { default as SiSailfishos, defaultColor as SiSailfishosHex } from './icons/SiSailfishos.mjs';
2476
2480
  export { default as SiSailsdotjs, defaultColor as SiSailsdotjsHex } from './icons/SiSailsdotjs.mjs';
@@ -2976,6 +2980,7 @@ export { default as SiUltralytics, defaultColor as SiUltralyticsHex } from './ic
2976
2980
  export { default as SiUlule, defaultColor as SiUluleHex } from './icons/SiUlule.mjs';
2977
2981
  export { default as SiUmami, defaultColor as SiUmamiHex } from './icons/SiUmami.mjs';
2978
2982
  export { default as SiUmbraco, defaultColor as SiUmbracoHex } from './icons/SiUmbraco.mjs';
2983
+ export { default as SiUmbrel, defaultColor as SiUmbrelHex } from './icons/SiUmbrel.mjs';
2979
2984
  export { default as SiUml, defaultColor as SiUmlHex } from './icons/SiUml.mjs';
2980
2985
  export { default as SiUnacademy, defaultColor as SiUnacademyHex } from './icons/SiUnacademy.mjs';
2981
2986
  export { default as SiUnderarmour, defaultColor as SiUnderarmourHex } from './icons/SiUnderarmour.mjs';
@@ -3050,6 +3055,7 @@ export { default as SiVictronenergy, defaultColor as SiVictronenergyHex } from '
3050
3055
  export { default as SiVim, defaultColor as SiVimHex } from './icons/SiVim.mjs';
3051
3056
  export { default as SiVimeo, defaultColor as SiVimeoHex } from './icons/SiVimeo.mjs';
3052
3057
  export { default as SiVimeolivestream, defaultColor as SiVimeolivestreamHex } from './icons/SiVimeolivestream.mjs';
3058
+ export { default as SiVinted, defaultColor as SiVintedHex } from './icons/SiVinted.mjs';
3053
3059
  export { default as SiVirgin, defaultColor as SiVirginHex } from './icons/SiVirgin.mjs';
3054
3060
  export { default as SiVirginatlantic, defaultColor as SiVirginatlanticHex } from './icons/SiVirginatlantic.mjs';
3055
3061
  export { default as SiVirginmedia, defaultColor as SiVirginmediaHex } from './icons/SiVirginmedia.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icons-pack/react-simple-icons",
3
- "version": "12.0.0",
3
+ "version": "12.2.0",
4
4
  "description": "This package provides the Simple Icons packaged as a set of React components.",
5
5
  "keywords": [
6
6
  "react",
@@ -53,20 +53,6 @@
53
53
  "prettier --write"
54
54
  ]
55
55
  },
56
- "bundlesize": [
57
- {
58
- "path": "./index.cjs",
59
- "maxSize": "70 kB"
60
- },
61
- {
62
- "path": "./index.mjs",
63
- "maxSize": "70 kB"
64
- },
65
- {
66
- "path": "./index.d.ts",
67
- "maxSize": "70 kB"
68
- }
69
- ],
70
56
  "devDependencies": {
71
57
  "@changesets/changelog-github": "0.5.0",
72
58
  "@changesets/cli": "2.27.7",
@@ -75,7 +61,6 @@
75
61
  "@types/node": "22.3.0",
76
62
  "@types/react": "^18",
77
63
  "@vitejs/plugin-react": "4.3.1",
78
- "bundlesize": "0.18.2",
79
64
  "husky": "9.1.4",
80
65
  "lint-staged": "15.2.9",
81
66
  "prettier": "3.3.3",
@@ -83,7 +68,7 @@
83
68
  "react": "^18",
84
69
  "rimraf": "6.0.1",
85
70
  "signale": "1.4.0",
86
- "simple-icons": "14.7.0",
71
+ "simple-icons": "14.10.0",
87
72
  "turbo": "2.0.14",
88
73
  "typescript": "5.5.4",
89
74
  "uppercamelcase": "3.0.0",
@@ -104,7 +89,6 @@
104
89
  "clean:files": "rimraf -rf ./src/index.ts",
105
90
  "generate:icons": "pnpm clean:icons && pnpm clean:files && node scripts/generate-icons",
106
91
  "prettier:format": "prettier --config .prettierrc \"./**/*.+(js|json|ts|tsx)\" --write",
107
- "bundlesize": "bundlesize",
108
92
  "changeset": "changeset",
109
93
  "version": "changeset version",
110
94
  "release": "changeset publish"
@@ -18,7 +18,7 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#34A853';
21
+ const defaultColor = '#3DDC84';
22
22
 
23
23
  const SiAndroid: IconType = React.forwardRef<SVGSVGElement, SiAndroidProps>(function SiAndroid({title = 'Android', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
@@ -36,7 +36,7 @@
36
36
  {...others}
37
37
  >
38
38
  <title>{title}</title>
39
- <path d='M13.31 3.108a7.67 7.67 0 0 0-3.015.545 7.67 7.67 0 0 0-1.73.951 7.865 7.865 0 0 0-1.59 1.567 6.308 6.308 0 0 0-.764-.047C2.78 6.124 0 8.91 0 12.35a6.217 6.217 0 0 0 4.146 5.868 3.759 3.759 0 0 0 7.326-1.574l5.3-2.673-.04-.078.499-.257-1.021-2.027-.499.25-.047-.086-5.291 2.658a3.727 3.727 0 0 0-2.627-1.076 3.77 3.77 0 0 0-3.42 2.198 3.723 3.723 0 0 1-1.7-4.146 3.71 3.71 0 0 1 5.549-2.214 5.211 5.211 0 0 1 6.585-3.32 5.24 5.24 0 0 1 3.538 4.373 2.913 2.913 0 0 1 3.188 2.899 2.909 2.909 0 0 1-2.65 2.899h-2.135v2.517h2.244l.11-.016a5.407 5.407 0 0 0 4.925-5.852 5.459 5.459 0 0 0-1.574-3.375A5.355 5.355 0 0 0 20.3 8.01a7.725 7.725 0 0 0-6.99-4.901ZM7.748 15.367c.965 0 1.753.791 1.753 1.761a1.748 1.748 0 0 1-1.753 1.753 1.748 1.748 0 0 1-1.754-1.753 1.756 1.756 0 0 1 1.754-1.753Z' />
39
+ <path d='M7.754 15.36c.96 0 1.75.788 1.75 1.749 0 .96-.79 1.749-1.75 1.749s-1.75-.79-1.75-1.75.79-1.748 1.75-1.748m12.591-7.34a7.683 7.683 0 0 0-10.018-4.389c-.618.24-1.2.549-1.75.96A6.889 6.889 0 0 0 7 6.17c-.24-.034-.515-.034-.755-.034C2.78 6.1 0 8.912 0 12.342c0 2.675 1.715 5.041 4.151 5.898.48 1.544 1.922 2.675 3.603 2.675a3.762 3.762 0 0 0 3.774-3.772c0-.172 0-.309-.034-.48l5.317-2.675.515-.272-1.03-2.229-.582.272-5.318 2.675a3.708 3.708 0 0 0-2.642-1.098c-1.51 0-2.813.892-3.431 2.195-1.407-.823-2.127-2.503-1.716-4.15a3.718 3.718 0 0 1 4.53-2.674c.377.102.72.24 1.029.445.892-2.743 3.876-4.218 6.587-3.326 1.921.651 3.328 2.366 3.534 4.39h.274a2.913 2.913 0 0 1 2.916 2.915 2.941 2.941 0 0 1-2.676 2.915h-2.127v2.503H19.042c2.984-.24 5.18-2.88 4.94-5.864a4.854 4.854 0 0 0-1.51-3.361C21.89 8.74 21.17 8.26 20.345 8.02Z' />
40
40
  </svg>
41
41
  );
42
42
  });
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiFortniteProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#000000';
22
+
23
+ const SiFortnite: IconType = React.forwardRef<SVGSVGElement, SiFortniteProps>(function SiFortnite({title = 'Fortnite', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='m15.767 14.171.097-5.05H12.4V5.197h3.99L16.872 0H7.128v24l5.271-.985V14.17z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiFortnite as default, defaultColor };
45
+
@@ -18,7 +18,7 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#729FCF';
21
+ const defaultColor = '#418FDE';
22
22
 
23
23
  const SiFreecad: IconType = React.forwardRef<SVGSVGElement, SiFreecadProps>(function SiFreecad({title = 'FreeCAD', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
@@ -36,7 +36,7 @@
36
36
  {...others}
37
37
  >
38
38
  <title>{title}</title>
39
- <path d='M0 0v24h5.6v-9.6h4.8V8.8H5.6V5.6h8V0Zm15.552 6.4-1.638.086a.4.4 0 0 0-.363.295l-.702 2.576-.714.342L10.9 9.16v5.74H6.404l.092 1.59a.4.4 0 0 0 .293.363l2.576.7.344.714-1.076 2.437a.4.4 0 0 0 .097.46l1.225 1.1a.4.4 0 0 0 .467.052l2.312-1.329.752.268.967 2.488a.4.4 0 0 0 .394.256l1.65-.092a.4.4 0 0 0 .366-.297l.691-2.578.713-.341 2.446 1.08a.4.4 0 0 0 .46-.1l1.102-1.225a.4.4 0 0 0 .049-.466l-1.328-2.315.261-.751 2.487-.967a.4.4 0 0 0 .256-.393l-.084-1.648a.4.4 0 0 0-.295-.365l-2.578-.692-.344-.714 1.072-2.45a.4.4 0 0 0-.1-.459l-1.224-1.101a.4.4 0 0 0-.467-.049l-2.314 1.326-.744-.258-.975-2.49a.4.4 0 0 0-.395-.253zm2.249 8.801a2.6 2.6 0 0 1-2.6 2.6 2.6 2.6 0 0 1-2.6-2.6 2.6 2.6 0 0 1 2.6-2.6 2.6 2.6 0 0 1 2.6 2.6' />
39
+ <path d='M6 0h16v7.996a.7.7 0 0 1-.288.566l-2.173 1.58a.7.7 0 0 0-.289.565v.586c0 .224.107.434.289.566l1.895 1.377a.7.7 0 0 1 .254.783l-.649 1.997a.7.7 0 0 1-.665.484H18.03a.7.7 0 0 0-.566.288l-.344.474a.7.7 0 0 0-.1.627l.724 2.229a.7.7 0 0 1-.254.782l-1.699 1.234a.7.7 0 0 1-.823 0l-1.895-1.377a.7.7 0 0 0-.628-.099l-.556.18a.7.7 0 0 0-.45.45l-.724 2.228a.7.7 0 0 1-.665.484H2V4zm12 8V4H6v16h4v-5h4v-4h-4V8z' />
40
40
  </svg>
41
41
  );
42
42
  });
@@ -20,7 +20,7 @@
20
20
 
21
21
  const defaultColor = '#004E81';
22
22
 
23
- const SiIata: IconType = React.forwardRef<SVGSVGElement, SiIataProps>(function SiIata({title = 'Iata', color = 'currentColor', size = 24, ...others }, ref) {
23
+ const SiIata: IconType = React.forwardRef<SVGSVGElement, SiIataProps>(function SiIata({title = 'IATA', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
25
25
  color = defaultColor;
26
26
  }
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiKiwixProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#000000';
22
+
23
+ const SiKiwix: IconType = React.forwardRef<SVGSVGElement, SiKiwixProps>(function SiKiwix({title = 'Kiwix', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M23.968 15.033c-.185-.811-1.527-3.15-4.27-5.224a27.047 27.047 0 0 0-1.33-.95c.548-2.346-2.303-5.177-5.084-3.844C11.287 3.136 9.06 2.37 7.012 2.401c-5.422.076-9.605 5.725-5.106 11.117l.01.009c.068.082.14.165.211.247.292.35.486.66.65 1.206l1.343 4.397h-.475a.794.794 0 0 0-.794.794h1.801L7.68 21.6a.79.79 0 0 0-.377-1.054l-.793-.374H8.79a.794.794 0 0 0-.793-.794H5.929a.822.822 0 0 1-.786-.581L4.08 15.305c-.266-.918.343-1.517.915-1.589.522-.064.785.272 1.03 1.088l.945 3.098h-.475a.794.794 0 0 0-.793.793h1.8l3.027 1.431a.79.79 0 0 0-.376-1.054l-.794-.375h1.674a4 4 0 0 0 6.278.805 4 4 0 0 0 0-5.654 4 4 0 0 0-6.632 4.056H8.784a.822.822 0 0 1-.787-.582l-1.569-5.157.268-.142c3.724-1.563 7.707 1.228 10.479-1.454l.018-.017c.343-.312.686-.631 1.7.004 1.092.684 3.501 2.47 4.593 5.522.002 0 .665-.236.482-1.045zm-7.662-6.764a.769.769 0 1 0-1.275.595 1.2 1.2 0 1 1 1.275-.595z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiKiwix as default, defaultColor };
45
+
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiKubesprayProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#3D647F';
22
+
23
+ const SiKubespray: IconType = React.forwardRef<SVGSVGElement, SiKubesprayProps>(function SiKubespray({title = 'Kubespray', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='m11.691 11.008-.13-.071-2.09-1.143c-.242-.132-.438-.016-.438.26v2.386a.93.93 0 0 0 .439.74l.329.18 1.89 1.034c.242.132.438.016.438-.26v-2.386a.929.929 0 0 0-.438-.74m-3.97 2.17a.929.929 0 0 0 .437-.74V10.05c0-.276-.196-.393-.438-.26L5.62 10.94l-.118.065a.928.928 0 0 0-.439.74v2.386c0 .276.197.392.439.26l1.892-1.035.327-.179m3.537 2.032-1.939-1.06-.28-.153a1.02 1.02 0 0 0-.877 0l-.285.155-1.935 1.058c-.242.132-.242.347 0 .48l2.081 1.137.139.076c.242.132.635.132.877 0l.131-.072 2.088-1.142c.243-.132.243-.347 0-.479M5.12 16.231c-.456-.264-.826-.904-.826-1.432v-3.101c0-.056.006-.114.014-.172L1.136 9.792C.51 9.449 0 9.75 0 10.466v6.181c0 .716.509 1.574 1.136 1.917l5.75 3.145c.628.343 1.136.041 1.136-.674v-3.157a1.32 1.32 0 0 1-.216-.097zM16.055 9.8l-3.1 1.695c.01.069.017.136.017.203v3.101c0 .528-.37 1.168-.827 1.432l-2.686 1.55c-.087.05-.186.088-.29.119v3.144c0 .715.509 1.017 1.136.674l5.75-3.145c.628-.343 1.137-1.201 1.137-1.916v-6.184c0-.715-.51-1.016-1.137-.673m-8.25-1.085c.457-.264 1.197-.264 1.654 0l2.686 1.55c.093.054.181.127.264.208l3.064-1.675c.627-.343.627-.899 0-1.242l-5.75-3.144c-.628-.343-1.646-.343-2.273 0L1.7 7.556c-.628.343-.628.9 0 1.242l3.121 1.706c.093-.095.193-.178.299-.238zm10.136-.492v.913c0 .106.076.15.168.1l.85-.465a.355.355 0 0 0 .168-.283v-.913c0-.106-.075-.15-.168-.1l-.85.465a.355.355 0 0 0-.168.283m-1.103-.896.85.464a.39.39 0 0 0 .335 0l.85-.464c.092-.05.092-.133 0-.183l-.85-.465a.39.39 0 0 0-.335 0l-.85.465c-.093.05-.093.133 0 .183m2.2-1.377v.913c0 .106.074.15.167.1l.85-.465a.355.355 0 0 0 .167-.283v-.914c0-.105-.075-.15-.167-.099l-.85.464a.355.355 0 0 0-.168.284m-1.103-.896.85.464a.39.39 0 0 0 .335 0l.85-.464c.092-.05.092-.133 0-.184l-.85-.464a.391.391 0 0 0-.336 0l-.85.464c-.092.051-.092.133 0 .184m2.47 3.169v.914c0 .105.075.15.168.099l.85-.464a.355.355 0 0 0 .167-.284v-.913c0-.106-.075-.15-.168-.1l-.85.465a.355.355 0 0 0-.167.283m-1.104-.896.85.465a.39.39 0 0 0 .336 0l.85-.465c.092-.05.092-.132 0-.183l-.85-.465a.391.391 0 0 0-.336 0l-.85.465c-.093.05-.093.133 0 .183m3.516.896v.914c0 .105.075.15.167.099l.85-.464A.355.355 0 0 0 24 8.488v-.913c0-.106-.075-.15-.168-.1l-.85.465a.355.355 0 0 0-.167.283m-1.104-.896.85.465a.39.39 0 0 0 .335 0l.85-.465c.092-.05.092-.132 0-.183l-.85-.465a.39.39 0 0 0-.335 0l-.85.465c-.093.05-.093.133 0 .183m-.246-1.377v.913c0 .106.076.15.168.1l.85-.465a.355.355 0 0 0 .168-.283v-.913c0-.106-.075-.15-.168-.1l-.85.465a.355.355 0 0 0-.168.283m-1.103-.896.85.464a.39.39 0 0 0 .335 0l.85-.464c.092-.05.092-.133 0-.183l-.85-.465a.39.39 0 0 0-.335 0l-.85.465c-.093.05-.093.132 0 .183m-.306-1.331v.913c0 .106.075.15.168.1l.85-.465a.355.355 0 0 0 .167-.283v-.913c0-.106-.075-.15-.168-.1l-.85.465a.355.355 0 0 0-.167.283m-1.104-.896.85.464a.39.39 0 0 0 .336 0l.85-.464c.092-.05.092-.133 0-.184l-.85-.464a.39.39 0 0 0-.336 0l-.85.464c-.093.051-.093.133 0 .184' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiKubespray as default, defaultColor };
45
+