@sumup-oss/icons 5.8.0 → 5.10.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.
@@ -47,22 +47,18 @@ var BulkTransfer24 = function BulkTransfer24(props) {
47
47
  xmlns: "http://www.w3.org/2000/svg",
48
48
  width: "24",
49
49
  height: "24",
50
- viewBox: "0 0 24 24",
51
50
  fill: "none",
51
+ viewBox: "0 0 24 24",
52
52
  },
53
53
  props,
54
54
  ),
55
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
56
  fill: "currentColor",
57
+ d: "M21 13a1 1 0 0 0 1-1l-.004-9a1 1 0 0 0-1-1H12a1 1 0 1 0 0 2h6.582L2.297 20.293a1 1 0 1 0 1.414 1.414L19.996 5.414 20 12a1 1 0 0 0 1 1",
62
58
  }),
63
59
  /*#__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
60
  fill: "currentColor",
61
+ d: "M19.988 21v-5a1 1 0 0 0-1-1h-5a1 1 0 0 0 0 2h2.585l-3.28 3.281a1 1 0 1 0 1.414 1.414l3.28-3.28V21a1 1 0 1 0 2 0M9 10a1 1 0 1 1-2 0V7.414l-3.28 3.281a1 1 0 0 1-1.415-1.414L5.585 6H3a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1z",
66
62
  }),
67
63
  );
68
64
  };
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
48
+ width: "16",
49
+ height: "16",
50
+ fill: "none",
51
+ viewBox: "0 0 16 16",
52
+ },
53
+ props,
54
+ ),
55
+ /*#__PURE__*/ React.createElement("path", {
56
+ fill: "currentColor",
57
+ d: "M10 4.5a1 1 0 0 0 2 0V4h3a1 1 0 1 0 0-2h-3v-.5a1 1 0 0 0-2 0zM1 2h7v2H1a1 1 0 0 1 0-2m3 7.5a1 1 0 1 0 2 0v-3a1 1 0 0 0-2 0V7H1a1 1 0 0 0 0 2h3zM15 9H8V7h7a1 1 0 1 1 0 2m-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 1M8 12H1a1 1 0 0 0 0 2h7z",
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
+ }
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
48
+ width: "24",
49
+ height: "24",
50
+ fill: "none",
51
+ viewBox: "0 0 24 24",
52
+ },
53
+ props,
54
+ ),
55
+ /*#__PURE__*/ React.createElement("path", {
56
+ fill: "currentColor",
57
+ d: "M5 17q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 15V9q0-.825.587-1.412A1.93 1.93 0 0 1 5 7h14q.824 0 1.413.588Q21 8.175 21 9v6q0 .824-.587 1.413A1.93 1.93 0 0 1 19 17zm0-2h14V9H5zM4 5a1 1 0 0 1 0-2h16a1 1 0 1 1 0 2zm0 16a1 1 0 1 1 0-2h16a1 1 0 1 1 0 2z",
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
+ }
package/dist/Girocard.js CHANGED
@@ -44,41 +44,41 @@ var Girocard32 = function Girocard32(props) {
44
44
  "svg",
45
45
  _extends(
46
46
  {
47
+ xmlns: "http://www.w3.org/2000/svg",
47
48
  width: "32",
48
49
  height: "24",
49
- viewBox: "0 0 32 24",
50
50
  fill: "none",
51
- xmlns: "http://www.w3.org/2000/svg",
51
+ viewBox: "0 0 32 24",
52
52
  },
53
53
  props,
54
54
  ),
55
55
  /*#__PURE__*/ React.createElement("rect", {
56
- x: ".5",
57
- y: ".5",
58
56
  width: "31",
59
57
  height: "23",
60
- rx: "3.5",
58
+ x: ".5",
59
+ y: ".5",
61
60
  fill: "#fff",
61
+ rx: "3.5",
62
62
  }),
63
63
  /*#__PURE__*/ React.createElement("rect", {
64
- x: ".5",
65
- y: ".5",
66
64
  width: "31",
67
65
  height: "23",
68
- rx: "3.5",
66
+ x: ".5",
67
+ y: ".5",
69
68
  stroke: "#CCC",
69
+ rx: "3.5",
70
70
  }),
71
71
  /*#__PURE__*/ React.createElement("path", {
72
- d: "M20.45 8.62H19.1v.36h1.06l2.67 10.86H9.17l2.67-10.86h1.06v-.36h-1.35L8.6 20.29h14.82L20.45 8.62Z",
73
72
  fill: "#1F3A6A",
73
+ d: "M20.45 8.62H19.1v.36h1.06l2.67 10.86H9.17l2.67-10.86h1.06v-.36h-1.35L8.6 20.29h14.82z",
74
74
  }),
75
75
  /*#__PURE__*/ React.createElement("path", {
76
- d: "M18.6 3.71h-5.2c-.29 0-.53.24-.53.53v5.1h.4v-5.1c0-.07.06-.13.13-.13h.97v3.67h-1.02l1.46 1.56h2.38l1.46-1.56h-1.02V4.11h.97c.07 0 .14.06.14.13v5.1h.39v-5.1c0-.29-.24-.53-.53-.53Z",
77
76
  fill: "#5DC4E9",
77
+ d: "M18.6 3.71h-5.2c-.29 0-.53.24-.53.53v5.1h.4v-5.1c0-.07.06-.13.13-.13h.97v3.67h-1.02l1.46 1.56h2.38l1.46-1.56h-1.02V4.11h.97c.07 0 .14.06.14.13v5.1h.39v-5.1c0-.29-.24-.53-.53-.53",
78
78
  }),
79
79
  /*#__PURE__*/ React.createElement("path", {
80
- d: "M14.85 15.7h2.3c.15 0 .27-.12.26-.28l-.1-1.5a.3.3 0 0 0-.28-.27h-2.06a.3.3 0 0 0-.29.27l-.09 1.5c0 .16.11.28.26.28ZM13.87 13.65h-2.06c-.16 0-.3.12-.34.27l-.3 1.5c-.03.16.07.28.22.28h2.3a.3.3 0 0 0 .31-.28l.13-1.5a.25.25 0 0 0-.26-.27ZM14.95 13.17h2.1a.2.2 0 0 0 .21-.22l-.07-1.2a.24.24 0 0 0-.23-.22h-1.92c-.12 0-.22.1-.23.22l-.07 1.2c0 .12.08.22.2.22ZM14.11 11.53h-1.93c-.13 0-.25.1-.27.22l-.24 1.2c-.03.12.05.22.17.22h2.13c.12 0 .23-.1.24-.22l.1-1.2a.2.2 0 0 0-.2-.22ZM20.15 13.17c.12 0 .2-.1.18-.21l-.25-1.21a.28.28 0 0 0-.26-.22h-1.93a.2.2 0 0 0-.2.22l.1 1.2c.01.12.12.22.24.22h2.12ZM15.04 11.13h1.92c.1 0 .19-.1.18-.2L17.1 10c0-.1-.1-.19-.2-.19h-1.77a.2.2 0 0 0-.21.2l-.05.92c-.01.1.07.2.18.2ZM19.76 11.13c.11 0 .18-.09.16-.2l-.19-.93a.25.25 0 0 0-.23-.19H17.7c-.1 0-.18.09-.17.2l.08.92c0 .1.1.2.2.2h1.94ZM14.29 9.81h-1.8c-.1 0-.2.09-.23.2l-.19.93c-.02.1.05.19.16.19h1.94c.11 0 .2-.1.21-.2l.08-.93c.01-.1-.07-.19-.17-.19ZM20.6 15.7c.16 0 .26-.12.23-.27l-.3-1.51a.35.35 0 0 0-.34-.27h-2.06a.25.25 0 0 0-.26.27l.13 1.5a.3.3 0 0 0 .3.28h2.3ZM17.12 16.26h-2.24a.36.36 0 0 0-.35.33l-.12 1.9c0 .19.13.34.32.34h2.54c.19 0 .33-.15.32-.34l-.12-1.9a.36.36 0 0 0-.35-.33ZM13.6 16.26h-2.27a.42.42 0 0 0-.4.32l-.38 1.92c-.04.18.09.33.27.33h2.56c.18 0 .34-.15.36-.34l.16-1.9a.3.3 0 0 0-.3-.33ZM21.06 16.58a.42.42 0 0 0-.4-.32H18.4a.3.3 0 0 0-.3.33l.16 1.9c.02.19.18.34.36.34h2.56c.18 0 .3-.15.27-.33l-.39-1.92Z",
81
80
  fill: "#1F3A6A",
81
+ d: "M14.85 15.7h2.3c.15 0 .27-.12.26-.28l-.1-1.5a.3.3 0 0 0-.28-.27h-2.06a.3.3 0 0 0-.29.27l-.09 1.5c0 .16.11.28.26.28m-.98-2.05h-2.06c-.16 0-.3.12-.34.27l-.3 1.5c-.03.16.07.28.22.28h2.3a.3.3 0 0 0 .31-.28l.13-1.5a.25.25 0 0 0-.26-.27m1.08-.48h2.1a.2.2 0 0 0 .21-.22l-.07-1.2a.24.24 0 0 0-.23-.22h-1.92c-.12 0-.22.1-.23.22l-.07 1.2c0 .12.08.22.2.22Zm-.84-1.64h-1.93c-.13 0-.25.1-.27.22l-.24 1.2c-.03.12.05.22.17.22h2.13c.12 0 .23-.1.24-.22l.1-1.2a.2.2 0 0 0-.2-.22m6.04 1.64c.12 0 .2-.1.18-.21l-.25-1.21a.28.28 0 0 0-.26-.22h-1.93a.2.2 0 0 0-.2.22l.1 1.2c.01.12.12.22.24.22zm-5.11-2.04h1.92c.1 0 .19-.1.18-.2L17.1 10c0-.1-.1-.19-.2-.19h-1.77a.2.2 0 0 0-.21.2l-.05.92c-.01.1.07.2.18.2Zm4.72 0c.11 0 .18-.09.16-.2l-.19-.93a.25.25 0 0 0-.23-.19h-1.8c-.1 0-.18.09-.17.2l.08.92c0 .1.1.2.2.2h1.94Zm-5.47-1.32h-1.8c-.1 0-.2.09-.23.2l-.19.93c-.02.1.05.19.16.19h1.94c.11 0 .2-.1.21-.2l.08-.93c.01-.1-.07-.19-.17-.19m6.31 5.89c.16 0 .26-.12.23-.27l-.3-1.51a.35.35 0 0 0-.34-.27h-2.06a.25.25 0 0 0-.26.27l.13 1.5a.3.3 0 0 0 .3.28zm-3.48.56h-2.24a.36.36 0 0 0-.35.33l-.12 1.9c0 .19.13.34.32.34h2.54c.19 0 .33-.15.32-.34l-.12-1.9a.36.36 0 0 0-.35-.33m-3.52 0h-2.27a.42.42 0 0 0-.4.32l-.38 1.92c-.04.18.09.33.27.33h2.56c.18 0 .34-.15.36-.34l.16-1.9a.3.3 0 0 0-.3-.33m7.46.32a.42.42 0 0 0-.4-.32H18.4a.3.3 0 0 0-.3.33l.16 1.9c.02.19.18.34.36.34h2.56c.18 0 .3-.15.27-.33z",
82
82
  }),
83
83
  );
84
84
  };
