@sumup-oss/icons 6.4.0 → 6.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/dist/Pluxee.js ADDED
@@ -0,0 +1,55 @@
1
+ import React from "react";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ var Pluxee32 = function Pluxee32(props) {
4
+ return /*#__PURE__*/ _jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "32",
7
+ height: "24",
8
+ fill: "none",
9
+ viewBox: "0 0 32 24",
10
+ ...props,
11
+ children: [
12
+ /*#__PURE__*/ _jsx("rect", {
13
+ width: "31",
14
+ height: "23",
15
+ x: ".5",
16
+ y: ".5",
17
+ fill: "#00eb5e",
18
+ stroke: "#ccc",
19
+ rx: "3.5",
20
+ }),
21
+ /*#__PURE__*/ _jsx("path", {
22
+ fill: "#211d44",
23
+ d: "M26.491 11.282c.536 0 .752.373.752.63H25.74c0-.26.219-.63.752-.63m.631 1.78c-.1.195-.33.327-.625.327-.56 0-.78-.399-.787-.754h2.778a2 2 0 0 0 .029-.303c0-1.255-.864-1.963-2.03-1.963-1.23 0-2.09.709-2.09 1.963s.86 1.963 2.097 1.963 1.788-.67 1.94-1.232zM7.136 13.167c-.499 0-.853-.357-.853-.832s.333-.832.853-.832.853.381.853.832-.337.832-.853.832m.373-2.76c-.547 0-1.016.241-1.259.525v-.451H5v5.182h1.288v-1.855c.302.325.723.449 1.149.449 1.276 0 1.868-.965 1.868-1.925 0-1.186-.76-1.925-1.796-1.925M11.022 9H9.73v5.182h1.293zM14.144 10.481v1.925c0 .292-.04.433-.16.575-.116.137-.297.201-.498.201-.2 0-.382-.064-.498-.2-.119-.143-.159-.284-.159-.576v-1.925H11.54v2.04c0 .573.088.947.363 1.265.291.336.736.47 1.171.47.51 0 .863-.191 1.107-.474l.001.4h1.25v-3.701zM19.633 10.481h-.88l-.97.988-.971-.988h-.88v.88l.987.971-.987.97v.88h.88l.97-.987.97.988h.881v-.88l-.987-.971.987-.97zM22.013 11.282c.536 0 .752.373.752.63h-1.504c0-.26.219-.63.752-.63m.631 1.78c-.1.195-.33.327-.625.327-.56 0-.78-.399-.786-.754h2.778c.007-.05.028-.192.028-.303 0-1.255-.863-1.963-2.03-1.963-1.23 0-2.09.709-2.09 1.963s.86 1.963 2.097 1.963 1.788-.67 1.94-1.232z",
24
+ }),
25
+ ],
26
+ });
27
+ };
28
+ const sizeMap = {
29
+ 32: Pluxee32,
30
+ };
31
+
32
+ /**
33
+ * @deprecated This icon is too heavy to be inlined as a React component. [Load it from a URL instead](https://circuit.sumup.com/?path=/docs/packages-icons--docs#load-from-a-url).
34
+ */
35
+ export function Pluxee(_ref) {
36
+ let { size = "32", ...props } = _ref;
37
+ const Icon = sizeMap[size] || sizeMap["32"];
38
+ if (
39
+ process.env.NODE_ENV !== "production" &&
40
+ process.env.NODE_ENV !== "test" &&
41
+ !sizeMap[size]
42
+ ) {
43
+ console.warn(
44
+ new Error(
45
+ "The '".concat(
46
+ size,
47
+ "' size is not supported by the 'Pluxee' icon. Please use one of the available sizes: '32'.",
48
+ ),
49
+ ),
50
+ );
51
+ }
52
+ return /*#__PURE__*/ _jsx(Icon, {
53
+ ...props,
54
+ });
55
+ }
package/dist/index.d.ts CHANGED
@@ -270,6 +270,11 @@ declare const PayPal: IconComponentType<"24" | "32">;
270
270
  */
271
271
  declare const Pix: IconComponentType<"24" | "32">;
272
272
 
273
+ /**
274
+ * @deprecated This icon is too heavy to be inlined as a React component. [Load it from a URL instead](https://circuit.sumup.com/?path=/docs/packages-icons--docs#load-from-a-url).
275
+ */
276
+ declare const Pluxee: IconComponentType<"32">;
277
+
273
278
  /**
274
279
  * @deprecated This icon is too heavy to be inlined as a React component. [Load it from a URL instead](https://circuit.sumup.com/?path=/docs/packages-icons--docs#load-from-a-url).
275
280
  */
