@andrsrxn/icons 2.1.0 → 2.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.
- package/CHANGELOG.md +11 -0
- package/README.md +1 -0
- package/THIRD-PARTY-LICENSES.md +21 -0
- package/dist/brands/discover-network.cjs +43 -0
- package/dist/brands/discover-network.d.ts +2 -0
- package/dist/brands/discover-network.js +43 -0
- package/dist/brands/index.cjs +8 -0
- package/dist/brands/index.d.ts +4 -0
- package/dist/brands/index.js +5 -1
- package/dist/brands/jcb.cjs +171 -0
- package/dist/brands/jcb.d.ts +2 -0
- package/dist/brands/jcb.js +171 -0
- package/dist/brands/maestro.cjs +37 -0
- package/dist/brands/maestro.d.ts +2 -0
- package/dist/brands/maestro.js +37 -0
- package/dist/brands/unionpay.cjs +34 -0
- package/dist/brands/unionpay.d.ts +2 -0
- package/dist/brands/unionpay.js +34 -0
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @andrsrxn/icons
|
|
2
2
|
|
|
3
|
+
## 2.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9c2647d`](https://github.com/andrsrxn/icons/commit/9c2647d30d5a15c7b1218ce36fa8b60e9c2f3ce9) Thanks [@andrsrxn](https://github.com/andrsrxn)! - Added missing payment/credit card providers to Brand icons
|
|
8
|
+
|
|
9
|
+
- JCB
|
|
10
|
+
- Discover Network
|
|
11
|
+
- Maestro
|
|
12
|
+
- UnionPay
|
|
13
|
+
|
|
3
14
|
## 2.1.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# andrsrxn/icons
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@andrsrxn/icons)
|
|
6
|
+
[](https://www.npmjs.com/package/@andrsrxn/icons)
|
|
6
7
|
[](https://www.npmjs.com/package/@andrsrxn/icons)
|
|
7
8
|
[](https://github.com/andrsrxn/icons)
|
|
8
9
|
[](https://github.com/andrsrxn/icons/actions/workflows/ci.yml)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2016 Bowtie AB
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
2
|
+
//#region src/react/brands/discover-network.tsx
|
|
3
|
+
const IconBrandDiscoverNetwork = ({ className, size = 24, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
"aria-label": "Discover Network",
|
|
7
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
8
|
+
width: size,
|
|
9
|
+
height: size,
|
|
10
|
+
preserveAspectRatio: "xMidYMid",
|
|
11
|
+
role: "img",
|
|
12
|
+
viewBox: "0 0 228.9 146.5",
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", { children: [
|
|
15
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
16
|
+
d: "M217.64 73.25c0 39.07-31.65 70.73-70.68 70.73H7.54a5.04 5.04 0 0 1-5.03-5.03V7.54c0-2.77 2.25-5.03 5.03-5.03h139.42c39.04 0 70.68 31.67 70.68 70.73Z",
|
|
17
|
+
fill: "#fff"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
20
|
+
d: "M221.37 0H7.54C3.38 0 0 3.38 0 7.54v131.41c0 4.17 3.38 7.54 7.54 7.54h213.83c4.16 0 7.54-3.38 7.54-7.54V7.54c0-4.17-3.38-7.54-7.54-7.54m-3.73 73.25c0 39.07-31.65 70.73-70.68 70.73H7.54a5.04 5.04 0 0 1-5.03-5.03V7.54c0-2.77 2.25-5.03 5.03-5.03h139.42c39.04 0 70.68 31.67 70.68 70.73Z",
|
|
21
|
+
fill: "#f47922"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
24
|
+
d: "M184.89 54.73c0-.44-.31-.69-.84-.69h-.71v2.23h.53v-.86l.62.86h.65l-.73-.92c.31-.08.49-.31.49-.62m-.94.31h-.09v-.58h.1c.26 0 .4.09.4.29s-.14.3-.41.3m.2-1.84c-1.08 0-1.94.86-1.94 1.94s.87 1.94 1.94 1.94 1.92-.87 1.92-1.94-.86-1.94-1.92-1.94m-.01 3.54c-.85 0-1.55-.71-1.55-1.59s.69-1.6 1.55-1.6 1.54.72 1.54 1.6-.69 1.59-1.54 1.59",
|
|
25
|
+
"data-name": "(R)",
|
|
26
|
+
fill: "black"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
29
|
+
d: "M48.87 89.93h3.4l7.21 11.21V89.93h3.06v16.46h-3.15l-7.44-11.57v11.57h-3.09V89.93Zm16.63 0h11.06v3h-7.89v3.7h7.89v3h-7.89v3.74h7.89v3.02H65.5zm17.81 2.93h-4.57v-2.93h12.23v2.93h-4.53v13.53h-3.13zm9.94-2.93h3.27l3.02 11.45 3.42-11.45h3.06l3.4 11.48 3.09-11.48h3.2l-4.69 16.46h-3.13l-3.42-11.61-3.45 11.61h-3.2zm22.68 8.23c0-4.67 3.74-8.46 8.4-8.46s8.45 3.79 8.45 8.46-3.74 8.46-8.45 8.46-8.4-3.79-8.4-8.46m13.65 0c0-2.93-2.28-5.34-5.25-5.34s-5.2 2.41-5.2 5.34 2.25 5.32 5.2 5.32 5.25-2.41 5.25-5.32m5.66-8.23h6.67c3.79 0 6.04 2.43 6.04 5.57 0 2.07-1.06 3.95-2.88 4.87l3.24 6.02h-3.56l-2.64-5.19h-3.69v5.19h-3.18zm3.18 2.93v5.43h3.24c2.1 0 3.06-1.31 3.06-2.77 0-1.62-1.04-2.66-3.06-2.66zm17.78 5.39-2.61 3.2v4.94h-3.2V89.93h3.2v7.64l6.17-7.64h3.79l-5.02 6.13 5.2 10.33h-3.51l-4.01-8.14Z",
|
|
30
|
+
fill: "black"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
33
|
+
d: "M122.43 66.01c0 7.39-5.98 13.37-13.37 13.37S95.7 73.39 95.7 66.01s5.98-13.37 13.36-13.37 13.37 5.99 13.37 13.37",
|
|
34
|
+
fill: "#f47922"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
37
|
+
d: "M33.02 53.41h-7.23v25.26h7.19c3.82 0 6.58-.9 9.01-2.92 2.88-2.39 4.58-5.98 4.58-9.7 0-7.45-5.56-12.65-13.55-12.65m5.75 18.98c-1.55 1.4-3.56 2.01-6.74 2.01h-1.32v-16.7h1.32c3.18 0 5.11.57 6.74 2.04 1.7 1.52 2.73 3.87 2.73 6.29s-1.02 4.85-2.73 6.37m10.06-18.98h4.92v25.26h-4.92zm16.96 9.69c5.6 2.05 7.26 3.87 7.26 7.88 0 4.89-3.59 8.29-8.71 8.29-3.75 0-6.47-1.48-8.74-4.81l3.18-3.06c1.13 2.19 3.03 3.37 5.37 3.37 2.2 0 3.82-1.52 3.82-3.56 0-1.06-.49-1.97-1.48-2.61-.5-.3-1.48-.76-3.4-1.44-4.62-1.67-6.21-3.45-6.21-6.93 0-4.13 3.41-7.24 7.87-7.24 2.77 0 5.3.95 7.42 2.8l-2.58 3.38c-1.28-1.44-2.49-2.05-3.97-2.05-2.12 0-3.67 1.21-3.67 2.8 0 1.36.87 2.09 3.82 3.18m8.84 2.95c0-7.34 5.98-13.22 13.44-13.22 2.12 0 3.9.45 6.06 1.55v5.8c-2.05-2-3.82-2.84-6.17-2.84-4.62 0-8.25 3.82-8.25 8.67 0 5.12 3.52 8.71 8.48 8.71 2.23 0 3.97-.79 5.94-2.77v5.8c-2.24 1.05-4.05 1.47-6.17 1.47-7.5 0-13.32-5.76-13.32-13.18m65.33-12.63h5.34l-10.9 25.91h-2.65l-10.71-25.91h5.38l6.73 16.96 6.82-16.96Zm7.56 0h13.96v4.28h-9.04v5.61h8.71v4.28h-8.71v6.82h9.04v4.28h-13.96V53.42Zm33.46 7.45c0-4.73-3.26-7.46-8.94-7.46h-7.3v25.26h4.92V68.51h.64l6.81 10.15h6.05l-7.95-10.64c3.71-.76 5.75-3.29 5.75-7.16m-9.86 4.17h-1.44v-7.65h1.52c3.07 0 4.73 1.29 4.73 3.74s-1.67 3.91-4.81 3.91",
|
|
38
|
+
fill: "black"
|
|
39
|
+
})
|
|
40
|
+
] }) })
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.IconBrandDiscoverNetwork = IconBrandDiscoverNetwork;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/react/brands/discover-network.tsx
|
|
3
|
+
const IconBrandDiscoverNetwork = ({ className, size = 24, ...props }) => /* @__PURE__ */ jsx("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
"aria-label": "Discover Network",
|
|
7
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
8
|
+
width: size,
|
|
9
|
+
height: size,
|
|
10
|
+
preserveAspectRatio: "xMidYMid",
|
|
11
|
+
role: "img",
|
|
12
|
+
viewBox: "0 0 228.9 146.5",
|
|
13
|
+
...props,
|
|
14
|
+
children: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsxs("g", { children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", {
|
|
16
|
+
d: "M217.64 73.25c0 39.07-31.65 70.73-70.68 70.73H7.54a5.04 5.04 0 0 1-5.03-5.03V7.54c0-2.77 2.25-5.03 5.03-5.03h139.42c39.04 0 70.68 31.67 70.68 70.73Z",
|
|
17
|
+
fill: "#fff"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsx("path", {
|
|
20
|
+
d: "M221.37 0H7.54C3.38 0 0 3.38 0 7.54v131.41c0 4.17 3.38 7.54 7.54 7.54h213.83c4.16 0 7.54-3.38 7.54-7.54V7.54c0-4.17-3.38-7.54-7.54-7.54m-3.73 73.25c0 39.07-31.65 70.73-70.68 70.73H7.54a5.04 5.04 0 0 1-5.03-5.03V7.54c0-2.77 2.25-5.03 5.03-5.03h139.42c39.04 0 70.68 31.67 70.68 70.73Z",
|
|
21
|
+
fill: "#f47922"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsx("path", {
|
|
24
|
+
d: "M184.89 54.73c0-.44-.31-.69-.84-.69h-.71v2.23h.53v-.86l.62.86h.65l-.73-.92c.31-.08.49-.31.49-.62m-.94.31h-.09v-.58h.1c.26 0 .4.09.4.29s-.14.3-.41.3m.2-1.84c-1.08 0-1.94.86-1.94 1.94s.87 1.94 1.94 1.94 1.92-.87 1.92-1.94-.86-1.94-1.92-1.94m-.01 3.54c-.85 0-1.55-.71-1.55-1.59s.69-1.6 1.55-1.6 1.54.72 1.54 1.6-.69 1.59-1.54 1.59",
|
|
25
|
+
"data-name": "(R)",
|
|
26
|
+
fill: "black"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ jsx("path", {
|
|
29
|
+
d: "M48.87 89.93h3.4l7.21 11.21V89.93h3.06v16.46h-3.15l-7.44-11.57v11.57h-3.09V89.93Zm16.63 0h11.06v3h-7.89v3.7h7.89v3h-7.89v3.74h7.89v3.02H65.5zm17.81 2.93h-4.57v-2.93h12.23v2.93h-4.53v13.53h-3.13zm9.94-2.93h3.27l3.02 11.45 3.42-11.45h3.06l3.4 11.48 3.09-11.48h3.2l-4.69 16.46h-3.13l-3.42-11.61-3.45 11.61h-3.2zm22.68 8.23c0-4.67 3.74-8.46 8.4-8.46s8.45 3.79 8.45 8.46-3.74 8.46-8.45 8.46-8.4-3.79-8.4-8.46m13.65 0c0-2.93-2.28-5.34-5.25-5.34s-5.2 2.41-5.2 5.34 2.25 5.32 5.2 5.32 5.25-2.41 5.25-5.32m5.66-8.23h6.67c3.79 0 6.04 2.43 6.04 5.57 0 2.07-1.06 3.95-2.88 4.87l3.24 6.02h-3.56l-2.64-5.19h-3.69v5.19h-3.18zm3.18 2.93v5.43h3.24c2.1 0 3.06-1.31 3.06-2.77 0-1.62-1.04-2.66-3.06-2.66zm17.78 5.39-2.61 3.2v4.94h-3.2V89.93h3.2v7.64l6.17-7.64h3.79l-5.02 6.13 5.2 10.33h-3.51l-4.01-8.14Z",
|
|
30
|
+
fill: "black"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsx("path", {
|
|
33
|
+
d: "M122.43 66.01c0 7.39-5.98 13.37-13.37 13.37S95.7 73.39 95.7 66.01s5.98-13.37 13.36-13.37 13.37 5.99 13.37 13.37",
|
|
34
|
+
fill: "#f47922"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("path", {
|
|
37
|
+
d: "M33.02 53.41h-7.23v25.26h7.19c3.82 0 6.58-.9 9.01-2.92 2.88-2.39 4.58-5.98 4.58-9.7 0-7.45-5.56-12.65-13.55-12.65m5.75 18.98c-1.55 1.4-3.56 2.01-6.74 2.01h-1.32v-16.7h1.32c3.18 0 5.11.57 6.74 2.04 1.7 1.52 2.73 3.87 2.73 6.29s-1.02 4.85-2.73 6.37m10.06-18.98h4.92v25.26h-4.92zm16.96 9.69c5.6 2.05 7.26 3.87 7.26 7.88 0 4.89-3.59 8.29-8.71 8.29-3.75 0-6.47-1.48-8.74-4.81l3.18-3.06c1.13 2.19 3.03 3.37 5.37 3.37 2.2 0 3.82-1.52 3.82-3.56 0-1.06-.49-1.97-1.48-2.61-.5-.3-1.48-.76-3.4-1.44-4.62-1.67-6.21-3.45-6.21-6.93 0-4.13 3.41-7.24 7.87-7.24 2.77 0 5.3.95 7.42 2.8l-2.58 3.38c-1.28-1.44-2.49-2.05-3.97-2.05-2.12 0-3.67 1.21-3.67 2.8 0 1.36.87 2.09 3.82 3.18m8.84 2.95c0-7.34 5.98-13.22 13.44-13.22 2.12 0 3.9.45 6.06 1.55v5.8c-2.05-2-3.82-2.84-6.17-2.84-4.62 0-8.25 3.82-8.25 8.67 0 5.12 3.52 8.71 8.48 8.71 2.23 0 3.97-.79 5.94-2.77v5.8c-2.24 1.05-4.05 1.47-6.17 1.47-7.5 0-13.32-5.76-13.32-13.18m65.33-12.63h5.34l-10.9 25.91h-2.65l-10.71-25.91h5.38l6.73 16.96 6.82-16.96Zm7.56 0h13.96v4.28h-9.04v5.61h8.71v4.28h-8.71v6.82h9.04v4.28h-13.96V53.42Zm33.46 7.45c0-4.73-3.26-7.46-8.94-7.46h-7.3v25.26h4.92V68.51h.64l6.81 10.15h6.05l-7.95-10.64c3.71-.76 5.75-3.29 5.75-7.16m-9.86 4.17h-1.44v-7.65h1.52c3.07 0 4.73 1.29 4.73 3.74s-1.67 3.91-4.81 3.91",
|
|
38
|
+
fill: "black"
|
|
39
|
+
})
|
|
40
|
+
] }) })
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
export { IconBrandDiscoverNetwork };
|
package/dist/brands/index.cjs
CHANGED
|
@@ -78,6 +78,7 @@ const require_deepseek = require("./deepseek.cjs");
|
|
|
78
78
|
const require_deno = require("./deno.cjs");
|
|
79
79
|
const require_digital_ocean = require("./digital-ocean.cjs");
|
|
80
80
|
const require_discord = require("./discord.cjs");
|
|
81
|
+
const require_discover_network = require("./discover-network.cjs");
|
|
81
82
|
const require_disney_plus = require("./disney-plus.cjs");
|
|
82
83
|
const require_django = require("./django.cjs");
|
|
83
84
|
const require_docker = require("./docker.cjs");
|
|
@@ -145,6 +146,7 @@ const require_intel = require("./intel.cjs");
|
|
|
145
146
|
const require_intercom = require("./intercom.cjs");
|
|
146
147
|
const require_java = require("./java.cjs");
|
|
147
148
|
const require_javascript = require("./javascript.cjs");
|
|
149
|
+
const require_jcb = require("./jcb.cjs");
|
|
148
150
|
const require_jetbrains_fleet = require("./jetbrains-fleet.cjs");
|
|
149
151
|
const require_jetbrains_intellij_idea = require("./jetbrains-intellij-idea.cjs");
|
|
150
152
|
const require_jetbrains_phpstorm = require("./jetbrains-phpstorm.cjs");
|
|
@@ -170,6 +172,7 @@ const require_linux = require("./linux.cjs");
|
|
|
170
172
|
const require_lottiefiles = require("./lottiefiles.cjs");
|
|
171
173
|
const require_lovable = require("./lovable.cjs");
|
|
172
174
|
const require_macos = require("./macos.cjs");
|
|
175
|
+
const require_maestro = require("./maestro.cjs");
|
|
173
176
|
const require_mailchimp = require("./mailchimp.cjs");
|
|
174
177
|
const require_mariadb = require("./mariadb.cjs");
|
|
175
178
|
const require_markdown = require("./markdown.cjs");
|
|
@@ -299,6 +302,7 @@ const require_twitter = require("./twitter.cjs");
|
|
|
299
302
|
const require_typescript = require("./typescript.cjs");
|
|
300
303
|
const require_uber = require("./uber.cjs");
|
|
301
304
|
const require_ubuntu = require("./ubuntu.cjs");
|
|
305
|
+
const require_unionpay = require("./unionpay.cjs");
|
|
302
306
|
const require_unity = require("./unity.cjs");
|
|
303
307
|
const require_unreal_engine = require("./unreal-engine.cjs");
|
|
304
308
|
const require_upstash = require("./upstash.cjs");
|
|
@@ -409,6 +413,7 @@ exports.IconBrandDeepseek = require_deepseek.IconBrandDeepseek;
|
|
|
409
413
|
exports.IconBrandDeno = require_deno.IconBrandDeno;
|
|
410
414
|
exports.IconBrandDigitalOcean = require_digital_ocean.IconBrandDigitalOcean;
|
|
411
415
|
exports.IconBrandDiscord = require_discord.IconBrandDiscord;
|
|
416
|
+
exports.IconBrandDiscoverNetwork = require_discover_network.IconBrandDiscoverNetwork;
|
|
412
417
|
exports.IconBrandDisneyPlus = require_disney_plus.IconBrandDisneyPlus;
|
|
413
418
|
exports.IconBrandDjango = require_django.IconBrandDjango;
|
|
414
419
|
exports.IconBrandDocker = require_docker.IconBrandDocker;
|
|
@@ -474,6 +479,7 @@ exports.IconBrandIcloud = require_icloud.IconBrandIcloud;
|
|
|
474
479
|
exports.IconBrandInstagram = require_instagram.IconBrandInstagram;
|
|
475
480
|
exports.IconBrandIntel = require_intel.IconBrandIntel;
|
|
476
481
|
exports.IconBrandIntercom = require_intercom.IconBrandIntercom;
|
|
482
|
+
exports.IconBrandJCB = require_jcb.IconBrandJCB;
|
|
477
483
|
exports.IconBrandJSON = require_json.IconBrandJSON;
|
|
478
484
|
exports.IconBrandJWT = require_jwt.IconBrandJWT;
|
|
479
485
|
exports.IconBrandJava = require_java.IconBrandJava;
|
|
@@ -502,6 +508,7 @@ exports.IconBrandLottieFiles = require_lottiefiles.IconBrandLottieFiles;
|
|
|
502
508
|
exports.IconBrandLovable = require_lovable.IconBrandLovable;
|
|
503
509
|
exports.IconBrandMCP = require_mcp.IconBrandMCP;
|
|
504
510
|
exports.IconBrandMacOS = require_macos.IconBrandMacOS;
|
|
511
|
+
exports.IconBrandMaestro = require_maestro.IconBrandMaestro;
|
|
505
512
|
exports.IconBrandMailchimp = require_mailchimp.IconBrandMailchimp;
|
|
506
513
|
exports.IconBrandMariaDB = require_mariadb.IconBrandMariaDB;
|
|
507
514
|
exports.IconBrandMarkdown = require_markdown.IconBrandMarkdown;
|
|
@@ -630,6 +637,7 @@ exports.IconBrandTwitter = require_twitter.IconBrandTwitter;
|
|
|
630
637
|
exports.IconBrandTypeScript = require_typescript.IconBrandTypeScript;
|
|
631
638
|
exports.IconBrandUber = require_uber.IconBrandUber;
|
|
632
639
|
exports.IconBrandUbuntu = require_ubuntu.IconBrandUbuntu;
|
|
640
|
+
exports.IconBrandUnionPay = require_unionpay.IconBrandUnionPay;
|
|
633
641
|
exports.IconBrandUnity = require_unity.IconBrandUnity;
|
|
634
642
|
exports.IconBrandUnrealEngine = require_unreal_engine.IconBrandUnrealEngine;
|
|
635
643
|
exports.IconBrandUpstash = require_upstash.IconBrandUpstash;
|
package/dist/brands/index.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export * from './deepseek';
|
|
|
77
77
|
export * from './deno';
|
|
78
78
|
export * from './digital-ocean';
|
|
79
79
|
export * from './discord';
|
|
80
|
+
export * from './discover-network';
|
|
80
81
|
export * from './disney-plus';
|
|
81
82
|
export * from './django';
|
|
82
83
|
export * from './docker';
|
|
@@ -144,6 +145,7 @@ export * from './intel';
|
|
|
144
145
|
export * from './intercom';
|
|
145
146
|
export * from './java';
|
|
146
147
|
export * from './javascript';
|
|
148
|
+
export * from './jcb';
|
|
147
149
|
export * from './jetbrains-fleet';
|
|
148
150
|
export * from './jetbrains-intellij-idea';
|
|
149
151
|
export * from './jetbrains-phpstorm';
|
|
@@ -169,6 +171,7 @@ export * from './linux';
|
|
|
169
171
|
export * from './lottiefiles';
|
|
170
172
|
export * from './lovable';
|
|
171
173
|
export * from './macos';
|
|
174
|
+
export * from './maestro';
|
|
172
175
|
export * from './mailchimp';
|
|
173
176
|
export * from './mariadb';
|
|
174
177
|
export * from './markdown';
|
|
@@ -298,6 +301,7 @@ export * from './twitter';
|
|
|
298
301
|
export * from './typescript';
|
|
299
302
|
export * from './uber';
|
|
300
303
|
export * from './ubuntu';
|
|
304
|
+
export * from './unionpay';
|
|
301
305
|
export * from './unity';
|
|
302
306
|
export * from './unreal-engine';
|
|
303
307
|
export * from './upstash';
|
package/dist/brands/index.js
CHANGED
|
@@ -77,6 +77,7 @@ import { IconBrandDeepseek } from "./deepseek.js";
|
|
|
77
77
|
import { IconBrandDeno } from "./deno.js";
|
|
78
78
|
import { IconBrandDigitalOcean } from "./digital-ocean.js";
|
|
79
79
|
import { IconBrandDiscord } from "./discord.js";
|
|
80
|
+
import { IconBrandDiscoverNetwork } from "./discover-network.js";
|
|
80
81
|
import { IconBrandDisneyPlus } from "./disney-plus.js";
|
|
81
82
|
import { IconBrandDjango } from "./django.js";
|
|
82
83
|
import { IconBrandDocker } from "./docker.js";
|
|
@@ -144,6 +145,7 @@ import { IconBrandIntel } from "./intel.js";
|
|
|
144
145
|
import { IconBrandIntercom } from "./intercom.js";
|
|
145
146
|
import { IconBrandJava } from "./java.js";
|
|
146
147
|
import { IconBrandJavaScript } from "./javascript.js";
|
|
148
|
+
import { IconBrandJCB } from "./jcb.js";
|
|
147
149
|
import { IconBrandJetBrainsFleet } from "./jetbrains-fleet.js";
|
|
148
150
|
import { IconBrandJetBrainsIntelliJIIDEA } from "./jetbrains-intellij-idea.js";
|
|
149
151
|
import { IconBrandJetBrainsPhpStorm } from "./jetbrains-phpstorm.js";
|
|
@@ -169,6 +171,7 @@ import { IconBrandLinux } from "./linux.js";
|
|
|
169
171
|
import { IconBrandLottieFiles } from "./lottiefiles.js";
|
|
170
172
|
import { IconBrandLovable } from "./lovable.js";
|
|
171
173
|
import { IconBrandMacOS } from "./macos.js";
|
|
174
|
+
import { IconBrandMaestro } from "./maestro.js";
|
|
172
175
|
import { IconBrandMailchimp } from "./mailchimp.js";
|
|
173
176
|
import { IconBrandMariaDB } from "./mariadb.js";
|
|
174
177
|
import { IconBrandMarkdown } from "./markdown.js";
|
|
@@ -298,6 +301,7 @@ import { IconBrandTwitter } from "./twitter.js";
|
|
|
298
301
|
import { IconBrandTypeScript } from "./typescript.js";
|
|
299
302
|
import { IconBrandUber } from "./uber.js";
|
|
300
303
|
import { IconBrandUbuntu } from "./ubuntu.js";
|
|
304
|
+
import { IconBrandUnionPay } from "./unionpay.js";
|
|
301
305
|
import { IconBrandUnity } from "./unity.js";
|
|
302
306
|
import { IconBrandUnrealEngine } from "./unreal-engine.js";
|
|
303
307
|
import { IconBrandUpstash } from "./upstash.js";
|
|
@@ -329,4 +333,4 @@ import { IconBrandYoutube } from "./youtube.js";
|
|
|
329
333
|
import { IconBrandZed } from "./zed.js";
|
|
330
334
|
import { IconBrandZod } from "./zod.js";
|
|
331
335
|
import { IconBrandZoom } from "./zoom.js";
|
|
332
|
-
export { IconBrand1Password, IconBrandAWS, IconBrandAcrobatReader, IconBrandAdobe, IconBrandAdobeAfterEffects, IconBrandAdobeAudition, IconBrandAdobeDreamweaver, IconBrandAdobeFresco, IconBrandAdobeIllustrator, IconBrandAdobeInDesign, IconBrandAdobeLightroom, IconBrandAdobeMediaEncoder, IconBrandAdobePhotoshop, IconBrandAdobePremierePro, IconBrandAdobeStock, IconBrandAdobeXD, IconBrandAffinity, IconBrandAhrefs, IconBrandAirbnb, IconBrandAliExpress, IconBrandAmazon, IconBrandAmazonPrimeVideo, IconBrandAmericanExpress, IconBrandAndroid, IconBrandAndrsrxnUi, IconBrandAngular, IconBrandAnthropic, IconBrandAntigravity, IconBrandAppGallery, IconBrandAppGalleryBadge, IconBrandAppStore, IconBrandAppStoreBadge, IconBrandApple, IconBrandApplePay, IconBrandAppleTv, IconBrandArcBrowser, IconBrandAsana, IconBrandAstro, IconBrandAtlassian, IconBrandAuth0, IconBrandAuthy, IconBrandAzure, IconBrandBaseUI, IconBrandBash, IconBrandBehance, IconBrandBetterAuth, IconBrandBinance, IconBrandBing, IconBrandBiome, IconBrandBitbucket, IconBrandBitcoin, IconBrandBlender, IconBrandBluesky, IconBrandBrave, IconBrandBun, IconBrandC, IconBrandCPlusPlus, IconBrandCSS, IconBrandCSharp, IconBrandCalendly, IconBrandCanva, IconBrandCapCut, IconBrandChrome, IconBrandChromium, IconBrandCisco, IconBrandClaude, IconBrandClerk, IconBrandClickUp, IconBrandCloudflare, IconBrandCloudflareWorkers, IconBrandCloudinary, IconBrandCodex, IconBrandCoinbase, IconBrandCursor, IconBrandDart, IconBrandDeepseek, IconBrandDeno, IconBrandDigitalOcean, IconBrandDiscord, IconBrandDisneyPlus, IconBrandDjango, IconBrandDocker, IconBrandDrizzleORM, IconBrandDropbox, IconBrandDuckDuckGo, IconBrandEbay, IconBrandEdge, IconBrandEpicGames, IconBrandEsbuild, IconBrandEthereum, IconBrandExpressJS, IconBrandFacebook, IconBrandFastAPI, IconBrandFigma, IconBrandFinder, IconBrandFirebase, IconBrandFirefox, IconBrandFlutter, IconBrandFramer, IconBrandGSAP, IconBrandGemini, IconBrandGit, IconBrandGitHub, IconBrandGithubCopilot, IconBrandGitlab, IconBrandGmail, IconBrandGoland, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleCalendar, IconBrandGoogleChat, IconBrandGoogleClassroom, IconBrandGoogleCloud, IconBrandGoogleDocs, IconBrandGoogleDrive, IconBrandGoogleForms, IconBrandGoogleIdx, IconBrandGoogleKeep, IconBrandGoogleMaps, IconBrandGoogleMeet, IconBrandGooglePay, IconBrandGooglePlay, IconBrandGooglePlayBadge, IconBrandGoogleSearchConsole, IconBrandGoogleSheet, IconBrandGoogleSites, IconBrandGoogleSlides, IconBrandGoogleTagManager, IconBrandGoogleTasks, IconBrandGoogleVids, IconBrandGoogleVoice, IconBrandGraphql, IconBrandGrok, IconBrandHCaptcha, IconBrandHTML, IconBrandHiggsfield, IconBrandHuawei, IconBrandHuggingFace, IconBrandHulu, IconBrandIBM, IconBrandIcloud, IconBrandInstagram, IconBrandIntel, IconBrandIntercom, IconBrandJSON, IconBrandJWT, IconBrandJava, IconBrandJavaScript, IconBrandJetBrains, IconBrandJetBrainsFleet, IconBrandJetBrainsIntelliJIIDEA, IconBrandJetBrainsPhpStorm, IconBrandJetBrainsRider, IconBrandJetBrainsRubyMine, IconBrandJetBrainsSpace, IconBrandJetBrainsWebStorm, IconBrandJetbrainsPyCharm, IconBrandJira, IconBrandKick, IconBrandKimi, IconBrandKotlin, IconBrandKubernetes, IconBrandLaravel, IconBrandLemonSqueezy, IconBrandLine, IconBrandLinear, IconBrandLinkedIn, IconBrandLinux, IconBrandLottieFiles, IconBrandLovable, IconBrandMCP, IconBrandMacOS, IconBrandMailchimp, IconBrandMariaDB, IconBrandMarkdown, IconBrandMastercard, IconBrandMaterialUi, IconBrandMedium, IconBrandMercadoLibre, IconBrandMercadoPago, IconBrandMessenger, IconBrandMeta, IconBrandMetamask, IconBrandMicrosoft, IconBrandMicrosoftAccess, IconBrandMicrosoftCopilot, IconBrandMicrosoftDefender, IconBrandMicrosoftDesigner, IconBrandMicrosoftExcel, IconBrandMicrosoftOffice, IconBrandMicrosoftOneDrive, IconBrandMicrosoftOneNote, IconBrandMicrosoftOutlook, IconBrandMicrosoftPowerPoint, IconBrandMicrosoftSharePoint, IconBrandMicrosoftTeams, IconBrandMicrosoftWord, IconBrandMintlify, IconBrandMongoDB, IconBrandMotion, IconBrandMySQL, IconBrandN8N, IconBrandNPM, IconBrandNamecheap, IconBrandNeon, IconBrandNestJS, IconBrandNetflix, IconBrandNetlify, IconBrandNextJS, IconBrandNginx, IconBrandNintendo, IconBrandNodejJS, IconBrandNotion, IconBrandNuxt, IconBrandNvidia, IconBrandOBS, IconBrandObsidian, IconBrandOllama, IconBrandOpenAI, IconBrandOpenClaw, IconBrandOpera, IconBrandPHP, IconBrandPNPM, IconBrandPaper, IconBrandPatreon, IconBrandPayPal, IconBrandPayload, IconBrandPerplexity, IconBrandPinterest, IconBrandPlanetScale, IconBrandPlayStation, IconBrandPlaywright, IconBrandPostHog, IconBrandPostgreSQL, IconBrandPostman, IconBrandPowershell, IconBrandPrettier, IconBrandPrisma, IconBrandProductHunt, IconBrandProtonMail, IconBrandPython, IconBrandQuora, IconBrandQwen, IconBrandRadixUI, IconBrandRailway, IconBrandRapidAPI, IconBrandRaspberryPi, IconBrandRaycast, IconBrandReCaptcha, IconBrandReact, IconBrandReddit, IconBrandRedis, IconBrandRedux, IconBrandReplit, IconBrandResend, IconBrandRoblox, IconBrandRuby, IconBrandRust, IconBrandSQLServer, IconBrandSQLite, IconBrandSVG, IconBrandSafari, IconBrandSalesforce, IconBrandSamsung, IconBrandSanity, IconBrandSentry, IconBrandShadcnUI, IconBrandShopify, IconBrandSketch, IconBrandSlack, IconBrandSnapchat, IconBrandSoundcloud, IconBrandSpotify, IconBrandStackBlitz, IconBrandStackOverflow, IconBrandSteam, IconBrandStorybook, IconBrandStrapi, IconBrandStripe, IconBrandSupabase, IconBrandSurrealDB, IconBrandSvelte, IconBrandSwift, IconBrandT3, IconBrandTailwind, IconBrandTanstack, IconBrandTelegram, IconBrandThreads, IconBrandThreeJS, IconBrandTidal, IconBrandTikTok, IconBrandTor, IconBrandTrello, IconBrandTurso, IconBrandTwilio, IconBrandTwitch, IconBrandTwitter, IconBrandTypeScript, IconBrandUber, IconBrandUbuntu, IconBrandUnity, IconBrandUnrealEngine, IconBrandUpstash, IconBrandV0, IconBrandVK, IconBrandVSCode, IconBrandVercel, IconBrandVisa, IconBrandVisualStudio, IconBrandVite, IconBrandVitest, IconBrandVueJS, IconBrandWattpad, IconBrandWeChat, IconBrandWebGL, IconBrandWebflow, IconBrandWebkit, IconBrandWhatsApp, IconBrandWindows, IconBrandWise, IconBrandWooCommerce, IconBrandWordpress, IconBrandX, IconBrandXAI, IconBrandXbox, IconBrandYarn, IconBrandYoutube, IconBrandYoutubeMusic, IconBrandZed, IconBrandZod, IconBrandZoom };
|
|
336
|
+
export { IconBrand1Password, IconBrandAWS, IconBrandAcrobatReader, IconBrandAdobe, IconBrandAdobeAfterEffects, IconBrandAdobeAudition, IconBrandAdobeDreamweaver, IconBrandAdobeFresco, IconBrandAdobeIllustrator, IconBrandAdobeInDesign, IconBrandAdobeLightroom, IconBrandAdobeMediaEncoder, IconBrandAdobePhotoshop, IconBrandAdobePremierePro, IconBrandAdobeStock, IconBrandAdobeXD, IconBrandAffinity, IconBrandAhrefs, IconBrandAirbnb, IconBrandAliExpress, IconBrandAmazon, IconBrandAmazonPrimeVideo, IconBrandAmericanExpress, IconBrandAndroid, IconBrandAndrsrxnUi, IconBrandAngular, IconBrandAnthropic, IconBrandAntigravity, IconBrandAppGallery, IconBrandAppGalleryBadge, IconBrandAppStore, IconBrandAppStoreBadge, IconBrandApple, IconBrandApplePay, IconBrandAppleTv, IconBrandArcBrowser, IconBrandAsana, IconBrandAstro, IconBrandAtlassian, IconBrandAuth0, IconBrandAuthy, IconBrandAzure, IconBrandBaseUI, IconBrandBash, IconBrandBehance, IconBrandBetterAuth, IconBrandBinance, IconBrandBing, IconBrandBiome, IconBrandBitbucket, IconBrandBitcoin, IconBrandBlender, IconBrandBluesky, IconBrandBrave, IconBrandBun, IconBrandC, IconBrandCPlusPlus, IconBrandCSS, IconBrandCSharp, IconBrandCalendly, IconBrandCanva, IconBrandCapCut, IconBrandChrome, IconBrandChromium, IconBrandCisco, IconBrandClaude, IconBrandClerk, IconBrandClickUp, IconBrandCloudflare, IconBrandCloudflareWorkers, IconBrandCloudinary, IconBrandCodex, IconBrandCoinbase, IconBrandCursor, IconBrandDart, IconBrandDeepseek, IconBrandDeno, IconBrandDigitalOcean, IconBrandDiscord, IconBrandDiscoverNetwork, IconBrandDisneyPlus, IconBrandDjango, IconBrandDocker, IconBrandDrizzleORM, IconBrandDropbox, IconBrandDuckDuckGo, IconBrandEbay, IconBrandEdge, IconBrandEpicGames, IconBrandEsbuild, IconBrandEthereum, IconBrandExpressJS, IconBrandFacebook, IconBrandFastAPI, IconBrandFigma, IconBrandFinder, IconBrandFirebase, IconBrandFirefox, IconBrandFlutter, IconBrandFramer, IconBrandGSAP, IconBrandGemini, IconBrandGit, IconBrandGitHub, IconBrandGithubCopilot, IconBrandGitlab, IconBrandGmail, IconBrandGoland, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleCalendar, IconBrandGoogleChat, IconBrandGoogleClassroom, IconBrandGoogleCloud, IconBrandGoogleDocs, IconBrandGoogleDrive, IconBrandGoogleForms, IconBrandGoogleIdx, IconBrandGoogleKeep, IconBrandGoogleMaps, IconBrandGoogleMeet, IconBrandGooglePay, IconBrandGooglePlay, IconBrandGooglePlayBadge, IconBrandGoogleSearchConsole, IconBrandGoogleSheet, IconBrandGoogleSites, IconBrandGoogleSlides, IconBrandGoogleTagManager, IconBrandGoogleTasks, IconBrandGoogleVids, IconBrandGoogleVoice, IconBrandGraphql, IconBrandGrok, IconBrandHCaptcha, IconBrandHTML, IconBrandHiggsfield, IconBrandHuawei, IconBrandHuggingFace, IconBrandHulu, IconBrandIBM, IconBrandIcloud, IconBrandInstagram, IconBrandIntel, IconBrandIntercom, IconBrandJCB, IconBrandJSON, IconBrandJWT, IconBrandJava, IconBrandJavaScript, IconBrandJetBrains, IconBrandJetBrainsFleet, IconBrandJetBrainsIntelliJIIDEA, IconBrandJetBrainsPhpStorm, IconBrandJetBrainsRider, IconBrandJetBrainsRubyMine, IconBrandJetBrainsSpace, IconBrandJetBrainsWebStorm, IconBrandJetbrainsPyCharm, IconBrandJira, IconBrandKick, IconBrandKimi, IconBrandKotlin, IconBrandKubernetes, IconBrandLaravel, IconBrandLemonSqueezy, IconBrandLine, IconBrandLinear, IconBrandLinkedIn, IconBrandLinux, IconBrandLottieFiles, IconBrandLovable, IconBrandMCP, IconBrandMacOS, IconBrandMaestro, IconBrandMailchimp, IconBrandMariaDB, IconBrandMarkdown, IconBrandMastercard, IconBrandMaterialUi, IconBrandMedium, IconBrandMercadoLibre, IconBrandMercadoPago, IconBrandMessenger, IconBrandMeta, IconBrandMetamask, IconBrandMicrosoft, IconBrandMicrosoftAccess, IconBrandMicrosoftCopilot, IconBrandMicrosoftDefender, IconBrandMicrosoftDesigner, IconBrandMicrosoftExcel, IconBrandMicrosoftOffice, IconBrandMicrosoftOneDrive, IconBrandMicrosoftOneNote, IconBrandMicrosoftOutlook, IconBrandMicrosoftPowerPoint, IconBrandMicrosoftSharePoint, IconBrandMicrosoftTeams, IconBrandMicrosoftWord, IconBrandMintlify, IconBrandMongoDB, IconBrandMotion, IconBrandMySQL, IconBrandN8N, IconBrandNPM, IconBrandNamecheap, IconBrandNeon, IconBrandNestJS, IconBrandNetflix, IconBrandNetlify, IconBrandNextJS, IconBrandNginx, IconBrandNintendo, IconBrandNodejJS, IconBrandNotion, IconBrandNuxt, IconBrandNvidia, IconBrandOBS, IconBrandObsidian, IconBrandOllama, IconBrandOpenAI, IconBrandOpenClaw, IconBrandOpera, IconBrandPHP, IconBrandPNPM, IconBrandPaper, IconBrandPatreon, IconBrandPayPal, IconBrandPayload, IconBrandPerplexity, IconBrandPinterest, IconBrandPlanetScale, IconBrandPlayStation, IconBrandPlaywright, IconBrandPostHog, IconBrandPostgreSQL, IconBrandPostman, IconBrandPowershell, IconBrandPrettier, IconBrandPrisma, IconBrandProductHunt, IconBrandProtonMail, IconBrandPython, IconBrandQuora, IconBrandQwen, IconBrandRadixUI, IconBrandRailway, IconBrandRapidAPI, IconBrandRaspberryPi, IconBrandRaycast, IconBrandReCaptcha, IconBrandReact, IconBrandReddit, IconBrandRedis, IconBrandRedux, IconBrandReplit, IconBrandResend, IconBrandRoblox, IconBrandRuby, IconBrandRust, IconBrandSQLServer, IconBrandSQLite, IconBrandSVG, IconBrandSafari, IconBrandSalesforce, IconBrandSamsung, IconBrandSanity, IconBrandSentry, IconBrandShadcnUI, IconBrandShopify, IconBrandSketch, IconBrandSlack, IconBrandSnapchat, IconBrandSoundcloud, IconBrandSpotify, IconBrandStackBlitz, IconBrandStackOverflow, IconBrandSteam, IconBrandStorybook, IconBrandStrapi, IconBrandStripe, IconBrandSupabase, IconBrandSurrealDB, IconBrandSvelte, IconBrandSwift, IconBrandT3, IconBrandTailwind, IconBrandTanstack, IconBrandTelegram, IconBrandThreads, IconBrandThreeJS, IconBrandTidal, IconBrandTikTok, IconBrandTor, IconBrandTrello, IconBrandTurso, IconBrandTwilio, IconBrandTwitch, IconBrandTwitter, IconBrandTypeScript, IconBrandUber, IconBrandUbuntu, IconBrandUnionPay, IconBrandUnity, IconBrandUnrealEngine, IconBrandUpstash, IconBrandV0, IconBrandVK, IconBrandVSCode, IconBrandVercel, IconBrandVisa, IconBrandVisualStudio, IconBrandVite, IconBrandVitest, IconBrandVueJS, IconBrandWattpad, IconBrandWeChat, IconBrandWebGL, IconBrandWebflow, IconBrandWebkit, IconBrandWhatsApp, IconBrandWindows, IconBrandWise, IconBrandWooCommerce, IconBrandWordpress, IconBrandX, IconBrandXAI, IconBrandXbox, IconBrandYarn, IconBrandYoutube, IconBrandYoutubeMusic, IconBrandZed, IconBrandZod, IconBrandZoom };
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
2
|
+
//#region src/react/brands/jcb.tsx
|
|
3
|
+
const IconBrandJCB = ({ className, size = 24, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
4
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"aria-label": "JCB",
|
|
9
|
+
role: "img",
|
|
10
|
+
preserveAspectRatio: "xMidYMid",
|
|
11
|
+
viewBox: "0 0 300 225",
|
|
12
|
+
...props,
|
|
13
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", {
|
|
14
|
+
clipPath: "url(#clip0_241_2)",
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
17
|
+
fill: "#fff",
|
|
18
|
+
d: "M1.208 73.703H90.28l1.186 88.224H-.125zm102.591 0h90.405l1.186 88.224h-91.591zm103.924 0h90.405l1.186 88.224h-91.591z"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
21
|
+
fill: "url(#paint0_linear_241_2)",
|
|
22
|
+
d: "M225.935 136.786h21.662c.619 0 2.063-.206 2.682-.206 4.126-.825 7.634-4.539 7.634-9.697 0-4.951-3.508-8.665-7.634-9.696-.619-.207-1.857-.207-2.682-.207h-21.662z"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
25
|
+
fill: "url(#paint1_linear_241_2)",
|
|
26
|
+
d: "M245.121 0c-20.631 0-37.548 16.711-37.548 37.549V76.54h53.022c1.237 0 2.682 0 3.713.207 11.966.618 20.838 6.808 20.838 17.536 0 8.459-5.983 15.68-17.124 17.124v.412c12.172.826 21.456 7.634 21.456 18.156 0 11.347-10.315 18.774-23.932 18.774h-58.18v76.335h55.085c20.631 0 37.549-16.711 37.549-37.549V0z"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
29
|
+
fill: "url(#paint2_linear_241_2)",
|
|
30
|
+
d: "M255.231 96.761c0-4.951-3.508-8.252-7.634-8.871-.412 0-1.444-.206-2.063-.206h-19.599v18.155h19.599c.619 0 1.857 0 2.063-.206 4.126-.619 7.634-3.92 7.634-8.872"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
33
|
+
fill: "url(#paint3_linear_241_2)",
|
|
34
|
+
d: "M37.573 0C16.942 0 .024 16.711.024 37.549v92.633c10.522 5.158 21.457 8.459 32.391 8.459 12.998 0 20.012-7.84 20.012-18.568V76.335h32.185v43.532c0 16.917-10.522 30.74-46.214 30.74-21.662 0-38.58-4.745-38.58-4.745v79.017h55.085c20.631 0 37.549-16.712 37.549-37.549V0z"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
37
|
+
fill: "url(#paint4_linear_241_2)",
|
|
38
|
+
d: "M141.347 0c-20.631 0-37.548 16.711-37.548 37.549V86.65c9.49-8.046 25.995-13.203 52.609-11.966 14.235.62 29.502 4.54 29.502 4.54v15.885c-7.633-3.92-16.711-7.427-28.47-8.252-20.219-1.444-32.391 8.459-32.391 25.789 0 17.536 12.172 27.439 32.391 25.788 11.759-.825 20.837-4.538 28.47-8.252v15.886s-15.06 3.92-29.502 4.539c-26.614 1.238-43.119-3.92-52.609-11.966v86.65h55.085c20.631 0 37.548-16.711 37.548-37.548V0z"
|
|
39
|
+
})
|
|
40
|
+
]
|
|
41
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("defs", { children: [
|
|
42
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("linearGradient", {
|
|
43
|
+
id: "paint0_linear_241_2",
|
|
44
|
+
x1: "207.538",
|
|
45
|
+
x2: "300.249",
|
|
46
|
+
y1: "126.908",
|
|
47
|
+
y2: "126.908",
|
|
48
|
+
gradientUnits: "userSpaceOnUse",
|
|
49
|
+
children: [
|
|
50
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", { stopColor: "#007940" }),
|
|
51
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
52
|
+
offset: ".229",
|
|
53
|
+
stopColor: "#00873f"
|
|
54
|
+
}),
|
|
55
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
56
|
+
offset: ".743",
|
|
57
|
+
stopColor: "#40a737"
|
|
58
|
+
}),
|
|
59
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
60
|
+
offset: "1",
|
|
61
|
+
stopColor: "#5cb531"
|
|
62
|
+
})
|
|
63
|
+
]
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("linearGradient", {
|
|
66
|
+
id: "paint1_linear_241_2",
|
|
67
|
+
x1: "207.536",
|
|
68
|
+
x2: "300.253",
|
|
69
|
+
y1: "112.452",
|
|
70
|
+
y2: "112.452",
|
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
|
72
|
+
children: [
|
|
73
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", { stopColor: "#007940" }),
|
|
74
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
75
|
+
offset: ".229",
|
|
76
|
+
stopColor: "#00873f"
|
|
77
|
+
}),
|
|
78
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
79
|
+
offset: ".743",
|
|
80
|
+
stopColor: "#40a737"
|
|
81
|
+
}),
|
|
82
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
83
|
+
offset: "1",
|
|
84
|
+
stopColor: "#5cb531"
|
|
85
|
+
})
|
|
86
|
+
]
|
|
87
|
+
}),
|
|
88
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("linearGradient", {
|
|
89
|
+
id: "paint2_linear_241_2",
|
|
90
|
+
x1: "207.536",
|
|
91
|
+
x2: "300.25",
|
|
92
|
+
y1: "96.736",
|
|
93
|
+
y2: "96.736",
|
|
94
|
+
gradientUnits: "userSpaceOnUse",
|
|
95
|
+
children: [
|
|
96
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", { stopColor: "#007940" }),
|
|
97
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
98
|
+
offset: ".229",
|
|
99
|
+
stopColor: "#00873f"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
102
|
+
offset: ".743",
|
|
103
|
+
stopColor: "#40a737"
|
|
104
|
+
}),
|
|
105
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
106
|
+
offset: "1",
|
|
107
|
+
stopColor: "#5cb531"
|
|
108
|
+
})
|
|
109
|
+
]
|
|
110
|
+
}),
|
|
111
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("linearGradient", {
|
|
112
|
+
id: "paint3_linear_241_2",
|
|
113
|
+
x1: "-.019",
|
|
114
|
+
x2: "94.127",
|
|
115
|
+
y1: "112.452",
|
|
116
|
+
y2: "112.452",
|
|
117
|
+
gradientUnits: "userSpaceOnUse",
|
|
118
|
+
children: [
|
|
119
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", { stopColor: "#1f286f" }),
|
|
120
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
121
|
+
offset: ".475",
|
|
122
|
+
stopColor: "#004e94"
|
|
123
|
+
}),
|
|
124
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
125
|
+
offset: ".826",
|
|
126
|
+
stopColor: "#0066b1"
|
|
127
|
+
}),
|
|
128
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
129
|
+
offset: "1",
|
|
130
|
+
stopColor: "#006fbc"
|
|
131
|
+
})
|
|
132
|
+
]
|
|
133
|
+
}),
|
|
134
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("linearGradient", {
|
|
135
|
+
id: "paint4_linear_241_2",
|
|
136
|
+
x1: "103.265",
|
|
137
|
+
x2: "194.703",
|
|
138
|
+
y1: "112.452",
|
|
139
|
+
y2: "112.452",
|
|
140
|
+
gradientUnits: "userSpaceOnUse",
|
|
141
|
+
children: [
|
|
142
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", { stopColor: "#6c2c2f" }),
|
|
143
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
144
|
+
offset: ".173",
|
|
145
|
+
stopColor: "#882730"
|
|
146
|
+
}),
|
|
147
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
148
|
+
offset: ".573",
|
|
149
|
+
stopColor: "#be1833"
|
|
150
|
+
}),
|
|
151
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
152
|
+
offset: ".859",
|
|
153
|
+
stopColor: "#dc0436"
|
|
154
|
+
}),
|
|
155
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("stop", {
|
|
156
|
+
offset: "1",
|
|
157
|
+
stopColor: "#e60039"
|
|
158
|
+
})
|
|
159
|
+
]
|
|
160
|
+
}),
|
|
161
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("clipPath", {
|
|
162
|
+
id: "clip0_241_2",
|
|
163
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
164
|
+
fill: "#fff",
|
|
165
|
+
d: "M0 0h300v225H0z"
|
|
166
|
+
})
|
|
167
|
+
})
|
|
168
|
+
] })]
|
|
169
|
+
});
|
|
170
|
+
//#endregion
|
|
171
|
+
exports.IconBrandJCB = IconBrandJCB;
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/react/brands/jcb.tsx
|
|
3
|
+
const IconBrandJCB = ({ className, size = 24, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
"aria-label": "JCB",
|
|
9
|
+
role: "img",
|
|
10
|
+
preserveAspectRatio: "xMidYMid",
|
|
11
|
+
viewBox: "0 0 300 225",
|
|
12
|
+
...props,
|
|
13
|
+
children: [/* @__PURE__ */ jsxs("g", {
|
|
14
|
+
clipPath: "url(#clip0_241_2)",
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ jsx("path", {
|
|
17
|
+
fill: "#fff",
|
|
18
|
+
d: "M1.208 73.703H90.28l1.186 88.224H-.125zm102.591 0h90.405l1.186 88.224h-91.591zm103.924 0h90.405l1.186 88.224h-91.591z"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsx("path", {
|
|
21
|
+
fill: "url(#paint0_linear_241_2)",
|
|
22
|
+
d: "M225.935 136.786h21.662c.619 0 2.063-.206 2.682-.206 4.126-.825 7.634-4.539 7.634-9.697 0-4.951-3.508-8.665-7.634-9.696-.619-.207-1.857-.207-2.682-.207h-21.662z"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsx("path", {
|
|
25
|
+
fill: "url(#paint1_linear_241_2)",
|
|
26
|
+
d: "M245.121 0c-20.631 0-37.548 16.711-37.548 37.549V76.54h53.022c1.237 0 2.682 0 3.713.207 11.966.618 20.838 6.808 20.838 17.536 0 8.459-5.983 15.68-17.124 17.124v.412c12.172.826 21.456 7.634 21.456 18.156 0 11.347-10.315 18.774-23.932 18.774h-58.18v76.335h55.085c20.631 0 37.549-16.711 37.549-37.549V0z"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ jsx("path", {
|
|
29
|
+
fill: "url(#paint2_linear_241_2)",
|
|
30
|
+
d: "M255.231 96.761c0-4.951-3.508-8.252-7.634-8.871-.412 0-1.444-.206-2.063-.206h-19.599v18.155h19.599c.619 0 1.857 0 2.063-.206 4.126-.619 7.634-3.92 7.634-8.872"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsx("path", {
|
|
33
|
+
fill: "url(#paint3_linear_241_2)",
|
|
34
|
+
d: "M37.573 0C16.942 0 .024 16.711.024 37.549v92.633c10.522 5.158 21.457 8.459 32.391 8.459 12.998 0 20.012-7.84 20.012-18.568V76.335h32.185v43.532c0 16.917-10.522 30.74-46.214 30.74-21.662 0-38.58-4.745-38.58-4.745v79.017h55.085c20.631 0 37.549-16.712 37.549-37.549V0z"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("path", {
|
|
37
|
+
fill: "url(#paint4_linear_241_2)",
|
|
38
|
+
d: "M141.347 0c-20.631 0-37.548 16.711-37.548 37.549V86.65c9.49-8.046 25.995-13.203 52.609-11.966 14.235.62 29.502 4.54 29.502 4.54v15.885c-7.633-3.92-16.711-7.427-28.47-8.252-20.219-1.444-32.391 8.459-32.391 25.789 0 17.536 12.172 27.439 32.391 25.788 11.759-.825 20.837-4.538 28.47-8.252v15.886s-15.06 3.92-29.502 4.539c-26.614 1.238-43.119-3.92-52.609-11.966v86.65h55.085c20.631 0 37.548-16.711 37.548-37.548V0z"
|
|
39
|
+
})
|
|
40
|
+
]
|
|
41
|
+
}), /* @__PURE__ */ jsxs("defs", { children: [
|
|
42
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
43
|
+
id: "paint0_linear_241_2",
|
|
44
|
+
x1: "207.538",
|
|
45
|
+
x2: "300.249",
|
|
46
|
+
y1: "126.908",
|
|
47
|
+
y2: "126.908",
|
|
48
|
+
gradientUnits: "userSpaceOnUse",
|
|
49
|
+
children: [
|
|
50
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#007940" }),
|
|
51
|
+
/* @__PURE__ */ jsx("stop", {
|
|
52
|
+
offset: ".229",
|
|
53
|
+
stopColor: "#00873f"
|
|
54
|
+
}),
|
|
55
|
+
/* @__PURE__ */ jsx("stop", {
|
|
56
|
+
offset: ".743",
|
|
57
|
+
stopColor: "#40a737"
|
|
58
|
+
}),
|
|
59
|
+
/* @__PURE__ */ jsx("stop", {
|
|
60
|
+
offset: "1",
|
|
61
|
+
stopColor: "#5cb531"
|
|
62
|
+
})
|
|
63
|
+
]
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
66
|
+
id: "paint1_linear_241_2",
|
|
67
|
+
x1: "207.536",
|
|
68
|
+
x2: "300.253",
|
|
69
|
+
y1: "112.452",
|
|
70
|
+
y2: "112.452",
|
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
|
72
|
+
children: [
|
|
73
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#007940" }),
|
|
74
|
+
/* @__PURE__ */ jsx("stop", {
|
|
75
|
+
offset: ".229",
|
|
76
|
+
stopColor: "#00873f"
|
|
77
|
+
}),
|
|
78
|
+
/* @__PURE__ */ jsx("stop", {
|
|
79
|
+
offset: ".743",
|
|
80
|
+
stopColor: "#40a737"
|
|
81
|
+
}),
|
|
82
|
+
/* @__PURE__ */ jsx("stop", {
|
|
83
|
+
offset: "1",
|
|
84
|
+
stopColor: "#5cb531"
|
|
85
|
+
})
|
|
86
|
+
]
|
|
87
|
+
}),
|
|
88
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
89
|
+
id: "paint2_linear_241_2",
|
|
90
|
+
x1: "207.536",
|
|
91
|
+
x2: "300.25",
|
|
92
|
+
y1: "96.736",
|
|
93
|
+
y2: "96.736",
|
|
94
|
+
gradientUnits: "userSpaceOnUse",
|
|
95
|
+
children: [
|
|
96
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#007940" }),
|
|
97
|
+
/* @__PURE__ */ jsx("stop", {
|
|
98
|
+
offset: ".229",
|
|
99
|
+
stopColor: "#00873f"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ jsx("stop", {
|
|
102
|
+
offset: ".743",
|
|
103
|
+
stopColor: "#40a737"
|
|
104
|
+
}),
|
|
105
|
+
/* @__PURE__ */ jsx("stop", {
|
|
106
|
+
offset: "1",
|
|
107
|
+
stopColor: "#5cb531"
|
|
108
|
+
})
|
|
109
|
+
]
|
|
110
|
+
}),
|
|
111
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
112
|
+
id: "paint3_linear_241_2",
|
|
113
|
+
x1: "-.019",
|
|
114
|
+
x2: "94.127",
|
|
115
|
+
y1: "112.452",
|
|
116
|
+
y2: "112.452",
|
|
117
|
+
gradientUnits: "userSpaceOnUse",
|
|
118
|
+
children: [
|
|
119
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#1f286f" }),
|
|
120
|
+
/* @__PURE__ */ jsx("stop", {
|
|
121
|
+
offset: ".475",
|
|
122
|
+
stopColor: "#004e94"
|
|
123
|
+
}),
|
|
124
|
+
/* @__PURE__ */ jsx("stop", {
|
|
125
|
+
offset: ".826",
|
|
126
|
+
stopColor: "#0066b1"
|
|
127
|
+
}),
|
|
128
|
+
/* @__PURE__ */ jsx("stop", {
|
|
129
|
+
offset: "1",
|
|
130
|
+
stopColor: "#006fbc"
|
|
131
|
+
})
|
|
132
|
+
]
|
|
133
|
+
}),
|
|
134
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
135
|
+
id: "paint4_linear_241_2",
|
|
136
|
+
x1: "103.265",
|
|
137
|
+
x2: "194.703",
|
|
138
|
+
y1: "112.452",
|
|
139
|
+
y2: "112.452",
|
|
140
|
+
gradientUnits: "userSpaceOnUse",
|
|
141
|
+
children: [
|
|
142
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#6c2c2f" }),
|
|
143
|
+
/* @__PURE__ */ jsx("stop", {
|
|
144
|
+
offset: ".173",
|
|
145
|
+
stopColor: "#882730"
|
|
146
|
+
}),
|
|
147
|
+
/* @__PURE__ */ jsx("stop", {
|
|
148
|
+
offset: ".573",
|
|
149
|
+
stopColor: "#be1833"
|
|
150
|
+
}),
|
|
151
|
+
/* @__PURE__ */ jsx("stop", {
|
|
152
|
+
offset: ".859",
|
|
153
|
+
stopColor: "#dc0436"
|
|
154
|
+
}),
|
|
155
|
+
/* @__PURE__ */ jsx("stop", {
|
|
156
|
+
offset: "1",
|
|
157
|
+
stopColor: "#e60039"
|
|
158
|
+
})
|
|
159
|
+
]
|
|
160
|
+
}),
|
|
161
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
162
|
+
id: "clip0_241_2",
|
|
163
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
164
|
+
fill: "#fff",
|
|
165
|
+
d: "M0 0h300v225H0z"
|
|
166
|
+
})
|
|
167
|
+
})
|
|
168
|
+
] })]
|
|
169
|
+
});
|
|
170
|
+
//#endregion
|
|
171
|
+
export { IconBrandJCB };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
2
|
+
//#region src/react/brands/maestro.tsx
|
|
3
|
+
const IconBrandMaestro = ({ className, size = 24, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"aria-label": "Maestro",
|
|
6
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
7
|
+
width: size,
|
|
8
|
+
height: size,
|
|
9
|
+
preserveAspectRatio: "xMidYMid",
|
|
10
|
+
role: "img",
|
|
11
|
+
viewBox: "0 0 200 155.6",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
15
|
+
fill: "#00a2e5",
|
|
16
|
+
d: "M198.1 100.1v-2.4h-.6l-.7 1.6-.7-1.6h-.6v2.4h.4v-1.8l.7 1.6h.5l.7-1.6v1.8zm-4 0v-2h.8v-.4h-2v.4h.8v2z"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
19
|
+
fill: "#7375cf",
|
|
20
|
+
d: "M127 110.4H72.9V13.2H127z"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
23
|
+
fill: "#eb001b",
|
|
24
|
+
d: "M76.4 61.8c0-19.7 9.2-37.3 23.6-48.6C89.5 4.9 76.2 0 61.8 0 27.7 0 0 27.7 0 61.8s27.7 61.8 61.8 61.8c14.4 0 27.7-4.9 38.2-13.2-14.4-11.3-23.6-28.9-23.6-48.6"
|
|
25
|
+
}),
|
|
26
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
27
|
+
fill: "#00a2e5",
|
|
28
|
+
d: "M200 61.8c0 34.1-27.7 61.8-61.8 61.8-14.4 0-27.7-4.9-38.2-13.2 14.4-11.3 23.6-28.9 23.6-48.6s-9.2-37.3-23.6-48.6C110.5 4.9 123.8 0 138.2 0 172.3 0 200 27.7 200 61.8"
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
31
|
+
fill: "var(--ui-icon-fill-monochrome)",
|
|
32
|
+
d: "M145.2 137.9c.7 0 1.8.1 2.5.4l-1.1 3.4c-.8-.3-1.5-.4-2.2-.4-2.3 0-3.5 1.5-3.5 4.2v9.2h-3.6v-16.4h3.5v2c1-1.5 2.4-2.4 4.4-2.4m-13.2 3.6h-5.8v7.4c0 1.6.6 2.7 2.4 2.7.9 0 2.1-.3 3.2-.9l1 3.1c-1.1.8-2.9 1.3-4.5 1.3-4.2 0-5.7-2.3-5.7-6.1v-7.5h-3.3v-3.3h3.3v-5h3.6v5h5.8zM86.3 145c.4-2.4 1.8-4 4.4-4 2.3 0 3.8 1.4 4.2 4zm12.3 1.5c0-5.1-3.2-8.6-7.8-8.6-4.8 0-8.2 3.5-8.2 8.6 0 5.2 3.5 8.6 8.4 8.6 2.5 0 4.7-.6 6.7-2.3l-1.8-2.6c-1.4 1.1-3.1 1.7-4.8 1.7-2.3 0-4.4-1.1-4.9-4h12.2c.1-.5.2-.9.2-1.4m15.7-4c-1-.6-3-1.4-5.1-1.4-2 0-3.1.7-3.1 1.9 0 1.1 1.2 1.4 2.8 1.6l1.7.2c3.6.5 5.7 2 5.7 4.9 0 3.1-2.7 5.4-7.5 5.4-2.7 0-5.2-.7-7.1-2.1l1.7-2.8c1.2.9 3 1.7 5.5 1.7 2.4 0 3.7-.7 3.7-2 0-.9-.9-1.4-2.9-1.7l-1.7-.2c-3.7-.5-5.7-2.2-5.7-4.8 0-3.3 2.7-5.3 6.8-5.3 2.6 0 5 .6 6.7 1.7zm44-1.3c-.7 0-1.4.1-2 .4s-1.2.6-1.6 1.1-.8 1-1.1 1.7c-.3.6-.4 1.4-.4 2.1 0 .8.1 1.5.4 2.1s.6 1.2 1.1 1.7 1 .8 1.6 1.1 1.3.4 2 .4 1.4-.1 2-.4 1.2-.6 1.6-1.1c.5-.5.8-1 1.1-1.7.3-.6.4-1.4.4-2.1 0-.8-.1-1.5-.4-2.1s-.6-1.2-1.1-1.7-1-.8-1.6-1.1c-.6-.2-1.3-.4-2-.4m0-3.3c1.3 0 2.5.2 3.5.7 1.1.4 2 1 2.8 1.8s1.4 1.7 1.9 2.7c.4 1.1.7 2.2.7 3.4s-.2 2.4-.7 3.4c-.4 1.1-1.1 2-1.9 2.7-.8.8-1.7 1.4-2.8 1.8s-2.3.7-3.5.7c-1.3 0-2.5-.2-3.5-.7-1.1-.4-2-1-2.8-1.8s-1.4-1.7-1.9-2.7c-.4-1.1-.7-2.2-.7-3.4s.2-2.4.7-3.4c.4-1.1 1.1-2 1.9-2.7.8-.8 1.7-1.4 2.8-1.8 1-.5 2.2-.7 3.5-.7m-92.8 8.6c0-2.9 1.9-5.3 5-5.3 3 0 4.9 2.3 4.9 5.3s-2 5.2-4.9 5.2c-3.1 0-5-2.3-5-5.2m13.3 0v-8.2h-3.6v2c-1.1-1.5-2.8-2.4-5.2-2.4-4.6 0-8.2 3.6-8.2 8.6s3.6 8.6 8.2 8.6c2.3 0 4-.9 5.2-2.4v2h3.6zm-20.1 8.2v-10.3c0-3.9-2.5-6.5-6.5-6.5-2.1 0-4.3.6-5.8 2.9-1.1-1.8-2.9-2.9-5.4-2.9-1.7 0-3.5.5-4.8 2.4v-2h-3.6v16.4h3.6v-9.1c0-2.8 1.6-4.4 4-4.4s3.6 1.5 3.6 4.3v9.1h3.6v-9.1c0-2.8 1.7-4.4 4-4.4 2.4 0 3.6 1.5 3.6 4.3v9.1h3.7zm112.3-1.3v.4h.4c.1 0 .2 0 .2-.1.1 0 .1-.1.1-.2s0-.1-.1-.1c0 0-.1-.1-.2-.1h-.4zm.4-.2c.2 0 .3 0 .4.1s.2.2.2.4c0 .1 0 .2-.1.3s-.2.1-.4.1l.5.6h-.4l-.5-.6h-.1v.6h-.3v-1.5zm-.1 2c.2 0 .3 0 .5-.1s.3-.2.4-.3.2-.2.3-.4.1-.3.1-.5 0-.3-.1-.5-.2-.3-.3-.4-.2-.2-.4-.3c-.1-.1-.3-.1-.5-.1s-.3 0-.5.1-.3.2-.4.3-.2.3-.3.4c-.1.2-.1.3-.1.5s0 .3.1.5.2.3.3.4.3.2.4.3c.2.1.3.1.5.1m0-2.9c.2 0 .4 0 .6.1s.4.2.5.3.3.3.4.5.1.4.1.6 0 .4-.1.6-.2.4-.4.5-.3.3-.5.4-.4.1-.6.1-.5 0-.7-.1-.4-.2-.5-.4c-.1-.1-.3-.3-.4-.5s-.1-.4-.1-.6 0-.4.1-.6.2-.4.4-.5c.1-.1.3-.3.5-.3.2-.1.5-.1.7-.1"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.IconBrandMaestro = IconBrandMaestro;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/react/brands/maestro.tsx
|
|
3
|
+
const IconBrandMaestro = ({ className, size = 24, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"aria-label": "Maestro",
|
|
6
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
7
|
+
width: size,
|
|
8
|
+
height: size,
|
|
9
|
+
preserveAspectRatio: "xMidYMid",
|
|
10
|
+
role: "img",
|
|
11
|
+
viewBox: "0 0 200 155.6",
|
|
12
|
+
...props,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ jsx("path", {
|
|
15
|
+
fill: "#00a2e5",
|
|
16
|
+
d: "M198.1 100.1v-2.4h-.6l-.7 1.6-.7-1.6h-.6v2.4h.4v-1.8l.7 1.6h.5l.7-1.6v1.8zm-4 0v-2h.8v-.4h-2v.4h.8v2z"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsx("path", {
|
|
19
|
+
fill: "#7375cf",
|
|
20
|
+
d: "M127 110.4H72.9V13.2H127z"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ jsx("path", {
|
|
23
|
+
fill: "#eb001b",
|
|
24
|
+
d: "M76.4 61.8c0-19.7 9.2-37.3 23.6-48.6C89.5 4.9 76.2 0 61.8 0 27.7 0 0 27.7 0 61.8s27.7 61.8 61.8 61.8c14.4 0 27.7-4.9 38.2-13.2-14.4-11.3-23.6-28.9-23.6-48.6"
|
|
25
|
+
}),
|
|
26
|
+
/* @__PURE__ */ jsx("path", {
|
|
27
|
+
fill: "#00a2e5",
|
|
28
|
+
d: "M200 61.8c0 34.1-27.7 61.8-61.8 61.8-14.4 0-27.7-4.9-38.2-13.2 14.4-11.3 23.6-28.9 23.6-48.6s-9.2-37.3-23.6-48.6C110.5 4.9 123.8 0 138.2 0 172.3 0 200 27.7 200 61.8"
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ jsx("path", {
|
|
31
|
+
fill: "var(--ui-icon-fill-monochrome)",
|
|
32
|
+
d: "M145.2 137.9c.7 0 1.8.1 2.5.4l-1.1 3.4c-.8-.3-1.5-.4-2.2-.4-2.3 0-3.5 1.5-3.5 4.2v9.2h-3.6v-16.4h3.5v2c1-1.5 2.4-2.4 4.4-2.4m-13.2 3.6h-5.8v7.4c0 1.6.6 2.7 2.4 2.7.9 0 2.1-.3 3.2-.9l1 3.1c-1.1.8-2.9 1.3-4.5 1.3-4.2 0-5.7-2.3-5.7-6.1v-7.5h-3.3v-3.3h3.3v-5h3.6v5h5.8zM86.3 145c.4-2.4 1.8-4 4.4-4 2.3 0 3.8 1.4 4.2 4zm12.3 1.5c0-5.1-3.2-8.6-7.8-8.6-4.8 0-8.2 3.5-8.2 8.6 0 5.2 3.5 8.6 8.4 8.6 2.5 0 4.7-.6 6.7-2.3l-1.8-2.6c-1.4 1.1-3.1 1.7-4.8 1.7-2.3 0-4.4-1.1-4.9-4h12.2c.1-.5.2-.9.2-1.4m15.7-4c-1-.6-3-1.4-5.1-1.4-2 0-3.1.7-3.1 1.9 0 1.1 1.2 1.4 2.8 1.6l1.7.2c3.6.5 5.7 2 5.7 4.9 0 3.1-2.7 5.4-7.5 5.4-2.7 0-5.2-.7-7.1-2.1l1.7-2.8c1.2.9 3 1.7 5.5 1.7 2.4 0 3.7-.7 3.7-2 0-.9-.9-1.4-2.9-1.7l-1.7-.2c-3.7-.5-5.7-2.2-5.7-4.8 0-3.3 2.7-5.3 6.8-5.3 2.6 0 5 .6 6.7 1.7zm44-1.3c-.7 0-1.4.1-2 .4s-1.2.6-1.6 1.1-.8 1-1.1 1.7c-.3.6-.4 1.4-.4 2.1 0 .8.1 1.5.4 2.1s.6 1.2 1.1 1.7 1 .8 1.6 1.1 1.3.4 2 .4 1.4-.1 2-.4 1.2-.6 1.6-1.1c.5-.5.8-1 1.1-1.7.3-.6.4-1.4.4-2.1 0-.8-.1-1.5-.4-2.1s-.6-1.2-1.1-1.7-1-.8-1.6-1.1c-.6-.2-1.3-.4-2-.4m0-3.3c1.3 0 2.5.2 3.5.7 1.1.4 2 1 2.8 1.8s1.4 1.7 1.9 2.7c.4 1.1.7 2.2.7 3.4s-.2 2.4-.7 3.4c-.4 1.1-1.1 2-1.9 2.7-.8.8-1.7 1.4-2.8 1.8s-2.3.7-3.5.7c-1.3 0-2.5-.2-3.5-.7-1.1-.4-2-1-2.8-1.8s-1.4-1.7-1.9-2.7c-.4-1.1-.7-2.2-.7-3.4s.2-2.4.7-3.4c.4-1.1 1.1-2 1.9-2.7.8-.8 1.7-1.4 2.8-1.8 1-.5 2.2-.7 3.5-.7m-92.8 8.6c0-2.9 1.9-5.3 5-5.3 3 0 4.9 2.3 4.9 5.3s-2 5.2-4.9 5.2c-3.1 0-5-2.3-5-5.2m13.3 0v-8.2h-3.6v2c-1.1-1.5-2.8-2.4-5.2-2.4-4.6 0-8.2 3.6-8.2 8.6s3.6 8.6 8.2 8.6c2.3 0 4-.9 5.2-2.4v2h3.6zm-20.1 8.2v-10.3c0-3.9-2.5-6.5-6.5-6.5-2.1 0-4.3.6-5.8 2.9-1.1-1.8-2.9-2.9-5.4-2.9-1.7 0-3.5.5-4.8 2.4v-2h-3.6v16.4h3.6v-9.1c0-2.8 1.6-4.4 4-4.4s3.6 1.5 3.6 4.3v9.1h3.6v-9.1c0-2.8 1.7-4.4 4-4.4 2.4 0 3.6 1.5 3.6 4.3v9.1h3.7zm112.3-1.3v.4h.4c.1 0 .2 0 .2-.1.1 0 .1-.1.1-.2s0-.1-.1-.1c0 0-.1-.1-.2-.1h-.4zm.4-.2c.2 0 .3 0 .4.1s.2.2.2.4c0 .1 0 .2-.1.3s-.2.1-.4.1l.5.6h-.4l-.5-.6h-.1v.6h-.3v-1.5zm-.1 2c.2 0 .3 0 .5-.1s.3-.2.4-.3.2-.2.3-.4.1-.3.1-.5 0-.3-.1-.5-.2-.3-.3-.4-.2-.2-.4-.3c-.1-.1-.3-.1-.5-.1s-.3 0-.5.1-.3.2-.4.3-.2.3-.3.4c-.1.2-.1.3-.1.5s0 .3.1.5.2.3.3.4.3.2.4.3c.2.1.3.1.5.1m0-2.9c.2 0 .4 0 .6.1s.4.2.5.3.3.3.4.5.1.4.1.6 0 .4-.1.6-.2.4-.4.5-.3.3-.5.4-.4.1-.6.1-.5 0-.7-.1-.4-.2-.5-.4c-.1-.1-.3-.3-.4-.5s-.1-.4-.1-.6 0-.4.1-.6.2-.4.4-.5c.1-.1.3-.3.5-.3.2-.1.5-.1.7-.1"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { IconBrandMaestro };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
2
|
+
//#region src/react/brands/unionpay.tsx
|
|
3
|
+
const IconBrandUnionPay = ({ className, size = 24, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
"aria-label": "UnionPay",
|
|
7
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
8
|
+
width: size,
|
|
9
|
+
height: size,
|
|
10
|
+
preserveAspectRatio: "xMidYMid",
|
|
11
|
+
role: "img",
|
|
12
|
+
viewBox: "0 0 256 160",
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
16
|
+
fill: "#e21836",
|
|
17
|
+
d: "M50.042 0h63.778c8.903 0 14.44 7.257 12.364 16.19L96.49 143.675c-2.095 8.902-11.01 16.165-19.918 16.165H12.799c-8.89 0-14.44-7.263-12.363-16.165L30.142 16.19C32.219 7.257 41.128 0 50.042 0"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
20
|
+
fill: "#00447c",
|
|
21
|
+
d: "M108.513 0h73.344c8.901 0 4.888 7.257 2.794 16.19l-29.69 127.485c-2.082 8.902-1.433 16.165-10.353 16.165H71.265c-8.92 0-14.44-7.263-12.345-16.165L88.607 16.19C90.715 7.257 99.606 0 108.513 0"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
24
|
+
fill: "#007b84",
|
|
25
|
+
d: "M178.948 0h63.778c8.916 0 14.453 7.257 12.36 16.19l-29.69 127.485c-2.095 8.902-11.015 16.165-19.93 16.165h-63.748c-8.92 0-14.453-7.263-12.363-16.165L159.048 16.19C161.125 7.257 170.028 0 178.948 0"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
|
|
28
|
+
fill: "#fefefe",
|
|
29
|
+
d: "M66.698 40.856c-6.558.067-8.495 0-9.114-.146-.238 1.13-4.664 21.546-4.676 21.563-.953 4.13-1.646 7.075-4.002 8.976-1.336 1.105-2.897 1.639-4.707 1.639-2.908 0-4.603-1.445-4.887-4.184l-.055-.94s.886-5.533.886-5.564c0 0 4.645-18.605 5.477-21.064.044-.14.056-.213.067-.28-9.041.08-10.644 0-10.754-.146-.061.2-.285 1.354-.285 1.354l-4.743 20.97-.407 1.778-.788 5.817c0 1.725.339 3.134 1.013 4.325 2.161 3.776 8.325 4.342 11.812 4.342 4.492 0 8.707-.955 11.555-2.698 4.943-2.92 6.237-7.486 7.39-11.544l.535-2.081S65.8 43.65 66.613 41.136c.03-.14.043-.213.085-.28m16.28 15.588c-1.153 0-3.26.28-5.154 1.208-.687.353-1.337.76-2.023 1.166l.619-2.234-.339-.376c-4.015.813-4.914.922-8.623 1.444l-.31.207c-.431 3.57-.814 6.255-2.41 13.274a832 832 0 0 1-1.872 7.78l.17.327c3.802-.2 4.955-.2 8.259-.146l.267-.29c.42-2.15.474-2.654 1.404-7.009.437-2.064 1.348-6.6 1.797-8.215.825-.383 1.64-.759 2.417-.759 1.852 0 1.626 1.615 1.555 2.259-.08 1.08-.754 4.609-1.446 7.639l-.462 1.955c-.321 1.445-.674 2.848-.996 4.28l.14.286c3.746-.2 4.889-.2 8.088-.146l.376-.29c.579-3.358.748-4.257 1.774-9.146l.516-2.246c1.003-4.397 1.507-6.626.748-8.442-.802-2.035-2.727-2.526-4.494-2.526m18.188 4.603c-1.992.383-3.262.637-4.524.802-1.251.2-2.472.383-4.396.65l-.153.138-.14.11c-.2 1.434-.34 2.673-.606 4.13-.225 1.506-.572 3.218-1.136 5.677-.437 1.882-.662 2.538-.911 3.2-.243.663-.51 1.307-1.001 3.158l.115.171.096.157c1.799-.085 2.976-.146 4.185-.157 1.208-.043 2.46 0 4.396.01l.17-.137.182-.153c.28-1.67.321-2.119.492-2.933.17-.874.462-2.083 1.179-5.314.339-1.517.716-3.03 1.068-4.578.365-1.542.747-3.06 1.111-4.578l-.054-.183zm.042-6.206c-1.81-1.068-4.985-.729-7.123.746-2.131 1.446-2.374 3.498-.57 4.58 1.778 1.038 4.966.729 7.085-.759 2.127-1.477 2.393-3.51.608-4.567m10.943 24.734c3.661 0 7.414-1.01 10.239-4.003 2.173-2.428 3.17-6.041 3.515-7.529 1.123-4.931.248-7.233-.85-8.635-1.67-2.138-4.621-2.824-7.682-2.824-1.84 0-6.224.182-9.649 3.34-2.46 2.277-3.596 5.368-4.281 8.33-.692 3.02-1.488 8.454 3.51 10.477 1.542.662 3.765.844 5.198.844m-.286-11.095c.844-3.734 1.841-6.868 4.384-6.868 1.993 0 2.138 2.332 1.252 6.078-.159.832-.886 3.924-1.87 5.24-.688.972-1.5 1.561-2.4 1.561-.267 0-1.857 0-1.882-2.361-.012-1.166.226-2.357.516-3.65m23.191 10.615.286-.291c.406-2.15.473-2.655 1.371-7.008.45-2.065 1.38-6.6 1.816-8.216.827-.384 1.628-.76 2.43-.76 1.839 0 1.615 1.615 1.542 2.259-.067 1.082-.742 4.609-1.446 7.639l-.437 1.955c-.334 1.446-.698 2.848-1.02 4.282l.14.286c3.76-.2 4.858-.2 8.076-.146l.389-.291c.564-3.36.717-4.258 1.774-9.146l.503-2.247c1.008-4.397 1.518-6.624.771-8.44-.825-2.035-2.762-2.526-4.505-2.526-1.155 0-3.273.278-5.156 1.208-.673.352-1.348.758-2.01 1.166l.577-2.234-.31-.378c-4.014.814-4.93.923-8.635 1.446l-.285.206c-.449 3.571-.814 6.254-2.41 13.275a884 884 0 0 1-1.871 7.779l.17.328c3.807-.2 4.943-.2 8.24-.146m27.618.145c.236-1.154 1.64-7.99 1.652-7.99 0 0 1.195-5.017 1.269-5.199 0 0 .376-.522.752-.729h.553c5.222 0 11.119 0 15.74-3.4 3.145-2.332 5.295-5.775 6.254-9.96.249-1.026.432-2.246.432-3.466 0-1.603-.321-3.189-1.251-4.428-2.357-3.297-7.05-3.358-12.468-3.383l-2.67.025c-6.935.086-9.716.061-10.859-.079-.096.505-.278 1.404-.278 1.404s-2.484 11.513-2.484 11.531l-6.225 25.632c6.055-.073 8.538-.073 9.583.042m4.603-20.452s2.64-11.49 2.628-11.446l.086-.59.037-.448 1.056.108s5.447.468 5.574.48c2.15.832 3.036 2.976 2.418 5.774-.565 2.558-2.223 4.708-4.355 5.746-1.755.88-3.905.953-6.12.953h-1.433zm16.444 9.905c-.698 2.975-1.5 8.41 3.473 10.347 1.586.674 3.007.875 4.45.802 1.526-.082 2.939-.847 4.248-1.948l-.355 1.359.226.29c3.577-.15 4.687-.15 8.562-.12l.352-.268c.565-3.327 1.099-6.557 2.57-12.922.716-3.048 1.431-6.067 2.166-9.103l-.115-.334c-4.001.741-5.07.9-8.92 1.445l-.292.238c-.039.31-.08.607-.117.904-.598-.967-1.466-1.793-2.804-2.307-1.712-.674-5.732.194-9.187 3.34-2.429 2.247-3.595 5.325-4.257 8.277m8.404.182c.857-3.668 1.84-6.77 4.39-6.77 1.612 0 2.461 1.487 2.288 4.024a129 129 0 0 1-.46 2.054c-.255 1.09-.531 2.17-.8 3.252-.274.74-.593 1.438-.942 1.903-.656.93-2.217 1.506-3.116 1.506-.255 0-1.828 0-1.882-2.32-.013-1.154.225-2.344.522-3.65m43.886-12.109-.31-.353c-3.959.802-4.676.93-8.313 1.421l-.268.267c-.012.044-.023.11-.042.171l-.012-.06c-2.708 6.248-2.629 4.9-4.833 9.818-.013-.224-.013-.363-.025-.601l-.552-10.663-.346-.353c-4.148.802-4.246.93-8.076 1.421l-.299.267c-.042.128-.042.268-.067.42l.025.055c.479 2.446.364 1.9.844 5.762.224 1.895.523 3.801.746 5.673.378 3.132.59 4.674 1.051 9.455-2.586 4.268-3.199 5.884-5.69 9.63l.018.037-1.754 2.774c-.2.292-.382.492-.637.578-.28.138-.644.163-1.149.163h-.972l-1.444 4.804 4.955.085c2.908-.012 4.736-1.372 5.72-3.2l3.116-5.339h-.05l.328-.376c2.096-4.511 18.036-31.856 18.036-31.856m-52.29 63.088h-2.102l7.78-25.73h2.58l.82-2.65.078 2.947c-.096 1.822 1.337 3.437 5.102 3.17h4.355l1.498-4.954h-1.638c-.942 0-1.38-.238-1.325-.748l-.079-2.999h-8.063v.016c-2.607.054-10.393.25-11.969.67-1.907.49-3.917 1.937-3.917 1.937l.79-2.654h-7.543l-1.572 5.265-7.883 26.123h-1.53l-1.5 4.919h15.023l-.503 1.64h7.402l.492-1.64h2.076zm-6.164-20.502c-1.208.334-3.455 1.348-3.455 1.348l1.999-6.576h5.992l-1.445 4.791s-1.852.11-3.09.437m.115 9.394s-1.882.237-3.121.516c-1.22.37-3.509 1.536-3.509 1.536l2.065-6.843h6.023zm-3.358 11.168h-6.011l1.743-5.775h5.992zm14.477-15.959h8.665l-1.245 4.033h-8.78l-1.318 4.408h7.683l-5.818 8.191c-.407.602-.772.815-1.178.984-.407.207-.942.45-1.56.45h-2.132l-1.464 4.828h5.574c2.898 0 4.61-1.318 5.873-3.048l3.99-5.46.856 5.544c.182 1.038.928 1.646 1.433 1.882.558.28 1.135.76 1.95.832.873.037 1.504.067 1.924.067h2.74l1.644-5.404h-1.08c-.62 0-1.689-.104-1.87-.298-.183-.237-.183-.6-.28-1.154l-.87-5.556h-3.558l1.561-1.858h8.763l1.348-4.408h-8.113l1.263-4.033h8.089l1.5-4.973h-24.114zm-73.185 17.082 2.022-6.728h8.313l1.518-5.004h-8.32l1.27-4.141h8.13l1.507-4.846h-20.343l-1.475 4.846h4.622l-1.233 4.14h-4.634l-1.536 5.09h4.62l-2.696 8.902c-.363 1.178.171 1.627.51 2.175.347.533.698.886 1.488 1.086.815.182 1.373.291 2.131.291h9.371l1.67-5.544-4.154.571c-.802 0-3.024-.096-2.781-.838m.953-32.208-2.106 3.807c-.45.831-.857 1.348-1.222 1.585-.322.2-.96.285-1.883.285h-1.099l-1.469 4.87h3.65c1.756 0 3.103-.643 3.747-.965.692-.37.874-.159 1.408-.675l1.233-1.068h11.398l1.513-5.07h-8.344l1.457-2.77zm16.827 32.306c-.194-.28-.054-.773.243-1.799l3.115-10.311h11.083c1.615-.023 2.78-.042 3.54-.096.814-.086 1.7-.377 2.665-.899.997-.547 1.507-1.124 1.937-1.786.48-.66 1.252-2.107 1.914-4.336l3.916-13.049-11.5.067s-3.542.522-5.101 1.1c-1.573.643-3.821 2.44-3.821 2.44l1.038-3.577h-7.104l-9.946 32.986c-.353 1.28-.59 2.21-.644 2.769-.018.601.759 1.197 1.263 1.646.595.449 1.475.376 2.319.449.888.067 2.15.109 3.893.109h5.46l1.675-5.659-4.887.462c-.523 0-.9-.28-1.058-.516m5.368-19.074h11.64l-.74 2.319c-.103.054-.352-.115-1.537.025h-10.08zm2.332-7.78h11.739l-.845 2.794s-5.532-.054-6.418.109c-3.9.675-6.177 2.758-6.177 2.758zm8.83 17.866c-.097.347-.25.558-.462.717-.237.152-.62.206-1.19.206h-1.658l.098-2.824h-6.9l-.28 13.809c-.01.996.086 1.573.815 2.035.73.576 2.976.65 6 .65h4.323l1.56-5.17-3.763.207-1.252.073c-.17-.073-.334-.14-.516-.321-.158-.157-.426-.061-.382-1.057l.03-3.54 3.946-.163c2.132 0 3.043-.694 3.82-1.354.741-.633.984-1.36 1.264-2.345l.662-3.134h-5.424z"
|
|
30
|
+
})
|
|
31
|
+
]
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
exports.IconBrandUnionPay = IconBrandUnionPay;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/react/brands/unionpay.tsx
|
|
3
|
+
const IconBrandUnionPay = ({ className, size = 24, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
"aria-label": "UnionPay",
|
|
7
|
+
className: `ui-icon-brand ${className ?? ""}`,
|
|
8
|
+
width: size,
|
|
9
|
+
height: size,
|
|
10
|
+
preserveAspectRatio: "xMidYMid",
|
|
11
|
+
role: "img",
|
|
12
|
+
viewBox: "0 0 256 160",
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("path", {
|
|
16
|
+
fill: "#e21836",
|
|
17
|
+
d: "M50.042 0h63.778c8.903 0 14.44 7.257 12.364 16.19L96.49 143.675c-2.095 8.902-11.01 16.165-19.918 16.165H12.799c-8.89 0-14.44-7.263-12.363-16.165L30.142 16.19C32.219 7.257 41.128 0 50.042 0"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsx("path", {
|
|
20
|
+
fill: "#00447c",
|
|
21
|
+
d: "M108.513 0h73.344c8.901 0 4.888 7.257 2.794 16.19l-29.69 127.485c-2.082 8.902-1.433 16.165-10.353 16.165H71.265c-8.92 0-14.44-7.263-12.345-16.165L88.607 16.19C90.715 7.257 99.606 0 108.513 0"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsx("path", {
|
|
24
|
+
fill: "#007b84",
|
|
25
|
+
d: "M178.948 0h63.778c8.916 0 14.453 7.257 12.36 16.19l-29.69 127.485c-2.095 8.902-11.015 16.165-19.93 16.165h-63.748c-8.92 0-14.453-7.263-12.363-16.165L159.048 16.19C161.125 7.257 170.028 0 178.948 0"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsx("path", {
|
|
28
|
+
fill: "#fefefe",
|
|
29
|
+
d: "M66.698 40.856c-6.558.067-8.495 0-9.114-.146-.238 1.13-4.664 21.546-4.676 21.563-.953 4.13-1.646 7.075-4.002 8.976-1.336 1.105-2.897 1.639-4.707 1.639-2.908 0-4.603-1.445-4.887-4.184l-.055-.94s.886-5.533.886-5.564c0 0 4.645-18.605 5.477-21.064.044-.14.056-.213.067-.28-9.041.08-10.644 0-10.754-.146-.061.2-.285 1.354-.285 1.354l-4.743 20.97-.407 1.778-.788 5.817c0 1.725.339 3.134 1.013 4.325 2.161 3.776 8.325 4.342 11.812 4.342 4.492 0 8.707-.955 11.555-2.698 4.943-2.92 6.237-7.486 7.39-11.544l.535-2.081S65.8 43.65 66.613 41.136c.03-.14.043-.213.085-.28m16.28 15.588c-1.153 0-3.26.28-5.154 1.208-.687.353-1.337.76-2.023 1.166l.619-2.234-.339-.376c-4.015.813-4.914.922-8.623 1.444l-.31.207c-.431 3.57-.814 6.255-2.41 13.274a832 832 0 0 1-1.872 7.78l.17.327c3.802-.2 4.955-.2 8.259-.146l.267-.29c.42-2.15.474-2.654 1.404-7.009.437-2.064 1.348-6.6 1.797-8.215.825-.383 1.64-.759 2.417-.759 1.852 0 1.626 1.615 1.555 2.259-.08 1.08-.754 4.609-1.446 7.639l-.462 1.955c-.321 1.445-.674 2.848-.996 4.28l.14.286c3.746-.2 4.889-.2 8.088-.146l.376-.29c.579-3.358.748-4.257 1.774-9.146l.516-2.246c1.003-4.397 1.507-6.626.748-8.442-.802-2.035-2.727-2.526-4.494-2.526m18.188 4.603c-1.992.383-3.262.637-4.524.802-1.251.2-2.472.383-4.396.65l-.153.138-.14.11c-.2 1.434-.34 2.673-.606 4.13-.225 1.506-.572 3.218-1.136 5.677-.437 1.882-.662 2.538-.911 3.2-.243.663-.51 1.307-1.001 3.158l.115.171.096.157c1.799-.085 2.976-.146 4.185-.157 1.208-.043 2.46 0 4.396.01l.17-.137.182-.153c.28-1.67.321-2.119.492-2.933.17-.874.462-2.083 1.179-5.314.339-1.517.716-3.03 1.068-4.578.365-1.542.747-3.06 1.111-4.578l-.054-.183zm.042-6.206c-1.81-1.068-4.985-.729-7.123.746-2.131 1.446-2.374 3.498-.57 4.58 1.778 1.038 4.966.729 7.085-.759 2.127-1.477 2.393-3.51.608-4.567m10.943 24.734c3.661 0 7.414-1.01 10.239-4.003 2.173-2.428 3.17-6.041 3.515-7.529 1.123-4.931.248-7.233-.85-8.635-1.67-2.138-4.621-2.824-7.682-2.824-1.84 0-6.224.182-9.649 3.34-2.46 2.277-3.596 5.368-4.281 8.33-.692 3.02-1.488 8.454 3.51 10.477 1.542.662 3.765.844 5.198.844m-.286-11.095c.844-3.734 1.841-6.868 4.384-6.868 1.993 0 2.138 2.332 1.252 6.078-.159.832-.886 3.924-1.87 5.24-.688.972-1.5 1.561-2.4 1.561-.267 0-1.857 0-1.882-2.361-.012-1.166.226-2.357.516-3.65m23.191 10.615.286-.291c.406-2.15.473-2.655 1.371-7.008.45-2.065 1.38-6.6 1.816-8.216.827-.384 1.628-.76 2.43-.76 1.839 0 1.615 1.615 1.542 2.259-.067 1.082-.742 4.609-1.446 7.639l-.437 1.955c-.334 1.446-.698 2.848-1.02 4.282l.14.286c3.76-.2 4.858-.2 8.076-.146l.389-.291c.564-3.36.717-4.258 1.774-9.146l.503-2.247c1.008-4.397 1.518-6.624.771-8.44-.825-2.035-2.762-2.526-4.505-2.526-1.155 0-3.273.278-5.156 1.208-.673.352-1.348.758-2.01 1.166l.577-2.234-.31-.378c-4.014.814-4.93.923-8.635 1.446l-.285.206c-.449 3.571-.814 6.254-2.41 13.275a884 884 0 0 1-1.871 7.779l.17.328c3.807-.2 4.943-.2 8.24-.146m27.618.145c.236-1.154 1.64-7.99 1.652-7.99 0 0 1.195-5.017 1.269-5.199 0 0 .376-.522.752-.729h.553c5.222 0 11.119 0 15.74-3.4 3.145-2.332 5.295-5.775 6.254-9.96.249-1.026.432-2.246.432-3.466 0-1.603-.321-3.189-1.251-4.428-2.357-3.297-7.05-3.358-12.468-3.383l-2.67.025c-6.935.086-9.716.061-10.859-.079-.096.505-.278 1.404-.278 1.404s-2.484 11.513-2.484 11.531l-6.225 25.632c6.055-.073 8.538-.073 9.583.042m4.603-20.452s2.64-11.49 2.628-11.446l.086-.59.037-.448 1.056.108s5.447.468 5.574.48c2.15.832 3.036 2.976 2.418 5.774-.565 2.558-2.223 4.708-4.355 5.746-1.755.88-3.905.953-6.12.953h-1.433zm16.444 9.905c-.698 2.975-1.5 8.41 3.473 10.347 1.586.674 3.007.875 4.45.802 1.526-.082 2.939-.847 4.248-1.948l-.355 1.359.226.29c3.577-.15 4.687-.15 8.562-.12l.352-.268c.565-3.327 1.099-6.557 2.57-12.922.716-3.048 1.431-6.067 2.166-9.103l-.115-.334c-4.001.741-5.07.9-8.92 1.445l-.292.238c-.039.31-.08.607-.117.904-.598-.967-1.466-1.793-2.804-2.307-1.712-.674-5.732.194-9.187 3.34-2.429 2.247-3.595 5.325-4.257 8.277m8.404.182c.857-3.668 1.84-6.77 4.39-6.77 1.612 0 2.461 1.487 2.288 4.024a129 129 0 0 1-.46 2.054c-.255 1.09-.531 2.17-.8 3.252-.274.74-.593 1.438-.942 1.903-.656.93-2.217 1.506-3.116 1.506-.255 0-1.828 0-1.882-2.32-.013-1.154.225-2.344.522-3.65m43.886-12.109-.31-.353c-3.959.802-4.676.93-8.313 1.421l-.268.267c-.012.044-.023.11-.042.171l-.012-.06c-2.708 6.248-2.629 4.9-4.833 9.818-.013-.224-.013-.363-.025-.601l-.552-10.663-.346-.353c-4.148.802-4.246.93-8.076 1.421l-.299.267c-.042.128-.042.268-.067.42l.025.055c.479 2.446.364 1.9.844 5.762.224 1.895.523 3.801.746 5.673.378 3.132.59 4.674 1.051 9.455-2.586 4.268-3.199 5.884-5.69 9.63l.018.037-1.754 2.774c-.2.292-.382.492-.637.578-.28.138-.644.163-1.149.163h-.972l-1.444 4.804 4.955.085c2.908-.012 4.736-1.372 5.72-3.2l3.116-5.339h-.05l.328-.376c2.096-4.511 18.036-31.856 18.036-31.856m-52.29 63.088h-2.102l7.78-25.73h2.58l.82-2.65.078 2.947c-.096 1.822 1.337 3.437 5.102 3.17h4.355l1.498-4.954h-1.638c-.942 0-1.38-.238-1.325-.748l-.079-2.999h-8.063v.016c-2.607.054-10.393.25-11.969.67-1.907.49-3.917 1.937-3.917 1.937l.79-2.654h-7.543l-1.572 5.265-7.883 26.123h-1.53l-1.5 4.919h15.023l-.503 1.64h7.402l.492-1.64h2.076zm-6.164-20.502c-1.208.334-3.455 1.348-3.455 1.348l1.999-6.576h5.992l-1.445 4.791s-1.852.11-3.09.437m.115 9.394s-1.882.237-3.121.516c-1.22.37-3.509 1.536-3.509 1.536l2.065-6.843h6.023zm-3.358 11.168h-6.011l1.743-5.775h5.992zm14.477-15.959h8.665l-1.245 4.033h-8.78l-1.318 4.408h7.683l-5.818 8.191c-.407.602-.772.815-1.178.984-.407.207-.942.45-1.56.45h-2.132l-1.464 4.828h5.574c2.898 0 4.61-1.318 5.873-3.048l3.99-5.46.856 5.544c.182 1.038.928 1.646 1.433 1.882.558.28 1.135.76 1.95.832.873.037 1.504.067 1.924.067h2.74l1.644-5.404h-1.08c-.62 0-1.689-.104-1.87-.298-.183-.237-.183-.6-.28-1.154l-.87-5.556h-3.558l1.561-1.858h8.763l1.348-4.408h-8.113l1.263-4.033h8.089l1.5-4.973h-24.114zm-73.185 17.082 2.022-6.728h8.313l1.518-5.004h-8.32l1.27-4.141h8.13l1.507-4.846h-20.343l-1.475 4.846h4.622l-1.233 4.14h-4.634l-1.536 5.09h4.62l-2.696 8.902c-.363 1.178.171 1.627.51 2.175.347.533.698.886 1.488 1.086.815.182 1.373.291 2.131.291h9.371l1.67-5.544-4.154.571c-.802 0-3.024-.096-2.781-.838m.953-32.208-2.106 3.807c-.45.831-.857 1.348-1.222 1.585-.322.2-.96.285-1.883.285h-1.099l-1.469 4.87h3.65c1.756 0 3.103-.643 3.747-.965.692-.37.874-.159 1.408-.675l1.233-1.068h11.398l1.513-5.07h-8.344l1.457-2.77zm16.827 32.306c-.194-.28-.054-.773.243-1.799l3.115-10.311h11.083c1.615-.023 2.78-.042 3.54-.096.814-.086 1.7-.377 2.665-.899.997-.547 1.507-1.124 1.937-1.786.48-.66 1.252-2.107 1.914-4.336l3.916-13.049-11.5.067s-3.542.522-5.101 1.1c-1.573.643-3.821 2.44-3.821 2.44l1.038-3.577h-7.104l-9.946 32.986c-.353 1.28-.59 2.21-.644 2.769-.018.601.759 1.197 1.263 1.646.595.449 1.475.376 2.319.449.888.067 2.15.109 3.893.109h5.46l1.675-5.659-4.887.462c-.523 0-.9-.28-1.058-.516m5.368-19.074h11.64l-.74 2.319c-.103.054-.352-.115-1.537.025h-10.08zm2.332-7.78h11.739l-.845 2.794s-5.532-.054-6.418.109c-3.9.675-6.177 2.758-6.177 2.758zm8.83 17.866c-.097.347-.25.558-.462.717-.237.152-.62.206-1.19.206h-1.658l.098-2.824h-6.9l-.28 13.809c-.01.996.086 1.573.815 2.035.73.576 2.976.65 6 .65h4.323l1.56-5.17-3.763.207-1.252.073c-.17-.073-.334-.14-.516-.321-.158-.157-.426-.061-.382-1.057l.03-3.54 3.946-.163c2.132 0 3.043-.694 3.82-1.354.741-.633.984-1.36 1.264-2.345l.662-3.134h-5.424z"
|
|
30
|
+
})
|
|
31
|
+
]
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { IconBrandUnionPay };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andrsrxn/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"dist",
|
|
36
36
|
"LICENSE",
|
|
37
37
|
"README.md",
|
|
38
|
-
"CHANGELOG.md"
|
|
38
|
+
"CHANGELOG.md",
|
|
39
|
+
"THIRD-PARTY-LICENSES.md"
|
|
39
40
|
],
|
|
40
41
|
"engines": {
|
|
41
42
|
"node": "^24",
|
|
@@ -98,7 +99,9 @@
|
|
|
98
99
|
"@types/react": "19.2.16",
|
|
99
100
|
"@types/react-dom": "19.2.3",
|
|
100
101
|
"@vitejs/plugin-react": "6.0.4",
|
|
102
|
+
"husky": "9.1.7",
|
|
101
103
|
"lightningcss-cli": "1.33.0",
|
|
104
|
+
"lint-staged": "17.2.0",
|
|
102
105
|
"prettier": "3.9.6",
|
|
103
106
|
"tsdown": "0.22.14",
|
|
104
107
|
"type-coverage": "2.30.0",
|