@@ -87,25 +87,25 @@ var Girocard24 = function Girocard24(props) {
87
87
  "svg",
88
88
  _extends(
89
89
  {
90
+ xmlns: "http://www.w3.org/2000/svg",
90
91
  width: "28",
91
92
  height: "24",
92
- viewBox: "0 0 28 24",
93
93
  fill: "none",
94
- xmlns: "http://www.w3.org/2000/svg",
94
+ viewBox: "0 0 28 24",
95
95
  },
96
96
  props,
97
97
  ),
98
98
  /*#__PURE__*/ React.createElement("path", {
99
99
  fill: "#1F3A6A",
100
- d: "M8.775 18.363c.199 0 .299.035.496.098v-.715c-.037-.003-.258-.038-.442-.038-.296 0-.673.072-.962.42-.049.056-.115.166-.201.31l-.037-.682h-.69c.023.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.741v-2.003c.026-.388.044-.902.443-1.251.266-.23.528-.23.619-.23ZM6.1 17.756h-.72v4.093h.72v-4.093Zm-2.339 2.073c0 .103 0 .509-.236.88-.245.385-.613.57-.934.57-.275 0-.558-.12-.75-.3-.29-.286-.373-.745-.373-1.182.005-.618.183-.966.475-1.233a.928.928 0 0 1 .641-.262c.205 0 .465.08.68.252.52.436.497 1.236.497 1.275Zm.367 3.166c.305-.403.33-.82.351-1.679l-.009-3.56h-.685v.632a1.693 1.693 0 0 0-.33-.386c-.182-.159-.52-.334-.98-.326a1.674 1.674 0 0 0-1.375.731c-.32.442-.406.972-.406 1.422 0 .113 0 .5.121.864.032.102.17.56.574.9.224.183.566.366 1.086.341.29-.015.689-.11.979-.355.092-.08.147-.133.276-.309l-.006.562c-.016.182-.026.365-.095.545a.885.885 0 0 1-.184.31c-.196.228-.448.346-.93.363a3.28 3.28 0 0 1-1.042-.173c-.197-.072-.32-.15-.405-.197l-.076.712c.116.047.2.078.323.12.197.063.628.173 1.153.173.566 0 .926-.129 1.17-.262.27-.158.398-.3.49-.428Zm1.204-6.213h.788v-.808h-.788v.808Zm7.205 2.981c0 .447-.14 1.102-.689 1.413-.11.055-.3.143-.568.143a1.21 1.21 0 0 1-.495-.111 1.44 1.44 0 0 1-.2-.13c-.112-.083-.267-.252-.39-.537a1.883 1.883 0 0 1-.136-.792c.014-.567.25-.97.497-1.178.161-.135.42-.293.804-.293.633.008.914.443 1.053.776.045.12.123.386.123.709Zm.16 1.635c.473-.477.609-1.125.602-1.649-.022-1.005-.55-1.605-1.048-1.868a1.999 1.999 0 0 0-.891-.196c-.918 0-1.508.476-1.79.965-.201.349-.274.752-.285 1.165-.008.821.284 1.305.635 1.646.085.07.169.136.26.19.23.15.559.276 1.1.276.416 0 .69-.078.865-.16a1.81 1.81 0 0 0 .552-.369Zm3.018.513c.491 0 .756-.11.986-.212l-.055-.658c-.142.062-.465.22-.854.22-.055 0-.308 0-.519-.111-.62-.307-.773-.933-.773-1.398 0-.688.345-1.086.693-1.276.316-.177.6-.167.713-.167.29.014.52.118.636.175l.038-.666c-.13-.032-.435-.133-.788-.14-.819-.025-1.33.355-1.63.749-.342.446-.434.99-.419 1.445.03 1.087.65 1.674 1.194 1.895.145.065.403.139.778.144Zm3.893-1.906c0 .27-.024.427-.062.553-.015.054-.062.19-.184.35a1.01 1.01 0 0 1-.842.433c-.337 0-.785-.175-.785-.656 0-.477.418-.68.785-.77.11-.022.284-.043.538-.043.183 0 .366.005.55.02v.113Zm.043 1.844h.625v-2.643c0-.409-.095-.755-.205-.92-.213-.357-.68-.609-1.322-.609-.78 0-1.176.28-1.284.346v.643c.165-.098.637-.388 1.146-.388.497 0 .803.286.905.553.059.168.074.37.074.54-.19-.009-.391-.017-.588-.017-.404 0-.887.018-1.291.215-.314.15-.743.441-.743 1.097 0 .449.209.778.413.95.23.195.537.27.85.29.467.013.784-.13.986-.272.174-.133.28-.26.434-.435v.65Zm3.288-3.486c.199 0 .3.035.497.098v-.715c-.038-.003-.258-.038-.442-.038-.297 0-.673.072-.962.42a2.6 2.6 0 0 0-.202.31l-.037-.682h-.69c.024.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.742v-2.003c.025-.388.043-.902.443-1.251.266-.23.527-.23.618-.23Zm3.616 1.474c0 .073-.006.32-.084.57-.192.579-.625.895-1.108.895-.39 0-.779-.213-.995-.674a1.773 1.773 0 0 1-.151-.838c0-.103.006-.34.106-.631.267-.76.871-.835 1.072-.835.465 0 .891.312 1.076.878.03.12.093.34.084.635Zm.718 1.141c-.022-.79-.022-1.354-.022-2.149 0-.992.016-1.984.022-2.975h-.731v2.455a1.594 1.594 0 0 0-.231-.26 1.498 1.498 0 0 0-1.009-.372 1.75 1.75 0 0 0-1.292.561c-.612.657-.561 1.544-.561 1.677.01.285.047.603.164.897.197.507.662 1.132 1.627 1.132.104 0 .667 0 1.093-.422.077-.063.13-.133.253-.299l.032.626h.688c-.019-.327-.022-.547-.033-.87ZM17.47 4.138h-1.05v.281h.826l2.084 8.474H8.67l2.084-8.474h.826v-.28h-1.05l-2.307 9.1h11.555l-2.308-9.1Z",
100
+ d: "M8.775 18.363c.199 0 .299.035.496.098v-.715c-.037-.003-.258-.038-.442-.038-.296 0-.673.072-.962.42a3 3 0 0 0-.201.31l-.037-.682h-.69c.023.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.741v-2.003c.026-.388.044-.902.443-1.251.266-.23.528-.23.619-.23ZM6.1 17.756h-.72v4.093h.72zm-2.339 2.073c0 .103 0 .509-.236.88-.245.385-.613.57-.934.57-.275 0-.558-.12-.75-.3-.29-.286-.373-.745-.373-1.182.005-.618.183-.966.475-1.233a.93.93 0 0 1 .641-.262c.205 0 .465.08.68.252.52.436.497 1.236.497 1.275m.367 3.166c.305-.403.33-.82.351-1.679l-.009-3.56h-.685v.632a1.7 1.7 0 0 0-.33-.386c-.182-.159-.52-.334-.98-.326a1.67 1.67 0 0 0-1.375.731c-.32.442-.406.972-.406 1.422 0 .113 0 .5.121.864.032.102.17.56.574.9.224.183.566.366 1.086.341.29-.015.689-.11.979-.355.092-.08.147-.133.276-.309l-.006.562c-.016.182-.026.365-.095.545a.9.9 0 0 1-.184.31c-.196.228-.448.346-.93.363a3.3 3.3 0 0 1-1.042-.173c-.197-.072-.32-.15-.405-.197l-.076.712c.116.047.2.078.323.12.197.063.628.173 1.153.173.566 0 .926-.129 1.17-.262.27-.158.398-.3.49-.428m1.204-6.213h.788v-.808h-.788zm7.205 2.981c0 .447-.14 1.102-.689 1.413-.11.055-.3.143-.568.143a1.2 1.2 0 0 1-.495-.111 1.4 1.4 0 0 1-.2-.13c-.112-.083-.267-.252-.39-.537a1.9 1.9 0 0 1-.136-.792c.014-.567.25-.97.497-1.178.161-.135.42-.293.804-.293.633.008.914.443 1.053.776.045.12.123.386.123.709Zm.16 1.635c.473-.477.609-1.125.602-1.649-.022-1.005-.55-1.605-1.048-1.868a2 2 0 0 0-.891-.196c-.918 0-1.508.476-1.79.965-.201.349-.274.752-.285 1.165-.008.821.284 1.305.635 1.646.085.07.169.136.26.19.23.15.559.276 1.1.276.416 0 .69-.078.865-.16a1.8 1.8 0 0 0 .552-.369m3.018.513c.491 0 .756-.11.986-.212l-.055-.658c-.142.062-.465.22-.854.22-.055 0-.308 0-.519-.111-.62-.307-.773-.933-.773-1.398 0-.688.345-1.086.693-1.276.316-.177.6-.167.713-.167.29.014.52.118.636.175l.038-.666c-.13-.032-.435-.133-.788-.14-.819-.025-1.33.355-1.63.749-.342.446-.434.99-.419 1.445.03 1.087.65 1.674 1.194 1.895.145.065.403.139.778.144m3.893-1.906c0 .27-.024.427-.062.553-.015.054-.062.19-.184.35a1.01 1.01 0 0 1-.842.433c-.337 0-.785-.175-.785-.656 0-.477.418-.68.785-.77a3 3 0 0 1 .538-.043q.274-.001.55.02zm.043 1.844h.625v-2.643c0-.409-.095-.755-.205-.92-.213-.357-.68-.609-1.322-.609-.78 0-1.176.28-1.284.346v.643c.165-.098.637-.388 1.146-.388.497 0 .803.286.905.553.059.168.074.37.074.54a13 13 0 0 0-.588-.017c-.404 0-.887.018-1.291.215-.314.15-.743.441-.743 1.097 0 .449.209.778.413.95.23.195.537.27.85.29.467.013.784-.13.986-.272.174-.133.28-.26.434-.435zm3.288-3.486c.199 0 .3.035.497.098v-.715c-.038-.003-.258-.038-.442-.038-.297 0-.673.072-.962.42a3 3 0 0 0-.202.31l-.037-.682h-.69c.024.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.742v-2.003c.025-.388.043-.902.443-1.251.266-.23.527-.23.618-.23Zm3.616 1.474c0 .073-.006.32-.084.57-.192.579-.625.895-1.108.895-.39 0-.779-.213-.995-.674a1.8 1.8 0 0 1-.151-.838c0-.103.006-.34.106-.631.267-.76.871-.835 1.072-.835.465 0 .891.312 1.076.878.03.12.093.34.084.635m.718 1.141c-.022-.79-.022-1.354-.022-2.149 0-.992.016-1.984.022-2.975h-.731v2.455a1.6 1.6 0 0 0-.231-.26 1.5 1.5 0 0 0-1.009-.372 1.75 1.75 0 0 0-1.292.561c-.612.657-.561 1.544-.561 1.677.01.285.047.603.164.897.197.507.662 1.132 1.627 1.132.104 0 .667 0 1.093-.422.077-.063.13-.133.253-.299l.032.626h.688c-.019-.327-.022-.547-.033-.87ZM17.47 4.138h-1.05v.281h.826l2.084 8.474H8.67l2.084-8.474h.826v-.28h-1.05l-2.307 9.1h11.555z",
101
101
  }),
102
102
  /*#__PURE__*/ React.createElement("path", {
103
103
  fill: "#5DC4E9",
104
- d: "M16.027.315h-4.053a.412.412 0 0 0-.412.412v3.975h.305V.727c0-.058.049-.107.107-.107h.755v2.867h-.794l1.138 1.215h1.855l1.137-1.215h-.794V.62h.756c.058 0 .107.049.107.107v3.975h.305V.727a.412.412 0 0 0-.412-.412Z",
104
+ d: "M16.027.315h-4.053a.41.41 0 0 0-.412.412v3.975h.305V.727c0-.058.049-.107.107-.107h.755v2.867h-.794l1.138 1.215h1.855l1.137-1.215h-.794V.62h.756c.058 0 .107.049.107.107v3.975h.305V.727a.41.41 0 0 0-.412-.412",
105
105
  }),
106
106
  /*#__PURE__*/ React.createElement("path", {
107
107
  fill: "#1F3A6A",
108
- d: "M13.107 9.663h1.787c.118 0 .21-.097.203-.216l-.068-1.17a.233.233 0 0 0-.229-.216h-1.6a.233.233 0 0 0-.228.215l-.069 1.171a.202.202 0 0 0 .204.216ZM12.342 8.06h-1.614a.276.276 0 0 0-.258.212l-.238 1.18a.17.17 0 0 0 .174.211h1.8a.24.24 0 0 0 .234-.215l.1-1.172a.195.195 0 0 0-.198-.215ZM13.179 7.691h1.643a.162.162 0 0 0 .162-.173l-.054-.936a.186.186 0 0 0-.183-.173h-1.493a.186.186 0 0 0-.183.173l-.055.936a.162.162 0 0 0 .163.173ZM12.527 6.41h-1.51a.22.22 0 0 0-.207.169l-.19.943a.136.136 0 0 0 .14.169h1.657c.095 0 .18-.078.188-.172l.08-.938a.156.156 0 0 0-.158-.172ZM17.237 7.691a.136.136 0 0 0 .138-.17l-.19-.942a.22.22 0 0 0-.207-.17h-1.505a.156.156 0 0 0-.158.172l.08.938a.192.192 0 0 0 .188.172h1.654ZM13.25 6.095h1.5a.141.141 0 0 0 .143-.151l-.043-.723a.163.163 0 0 0-.16-.151h-1.38a.163.163 0 0 0-.16.15l-.042.724a.141.141 0 0 0 .142.15ZM16.936 6.095a.12.12 0 0 0 .12-.148l-.146-.73a.193.193 0 0 0-.182-.147h-1.391a.137.137 0 0 0-.138.15l.062.724c.007.083.08.15.164.15h1.51ZM12.663 5.07h-1.398a.193.193 0 0 0-.18.148l-.148.729a.12.12 0 0 0 .122.148h1.517a.168.168 0 0 0 .164-.15l.062-.725a.137.137 0 0 0-.139-.15ZM17.592 9.663a.17.17 0 0 0 .173-.212l-.238-1.179a.276.276 0 0 0-.259-.211h-1.61a.195.195 0 0 0-.198.215l.1 1.172a.24.24 0 0 0 .235.215h1.797ZM14.876 10.098h-1.752a.28.28 0 0 0-.274.259l-.087 1.485a.242.242 0 0 0 .244.259h1.986a.242.242 0 0 0 .244-.259l-.087-1.485a.28.28 0 0 0-.274-.26ZM12.125 10.098H10.36a.33.33 0 0 0-.31.254l-.3 1.495a.204.204 0 0 0 .207.254h1.995c.143 0 .27-.116.282-.259l.127-1.486a.234.234 0 0 0-.237-.258ZM17.947 10.352a.331.331 0 0 0-.31-.254h-1.762a.235.235 0 0 0-.237.258l.127 1.486a.288.288 0 0 0 .282.259h1.995a.204.204 0 0 0 .208-.254l-.303-1.495Z",
108
+ d: "M13.107 9.663h1.787c.118 0 .21-.097.203-.216l-.068-1.17a.233.233 0 0 0-.229-.216h-1.6a.233.233 0 0 0-.228.215l-.069 1.171a.2.2 0 0 0 .204.216m-.765-1.603h-1.614a.276.276 0 0 0-.258.212l-.238 1.18a.17.17 0 0 0 .174.211h1.8a.24.24 0 0 0 .234-.215l.1-1.172a.195.195 0 0 0-.198-.215Zm.837-.369h1.643a.16.16 0 0 0 .162-.173l-.054-.936a.186.186 0 0 0-.183-.173h-1.493a.186.186 0 0 0-.183.173l-.055.936a.16.16 0 0 0 .163.173m-.652-1.281h-1.51a.22.22 0 0 0-.207.169l-.19.943a.136.136 0 0 0 .14.169h1.657c.095 0 .18-.078.188-.172l.08-.938a.156.156 0 0 0-.158-.172Zm4.71 1.281a.136.136 0 0 0 .138-.17l-.19-.942a.22.22 0 0 0-.207-.17h-1.505a.156.156 0 0 0-.158.172l.08.938a.19.19 0 0 0 .188.172zM13.25 6.095h1.5a.14.14 0 0 0 .143-.151l-.043-.723a.163.163 0 0 0-.16-.151h-1.38a.163.163 0 0 0-.16.15l-.042.724a.14.14 0 0 0 .142.15Zm3.686 0a.12.12 0 0 0 .12-.148l-.146-.73a.19.19 0 0 0-.182-.147h-1.391a.137.137 0 0 0-.138.15l.062.724c.007.083.08.15.164.15zM12.663 5.07h-1.398a.19.19 0 0 0-.18.148l-.148.729a.12.12 0 0 0 .122.148h1.517a.17.17 0 0 0 .164-.15l.062-.725a.137.137 0 0 0-.139-.15m4.929 4.593a.17.17 0 0 0 .173-.212l-.238-1.179a.276.276 0 0 0-.259-.211h-1.61a.195.195 0 0 0-.198.215l.1 1.172a.24.24 0 0 0 .235.215zm-2.716.435h-1.752a.28.28 0 0 0-.274.259l-.087 1.485a.24.24 0 0 0 .244.259h1.986a.24.24 0 0 0 .244-.259l-.087-1.485a.28.28 0 0 0-.274-.26Zm-2.751 0H10.36a.33.33 0 0 0-.31.254l-.3 1.495a.204.204 0 0 0 .207.254h1.995c.143 0 .27-.116.282-.259l.127-1.486a.234.234 0 0 0-.237-.258Zm5.822.254a.33.33 0 0 0-.31-.254h-1.762a.235.235 0 0 0-.237.258l.127 1.486a.29.29 0 0 0 .282.259h1.995a.204.204 0 0 0 .208-.254z",
109
109
  }),
110
110
  );
111
111
  };
