@sumup-oss/icons 5.18.0 → 5.20.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.
Files changed (108) hide show
  1. package/dist/Alelo.js +4 -0
  2. package/dist/AlternativePaymentMethod.js +4 -0
  3. package/dist/AmericanExpress.js +4 -0
  4. package/dist/ApplePay.js +4 -0
  5. package/dist/BancoEstado.js +4 -0
  6. package/dist/Bancontact.js +4 -0
  7. package/dist/Bitcoin.js +4 -0
  8. package/dist/Blik.js +4 -0
  9. package/dist/Boleto.js +4 -0
  10. package/dist/CardUnknown.js +4 -0
  11. package/dist/Conecs.js +4 -0
  12. package/dist/Dankort.js +4 -0
  13. package/dist/DinersClub.js +4 -0
  14. package/dist/Discover.js +4 -0
  15. package/dist/Ec.js +4 -0
  16. package/dist/Eftpos.js +4 -0
  17. package/dist/Elo.js +4 -0
  18. package/dist/Elv.js +4 -0
  19. package/dist/Eps.js +4 -0
  20. package/dist/FasterPayments.js +4 -0
  21. package/dist/FlagAe.js +4 -0
  22. package/dist/FlagAr.js +4 -0
  23. package/dist/FlagAt.js +4 -0
  24. package/dist/FlagAu.js +4 -0
  25. package/dist/FlagBe.js +4 -0
  26. package/dist/FlagBg.js +4 -0
  27. package/dist/FlagBr.js +4 -0
  28. package/dist/FlagCa.js +4 -0
  29. package/dist/FlagCh.js +4 -0
  30. package/dist/FlagCl.js +4 -0
  31. package/dist/FlagCo.js +4 -0
  32. package/dist/FlagCy.js +4 -0
  33. package/dist/FlagCz.js +4 -0
  34. package/dist/FlagDe.js +4 -0
  35. package/dist/FlagDk.js +4 -0
  36. package/dist/FlagEe.js +4 -0
  37. package/dist/FlagEs.js +4 -0
  38. package/dist/FlagFi.js +4 -0
  39. package/dist/FlagFr.js +4 -0
  40. package/dist/FlagGb.js +4 -0
  41. package/dist/FlagGr.js +4 -0
  42. package/dist/FlagHk.js +4 -0
  43. package/dist/FlagHr.js +4 -0
  44. package/dist/FlagHu.js +4 -0
  45. package/dist/FlagIe.js +4 -0
  46. package/dist/FlagIt.js +4 -0
  47. package/dist/FlagJa.js +1 -1
  48. package/dist/FlagJp.js +4 -0
  49. package/dist/FlagLt.js +4 -0
  50. package/dist/FlagLu.js +4 -0
  51. package/dist/FlagLv.js +4 -0
  52. package/dist/FlagMt.js +4 -0
  53. package/dist/FlagMx.js +4 -0
  54. package/dist/FlagMy.js +4 -0
  55. package/dist/FlagNl.js +4 -0
  56. package/dist/FlagNo.js +4 -0
  57. package/dist/FlagNz.js +4 -0
  58. package/dist/FlagPe.js +4 -0
  59. package/dist/FlagPl.js +4 -0
  60. package/dist/FlagPt.js +4 -0
  61. package/dist/FlagRo.js +4 -0
  62. package/dist/FlagSe.js +4 -0
  63. package/dist/FlagSg.js +4 -0
  64. package/dist/FlagSi.js +4 -0
  65. package/dist/FlagSk.js +4 -0
  66. package/dist/FlagUs.js +4 -0
  67. package/dist/Girocard.js +4 -0
  68. package/dist/Giropay.js +4 -0
  69. package/dist/GooglePay.js +4 -0
  70. package/dist/Hiper.js +4 -0
  71. package/dist/Hipercard.js +4 -0
  72. package/dist/Ideal.js +4 -0
  73. package/dist/Interac.js +4 -0
  74. package/dist/Jcb.js +4 -0
  75. package/dist/Klarna.js +4 -0
  76. package/dist/Maestro.js +4 -0
  77. package/dist/Mastercard.js +4 -0
  78. package/dist/Mybank.js +4 -0
  79. package/dist/NfcPayment.js +4 -0
  80. package/dist/PayPal.js +4 -0
  81. package/dist/Pix.js +4 -0
  82. package/dist/PixFull.js +4 -0
  83. package/dist/PostFinance.js +4 -0
  84. package/dist/Profile.js +21 -1
  85. package/dist/Przelewy24.js +4 -0
  86. package/dist/RedCompra.js +4 -0
  87. package/dist/SamsungPay.js +4 -0
  88. package/dist/Satispay.js +4 -0
  89. package/dist/Sepa.js +4 -0
  90. package/dist/Sodexo.js +4 -0
  91. package/dist/Sofort.js +4 -0
  92. package/dist/Split.js +118 -0
  93. package/dist/SumUpLogomark.js +21 -1
  94. package/dist/SumupPay.js +4 -0
  95. package/dist/Swile.js +4 -0
  96. package/dist/Ticket.js +4 -0
  97. package/dist/UnionPay.js +4 -0
  98. package/dist/Visa.js +4 -0
  99. package/dist/VisaElectron.js +4 -0
  100. package/dist/Vpay.js +4 -0
  101. package/dist/Vr.js +4 -0
  102. package/dist/index.d.ts +304 -5
  103. package/dist/index.js +1 -0
  104. package/manifest.json +106 -46
  105. package/package.json +4 -4
  106. package/web/v2/profile_16.svg +3 -0
  107. package/web/v2/split_24.svg +10 -0
  108. package/web/v2/sum_up_logomark_32.svg +3 -0
