@icons-pack/react-simple-icons 12.4.0 → 12.5.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.
- package/icons/SiCustomink.cjs +1 -1
- package/icons/SiCustomink.d.ts +1 -1
- package/icons/SiCustomink.mjs +1 -1
- package/icons/SiMozilla.cjs +2 -2
- package/icons/SiMozilla.d.ts +1 -1
- package/icons/SiMozilla.mjs +2 -2
- package/package.json +3 -2
- package/src/icons/SiCustomink.tsx +1 -1
- package/src/icons/SiMozilla.tsx +2 -2
package/icons/SiCustomink.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
|
|
25
25
|
const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
26
26
|
|
|
27
|
-
const defaultColor = "#
|
|
27
|
+
const defaultColor = "#FA3C00";
|
|
28
28
|
const SiCustomink = React__namespace.forwardRef(function SiCustomink2({ title = "Custom Ink", color = "currentColor", size = 24, ...others }, ref) {
|
|
29
29
|
if (color === "default") {
|
|
30
30
|
color = defaultColor;
|
package/icons/SiCustomink.d.ts
CHANGED
package/icons/SiCustomink.mjs
CHANGED
|
@@ -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 = "#
|
|
4
|
+
const defaultColor = "#FA3C00";
|
|
5
5
|
const SiCustomink = React.forwardRef(function SiCustomink2({ title = "Custom Ink", color = "currentColor", size = 24, ...others }, ref) {
|
|
6
6
|
if (color === "default") {
|
|
7
7
|
color = defaultColor;
|
package/icons/SiMozilla.cjs
CHANGED
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
|
|
25
25
|
const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
26
26
|
|
|
27
|
-
const defaultColor = "#
|
|
27
|
+
const defaultColor = "#161616";
|
|
28
28
|
const SiMozilla = React__namespace.forwardRef(function SiMozilla2({ title = "Mozilla", color = "currentColor", size = 24, ...others }, ref) {
|
|
29
29
|
if (color === "default") {
|
|
30
30
|
color = defaultColor;
|
|
@@ -41,7 +41,7 @@ const SiMozilla = React__namespace.forwardRef(function SiMozilla2({ title = "Moz
|
|
|
41
41
|
...others,
|
|
42
42
|
children: [
|
|
43
43
|
/* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
44
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4.819 24H1.75V0H4.82zM7.33 12.242H19.48v-.69L11.562 8.67V6.25l7.918-2.872v-.7H10.1V0h12.149v4.89l-6.445 2.224v.69l6.445 2.224v4.89H7.33zm0-9.565h2.77v2.77H7.33z" })
|
|
45
45
|
]
|
|
46
46
|
}
|
|
47
47
|
);
|
package/icons/SiMozilla.d.ts
CHANGED
package/icons/SiMozilla.mjs
CHANGED
|
@@ -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 = "#
|
|
4
|
+
const defaultColor = "#161616";
|
|
5
5
|
const SiMozilla = React.forwardRef(function SiMozilla2({ title = "Mozilla", color = "currentColor", size = 24, ...others }, ref) {
|
|
6
6
|
if (color === "default") {
|
|
7
7
|
color = defaultColor;
|
|
@@ -18,7 +18,7 @@ const SiMozilla = React.forwardRef(function SiMozilla2({ title = "Mozilla", colo
|
|
|
18
18
|
...others,
|
|
19
19
|
children: [
|
|
20
20
|
/* @__PURE__ */ jsx("title", { children: title }),
|
|
21
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M4.819 24H1.75V0H4.82zM7.33 12.242H19.48v-.69L11.562 8.67V6.25l7.918-2.872v-.7H10.1V0h12.149v4.89l-6.445 2.224v.69l6.445 2.224v4.89H7.33zm0-9.565h2.77v2.77H7.33z" })
|
|
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.
|
|
3
|
+
"version": "12.5.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.
|
|
71
|
+
"simple-icons": "14.12.1",
|
|
72
72
|
"turbo": "2.0.14",
|
|
73
73
|
"typescript": "5.5.4",
|
|
74
74
|
"uppercamelcase": "3.0.0",
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"lint:types": "tsc --noEmit",
|
|
88
88
|
"clean:icons": "rimraf -rf ./src/icons/**",
|
|
89
89
|
"clean:files": "rimraf -rf ./src/index.ts",
|
|
90
|
+
"bump": "pnpm install -D simple-icons@latest",
|
|
90
91
|
"generate:icons": "pnpm clean:icons && pnpm clean:files && node scripts/generate-icons",
|
|
91
92
|
"prettier:format": "prettier --config .prettierrc \"./**/*.+(js|json|ts|tsx)\" --write",
|
|
92
93
|
"changeset": "changeset",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
size?: string | number;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
const defaultColor = '#
|
|
21
|
+
const defaultColor = '#FA3C00';
|
|
22
22
|
|
|
23
23
|
const SiCustomink: IconType = React.forwardRef<SVGSVGElement, SiCustominkProps>(function SiCustomink({title = 'Custom Ink', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
24
|
if (color === 'default') {
|
package/src/icons/SiMozilla.tsx
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
size?: string | number;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
const defaultColor = '#
|
|
21
|
+
const defaultColor = '#161616';
|
|
22
22
|
|
|
23
23
|
const SiMozilla: IconType = React.forwardRef<SVGSVGElement, SiMozillaProps>(function SiMozilla({title = 'Mozilla', 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='
|
|
39
|
+
<path d='M4.819 24H1.75V0H4.82zM7.33 12.242H19.48v-.69L11.562 8.67V6.25l7.918-2.872v-.7H10.1V0h12.149v4.89l-6.445 2.224v.69l6.445 2.224v4.89H7.33zm0-9.565h2.77v2.77H7.33z' />
|
|
40
40
|
</svg>
|
|
41
41
|
);
|
|
42
42
|
});
|