@sumup-oss/icons 5.7.0 → 5.9.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/BulkTransfer.js +91 -0
- package/dist/Controls.js +83 -0
- package/dist/DayView.js +83 -0
- package/dist/MonthView.js +83 -0
- package/dist/SumupPay.js +142 -0
- package/dist/WeekView.js +83 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +6 -0
- package/manifest.json +30 -0
- package/package.json +1 -1
- package/web/v2/bulk_transfer_24.svg +5 -0
- package/web/v2/controls_16.svg +5 -0
- package/web/v2/day_view_24.svg +3 -0
- package/web/v2/month_view_24.svg +1 -0
- package/web/v2/sumup_pay_32.svg +17 -0
- package/web/v2/week_view_24.svg +1 -0
|
@@ -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
|
+
}
|
package/dist/Controls.js
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
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 Controls16 = function Controls16(props) {
|
|
43
|
+
return /*#__PURE__*/ React.createElement(
|
|
44
|
+
"svg",
|
|
45
|
+
_extends(
|
|
46
|
+
{
|
|
47
|
+
width: "16",
|
|
48
|
+
height: "16",
|
|
49
|
+
viewBox: "0 0 16 16",
|
|
50
|
+
fill: "none",
|
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
+
},
|
|
53
|
+
props,
|
|
54
|
+
),
|
|
55
|
+
/*#__PURE__*/ React.createElement("path", {
|
|
56
|
+
d: "M10 4.5a1 1 0 0 0 2 0V4h3a1 1 0 1 0 0-2h-3v-.5a1 1 0 0 0-2 0v3ZM1 2h7v2H1a1 1 0 0 1 0-2Zm3 7.5a1 1 0 1 0 2 0v-3a1 1 0 0 0-2 0V7H1a1 1 0 0 0 0 2h3v.5ZM15 9H8V7h7a1 1 0 1 1 0 2Zm-4 6.5a1 1 0 0 1-1-1v-3a1 1 0 0 1 2 0v.5h3a1 1 0 0 1 0 2h-3v.5a1 1 0 0 1-1 1ZM8 12H1a1 1 0 0 0 0 2h7v-2Z",
|
|
57
|
+
fill: "currentColor",
|
|
58
|
+
}),
|
|
59
|
+
);
|
|
60
|
+
};
|
|
61
|
+
const sizeMap = {
|
|
62
|
+
16: Controls16,
|
|
63
|
+
};
|
|
64
|
+
export function Controls(_ref) {
|
|
65
|
+
let { size = "16" } = _ref,
|
|
66
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
67
|
+
const Icon = sizeMap[size] || sizeMap["16"];
|
|
68
|
+
if (
|
|
69
|
+
process.env.NODE_ENV !== "production" &&
|
|
70
|
+
process.env.NODE_ENV !== "test" &&
|
|
71
|
+
!sizeMap[size]
|
|
72
|
+
) {
|
|
73
|
+
console.warn(
|
|
74
|
+
new Error(
|
|
75
|
+
"The '".concat(
|
|
76
|
+
size,
|
|
77
|
+
"' size is not supported by the 'Controls' icon. Please use one of the available sizes: '16'.",
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
return /*#__PURE__*/ React.createElement(Icon, props);
|
|
83
|
+
}
|
package/dist/DayView.js
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
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 DayView24 = function DayView24(props) {
|
|
43
|
+
return /*#__PURE__*/ React.createElement(
|
|
44
|
+
"svg",
|
|
45
|
+
_extends(
|
|
46
|
+
{
|
|
47
|
+
width: "24",
|
|
48
|
+
height: "24",
|
|
49
|
+
viewBox: "0 0 24 24",
|
|
50
|
+
fill: "none",
|
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
+
},
|
|
53
|
+
props,
|
|
54
|
+
),
|
|
55
|
+
/*#__PURE__*/ React.createElement("path", {
|
|
56
|
+
d: "M5 17C4.45 17 3.97917 16.8042 3.5875 16.4125C3.19583 16.0208 3 15.55 3 15V9C3 8.45 3.19583 7.97917 3.5875 7.5875C3.97917 7.19583 4.45 7 5 7H19C19.55 7 20.0208 7.19583 20.4125 7.5875C20.8042 7.97917 21 8.45 21 9V15C21 15.55 20.8042 16.0208 20.4125 16.4125C20.0208 16.8042 19.55 17 19 17H5ZM5 15H19V9H5V15ZM4 5C3.44772 5 3 4.55228 3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4ZM4 21C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4Z",
|
|
57
|
+
fill: "currentColor",
|
|
58
|
+
}),
|
|
59
|
+
);
|
|
60
|
+
};
|
|
61
|
+
const sizeMap = {
|
|
62
|
+
24: DayView24,
|
|
63
|
+
};
|
|
64
|
+
export function DayView(_ref) {
|
|
65
|
+
let { size = "24" } = _ref,
|
|
66
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
67
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
68
|
+
if (
|
|
69
|
+
process.env.NODE_ENV !== "production" &&
|
|
70
|
+
process.env.NODE_ENV !== "test" &&
|
|
71
|
+
!sizeMap[size]
|
|
72
|
+
) {
|
|
73
|
+
console.warn(
|
|
74
|
+
new Error(
|
|
75
|
+
"The '".concat(
|
|
76
|
+
size,
|
|
77
|
+
"' size is not supported by the 'DayView' icon. Please use one of the available sizes: '24'.",
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
return /*#__PURE__*/ React.createElement(Icon, props);
|
|
83
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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 MonthView24 = function MonthView24(props) {
|
|
43
|
+
return /*#__PURE__*/ React.createElement(
|
|
44
|
+
"svg",
|
|
45
|
+
_extends(
|
|
46
|
+
{
|
|
47
|
+
fill: "none",
|
|
48
|
+
height: "24",
|
|
49
|
+
viewBox: "0 0 24 24",
|
|
50
|
+
width: "24",
|
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
+
},
|
|
53
|
+
props,
|
|
54
|
+
),
|
|
55
|
+
/*#__PURE__*/ React.createElement("path", {
|
|
56
|
+
d: "m4 20c-.55 0-1.02083-.1958-1.4125-.5875s-.5875-.8625-.5875-1.4125v-12c0-.55.19583-1.02083.5875-1.4125s.8625-.5875 1.4125-.5875h16c.55 0 1.0208.19583 1.4125.5875s.5875.8625.5875 1.4125v12c0 .55-.1958 1.0208-.5875 1.4125s-.8625.5875-1.4125.5875zm0-9h4v-5h-4zm6 0h4v-5h-4zm6 0h4v-5h-4zm-8 7v-5h-4v5zm2 0h4v-5h-4zm6 0h4v-5h-4z",
|
|
57
|
+
fill: "currentColor",
|
|
58
|
+
}),
|
|
59
|
+
);
|
|
60
|
+
};
|
|
61
|
+
const sizeMap = {
|
|
62
|
+
24: MonthView24,
|
|
63
|
+
};
|
|
64
|
+
export function MonthView(_ref) {
|
|
65
|
+
let { size = "24" } = _ref,
|
|
66
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
67
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
68
|
+
if (
|
|
69
|
+
process.env.NODE_ENV !== "production" &&
|
|
70
|
+
process.env.NODE_ENV !== "test" &&
|
|
71
|
+
!sizeMap[size]
|
|
72
|
+
) {
|
|
73
|
+
console.warn(
|
|
74
|
+
new Error(
|
|
75
|
+
"The '".concat(
|
|
76
|
+
size,
|
|
77
|
+
"' size is not supported by the 'MonthView' icon. Please use one of the available sizes: '24'.",
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
return /*#__PURE__*/ React.createElement(Icon, props);
|
|
83
|
+
}
|
package/dist/SumupPay.js
ADDED
|
@@ -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/WeekView.js
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
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 WeekView24 = function WeekView24(props) {
|
|
43
|
+
return /*#__PURE__*/ React.createElement(
|
|
44
|
+
"svg",
|
|
45
|
+
_extends(
|
|
46
|
+
{
|
|
47
|
+
fill: "none",
|
|
48
|
+
height: "24",
|
|
49
|
+
viewBox: "0 0 24 24",
|
|
50
|
+
width: "24",
|
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
+
},
|
|
53
|
+
props,
|
|
54
|
+
),
|
|
55
|
+
/*#__PURE__*/ React.createElement("path", {
|
|
56
|
+
d: "m4 20c-.55 0-1.02083-.1958-1.4125-.5875s-.5875-.8625-.5875-1.4125v-12c0-.55.19583-1.02083.5875-1.4125s.8625-.5875 1.4125-.5875h16c.55 0 1.0208.19583 1.4125.5875s.5875.8625.5875 1.4125v12c0 .55-.1958 1.0208-.5875 1.4125s-.8625.5875-1.4125.5875zm9-2h2.5v-12h-2.5zm-4.5 0h2.5v-12h-2.5zm-4.5 0h2.5v-12h-2.5zm13.5 0h2.5v-12h-2.5z",
|
|
57
|
+
fill: "currentColor",
|
|
58
|
+
}),
|
|
59
|
+
);
|
|
60
|
+
};
|
|
61
|
+
const sizeMap = {
|
|
62
|
+
24: WeekView24,
|
|
63
|
+
};
|
|
64
|
+
export function WeekView(_ref) {
|
|
65
|
+
let { size = "24" } = _ref,
|
|
66
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
67
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
68
|
+
if (
|
|
69
|
+
process.env.NODE_ENV !== "production" &&
|
|
70
|
+
process.env.NODE_ENV !== "test" &&
|
|
71
|
+
!sizeMap[size]
|
|
72
|
+
) {
|
|
73
|
+
console.warn(
|
|
74
|
+
new Error(
|
|
75
|
+
"The '".concat(
|
|
76
|
+
size,
|
|
77
|
+
"' size is not supported by the 'WeekView' icon. Please use one of the available sizes: '24'.",
|
|
78
|
+
),
|
|
79
|
+
),
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
return /*#__PURE__*/ React.createElement(Icon, props);
|
|
83
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -31,10 +31,14 @@ declare const ChevronUp: IconComponentType<"16" | "24">;
|
|
|
31
31
|
|
|
32
32
|
declare const Close: IconComponentType<"16" | "24">;
|
|
33
33
|
|
|
34
|
+
declare const Controls: IconComponentType<"16">;
|
|
35
|
+
|
|
34
36
|
declare const Copy: IconComponentType<"24">;
|
|
35
37
|
|
|
36
38
|
declare const Crop: IconComponentType<"24">;
|
|
37
39
|
|
|
40
|
+
declare const DayView: IconComponentType<"24">;
|
|
41
|
+
|
|
38
42
|
declare const Delete: IconComponentType<"16" | "24">;
|
|
39
43
|
|
|
40
44
|
declare const Download: IconComponentType<"16" | "24">;
|
|
@@ -75,6 +79,8 @@ declare const Manage: IconComponentType<"24">;
|
|
|
75
79
|
|
|
76
80
|
declare const Minus: IconComponentType<"16" | "24">;
|
|
77
81
|
|
|
82
|
+
declare const MonthView: IconComponentType<"24">;
|
|
83
|
+
|
|
78
84
|
declare const More: IconComponentType<"24">;
|
|
79
85
|
|
|
80
86
|
declare const MoreCircle: IconComponentType<"24">;
|
|
@@ -113,6 +119,8 @@ declare const UploadCloud: IconComponentType<"24">;
|
|
|
113
119
|
|
|
114
120
|
declare const View: IconComponentType<"16" | "24">;
|
|
115
121
|
|
|
122
|
+
declare const WeekView: IconComponentType<"24">;
|
|
123
|
+
|
|
116
124
|
declare const SumUpLogo: IconComponentType<"24">;
|
|
117
125
|
|
|
118
126
|
declare const SumUpLogomark: IconComponentType<"24">;
|
|
@@ -186,6 +194,8 @@ declare const Vpay: IconComponentType<"24" | "32">;
|
|
|
186
194
|
|
|
187
195
|
declare const Vr: IconComponentType<"24" | "32">;
|
|
188
196
|
|
|
197
|
+
declare const SumupPay: IconComponentType<"32">;
|
|
198
|
+
|
|
189
199
|
declare const Callback: IconComponentType<"24">;
|
|
190
200
|
|
|
191
201
|
declare const Email: IconComponentType<"24">;
|
|
@@ -357,6 +367,8 @@ declare const AutomaticBalanceTransfer: IconComponentType<"24">;
|
|
|
357
367
|
|
|
358
368
|
declare const Bank: IconComponentType<"24">;
|
|
359
369
|
|
|
370
|
+
declare const BulkTransfer: IconComponentType<"24">;
|
|
371
|
+
|
|
360
372
|
declare const CardIn: IconComponentType<"24">;
|
|
361
373
|
|
|
362
374
|
declare const CardOut: IconComponentType<"24">;
|
|
@@ -706,8 +718,10 @@ export {
|
|
|
706
718
|
ChevronRight,
|
|
707
719
|
ChevronUp,
|
|
708
720
|
Close,
|
|
721
|
+
Controls,
|
|
709
722
|
Copy,
|
|
710
723
|
Crop,
|
|
724
|
+
DayView,
|
|
711
725
|
Delete,
|
|
712
726
|
Download,
|
|
713
727
|
DownloadCloud,
|
|
@@ -728,6 +742,7 @@ export {
|
|
|
728
742
|
Logout,
|
|
729
743
|
Manage,
|
|
730
744
|
Minus,
|
|
745
|
+
MonthView,
|
|
731
746
|
More,
|
|
732
747
|
MoreCircle,
|
|
733
748
|
Pause,
|
|
@@ -747,6 +762,7 @@ export {
|
|
|
747
762
|
Upload,
|
|
748
763
|
UploadCloud,
|
|
749
764
|
View,
|
|
765
|
+
WeekView,
|
|
750
766
|
SumUpLogo,
|
|
751
767
|
SumUpLogomark,
|
|
752
768
|
PlusTier,
|
|
@@ -782,6 +798,7 @@ export {
|
|
|
782
798
|
VisaElectron,
|
|
783
799
|
Vpay,
|
|
784
800
|
Vr,
|
|
801
|
+
SumupPay,
|
|
785
802
|
Callback,
|
|
786
803
|
Email,
|
|
787
804
|
EmailChat,
|
|
@@ -863,6 +880,7 @@ export {
|
|
|
863
880
|
Atm,
|
|
864
881
|
AutomaticBalanceTransfer,
|
|
865
882
|
Bank,
|
|
883
|
+
BulkTransfer,
|
|
866
884
|
CardIn,
|
|
867
885
|
CardOut,
|
|
868
886
|
Cash,
|
package/dist/index.js
CHANGED
|
@@ -6,8 +6,10 @@ export { ChevronLeft } from "./ChevronLeft.js";
|
|
|
6
6
|
export { ChevronRight } from "./ChevronRight.js";
|
|
7
7
|
export { ChevronUp } from "./ChevronUp.js";
|
|
8
8
|
export { Close } from "./Close.js";
|
|
9
|
+
export { Controls } from "./Controls.js";
|
|
9
10
|
export { Copy } from "./Copy.js";
|
|
10
11
|
export { Crop } from "./Crop.js";
|
|
12
|
+
export { DayView } from "./DayView.js";
|
|
11
13
|
export { Delete } from "./Delete.js";
|
|
12
14
|
export { Download } from "./Download.js";
|
|
13
15
|
export { DownloadCloud } from "./DownloadCloud.js";
|
|
@@ -28,6 +30,7 @@ export { Login } from "./Login.js";
|
|
|
28
30
|
export { Logout } from "./Logout.js";
|
|
29
31
|
export { Manage } from "./Manage.js";
|
|
30
32
|
export { Minus } from "./Minus.js";
|
|
33
|
+
export { MonthView } from "./MonthView.js";
|
|
31
34
|
export { More } from "./More.js";
|
|
32
35
|
export { MoreCircle } from "./MoreCircle.js";
|
|
33
36
|
export { Pause } from "./Pause.js";
|
|
@@ -47,6 +50,7 @@ export { Upgrade } from "./Upgrade.js";
|
|
|
47
50
|
export { Upload } from "./Upload.js";
|
|
48
51
|
export { UploadCloud } from "./UploadCloud.js";
|
|
49
52
|
export { View } from "./View.js";
|
|
53
|
+
export { WeekView } from "./WeekView.js";
|
|
50
54
|
export { SumUpLogo } from "./SumUpLogo.js";
|
|
51
55
|
export { SumUpLogomark } from "./SumUpLogomark.js";
|
|
52
56
|
export { PlusTier } from "./PlusTier.js";
|
|
@@ -82,6 +86,7 @@ export { Visa } from "./Visa.js";
|
|
|
82
86
|
export { VisaElectron } from "./VisaElectron.js";
|
|
83
87
|
export { Vpay } from "./Vpay.js";
|
|
84
88
|
export { Vr } from "./Vr.js";
|
|
89
|
+
export { SumupPay } from "./SumupPay.js";
|
|
85
90
|
export { Callback } from "./Callback.js";
|
|
86
91
|
export { Email } from "./Email.js";
|
|
87
92
|
export { EmailChat } from "./EmailChat.js";
|
|
@@ -163,6 +168,7 @@ export { ActivateCard } from "./ActivateCard.js";
|
|
|
163
168
|
export { Atm } from "./Atm.js";
|
|
164
169
|
export { AutomaticBalanceTransfer } from "./AutomaticBalanceTransfer.js";
|
|
165
170
|
export { Bank } from "./Bank.js";
|
|
171
|
+
export { BulkTransfer } from "./BulkTransfer.js";
|
|
166
172
|
export { CardIn } from "./CardIn.js";
|
|
167
173
|
export { CardOut } from "./CardOut.js";
|
|
168
174
|
export { Cash } from "./Cash.js";
|
package/manifest.json
CHANGED
|
@@ -71,6 +71,11 @@
|
|
|
71
71
|
"category": "Action",
|
|
72
72
|
"size": "16"
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"name": "controls",
|
|
76
|
+
"category": "Action",
|
|
77
|
+
"size": "16"
|
|
78
|
+
},
|
|
74
79
|
{
|
|
75
80
|
"name": "copy",
|
|
76
81
|
"category": "Action",
|
|
@@ -81,6 +86,11 @@
|
|
|
81
86
|
"category": "Action",
|
|
82
87
|
"size": "24"
|
|
83
88
|
},
|
|
89
|
+
{
|
|
90
|
+
"name": "day_view",
|
|
91
|
+
"category": "Action",
|
|
92
|
+
"size": "24"
|
|
93
|
+
},
|
|
84
94
|
{
|
|
85
95
|
"name": "delete",
|
|
86
96
|
"category": "Action",
|
|
@@ -211,6 +221,11 @@
|
|
|
211
221
|
"category": "Action",
|
|
212
222
|
"size": "16"
|
|
213
223
|
},
|
|
224
|
+
{
|
|
225
|
+
"name": "month_view",
|
|
226
|
+
"category": "Action",
|
|
227
|
+
"size": "24"
|
|
228
|
+
},
|
|
214
229
|
{
|
|
215
230
|
"name": "more",
|
|
216
231
|
"category": "Action",
|
|
@@ -371,6 +386,11 @@
|
|
|
371
386
|
"category": "Action",
|
|
372
387
|
"size": "16"
|
|
373
388
|
},
|
|
389
|
+
{
|
|
390
|
+
"name": "week_view",
|
|
391
|
+
"category": "Action",
|
|
392
|
+
"size": "24"
|
|
393
|
+
},
|
|
374
394
|
{
|
|
375
395
|
"name": "sum_up_logo",
|
|
376
396
|
"category": "Brand",
|
|
@@ -557,6 +577,11 @@
|
|
|
557
577
|
"category": "Card scheme",
|
|
558
578
|
"size": "32"
|
|
559
579
|
},
|
|
580
|
+
{
|
|
581
|
+
"name": "sumup_pay",
|
|
582
|
+
"category": "Card scheme",
|
|
583
|
+
"size": "32"
|
|
584
|
+
},
|
|
560
585
|
{
|
|
561
586
|
"name": "callback",
|
|
562
587
|
"category": "Communication",
|
|
@@ -1016,6 +1041,11 @@
|
|
|
1016
1041
|
"category": "Finance",
|
|
1017
1042
|
"size": "24"
|
|
1018
1043
|
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "bulk_transfer",
|
|
1046
|
+
"category": "Finance",
|
|
1047
|
+
"size": "24"
|
|
1048
|
+
},
|
|
1019
1049
|
{
|
|
1020
1050
|
"name": "card_in",
|
|
1021
1051
|
"category": "Finance",
|
package/package.json
CHANGED
|
@@ -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,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M10 4.5a1 1 0 0 0 2 0V4h3a1 1 0 1 0 0-2h-3v-.5a1 1 0 0 0-2 0v3ZM1 2h7v2H1a1 1 0 0 1 0-2Zm3 7.5a1 1 0 1 0 2 0v-3a1 1 0 0 0-2 0V7H1a1 1 0 0 0 0 2h3v.5ZM15 9H8V7h7a1 1 0 1 1 0 2Zm-4 6.5a1 1 0 0 1-1-1v-3a1 1 0 0 1 2 0v.5h3a1 1 0 0 1 0 2h-3v.5a1 1 0 0 1-1 1ZM8 12H1a1 1 0 0 0 0 2h7v-2Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 17C4.45 17 3.97917 16.8042 3.5875 16.4125C3.19583 16.0208 3 15.55 3 15V9C3 8.45 3.19583 7.97917 3.5875 7.5875C3.97917 7.19583 4.45 7 5 7H19C19.55 7 20.0208 7.19583 20.4125 7.5875C20.8042 7.97917 21 8.45 21 9V15C21 15.55 20.8042 16.0208 20.4125 16.4125C20.0208 16.8042 19.55 17 19 17H5ZM5 15H19V9H5V15ZM4 5C3.44772 5 3 4.55228 3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4C21 4.55228 20.5523 5 20 5H4ZM4 21C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m4 20c-.55 0-1.02083-.1958-1.4125-.5875s-.5875-.8625-.5875-1.4125v-12c0-.55.19583-1.02083.5875-1.4125s.8625-.5875 1.4125-.5875h16c.55 0 1.0208.19583 1.4125.5875s.5875.8625.5875 1.4125v12c0 .55-.1958 1.0208-.5875 1.4125s-.8625.5875-1.4125.5875zm0-9h4v-5h-4zm6 0h4v-5h-4zm6 0h4v-5h-4zm-8 7v-5h-4v5zm2 0h4v-5h-4zm6 0h4v-5h-4z" fill="currentColor"/></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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m4 20c-.55 0-1.02083-.1958-1.4125-.5875s-.5875-.8625-.5875-1.4125v-12c0-.55.19583-1.02083.5875-1.4125s.8625-.5875 1.4125-.5875h16c.55 0 1.0208.19583 1.4125.5875s.5875.8625.5875 1.4125v12c0 .55-.1958 1.0208-.5875 1.4125s-.8625.5875-1.4125.5875zm9-2h2.5v-12h-2.5zm-4.5 0h2.5v-12h-2.5zm-4.5 0h2.5v-12h-2.5zm13.5 0h2.5v-12h-2.5z" fill="currentColor"/></svg>
|