@sumup-oss/icons 6.6.0 → 6.7.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/FullReturn.js +55 -0
- package/dist/OrderPlaced.js +55 -0
- package/dist/PartialReturn.js +55 -0
- package/dist/PiggyBank.js +40 -0
- package/dist/ZoomIn.js +40 -0
- package/dist/ZoomOut.js +40 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +6 -0
- package/manifest.json +45 -0
- package/package.json +1 -1
- package/web/v2/full_return_16.svg +3 -0
- package/web/v2/full_return_24.svg +3 -0
- package/web/v2/order_placed_16.svg +3 -0
- package/web/v2/order_placed_24.svg +3 -0
- package/web/v2/partial_return_16.svg +3 -0
- package/web/v2/partial_return_24.svg +3 -0
- package/web/v2/piggy_bank_24.svg +3 -0
- package/web/v2/zoom_in_24.svg +3 -0
- package/web/v2/zoom_out_24.svg +3 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var FullReturn16 = function FullReturn16(props) {
|
|
3
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props,
|
|
10
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
11
|
+
d: "M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z",
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
}),
|
|
14
|
+
});
|
|
15
|
+
};
|
|
16
|
+
var FullReturn24 = function FullReturn24(props) {
|
|
17
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
18
|
+
width: "24",
|
|
19
|
+
height: "24",
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
...props,
|
|
24
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
25
|
+
d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
}),
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
31
|
+
const sizeMap = {
|
|
32
|
+
16: FullReturn16,
|
|
33
|
+
24: FullReturn24,
|
|
34
|
+
};
|
|
35
|
+
export function FullReturn(_ref) {
|
|
36
|
+
let { size = "24", ...props } = _ref;
|
|
37
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
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 'FullReturn' icon. Please use one of the available sizes: '16', '24'.",
|
|
48
|
+
),
|
|
49
|
+
),
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
return /*#__PURE__*/ _jsx(Icon, {
|
|
53
|
+
...props,
|
|
54
|
+
});
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var OrderPlaced16 = function OrderPlaced16(props) {
|
|
3
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props,
|
|
10
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
11
|
+
d: "M13.6 8C13.6 4.90721 11.0928 2.4 8 2.4C4.90721 2.4 2.4 4.90721 2.4 8C2.4 11.0928 4.90721 13.6 8 13.6C11.0928 13.6 13.6 11.0928 13.6 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z",
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
}),
|
|
14
|
+
});
|
|
15
|
+
};
|
|
16
|
+
var OrderPlaced24 = function OrderPlaced24(props) {
|
|
17
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
18
|
+
width: "24",
|
|
19
|
+
height: "24",
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
...props,
|
|
24
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
25
|
+
d: "M20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
}),
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
31
|
+
const sizeMap = {
|
|
32
|
+
16: OrderPlaced16,
|
|
33
|
+
24: OrderPlaced24,
|
|
34
|
+
};
|
|
35
|
+
export function OrderPlaced(_ref) {
|
|
36
|
+
let { size = "24", ...props } = _ref;
|
|
37
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
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 'OrderPlaced' icon. Please use one of the available sizes: '16', '24'.",
|
|
48
|
+
),
|
|
49
|
+
),
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
return /*#__PURE__*/ _jsx(Icon, {
|
|
53
|
+
...props,
|
|
54
|
+
});
|
|
55
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
var PartialReturn16 = function PartialReturn16(props) {
|
|
3
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props,
|
|
10
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
11
|
+
d: "M13.6 8C13.6 4.90721 11.0928 2.4 8 2.4C8 6 8 4.40721 8 7.5C8 10.5928 8 9.5 8 13.6C11.0928 13.6 13.6 11.0928 13.6 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z",
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
}),
|
|
14
|
+
});
|
|
15
|
+
};
|
|
16
|
+
var PartialReturn24 = function PartialReturn24(props) {
|
|
17
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
18
|
+
width: "24",
|
|
19
|
+
height: "24",
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
...props,
|
|
24
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
25
|
+
d: "M12 12C12 7.58172 12 7 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C12 18 12 16.4183 12 12ZM2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
}),
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
31
|
+
const sizeMap = {
|
|
32
|
+
16: PartialReturn16,
|
|
33
|
+
24: PartialReturn24,
|
|
34
|
+
};
|
|
35
|
+
export function PartialReturn(_ref) {
|
|
36
|
+
let { size = "24", ...props } = _ref;
|
|
37
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
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 'PartialReturn' icon. Please use one of the available sizes: '16', '24'.",
|
|
48
|
+
),
|
|
49
|
+
),
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
return /*#__PURE__*/ _jsx(Icon, {
|
|
53
|
+
...props,
|
|
54
|
+
});
|
|
55
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
var PiggyBank24 = function PiggyBank24(props) {
|
|
4
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
...props,
|
|
11
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "m19.52 8.144-.003-.004-.002-.001zm-5.053 11.245h1.208v-.61c0-.1-.015-.425.09-.718.08-.226.202-.414.371-.58l.104-.09c.102-.081.199-.136.264-.17.086-.046.19-.092.278-.133l.278-.14a4.6 4.6 0 0 0 1.592-1.43c.052-.077.207-.322.413-.487.158-.127.325-.213.517-.27.249-.074.514-.063.6-.063h.218v-2.59a1.6 1.6 0 0 1-.37-.07v.001c-.24-.08-.443-.209-.62-.394a1.6 1.6 0 0 1-.248-.353 6 6 0 0 1-.129-.265l-.088-.18a4.6 4.6 0 0 0-.826-1.126c-.051-.052-.217-.206-.328-.387l-.06-.106a1.5 1.5 0 0 1-.124-.337V8.89c-.05-.205-.042-.418-.042-.483v-.643l-1.87.531-.002.001q-.018.005-.065.016a4.36 4.36 0 0 1-4.1 2.868A4.36 4.36 0 0 1 8.053 9.46a4.545 4.545 0 0 0-.284 6.694l.143.146q.046.051.096.113l.09.13.06.105c.054.106.095.215.124.335l.027.154c.019.15.015.282.015.331v1.92h1.208v-.07c0-.114-.002-.264.01-.396a1.5 1.5 0 0 1 .158-.583c.148-.288.382-.52.668-.664l.163-.07c.16-.056.305-.075.412-.084.13-.01.28-.01.395-.01h1.322c.116 0 .264 0 .395.01.143.012.353.042.574.154.25.126.462.32.61.56l.059.104.072.166c.058.161.078.308.087.417.01.132.01.282.01.396zm8.023-3.991a1.5 1.5 0 0 1-.158.583c-.148.288-.382.52-.668.664a1.5 1.5 0 0 1-.575.153c-.13.011-.28.01-.395.01h-.382a6.7 6.7 0 0 1-2.537 2.139v.747c0 .114 0 .263-.01.395a1.5 1.5 0 0 1-.158.583c-.148.288-.382.52-.668.664a1.5 1.5 0 0 1-.575.154c-.13.01-.28.01-.395.01h-1.795c-.115 0-.264 0-.395-.01a1.5 1.5 0 0 1-.575-.154 1.53 1.53 0 0 1-.668-.664 1.5 1.5 0 0 1-.159-.583c-.01-.132-.01-.281-.01-.395v-.07h-.734v.07c0 .114 0 .263-.01.395a1.5 1.5 0 0 1-.16.582c-.129.252-.324.462-.562.607l-.105.058a1.5 1.5 0 0 1-.575.154c-.13.01-.28.01-.395.01H8.031c-.115 0-.264 0-.395-.01a1.5 1.5 0 0 1-.575-.154 1.52 1.52 0 0 1-.668-.664 1.5 1.5 0 0 1-.158-.583c-.01-.132-.01-.281-.01-.395v-2.11a6.66 6.66 0 0 1-1.807-3.591A2.935 2.935 0 0 1 1.5 11.062c0-1.093.6-2.04 1.475-2.542a1.047 1.047 0 0 1 1.432.393c.287.506.113 1.15-.39 1.44a.82.82 0 0 0-.417.709.83.83 0 0 0 .82.82 6.68 6.68 0 0 1 2.793-4.428 4.4 4.4 0 0 1-.043-.614c0-2.41 1.963-4.34 4.357-4.34 2.132 0 3.92 1.53 4.287 3.567l1.552-.44c.145-.04.32-.09.475-.12.16-.03.42-.065.713.017h.001c.317.09.598.28.798.543l.08.117.056.1c.118.228.15.448.162.592.015.157.014.34.014.49v.925a6.7 6.7 0 0 1 1.21 1.718c.07.001.142 0 .209.006.136.01.336.038.55.14.27.13.498.336.652.595l.061.114v.001c.105.217.133.42.144.558.01.125.009.268.009.376v3.204c0 .114 0 .263-.01.395M9.27 6.84c0 1.218.998 2.228 2.257 2.228a2.247 2.247 0 0 0 2.258-2.228c0-1.219-.999-2.229-2.258-2.229A2.243 2.243 0 0 0 9.27 6.84",
|
|
14
|
+
}),
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
const sizeMap = {
|
|
18
|
+
24: PiggyBank24,
|
|
19
|
+
};
|
|
20
|
+
export function PiggyBank(_ref) {
|
|
21
|
+
let { size = "24", ...props } = _ref;
|
|
22
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
23
|
+
if (
|
|
24
|
+
process.env.NODE_ENV !== "production" &&
|
|
25
|
+
process.env.NODE_ENV !== "test" &&
|
|
26
|
+
!sizeMap[size]
|
|
27
|
+
) {
|
|
28
|
+
console.warn(
|
|
29
|
+
new Error(
|
|
30
|
+
"The '".concat(
|
|
31
|
+
size,
|
|
32
|
+
"' size is not supported by the 'PiggyBank' icon. Please use one of the available sizes: '24'.",
|
|
33
|
+
),
|
|
34
|
+
),
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
return /*#__PURE__*/ _jsx(Icon, {
|
|
38
|
+
...props,
|
|
39
|
+
});
|
|
40
|
+
}
|
package/dist/ZoomIn.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
var ZoomIn24 = function ZoomIn24(props) {
|
|
4
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
...props,
|
|
11
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M17.611 11.056a6.556 6.556 0 1 0-2 4.71 1 1 0 0 1 .156-.155 6.53 6.53 0 0 0 1.844-4.555m-7.555 2.833v-1.833H8.223a1 1 0 0 1 0-2h1.833V8.223a1 1 0 1 1 2 0v1.833h1.833a1 1 0 1 1 0 2h-1.833v1.833a1 1 0 0 1-2 0m9.555-2.833c0 2.002-.69 3.841-1.842 5.299l3.438 3.438a1 1 0 1 1-1.414 1.414l-3.438-3.438a8.5 8.5 0 0 1-5.3 1.842 8.556 8.556 0 1 1 8.556-8.555",
|
|
14
|
+
}),
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
const sizeMap = {
|
|
18
|
+
24: ZoomIn24,
|
|
19
|
+
};
|
|
20
|
+
export function ZoomIn(_ref) {
|
|
21
|
+
let { size = "24", ...props } = _ref;
|
|
22
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
23
|
+
if (
|
|
24
|
+
process.env.NODE_ENV !== "production" &&
|
|
25
|
+
process.env.NODE_ENV !== "test" &&
|
|
26
|
+
!sizeMap[size]
|
|
27
|
+
) {
|
|
28
|
+
console.warn(
|
|
29
|
+
new Error(
|
|
30
|
+
"The '".concat(
|
|
31
|
+
size,
|
|
32
|
+
"' size is not supported by the 'ZoomIn' icon. Please use one of the available sizes: '24'.",
|
|
33
|
+
),
|
|
34
|
+
),
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
return /*#__PURE__*/ _jsx(Icon, {
|
|
38
|
+
...props,
|
|
39
|
+
});
|
|
40
|
+
}
|
package/dist/ZoomOut.js
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
var ZoomOut24 = function ZoomOut24(props) {
|
|
4
|
+
return /*#__PURE__*/ _jsx("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "24",
|
|
7
|
+
height: "24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
...props,
|
|
11
|
+
children: /*#__PURE__*/ _jsx("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M17.611 11.056a6.556 6.556 0 1 0-2 4.71 1 1 0 0 1 .156-.155 6.53 6.53 0 0 0 1.844-4.555m-3.722-1a1 1 0 1 1 0 2H8.223a1 1 0 0 1 0-2zm5.722 1c0 2.002-.69 3.841-1.842 5.299l3.438 3.438a1 1 0 1 1-1.414 1.414l-3.438-3.438a8.5 8.5 0 0 1-5.3 1.842 8.556 8.556 0 1 1 8.556-8.555",
|
|
14
|
+
}),
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
const sizeMap = {
|
|
18
|
+
24: ZoomOut24,
|
|
19
|
+
};
|
|
20
|
+
export function ZoomOut(_ref) {
|
|
21
|
+
let { size = "24", ...props } = _ref;
|
|
22
|
+
const Icon = sizeMap[size] || sizeMap["24"];
|
|
23
|
+
if (
|
|
24
|
+
process.env.NODE_ENV !== "production" &&
|
|
25
|
+
process.env.NODE_ENV !== "test" &&
|
|
26
|
+
!sizeMap[size]
|
|
27
|
+
) {
|
|
28
|
+
console.warn(
|
|
29
|
+
new Error(
|
|
30
|
+
"The '".concat(
|
|
31
|
+
size,
|
|
32
|
+
"' size is not supported by the 'ZoomOut' icon. Please use one of the available sizes: '24'.",
|
|
33
|
+
),
|
|
34
|
+
),
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
return /*#__PURE__*/ _jsx(Icon, {
|
|
38
|
+
...props,
|
|
39
|
+
});
|
|
40
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -128,6 +128,10 @@ declare const View: IconComponentType<"16" | "24">;
|
|
|
128
128
|
|
|
129
129
|
declare const WeekView: IconComponentType<"24">;
|
|
130
130
|
|
|
131
|
+
declare const ZoomIn: IconComponentType<"24">;
|
|
132
|
+
|
|
133
|
+
declare const ZoomOut: IconComponentType<"24">;
|
|
134
|
+
|
|
131
135
|
/**
|
|
132
136
|
* @deprecated Use the `SumUpLogo` component instead.
|
|
133
137
|
*/
|
|
@@ -660,6 +664,8 @@ declare const TransferOut: IconComponentType<"24">;
|
|
|
660
664
|
|
|
661
665
|
declare const Wealth: IconComponentType<"16" | "24">;
|
|
662
666
|
|
|
667
|
+
declare const PiggyBank: IconComponentType<"24">;
|
|
668
|
+
|
|
663
669
|
declare const WireTransfer: IconComponentType<"24">;
|
|
664
670
|
|
|
665
671
|
declare const Accessibility: IconComponentType<"24">;
|
|
@@ -728,6 +734,8 @@ declare const Favorite: IconComponentType<"16" | "24">;
|
|
|
728
734
|
|
|
729
735
|
declare const Favourite: IconComponentType<"16" | "24">;
|
|
730
736
|
|
|
737
|
+
declare const FullReturn: IconComponentType<"16" | "24">;
|
|
738
|
+
|
|
731
739
|
declare const Gauge: IconComponentType<"24">;
|
|
732
740
|
|
|
733
741
|
declare const Globe: IconComponentType<"24">;
|
|
@@ -763,10 +771,14 @@ declare const NoSim: IconComponentType<"24">;
|
|
|
763
771
|
|
|
764
772
|
declare const NoSimcard: IconComponentType<"24">;
|
|
765
773
|
|
|
774
|
+
declare const OrderPlaced: IconComponentType<"16" | "24">;
|
|
775
|
+
|
|
766
776
|
declare const Package: IconComponentType<"24">;
|
|
767
777
|
|
|
768
778
|
declare const PaidOut: IconComponentType<"16" | "24">;
|
|
769
779
|
|
|
780
|
+
declare const PartialReturn: IconComponentType<"16" | "24">;
|
|
781
|
+
|
|
770
782
|
/**
|
|
771
783
|
* @deprecated Use the `PrinterFailed` icon instead.
|
|
772
784
|
*/
|
|
@@ -1172,6 +1184,8 @@ export {
|
|
|
1172
1184
|
UploadCloud,
|
|
1173
1185
|
View,
|
|
1174
1186
|
WeekView,
|
|
1187
|
+
ZoomIn,
|
|
1188
|
+
ZoomOut,
|
|
1175
1189
|
SumUpLogo,
|
|
1176
1190
|
SumUpLogomark,
|
|
1177
1191
|
PlusTier,
|
|
@@ -1306,6 +1320,7 @@ export {
|
|
|
1306
1320
|
TransferIn,
|
|
1307
1321
|
TransferOut,
|
|
1308
1322
|
Wealth,
|
|
1323
|
+
PiggyBank,
|
|
1309
1324
|
WireTransfer,
|
|
1310
1325
|
Accessibility,
|
|
1311
1326
|
Alarm,
|
|
@@ -1334,6 +1349,7 @@ export {
|
|
|
1334
1349
|
Customise,
|
|
1335
1350
|
Favorite,
|
|
1336
1351
|
Favourite,
|
|
1352
|
+
FullReturn,
|
|
1337
1353
|
Gauge,
|
|
1338
1354
|
Globe,
|
|
1339
1355
|
Health,
|
|
@@ -1350,8 +1366,10 @@ export {
|
|
|
1350
1366
|
Motorbike,
|
|
1351
1367
|
NoSim,
|
|
1352
1368
|
NoSimcard,
|
|
1369
|
+
OrderPlaced,
|
|
1353
1370
|
Package,
|
|
1354
1371
|
PaidOut,
|
|
1372
|
+
PartialReturn,
|
|
1355
1373
|
PrintFailed,
|
|
1356
1374
|
PrinterFailed,
|
|
1357
1375
|
Profile,
|
|
@@ -1538,6 +1556,8 @@ export type IconName =
|
|
|
1538
1556
|
| "upload_cloud"
|
|
1539
1557
|
| "view"
|
|
1540
1558
|
| "week_view"
|
|
1559
|
+
| "zoom_in"
|
|
1560
|
+
| "zoom_out"
|
|
1541
1561
|
| "sum_up_logo"
|
|
1542
1562
|
| "sum_up_logomark"
|
|
1543
1563
|
| "plus_tier"
|
|
@@ -1672,6 +1692,7 @@ export type IconName =
|
|
|
1672
1692
|
| "transfer_in"
|
|
1673
1693
|
| "transfer_out"
|
|
1674
1694
|
| "wealth"
|
|
1695
|
+
| "piggy_bank"
|
|
1675
1696
|
| "wire_transfer"
|
|
1676
1697
|
| "accessibility"
|
|
1677
1698
|
| "alarm"
|
|
@@ -1700,6 +1721,7 @@ export type IconName =
|
|
|
1700
1721
|
| "customise"
|
|
1701
1722
|
| "favorite"
|
|
1702
1723
|
| "favourite"
|
|
1724
|
+
| "full_return"
|
|
1703
1725
|
| "gauge"
|
|
1704
1726
|
| "globe"
|
|
1705
1727
|
| "health"
|
|
@@ -1716,8 +1738,10 @@ export type IconName =
|
|
|
1716
1738
|
| "motorbike"
|
|
1717
1739
|
| "no_sim"
|
|
1718
1740
|
| "no_simcard"
|
|
1741
|
+
| "order_placed"
|
|
1719
1742
|
| "package"
|
|
1720
1743
|
| "paid_out"
|
|
1744
|
+
| "partial_return"
|
|
1721
1745
|
| "print_failed"
|
|
1722
1746
|
| "printer_failed"
|
|
1723
1747
|
| "profile"
|
|
@@ -1914,6 +1938,8 @@ type Icons = {
|
|
|
1914
1938
|
upload_cloud: "24";
|
|
1915
1939
|
view: "16" | "24";
|
|
1916
1940
|
week_view: "24";
|
|
1941
|
+
zoom_in: "24";
|
|
1942
|
+
zoom_out: "24";
|
|
1917
1943
|
sum_up_logo: "24";
|
|
1918
1944
|
sum_up_logomark: "24" | "32";
|
|
1919
1945
|
plus_tier: "16" | "24" | "32";
|
|
@@ -2048,6 +2074,7 @@ type Icons = {
|
|
|
2048
2074
|
transfer_in: "24";
|
|
2049
2075
|
transfer_out: "24";
|
|
2050
2076
|
wealth: "16" | "24";
|
|
2077
|
+
piggy_bank: "24";
|
|
2051
2078
|
wire_transfer: "24";
|
|
2052
2079
|
accessibility: "24";
|
|
2053
2080
|
alarm: "24";
|
|
@@ -2076,6 +2103,7 @@ type Icons = {
|
|
|
2076
2103
|
customise: "24";
|
|
2077
2104
|
favorite: "16" | "24";
|
|
2078
2105
|
favourite: "16" | "24";
|
|
2106
|
+
full_return: "16" | "24";
|
|
2079
2107
|
gauge: "24";
|
|
2080
2108
|
globe: "24";
|
|
2081
2109
|
health: "24";
|
|
@@ -2092,8 +2120,10 @@ type Icons = {
|
|
|
2092
2120
|
motorbike: "24";
|
|
2093
2121
|
no_sim: "24";
|
|
2094
2122
|
no_simcard: "24";
|
|
2123
|
+
order_placed: "16" | "24";
|
|
2095
2124
|
package: "24";
|
|
2096
2125
|
paid_out: "16" | "24";
|
|
2126
|
+
partial_return: "16" | "24";
|
|
2097
2127
|
print_failed: "16" | "24";
|
|
2098
2128
|
printer_failed: "16" | "24";
|
|
2099
2129
|
profile: "16" | "24";
|
package/dist/index.js
CHANGED
|
@@ -54,6 +54,8 @@ export { Upload } from "./Upload.js";
|
|
|
54
54
|
export { UploadCloud } from "./UploadCloud.js";
|
|
55
55
|
export { View } from "./View.js";
|
|
56
56
|
export { WeekView } from "./WeekView.js";
|
|
57
|
+
export { ZoomIn } from "./ZoomIn.js";
|
|
58
|
+
export { ZoomOut } from "./ZoomOut.js";
|
|
57
59
|
export { SumUpLogo } from "./SumUpLogo.js";
|
|
58
60
|
export { SumUpLogomark } from "./SumUpLogomark.js";
|
|
59
61
|
export { PlusTier } from "./PlusTier.js";
|
|
@@ -188,6 +190,7 @@ export { Percentage } from "./Percentage.js";
|
|
|
188
190
|
export { TransferIn } from "./TransferIn.js";
|
|
189
191
|
export { TransferOut } from "./TransferOut.js";
|
|
190
192
|
export { Wealth } from "./Wealth.js";
|
|
193
|
+
export { PiggyBank } from "./PiggyBank.js";
|
|
191
194
|
export { WireTransfer } from "./WireTransfer.js";
|
|
192
195
|
export { Accessibility } from "./Accessibility.js";
|
|
193
196
|
export { Alarm } from "./Alarm.js";
|
|
@@ -216,6 +219,7 @@ export { Customize } from "./Customize.js";
|
|
|
216
219
|
export { Customise } from "./Customise.js";
|
|
217
220
|
export { Favorite } from "./Favorite.js";
|
|
218
221
|
export { Favourite } from "./Favourite.js";
|
|
222
|
+
export { FullReturn } from "./FullReturn.js";
|
|
219
223
|
export { Gauge } from "./Gauge.js";
|
|
220
224
|
export { Globe } from "./Globe.js";
|
|
221
225
|
export { Health } from "./Health.js";
|
|
@@ -232,8 +236,10 @@ export { Moon } from "./Moon.js";
|
|
|
232
236
|
export { Motorbike } from "./Motorbike.js";
|
|
233
237
|
export { NoSim } from "./NoSim.js";
|
|
234
238
|
export { NoSimcard } from "./NoSimcard.js";
|
|
239
|
+
export { OrderPlaced } from "./OrderPlaced.js";
|
|
235
240
|
export { Package } from "./Package.js";
|
|
236
241
|
export { PaidOut } from "./PaidOut.js";
|
|
242
|
+
export { PartialReturn } from "./PartialReturn.js";
|
|
237
243
|
export { PrintFailed } from "./PrintFailed.js";
|
|
238
244
|
export { PrinterFailed } from "./PrinterFailed.js";
|
|
239
245
|
export { Profile } from "./Profile.js";
|
package/manifest.json
CHANGED
|
@@ -422,6 +422,16 @@
|
|
|
422
422
|
"category": "Action",
|
|
423
423
|
"size": "24"
|
|
424
424
|
},
|
|
425
|
+
{
|
|
426
|
+
"name": "zoom_in",
|
|
427
|
+
"category": "Action",
|
|
428
|
+
"size": "24"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "zoom_out",
|
|
432
|
+
"category": "Action",
|
|
433
|
+
"size": "24"
|
|
434
|
+
},
|
|
425
435
|
{
|
|
426
436
|
"name": "sum_up_logo",
|
|
427
437
|
"category": "Brand",
|
|
@@ -3034,6 +3044,11 @@
|
|
|
3034
3044
|
"category": "Finance",
|
|
3035
3045
|
"size": "24"
|
|
3036
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "piggy_bank",
|
|
3049
|
+
"category": "Finance",
|
|
3050
|
+
"size": "24"
|
|
3051
|
+
},
|
|
3037
3052
|
{
|
|
3038
3053
|
"name": "wire_transfer",
|
|
3039
3054
|
"category": "Finance",
|
|
@@ -3211,6 +3226,16 @@
|
|
|
3211
3226
|
"category": "Miscellaneous",
|
|
3212
3227
|
"size": "16"
|
|
3213
3228
|
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "full_return",
|
|
3231
|
+
"category": "Miscellaneous",
|
|
3232
|
+
"size": "16"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "full_return",
|
|
3236
|
+
"category": "Miscellaneous",
|
|
3237
|
+
"size": "24"
|
|
3238
|
+
},
|
|
3214
3239
|
{
|
|
3215
3240
|
"name": "gauge",
|
|
3216
3241
|
"category": "Miscellaneous",
|
|
@@ -3297,6 +3322,16 @@
|
|
|
3297
3322
|
"category": "Miscellaneous",
|
|
3298
3323
|
"size": "24"
|
|
3299
3324
|
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "order_placed",
|
|
3327
|
+
"category": "Miscellaneous",
|
|
3328
|
+
"size": "16"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "order_placed",
|
|
3332
|
+
"category": "Miscellaneous",
|
|
3333
|
+
"size": "24"
|
|
3334
|
+
},
|
|
3300
3335
|
{
|
|
3301
3336
|
"name": "package",
|
|
3302
3337
|
"category": "Miscellaneous",
|
|
@@ -3312,6 +3347,16 @@
|
|
|
3312
3347
|
"category": "Miscellaneous",
|
|
3313
3348
|
"size": "16"
|
|
3314
3349
|
},
|
|
3350
|
+
{
|
|
3351
|
+
"name": "partial_return",
|
|
3352
|
+
"category": "Miscellaneous",
|
|
3353
|
+
"size": "16"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"name": "partial_return",
|
|
3357
|
+
"category": "Miscellaneous",
|
|
3358
|
+
"size": "24"
|
|
3359
|
+
},
|
|
3315
3360
|
{
|
|
3316
3361
|
"name": "print_failed",
|
|
3317
3362
|
"category": "Miscellaneous",
|
package/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.6 8C13.6 4.90721 11.0928 2.4 8 2.4C4.90721 2.4 2.4 4.90721 2.4 8C2.4 11.0928 4.90721 13.6 8 13.6C11.0928 13.6 13.6 11.0928 13.6 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z" fill="currentColor"/>
|
|
3
|
+
</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="M20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.6 8C13.6 4.90721 11.0928 2.4 8 2.4C8 6 8 4.40721 8 7.5C8 10.5928 8 9.5 8 13.6C11.0928 13.6 13.6 11.0928 13.6 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z" fill="currentColor"/>
|
|
3
|
+
</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="M12 12C12 7.58172 12 7 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C12 18 12 16.4183 12 12ZM2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="currentColor" d="m19.52 8.144-.003-.004-.002-.001zm-5.053 11.245h1.208v-.61c0-.1-.015-.425.09-.718.08-.226.202-.414.371-.58l.104-.09c.102-.081.199-.136.264-.17.086-.046.19-.092.278-.133l.278-.14a4.6 4.6 0 0 0 1.592-1.43c.052-.077.207-.322.413-.487.158-.127.325-.213.517-.27.249-.074.514-.063.6-.063h.218v-2.59a1.6 1.6 0 0 1-.37-.07v.001c-.24-.08-.443-.209-.62-.394a1.6 1.6 0 0 1-.248-.353 6 6 0 0 1-.129-.265l-.088-.18a4.6 4.6 0 0 0-.826-1.126c-.051-.052-.217-.206-.328-.387l-.06-.106a1.5 1.5 0 0 1-.124-.337V8.89c-.05-.205-.042-.418-.042-.483v-.643l-1.87.531-.002.001q-.018.005-.065.016a4.36 4.36 0 0 1-4.1 2.868A4.36 4.36 0 0 1 8.053 9.46a4.545 4.545 0 0 0-.284 6.694l.143.146q.046.051.096.113l.09.13.06.105c.054.106.095.215.124.335l.027.154c.019.15.015.282.015.331v1.92h1.208v-.07c0-.114-.002-.264.01-.396a1.5 1.5 0 0 1 .158-.583c.148-.288.382-.52.668-.664l.163-.07c.16-.056.305-.075.412-.084.13-.01.28-.01.395-.01h1.322c.116 0 .264 0 .395.01.143.012.353.042.574.154.25.126.462.32.61.56l.059.104.072.166c.058.161.078.308.087.417.01.132.01.282.01.396zm8.023-3.991a1.5 1.5 0 0 1-.158.583c-.148.288-.382.52-.668.664a1.5 1.5 0 0 1-.575.153c-.13.011-.28.01-.395.01h-.382a6.7 6.7 0 0 1-2.537 2.139v.747c0 .114 0 .263-.01.395a1.5 1.5 0 0 1-.158.583c-.148.288-.382.52-.668.664a1.5 1.5 0 0 1-.575.154c-.13.01-.28.01-.395.01h-1.795c-.115 0-.264 0-.395-.01a1.5 1.5 0 0 1-.575-.154 1.53 1.53 0 0 1-.668-.664 1.5 1.5 0 0 1-.159-.583c-.01-.132-.01-.281-.01-.395v-.07h-.734v.07c0 .114 0 .263-.01.395a1.5 1.5 0 0 1-.16.582c-.129.252-.324.462-.562.607l-.105.058a1.5 1.5 0 0 1-.575.154c-.13.01-.28.01-.395.01H8.031c-.115 0-.264 0-.395-.01a1.5 1.5 0 0 1-.575-.154 1.52 1.52 0 0 1-.668-.664 1.5 1.5 0 0 1-.158-.583c-.01-.132-.01-.281-.01-.395v-2.11a6.66 6.66 0 0 1-1.807-3.591A2.935 2.935 0 0 1 1.5 11.062c0-1.093.6-2.04 1.475-2.542a1.047 1.047 0 0 1 1.432.393c.287.506.113 1.15-.39 1.44a.82.82 0 0 0-.417.709.83.83 0 0 0 .82.82 6.68 6.68 0 0 1 2.793-4.428 4.4 4.4 0 0 1-.043-.614c0-2.41 1.963-4.34 4.357-4.34 2.132 0 3.92 1.53 4.287 3.567l1.552-.44c.145-.04.32-.09.475-.12.16-.03.42-.065.713.017h.001c.317.09.598.28.798.543l.08.117.056.1c.118.228.15.448.162.592.015.157.014.34.014.49v.925a6.7 6.7 0 0 1 1.21 1.718c.07.001.142 0 .209.006.136.01.336.038.55.14.27.13.498.336.652.595l.061.114v.001c.105.217.133.42.144.558.01.125.009.268.009.376v3.204c0 .114 0 .263-.01.395M9.27 6.84c0 1.218.998 2.228 2.257 2.228a2.247 2.247 0 0 0 2.258-2.228c0-1.219-.999-2.229-2.258-2.229A2.243 2.243 0 0 0 9.27 6.84"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="currentColor" d="M17.611 11.056a6.556 6.556 0 1 0-2 4.71 1 1 0 0 1 .156-.155 6.53 6.53 0 0 0 1.844-4.555m-7.555 2.833v-1.833H8.223a1 1 0 0 1 0-2h1.833V8.223a1 1 0 1 1 2 0v1.833h1.833a1 1 0 1 1 0 2h-1.833v1.833a1 1 0 0 1-2 0m9.555-2.833c0 2.002-.69 3.841-1.842 5.299l3.438 3.438a1 1 0 1 1-1.414 1.414l-3.438-3.438a8.5 8.5 0 0 1-5.3 1.842 8.556 8.556 0 1 1 8.556-8.555"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="currentColor" d="M17.611 11.056a6.556 6.556 0 1 0-2 4.71 1 1 0 0 1 .156-.155 6.53 6.53 0 0 0 1.844-4.555m-3.722-1a1 1 0 1 1 0 2H8.223a1 1 0 0 1 0-2zm5.722 1c0 2.002-.69 3.841-1.842 5.299l3.438 3.438a1 1 0 1 1-1.414 1.414l-3.438-3.438a8.5 8.5 0 0 1-5.3 1.842 8.556 8.556 0 1 1 8.556-8.555"/>
|
|
3
|
+
</svg>
|