@scbt-ecom/ui 0.70.0 → 0.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-Cskajs8e.js → index-B-4hL4-d.js} +9586 -9865
- package/dist/index-B-4hL4-d.js.map +1 -0
- package/dist/shared/ui/icon/Icon.d.ts +5 -8
- package/dist/shared/ui/icon/allowedIcons.d.ts +14 -3
- package/dist/shared/ui/icon/iconsMap.d.ts +320 -0
- package/dist/shared/ui/icon/index.d.ts +2 -1
- package/dist/shared/ui/index.d.ts +1 -0
- package/dist/sprites/arrows.svg +1 -1
- package/dist/static/static/arrows/arrowCircle.svg +18 -0
- package/dist/static/static/arrows/arrowDownRight.svg +3 -0
- package/dist/static/static/arrows/arrowLink.svg +3 -0
- package/dist/static/static/arrows/arrowRight.svg +3 -0
- package/dist/static/static/arrows/arrowRotate.svg +3 -0
- package/dist/static/static/arrows/arrowScroll.svg +3 -0
- package/dist/static/static/brandLogos/logoBlack.svg +14 -0
- package/dist/static/static/brandLogos/logoBusiness.svg +80 -0
- package/dist/static/static/brandLogos/logoGray.svg +56 -0
- package/dist/static/static/brandLogos/logoInsurance.svg +124 -0
- package/dist/static/static/brandLogos/logoMain.svg +14 -0
- package/dist/static/static/brandLogos/logoWhite.svg +56 -0
- package/dist/static/static/communication/phone.svg +3 -0
- package/dist/static/static/editor/bold.svg +1 -0
- package/dist/static/static/editor/heading.svg +1 -0
- package/dist/static/static/editor/italic.svg +1 -0
- package/dist/static/static/editor/link.svg +1 -0
- package/dist/static/static/editor/list.svg +1 -0
- package/dist/static/static/editor/palette.svg +1 -0
- package/dist/static/static/editor/redo.svg +1 -0
- package/dist/static/static/editor/removeFormatting.svg +1 -0
- package/dist/static/static/editor/space.svg +1 -0
- package/dist/static/static/editor/strikethrough.svg +1 -0
- package/dist/static/static/editor/typography.svg +1 -0
- package/dist/static/static/editor/underline.svg +1 -0
- package/dist/static/static/editor/undo.svg +1 -0
- package/dist/static/static/files/border.svg +6 -0
- package/dist/static/static/files/borderError.svg +6 -0
- package/dist/static/static/files/documentFilled.svg +4 -0
- package/dist/static/static/files/documentOutline.svg +4 -0
- package/dist/static/static/files/upload.svg +3 -0
- package/dist/static/static/general/calendar.svg +3 -0
- package/dist/static/static/general/check.svg +6 -0
- package/dist/static/static/general/close.svg +12 -0
- package/dist/static/static/general/edit.svg +4 -0
- package/dist/static/static/general/hiddenEye.svg +4 -0
- package/dist/static/static/general/menu.svg +4 -0
- package/dist/static/static/general/plus.svg +3 -0
- package/dist/static/static/general/reorder.svg +8 -0
- package/dist/static/static/general/shield.svg +4 -0
- package/dist/static/static/general/showEye.svg +4 -0
- package/dist/static/static/info/helpCircle.svg +3 -0
- package/dist/static/static/info/warningCircle.svg +5 -0
- package/dist/static/static/logos/beeline.svg +19 -0
- package/dist/static/static/logos/megafon.svg +17 -0
- package/dist/static/static/logos/mts.svg +20 -0
- package/dist/static/static/social/classmates.svg +3 -0
- package/dist/static/static/social/telegram.svg +3 -0
- package/dist/static/static/social/vk.svg +3 -0
- package/dist/static/static/status/badSmile.svg +8 -0
- package/dist/static/static/status/iconMark.svg +6 -0
- package/dist/static/static/status/iconRetry.svg +8 -0
- package/dist/static/static/status/iconUser.svg +6 -0
- package/dist/ui.js +2 -2
- package/dist/ui.js.map +1 -1
- package/dist/widget.js +1 -1
- package/package.json +3 -2
- package/dist/index-Cskajs8e.js.map +0 -1
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AllowedIcons } from './allowedIcons';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
export type AllowedIcons = {
|
|
5
|
-
[Key in keyof SpritesMap]: IconName<Key>;
|
|
6
|
-
}[keyof SpritesMap];
|
|
7
|
-
export interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
type IconProps = React.SVGProps<SVGSVGElement> & {
|
|
8
4
|
name: AllowedIcons;
|
|
9
|
-
}
|
|
10
|
-
export declare const Icon: ({ name,
|
|
5
|
+
};
|
|
6
|
+
export declare const Icon: ({ name, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
export type AllowedIcons = (typeof allowedIcons.flatten)[number];
|
|
2
2
|
export declare const allowedIcons: {
|
|
3
|
-
group:
|
|
4
|
-
|
|
3
|
+
readonly group: {
|
|
4
|
+
readonly arrows: readonly ["arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll"];
|
|
5
|
+
readonly brandLogos: readonly ["brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite"];
|
|
6
|
+
readonly communication: readonly ["communication/phone"];
|
|
7
|
+
readonly editor: readonly ["editor/bold", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo"];
|
|
8
|
+
readonly files: readonly ["files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload"];
|
|
9
|
+
readonly general: readonly ["general/calendar", "general/check", "general/close", "general/edit", "general/hiddenEye", "general/menu", "general/plus", "general/reorder", "general/shield", "general/showEye"];
|
|
10
|
+
readonly info: readonly ["info/helpCircle", "info/warningCircle"];
|
|
11
|
+
readonly logos: readonly ["logos/beeline", "logos/megafon", "logos/mts"];
|
|
12
|
+
readonly social: readonly ["social/classmates", "social/telegram", "social/vk"];
|
|
13
|
+
readonly status: readonly ["status/badSmile", "status/iconMark", "status/iconRetry", "status/iconUser"];
|
|
14
|
+
};
|
|
15
|
+
readonly flatten: readonly ["arrows/arrowCircle", "arrows/arrowDownRight", "arrows/arrowLink", "arrows/arrowRight", "arrows/arrowRotate", "arrows/arrowScroll", "brandLogos/logoBlack", "brandLogos/logoBusiness", "brandLogos/logoGray", "brandLogos/logoInsurance", "brandLogos/logoMain", "brandLogos/logoWhite", "communication/phone", "editor/bold", "editor/heading", "editor/italic", "editor/link", "editor/list", "editor/palette", "editor/redo", "editor/removeFormatting", "editor/space", "editor/strikethrough", "editor/typography", "editor/underline", "editor/undo", "files/border", "files/borderError", "files/documentFilled", "files/documentOutline", "files/upload", "general/calendar", "general/check", "general/close", "general/edit", "general/hiddenEye", "general/menu", "general/plus", "general/reorder", "general/shield", "general/showEye", "info/helpCircle", "info/warningCircle", "logos/beeline", "logos/megafon", "logos/mts", "social/classmates", "social/telegram", "social/vk", "status/badSmile", "status/iconMark", "status/iconRetry", "status/iconUser"];
|
|
5
16
|
};
|
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
export declare const iconsMap: {
|
|
2
|
+
'arrows/arrowCircle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
desc?: string;
|
|
6
|
+
descId?: string;
|
|
7
|
+
}>;
|
|
8
|
+
'arrows/arrowDownRight': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
|
+
title?: string;
|
|
10
|
+
titleId?: string;
|
|
11
|
+
desc?: string;
|
|
12
|
+
descId?: string;
|
|
13
|
+
}>;
|
|
14
|
+
'arrows/arrowLink': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
15
|
+
title?: string;
|
|
16
|
+
titleId?: string;
|
|
17
|
+
desc?: string;
|
|
18
|
+
descId?: string;
|
|
19
|
+
}>;
|
|
20
|
+
'arrows/arrowRight': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
21
|
+
title?: string;
|
|
22
|
+
titleId?: string;
|
|
23
|
+
desc?: string;
|
|
24
|
+
descId?: string;
|
|
25
|
+
}>;
|
|
26
|
+
'arrows/arrowRotate': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
|
+
title?: string;
|
|
28
|
+
titleId?: string;
|
|
29
|
+
desc?: string;
|
|
30
|
+
descId?: string;
|
|
31
|
+
}>;
|
|
32
|
+
'arrows/arrowScroll': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
33
|
+
title?: string;
|
|
34
|
+
titleId?: string;
|
|
35
|
+
desc?: string;
|
|
36
|
+
descId?: string;
|
|
37
|
+
}>;
|
|
38
|
+
'brandLogos/logoBlack': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
39
|
+
title?: string;
|
|
40
|
+
titleId?: string;
|
|
41
|
+
desc?: string;
|
|
42
|
+
descId?: string;
|
|
43
|
+
}>;
|
|
44
|
+
'brandLogos/logoBusiness': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
|
+
title?: string;
|
|
46
|
+
titleId?: string;
|
|
47
|
+
desc?: string;
|
|
48
|
+
descId?: string;
|
|
49
|
+
}>;
|
|
50
|
+
'brandLogos/logoGray': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
51
|
+
title?: string;
|
|
52
|
+
titleId?: string;
|
|
53
|
+
desc?: string;
|
|
54
|
+
descId?: string;
|
|
55
|
+
}>;
|
|
56
|
+
'brandLogos/logoInsurance': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
57
|
+
title?: string;
|
|
58
|
+
titleId?: string;
|
|
59
|
+
desc?: string;
|
|
60
|
+
descId?: string;
|
|
61
|
+
}>;
|
|
62
|
+
'brandLogos/logoMain': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
|
+
title?: string;
|
|
64
|
+
titleId?: string;
|
|
65
|
+
desc?: string;
|
|
66
|
+
descId?: string;
|
|
67
|
+
}>;
|
|
68
|
+
'brandLogos/logoWhite': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
|
+
title?: string;
|
|
70
|
+
titleId?: string;
|
|
71
|
+
desc?: string;
|
|
72
|
+
descId?: string;
|
|
73
|
+
}>;
|
|
74
|
+
'communication/phone': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
|
+
title?: string;
|
|
76
|
+
titleId?: string;
|
|
77
|
+
desc?: string;
|
|
78
|
+
descId?: string;
|
|
79
|
+
}>;
|
|
80
|
+
'editor/bold': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
81
|
+
title?: string;
|
|
82
|
+
titleId?: string;
|
|
83
|
+
desc?: string;
|
|
84
|
+
descId?: string;
|
|
85
|
+
}>;
|
|
86
|
+
'editor/heading': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
87
|
+
title?: string;
|
|
88
|
+
titleId?: string;
|
|
89
|
+
desc?: string;
|
|
90
|
+
descId?: string;
|
|
91
|
+
}>;
|
|
92
|
+
'editor/italic': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
93
|
+
title?: string;
|
|
94
|
+
titleId?: string;
|
|
95
|
+
desc?: string;
|
|
96
|
+
descId?: string;
|
|
97
|
+
}>;
|
|
98
|
+
'editor/link': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
99
|
+
title?: string;
|
|
100
|
+
titleId?: string;
|
|
101
|
+
desc?: string;
|
|
102
|
+
descId?: string;
|
|
103
|
+
}>;
|
|
104
|
+
'editor/list': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
|
+
title?: string;
|
|
106
|
+
titleId?: string;
|
|
107
|
+
desc?: string;
|
|
108
|
+
descId?: string;
|
|
109
|
+
}>;
|
|
110
|
+
'editor/palette': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
111
|
+
title?: string;
|
|
112
|
+
titleId?: string;
|
|
113
|
+
desc?: string;
|
|
114
|
+
descId?: string;
|
|
115
|
+
}>;
|
|
116
|
+
'editor/redo': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
117
|
+
title?: string;
|
|
118
|
+
titleId?: string;
|
|
119
|
+
desc?: string;
|
|
120
|
+
descId?: string;
|
|
121
|
+
}>;
|
|
122
|
+
'editor/removeFormatting': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
123
|
+
title?: string;
|
|
124
|
+
titleId?: string;
|
|
125
|
+
desc?: string;
|
|
126
|
+
descId?: string;
|
|
127
|
+
}>;
|
|
128
|
+
'editor/space': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
129
|
+
title?: string;
|
|
130
|
+
titleId?: string;
|
|
131
|
+
desc?: string;
|
|
132
|
+
descId?: string;
|
|
133
|
+
}>;
|
|
134
|
+
'editor/strikethrough': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
|
+
title?: string;
|
|
136
|
+
titleId?: string;
|
|
137
|
+
desc?: string;
|
|
138
|
+
descId?: string;
|
|
139
|
+
}>;
|
|
140
|
+
'editor/typography': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
|
+
title?: string;
|
|
142
|
+
titleId?: string;
|
|
143
|
+
desc?: string;
|
|
144
|
+
descId?: string;
|
|
145
|
+
}>;
|
|
146
|
+
'editor/underline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
|
+
title?: string;
|
|
148
|
+
titleId?: string;
|
|
149
|
+
desc?: string;
|
|
150
|
+
descId?: string;
|
|
151
|
+
}>;
|
|
152
|
+
'editor/undo': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
153
|
+
title?: string;
|
|
154
|
+
titleId?: string;
|
|
155
|
+
desc?: string;
|
|
156
|
+
descId?: string;
|
|
157
|
+
}>;
|
|
158
|
+
'files/border': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
159
|
+
title?: string;
|
|
160
|
+
titleId?: string;
|
|
161
|
+
desc?: string;
|
|
162
|
+
descId?: string;
|
|
163
|
+
}>;
|
|
164
|
+
'files/borderError': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
165
|
+
title?: string;
|
|
166
|
+
titleId?: string;
|
|
167
|
+
desc?: string;
|
|
168
|
+
descId?: string;
|
|
169
|
+
}>;
|
|
170
|
+
'files/documentFilled': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
171
|
+
title?: string;
|
|
172
|
+
titleId?: string;
|
|
173
|
+
desc?: string;
|
|
174
|
+
descId?: string;
|
|
175
|
+
}>;
|
|
176
|
+
'files/documentOutline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
177
|
+
title?: string;
|
|
178
|
+
titleId?: string;
|
|
179
|
+
desc?: string;
|
|
180
|
+
descId?: string;
|
|
181
|
+
}>;
|
|
182
|
+
'files/upload': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
183
|
+
title?: string;
|
|
184
|
+
titleId?: string;
|
|
185
|
+
desc?: string;
|
|
186
|
+
descId?: string;
|
|
187
|
+
}>;
|
|
188
|
+
'general/calendar': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
189
|
+
title?: string;
|
|
190
|
+
titleId?: string;
|
|
191
|
+
desc?: string;
|
|
192
|
+
descId?: string;
|
|
193
|
+
}>;
|
|
194
|
+
'general/check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
195
|
+
title?: string;
|
|
196
|
+
titleId?: string;
|
|
197
|
+
desc?: string;
|
|
198
|
+
descId?: string;
|
|
199
|
+
}>;
|
|
200
|
+
'general/close': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
201
|
+
title?: string;
|
|
202
|
+
titleId?: string;
|
|
203
|
+
desc?: string;
|
|
204
|
+
descId?: string;
|
|
205
|
+
}>;
|
|
206
|
+
'general/edit': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
207
|
+
title?: string;
|
|
208
|
+
titleId?: string;
|
|
209
|
+
desc?: string;
|
|
210
|
+
descId?: string;
|
|
211
|
+
}>;
|
|
212
|
+
'general/hiddenEye': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
213
|
+
title?: string;
|
|
214
|
+
titleId?: string;
|
|
215
|
+
desc?: string;
|
|
216
|
+
descId?: string;
|
|
217
|
+
}>;
|
|
218
|
+
'general/menu': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
219
|
+
title?: string;
|
|
220
|
+
titleId?: string;
|
|
221
|
+
desc?: string;
|
|
222
|
+
descId?: string;
|
|
223
|
+
}>;
|
|
224
|
+
'general/plus': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
225
|
+
title?: string;
|
|
226
|
+
titleId?: string;
|
|
227
|
+
desc?: string;
|
|
228
|
+
descId?: string;
|
|
229
|
+
}>;
|
|
230
|
+
'general/reorder': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
231
|
+
title?: string;
|
|
232
|
+
titleId?: string;
|
|
233
|
+
desc?: string;
|
|
234
|
+
descId?: string;
|
|
235
|
+
}>;
|
|
236
|
+
'general/shield': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
237
|
+
title?: string;
|
|
238
|
+
titleId?: string;
|
|
239
|
+
desc?: string;
|
|
240
|
+
descId?: string;
|
|
241
|
+
}>;
|
|
242
|
+
'general/showEye': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
243
|
+
title?: string;
|
|
244
|
+
titleId?: string;
|
|
245
|
+
desc?: string;
|
|
246
|
+
descId?: string;
|
|
247
|
+
}>;
|
|
248
|
+
'info/helpCircle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
249
|
+
title?: string;
|
|
250
|
+
titleId?: string;
|
|
251
|
+
desc?: string;
|
|
252
|
+
descId?: string;
|
|
253
|
+
}>;
|
|
254
|
+
'info/warningCircle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
255
|
+
title?: string;
|
|
256
|
+
titleId?: string;
|
|
257
|
+
desc?: string;
|
|
258
|
+
descId?: string;
|
|
259
|
+
}>;
|
|
260
|
+
'logos/beeline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
261
|
+
title?: string;
|
|
262
|
+
titleId?: string;
|
|
263
|
+
desc?: string;
|
|
264
|
+
descId?: string;
|
|
265
|
+
}>;
|
|
266
|
+
'logos/megafon': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
267
|
+
title?: string;
|
|
268
|
+
titleId?: string;
|
|
269
|
+
desc?: string;
|
|
270
|
+
descId?: string;
|
|
271
|
+
}>;
|
|
272
|
+
'logos/mts': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
273
|
+
title?: string;
|
|
274
|
+
titleId?: string;
|
|
275
|
+
desc?: string;
|
|
276
|
+
descId?: string;
|
|
277
|
+
}>;
|
|
278
|
+
'social/classmates': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
279
|
+
title?: string;
|
|
280
|
+
titleId?: string;
|
|
281
|
+
desc?: string;
|
|
282
|
+
descId?: string;
|
|
283
|
+
}>;
|
|
284
|
+
'social/telegram': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
285
|
+
title?: string;
|
|
286
|
+
titleId?: string;
|
|
287
|
+
desc?: string;
|
|
288
|
+
descId?: string;
|
|
289
|
+
}>;
|
|
290
|
+
'social/vk': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
291
|
+
title?: string;
|
|
292
|
+
titleId?: string;
|
|
293
|
+
desc?: string;
|
|
294
|
+
descId?: string;
|
|
295
|
+
}>;
|
|
296
|
+
'status/badSmile': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
297
|
+
title?: string;
|
|
298
|
+
titleId?: string;
|
|
299
|
+
desc?: string;
|
|
300
|
+
descId?: string;
|
|
301
|
+
}>;
|
|
302
|
+
'status/iconMark': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
303
|
+
title?: string;
|
|
304
|
+
titleId?: string;
|
|
305
|
+
desc?: string;
|
|
306
|
+
descId?: string;
|
|
307
|
+
}>;
|
|
308
|
+
'status/iconRetry': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
309
|
+
title?: string;
|
|
310
|
+
titleId?: string;
|
|
311
|
+
desc?: string;
|
|
312
|
+
descId?: string;
|
|
313
|
+
}>;
|
|
314
|
+
'status/iconUser': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
315
|
+
title?: string;
|
|
316
|
+
titleId?: string;
|
|
317
|
+
desc?: string;
|
|
318
|
+
descId?: string;
|
|
319
|
+
}>;
|
|
320
|
+
};
|
package/dist/sprites/arrows.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="0" height="0"><symbol xmlns="http://www.w3.org/2000/svg" id="arrowCircle" fill="none" viewBox="0 0 32 32"><rect width="31" height="31" x=".5" y="31.5" stroke="currentColor" rx="15.5" transform="rotate(-90 .5 31.5)"/><path fill="currentColor" stroke="currentColor" d="M22.707 18.707a1 1 0 0 1-1.414 0L16 13.414l-5.293 5.293a1 1 0 0 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414Z"/></symbol><symbol xmlns="http://www.w3.org/2000/svg" id="arrowDownRight" fill="
|
|
1
|
+
<svg width="0" height="0"><symbol xmlns="http://www.w3.org/2000/svg" id="arrowCircle" fill="none" viewBox="0 0 32 32"><rect width="31" height="31" x=".5" y="31.5" stroke="currentColor" rx="15.5" transform="rotate(-90 .5 31.5)"/><path fill="currentColor" stroke="currentColor" d="M22.707 18.707a1 1 0 0 1-1.414 0L16 13.414l-5.293 5.293a1 1 0 0 1-1.414-1.414l6-6a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414Z"/></symbol><symbol xmlns="http://www.w3.org/2000/svg" id="arrowDownRight" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M3.2 3.6a1 1 0 0 1 1-1h6.286a5 5 0 0 1 5 5v10.386l3.607-3.607a1 1 0 0 1 1.414 1.414l-5.314 5.314a1 1 0 0 1-1.414 0l-5.314-5.314a1 1 0 1 1 1.414-1.414l3.607 3.607V7.6a3 3 0 0 0-3-3H4.2a1 1 0 0 1-1-1Z" clip-rule="evenodd"/></symbol><symbol xmlns="http://www.w3.org/2000/svg" id="arrowLink" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M8 7a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0V9.414l-8.293 8.293a1 1 0 0 1-1.414-1.414L14.586 8H9a1 1 0 0 1-1-1Z"/></symbol><symbol xmlns="http://www.w3.org/2000/svg" id="arrowRight" fill="none" viewBox="0 0 16 17"><path fill="currentColor" d="M6.195 13.157a.667.667 0 0 1 0-.943l3.529-3.528-3.529-3.529a.667.667 0 1 1 .943-.943l4 4c.26.26.26.683 0 .943l-4 4a.667.667 0 0 1-.943 0Z"/></symbol><symbol xmlns="http://www.w3.org/2000/svg" id="arrowRotate" fill="none" viewBox="0 0 18 18"><path fill="currentColor" fill-rule="evenodd" d="M3.696 5h1.183a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0v1.939C3.57 1.57 6.222 0 9.242 0 14.108 0 18 4.059 18 9s-3.892 9-8.758 9C5.34 18 2.06 15.384.918 11.804a1 1 0 0 1 1.906-.608C3.719 14.004 6.269 16 9.242 16 12.946 16 16 12.895 16 9s-3.054-7-6.758-7C6.956 2 4.923 3.178 3.696 5Z" clip-rule="evenodd"/></symbol><symbol xmlns="http://www.w3.org/2000/svg" id="arrowScroll" fill="none" viewBox="0 0 14 16"><path fill="currentColor" d="M7 0a1 1 0 0 1 .707.293l6 6a1 1 0 0 1-1.414 1.414L8 3.414V15a1 1 0 1 1-2 0V3.414L1.707 7.707A1 1 0 0 1 .293 6.293l6-6A1 1 0 0 1 7 0Z"/></symbol></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width='32'
|
|
3
|
+
height='32'
|
|
4
|
+
viewBox='0 0 32 32'
|
|
5
|
+
fill='none'
|
|
6
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
7
|
+
>
|
|
8
|
+
<rect x='0.5' y='31.5' width='31' height='31' rx='15.5' transform='rotate(-90 0.5 31.5)' stroke='currentColor' />
|
|
9
|
+
<path
|
|
10
|
+
d='M22.7071 18.7071C22.3166 19.0976 21.6834 19.0976 21.2929 18.7071L16 13.4142L10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071C8.90237 18.3166 8.90237 17.6834 9.29289 17.2929L15.2929 11.2929C15.6834 10.9024 16.3166 10.9024 16.7071 11.2929L22.7071 17.2929C23.0976 17.6834 23.0976 18.3166 22.7071 18.7071Z'
|
|
11
|
+
fill='currentColor'
|
|
12
|
+
stroke='currentColor'
|
|
13
|
+
strokeWidth='0.5'
|
|
14
|
+
strokeMiterlimit='10'
|
|
15
|
+
strokeLinecap='round'
|
|
16
|
+
strokeLinejoin='round'
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.20001 3.60003C3.20001 3.04774 3.64773 2.60003 4.20001 2.60003L10.486 2.60002C13.2474 2.60002 15.486 4.8386 15.486 7.60003L15.486 17.9858L19.0929 14.3789C19.4834 13.9884 20.1166 13.9884 20.5071 14.3789C20.8976 14.7694 20.8976 15.4026 20.5071 15.7931L15.1931 21.1071C14.8026 21.4977 14.1694 21.4977 13.7789 21.1071L8.46488 15.7931C8.07436 15.4026 8.07436 14.7694 8.46488 14.3789C8.85541 13.9884 9.48857 13.9884 9.8791 14.3789L13.486 17.9858L13.486 7.60003C13.486 5.94317 12.1429 4.60002 10.486 4.60002L4.20001 4.60003C3.64773 4.60003 3.20001 4.15231 3.20001 3.60003Z" fill="#292929"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 7C8 6.44772 8.44772 6 9 6L17 6C17.5523 6 18 6.44772 18 7V15C18 15.5523 17.5523 16 17 16C16.4477 16 16 15.5523 16 15V9.41421L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L14.5858 8L9 8C8.44772 8 8 7.55228 8 7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.19526 13.1571C5.93491 12.8967 5.93491 12.4746 6.19526 12.2143L9.72386 8.68567L6.19526 5.15708C5.93491 4.89673 5.93491 4.47462 6.19526 4.21427C6.45561 3.95392 6.87772 3.95392 7.13807 4.21427L11.1381 8.21427C11.3984 8.47462 11.3984 8.89673 11.1381 9.15708L7.13807 13.1571C6.87772 13.4174 6.45561 13.4174 6.19526 13.1571Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.69603 5H4.87879C5.43107 5 5.87879 5.44772 5.87879 6C5.87879 6.55228 5.43107 7 4.87879 7H1C0.447715 7 0 6.55228 0 6V2C0 1.44772 0.447715 1 1 1C1.55228 1 2 1.44772 2 2V3.93861C3.57023 1.57029 6.22151 0 9.24242 0C14.1079 0 18 4.05867 18 9C18 13.9413 14.1079 18 9.24242 18C5.33996 18 2.0594 15.3837 0.918378 11.8037C0.750665 11.2775 1.04128 10.7149 1.56748 10.5472C2.09369 10.3795 2.65622 10.6701 2.82393 11.1963C3.71887 14.0042 6.26931 16 9.24242 16C12.9457 16 16 12.8952 16 9C16 5.10478 12.9457 2 9.24242 2C6.95631 2 4.92313 3.17758 3.69603 5Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 0C7.26522 5.96046e-08 7.51957 0.105357 7.70711 0.292893L13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711C13.3166 8.09763 12.6834 8.09763 12.2929 7.70711L8 3.41421L8 15C8 15.5523 7.55228 16 7 16C6.44772 16 6 15.5523 6 15L6 3.41421L1.70711 7.70711C1.31658 8.09763 0.683417 8.09763 0.292893 7.70711C-0.0976311 7.31658 -0.097631 6.68342 0.292893 6.29289L6.29289 0.292893C6.48043 0.105357 6.73479 0 7 0Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="194" height="32" viewBox="0 0 194 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M38.4223 8C41.0768 8 43.275 9.18833 44.1874 10.0796L42.6528 11.9894C41.9063 11.3103 40.2472 10.3767 38.4223 10.3767C35.0628 10.3767 32.989 12.7533 32.989 15.9788C32.989 19.2042 34.9798 21.5809 38.4638 21.5809C40.4961 21.5809 42.2381 20.4775 43.0261 19.7135L44.4778 21.7082C43.5653 22.6844 41.2841 24 38.4638 24C33.5281 24 30.5004 20.6048 30.5004 16.0212C30.4589 11.3952 33.5696 8 38.4223 8Z" fill="#292929"/>
|
|
3
|
+
<path d="M53.6856 8C58.2479 8 61.566 11.3952 61.566 15.9788C61.566 20.6048 58.2479 23.9576 53.6856 23.9576C49.1232 23.9576 45.8051 20.5623 45.8051 15.9788C45.7637 11.3952 49.0817 8 53.6856 8ZM53.6856 21.5809C56.7963 21.5809 59.0774 19.2042 59.0774 15.9788C59.0774 12.7533 56.7963 10.3767 53.6856 10.3767C50.5749 10.3767 48.2937 12.7533 48.2937 15.9788C48.2937 19.2042 50.5749 21.5809 53.6856 21.5809Z" fill="#292929"/>
|
|
4
|
+
<path d="M77.2429 19.2044C77.2429 21.4537 75.8327 23.6182 72.1828 23.6182H64.2195V8.33966H71.7266C74.7543 8.33966 76.4963 10.2495 76.4963 12.4139C76.4963 13.6447 75.9571 14.7481 74.6299 15.6394C75.9571 16.1062 77.2429 17.1248 77.2429 19.2044ZM66.6665 10.7588V14.833L71.3948 14.7906C73.0953 14.7906 73.9663 13.8145 73.9663 12.711C73.9663 11.65 73.2197 10.7588 71.7266 10.7588H66.6665ZM72.3487 21.2415C74.0907 21.2415 74.7543 20.2654 74.7543 19.2044C74.7543 18.0585 73.9663 17.1248 72.3902 17.1248H66.708V21.284H72.3487V21.2415Z" fill="#292929"/>
|
|
5
|
+
<path d="M87.073 15.766L93.7092 23.6599H90.4326L84.9163 16.9968H82.0959V23.6599H79.6488V8.38142H82.0959V14.705H84.9163L90.3081 8.38142H93.5847L87.073 15.766Z" fill="#292929"/>
|
|
6
|
+
<path d="M101.258 8C105.82 8 109.139 11.3952 109.139 15.9788C109.139 20.6048 105.82 23.9576 101.258 23.9576C96.6958 23.9576 93.3777 20.5623 93.3777 15.9788C93.3777 11.3952 96.6958 8 101.258 8ZM101.258 21.5809C104.369 21.5809 106.65 19.2042 106.65 15.9788C106.65 12.7533 104.369 10.3767 101.258 10.3767C98.1474 10.3767 95.8662 12.7533 95.8662 15.9788C95.8662 19.2042 98.1889 21.5809 101.258 21.5809Z" fill="#292929"/>
|
|
7
|
+
<path d="M125.688 8.33966H128.052V23.6182H125.605V12.2866L120.711 18.9922H119.217L114.323 12.2866V23.6606H111.876V8.3821H114.24L119.964 16.2336L125.688 8.33966Z" fill="#292929"/>
|
|
8
|
+
<path d="M139.291 14.5784C142.567 14.5784 144.351 16.5306 144.351 19.0771C144.351 21.6235 142.567 23.6182 139.457 23.6182H131.328V8.33966H142.941V10.7588H133.775V14.6208H139.291V14.5784ZM139.374 21.2415C141.074 21.2415 141.862 20.2654 141.862 19.1195C141.862 17.9736 141.074 16.9975 139.374 16.9975H133.816V21.2415H139.374Z" fill="#292929"/>
|
|
9
|
+
<path d="M158.038 23.6182L156.421 19.7985H149.37L147.752 23.6182H145.056L151.527 8.33966H154.223L160.693 23.6182H158.038ZM150.282 17.5068H155.425L152.854 11.3954L150.282 17.5068Z" fill="#292929"/>
|
|
10
|
+
<path d="M173.633 8.33966H176.08V23.6182H173.633V17.0824H165.006V23.6182H162.559V8.33966H165.006V14.6633H173.633V8.33966Z" fill="#292929"/>
|
|
11
|
+
<path d="M186.864 15.766L193.5 23.6599H190.223L184.707 16.9968H181.887V23.6599H179.44V8.38142H181.887V14.705H184.707L190.099 8.38142H193.376L186.864 15.766Z" fill="#292929"/>
|
|
12
|
+
<path d="M0.5 16C0.5 22.6221 5.87789 28 12.4999 28C12.6604 28 12.821 28 12.9815 28V23.4649H12.4999C8.4063 23.4649 5.03508 20.1338 5.03508 16C5.03508 11.9064 8.36616 8.53512 12.4999 8.53512H12.9815V4C12.821 4 12.6604 4 12.4999 4C5.87789 4 0.5 9.37793 0.5 16Z" fill="#292929"/>
|
|
13
|
+
<path d="M14.9078 4.24117V10.502H12.4998C9.44964 10.502 6.96136 12.9903 6.96136 16.0405C6.96136 19.0907 9.44964 21.579 12.4998 21.579H14.9078V27.8398C20.4061 26.7161 24.4997 21.9 24.4997 16.0806C24.5398 10.181 20.4061 5.36492 14.9078 4.24117Z" fill="#292929"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width='192'
|
|
3
|
+
height='32'
|
|
4
|
+
viewBox='0 0 192 32'
|
|
5
|
+
fill='none'
|
|
6
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
d='M0 16C0 24.8388 7.16266 32 16.0032 32C16.2193 32 16.429 31.9936 16.6451 31.9873V25.9253H16.0032C10.5247 25.9253 6.08222 21.4837 6.08222 16.0064C6.08222 10.529 10.5247 6.08737 16.0032 6.08737H16.6451V0.0127085C16.429 0.00635427 16.2193 0 16.0032 0C7.16266 0 0 7.16124 0 16Z'
|
|
10
|
+
fill='#FC5055'
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d='M19.2 0.324066V8.64178H16.0032C11.9357 8.64178 8.63715 11.9333 8.63715 16C8.63715 20.0667 11.9357 23.3582 16.0032 23.3582H19.2V31.6759C26.5088 30.1954 32 23.7395 32 16C32 8.26052 26.5088 1.80461 19.2 0.324066Z'
|
|
14
|
+
fill='#003790'
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d='M44.912 3C47.2202 3 49.1018 4.05292 49.8984 4.83937L48.5687 6.52275C47.9226 5.93129 46.4988 5.10585 44.8932 5.10585C41.9954 5.10585 40.1827 7.1727 40.1827 10C40.1827 12.8338 41.9013 14.8941 44.9245 14.8941C46.6807 14.8941 48.1923 13.9387 48.8572 13.2693L50.1116 15.0111C49.3151 15.8691 47.3456 17 44.9057 17C40.6406 17 38 14.0362 38 10C38.0125 5.96379 40.7221 3 44.912 3Z'
|
|
18
|
+
fill='#003790'
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d='M58.0899 3C62.0414 3 64.9204 5.96379 64.9204 10C64.9204 14.0362 62.0414 17 58.0899 17C54.1384 17 51.2595 14.0362 51.2595 10C51.2595 5.96379 54.1384 3 58.0899 3ZM58.0899 14.8941C60.7682 14.8941 62.7439 12.8078 62.7439 10C62.7439 7.1857 60.7682 5.10585 58.0899 5.10585C55.4117 5.10585 53.4359 7.1922 53.4359 10C53.4359 12.8143 55.4117 14.8941 58.0899 14.8941Z'
|
|
22
|
+
fill='#003790'
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d='M78.4873 12.8143C78.4873 14.7837 77.2705 16.6946 74.1093 16.6946H67.2224V3.30548H73.7079C76.3296 3.30548 77.8413 4.98886 77.8413 6.88023C77.8413 7.95266 77.3583 8.92759 76.2167 9.71404C77.3834 10.117 78.4873 10.9749 78.4873 12.8143ZM69.3486 5.41134V8.96659L73.4444 8.94709C74.9059 8.94709 75.6585 8.10215 75.6585 7.10772C75.6585 6.19128 75.0125 5.40484 73.7204 5.40484H69.3486V5.41134ZM74.241 14.5887C75.7338 14.5887 76.3108 13.7308 76.3108 12.7883C76.3108 11.7744 75.6272 10.949 74.2786 10.949H69.3486V14.5887H74.241Z'
|
|
26
|
+
fill='#003790'
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d='M86.9799 9.79203L92.7002 16.701H89.8777L85.0982 10.845H82.6458V16.701H80.5258V3.31198H82.6458V8.8431H85.0982L89.771 3.31198H92.5935L86.9799 9.79203Z'
|
|
30
|
+
fill='#003790'
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d='M99.2547 3C103.206 3 106.085 5.96379 106.085 10C106.085 14.0362 103.206 17 99.2547 17C95.3032 17 92.4243 14.0362 92.4243 10C92.4243 5.96379 95.3032 3 99.2547 3ZM99.2547 14.8941C101.933 14.8941 103.909 12.8078 103.909 10C103.909 7.1857 101.933 5.10585 99.2547 5.10585C96.5765 5.10585 94.6007 7.1922 94.6007 10C94.6007 12.8143 96.5765 14.8941 99.2547 14.8941Z'
|
|
34
|
+
fill='#003790'
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d='M120.373 3.30548H122.424V16.6946H120.304V6.75024L116.058 12.6258H114.766L110.52 6.75024V16.6946H108.393V3.30548H110.444L115.412 10.1755L120.373 3.30548Z'
|
|
38
|
+
fill='#003790'
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d='M132.153 8.7781C134.994 8.7781 136.543 10.5005 136.543 12.7168C136.543 14.9332 134.994 16.6946 132.297 16.6946H125.285V3.30548H135.345V5.41134H127.405V8.7781H132.153ZM132.209 14.5887C133.683 14.5887 134.348 13.7503 134.348 12.7363C134.348 11.7419 133.683 10.884 132.209 10.884H127.411V14.5887H132.209Z'
|
|
42
|
+
fill='#003790'
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d='M148.341 16.6946L146.936 13.3473H140.827L139.422 16.6946H137.095L142.709 3.30548H145.055L150.668 16.6946H148.341ZM141.655 11.3389H146.102L143.888 6.00279L141.655 11.3389Z'
|
|
46
|
+
fill='#003790'
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d='M161.833 3.30548H163.953V16.6946H161.833V10.9555H154.356V16.6946H152.236V3.30548H154.356V8.8561H161.833V3.30548Z'
|
|
50
|
+
fill='#003790'
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d='M173.28 9.79203L179 16.701H176.178L171.398 10.845H168.946V16.701H166.826V3.31198H168.946V8.8431H171.398L176.071 3.31198H178.893L173.28 9.79203Z'
|
|
54
|
+
fill='#003790'
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d='M41.9801 24.2962C43.6304 24.2962 44.5318 25.2794 44.5318 26.5455C44.5318 27.8117 43.6304 28.8161 42.0702 28.8161H38V21.1768H43.8384V22.3793H39.2342V24.3033H41.9801V24.2962ZM42.0148 27.6207C42.8676 27.6207 43.256 27.1397 43.256 26.5597C43.256 25.9938 42.8676 25.4987 42.0148 25.4987H39.2342V27.6207H42.0148Z'
|
|
58
|
+
fill='#FC5055'
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d='M51.3063 21.1768H52.4435V28.8161H51.2093V23.0937L46.8132 28.8161H45.6899V21.1768H46.9241V26.878L51.3063 21.1768Z'
|
|
62
|
+
fill='#FC5055'
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d='M60.2373 26.6162C60.2373 27.8752 59.1209 28.9999 56.9922 28.9999C55.2934 28.9999 54.0245 28.2006 53.4906 27.7338L54.1632 26.694C54.6347 27.1325 55.6956 27.8045 56.9576 27.8045C58.1225 27.8045 58.9684 27.3377 58.9684 26.595C58.9684 26.2908 58.8297 25.9301 58.3443 25.7249C57.9838 25.5693 57.436 25.5198 56.6178 25.5198H55.654V24.3951H56.7981C57.4221 24.3951 57.859 24.3173 58.1502 24.1476C58.49 23.9424 58.6286 23.6029 58.6286 23.2705C58.6286 22.6126 58.0947 22.2095 56.9714 22.2095C55.9105 22.2095 55.0369 22.6692 54.5515 23.03L53.9829 22.0609C54.4752 21.6153 55.6124 21.0141 56.9714 21.0141C58.8228 21.0141 59.8975 21.8558 59.8975 23.1644C59.8975 23.9283 59.5647 24.5507 58.9684 24.9115C59.6549 25.1591 60.2373 25.6754 60.2373 26.6162Z'
|
|
66
|
+
fill='#FC5055'
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d='M67.1366 21.1768H68.3708V28.8161H67.1366V25.4916H62.8029V28.8161H61.5686V21.1768H62.8029V24.2891H67.1366V21.1768Z'
|
|
70
|
+
fill='#FC5055'
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d='M71.4217 27.6207H75.9704V28.8232H70.1875V21.1768H75.8595V22.3793H71.4148V24.3669H75.5059V25.5694H71.4148V27.6207H71.4217Z'
|
|
74
|
+
fill='#FC5055'
|
|
75
|
+
/>
|
|
76
|
+
<path
|
|
77
|
+
d='M80.9491 21C82.3497 21 83.4245 21.6013 83.8752 22.0611L83.1124 23.0018C82.7241 22.6552 81.9337 22.2025 80.9282 22.2025C79.3196 22.2025 78.2517 23.3838 78.2517 24.9965C78.2517 26.6092 79.278 27.7905 80.9282 27.7905C82.0515 27.7905 82.8836 27.2671 83.2858 26.871L84 27.84C83.5493 28.3422 82.426 28.9859 80.9491 28.9859C78.543 28.9859 76.9897 27.2954 76.9897 24.9894C76.9897 22.6835 78.5846 21 80.9491 21Z'
|
|
78
|
+
fill='#FC5055'
|
|
79
|
+
/>
|
|
80
|
+
</svg>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width='194'
|
|
3
|
+
height='32'
|
|
4
|
+
viewBox='0 0 194 32'
|
|
5
|
+
fill='none'
|
|
6
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
d='M0.5 16C0.5 22.6221 5.87789 28 12.4999 28C12.6604 28 12.821 28 12.9815 28V23.4649H12.4999C8.4063 23.4649 5.03508 20.1338 5.03508 16C5.03508 11.9064 8.36616 8.53512 12.4999 8.53512H12.9815V4C12.821 4 12.6604 4 12.4999 4C5.87789 4 0.5 9.37793 0.5 16Z'
|
|
10
|
+
fill='#94A4B7'
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d='M14.9078 4.24117V10.502H12.4998C9.44964 10.502 6.96136 12.9903 6.96136 16.0405C6.96136 19.0907 9.44964 21.579 12.4998 21.579H14.9078V27.8398C20.4061 26.7161 24.4997 21.9 24.4997 16.0806C24.5398 10.181 20.4061 5.36492 14.9078 4.24117Z'
|
|
14
|
+
fill='#94A4B7'
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d='M38.4223 8C41.0768 8 43.275 9.18833 44.1874 10.0796L42.6528 11.9894C41.9063 11.3103 40.2472 10.3767 38.4223 10.3767C35.0628 10.3767 32.989 12.7533 32.989 15.9788C32.989 19.2042 34.9798 21.5809 38.4638 21.5809C40.4961 21.5809 42.2381 20.4775 43.0261 19.7135L44.4778 21.7082C43.5653 22.6844 41.2841 24 38.4638 24C33.5281 24 30.5004 20.6048 30.5004 16.0212C30.4589 11.3952 33.5696 8 38.4223 8Z'
|
|
18
|
+
fill='#94A4B7'
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d='M53.6856 8C58.2479 8 61.566 11.3952 61.566 15.9788C61.566 20.6048 58.2479 23.9576 53.6856 23.9576C49.1232 23.9576 45.8051 20.5623 45.8051 15.9788C45.7637 11.3952 49.0817 8 53.6856 8ZM53.6856 21.5809C56.7963 21.5809 59.0774 19.2042 59.0774 15.9788C59.0774 12.7533 56.7963 10.3767 53.6856 10.3767C50.5749 10.3767 48.2937 12.7533 48.2937 15.9788C48.2937 19.2042 50.5749 21.5809 53.6856 21.5809Z'
|
|
22
|
+
fill='#94A4B7'
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d='M77.2429 19.2044C77.2429 21.4537 75.8327 23.6182 72.1828 23.6182H64.2195V8.33966H71.7266C74.7543 8.33966 76.4963 10.2495 76.4963 12.4139C76.4963 13.6447 75.9571 14.7481 74.6299 15.6394C75.9571 16.1062 77.2429 17.1248 77.2429 19.2044ZM66.6665 10.7588V14.833L71.3948 14.7906C73.0953 14.7906 73.9663 13.8145 73.9663 12.711C73.9663 11.65 73.2197 10.7588 71.7266 10.7588H66.6665ZM72.3487 21.2415C74.0907 21.2415 74.7543 20.2654 74.7543 19.2044C74.7543 18.0585 73.9663 17.1248 72.3902 17.1248H66.708V21.284H72.3487V21.2415Z'
|
|
26
|
+
fill='#94A4B7'
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d='M87.073 15.766L93.7092 23.6599H90.4326L84.9163 16.9968H82.0959V23.6599H79.6488V8.38142H82.0959V14.705H84.9163L90.3081 8.38142H93.5847L87.073 15.766Z'
|
|
30
|
+
fill='#94A4B7'
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d='M101.258 8C105.82 8 109.139 11.3952 109.139 15.9788C109.139 20.6048 105.82 23.9576 101.258 23.9576C96.6958 23.9576 93.3777 20.5623 93.3777 15.9788C93.3777 11.3952 96.6958 8 101.258 8ZM101.258 21.5809C104.369 21.5809 106.65 19.2042 106.65 15.9788C106.65 12.7533 104.369 10.3767 101.258 10.3767C98.1474 10.3767 95.8662 12.7533 95.8662 15.9788C95.8662 19.2042 98.1889 21.5809 101.258 21.5809Z'
|
|
34
|
+
fill='#94A4B7'
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d='M125.688 8.33966H128.052V23.6182H125.605V12.2866L120.711 18.9922H119.217L114.323 12.2866V23.6606H111.876V8.3821H114.24L119.964 16.2336L125.688 8.33966Z'
|
|
38
|
+
fill='#94A4B7'
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d='M139.291 14.5784C142.567 14.5784 144.351 16.5306 144.351 19.0771C144.351 21.6235 142.567 23.6182 139.457 23.6182H131.328V8.33966H142.941V10.7588H133.775V14.6208H139.291V14.5784ZM139.374 21.2415C141.074 21.2415 141.862 20.2654 141.862 19.1195C141.862 17.9736 141.074 16.9975 139.374 16.9975H133.816V21.2415H139.374Z'
|
|
42
|
+
fill='#94A4B7'
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d='M158.038 23.6182L156.421 19.7985H149.37L147.752 23.6182H145.056L151.527 8.33966H154.223L160.693 23.6182H158.038ZM150.282 17.5068H155.425L152.854 11.3954L150.282 17.5068Z'
|
|
46
|
+
fill='#94A4B7'
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d='M173.633 8.33966H176.08V23.6182H173.633V17.0824H165.006V23.6182H162.559V8.33966H165.006V14.6633H173.633V8.33966Z'
|
|
50
|
+
fill='#94A4B7'
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d='M186.864 15.766L193.5 23.6599H190.223L184.707 16.9968H181.887V23.6599H179.44V8.38142H181.887V14.705H184.707L190.099 8.38142H193.376L186.864 15.766Z'
|
|
54
|
+
fill='#94A4B7'
|
|
55
|
+
/>
|
|
56
|
+
</svg>
|