@@ -0,0 +1,136 @@
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 Interac32 = function Interac32(props) {
43
+ return /*#__PURE__*/ React.createElement(
44
+ "svg",
45
+ _extends(
46
+ {
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ width: "32",
49
+ height: "24",
50
+ fill: "none",
51
+ viewBox: "0 0 32 24",
52
+ },
53
+ props,
54
+ ),
55
+ /*#__PURE__*/ React.createElement("rect", {
56
+ width: "31",
57
+ height: "23",
58
+ x: ".5",
59
+ y: ".5",
60
+ fill: "#fff",
61
+ stroke: "#CCC",
62
+ rx: "3.5",
63
+ }),
64
+ /*#__PURE__*/ React.createElement("path", {
65
+ fill: "#FDB82B",
66
+ d: "M23.01 2H8.99A2.99 2.99 0 0 0 6 4.99v14.02A2.99 2.99 0 0 0 8.99 22h14.02A2.99 2.99 0 0 0 26 19.01V4.99A2.99 2.99 0 0 0 23.01 2Z",
67
+ }),
68
+ /*#__PURE__*/ React.createElement("path", {
69
+ fill: "#FDB82B",
70
+ d: "M9.624 15.33v2.028c0 .019 0 .038-.002.057a.113.113 0 0 1-.11.099.11.11 0 0 1-.11-.092.279.279 0 0 1-.004-.051l-.003-.9v-1.599a.53.53 0 0 0-.534-.537.53.53 0 0 0-.53.54c0 1.467-.004 2.935.001 4.402.002.525.235.934.673 1.222.259.17.549.225.857.223a1.416 1.416 0 0 0 1.413-1.416c0-.773.003-1.547 0-2.321a.987.987 0 0 0-.443-.83c-.278-.199-.564-.386-.846-.579l-.363-.246Zm12.431-3.662c-.03-.087-.07-.164-.081-.247a4.02 4.02 0 0 1-.052-.532c-.006-.569 0-1.138-.003-1.707 0-.102-.008-.205-.023-.306a.93.93 0 0 0-.277-.563c-.189-.176-.421-.236-.67-.24a2.322 2.322 0 0 0-1.07.249c-.375.185-.626.477-.713.893-.024.114-.032.232-.048.354l.067-.013c.251-.057.503-.115.756-.169.06-.013.09-.034.098-.1.033-.256.186-.405.433-.464.037-.01.074-.017.112-.021.236-.03.39.076.428.311.021.13.021.262.034.393.004.041-.01.054-.048.062-.17.037-.341.077-.512.115-.29.064-.57.149-.827.302-.269.161-.484.372-.595.672-.118.32-.11.642.005.958a.839.839 0 0 0 .523.53c.193.068.389.054.585.006.38-.092.681-.287.845-.658.003-.006.01-.011.01-.011l.132.344c.011.03.029.037.06.03.103-.025.206-.048.31-.07l.521-.119v.001Zm-7.402.016.053-.014.69-.155 1.354-.303c.026-.006.047-.009.05-.046.026-.383-.006-.76-.148-1.12-.119-.304-.31-.544-.625-.667a1.283 1.283 0 0 0-.655-.06c-.38.053-.718.195-.998.461a1.939 1.939 0 0 0-.503.833c-.131.407-.161.825-.121 1.249.027.285.09.561.223.818.143.273.35.478.647.576.221.073.447.073.674.03.415-.079.78-.253 1.06-.58.233-.272.358-.594.421-.942.003-.015.004-.029.006-.047l-.058.012c-.253.057-.506.117-.761.169-.071.014-.106.04-.127.114a.657.657 0 0 1-.53.498c-.195.04-.361-.007-.478-.173-.137-.194-.18-.417-.175-.653Zm-4.123 2.597c.013-.001.02 0 .026-.002.269-.06.537-.122.807-.181.038-.009.033-.032.034-.057 0-.31.002-.618.003-.927.001-.423.003-.846.001-1.27 0-.154-.006-.309-.02-.462a1.463 1.463 0 0 0-.166-.586.675.675 0 0 0-.44-.356 1.027 1.027 0 0 0-.772.124c-.24.138-.418.34-.569.569l-.029.044-.01-.005v-.443c-.023.004-.04.005-.056.009-.256.056-.512.113-.768.166-.047.01-.058.03-.058.076v2.97a.983.983 0 0 1 .88.094v-.066c0-.482 0-.965.002-1.447a2.01 2.01 0 0 1 .101-.67c.096-.268.262-.46.553-.518.212-.042.367.04.43.246.031.107.049.221.05.332.004.766.002 1.53.002 2.296v.063Zm14.656-5.863c-.01-.056-.018-.106-.029-.154-.105-.468-.469-.825-.918-.89a1.618 1.618 0 0 0-1.195.287c-.338.239-.54.576-.666.963-.15.46-.175.932-.112 1.41.038.278.109.547.257.79.174.285.42.466.754.521.237.039.47.006.7-.06.328-.092.62-.248.846-.51.213-.248.323-.54.374-.857.012-.074.018-.149.027-.226-.018.002-.025.001-.032.003-.27.06-.54.122-.812.181-.035.008-.036.03-.044.055-.034.105-.059.214-.106.313a.568.568 0 0 1-.448.326.398.398 0 0 1-.43-.19c-.055-.09-.1-.19-.129-.293a2.5 2.5 0 0 1-.08-.82c.013-.252.051-.5.161-.731.089-.188.218-.334.429-.388.252-.066.437.023.538.262.026.062.043.128.067.198l.848-.19Zm-11.64 4.43c-.02.007-.036.013-.053.017-.1.025-.2.059-.302.075-.117.018-.186-.035-.21-.151a.934.934 0 0 1-.018-.191c0-.62.002-1.24.003-1.858v-.052l.627-.141v-.769l-.62.139v-.709l-.874.195V10.063c0 .037-.008.053-.047.062-.15.03-.298.066-.452.101v.768l.49-.108v.072c-.001.642-.004 1.284 0 1.926 0 .104.012.212.036.314.091.379.376.6.75.576.23-.014.446-.097.653-.196.013-.007.022-.034.022-.051 0-.217 0-.434-.002-.651l-.002-.028ZM7.9 9.793l-.052.008c-.266.06-.531.12-.797.177-.049.01-.062.029-.062.078l.001 4.956v.06l.051-.008.797-.179c.048-.01.063-.028.063-.078-.002-1.652-.002-3.303-.002-4.955v-.06.001Zm10.125-1.007-.047.008c-.249.055-.497.112-.746.165-.045.01-.06.025-.06.074v3.758l.06-.012c.252-.057.504-.115.756-.168.05-.011.062-.032.063-.08 0-.431.002-.863.005-1.295.001-.232-.002-.465.042-.695.09-.478.347-.8.831-.92.037-.01.035-.03.035-.057v-.916c0-.014-.002-.029-.004-.046-.216.051-.418.119-.584.267-.168.149-.249.348-.323.551l-.027-.634h-.001Zm-9.942 7.622c-.015.001-.025 0-.035.003-.261.063-.523.123-.783.189a.407.407 0 0 0-.296.49.408.408 0 0 0 .49.305c.194-.044.387-.094.582-.139.034-.007.043-.022.043-.055-.002-.204-.001-.407-.001-.61v-.183Zm0 1.08-.028.003c-.266.064-.533.125-.798.193a.409.409 0 0 0 .201.792c.192-.044.384-.093.576-.137.038-.009.051-.022.05-.061-.002-.133 0-.267 0-.4v-.39h-.001Zm-.003-2.162c-.013.002-.024.002-.033.005-.255.06-.51.12-.764.183a.41.41 0 1 0 .193.796c.187-.045.374-.091.561-.134.036-.008.047-.022.047-.059-.002-.248-.001-.496-.001-.744l-.003-.047Z",
71
+ }),
72
+ /*#__PURE__*/ React.createElement("path", {
73
+ fill: "#2E2A27",
74
+ d: "m9.624 15.33.362.247c.283.192.569.38.847.579.282.201.44.479.441.83.004.773.002 1.547.002 2.321 0 .782-.632 1.41-1.414 1.415-.308.002-.598-.053-.857-.223-.438-.287-.67-.696-.673-1.22-.004-1.469-.001-2.937-.001-4.404a.53.53 0 0 1 .53-.54.53.53 0 0 1 .534.538c.002.533 0 1.065 0 1.598l.003.9c0 .018 0 .035.004.052a.11.11 0 0 0 .11.091.112.112 0 0 0 .11-.098c.003-.019.002-.038.002-.058v-2.027ZM22.055 11.668l-.522.118-.309.07c-.03.008-.049.001-.06-.03l-.132-.344s-.007.006-.01.012c-.164.37-.464.566-.845.658-.196.048-.392.062-.585-.006a.839.839 0 0 1-.523-.53 1.361 1.361 0 0 1-.005-.958c.11-.3.326-.51.595-.672.256-.154.537-.239.827-.302.17-.038.341-.078.512-.115.037-.008.052-.021.048-.062-.013-.131-.013-.264-.034-.393-.04-.235-.192-.342-.428-.312a1.11 1.11 0 0 0-.112.021c-.247.06-.4.21-.433.465-.009.066-.038.087-.098.1-.253.053-.504.112-.756.169l-.067.012c.016-.122.024-.24.048-.353.087-.417.338-.709.714-.894a2.317 2.317 0 0 1 1.069-.248c.249.003.481.064.67.24a.93.93 0 0 1 .277.563c.015.1.023.203.023.305.002.57-.003 1.138.003 1.708.003.177.026.356.052.532.012.082.052.16.081.247Zm-1.02-1.486c-.018.002-.03.002-.041.005-.175.05-.352.096-.523.155-.15.052-.288.127-.41.232a.488.488 0 0 0-.174.465c.028.19.146.318.31.322a.721.721 0 0 0 .578-.239c.243-.267.246-.604.26-.94ZM14.653 11.684c-.004.236.038.459.175.653.117.166.283.214.477.174a.657.657 0 0 0 .53-.499c.021-.073.056-.1.128-.114.254-.052.507-.112.76-.169l.059-.012c-.003.019-.003.033-.006.047-.064.349-.188.67-.421.943-.28.327-.645.5-1.06.58a1.326 1.326 0 0 1-.674-.03c-.298-.1-.504-.304-.647-.577a2.184 2.184 0 0 1-.223-.818c-.041-.424-.01-.841.12-1.249.102-.317.26-.601.503-.832.28-.267.62-.409.998-.462.224-.03.444-.022.656.06.314.123.506.363.625.667.142.36.173.737.148 1.12-.003.038-.025.04-.05.046l-1.355.304a1394.799 1394.799 0 0 0-.742.168h-.001Zm1.271-.96a.863.863 0 0 0-.136-.485.378.378 0 0 0-.3-.172.7.7 0 0 0-.533.192c-.15.137-.22.317-.26.51-.016.076-.024.153-.037.24l1.266-.285ZM10.53 14.28v-.063c0-.765.002-1.53-.002-2.295 0-.111-.018-.226-.05-.332-.063-.206-.217-.288-.429-.246-.291.057-.458.25-.553.517a2.01 2.01 0 0 0-.102.67c-.002.482 0 .965 0 1.447v.066a.983.983 0 0 0-.88-.094v-.06l-.001-2.91c0-.046.01-.066.058-.075.256-.054.511-.111.767-.167l.056-.008v.443l.01.004.03-.044c.15-.229.33-.43.569-.57.24-.138.498-.187.771-.122a.675.675 0 0 1 .44.355c.102.183.149.382.167.587.014.153.02.308.02.462.002.423 0 .846-.001 1.27 0 .309-.002.617-.004.926 0 .026.005.05-.034.057-.269.059-.538.12-.807.181-.006.002-.013.001-.025.002ZM25.186 8.418l-.849.19c-.023-.07-.04-.136-.066-.198-.102-.24-.287-.328-.54-.262-.21.054-.339.2-.428.388a1.89 1.89 0 0 0-.16.732c-.013.277.002.552.08.82.029.101.073.202.13.292a.398.398 0 0 0 .428.19.567.567 0 0 0 .448-.326c.047-.099.073-.208.107-.313.008-.025.009-.047.044-.055.27-.058.54-.12.812-.181l.031-.003c-.009.077-.014.152-.026.226-.052.318-.162.61-.374.856-.227.263-.519.419-.848.512-.229.065-.461.098-.699.06a1.054 1.054 0 0 1-.753-.522 1.99 1.99 0 0 1-.257-.79 3.147 3.147 0 0 1 .111-1.41c.126-.387.328-.724.667-.963.358-.252.76-.348 1.194-.286.45.064.813.421.919.889.01.048.017.098.028.154ZM13.547 12.848l.002.028c.002.217.003.434.002.65 0 .018-.009.045-.022.052-.207.1-.422.182-.654.197-.373.022-.658-.198-.749-.577a1.382 1.382 0 0 1-.037-.314c-.002-.642 0-1.284 0-1.926v-.072l-.489.108v-.768c.154-.035.302-.07.452-.101.04-.008.048-.025.048-.062-.002-.2-.001-.4-.001-.599v-.06l.875-.196v.709l.62-.139v.769l-.628.141v.052l-.003 1.858c0 .063.004.129.018.19.024.117.093.17.21.152.102-.016.202-.05.302-.075l.054-.017ZM7.899 9.793v.06l.001 4.955c0 .05-.014.068-.063.078-.266.057-.53.119-.796.178-.015.004-.03.005-.052.008v-5.015c0-.05.012-.068.061-.078.266-.057.532-.118.797-.178l.052-.007v-.001ZM18.024 8.786l.028.634c.073-.203.154-.402.322-.551.166-.148.369-.216.585-.267.001.017.004.032.004.046v.916c0 .027 0 .048-.036.057-.483.12-.742.442-.831.92-.043.23-.04.462-.042.695-.003.432-.005.864-.005 1.296 0 .047-.012.068-.062.079-.253.053-.504.111-.757.168l-.059.012v-.057l-.001-3.701c0-.049.015-.064.06-.074.249-.053.498-.11.746-.165l.047-.008ZM8.082 16.408V17.2c0 .033-.008.048-.042.055-.194.045-.388.095-.582.14a.409.409 0 0 1-.49-.305.407.407 0 0 1 .296-.491c.26-.066.522-.126.783-.189.01-.003.02-.002.035-.003ZM8.082 17.488v.39c0 .133-.002.266.001.4 0 .04-.012.052-.05.06-.192.045-.384.094-.577.138a.409.409 0 0 1-.2-.792c.264-.068.531-.129.798-.193l.028-.003ZM8.08 15.326l.002.047v.745c0 .037-.01.05-.046.058-.187.043-.374.09-.561.134a.41.41 0 1 1-.193-.796c.254-.062.51-.122.764-.183.01-.003.02-.003.033-.005Z",
75
+ }),
76
+ /*#__PURE__*/ React.createElement("path", {
77
+ fill: "#FDB82B",
78
+ d: "M21.036 10.181c-.015.337-.018.674-.262.942a.723.723 0 0 1-.577.238c-.164-.004-.282-.133-.31-.322a.488.488 0 0 1 .175-.464c.12-.105.26-.18.409-.233.171-.059.348-.104.523-.155.01-.003.023-.003.042-.005ZM15.924 10.724l-1.266.284c.013-.086.02-.163.037-.239.04-.193.11-.373.26-.51a.699.699 0 0 1 .532-.192.379.379 0 0 1 .3.172c.101.145.133.31.137.485Z",
79
+ }),
80
+ );
81
+ };
82
+ var Interac24 = function Interac24(props) {
83
+ return /*#__PURE__*/ React.createElement(
84
+ "svg",
85
+ _extends(
86
+ {
87
+ xmlns: "http://www.w3.org/2000/svg",
88
+ width: "24",
89
+ height: "24",
90
+ fill: "none",
91
+ viewBox: "0 0 24 24",
92
+ },
93
+ props,
94
+ ),
95
+ /*#__PURE__*/ React.createElement("path", {
96
+ fill: "#FDB82B",
97
+ d: "M19.712 1H4.288A3.288 3.288 0 0 0 1 4.288v15.424A3.288 3.288 0 0 0 4.288 23h15.424A3.288 3.288 0 0 0 23 19.712V4.288A3.288 3.288 0 0 0 19.712 1Z",
98
+ }),
99
+ /*#__PURE__*/ React.createElement("path", {
100
+ fill: "#FDB82B",
101
+ d: "M4.986 15.664V17.893c0 .021.001.043-.002.063a.124.124 0 0 1-.12.11.12.12 0 0 1-.122-.101.309.309 0 0 1-.005-.057l-.002-.99-.001-1.758a.583.583 0 0 0-.586-.592.582.582 0 0 0-.584.594c0 1.614-.004 3.229.001 4.843.002.577.258 1.027.74 1.344.285.187.604.247.943.245a1.557 1.557 0 0 0 1.555-1.557c0-.851.003-1.702-.001-2.554-.002-.386-.176-.69-.486-.913-.306-.218-.62-.424-.931-.636l-.4-.27h.001Zm13.675-4.03c-.033-.095-.077-.18-.09-.27a4.415 4.415 0 0 1-.056-.586c-.007-.626-.002-1.252-.004-1.878 0-.112-.008-.226-.025-.336a1.023 1.023 0 0 0-.305-.62c-.208-.193-.464-.26-.737-.264a2.554 2.554 0 0 0-1.176.274c-.414.203-.69.524-.786.982-.026.126-.035.255-.052.39l.073-.014c.277-.063.554-.127.832-.186.067-.014.098-.038.108-.11.036-.282.204-.446.476-.511.04-.01.082-.018.124-.023.26-.034.428.084.47.342.023.143.023.289.038.433.005.045-.012.06-.053.068-.188.04-.375.085-.564.126-.318.07-.627.164-.91.333-.295.177-.532.409-.654.739-.13.35-.121.706.005 1.053.102.28.291.483.576.583.213.076.428.06.643.007.42-.101.75-.315.93-.723.003-.007.01-.013.011-.013.049.127.098.252.145.379.013.033.032.04.067.032.112-.027.227-.052.34-.077l.574-.13Zm-8.143.018.058-.015.759-.17 1.49-.334c.029-.006.052-.01.055-.05.028-.422-.007-.836-.162-1.232-.131-.335-.343-.599-.688-.734a1.412 1.412 0 0 0-.721-.066c-.417.058-.79.214-1.098.507a2.132 2.132 0 0 0-.553.916 3.392 3.392 0 0 0-.133 1.374c.03.314.098.618.246.9.157.3.383.525.711.634.244.08.492.08.741.033.457-.087.858-.278 1.167-.637.256-.3.393-.654.463-1.038l.006-.051-.063.013c-.28.063-.558.128-.838.185-.078.016-.117.046-.14.126a.723.723 0 0 1-.583.549c-.214.044-.396-.009-.525-.191-.15-.214-.197-.459-.193-.719h.001ZM5.983 14.51c.014-.001.021 0 .028-.002l.888-.2c.042-.009.037-.034.037-.062l.004-1.02c.001-.465.004-.93.001-1.396 0-.17-.006-.34-.021-.509a1.609 1.609 0 0 0-.184-.644c-.108-.196-.262-.339-.484-.392a1.13 1.13 0 0 0-.849.136c-.263.152-.46.374-.625.626l-.032.049-.012-.005v-.488c-.025.004-.043.006-.061.01-.282.061-.563.124-.845.183-.052.01-.064.032-.064.083.002 1.067.001 2.134.001 3.2v.067c.343-.12.661-.084.968.104v-.073c0-.53-.001-1.062.001-1.592.001-.25.027-.5.112-.738.105-.294.288-.505.608-.568.233-.047.403.044.472.27.035.117.054.243.055.366.005.841.003 1.683.003 2.524v.07Zm16.121-6.45c-.011-.06-.019-.115-.031-.17-.116-.513-.516-.907-1.01-.977a1.78 1.78 0 0 0-1.314.316c-.373.262-.595.633-.733 1.058a3.461 3.461 0 0 0-.123 1.55c.04.307.12.603.283.87.191.314.462.513.829.574.26.042.517.006.769-.066.362-.102.683-.273.932-.562.233-.272.355-.593.41-.942.014-.081.02-.164.03-.249l-.035.003c-.297.067-.595.135-.893.2-.038.008-.04.033-.048.06-.037.115-.065.236-.117.345a.624.624 0 0 1-.493.357.438.438 0 0 1-.472-.208 1.276 1.276 0 0 1-.143-.322 2.747 2.747 0 0 1-.087-.902c.013-.278.056-.55.177-.805.097-.206.24-.367.47-.427.279-.072.482.026.594.29.028.067.047.14.073.217l.933-.21ZM9.301 12.934c-.023.007-.04.014-.059.018-.11.028-.22.065-.332.083-.129.02-.205-.039-.231-.166a1.029 1.029 0 0 1-.02-.21c0-.682.002-1.363.003-2.044v-.057l.69-.156v-.845c-.226.05-.45.1-.68.153v-.78l-.963.214v.726c0 .04-.009.059-.052.068-.165.034-.328.074-.497.112v.845l.539-.12v.08c-.001.706-.004 1.412 0 2.118 0 .115.013.234.04.346.1.416.413.66.824.634.255-.016.49-.107.719-.217.014-.007.024-.036.024-.056.001-.238 0-.477-.002-.716l-.003-.03ZM3.09 9.573c-.024.003-.04.004-.057.008-.292.065-.584.132-.877.195-.054.011-.068.031-.068.086l.001 5.45v.067c.023-.004.04-.005.056-.009.293-.066.584-.133.877-.196.053-.011.069-.031.069-.086-.002-1.817-.002-3.634-.002-5.451v-.065Zm11.137-1.108-.051.008c-.274.061-.547.123-.821.182-.05.01-.067.027-.066.081l.001 4.071v.063l.065-.013c.277-.062.554-.127.832-.185.055-.012.068-.035.069-.087 0-.475.002-.95.005-1.426.002-.255-.001-.51.046-.764.099-.525.383-.88.915-1.012.04-.01.039-.033.039-.062V8.313c0-.016-.003-.032-.005-.051-.237.056-.46.13-.643.293-.184.164-.273.384-.354.608l-.031-.698ZM3.29 16.849c-.016.001-.027 0-.038.003-.288.069-.575.136-.862.208a.448.448 0 0 0-.325.54.45.45 0 0 0 .539.335c.213-.049.426-.103.64-.153.038-.008.047-.025.047-.061-.002-.224 0-.447 0-.67v-.202Zm0 1.187-.03.004c-.294.07-.587.138-.879.213a.45.45 0 0 0 .221.87c.212-.048.423-.102.635-.15.04-.01.056-.024.055-.067-.003-.147-.001-.294-.001-.441v-.429Zm-.003-2.378c-.015.002-.026.003-.037.006l-.84.201a.451.451 0 1 0 .212.875c.206-.048.412-.1.618-.147.039-.009.051-.023.051-.064-.002-.273-.001-.546-.001-.819l-.003-.052Z",
102
+ }),
103
+ /*#__PURE__*/ React.createElement("path", {
104
+ fill: "#2E2A27",
105
+ d: "m4.986 15.664.4.27c.31.212.624.419.93.637.31.222.484.527.486.913.004.851.001 1.702.001 2.554 0 .86-.694 1.55-1.555 1.556-.338.003-.658-.058-.942-.245-.483-.316-.738-.766-.74-1.343-.005-1.615-.002-3.23-.002-4.844 0-.332.257-.592.584-.593.326 0 .585.258.586.591.002.586 0 1.172.001 1.758l.003.99c0 .02 0 .039.004.057a.12.12 0 0 0 .122.1.124.124 0 0 0 .12-.108c.003-.02.003-.042.003-.063V15.664ZM18.66 11.635l-.573.13c-.114.025-.228.05-.34.077-.034.008-.054.001-.067-.032-.047-.127-.096-.253-.145-.38 0 .001-.008.006-.011.013-.18.408-.51.623-.93.724-.215.052-.43.068-.643-.007a.923.923 0 0 1-.576-.583 1.497 1.497 0 0 1-.005-1.053c.122-.33.36-.562.655-.74.282-.168.591-.262.91-.332.187-.042.375-.086.563-.126.04-.01.057-.023.053-.069-.015-.144-.015-.29-.038-.432-.043-.258-.21-.376-.47-.342a1.215 1.215 0 0 0-.124.023c-.272.065-.44.23-.476.51-.01.073-.041.097-.108.11-.278.06-.555.124-.832.186-.019.005-.037.007-.073.014.017-.134.026-.264.052-.389.097-.458.372-.779.786-.982.37-.183.762-.28 1.176-.274.273.004.53.07.737.264.18.168.268.382.305.62.016.11.024.224.025.336.002.626-.003 1.252.004 1.878.002.195.028.391.056.585.013.09.057.176.09.272v-.001ZM17.54 10c-.021.002-.035.002-.047.005-.192.056-.386.106-.575.171-.164.057-.317.14-.45.256a.536.536 0 0 0-.192.51c.03.21.16.35.341.355a.793.793 0 0 0 .635-.263c.268-.294.271-.665.287-1.035ZM10.518 11.652c-.005.26.042.505.193.72.128.182.31.234.525.19a.723.723 0 0 0 .583-.548c.023-.081.062-.11.14-.126.28-.058.558-.123.837-.186l.064-.013c-.002.02-.003.036-.006.051-.07.384-.207.738-.463 1.038-.308.36-.71.55-1.167.637a1.457 1.457 0 0 1-.74-.033c-.329-.108-.555-.334-.713-.634a2.402 2.402 0 0 1-.245-.9 3.385 3.385 0 0 1 .133-1.374c.112-.348.286-.66.553-.915.308-.293.68-.45 1.098-.508.245-.034.487-.024.72.067.346.134.557.399.689.733.155.396.19.81.162 1.232-.003.04-.027.044-.055.05l-1.49.334-.76.17-.057.016Zm1.398-1.055c-.005-.194-.04-.375-.15-.534a.416.416 0 0 0-.33-.19.77.77 0 0 0-.586.211c-.164.152-.242.35-.286.562-.017.083-.026.168-.04.263l1.393-.312ZM5.983 14.509v-.07c0-.842.003-1.684-.002-2.525 0-.122-.02-.248-.055-.365-.07-.227-.239-.317-.472-.271-.32.063-.504.275-.608.569a2.21 2.21 0 0 0-.112.738c-.003.53-.001 1.06-.001 1.591v.073a1.081 1.081 0 0 0-.968-.104v-.066l-.001-3.2c0-.052.012-.073.064-.084.282-.059.563-.122.844-.183.018-.004.037-.006.061-.01v.488l.012.005.033-.049c.165-.251.362-.473.625-.626.265-.153.548-.206.849-.135.222.052.375.196.484.391.111.2.163.42.183.645.015.169.021.339.022.508.002.466 0 .931-.001 1.397l-.004 1.019c0 .028.005.054-.037.063-.297.065-.592.132-.888.199-.007.002-.015.001-.028.002ZM22.104 8.06l-.933.209c-.026-.077-.044-.15-.073-.218-.112-.263-.315-.36-.593-.289-.232.06-.373.221-.471.427-.12.254-.163.527-.177.805a2.74 2.74 0 0 0 .088.902c.032.112.08.223.142.322.107.17.27.241.472.209a.623.623 0 0 0 .493-.358c.052-.11.08-.23.117-.345.009-.027.01-.052.049-.06.298-.064.595-.133.893-.2l.034-.003c-.01.085-.016.168-.029.25-.056.348-.178.67-.411.94-.25.29-.57.46-.932.563a1.753 1.753 0 0 1-.77.066c-.365-.06-.636-.26-.828-.574a2.191 2.191 0 0 1-.283-.87 3.461 3.461 0 0 1 .123-1.55c.138-.425.361-.796.733-1.058a1.78 1.78 0 0 1 1.314-.316c.494.07.894.464 1.01.978.012.054.02.108.031.17h.001ZM9.301 12.933l.003.03c.002.24.003.478.002.716 0 .02-.01.05-.024.056-.228.11-.464.201-.719.217-.411.025-.724-.218-.824-.634a1.516 1.516 0 0 1-.04-.346c-.003-.706 0-1.412 0-2.119v-.079l-.539.12v-.845c.17-.038.332-.078.497-.112.044-.009.053-.027.053-.068-.002-.22-.001-.44-.001-.659v-.067l.962-.214v.78l.682-.153v.845l-.69.156v.057c-.002.681-.004 1.363-.004 2.044 0 .07.005.141.02.21.026.127.102.185.231.166.113-.018.222-.055.332-.083l.06-.018ZM3.089 9.572v.066l.001 5.45c0 .056-.016.076-.069.087-.292.063-.584.13-.876.196l-.057.008V9.863c0-.055.014-.075.067-.086.293-.063.585-.13.877-.195.017-.004.033-.005.057-.009ZM14.226 8.465l.03.698c.082-.224.171-.444.355-.608.183-.162.406-.237.644-.293.001.019.004.035.004.051v1.008c0 .03.001.052-.039.062-.532.131-.816.487-.915 1.012-.047.253-.043.509-.045.764-.003.475-.006.95-.006 1.426 0 .052-.013.075-.069.087-.278.058-.554.123-.832.185l-.065.013v-.063l-.001-4.071c0-.053.017-.07.066-.081.274-.059.547-.121.821-.182l.051-.008h.001ZM3.29 16.849v.202l.001.67c0 .036-.01.053-.047.061-.214.05-.426.104-.64.153a.45.45 0 0 1-.539-.335.448.448 0 0 1 .325-.54c.287-.072.574-.14.862-.208.01-.003.022-.002.038-.003ZM3.29 18.036v.429c0 .147-.002.294.001.44.001.044-.013.058-.055.068-.211.048-.422.102-.634.15a.45.45 0 0 1-.221-.87c.292-.075.585-.142.878-.213l.03-.004h.001ZM3.287 15.659l.003.052c0 .272-.001.545.001.818 0 .041-.012.056-.051.065-.206.047-.412.098-.618.147a.451.451 0 1 1-.212-.875c.28-.069.56-.135.84-.202.011-.003.022-.003.037-.005Z",
106
+ }),
107
+ /*#__PURE__*/ React.createElement("path", {
108
+ fill: "#FDB82B",
109
+ d: "M17.54 10c-.017.37-.02.74-.288 1.035a.796.796 0 0 1-.635.262c-.181-.005-.31-.146-.34-.354a.536.536 0 0 1 .191-.51c.133-.116.286-.2.45-.256.189-.066.383-.115.575-.171.012-.004.026-.004.046-.006ZM11.916 10.597l-1.393.312c.015-.095.024-.18.041-.263.044-.213.122-.41.286-.562a.769.769 0 0 1 .586-.21c.14.008.25.074.33.189.111.16.146.34.15.534Z",
110
+ }),
111
+ );
112
+ };
113
+ const sizeMap = {
114
+ 32: Interac32,
115
+ 24: Interac24,
116
+ };
117
+ export function Interac(_ref) {
118
+ let { size = "24" } = _ref,
119
+ props = _objectWithoutProperties(_ref, _excluded);
120
+ const Icon = sizeMap[size] || sizeMap["24"];
121
+ if (
122
+ process.env.NODE_ENV !== "production" &&
123
+ process.env.NODE_ENV !== "test" &&
124
+ !sizeMap[size]
125
+ ) {
126
+ console.warn(
127
+ new Error(
128
+ "The '".concat(
129
+ size,
130
+ "' size is not supported by the 'Interac' icon. Please use one of the available sizes: '24', '32'.",
131
+ ),
132
+ ),
133
+ );
134
+ }
135
+ return /*#__PURE__*/ React.createElement(Icon, props);
136
+ }
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
48
+ width: "24",
49
+ height: "24",
50
+ fill: "none",
51
+ viewBox: "0 0 24 24",
52
+ },
53
+ props,
54
+ ),
55
+ /*#__PURE__*/ React.createElement("path", {
56
+ fill: "currentColor",
57
+ d: "M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-9h4V6H4zm6 0h4V6h-4zm6 0h4V6h-4zm-8 7v-5H4v5zm2 0h4v-5h-4zm6 0h4v-5h-4z",
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 CHANGED
@@ -44,48 +44,48 @@ var SumupPay32 = function SumupPay32(props) {
44
44
  "svg",
45
45
  _extends(
46
46
  {
47
+ xmlns: "http://www.w3.org/2000/svg",
47
48
  width: "32",
48
49
  height: "24",
49
- viewBox: "0 0 32 24",
50
50
  fill: "none",
51
- xmlns: "http://www.w3.org/2000/svg",
51
+ viewBox: "0 0 32 24",
52
52
  },
53
53
  props,
54
54
  ),
55
55
  /*#__PURE__*/ React.createElement(
56
56
  "mask",
57
57
  {
58
- id: "mask0_1_12",
58
+ id: "sumup_pay_32_svg__a",
59
+ width: "32",
60
+ height: "24",
61
+ x: "0",
62
+ y: "0",
63
+ maskUnits: "userSpaceOnUse",
59
64
  style: {
60
65
  maskType: "luminance",
61
66
  },
62
- maskUnits: "userSpaceOnUse",
63
- x: "0",
64
- y: "0",
65
- width: "32",
66
- height: "24",
67
67
  },
68
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",
69
+ fill: "#fff",
70
+ d: "M28 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4",
71
71
  }),
72
72
  ),
73
73
  /*#__PURE__*/ React.createElement(
74
74
  "g",
75
75
  {
76
- mask: "url(#mask0_1_12)",
76
+ mask: "url(#sumup_pay_32_svg__a)",
77
77
  },
78
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",
79
+ fill: "#fff",
80
+ d: "M28 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4",
81
81
  }),
