@sumup-oss/icons 5.25.0 → 5.26.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,69 @@
1
+ function _extends() {
2
+ return (
3
+ (_extends = Object.assign
4
+ ? Object.assign.bind()
5
+ : function (n) {
6
+ for (var e = 1; e < arguments.length; e++) {
7
+ var t = arguments[e];
8
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
9
+ }
10
+ return n;
11
+ }),
12
+ _extends.apply(null, arguments)
13
+ );
14
+ }
15
+ import React from "react";
16
+ var Pluxee32 = function Pluxee32(props) {
17
+ return /*#__PURE__*/ React.createElement(
18
+ "svg",
19
+ _extends(
20
+ {
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ width: "32",
23
+ height: "24",
24
+ fill: "none",
25
+ viewBox: "0 0 32 24",
26
+ },
27
+ props,
28
+ ),
29
+ /*#__PURE__*/ React.createElement("rect", {
30
+ width: "31",
31
+ height: "23",
32
+ x: ".5",
33
+ y: ".5",
34
+ fill: "#00eb5e",
35
+ stroke: "#ccc",
36
+ rx: "3.5",
37
+ }),
38
+ /*#__PURE__*/ React.createElement("path", {
39
+ fill: "#211d44",
40
+ 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",
41
+ }),
42
+ );
43
+ };
44
+ const sizeMap = {
45
+ 32: Pluxee32,
46
+ };
47
+
48
+ /**
49
+ * @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).
50
+ */
51
+ export function Pluxee(_ref) {
52
+ let { size = "32", ...props } = _ref;
53
+ const Icon = sizeMap[size] || sizeMap["32"];
54
+ if (
55
+ process.env.NODE_ENV !== "production" &&
56
+ process.env.NODE_ENV !== "test" &&
57
+ !sizeMap[size]
58
+ ) {
59
+ console.warn(
60
+ new Error(
61
+ "The '".concat(
62
+ size,
63
+ "' size is not supported by the 'Pluxee' icon. Please use one of the available sizes: '32'.",
64
+ ),
65
+ ),
66
+ );
67
+ }
68
+ return /*#__PURE__*/ React.createElement(Icon, props);
69
+ }
package/dist/index.d.ts CHANGED
@@ -259,6 +259,11 @@ declare const PayPal: IconComponentType<"24" | "32">;
259
259
  */
260
260
  declare const Pix: IconComponentType<"24" | "32">;
261
261
 
262
+ /**
263
+ * @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).
264
+ */
265
+ declare const Pluxee: IconComponentType<"32">;
266
+
262
267
  /**
263
268
  * @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).
264
269
  */
@@ -1118,6 +1123,7 @@ export {
1118
1123
  Mastercard,
1119
1124
  PayPal,
1120
1125
  Pix,
1126
+ Pluxee,
1121
1127
  Sodexo,
1122
1128
  Swile,
1123
1129
  Ticket,
@@ -1467,6 +1473,7 @@ export type IconName =
1467
1473
  | "mastercard"
1468
1474
  | "pay_pal"
1469
1475
  | "pix"
1476
+ | "pluxee"
1470
1477
  | "sodexo"
1471
1478
  | "swile"
1472
1479
  | "ticket"
@@ -2038,6 +2045,7 @@ type Icons = {
2038
2045
  mastercard: "24" | "32";
2039
2046
  pay_pal: "24" | "32";
2040
2047
  pix: "24" | "32";
2048
+ pluxee: "32";
2041
2049
  sodexo: "24" | "32";
2042
2050
  swile: "24" | "32";
2043
2051
  ticket: "24" | "32";
package/dist/index.js CHANGED
@@ -82,6 +82,7 @@ export { Maestro } from "./Maestro.js";
82
82
  export { Mastercard } from "./Mastercard.js";
83
83
  export { PayPal } from "./PayPal.js";
84
84
  export { Pix } from "./Pix.js";
85
+ export { Pluxee } from "./Pluxee.js";
85
86
  export { Sodexo } from "./Sodexo.js";
86
87
  export { Swile } from "./Swile.js";
87
88
  export { Ticket } from "./Ticket.js";
package/manifest.json CHANGED
@@ -577,6 +577,11 @@
577
577
  "category": "Card scheme",
578
578
  "size": "32"
579
579
  },
580
+ {
581
+ "name": "pluxee",
582
+ "category": "Card scheme",
583
+ "size": "32"
584
+ },
580
585
  {
581
586
  "name": "sodexo",
582
587
  "category": "Card scheme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumup-oss/icons",
3
- "version": "5.25.0",
3
+ "version": "5.26.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>