@icons-pack/react-simple-icons 12.5.0 → 12.6.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.
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
24
24
 
25
25
  const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
26
 
27
- const defaultColor = "#DDE072";
27
+ const defaultColor = "#DDDF72";
28
28
  const SiArangodb = React__namespace.forwardRef(function SiArangodb2({ title = "ArangoDB", color = "currentColor", size = 24, ...others }, ref) {
29
29
  if (color === "default") {
30
30
  color = defaultColor;
@@ -1,4 +1,4 @@
1
1
  import { IconType } from '../types';
2
- declare const defaultColor = "#DDE072";
2
+ declare const defaultColor = "#DDDF72";
3
3
  declare const SiArangodb: IconType;
4
4
  export { SiArangodb as default, defaultColor };
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
 
4
- const defaultColor = "#DDE072";
4
+ const defaultColor = "#DDDF72";
5
5
  const SiArangodb = React.forwardRef(function SiArangodb2({ title = "ArangoDB", color = "currentColor", size = 24, ...others }, ref) {
6
6
  if (color === "default") {
7
7
  color = defaultColor;
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
24
24
 
25
25
  const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
26
 
27
- const defaultColor = "#35BF5C";
27
+ const defaultColor = "#35BFA4";
28
28
  const SiManjaro = React__namespace.forwardRef(function SiManjaro2({ title = "Manjaro", color = "currentColor", size = 24, ...others }, ref) {
29
29
  if (color === "default") {
30
30
  color = defaultColor;
@@ -41,7 +41,7 @@ const SiManjaro = React__namespace.forwardRef(function SiManjaro2({ title = "Man
41
41
  ...others,
42
42
  children: [
43
43
  /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 0v24h6.75V6.75h8.625V0H0zm8.625 8.625V24h6.75V8.625h-6.75zM17.25 0v24H24V0h-6.75z" })
44
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2.182 0A2.177 2.177 0 0 0 0 2.182v19.636C0 23.027.973 24 2.182 24h4.363V6.545h8.728V0Zm15.273 0v24h4.363A2.177 2.177 0 0 0 24 21.818V2.182A2.177 2.177 0 0 0 21.818 0ZM8.727 8.727V24h6.546V8.727Z" })
45
45
  ]
46
46
  }
47
47
  );
@@ -1,4 +1,4 @@
1
1
  import { IconType } from '../types';
2
- declare const defaultColor = "#35BF5C";
2
+ declare const defaultColor = "#35BFA4";
3
3
  declare const SiManjaro: IconType;
4
4
  export { SiManjaro as default, defaultColor };
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
3
 
4
- const defaultColor = "#35BF5C";
4
+ const defaultColor = "#35BFA4";
5
5
  const SiManjaro = React.forwardRef(function SiManjaro2({ title = "Manjaro", color = "currentColor", size = 24, ...others }, ref) {
6
6
  if (color === "default") {
7
7
  color = defaultColor;
@@ -18,7 +18,7 @@ const SiManjaro = React.forwardRef(function SiManjaro2({ title = "Manjaro", colo
18
18
  ...others,
19
19
  children: [
20
20
  /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M0 0v24h6.75V6.75h8.625V0H0zm8.625 8.625V24h6.75V8.625h-6.75zM17.25 0v24H24V0h-6.75z" })
21
+ /* @__PURE__ */ jsx("path", { d: "M2.182 0A2.177 2.177 0 0 0 0 2.182v19.636C0 23.027.973 24 2.182 24h4.363V6.545h8.728V0Zm15.273 0v24h4.363A2.177 2.177 0 0 0 24 21.818V2.182A2.177 2.177 0 0 0 21.818 0ZM8.727 8.727V24h6.546V8.727Z" })
22
22
  ]
23
23
  }
24
24
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icons-pack/react-simple-icons",
3
- "version": "12.5.0",
3
+ "version": "12.6.0",
4
4
  "description": "This package provides the Simple Icons packaged as a set of React components.",
5
5
  "keywords": [
6
6
  "react",
@@ -68,7 +68,7 @@
68
68
  "react": "^18",
69
69
  "rimraf": "6.0.1",
70
70
  "signale": "1.4.0",
71
- "simple-icons": "14.12.1",
71
+ "simple-icons": "14.12.2",
72
72
  "turbo": "2.0.14",
73
73
  "typescript": "5.5.4",
74
74
  "uppercamelcase": "3.0.0",
@@ -18,7 +18,7 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#DDE072';
21
+ const defaultColor = '#DDDF72';
22
22
 
23
23
  const SiArangodb: IconType = React.forwardRef<SVGSVGElement, SiArangodbProps>(function SiArangodb({title = 'ArangoDB', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
@@ -18,7 +18,7 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#35BF5C';
21
+ const defaultColor = '#35BFA4';
22
22
 
23
23
  const SiManjaro: IconType = React.forwardRef<SVGSVGElement, SiManjaroProps>(function SiManjaro({title = 'Manjaro', 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 0v24h6.75V6.75h8.625V0H0zm8.625 8.625V24h6.75V8.625h-6.75zM17.25 0v24H24V0h-6.75z' />
39
+ <path d='M2.182 0A2.177 2.177 0 0 0 0 2.182v19.636C0 23.027.973 24 2.182 24h4.363V6.545h8.728V0Zm15.273 0v24h4.363A2.177 2.177 0 0 0 24 21.818V2.182A2.177 2.177 0 0 0 21.818 0ZM8.727 8.727V24h6.546V8.727Z' />
40
40
  </svg>
41
41
  );
42
42
  });