82
82
  /*#__PURE__*/ React.createElement("path", {
83
- d: "M0 0H32V24H0V0Z",
84
- fill: "url(#paint0_linear_1_12)",
83
+ fill: "url(#sumup_pay_32_svg__b)",
84
+ d: "M0 0h32v24H0z",
85
85
  }),
86
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",
87
+ fill: "#fff",
88
+ d: "M19.077 17.934c-2.093 2.053-5.443 2.145-7.647.269-.008-.008-.025-.017-.034-.034a.34.34 0 0 1-.009-.48l7.442-7.286a.35.35 0 0 1 .487.008 5.42 5.42 0 0 1-.24 7.523m1.546-11.637-7.441 7.287a.35.35 0 0 1-.487-.009 5.4 5.4 0 0 1 .239-7.514c2.093-2.053 5.442-2.137 7.647-.27.008.01.025.018.034.035a.33.33 0 0 1 .008.47",
89
89
  }),
90
90
  ),
91
91
  /*#__PURE__*/ React.createElement(
@@ -94,19 +94,19 @@ var SumupPay32 = function SumupPay32(props) {
94
94
  /*#__PURE__*/ React.createElement(
95
95
  "linearGradient",
96
96
  {
97
- id: "paint0_linear_1_12",
97
+ id: "sumup_pay_32_svg__b",
98
98
  x1: "0",
99
- y1: "24",
100
99
  x2: "32",
101
- y2: "0.999998",
100
+ y1: "24",
101
+ y2: "1",
102
102
  gradientUnits: "userSpaceOnUse",
103
103
  },
104
104
  /*#__PURE__*/ React.createElement("stop", {
105
- offset: "0.1",
105
+ offset: ".1",
106
106
  stopColor: "#291059",
107
107
  }),
108
108
  /*#__PURE__*/ React.createElement("stop", {
109
- offset: "0.693554",
109
+ offset: ".694",
110
110
  stopColor: "#6930D6",
111
111
  }),
112
112
  /*#__PURE__*/ React.createElement("stop", {
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
48
+ width: "24",
49
+ height: "24",
50
+ fill: "none",
51
+ viewBox: "0 0 24 24",
52
+ },
53
+ props,
54
+ ),
55
+ /*#__PURE__*/ React.createElement("path", {
56
+ fill: "currentColor",
57
+ d: "M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm9-2h2.5V6H13zm-4.5 0H11V6H8.5zM4 18h2.5V6H4zm13.5 0H20V6h-2.5z",
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">;
@@ -158,6 +166,8 @@ declare const Hipercard: IconComponentType<"24" | "32">;
158
166
 
159
167
  declare const Ideal: IconComponentType<"24" | "32">;
160
168
 
169
+ declare const Interac: IconComponentType<"24" | "32">;
170
+
161
171
  declare const Jcb: IconComponentType<"24" | "32">;
162
172
 
163
173
  declare const Klarna: IconComponentType<"24" | "32">;
@@ -710,8 +720,10 @@ export {
710
720
  ChevronRight,
711
721
  ChevronUp,
712
722
  Close,
723
+ Controls,
713
724
  Copy,
714
725
  Crop,
726
+ DayView,
715
727
  Delete,
716
728
  Download,
717
729
  DownloadCloud,
@@ -732,6 +744,7 @@ export {
732
744
  Logout,
733
745
  Manage,
734
746
  Minus,
747
+ MonthView,
735
748
  More,
736
749
  MoreCircle,
737
750
  Pause,
@@ -751,6 +764,7 @@ export {
751
764
  Upload,
752
765
  UploadCloud,
753
766
  View,
767
+ WeekView,
754
768
  SumUpLogo,
755
769
  SumUpLogomark,
756
770
  PlusTier,
@@ -772,6 +786,7 @@ export {
772
786
  GooglePay,
773
787
  Hipercard,
774
788
  Ideal,
789
+ Interac,
775
790
  Jcb,
776
791
  Klarna,
777
792
  Maestro,
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";
@@ -68,6 +72,7 @@ export { Girocard } from "./Girocard.js";
68
72
  export { GooglePay } from "./GooglePay.js";
69
73
  export { Hipercard } from "./Hipercard.js";
70
74
  export { Ideal } from "./Ideal.js";
75
+ export { Interac } from "./Interac.js";
71
76
  export { Jcb } from "./Jcb.js";
72
77
  export { Klarna } from "./Klarna.js";
73
78
  export { Maestro } from "./Maestro.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",
@@ -487,6 +507,11 @@
487
507
  "category": "Card scheme",
488
508
  "size": "32"
489
509
  },
510
+ {
511
+ "name": "interac",
512
+ "category": "Card scheme",
513
+ "size": "32"
514
+ },
490
515
  {
491
516
  "name": "jcb",
492
517
  "category": "Card scheme",
@@ -1693,6 +1718,11 @@
1693
1718
  "category": "Payment method",
1694
1719
  "size": "24"
1695
1720
  },
1721
+ {
1722
+ "name": "interac",
1723
+ "category": "Payment method",
1724
+ "size": "24"
1725
+ },
1696
1726
  {
1697
1727
  "name": "jcb",
1698
1728
  "category": "Payment method",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumup-oss/icons",
3
- "version": "5.8.0",
3
+ "version": "5.10.0",
4
4
  "description": "A collection of icons by SumUp",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -35,14 +35,14 @@
35
35
  "prepublish": "npm run build"
36
36
  },
37
37
  "devDependencies": {
38
- "@babel/core": "^7.26.7",
39
- "@babel/preset-env": "^7.26.7",
40
- "@babel/preset-react": "^7.25.9",
38
+ "@babel/core": "^7.27.1",
39
+ "@babel/preset-env": "^7.27.2",
40
+ "@babel/preset-react": "^7.27.1",
41
41
  "@types/babel__core": "^7.20.5",
42
- "fast-xml-parser": "^4.5.1",
43
- "prettier": "^3.4.1",
44
- "tsx": "^4.19.2",
45
- "typescript": "^5.7.3"
42
+ "fast-xml-parser": "^5.2.2",
43
+ "prettier": "^3.5.3",
44
+ "tsx": "^4.19.4",
45
+ "typescript": "^5.8.3"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=16.0.0 <19.0.0"
@@ -1,5 +1,4 @@
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>
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="M21 13a1 1 0 0 0 1-1l-.004-9a1 1 0 0 0-1-1H12a1 1 0 1 0 0 2h6.582L2.297 20.293a1 1 0 1 0 1.414 1.414L19.996 5.414 20 12a1 1 0 0 0 1 1"/>
3
+ <path fill="currentColor" d="M19.988 21v-5a1 1 0 0 0-1-1h-5a1 1 0 0 0 0 2h2.585l-3.28 3.281a1 1 0 1 0 1.414 1.414l3.28-3.28V21a1 1 0 1 0 2 0M9 10a1 1 0 1 1-2 0V7.414l-3.28 3.281a1 1 0 0 1-1.415-1.414L5.585 6H3a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1z"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
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="M4.825 12.025 8.7 15.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275l-4.6-4.6a.9.9 0 0 1-.212-.325A1.1 1.1 0 0 1 2.425 12q0-.2.063-.375A.9.9 0 0 1 2.7 11.3l4.6-4.6q.3-.3.713-.3.412 0 .712.3t.3.713-.3.712zm14.35-.05L15.3 8.1a.95.95 0 0 1-.275-.7q0-.425.275-.7a.95.95 0 0 1 .7-.275q.425 0 .7.275l4.6 4.6q.15.15.212.325.063.175.163.375t-.062.375a.9.9 0 0 1-.213.325l-4.6 4.6q-.3.3-.7.287a1 1 0 0 1-.7-.312q-.3-.3-.3-.712 0-.413.3-.713z"/>
2
+ <path fill="currentColor" d="M4.825 12.025 8.7 15.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275l-4.6-4.6a.9.9 0 0 1-.212-.325A1.1 1.1 0 0 1 2.425 12q0-.2.063-.375A.9.9 0 0 1 2.7 11.3l4.6-4.6q.3-.3.713-.3.412 0 .712.3t.3.713-.3.712zm14.35-.05L15.3 8.1a.95.95 0 0 1-.275-.7q0-.425.275-.7a.95.95 0 0 1 .7-.275q.425 0 .7.275l4.6 4.6q.15.15.212.325.063.175.163.375t-.062.375a.9.9 0 0 1-.213.325l-4.6 4.6q-.3.3-.7.287a1 1 0 0 1-.7-.312q-.3-.3-.3-.712 0-.413.3-.713z"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
+ <path fill="currentColor" d="M10 4.5a1 1 0 0 0 2 0V4h3a1 1 0 1 0 0-2h-3v-.5a1 1 0 0 0-2 0zM1 2h7v2H1a1 1 0 0 1 0-2m3 7.5a1 1 0 1 0 2 0v-3a1 1 0 0 0-2 0V7H1a1 1 0 0 0 0 2h3zM15 9H8V7h7a1 1 0 1 1 0 2m-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 1M8 12H1a1 1 0 0 0 0 2h7z"/>
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="M5 17q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 15V9q0-.825.587-1.412A1.93 1.93 0 0 1 5 7h14q.824 0 1.413.588Q21 8.175 21 9v6q0 .824-.587 1.413A1.93 1.93 0 0 1 19 17zm0-2h14V9H5zM4 5a1 1 0 0 1 0-2h16a1 1 0 1 1 0 2zm0 16a1 1 0 1 1 0-2h16a1 1 0 1 1 0 2z"/>
3
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="28" height="24" viewBox="0 0 28 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill="#1F3A6A" d="M8.775 18.363c.199 0 .299.035.496.098v-.715c-.037-.003-.258-.038-.442-.038-.296 0-.673.072-.962.42-.049.056-.115.166-.201.31l-.037-.682h-.69c.023.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.741v-2.003c.026-.388.044-.902.443-1.251.266-.23.528-.23.619-.23ZM6.1 17.756h-.72v4.093h.72v-4.093Zm-2.339 2.073c0 .103 0 .509-.236.88-.245.385-.613.57-.934.57-.275 0-.558-.12-.75-.3-.29-.286-.373-.745-.373-1.182.005-.618.183-.966.475-1.233a.928.928 0 0 1 .641-.262c.205 0 .465.08.68.252.52.436.497 1.236.497 1.275Zm.367 3.166c.305-.403.33-.82.351-1.679l-.009-3.56h-.685v.632a1.693 1.693 0 0 0-.33-.386c-.182-.159-.52-.334-.98-.326a1.674 1.674 0 0 0-1.375.731c-.32.442-.406.972-.406 1.422 0 .113 0 .5.121.864.032.102.17.56.574.9.224.183.566.366 1.086.341.29-.015.689-.11.979-.355.092-.08.147-.133.276-.309l-.006.562c-.016.182-.026.365-.095.545a.885.885 0 0 1-.184.31c-.196.228-.448.346-.93.363a3.28 3.28 0 0 1-1.042-.173c-.197-.072-.32-.15-.405-.197l-.076.712c.116.047.2.078.323.12.197.063.628.173 1.153.173.566 0 .926-.129 1.17-.262.27-.158.398-.3.49-.428Zm1.204-6.213h.788v-.808h-.788v.808Zm7.205 2.981c0 .447-.14 1.102-.689 1.413-.11.055-.3.143-.568.143a1.21 1.21 0 0 1-.495-.111 1.44 1.44 0 0 1-.2-.13c-.112-.083-.267-.252-.39-.537a1.883 1.883 0 0 1-.136-.792c.014-.567.25-.97.497-1.178.161-.135.42-.293.804-.293.633.008.914.443 1.053.776.045.12.123.386.123.709Zm.16 1.635c.473-.477.609-1.125.602-1.649-.022-1.005-.55-1.605-1.048-1.868a1.999 1.999 0 0 0-.891-.196c-.918 0-1.508.476-1.79.965-.201.349-.274.752-.285 1.165-.008.821.284 1.305.635 1.646.085.07.169.136.26.19.23.15.559.276 1.1.276.416 0 .69-.078.865-.16a1.81 1.81 0 0 0 .552-.369Zm3.018.513c.491 0 .756-.11.986-.212l-.055-.658c-.142.062-.465.22-.854.22-.055 0-.308 0-.519-.111-.62-.307-.773-.933-.773-1.398 0-.688.345-1.086.693-1.276.316-.177.6-.167.713-.167.29.014.52.118.636.175l.038-.666c-.13-.032-.435-.133-.788-.14-.819-.025-1.33.355-1.63.749-.342.446-.434.99-.419 1.445.03 1.087.65 1.674 1.194 1.895.145.065.403.139.778.144Zm3.893-1.906c0 .27-.024.427-.062.553-.015.054-.062.19-.184.35a1.01 1.01 0 0 1-.842.433c-.337 0-.785-.175-.785-.656 0-.477.418-.68.785-.77.11-.022.284-.043.538-.043.183 0 .366.005.55.02v.113Zm.043 1.844h.625v-2.643c0-.409-.095-.755-.205-.92-.213-.357-.68-.609-1.322-.609-.78 0-1.176.28-1.284.346v.643c.165-.098.637-.388 1.146-.388.497 0 .803.286.905.553.059.168.074.37.074.54-.19-.009-.391-.017-.588-.017-.404 0-.887.018-1.291.215-.314.15-.743.441-.743 1.097 0 .449.209.778.413.95.23.195.537.27.85.29.467.013.784-.13.986-.272.174-.133.28-.26.434-.435v.65Zm3.288-3.486c.199 0 .3.035.497.098v-.715c-.038-.003-.258-.038-.442-.038-.297 0-.673.072-.962.42a2.6 2.6 0 0 0-.202.31l-.037-.682h-.69c.024.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.742v-2.003c.025-.388.043-.902.443-1.251.266-.23.527-.23.618-.23Zm3.616 1.474c0 .073-.006.32-.084.57-.192.579-.625.895-1.108.895-.39 0-.779-.213-.995-.674a1.773 1.773 0 0 1-.151-.838c0-.103.006-.34.106-.631.267-.76.871-.835 1.072-.835.465 0 .891.312 1.076.878.03.12.093.34.084.635Zm.718 1.141c-.022-.79-.022-1.354-.022-2.149 0-.992.016-1.984.022-2.975h-.731v2.455a1.594 1.594 0 0 0-.231-.26 1.498 1.498 0 0 0-1.009-.372 1.75 1.75 0 0 0-1.292.561c-.612.657-.561 1.544-.561 1.677.01.285.047.603.164.897.197.507.662 1.132 1.627 1.132.104 0 .667 0 1.093-.422.077-.063.13-.133.253-.299l.032.626h.688c-.019-.327-.022-.547-.033-.87ZM17.47 4.138h-1.05v.281h.826l2.084 8.474H8.67l2.084-8.474h.826v-.28h-1.05l-2.307 9.1h11.555l-2.308-9.1Z"/>
3
- <path fill="#5DC4E9" d="M16.027.315h-4.053a.412.412 0 0 0-.412.412v3.975h.305V.727c0-.058.049-.107.107-.107h.755v2.867h-.794l1.138 1.215h1.855l1.137-1.215h-.794V.62h.756c.058 0 .107.049.107.107v3.975h.305V.727a.412.412 0 0 0-.412-.412Z"/>
4
- <path fill="#1F3A6A" d="M13.107 9.663h1.787c.118 0 .21-.097.203-.216l-.068-1.17a.233.233 0 0 0-.229-.216h-1.6a.233.233 0 0 0-.228.215l-.069 1.171a.202.202 0 0 0 .204.216ZM12.342 8.06h-1.614a.276.276 0 0 0-.258.212l-.238 1.18a.17.17 0 0 0 .174.211h1.8a.24.24 0 0 0 .234-.215l.1-1.172a.195.195 0 0 0-.198-.215ZM13.179 7.691h1.643a.162.162 0 0 0 .162-.173l-.054-.936a.186.186 0 0 0-.183-.173h-1.493a.186.186 0 0 0-.183.173l-.055.936a.162.162 0 0 0 .163.173ZM12.527 6.41h-1.51a.22.22 0 0 0-.207.169l-.19.943a.136.136 0 0 0 .14.169h1.657c.095 0 .18-.078.188-.172l.08-.938a.156.156 0 0 0-.158-.172ZM17.237 7.691a.136.136 0 0 0 .138-.17l-.19-.942a.22.22 0 0 0-.207-.17h-1.505a.156.156 0 0 0-.158.172l.08.938a.192.192 0 0 0 .188.172h1.654ZM13.25 6.095h1.5a.141.141 0 0 0 .143-.151l-.043-.723a.163.163 0 0 0-.16-.151h-1.38a.163.163 0 0 0-.16.15l-.042.724a.141.141 0 0 0 .142.15ZM16.936 6.095a.12.12 0 0 0 .12-.148l-.146-.73a.193.193 0 0 0-.182-.147h-1.391a.137.137 0 0 0-.138.15l.062.724c.007.083.08.15.164.15h1.51ZM12.663 5.07h-1.398a.193.193 0 0 0-.18.148l-.148.729a.12.12 0 0 0 .122.148h1.517a.168.168 0 0 0 .164-.15l.062-.725a.137.137 0 0 0-.139-.15ZM17.592 9.663a.17.17 0 0 0 .173-.212l-.238-1.179a.276.276 0 0 0-.259-.211h-1.61a.195.195 0 0 0-.198.215l.1 1.172a.24.24 0 0 0 .235.215h1.797ZM14.876 10.098h-1.752a.28.28 0 0 0-.274.259l-.087 1.485a.242.242 0 0 0 .244.259h1.986a.242.242 0 0 0 .244-.259l-.087-1.485a.28.28 0 0 0-.274-.26ZM12.125 10.098H10.36a.33.33 0 0 0-.31.254l-.3 1.495a.204.204 0 0 0 .207.254h1.995c.143 0 .27-.116.282-.259l.127-1.486a.234.234 0 0 0-.237-.258ZM17.947 10.352a.331.331 0 0 0-.31-.254h-1.762a.235.235 0 0 0-.237.258l.127 1.486a.288.288 0 0 0 .282.259h1.995a.204.204 0 0 0 .208-.254l-.303-1.495Z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="24" fill="none" viewBox="0 0 28 24">
2
+ <path fill="#1F3A6A" d="M8.775 18.363c.199 0 .299.035.496.098v-.715c-.037-.003-.258-.038-.442-.038-.296 0-.673.072-.962.42a3 3 0 0 0-.201.31l-.037-.682h-.69c.023.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.741v-2.003c.026-.388.044-.902.443-1.251.266-.23.528-.23.619-.23ZM6.1 17.756h-.72v4.093h.72zm-2.339 2.073c0 .103 0 .509-.236.88-.245.385-.613.57-.934.57-.275 0-.558-.12-.75-.3-.29-.286-.373-.745-.373-1.182.005-.618.183-.966.475-1.233a.93.93 0 0 1 .641-.262c.205 0 .465.08.68.252.52.436.497 1.236.497 1.275m.367 3.166c.305-.403.33-.82.351-1.679l-.009-3.56h-.685v.632a1.7 1.7 0 0 0-.33-.386c-.182-.159-.52-.334-.98-.326a1.67 1.67 0 0 0-1.375.731c-.32.442-.406.972-.406 1.422 0 .113 0 .5.121.864.032.102.17.56.574.9.224.183.566.366 1.086.341.29-.015.689-.11.979-.355.092-.08.147-.133.276-.309l-.006.562c-.016.182-.026.365-.095.545a.9.9 0 0 1-.184.31c-.196.228-.448.346-.93.363a3.3 3.3 0 0 1-1.042-.173c-.197-.072-.32-.15-.405-.197l-.076.712c.116.047.2.078.323.12.197.063.628.173 1.153.173.566 0 .926-.129 1.17-.262.27-.158.398-.3.49-.428m1.204-6.213h.788v-.808h-.788zm7.205 2.981c0 .447-.14 1.102-.689 1.413-.11.055-.3.143-.568.143a1.2 1.2 0 0 1-.495-.111 1.4 1.4 0 0 1-.2-.13c-.112-.083-.267-.252-.39-.537a1.9 1.9 0 0 1-.136-.792c.014-.567.25-.97.497-1.178.161-.135.42-.293.804-.293.633.008.914.443 1.053.776.045.12.123.386.123.709Zm.16 1.635c.473-.477.609-1.125.602-1.649-.022-1.005-.55-1.605-1.048-1.868a2 2 0 0 0-.891-.196c-.918 0-1.508.476-1.79.965-.201.349-.274.752-.285 1.165-.008.821.284 1.305.635 1.646.085.07.169.136.26.19.23.15.559.276 1.1.276.416 0 .69-.078.865-.16a1.8 1.8 0 0 0 .552-.369m3.018.513c.491 0 .756-.11.986-.212l-.055-.658c-.142.062-.465.22-.854.22-.055 0-.308 0-.519-.111-.62-.307-.773-.933-.773-1.398 0-.688.345-1.086.693-1.276.316-.177.6-.167.713-.167.29.014.52.118.636.175l.038-.666c-.13-.032-.435-.133-.788-.14-.819-.025-1.33.355-1.63.749-.342.446-.434.99-.419 1.445.03 1.087.65 1.674 1.194 1.895.145.065.403.139.778.144m3.893-1.906c0 .27-.024.427-.062.553-.015.054-.062.19-.184.35a1.01 1.01 0 0 1-.842.433c-.337 0-.785-.175-.785-.656 0-.477.418-.68.785-.77a3 3 0 0 1 .538-.043q.274-.001.55.02zm.043 1.844h.625v-2.643c0-.409-.095-.755-.205-.92-.213-.357-.68-.609-1.322-.609-.78 0-1.176.28-1.284.346v.643c.165-.098.637-.388 1.146-.388.497 0 .803.286.905.553.059.168.074.37.074.54a13 13 0 0 0-.588-.017c-.404 0-.887.018-1.291.215-.314.15-.743.441-.743 1.097 0 .449.209.778.413.95.23.195.537.27.85.29.467.013.784-.13.986-.272.174-.133.28-.26.434-.435zm3.288-3.486c.199 0 .3.035.497.098v-.715c-.038-.003-.258-.038-.442-.038-.297 0-.673.072-.962.42a3 3 0 0 0-.202.31l-.037-.682h-.69c.024.513.036.87.036 1.376 0 .593-.003 1.011-.003 1.599v1.117h.742v-2.003c.025-.388.043-.902.443-1.251.266-.23.527-.23.618-.23Zm3.616 1.474c0 .073-.006.32-.084.57-.192.579-.625.895-1.108.895-.39 0-.779-.213-.995-.674a1.8 1.8 0 0 1-.151-.838c0-.103.006-.34.106-.631.267-.76.871-.835 1.072-.835.465 0 .891.312 1.076.878.03.12.093.34.084.635m.718 1.141c-.022-.79-.022-1.354-.022-2.149 0-.992.016-1.984.022-2.975h-.731v2.455a1.6 1.6 0 0 0-.231-.26 1.5 1.5 0 0 0-1.009-.372 1.75 1.75 0 0 0-1.292.561c-.612.657-.561 1.544-.561 1.677.01.285.047.603.164.897.197.507.662 1.132 1.627 1.132.104 0 .667 0 1.093-.422.077-.063.13-.133.253-.299l.032.626h.688c-.019-.327-.022-.547-.033-.87ZM17.47 4.138h-1.05v.281h.826l2.084 8.474H8.67l2.084-8.474h.826v-.28h-1.05l-2.307 9.1h11.555z"/>
3
+ <path fill="#5DC4E9" d="M16.027.315h-4.053a.41.41 0 0 0-.412.412v3.975h.305V.727c0-.058.049-.107.107-.107h.755v2.867h-.794l1.138 1.215h1.855l1.137-1.215h-.794V.62h.756c.058 0 .107.049.107.107v3.975h.305V.727a.41.41 0 0 0-.412-.412"/>
4
+ <path fill="#1F3A6A" d="M13.107 9.663h1.787c.118 0 .21-.097.203-.216l-.068-1.17a.233.233 0 0 0-.229-.216h-1.6a.233.233 0 0 0-.228.215l-.069 1.171a.2.2 0 0 0 .204.216m-.765-1.603h-1.614a.276.276 0 0 0-.258.212l-.238 1.18a.17.17 0 0 0 .174.211h1.8a.24.24 0 0 0 .234-.215l.1-1.172a.195.195 0 0 0-.198-.215Zm.837-.369h1.643a.16.16 0 0 0 .162-.173l-.054-.936a.186.186 0 0 0-.183-.173h-1.493a.186.186 0 0 0-.183.173l-.055.936a.16.16 0 0 0 .163.173m-.652-1.281h-1.51a.22.22 0 0 0-.207.169l-.19.943a.136.136 0 0 0 .14.169h1.657c.095 0 .18-.078.188-.172l.08-.938a.156.156 0 0 0-.158-.172Zm4.71 1.281a.136.136 0 0 0 .138-.17l-.19-.942a.22.22 0 0 0-.207-.17h-1.505a.156.156 0 0 0-.158.172l.08.938a.19.19 0 0 0 .188.172zM13.25 6.095h1.5a.14.14 0 0 0 .143-.151l-.043-.723a.163.163 0 0 0-.16-.151h-1.38a.163.163 0 0 0-.16.15l-.042.724a.14.14 0 0 0 .142.15Zm3.686 0a.12.12 0 0 0 .12-.148l-.146-.73a.19.19 0 0 0-.182-.147h-1.391a.137.137 0 0 0-.138.15l.062.724c.007.083.08.15.164.15zM12.663 5.07h-1.398a.19.19 0 0 0-.18.148l-.148.729a.12.12 0 0 0 .122.148h1.517a.17.17 0 0 0 .164-.15l.062-.725a.137.137 0 0 0-.139-.15m4.929 4.593a.17.17 0 0 0 .173-.212l-.238-1.179a.276.276 0 0 0-.259-.211h-1.61a.195.195 0 0 0-.198.215l.1 1.172a.24.24 0 0 0 .235.215zm-2.716.435h-1.752a.28.28 0 0 0-.274.259l-.087 1.485a.24.24 0 0 0 .244.259h1.986a.24.24 0 0 0 .244-.259l-.087-1.485a.28.28 0 0 0-.274-.26Zm-2.751 0H10.36a.33.33 0 0 0-.31.254l-.3 1.495a.204.204 0 0 0 .207.254h1.995c.143 0 .27-.116.282-.259l.127-1.486a.234.234 0 0 0-.237-.258Zm5.822.254a.33.33 0 0 0-.31-.254h-1.762a.235.235 0 0 0-.237.258l.127 1.486a.29.29 0 0 0 .282.259h1.995a.204.204 0 0 0 .208-.254z"/>
5
5
  </svg>
@@ -1,7 +1,7 @@
1
- <svg width="32" height="24" viewBox="0 0 32 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x=".5" y=".5" width="31" height="23" rx="3.5" fill="#fff"/>
3
- <rect x=".5" y=".5" width="31" height="23" rx="3.5" stroke="#CCC"/>
4
- <path d="M20.45 8.62H19.1v.36h1.06l2.67 10.86H9.17l2.67-10.86h1.06v-.36h-1.35L8.6 20.29h14.82L20.45 8.62Z" fill="#1F3A6A"/>
5
- <path d="M18.6 3.71h-5.2c-.29 0-.53.24-.53.53v5.1h.4v-5.1c0-.07.06-.13.13-.13h.97v3.67h-1.02l1.46 1.56h2.38l1.46-1.56h-1.02V4.11h.97c.07 0 .14.06.14.13v5.1h.39v-5.1c0-.29-.24-.53-.53-.53Z" fill="#5DC4E9"/>
6
- <path d="M14.85 15.7h2.3c.15 0 .27-.12.26-.28l-.1-1.5a.3.3 0 0 0-.28-.27h-2.06a.3.3 0 0 0-.29.27l-.09 1.5c0 .16.11.28.26.28ZM13.87 13.65h-2.06c-.16 0-.3.12-.34.27l-.3 1.5c-.03.16.07.28.22.28h2.3a.3.3 0 0 0 .31-.28l.13-1.5a.25.25 0 0 0-.26-.27ZM14.95 13.17h2.1a.2.2 0 0 0 .21-.22l-.07-1.2a.24.24 0 0 0-.23-.22h-1.92c-.12 0-.22.1-.23.22l-.07 1.2c0 .12.08.22.2.22ZM14.11 11.53h-1.93c-.13 0-.25.1-.27.22l-.24 1.2c-.03.12.05.22.17.22h2.13c.12 0 .23-.1.24-.22l.1-1.2a.2.2 0 0 0-.2-.22ZM20.15 13.17c.12 0 .2-.1.18-.21l-.25-1.21a.28.28 0 0 0-.26-.22h-1.93a.2.2 0 0 0-.2.22l.1 1.2c.01.12.12.22.24.22h2.12ZM15.04 11.13h1.92c.1 0 .19-.1.18-.2L17.1 10c0-.1-.1-.19-.2-.19h-1.77a.2.2 0 0 0-.21.2l-.05.92c-.01.1.07.2.18.2ZM19.76 11.13c.11 0 .18-.09.16-.2l-.19-.93a.25.25 0 0 0-.23-.19H17.7c-.1 0-.18.09-.17.2l.08.92c0 .1.1.2.2.2h1.94ZM14.29 9.81h-1.8c-.1 0-.2.09-.23.2l-.19.93c-.02.1.05.19.16.19h1.94c.11 0 .2-.1.21-.2l.08-.93c.01-.1-.07-.19-.17-.19ZM20.6 15.7c.16 0 .26-.12.23-.27l-.3-1.51a.35.35 0 0 0-.34-.27h-2.06a.25.25 0 0 0-.26.27l.13 1.5a.3.3 0 0 0 .3.28h2.3ZM17.12 16.26h-2.24a.36.36 0 0 0-.35.33l-.12 1.9c0 .19.13.34.32.34h2.54c.19 0 .33-.15.32-.34l-.12-1.9a.36.36 0 0 0-.35-.33ZM13.6 16.26h-2.27a.42.42 0 0 0-.4.32l-.38 1.92c-.04.18.09.33.27.33h2.56c.18 0 .34-.15.36-.34l.16-1.9a.3.3 0 0 0-.3-.33ZM21.06 16.58a.42.42 0 0 0-.4-.32H18.4a.3.3 0 0 0-.3.33l.16 1.9c.02.19.18.34.36.34h2.56c.18 0 .3-.15.27-.33l-.39-1.92Z" fill="#1F3A6A"/>
7
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" fill="none" viewBox="0 0 32 24">
2
+ <rect width="31" height="23" x=".5" y=".5" fill="#fff" rx="3.5"/>
3
+ <rect width="31" height="23" x=".5" y=".5" stroke="#CCC" rx="3.5"/>
4
+ <path fill="#1F3A6A" d="M20.45 8.62H19.1v.36h1.06l2.67 10.86H9.17l2.67-10.86h1.06v-.36h-1.35L8.6 20.29h14.82z"/>
5
+ <path fill="#5DC4E9" d="M18.6 3.71h-5.2c-.29 0-.53.24-.53.53v5.1h.4v-5.1c0-.07.06-.13.13-.13h.97v3.67h-1.02l1.46 1.56h2.38l1.46-1.56h-1.02V4.11h.97c.07 0 .14.06.14.13v5.1h.39v-5.1c0-.29-.24-.53-.53-.53"/>
6
+ <path fill="#1F3A6A" d="M14.85 15.7h2.3c.15 0 .27-.12.26-.28l-.1-1.5a.3.3 0 0 0-.28-.27h-2.06a.3.3 0 0 0-.29.27l-.09 1.5c0 .16.11.28.26.28m-.98-2.05h-2.06c-.16 0-.3.12-.34.27l-.3 1.5c-.03.16.07.28.22.28h2.3a.3.3 0 0 0 .31-.28l.13-1.5a.25.25 0 0 0-.26-.27m1.08-.48h2.1a.2.2 0 0 0 .21-.22l-.07-1.2a.24.24 0 0 0-.23-.22h-1.92c-.12 0-.22.1-.23.22l-.07 1.2c0 .12.08.22.2.22Zm-.84-1.64h-1.93c-.13 0-.25.1-.27.22l-.24 1.2c-.03.12.05.22.17.22h2.13c.12 0 .23-.1.24-.22l.1-1.2a.2.2 0 0 0-.2-.22m6.04 1.64c.12 0 .2-.1.18-.21l-.25-1.21a.28.28 0 0 0-.26-.22h-1.93a.2.2 0 0 0-.2.22l.1 1.2c.01.12.12.22.24.22zm-5.11-2.04h1.92c.1 0 .19-.1.18-.2L17.1 10c0-.1-.1-.19-.2-.19h-1.77a.2.2 0 0 0-.21.2l-.05.92c-.01.1.07.2.18.2Zm4.72 0c.11 0 .18-.09.16-.2l-.19-.93a.25.25 0 0 0-.23-.19h-1.8c-.1 0-.18.09-.17.2l.08.92c0 .1.1.2.2.2h1.94Zm-5.47-1.32h-1.8c-.1 0-.2.09-.23.2l-.19.93c-.02.1.05.19.16.19h1.94c.11 0 .2-.1.21-.2l.08-.93c.01-.1-.07-.19-.17-.19m6.31 5.89c.16 0 .26-.12.23-.27l-.3-1.51a.35.35 0 0 0-.34-.27h-2.06a.25.25 0 0 0-.26.27l.13 1.5a.3.3 0 0 0 .3.28zm-3.48.56h-2.24a.36.36 0 0 0-.35.33l-.12 1.9c0 .19.13.34.32.34h2.54c.19 0 .33-.15.32-.34l-.12-1.9a.36.36 0 0 0-.35-.33m-3.52 0h-2.27a.42.42 0 0 0-.4.32l-.38 1.92c-.04.18.09.33.27.33h2.56c.18 0 .34-.15.36-.34l.16-1.9a.3.3 0 0 0-.3-.33m7.46.32a.42.42 0 0 0-.4-.32H18.4a.3.3 0 0 0-.3.33l.16 1.9c.02.19.18.34.36.34h2.56c.18 0 .3-.15.27-.33z"/>
7
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#FDB82B" d="M19.712 1H4.288A3.288 3.288 0 0 0 1 4.288v15.424A3.288 3.288 0 0 0 4.288 23h15.424A3.288 3.288 0 0 0 23 19.712V4.288A3.288 3.288 0 0 0 19.712 1Z"/><path fill="#FDB82B" d="M4.986 15.664V17.893c0 .021.001.043-.002.063a.124.124 0 0 1-.12.11.12.12 0 0 1-.122-.101.309.309 0 0 1-.005-.057l-.002-.99-.001-1.758a.583.583 0 0 0-.586-.592.582.582 0 0 0-.584.594c0 1.614-.004 3.229.001 4.843.002.577.258 1.027.74 1.344.285.187.604.247.943.245a1.557 1.557 0 0 0 1.555-1.557c0-.851.003-1.702-.001-2.554-.002-.386-.176-.69-.486-.913-.306-.218-.62-.424-.931-.636l-.4-.27h.001Zm13.675-4.03c-.033-.095-.077-.18-.09-.27a4.415 4.415 0 0 1-.056-.586c-.007-.626-.002-1.252-.004-1.878 0-.112-.008-.226-.025-.336a1.023 1.023 0 0 0-.305-.62c-.208-.193-.464-.26-.737-.264a2.554 2.554 0 0 0-1.176.274c-.414.203-.69.524-.786.982-.026.126-.035.255-.052.39l.073-.014c.277-.063.554-.127.832-.186.067-.014.098-.038.108-.11.036-.282.204-.446.476-.511.04-.01.082-.018.124-.023.26-.034.428.084.47.342.023.143.023.289.038.433.005.045-.012.06-.053.068-.188.04-.375.085-.564.126-.318.07-.627.164-.91.333-.295.177-.532.409-.654.739-.13.35-.121.706.005 1.053.102.28.291.483.576.583.213.076.428.06.643.007.42-.101.75-.315.93-.723.003-.007.01-.013.011-.013.049.127.098.252.145.379.013.033.032.04.067.032.112-.027.227-.052.34-.077l.574-.13Zm-8.143.018.058-.015.759-.17 1.49-.334c.029-.006.052-.01.055-.05.028-.422-.007-.836-.162-1.232-.131-.335-.343-.599-.688-.734a1.412 1.412 0 0 0-.721-.066c-.417.058-.79.214-1.098.507a2.132 2.132 0 0 0-.553.916 3.392 3.392 0 0 0-.133 1.374c.03.314.098.618.246.9.157.3.383.525.711.634.244.08.492.08.741.033.457-.087.858-.278 1.167-.637.256-.3.393-.654.463-1.038l.006-.051-.063.013c-.28.063-.558.128-.838.185-.078.016-.117.046-.14.126a.723.723 0 0 1-.583.549c-.214.044-.396-.009-.525-.191-.15-.214-.197-.459-.193-.719h.001ZM5.983 14.51c.014-.001.021 0 .028-.002l.888-.2c.042-.009.037-.034.037-.062l.004-1.02c.001-.465.004-.93.001-1.396 0-.17-.006-.34-.021-.509a1.609 1.609 0 0 0-.184-.644c-.108-.196-.262-.339-.484-.392a1.13 1.13 0 0 0-.849.136c-.263.152-.46.374-.625.626l-.032.049-.012-.005v-.488c-.025.004-.043.006-.061.01-.282.061-.563.124-.845.183-.052.01-.064.032-.064.083.002 1.067.001 2.134.001 3.2v.067c.343-.12.661-.084.968.104v-.073c0-.53-.001-1.062.001-1.592.001-.25.027-.5.112-.738.105-.294.288-.505.608-.568.233-.047.403.044.472.27.035.117.054.243.055.366.005.841.003 1.683.003 2.524v.07Zm16.121-6.45c-.011-.06-.019-.115-.031-.17-.116-.513-.516-.907-1.01-.977a1.78 1.78 0 0 0-1.314.316c-.373.262-.595.633-.733 1.058a3.461 3.461 0 0 0-.123 1.55c.04.307.12.603.283.87.191.314.462.513.829.574.26.042.517.006.769-.066.362-.102.683-.273.932-.562.233-.272.355-.593.41-.942.014-.081.02-.164.03-.249l-.035.003c-.297.067-.595.135-.893.2-.038.008-.04.033-.048.06-.037.115-.065.236-.117.345a.624.624 0 0 1-.493.357.438.438 0 0 1-.472-.208 1.276 1.276 0 0 1-.143-.322 2.747 2.747 0 0 1-.087-.902c.013-.278.056-.55.177-.805.097-.206.24-.367.47-.427.279-.072.482.026.594.29.028.067.047.14.073.217l.933-.21ZM9.301 12.934c-.023.007-.04.014-.059.018-.11.028-.22.065-.332.083-.129.02-.205-.039-.231-.166a1.029 1.029 0 0 1-.02-.21c0-.682.002-1.363.003-2.044v-.057l.69-.156v-.845c-.226.05-.45.1-.68.153v-.78l-.963.214v.726c0 .04-.009.059-.052.068-.165.034-.328.074-.497.112v.845l.539-.12v.08c-.001.706-.004 1.412 0 2.118 0 .115.013.234.04.346.1.416.413.66.824.634.255-.016.49-.107.719-.217.014-.007.024-.036.024-.056.001-.238 0-.477-.002-.716l-.003-.03ZM3.09 9.573c-.024.003-.04.004-.057.008-.292.065-.584.132-.877.195-.054.011-.068.031-.068.086l.001 5.45v.067c.023-.004.04-.005.056-.009.293-.066.584-.133.877-.196.053-.011.069-.031.069-.086-.002-1.817-.002-3.634-.002-5.451v-.065Zm11.137-1.108-.051.008c-.274.061-.547.123-.821.182-.05.01-.067.027-.066.081l.001 4.071v.063l.065-.013c.277-.062.554-.127.832-.185.055-.012.068-.035.069-.087 0-.475.002-.95.005-1.426.002-.255-.001-.51.046-.764.099-.525.383-.88.915-1.012.04-.01.039-.033.039-.062V8.313c0-.016-.003-.032-.005-.051-.237.056-.46.13-.643.293-.184.164-.273.384-.354.608l-.031-.698ZM3.29 16.849c-.016.001-.027 0-.038.003-.288.069-.575.136-.862.208a.448.448 0 0 0-.325.54.45.45 0 0 0 .539.335c.213-.049.426-.103.64-.153.038-.008.047-.025.047-.061-.002-.224 0-.447 0-.67v-.202Zm0 1.187-.03.004c-.294.07-.587.138-.879.213a.45.45 0 0 0 .221.87c.212-.048.423-.102.635-.15.04-.01.056-.024.055-.067-.003-.147-.001-.294-.001-.441v-.429Zm-.003-2.378c-.015.002-.026.003-.037.006l-.84.201a.451.451 0 1 0 .212.875c.206-.048.412-.1.618-.147.039-.009.051-.023.051-.064-.002-.273-.001-.546-.001-.819l-.003-.052Z"/><path fill="#2E2A27" d="m4.986 15.664.4.27c.31.212.624.419.93.637.31.222.484.527.486.913.004.851.001 1.702.001 2.554 0 .86-.694 1.55-1.555 1.556-.338.003-.658-.058-.942-.245-.483-.316-.738-.766-.74-1.343-.005-1.615-.002-3.23-.002-4.844 0-.332.257-.592.584-.593.326 0 .585.258.586.591.002.586 0 1.172.001 1.758l.003.99c0 .02 0 .039.004.057a.12.12 0 0 0 .122.1.124.124 0 0 0 .12-.108c.003-.02.003-.042.003-.063V15.664ZM18.66 11.635l-.573.13c-.114.025-.228.05-.34.077-.034.008-.054.001-.067-.032-.047-.127-.096-.253-.145-.38 0 .001-.008.006-.011.013-.18.408-.51.623-.93.724-.215.052-.43.068-.643-.007a.923.923 0 0 1-.576-.583 1.497 1.497 0 0 1-.005-1.053c.122-.33.36-.562.655-.74.282-.168.591-.262.91-.332.187-.042.375-.086.563-.126.04-.01.057-.023.053-.069-.015-.144-.015-.29-.038-.432-.043-.258-.21-.376-.47-.342a1.215 1.215 0 0 0-.124.023c-.272.065-.44.23-.476.51-.01.073-.041.097-.108.11-.278.06-.555.124-.832.186-.019.005-.037.007-.073.014.017-.134.026-.264.052-.389.097-.458.372-.779.786-.982.37-.183.762-.28 1.176-.274.273.004.53.07.737.264.18.168.268.382.305.62.016.11.024.224.025.336.002.626-.003 1.252.004 1.878.002.195.028.391.056.585.013.09.057.176.09.272v-.001ZM17.54 10c-.021.002-.035.002-.047.005-.192.056-.386.106-.575.171-.164.057-.317.14-.45.256a.536.536 0 0 0-.192.51c.03.21.16.35.341.355a.793.793 0 0 0 .635-.263c.268-.294.271-.665.287-1.035ZM10.518 11.652c-.005.26.042.505.193.72.128.182.31.234.525.19a.723.723 0 0 0 .583-.548c.023-.081.062-.11.14-.126.28-.058.558-.123.837-.186l.064-.013c-.002.02-.003.036-.006.051-.07.384-.207.738-.463 1.038-.308.36-.71.55-1.167.637a1.457 1.457 0 0 1-.74-.033c-.329-.108-.555-.334-.713-.634a2.402 2.402 0 0 1-.245-.9 3.385 3.385 0 0 1 .133-1.374c.112-.348.286-.66.553-.915.308-.293.68-.45 1.098-.508.245-.034.487-.024.72.067.346.134.557.399.689.733.155.396.19.81.162 1.232-.003.04-.027.044-.055.05l-1.49.334-.76.17-.057.016Zm1.398-1.055c-.005-.194-.04-.375-.15-.534a.416.416 0 0 0-.33-.19.77.77 0 0 0-.586.211c-.164.152-.242.35-.286.562-.017.083-.026.168-.04.263l1.393-.312ZM5.983 14.509v-.07c0-.842.003-1.684-.002-2.525 0-.122-.02-.248-.055-.365-.07-.227-.239-.317-.472-.271-.32.063-.504.275-.608.569a2.21 2.21 0 0 0-.112.738c-.003.53-.001 1.06-.001 1.591v.073a1.081 1.081 0 0 0-.968-.104v-.066l-.001-3.2c0-.052.012-.073.064-.084.282-.059.563-.122.844-.183.018-.004.037-.006.061-.01v.488l.012.005.033-.049c.165-.251.362-.473.625-.626.265-.153.548-.206.849-.135.222.052.375.196.484.391.111.2.163.42.183.645.015.169.021.339.022.508.002.466 0 .931-.001 1.397l-.004 1.019c0 .028.005.054-.037.063-.297.065-.592.132-.888.199-.007.002-.015.001-.028.002ZM22.104 8.06l-.933.209c-.026-.077-.044-.15-.073-.218-.112-.263-.315-.36-.593-.289-.232.06-.373.221-.471.427-.12.254-.163.527-.177.805a2.74 2.74 0 0 0 .088.902c.032.112.08.223.142.322.107.17.27.241.472.209a.623.623 0 0 0 .493-.358c.052-.11.08-.23.117-.345.009-.027.01-.052.049-.06.298-.064.595-.133.893-.2l.034-.003c-.01.085-.016.168-.029.25-.056.348-.178.67-.411.94-.25.29-.57.46-.932.563a1.753 1.753 0 0 1-.77.066c-.365-.06-.636-.26-.828-.574a2.191 2.191 0 0 1-.283-.87 3.461 3.461 0 0 1 .123-1.55c.138-.425.361-.796.733-1.058a1.78 1.78 0 0 1 1.314-.316c.494.07.894.464 1.01.978.012.054.02.108.031.17h.001ZM9.301 12.933l.003.03c.002.24.003.478.002.716 0 .02-.01.05-.024.056-.228.11-.464.201-.719.217-.411.025-.724-.218-.824-.634a1.516 1.516 0 0 1-.04-.346c-.003-.706 0-1.412 0-2.119v-.079l-.539.12v-.845c.17-.038.332-.078.497-.112.044-.009.053-.027.053-.068-.002-.22-.001-.44-.001-.659v-.067l.962-.214v.78l.682-.153v.845l-.69.156v.057c-.002.681-.004 1.363-.004 2.044 0 .07.005.141.02.21.026.127.102.185.231.166.113-.018.222-.055.332-.083l.06-.018ZM3.089 9.572v.066l.001 5.45c0 .056-.016.076-.069.087-.292.063-.584.13-.876.196l-.057.008V9.863c0-.055.014-.075.067-.086.293-.063.585-.13.877-.195.017-.004.033-.005.057-.009ZM14.226 8.465l.03.698c.082-.224.171-.444.355-.608.183-.162.406-.237.644-.293.001.019.004.035.004.051v1.008c0 .03.001.052-.039.062-.532.131-.816.487-.915 1.012-.047.253-.043.509-.045.764-.003.475-.006.95-.006 1.426 0 .052-.013.075-.069.087-.278.058-.554.123-.832.185l-.065.013v-.063l-.001-4.071c0-.053.017-.07.066-.081.274-.059.547-.121.821-.182l.051-.008h.001ZM3.29 16.849v.202l.001.67c0 .036-.01.053-.047.061-.214.05-.426.104-.64.153a.45.45 0 0 1-.539-.335.448.448 0 0 1 .325-.54c.287-.072.574-.14.862-.208.01-.003.022-.002.038-.003ZM3.29 18.036v.429c0 .147-.002.294.001.44.001.044-.013.058-.055.068-.211.048-.422.102-.634.15a.45.45 0 0 1-.221-.87c.292-.075.585-.142.878-.213l.03-.004h.001ZM3.287 15.659l.003.052c0 .272-.001.545.001.818 0 .041-.012.056-.051.065-.206.047-.412.098-.618.147a.451.451 0 1 1-.212-.875c.28-.069.56-.135.84-.202.011-.003.022-.003.037-.005Z"/><path fill="#FDB82B" d="M17.54 10c-.017.37-.02.74-.288 1.035a.796.796 0 0 1-.635.262c-.181-.005-.31-.146-.34-.354a.536.536 0 0 1 .191-.51c.133-.116.286-.2.45-.256.189-.066.383-.115.575-.171.012-.004.026-.004.046-.006ZM11.916 10.597l-1.393.312c.015-.095.024-.18.041-.263.044-.213.122-.41.286-.562a.769.769 0 0 1 .586-.21c.14.008.25.074.33.189.111.16.146.34.15.534Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" fill="none" viewBox="0 0 32 24"><rect width="31" height="23" x=".5" y=".5" fill="#fff" stroke="#CCC" rx="3.5"/><path fill="#FDB82B" d="M23.01 2H8.99A2.99 2.99 0 0 0 6 4.99v14.02A2.99 2.99 0 0 0 8.99 22h14.02A2.99 2.99 0 0 0 26 19.01V4.99A2.99 2.99 0 0 0 23.01 2Z"/><path fill="#FDB82B" d="M9.624 15.33v2.028c0 .019 0 .038-.002.057a.113.113 0 0 1-.11.099.11.11 0 0 1-.11-.092.279.279 0 0 1-.004-.051l-.003-.9v-1.599a.53.53 0 0 0-.534-.537.53.53 0 0 0-.53.54c0 1.467-.004 2.935.001 4.402.002.525.235.934.673 1.222.259.17.549.225.857.223a1.416 1.416 0 0 0 1.413-1.416c0-.773.003-1.547 0-2.321a.987.987 0 0 0-.443-.83c-.278-.199-.564-.386-.846-.579l-.363-.246Zm12.431-3.662c-.03-.087-.07-.164-.081-.247a4.02 4.02 0 0 1-.052-.532c-.006-.569 0-1.138-.003-1.707 0-.102-.008-.205-.023-.306a.93.93 0 0 0-.277-.563c-.189-.176-.421-.236-.67-.24a2.322 2.322 0 0 0-1.07.249c-.375.185-.626.477-.713.893-.024.114-.032.232-.048.354l.067-.013c.251-.057.503-.115.756-.169.06-.013.09-.034.098-.1.033-.256.186-.405.433-.464.037-.01.074-.017.112-.021.236-.03.39.076.428.311.021.13.021.262.034.393.004.041-.01.054-.048.062-.17.037-.341.077-.512.115-.29.064-.57.149-.827.302-.269.161-.484.372-.595.672-.118.32-.11.642.005.958a.839.839 0 0 0 .523.53c.193.068.389.054.585.006.38-.092.681-.287.845-.658.003-.006.01-.011.01-.011l.132.344c.011.03.029.037.06.03.103-.025.206-.048.31-.07l.521-.119v.001Zm-7.402.016.053-.014.69-.155 1.354-.303c.026-.006.047-.009.05-.046.026-.383-.006-.76-.148-1.12-.119-.304-.31-.544-.625-.667a1.283 1.283 0 0 0-.655-.06c-.38.053-.718.195-.998.461a1.939 1.939 0 0 0-.503.833c-.131.407-.161.825-.121 1.249.027.285.09.561.223.818.143.273.35.478.647.576.221.073.447.073.674.03.415-.079.78-.253 1.06-.58.233-.272.358-.594.421-.942.003-.015.004-.029.006-.047l-.058.012c-.253.057-.506.117-.761.169-.071.014-.106.04-.127.114a.657.657 0 0 1-.53.498c-.195.04-.361-.007-.478-.173-.137-.194-.18-.417-.175-.653Zm-4.123 2.597c.013-.001.02 0 .026-.002.269-.06.537-.122.807-.181.038-.009.033-.032.034-.057 0-.31.002-.618.003-.927.001-.423.003-.846.001-1.27 0-.154-.006-.309-.02-.462a1.463 1.463 0 0 0-.166-.586.675.675 0 0 0-.44-.356 1.027 1.027 0 0 0-.772.124c-.24.138-.418.34-.569.569l-.029.044-.01-.005v-.443c-.023.004-.04.005-.056.009-.256.056-.512.113-.768.166-.047.01-.058.03-.058.076v2.97a.983.983 0 0 1 .88.094v-.066c0-.482 0-.965.002-1.447a2.01 2.01 0 0 1 .101-.67c.096-.268.262-.46.553-.518.212-.042.367.04.43.246.031.107.049.221.05.332.004.766.002 1.53.002 2.296v.063Zm14.656-5.863c-.01-.056-.018-.106-.029-.154-.105-.468-.469-.825-.918-.89a1.618 1.618 0 0 0-1.195.287c-.338.239-.54.576-.666.963-.15.46-.175.932-.112 1.41.038.278.109.547.257.79.174.285.42.466.754.521.237.039.47.006.7-.06.328-.092.62-.248.846-.51.213-.248.323-.54.374-.857.012-.074.018-.149.027-.226-.018.002-.025.001-.032.003-.27.06-.54.122-.812.181-.035.008-.036.03-.044.055-.034.105-.059.214-.106.313a.568.568 0 0 1-.448.326.398.398 0 0 1-.43-.19c-.055-.09-.1-.19-.129-.293a2.5 2.5 0 0 1-.08-.82c.013-.252.051-.5.161-.731.089-.188.218-.334.429-.388.252-.066.437.023.538.262.026.062.043.128.067.198l.848-.19Zm-11.64 4.43c-.02.007-.036.013-.053.017-.1.025-.2.059-.302.075-.117.018-.186-.035-.21-.151a.934.934 0 0 1-.018-.191c0-.62.002-1.24.003-1.858v-.052l.627-.141v-.769l-.62.139v-.709l-.874.195V10.063c0 .037-.008.053-.047.062-.15.03-.298.066-.452.101v.768l.49-.108v.072c-.001.642-.004 1.284 0 1.926 0 .104.012.212.036.314.091.379.376.6.75.576.23-.014.446-.097.653-.196.013-.007.022-.034.022-.051 0-.217 0-.434-.002-.651l-.002-.028ZM7.9 9.793l-.052.008c-.266.06-.531.12-.797.177-.049.01-.062.029-.062.078l.001 4.956v.06l.051-.008.797-.179c.048-.01.063-.028.063-.078-.002-1.652-.002-3.303-.002-4.955v-.06.001Zm10.125-1.007-.047.008c-.249.055-.497.112-.746.165-.045.01-.06.025-.06.074v3.758l.06-.012c.252-.057.504-.115.756-.168.05-.011.062-.032.063-.08 0-.431.002-.863.005-1.295.001-.232-.002-.465.042-.695.09-.478.347-.8.831-.92.037-.01.035-.03.035-.057v-.916c0-.014-.002-.029-.004-.046-.216.051-.418.119-.584.267-.168.149-.249.348-.323.551l-.027-.634h-.001Zm-9.942 7.622c-.015.001-.025 0-.035.003-.261.063-.523.123-.783.189a.407.407 0 0 0-.296.49.408.408 0 0 0 .49.305c.194-.044.387-.094.582-.139.034-.007.043-.022.043-.055-.002-.204-.001-.407-.001-.61v-.183Zm0 1.08-.028.003c-.266.064-.533.125-.798.193a.409.409 0 0 0 .201.792c.192-.044.384-.093.576-.137.038-.009.051-.022.05-.061-.002-.133 0-.267 0-.4v-.39h-.001Zm-.003-2.162c-.013.002-.024.002-.033.005-.255.06-.51.12-.764.183a.41.41 0 1 0 .193.796c.187-.045.374-.091.561-.134.036-.008.047-.022.047-.059-.002-.248-.001-.496-.001-.744l-.003-.047Z"/><path fill="#2E2A27" d="m9.624 15.33.362.247c.283.192.569.38.847.579.282.201.44.479.441.83.004.773.002 1.547.002 2.321 0 .782-.632 1.41-1.414 1.415-.308.002-.598-.053-.857-.223-.438-.287-.67-.696-.673-1.22-.004-1.469-.001-2.937-.001-4.404a.53.53 0 0 1 .53-.54.53.53 0 0 1 .534.538c.002.533 0 1.065 0 1.598l.003.9c0 .018 0 .035.004.052a.11.11 0 0 0 .11.091.112.112 0 0 0 .11-.098c.003-.019.002-.038.002-.058v-2.027ZM22.055 11.668l-.522.118-.309.07c-.03.008-.049.001-.06-.03l-.132-.344s-.007.006-.01.012c-.164.37-.464.566-.845.658-.196.048-.392.062-.585-.006a.839.839 0 0 1-.523-.53 1.361 1.361 0 0 1-.005-.958c.11-.3.326-.51.595-.672.256-.154.537-.239.827-.302.17-.038.341-.078.512-.115.037-.008.052-.021.048-.062-.013-.131-.013-.264-.034-.393-.04-.235-.192-.342-.428-.312a1.11 1.11 0 0 0-.112.021c-.247.06-.4.21-.433.465-.009.066-.038.087-.098.1-.253.053-.504.112-.756.169l-.067.012c.016-.122.024-.24.048-.353.087-.417.338-.709.714-.894a2.317 2.317 0 0 1 1.069-.248c.249.003.481.064.67.24a.93.93 0 0 1 .277.563c.015.1.023.203.023.305.002.57-.003 1.138.003 1.708.003.177.026.356.052.532.012.082.052.16.081.247Zm-1.02-1.486c-.018.002-.03.002-.041.005-.175.05-.352.096-.523.155-.15.052-.288.127-.41.232a.488.488 0 0 0-.174.465c.028.19.146.318.31.322a.721.721 0 0 0 .578-.239c.243-.267.246-.604.26-.94ZM14.653 11.684c-.004.236.038.459.175.653.117.166.283.214.477.174a.657.657 0 0 0 .53-.499c.021-.073.056-.1.128-.114.254-.052.507-.112.76-.169l.059-.012c-.003.019-.003.033-.006.047-.064.349-.188.67-.421.943-.28.327-.645.5-1.06.58a1.326 1.326 0 0 1-.674-.03c-.298-.1-.504-.304-.647-.577a2.184 2.184 0 0 1-.223-.818c-.041-.424-.01-.841.12-1.249.102-.317.26-.601.503-.832.28-.267.62-.409.998-.462.224-.03.444-.022.656.06.314.123.506.363.625.667.142.36.173.737.148 1.12-.003.038-.025.04-.05.046l-1.355.304a1394.799 1394.799 0 0 0-.742.168h-.001Zm1.271-.96a.863.863 0 0 0-.136-.485.378.378 0 0 0-.3-.172.7.7 0 0 0-.533.192c-.15.137-.22.317-.26.51-.016.076-.024.153-.037.24l1.266-.285ZM10.53 14.28v-.063c0-.765.002-1.53-.002-2.295 0-.111-.018-.226-.05-.332-.063-.206-.217-.288-.429-.246-.291.057-.458.25-.553.517a2.01 2.01 0 0 0-.102.67c-.002.482 0 .965 0 1.447v.066a.983.983 0 0 0-.88-.094v-.06l-.001-2.91c0-.046.01-.066.058-.075.256-.054.511-.111.767-.167l.056-.008v.443l.01.004.03-.044c.15-.229.33-.43.569-.57.24-.138.498-.187.771-.122a.675.675 0 0 1 .44.355c.102.183.149.382.167.587.014.153.02.308.02.462.002.423 0 .846-.001 1.27 0 .309-.002.617-.004.926 0 .026.005.05-.034.057-.269.059-.538.12-.807.181-.006.002-.013.001-.025.002ZM25.186 8.418l-.849.19c-.023-.07-.04-.136-.066-.198-.102-.24-.287-.328-.54-.262-.21.054-.339.2-.428.388a1.89 1.89 0 0 0-.16.732c-.013.277.002.552.08.82.029.101.073.202.13.292a.398.398 0 0 0 .428.19.567.567 0 0 0 .448-.326c.047-.099.073-.208.107-.313.008-.025.009-.047.044-.055.27-.058.54-.12.812-.181l.031-.003c-.009.077-.014.152-.026.226-.052.318-.162.61-.374.856-.227.263-.519.419-.848.512-.229.065-.461.098-.699.06a1.054 1.054 0 0 1-.753-.522 1.99 1.99 0 0 1-.257-.79 3.147 3.147 0 0 1 .111-1.41c.126-.387.328-.724.667-.963.358-.252.76-.348 1.194-.286.45.064.813.421.919.889.01.048.017.098.028.154ZM13.547 12.848l.002.028c.002.217.003.434.002.65 0 .018-.009.045-.022.052-.207.1-.422.182-.654.197-.373.022-.658-.198-.749-.577a1.382 1.382 0 0 1-.037-.314c-.002-.642 0-1.284 0-1.926v-.072l-.489.108v-.768c.154-.035.302-.07.452-.101.04-.008.048-.025.048-.062-.002-.2-.001-.4-.001-.599v-.06l.875-.196v.709l.62-.139v.769l-.628.141v.052l-.003 1.858c0 .063.004.129.018.19.024.117.093.17.21.152.102-.016.202-.05.302-.075l.054-.017ZM7.899 9.793v.06l.001 4.955c0 .05-.014.068-.063.078-.266.057-.53.119-.796.178-.015.004-.03.005-.052.008v-5.015c0-.05.012-.068.061-.078.266-.057.532-.118.797-.178l.052-.007v-.001ZM18.024 8.786l.028.634c.073-.203.154-.402.322-.551.166-.148.369-.216.585-.267.001.017.004.032.004.046v.916c0 .027 0 .048-.036.057-.483.12-.742.442-.831.92-.043.23-.04.462-.042.695-.003.432-.005.864-.005 1.296 0 .047-.012.068-.062.079-.253.053-.504.111-.757.168l-.059.012v-.057l-.001-3.701c0-.049.015-.064.06-.074.249-.053.498-.11.746-.165l.047-.008ZM8.082 16.408V17.2c0 .033-.008.048-.042.055-.194.045-.388.095-.582.14a.409.409 0 0 1-.49-.305.407.407 0 0 1 .296-.491c.26-.066.522-.126.783-.189.01-.003.02-.002.035-.003ZM8.082 17.488v.39c0 .133-.002.266.001.4 0 .04-.012.052-.05.06-.192.045-.384.094-.577.138a.409.409 0 0 1-.2-.792c.264-.068.531-.129.798-.193l.028-.003ZM8.08 15.326l.002.047v.745c0 .037-.01.05-.046.058-.187.043-.374.09-.561.134a.41.41 0 1 1-.193-.796c.254-.062.51-.122.764-.183.01-.003.02-.003.033-.005Z"/><path fill="#FDB82B" d="M21.036 10.181c-.015.337-.018.674-.262.942a.723.723 0 0 1-.577.238c-.164-.004-.282-.133-.31-.322a.488.488 0 0 1 .175-.464c.12-.105.26-.18.409-.233.171-.059.348-.104.523-.155.01-.003.023-.003.042-.005ZM15.924 10.724l-1.266.284c.013-.086.02-.163.037-.239.04-.193.11-.373.26-.51a.699.699 0 0 1 .532-.192.379.379 0 0 1 .3.172c.101.145.133.31.137.485Z"/></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="M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-9h4V6H4zm6 0h4V6h-4zm6 0h4V6h-4zm-8 7v-5H4v5zm2 0h4v-5h-4zm6 0h4v-5h-4z"/>
3
+ </svg>
@@ -1,17 +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>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" fill="none" viewBox="0 0 32 24">
2
+ <mask id="sumup_pay_32_svg__a" width="32" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance">
3
+ <path fill="#fff" d="M28 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4"/>
4
+ </mask>
5
+ <g mask="url(#sumup_pay_32_svg__a)">
6
+ <path fill="#fff" d="M28 0H4a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4"/>
7
+ <path fill="url(#sumup_pay_32_svg__b)" d="M0 0h32v24H0z"/>
8
+ <path fill="#fff" d="M19.077 17.934c-2.093 2.053-5.443 2.145-7.647.269-.008-.008-.025-.017-.034-.034a.34.34 0 0 1-.009-.48l7.442-7.286a.35.35 0 0 1 .487.008 5.42 5.42 0 0 1-.24 7.523m1.546-11.637-7.441 7.287a.35.35 0 0 1-.487-.009 5.4 5.4 0 0 1 .239-7.514c2.093-2.053 5.442-2.137 7.647-.27.008.01.025.018.034.035a.33.33 0 0 1 .008.47"/>
9
+ </g>
10
+ <defs>
11
+ <linearGradient id="sumup_pay_32_svg__b" x1="0" x2="32" y1="24" y2="1" gradientUnits="userSpaceOnUse">
12
+ <stop offset=".1" stop-color="#291059"/>
13
+ <stop offset=".694" stop-color="#6930D6"/>
14
+ <stop offset="1" stop-color="#8B90F1"/>
15
+ </linearGradient>
16
+ </defs>
17
17
  </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="M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h16q.824 0 1.413.588C22.002 5.176 22 5.45 22 6v12q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm9-2h2.5V6H13zm-4.5 0H11V6H8.5zM4 18h2.5V6H4zm13.5 0H20V6h-2.5z"/>
3
+ </svg>