package/dist/FlagNl.js CHANGED
@@ -56,6 +56,10 @@ var FlagNl16 = function FlagNl16(props) {
56
56
  const sizeMap = {
57
57
  16: FlagNl16,
58
58
  };
59
+
60
+ /**
61
+ * @deprecated Use the Flag component instead.
62
+ */
59
63
  export function FlagNl(_ref) {
60
64
  let { size = "16", ...props } = _ref;
61
65
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagNo.js CHANGED
@@ -64,6 +64,10 @@ var FlagNo16 = function FlagNo16(props) {
64
64
  const sizeMap = {
65
65
  16: FlagNo16,
66
66
  };
67
+
68
+ /**
69
+ * @deprecated Use the Flag component instead.
70
+ */
67
71
  export function FlagNo(_ref) {
68
72
  let { size = "16", ...props } = _ref;
69
73
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagNz.js CHANGED
@@ -67,6 +67,10 @@ var FlagNz16 = function FlagNz16(props) {
67
67
  const sizeMap = {
68
68
  16: FlagNz16,
69
69
  };
70
+
71
+ /**
72
+ * @deprecated Use the Flag component instead.
73
+ */
70
74
  export function FlagNz(_ref) {
71
75
  let { size = "16", ...props } = _ref;
72
76
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagPe.js CHANGED
@@ -45,6 +45,10 @@ var FlagPe16 = function FlagPe16(props) {
45
45
  const sizeMap = {
46
46
  16: FlagPe16,
47
47
  };
48
+
49
+ /**
50
+ * @deprecated Use the Flag component instead.
51
+ */
48
52
  export function FlagPe(_ref) {
49
53
  let { size = "16", ...props } = _ref;
50
54
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagPl.js CHANGED
@@ -52,6 +52,10 @@ var FlagPl16 = function FlagPl16(props) {
52
52
  const sizeMap = {
53
53
  16: FlagPl16,
54
54
  };
55
+
56
+ /**
57
+ * @deprecated Use the Flag component instead.
58
+ */
55
59
  export function FlagPl(_ref) {
56
60
  let { size = "16", ...props } = _ref;
57
61
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagPt.js CHANGED
@@ -64,6 +64,10 @@ var FlagPt16 = function FlagPt16(props) {
64
64
  const sizeMap = {
65
65
  16: FlagPt16,
66
66
  };
67
+
68
+ /**
69
+ * @deprecated Use the Flag component instead.
70
+ */
67
71
  export function FlagPt(_ref) {
68
72
  let { size = "16", ...props } = _ref;
69
73
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagRo.js CHANGED
@@ -49,6 +49,10 @@ var FlagRo16 = function FlagRo16(props) {
49
49
  const sizeMap = {
50
50
  16: FlagRo16,
51
51
  };
52
+
53
+ /**
54
+ * @deprecated Use the Flag component instead.
55
+ */
52
56
  export function FlagRo(_ref) {
53
57
  let { size = "16", ...props } = _ref;
54
58
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagSe.js CHANGED
@@ -52,6 +52,10 @@ var FlagSe16 = function FlagSe16(props) {
52
52
  const sizeMap = {
53
53
  16: FlagSe16,
54
54
  };
55
+
56
+ /**
57
+ * @deprecated Use the Flag component instead.
58
+ */
55
59
  export function FlagSe(_ref) {
56
60
  let { size = "16", ...props } = _ref;
57
61
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagSg.js CHANGED
@@ -82,6 +82,10 @@ var FlagSg16 = function FlagSg16(props) {
82
82
  const sizeMap = {
83
83
  16: FlagSg16,
84
84
  };
85
+
86
+ /**
87
+ * @deprecated Use the Flag component instead.
88
+ */
85
89
  export function FlagSg(_ref) {
86
90
  let { size = "16", ...props } = _ref;
87
91
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagSi.js CHANGED
@@ -91,6 +91,10 @@ var FlagSi16 = function FlagSi16(props) {
91
91
  const sizeMap = {
92
92
  16: FlagSi16,
93
93
  };
94
+
95
+ /**
96
+ * @deprecated Use the Flag component instead.
97
+ */
94
98
  export function FlagSi(_ref) {
95
99
  let { size = "16", ...props } = _ref;
96
100
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagSk.js CHANGED
@@ -79,6 +79,10 @@ var FlagSk16 = function FlagSk16(props) {
79
79
  const sizeMap = {
80
80
  16: FlagSk16,
81
81
  };
82
+
83
+ /**
84
+ * @deprecated Use the Flag component instead.
85
+ */
82
86
  export function FlagSk(_ref) {
83
87
  let { size = "16", ...props } = _ref;
84
88
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/FlagUs.js CHANGED
@@ -60,6 +60,10 @@ var FlagUs16 = function FlagUs16(props) {
60
60
  const sizeMap = {
61
61
  16: FlagUs16,
62
62
  };
63
+
64
+ /**
65
+ * @deprecated Use the Flag component instead.
66
+ */
63
67
  export function FlagUs(_ref) {
64
68
  let { size = "16", ...props } = _ref;
65
69
  const Icon = sizeMap[size] || sizeMap["16"];
package/dist/Girocard.js CHANGED
@@ -87,6 +87,10 @@ const sizeMap = {
87
87
  32: Girocard32,
88
88
  24: Girocard24,
89
89
  };
90
+
91
+ /**
92
+ * @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).
93
+ */
90
94
  export function Girocard(_ref) {
91
95
  let { size = "24", ...props } = _ref;
92
96
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Giropay.js CHANGED
@@ -49,6 +49,10 @@ var Giropay24 = function Giropay24(props) {
49
49
  const sizeMap = {
50
50
  24: Giropay24,
51
51
  };
52
+
53
+ /**
54
+ * @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).
55
+ */
52
56
  export function Giropay(_ref) {
53
57
  let { size = "24", ...props } = _ref;
54
58
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/GooglePay.js CHANGED
@@ -98,6 +98,10 @@ const sizeMap = {
98
98
  32: GooglePay32,
99
99
  24: GooglePay24,
100
100
  };
101
+
102
+ /**
103
+ * @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).
104
+ */
101
105
  export function GooglePay(_ref) {
102
106
  let { size = "24", ...props } = _ref;
103
107
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Hiper.js CHANGED
@@ -47,6 +47,10 @@ var Hiper24 = function Hiper24(props) {
47
47
  const sizeMap = {
48
48
  24: Hiper24,
49
49
  };
50
+
51
+ /**
52
+ * @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).
53
+ */
50
54
  export function Hiper(_ref) {
51
55
  let { size = "24", ...props } = _ref;
52
56
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Hipercard.js CHANGED
@@ -81,6 +81,10 @@ const sizeMap = {
81
81
  32: Hipercard32,
82
82
  24: Hipercard24,
83
83
  };
84
+
85
+ /**
86
+ * @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).
87
+ */
84
88
  export function Hipercard(_ref) {
85
89
  let { size = "24", ...props } = _ref;
86
90
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Ideal.js CHANGED
@@ -92,6 +92,10 @@ const sizeMap = {
92
92
  32: Ideal32,
93
93
  24: Ideal24,
94
94
  };
95
+
96
+ /**
97
+ * @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).
98
+ */
95
99
  export function Ideal(_ref) {
96
100
  let { size = "24", ...props } = _ref;
97
101
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Interac.js CHANGED
@@ -88,6 +88,10 @@ const sizeMap = {
88
88
  32: Interac32,
89
89
  24: Interac24,
90
90
  };
91
+
92
+ /**
93
+ * @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).
94
+ */
91
95
  export function Interac(_ref) {
92
96
  let { size = "24", ...props } = _ref;
93
97
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Jcb.js CHANGED
@@ -371,6 +371,10 @@ const sizeMap = {
371
371
  32: Jcb32,
372
372
  24: Jcb24,
373
373
  };
374
+
375
+ /**
376
+ * @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).
377
+ */
374
378
  export function Jcb(_ref) {
375
379
  let { size = "24", ...props } = _ref;
376
380
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Klarna.js CHANGED
@@ -63,6 +63,10 @@ const sizeMap = {
63
63
  32: Klarna32,
64
64
  24: Klarna24,
65
65
  };
66
+
67
+ /**
68
+ * @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).
69
+ */
66
70
  export function Klarna(_ref) {
67
71
  let { size = "24", ...props } = _ref;
68
72
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Maestro.js CHANGED
@@ -88,6 +88,10 @@ const sizeMap = {
88
88
  32: Maestro32,
89
89
  24: Maestro24,
90
90
  };
91
+
92
+ /**
93
+ * @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).
94
+ */
91
95
  export function Maestro(_ref) {
92
96
  let { size = "24", ...props } = _ref;
93
97
  const Icon = sizeMap[size] || sizeMap["24"];
@@ -90,6 +90,10 @@ const sizeMap = {
90
90
  32: Mastercard32,
91
91
  24: Mastercard24,
92
92
  };
93
+
94
+ /**
95
+ * @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).
96
+ */
93
97
  export function Mastercard(_ref) {
94
98
  let { size = "24", ...props } = _ref;
95
99
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Mybank.js CHANGED
@@ -59,6 +59,10 @@ var Mybank24 = function Mybank24(props) {
59
59
  const sizeMap = {
60
60
  24: Mybank24,
61
61
  };
62
+
63
+ /**
64
+ * @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).
65
+ */
62
66
  export function Mybank(_ref) {
63
67
  let { size = "24", ...props } = _ref;
64
68
  const Icon = sizeMap[size] || sizeMap["24"];
@@ -59,6 +59,10 @@ var NfcPayment24 = function NfcPayment24(props) {
59
59
  const sizeMap = {
60
60
  24: NfcPayment24,
61
61
  };
62
+
63
+ /**
64
+ * @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).
65
+ */
62
66
  export function NfcPayment(_ref) {
63
67
  let { size = "24", ...props } = _ref;
64
68
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/PayPal.js CHANGED
@@ -112,6 +112,10 @@ const sizeMap = {
112
112
  32: PayPal32,
113
113
  24: PayPal24,
114
114
  };
115
+
116
+ /**
117
+ * @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).
118
+ */
115
119
  export function PayPal(_ref) {
116
120
  let { size = "24", ...props } = _ref;
117
121
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Pix.js CHANGED
@@ -70,6 +70,10 @@ const sizeMap = {
70
70
  32: Pix32,
71
71
  24: Pix24,
72
72
  };
73
+
74
+ /**
75
+ * @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).
76
+ */
73
77
  export function Pix(_ref) {
74
78
  let { size = "24", ...props } = _ref;
75
79
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/PixFull.js CHANGED
@@ -55,6 +55,10 @@ var PixFull24 = function PixFull24(props) {
55
55
  const sizeMap = {
56
56
  24: PixFull24,
57
57
  };
58
+
59
+ /**
60
+ * @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).
61
+ */
58
62
  export function PixFull(_ref) {
59
63
  let { size = "24", ...props } = _ref;
60
64
  const Icon = sizeMap[size] || sizeMap["24"];
@@ -47,6 +47,10 @@ var PostFinance24 = function PostFinance24(props) {
47
47
  const sizeMap = {
48
48
  24: PostFinance24,
49
49
  };
50
+
51
+ /**
52
+ * @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).
53
+ */
50
54
  export function PostFinance(_ref) {
51
55
  let { size = "24", ...props } = _ref;
52
56
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Profile.js CHANGED
@@ -13,6 +13,25 @@ function _extends() {
13
13
  );
14
14
  }
15
15
  import React from "react";
16
+ var Profile16 = function Profile16(props) {
17
+ return /*#__PURE__*/ React.createElement(
18
+ "svg",
19
+ _extends(
20
+ {
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ width: "16",
23
+ height: "16",
24
+ fill: "none",
25
+ viewBox: "0 0 16 16",
26
+ },
27
+ props,
28
+ ),
29
+ /*#__PURE__*/ React.createElement("path", {
30
+ fill: "currentColor",
31
+ d: "M13 15c1.105 0 2.028-.913 1.716-1.973a6.999 6.999 0 0 0-13.432 0C.972 14.087 1.895 15 3 15zM10.75 3.761a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0",
32
+ }),
33
+ );
34
+ };
16
35
  var Profile24 = function Profile24(props) {
17
36
  return /*#__PURE__*/ React.createElement(
18
37
  "svg",
@@ -33,6 +52,7 @@ var Profile24 = function Profile24(props) {
33
52
  );
34
53
  };
35
54
  const sizeMap = {
55
+ 16: Profile16,
36
56
  24: Profile24,
37
57
  };
38
58
  export function Profile(_ref) {
@@ -47,7 +67,7 @@ export function Profile(_ref) {
47
67
  new Error(
48
68
  "The '".concat(
49
69
  size,
50
- "' size is not supported by the 'Profile' icon. Please use one of the available sizes: '24'.",
70
+ "' size is not supported by the 'Profile' icon. Please use one of the available sizes: '16', '24'.",
51
71
  ),
52
72
  ),
53
73
  );
@@ -63,6 +63,10 @@ var Przelewy2424 = function Przelewy2424(props) {
63
63
  const sizeMap = {
64
64
  24: Przelewy2424,
65
65
  };
66
+
67
+ /**
68
+ * @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).
69
+ */
66
70
  export function Przelewy24(_ref) {
67
71
  let { size = "24", ...props } = _ref;
68
72
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/RedCompra.js CHANGED
@@ -47,6 +47,10 @@ var RedCompra24 = function RedCompra24(props) {
47
47
  const sizeMap = {
48
48
  24: RedCompra24,
49
49
  };
50
+
51
+ /**
52
+ * @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).
53
+ */
50
54
  export function RedCompra(_ref) {
51
55
  let { size = "24", ...props } = _ref;
52
56
  const Icon = sizeMap[size] || sizeMap["24"];
@@ -37,6 +37,10 @@ var SamsungPay24 = function SamsungPay24(props) {
37
37
  const sizeMap = {
38
38
  24: SamsungPay24,
39
39
  };
40
+
41
+ /**
42
+ * @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).
43
+ */
40
44
  export function SamsungPay(_ref) {
41
45
  let { size = "24", ...props } = _ref;
42
46
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Satispay.js CHANGED
@@ -139,6 +139,10 @@ var Satispay24 = function Satispay24(props) {
139
139
  const sizeMap = {
140
140
  24: Satispay24,
141
141
  };
142
+
143
+ /**
144
+ * @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).
145
+ */
142
146
  export function Satispay(_ref) {
143
147
  let { size = "24", ...props } = _ref;
144
148
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Sepa.js CHANGED
@@ -41,6 +41,10 @@ var Sepa24 = function Sepa24(props) {
41
41
  const sizeMap = {
42
42
  24: Sepa24,
43
43
  };
44
+
45
+ /**
46
+ * @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).
47
+ */
44
48
  export function Sepa(_ref) {
45
49
  let { size = "24", ...props } = _ref;
46
50
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Sodexo.js CHANGED
@@ -80,6 +80,10 @@ const sizeMap = {
80
80
  32: Sodexo32,
81
81
  24: Sodexo24,
82
82
  };
83
+
84
+ /**
85
+ * @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).
86
+ */
83
87
  export function Sodexo(_ref) {
84
88
  let { size = "24", ...props } = _ref;
85
89
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Sofort.js CHANGED
@@ -41,6 +41,10 @@ var Sofort24 = function Sofort24(props) {
41
41
  const sizeMap = {
42
42
  24: Sofort24,
43
43
  };
44
+
45
+ /**
46
+ * @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).
47
+ */
44
48
  export function Sofort(_ref) {
45
49
  let { size = "24", ...props } = _ref;
46
50
  const Icon = sizeMap[size] || sizeMap["24"];
package/dist/Split.js ADDED
@@ -0,0 +1,118 @@
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 Split24 = function Split24(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: "#fff",
35
+ stroke: "#ccc",
36
+ rx: "3.5",
37
+ }),
38
+ /*#__PURE__*/ React.createElement("path", {
39
+ stroke: "#000",
40
+ strokeLinecap: "round",
41
+ strokeWidth: "2",
42
+ d: "M9 12v0c4.704 0 9.2 1.934 12.436 5.35L23 19",
43
+ }),
44
+ /*#__PURE__*/ React.createElement("rect", {
45
+ width: "6",
46
+ height: "2",
47
+ x: "24",
48
+ y: "14",
49
+ fill: "#000",
50
+ rx: "1",
51
+ transform: "rotate(90 24 14)",
52
+ }),
53
+ /*#__PURE__*/ React.createElement("rect", {
54
+ width: "6",
55
+ height: "2",
56
+ x: "18",
57
+ y: "18",
58
+ fill: "#000",
59
+ rx: "1",
60
+ }),
61
+ /*#__PURE__*/ React.createElement("path", {
62
+ fill: "#fff",
63
+ stroke: "#fff",
64
+ strokeLinecap: "round",
65
+ strokeWidth: "4",
66
+ d: "M22.274 4.313a1 1 0 1 1 1.452 1.375l-1.564 1.651A18.13 18.13 0 0 1 9 13a1 1 0 0 1 0-2 16.13 16.13 0 0 0 11.71-5.037z",
67
+ }),
68
+ /*#__PURE__*/ React.createElement("rect", {
69
+ width: "6",
70
+ height: "2",
71
+ x: "18",
72
+ y: "4",
73
+ fill: "#000",
74
+ rx: "1",
75
+ }),
76
+ /*#__PURE__*/ React.createElement("rect", {
77
+ width: "6",
78
+ height: "2",
79
+ x: "22",
80
+ y: "10",
81
+ fill: "#000",
82
+ rx: "1",
83
+ transform: "rotate(-90 22 10)",
84
+ }),
85
+ /*#__PURE__*/ React.createElement("path", {
86
+ stroke: "#000",
87
+ strokeLinecap: "round",
88
+ strokeWidth: "2",
89
+ d: "M9 12v0c4.704 0 9.2-1.934 12.436-5.35L23 5",
90
+ }),
91
+ );
92
+ };
93
+ const sizeMap = {
94
+ 24: Split24,
95
+ };
96
+
97
+ /**
98
+ * @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).
99
+ */
100
+ export function Split(_ref) {
101
+ let { size = "24", ...props } = _ref;
102
+ const Icon = sizeMap[size] || sizeMap["24"];
103
+ if (
104
+ process.env.NODE_ENV !== "production" &&
105
+ process.env.NODE_ENV !== "test" &&
106
+ !sizeMap[size]
107
+ ) {
108
+ console.warn(
109
+ new Error(
110
+ "The '".concat(
111
+ size,
112
+ "' size is not supported by the 'Split' icon. Please use one of the available sizes: '24'.",
113
+ ),
114
+ ),
115
+ );
116
+ }
117
+ return /*#__PURE__*/ React.createElement(Icon, props);
118
+ }
@@ -32,8 +32,28 @@ var SumUpLogomark24 = function SumUpLogomark24(props) {
32
32
  }),
33
33
  );
34
34
  };
35
+ var SumUpLogomark32 = function SumUpLogomark32(props) {
36
+ return /*#__PURE__*/ React.createElement(
37
+ "svg",
38
+ _extends(
39
+ {
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: "32",
42
+ height: "32",
43
+ fill: "none",
44
+ viewBox: "0 0 32 32",
45
+ },
46
+ props,
47
+ ),
48
+ /*#__PURE__*/ React.createElement("path", {
49
+ fill: "currentColor",
50
+ d: "M29.976 0H2.31C1.034 0 0 1.02 0 2.282v27.437C0 30.979 1.034 32 2.31 32h27.665c1.276 0 2.31-1.02 2.31-2.282V2.282A2.303 2.303 0 0 0 29.976 0m-9.701 24.089c-2.816 2.798-7.322 2.924-10.287.367-.011-.012-.034-.023-.046-.046a.467.467 0 0 1-.011-.654l10.01-9.929a.47.47 0 0 1 .656.012 7.455 7.455 0 0 1-.322 10.25m2.08-15.857-10.01 9.93a.47.47 0 0 1-.656-.012 7.43 7.43 0 0 1 .322-10.239C14.827 5.114 19.332 5 22.298 7.544c.011.012.034.023.046.046a.45.45 0 0 1 .011.642",
51
+ }),
52
+ );
53
+ };
35
54
  const sizeMap = {
36
55
  24: SumUpLogomark24,
56
+ 32: SumUpLogomark32,
37
57
  };
38
58
  export function SumUpLogomark(_ref) {
39
59
  let { size = "24", ...props } = _ref;
@@ -47,7 +67,7 @@ export function SumUpLogomark(_ref) {
47
67
  new Error(
48
68
  "The '".concat(
49
69
  size,
50
- "' size is not supported by the 'SumUpLogomark' icon. Please use one of the available sizes: '24'.",
70
+ "' size is not supported by the 'SumUpLogomark' icon. Please use one of the available sizes: '24', '32'.",
51
71
  ),
52
72
  ),
53
73
  );
package/dist/SumupPay.js CHANGED
@@ -94,6 +94,10 @@ var SumupPay32 = function SumupPay32(props) {
94
94
  const sizeMap = {
95
95
  32: SumupPay32,
96
96
  };
97
+
98
+ /**
99
+ * @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).
100
+ */
97
101
  export function SumupPay(_ref) {
98
102
  let { size = "32", ...props } = _ref;
99
103
  const Icon = sizeMap[size] || sizeMap["32"];
package/dist/Swile.js CHANGED
@@ -180,6 +180,10 @@ const sizeMap = {
180
180
  32: Swile32,
181
181
  24: Swile24,
182
182
  };
183
+
184
+ /**
185
+ * @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).
186
+ */
183
187
  export function Swile(_ref) {
184
188
  let { size = "24", ...props } = _ref;
185
189
  const Icon = sizeMap[size] || sizeMap["24"];