@@ -1191,6 +1196,7 @@ export {
1191
1196
  Mastercard,
1192
1197
  PayPal,
1193
1198
  Pix,
1199
+ Pluxee,
1194
1200
  Sodexo,
1195
1201
  Swile,
1196
1202
  Ticket,
@@ -1555,6 +1561,7 @@ export type IconName =
1555
1561
  | "mastercard"
1556
1562
  | "pay_pal"
1557
1563
  | "pix"
1564
+ | "pluxee"
1558
1565
  | "sodexo"
1559
1566
  | "swile"
1560
1567
  | "ticket"
@@ -1929,6 +1936,7 @@ type Icons = {
1929
1936
  mastercard: "24" | "32";
1930
1937
  pay_pal: "24" | "32";
1931
1938
  pix: "24" | "32";
1939
+ pluxee: "32";
1932
1940
  sodexo: "24" | "32";
1933
1941
  swile: "24" | "32";
1934
1942
  ticket: "24" | "32";
package/dist/index.js CHANGED
@@ -83,6 +83,7 @@ export { Maestro } from "./Maestro.js";
83
83
  export { Mastercard } from "./Mastercard.js";
84
84
  export { PayPal } from "./PayPal.js";
85
85
  export { Pix } from "./Pix.js";
86
+ export { Pluxee } from "./Pluxee.js";
86
87
  export { Sodexo } from "./Sodexo.js";
87
88
  export { Swile } from "./Swile.js";
88
89
  export { Ticket } from "./Ticket.js";
package/manifest.json CHANGED
@@ -586,6 +586,11 @@
586
586
  "category": "Card scheme",
587
587
  "size": "32"
588
588
  },
589
+ {
590
+ "name": "pluxee",
591
+ "category": "Card scheme",
592
+ "size": "32"
593
+ },
589
594
  {
590
595
  "name": "sodexo",
591
596
  "category": "Card scheme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumup-oss/icons",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "A collection of icons by SumUp",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" fill="none" viewBox="0 0 32 24">
2
+ <rect width="31" height="23" x=".5" y=".5" fill="#00eb5e" stroke="#ccc" rx="3.5"/>
3
+ <path fill="#211d44" d="M26.491 11.282c.536 0 .752.373.752.63H25.74c0-.26.219-.63.752-.63m.631 1.78c-.1.195-.33.327-.625.327-.56 0-.78-.399-.787-.754h2.778a2 2 0 0 0 .029-.303c0-1.255-.864-1.963-2.03-1.963-1.23 0-2.09.709-2.09 1.963s.86 1.963 2.097 1.963 1.788-.67 1.94-1.232zM7.136 13.167c-.499 0-.853-.357-.853-.832s.333-.832.853-.832.853.381.853.832-.337.832-.853.832m.373-2.76c-.547 0-1.016.241-1.259.525v-.451H5v5.182h1.288v-1.855c.302.325.723.449 1.149.449 1.276 0 1.868-.965 1.868-1.925 0-1.186-.76-1.925-1.796-1.925M11.022 9H9.73v5.182h1.293zM14.144 10.481v1.925c0 .292-.04.433-.16.575-.116.137-.297.201-.498.201-.2 0-.382-.064-.498-.2-.119-.143-.159-.284-.159-.576v-1.925H11.54v2.04c0 .573.088.947.363 1.265.291.336.736.47 1.171.47.51 0 .863-.191 1.107-.474l.001.4h1.25v-3.701zM19.633 10.481h-.88l-.97.988-.971-.988h-.88v.88l.987.971-.987.97v.88h.88l.97-.987.97.988h.881v-.88l-.987-.971.987-.97zM22.013 11.282c.536 0 .752.373.752.63h-1.504c0-.26.219-.63.752-.63m.631 1.78c-.1.195-.33.327-.625.327-.56 0-.78-.399-.786-.754h2.778c.007-.05.028-.192.028-.303 0-1.255-.863-1.963-2.03-1.963-1.23 0-2.09.709-2.09 1.963s.86 1.963 2.097 1.963 1.788-.67 1.94-1.232z"/>
4
+ </svg>