@sumup-oss/icons 5.7.0 → 5.8.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.
@@ -0,0 +1,91 @@
1
+ const _excluded = ["size"];
2
+ function _objectWithoutProperties(e, t) {
3
+ if (null == e) return {};
4
+ var o,
5
+ r,
6
+ i = _objectWithoutPropertiesLoose(e, t);
7
+ if (Object.getOwnPropertySymbols) {
8
+ var n = Object.getOwnPropertySymbols(e);
9
+ for (r = 0; r < n.length; r++)
10
+ (o = n[r]),
11
+ -1 === t.indexOf(o) &&
12
+ {}.propertyIsEnumerable.call(e, o) &&
13
+ (i[o] = e[o]);
14
+ }
15
+ return i;
16
+ }
17
+ function _objectWithoutPropertiesLoose(r, e) {
18
+ if (null == r) return {};
19
+ var t = {};
20
+ for (var n in r)
21
+ if ({}.hasOwnProperty.call(r, n)) {
22
+ if (-1 !== e.indexOf(n)) continue;
23
+ t[n] = r[n];
24
+ }
25
+ return t;
26
+ }
27
+ function _extends() {
28
+ return (
29
+ (_extends = Object.assign
30
+ ? Object.assign.bind()
31
+ : function (n) {
32
+ for (var e = 1; e < arguments.length; e++) {
33
+ var t = arguments[e];
34
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
35
+ }
36
+ return n;
37
+ }),
38
+ _extends.apply(null, arguments)
39
+ );
40
+ }
41
+ import React from "react";
42
+ var BulkTransfer24 = function BulkTransfer24(props) {
43
+ return /*#__PURE__*/ React.createElement(
44
+ "svg",
45
+ _extends(
46
+ {
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ width: "24",
49
+ height: "24",
50
+ viewBox: "0 0 24 24",
51
+ fill: "none",
52
+ },
53
+ props,
54
+ ),
55
+ /*#__PURE__*/ React.createElement("path", {
56
+ d: "M21 13C21.5523 13 22 12.5523 22 12L21.9962 3C21.9962 2.73478 21.8908 2.48043 21.7033 2.29289C21.5158 2.10536 21.2614 2 20.9962 2H11.9999C11.4476 2 10.9999 2.44772 10.9999 3C10.9999 3.55229 11.4476 4 11.9999 4H18.582L2.2968 20.2928C1.90628 20.6833 1.90628 21.3165 2.2968 21.707C2.68732 22.0976 3.32049 22.0976 3.71101 21.707L19.9962 5.41421L20 12C20 12.5523 20.4477 13 21 13Z",
57
+ fill: "currentColor",
58
+ }),
59
+ /*#__PURE__*/ React.createElement("path", {
60
+ d: "M19.9876 21V16C19.9876 15.7348 19.8822 15.4804 19.6947 15.2929C19.5071 15.1054 19.2528 15 18.9876 15H13.9875C13.4353 15 12.9875 15.4477 12.9875 16C12.9875 16.5523 13.4353 17 13.9875 17H16.5733L13.2929 20.2811C12.9023 20.6716 12.9023 21.3048 13.2929 21.6953C13.6834 22.0858 14.3166 22.0858 14.7071 21.6953L17.9876 18.4142V21C17.9876 21.5523 18.4353 22 18.9876 22C19.5398 22 19.9876 21.5523 19.9876 21Z",
61
+ fill: "currentColor",
62
+ }),
63
+ /*#__PURE__*/ React.createElement("path", {
64
+ d: "M9.00001 10C9.00001 10.5523 8.5523 11 8.00001 11C7.44773 11 7.00001 10.5523 7.00001 10V7.41421L3.71953 10.6953C3.329 11.0858 2.69584 11.0858 2.30531 10.6953C1.91479 10.3048 1.91479 9.67162 2.30531 9.2811L5.5858 6L3 6C2.44771 6 2 5.55228 2 5C2 4.44772 2.44771 4 3 4H8.00001C8.26523 4 8.51958 4.10536 8.70712 4.29289C8.89465 4.48043 9.00001 4.73478 9.00001 5V10Z",
65
+ fill: "currentColor",
66
+ }),
67
+ );
68
+ };
69
+ const sizeMap = {
70
+ 24: BulkTransfer24,
71
+ };
72
+ export function BulkTransfer(_ref) {
73
+ let { size = "24" } = _ref,
74
+ props = _objectWithoutProperties(_ref, _excluded);
75
+ const Icon = sizeMap[size] || sizeMap["24"];
76
+ if (
77
+ process.env.NODE_ENV !== "production" &&
78
+ process.env.NODE_ENV !== "test" &&
79
+ !sizeMap[size]
80
+ ) {
81
+ console.warn(
82
+ new Error(
83
+ "The '".concat(
84
+ size,
85
+ "' size is not supported by the 'BulkTransfer' icon. Please use one of the available sizes: '24'.",
86
+ ),
87
+ ),
88
+ );
89
+ }
90
+ return /*#__PURE__*/ React.createElement(Icon, props);
91
+ }
@@ -0,0 +1,142 @@
1
+ const _excluded = ["size"];
2
+ function _objectWithoutProperties(e, t) {
3
+ if (null == e) return {};
4
+ var o,
5
+ r,
6
+ i = _objectWithoutPropertiesLoose(e, t);
7
+ if (Object.getOwnPropertySymbols) {
8
+ var n = Object.getOwnPropertySymbols(e);
9
+ for (r = 0; r < n.length; r++)
10
+ (o = n[r]),
11
+ -1 === t.indexOf(o) &&
12
+ {}.propertyIsEnumerable.call(e, o) &&
13
+ (i[o] = e[o]);
14
+ }
15
+ return i;
16
+ }
17
+ function _objectWithoutPropertiesLoose(r, e) {
18
+ if (null == r) return {};
19
+ var t = {};
20
+ for (var n in r)
21
+ if ({}.hasOwnProperty.call(r, n)) {
22
+ if (-1 !== e.indexOf(n)) continue;
23
+ t[n] = r[n];
24
+ }
25
+ return t;
26
+ }
27
+ function _extends() {
28
+ return (
29
+ (_extends = Object.assign
30
+ ? Object.assign.bind()
31
+ : function (n) {
32
+ for (var e = 1; e < arguments.length; e++) {
33
+ var t = arguments[e];
34
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
35
+ }
36
+ return n;
37
+ }),
38
+ _extends.apply(null, arguments)
39
+ );
40
+ }
41
+ import React from "react";
42
+ var SumupPay32 = function SumupPay32(props) {
43
+ return /*#__PURE__*/ React.createElement(
44
+ "svg",
45
+ _extends(
46
+ {
47
+ width: "32",
48
+ height: "24",
49
+ viewBox: "0 0 32 24",
50
+ fill: "none",
51
+ xmlns: "http://www.w3.org/2000/svg",
52
+ },
53
+ props,
54
+ ),
55
+ /*#__PURE__*/ React.createElement(
56
+ "mask",
57
+ {
58
+ id: "mask0_1_12",
59
+ style: {
60
+ maskType: "luminance",
61
+ },
62
+ maskUnits: "userSpaceOnUse",
63
+ x: "0",
64
+ y: "0",
65
+ width: "32",
66
+ height: "24",
67
+ },
68
+ /*#__PURE__*/ React.createElement("path", {
69
+ d: "M28 0H4C1.79086 0 0 1.79086 0 4V20C0 22.2091 1.79086 24 4 24H28C30.2091 24 32 22.2091 32 20V4C32 1.79086 30.2091 0 28 0Z",
70
+ fill: "white",
71
+ }),
72
+ ),
73
+ /*#__PURE__*/ React.createElement(
74
+ "g",
75
+ {
76
+ mask: "url(#mask0_1_12)",
77
+ },
78
+ /*#__PURE__*/ React.createElement("path", {
79
+ d: "M28 0H4C1.79086 0 0 1.79086 0 4V20C0 22.2091 1.79086 24 4 24H28C30.2091 24 32 22.2091 32 20V4C32 1.79086 30.2091 0 28 0Z",
80
+ fill: "white",
81
+ }),
82
+ /*#__PURE__*/ React.createElement("path", {
83
+ d: "M0 0H32V24H0V0Z",
84
+ fill: "url(#paint0_linear_1_12)",
85
+ }),
86
+ /*#__PURE__*/ React.createElement("path", {
87
+ d: "M19.0769 17.9337C16.9837 19.9869 13.6345 20.0794 11.4301 18.203C11.4216 18.1946 11.4045 18.1862 11.3959 18.1694C11.2592 18.0347 11.2592 17.8244 11.3874 17.6897L18.8292 10.4029C18.9659 10.2767 19.1795 10.2767 19.3162 10.4114C21.2642 12.5738 21.1788 15.8722 19.0769 17.9337ZM20.6234 6.29675L13.1816 13.5835C13.0449 13.7098 12.8313 13.7098 12.6946 13.5751C10.7466 11.4211 10.8235 8.12266 12.9339 6.06115C15.0271 4.00805 18.3763 3.92391 20.5807 5.79189C20.5892 5.80031 20.6063 5.80871 20.6149 5.82553C20.7516 5.95176 20.7516 6.16211 20.6234 6.29675Z",
88
+ fill: "white",
89
+ }),
90
+ ),
91
+ /*#__PURE__*/ React.createElement(
92
+ "defs",
93
+ null,
94
+ /*#__PURE__*/ React.createElement(
95
+ "linearGradient",
96
+ {
97
+ id: "paint0_linear_1_12",
98
+ x1: "0",
99
+ y1: "24",
100
+ x2: "32",
101
+ y2: "0.999998",
102
+ gradientUnits: "userSpaceOnUse",
103
+ },
104
+ /*#__PURE__*/ React.createElement("stop", {
105
+ offset: "0.1",
106
+ stopColor: "#291059",
107
+ }),
108
+ /*#__PURE__*/ React.createElement("stop", {
109
+ offset: "0.693554",
110
+ stopColor: "#6930D6",
111
+ }),
112
+ /*#__PURE__*/ React.createElement("stop", {
113
+ offset: "1",
114
+ stopColor: "#8B90F1",
115
+ }),
116
+ ),
117
+ ),
118
+ );
119
+ };
120
+ const sizeMap = {
121
+ 32: SumupPay32,
122
+ };
123
+ export function SumupPay(_ref) {
124
+ let { size = "32" } = _ref,
125
+ props = _objectWithoutProperties(_ref, _excluded);
126
+ const Icon = sizeMap[size] || sizeMap["32"];
127
+ if (
128
+ process.env.NODE_ENV !== "production" &&
129
+ process.env.NODE_ENV !== "test" &&
130
+ !sizeMap[size]
131
+ ) {
132
+ console.warn(
133
+ new Error(
134
+ "The '".concat(
135
+ size,
136
+ "' size is not supported by the 'SumupPay' icon. Please use one of the available sizes: '32'.",
137
+ ),
138
+ ),
139
+ );
140
+ }
141
+ return /*#__PURE__*/ React.createElement(Icon, props);
142
+ }
package/dist/index.d.ts CHANGED
@@ -186,6 +186,8 @@ declare const Vpay: IconComponentType<"24" | "32">;
186
186
 
187
187
  declare const Vr: IconComponentType<"24" | "32">;
188
188
 
189
+ declare const SumupPay: IconComponentType<"32">;
190
+
189
191
  declare const Callback: IconComponentType<"24">;
190
192
 
191
193
  declare const Email: IconComponentType<"24">;
@@ -357,6 +359,8 @@ declare const AutomaticBalanceTransfer: IconComponentType<"24">;
357
359
 
358
360
  declare const Bank: IconComponentType<"24">;
359
361
 
362
+ declare const BulkTransfer: IconComponentType<"24">;
363
+
360
364
  declare const CardIn: IconComponentType<"24">;
361
365
 
362
366
  declare const CardOut: IconComponentType<"24">;
@@ -782,6 +786,7 @@ export {
782
786
  VisaElectron,
783
787
  Vpay,
784
788
  Vr,
789
+ SumupPay,
785
790
  Callback,
786
791
  Email,
787
792
  EmailChat,
@@ -863,6 +868,7 @@ export {
863
868
  Atm,
864
869
  AutomaticBalanceTransfer,
865
870
  Bank,
871
+ BulkTransfer,
866
872
  CardIn,
867
873
  CardOut,
868
874
  Cash,
package/dist/index.js CHANGED
@@ -82,6 +82,7 @@ export { Visa } from "./Visa.js";
82
82
  export { VisaElectron } from "./VisaElectron.js";
83
83
  export { Vpay } from "./Vpay.js";
84
84
  export { Vr } from "./Vr.js";
85
+ export { SumupPay } from "./SumupPay.js";
85
86
  export { Callback } from "./Callback.js";
86
87
  export { Email } from "./Email.js";
87
88
  export { EmailChat } from "./EmailChat.js";
@@ -163,6 +164,7 @@ export { ActivateCard } from "./ActivateCard.js";
163
164
  export { Atm } from "./Atm.js";
164
165
  export { AutomaticBalanceTransfer } from "./AutomaticBalanceTransfer.js";
165
166
  export { Bank } from "./Bank.js";
167
+ export { BulkTransfer } from "./BulkTransfer.js";
166
168
  export { CardIn } from "./CardIn.js";
167
169
  export { CardOut } from "./CardOut.js";
168
170
  export { Cash } from "./Cash.js";
package/manifest.json CHANGED
@@ -557,6 +557,11 @@
557
557
  "category": "Card scheme",
558
558
  "size": "32"
559
559
  },
560
+ {
561
+ "name": "sumup_pay",
562
+ "category": "Card scheme",
563
+ "size": "32"
564
+ },
560
565
  {
561
566
  "name": "callback",
562
567
  "category": "Communication",
@@ -1016,6 +1021,11 @@
1016
1021
  "category": "Finance",
1017
1022
  "size": "24"
1018
1023
  },
1024
+ {
1025
+ "name": "bulk_transfer",
1026
+ "category": "Finance",
1027
+ "size": "24"
1028
+ },
1019
1029
  {
1020
1030
  "name": "card_in",
1021
1031
  "category": "Finance",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumup-oss/icons",
3
- "version": "5.7.0",
3
+ "version": "5.8.0",
4
4
  "description": "A collection of icons by SumUp",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path d="M21 13C21.5523 13 22 12.5523 22 12L21.9962 3C21.9962 2.73478 21.8908 2.48043 21.7033 2.29289C21.5158 2.10536 21.2614 2 20.9962 2H11.9999C11.4476 2 10.9999 2.44772 10.9999 3C10.9999 3.55229 11.4476 4 11.9999 4H18.582L2.2968 20.2928C1.90628 20.6833 1.90628 21.3165 2.2968 21.707C2.68732 22.0976 3.32049 22.0976 3.71101 21.707L19.9962 5.41421L20 12C20 12.5523 20.4477 13 21 13Z" fill="currentColor"/>
3
+ <path d="M19.9876 21V16C19.9876 15.7348 19.8822 15.4804 19.6947 15.2929C19.5071 15.1054 19.2528 15 18.9876 15H13.9875C13.4353 15 12.9875 15.4477 12.9875 16C12.9875 16.5523 13.4353 17 13.9875 17H16.5733L13.2929 20.2811C12.9023 20.6716 12.9023 21.3048 13.2929 21.6953C13.6834 22.0858 14.3166 22.0858 14.7071 21.6953L17.9876 18.4142V21C17.9876 21.5523 18.4353 22 18.9876 22C19.5398 22 19.9876 21.5523 19.9876 21Z" fill="currentColor"/>
4
+ <path d="M9.00001 10C9.00001 10.5523 8.5523 11 8.00001 11C7.44773 11 7.00001 10.5523 7.00001 10V7.41421L3.71953 10.6953C3.329 11.0858 2.69584 11.0858 2.30531 10.6953C1.91479 10.3048 1.91479 9.67162 2.30531 9.2811L5.5858 6L3 6C2.44771 6 2 5.55228 2 5C2 4.44772 2.44771 4 3 4H8.00001C8.26523 4 8.51958 4.10536 8.70712 4.29289C8.89465 4.48043 9.00001 4.73478 9.00001 5V10Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="32" height="24" viewBox="0 0 32 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_1_12" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="24">
3
+ <path d="M28 0H4C1.79086 0 0 1.79086 0 4V20C0 22.2091 1.79086 24 4 24H28C30.2091 24 32 22.2091 32 20V4C32 1.79086 30.2091 0 28 0Z" fill="white"/>
4
+ </mask>
5
+ <g mask="url(#mask0_1_12)">
6
+ <path d="M28 0H4C1.79086 0 0 1.79086 0 4V20C0 22.2091 1.79086 24 4 24H28C30.2091 24 32 22.2091 32 20V4C32 1.79086 30.2091 0 28 0Z" fill="white"/>
7
+ <path d="M0 0H32V24H0V0Z" fill="url(#paint0_linear_1_12)"/>
8
+ <path d="M19.0769 17.9337C16.9837 19.9869 13.6345 20.0794 11.4301 18.203C11.4216 18.1946 11.4045 18.1862 11.3959 18.1694C11.2592 18.0347 11.2592 17.8244 11.3874 17.6897L18.8292 10.4029C18.9659 10.2767 19.1795 10.2767 19.3162 10.4114C21.2642 12.5738 21.1788 15.8722 19.0769 17.9337ZM20.6234 6.29675L13.1816 13.5835C13.0449 13.7098 12.8313 13.7098 12.6946 13.5751C10.7466 11.4211 10.8235 8.12266 12.9339 6.06115C15.0271 4.00805 18.3763 3.92391 20.5807 5.79189C20.5892 5.80031 20.6063 5.80871 20.6149 5.82553C20.7516 5.95176 20.7516 6.16211 20.6234 6.29675Z" fill="white"/>
9
+ </g>
10
+ <defs>
11
+ <linearGradient id="paint0_linear_1_12" x1="0" y1="24" x2="32" y2="0.999998" gradientUnits="userSpaceOnUse">
12
+ <stop offset="0.1" stop-color="#291059"/>
13
+ <stop offset="0.693554" stop-color="#6930D6"/>
14
+ <stop offset="1" stop-color="#8B90F1"/>
15
+ </linearGradient>
16
+ </defs>
17
+ </svg>