maru_design2 2.26.1 → 2.26.3
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/CHANGELOG.md +16 -0
- package/dist/components/atoms/icon/iconmap.d.ts +35 -0
- package/dist/index.js +718 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.26.3](https://github.com/42maru-ai/maru-design2/compare/v2.26.2...v2.26.3) (2025-06-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bento: Icon - add agent42 icons... ([e65d5cb](https://github.com/42maru-ai/maru-design2/commit/e65d5cbe5aacec050d31ceda6d0192a0fbf491ae))
|
|
9
|
+
* :bug: Input - position relative [#586](https://github.com/42maru-ai/maru-design2/issues/586) ([6ec03fa](https://github.com/42maru-ai/maru-design2/commit/6ec03faa14ac3669d16704695390d56146e2460c))
|
|
10
|
+
|
|
11
|
+
## [2.26.2](https://github.com/42maru-ai/maru-design2/compare/v2.26.1...v2.26.2) (2025-06-11)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* :bento: Icon - add dh connection icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([13f57fe](https://github.com/42maru-ai/maru-design2/commit/13f57fe468010e3b8ae774c5741a482ab1ebf31e))
|
|
17
|
+
* :bento: Icon - add dh connection icons again.. ([8770653](https://github.com/42maru-ai/maru-design2/commit/877065320f6d1e62323f7aa15593c3683fb553cb))
|
|
18
|
+
|
|
3
19
|
## [2.26.1](https://github.com/42maru-ai/maru-design2/compare/v2.26.0...v2.26.1) (2025-05-20)
|
|
4
20
|
|
|
5
21
|
|
|
@@ -44,12 +44,18 @@ export declare const ICONS: {
|
|
|
44
44
|
readonly AlertTriangle_s1615: "AlertTriangle_s1615";
|
|
45
45
|
readonly ArrowCross_s1613: "ArrowCross_s1613";
|
|
46
46
|
readonly ArrowDownCircle_s1413: "ArrowDownCircle_s1413";
|
|
47
|
+
readonly ArrowLeftIn_s1613: "ArrowLeftIn_s1613";
|
|
48
|
+
readonly ArrowLeftOut_s1810: "ArrowLeftOut_s1810";
|
|
49
|
+
readonly ArrowRightIn_s1613: "ArrowRightIn_s1613";
|
|
50
|
+
readonly ArrowRightOut_s1810: "ArrowRightOut_s1810";
|
|
47
51
|
readonly ArrowRight_s1415: "ArrowRight_s1415";
|
|
48
52
|
readonly ArrowRight_s1613: "ArrowRight_s1613";
|
|
49
53
|
readonly ArrowRight_s1813: "ArrowRight_s1813";
|
|
50
54
|
readonly ArrowRight_s2420: "ArrowRight_s2420";
|
|
51
55
|
readonly Atom01_s1615: "Atom01_s1615";
|
|
52
56
|
readonly BackToLines_s1615: "BackToLines_s1615";
|
|
57
|
+
readonly BagSetting_s2415: "BagSetting_s2415";
|
|
58
|
+
readonly Bag_s1810: "Bag_s1810";
|
|
53
59
|
readonly BarChart10_s2420: "BarChart10_s2420";
|
|
54
60
|
readonly BarChart12_s2420: "BarChart12_s2420";
|
|
55
61
|
readonly BarChart20_s1613: "BarChart20_s1613";
|
|
@@ -65,7 +71,10 @@ export declare const ICONS: {
|
|
|
65
71
|
readonly BulbOn_s1613: "BulbOn_s1613";
|
|
66
72
|
readonly CalendarDate_s2420: "CalendarDate_s2420";
|
|
67
73
|
readonly Calendar_s1615: "Calendar_s1615";
|
|
74
|
+
readonly Character_s1613: "Character_s1613";
|
|
75
|
+
readonly Chat_s1613: "Chat_s1613";
|
|
68
76
|
readonly CheckCircleBg_s1612: "CheckCircleBg_s1612";
|
|
77
|
+
readonly CheckCircleBg_s1810: "CheckCircleBg_s1810";
|
|
69
78
|
readonly CheckCircleBg_s2410: "CheckCircleBg_s2410";
|
|
70
79
|
readonly CheckCircle_s1210: "CheckCircle_s1210";
|
|
71
80
|
readonly CheckCircle_s1413: "CheckCircle_s1413";
|
|
@@ -113,6 +122,7 @@ export declare const ICONS: {
|
|
|
113
122
|
readonly Clipboard_s1615: "Clipboard_s1615";
|
|
114
123
|
readonly CodeBox_s2410: "CodeBox_s2410";
|
|
115
124
|
readonly CodeSnippet02_s2420: "CodeSnippet02_s2420";
|
|
125
|
+
readonly CodeSnippet_s1810: "CodeSnippet_s1810";
|
|
116
126
|
readonly Connection_s1810: "Connection_s1810";
|
|
117
127
|
readonly Copy03_s1615: "Copy03_s1615";
|
|
118
128
|
readonly Copy03_s1810: "Copy03_s1810";
|
|
@@ -123,6 +133,8 @@ export declare const ICONS: {
|
|
|
123
133
|
readonly CornerUpLeft_s1413: "CornerUpLeft_s1413";
|
|
124
134
|
readonly CornerUpLeft_s1815: "CornerUpLeft_s1815";
|
|
125
135
|
readonly CornerUpRight_s1815: "CornerUpRight_s1815";
|
|
136
|
+
readonly Cube_s1810: "Cube_s1810";
|
|
137
|
+
readonly Cube_s2415: "Cube_s2415";
|
|
126
138
|
readonly CurrencyDollar_s2420: "CurrencyDollar_s2420";
|
|
127
139
|
readonly Cursor04_s1815: "Cursor04_s1815";
|
|
128
140
|
readonly CursorBox_s1613: "CursorBox_s1613";
|
|
@@ -170,13 +182,16 @@ export declare const ICONS: {
|
|
|
170
182
|
readonly Edit03_s1210: "Edit03_s1210";
|
|
171
183
|
readonly Edit03_s1413: "Edit03_s1413";
|
|
172
184
|
readonly Edit03_s1613: "Edit03_s1613";
|
|
185
|
+
readonly Expand02_s1810: "Expand02_s1810";
|
|
173
186
|
readonly Expand_s1613: "Expand_s1613";
|
|
174
187
|
readonly Expand_s1815: "Expand_s1815";
|
|
175
188
|
readonly EyeOff_s1610: "EyeOff_s1610";
|
|
176
189
|
readonly Eye_s1610: "Eye_s1610";
|
|
177
190
|
readonly File02_s1615: "File02_s1615";
|
|
191
|
+
readonly File06_2415: "File06_2415";
|
|
178
192
|
readonly File06_s1615: "File06_s1615";
|
|
179
193
|
readonly File06_s2420: "File06_s2420";
|
|
194
|
+
readonly FileChart2_s2415: "FileChart2_s2415";
|
|
180
195
|
readonly FileChart_s1810: "FileChart_s1810";
|
|
181
196
|
readonly FileCheck02_s1410: "FileCheck02_s1410";
|
|
182
197
|
readonly FileCheck02_s1613: "FileCheck02_s1613";
|
|
@@ -185,6 +200,8 @@ export declare const ICONS: {
|
|
|
185
200
|
readonly FileCheck04_s1413: "FileCheck04_s1413";
|
|
186
201
|
readonly FileCode_s1810: "FileCode_s1810";
|
|
187
202
|
readonly FileDot_s1810: "FileDot_s1810";
|
|
203
|
+
readonly FileEdit_s2415: "FileEdit_s2415";
|
|
204
|
+
readonly FileInfo_s1810: "FileInfo_s1810";
|
|
188
205
|
readonly FileOut_s1612: "FileOut_s1612";
|
|
189
206
|
readonly FilePlus02_s1615: "FilePlus02_s1615";
|
|
190
207
|
readonly FilePlus_s1810: "FilePlus_s1810";
|
|
@@ -193,6 +210,7 @@ export declare const ICONS: {
|
|
|
193
210
|
readonly FileRefresh_s1413: "FileRefresh_s1413";
|
|
194
211
|
readonly FileRefresh_s1810: "FileRefresh_s1810";
|
|
195
212
|
readonly FileRefresh_s1812: "FileRefresh_s1812";
|
|
213
|
+
readonly FileSearch_s2415: "FileSearch_s2415";
|
|
196
214
|
readonly FileSlash_02_s1810: "FileSlash_02_s1810";
|
|
197
215
|
readonly FileSlash_s1413: "FileSlash_s1413";
|
|
198
216
|
readonly FileX02_s1615: "FileX02_s1615";
|
|
@@ -204,6 +222,7 @@ export declare const ICONS: {
|
|
|
204
222
|
readonly File_s3020: "File_s3020";
|
|
205
223
|
readonly FilterLines_s1815: "FilterLines_s1815";
|
|
206
224
|
readonly Filter_s1613: "Filter_s1613";
|
|
225
|
+
readonly FolderMove_s1413: "FolderMove_s1413";
|
|
207
226
|
readonly FolderSetting_s2013: "FolderSetting_s2013";
|
|
208
227
|
readonly FolderSetting_s2415: "FolderSetting_s2415";
|
|
209
228
|
readonly FolderUpload_s1615: "FolderUpload_s1615";
|
|
@@ -216,9 +235,12 @@ export declare const ICONS: {
|
|
|
216
235
|
readonly Folder_s2820: "Folder_s2820";
|
|
217
236
|
readonly Folders_s2415: "Folders_s2415";
|
|
218
237
|
readonly Globe01_s1615: "Globe01_s1615";
|
|
238
|
+
readonly Globe02_s1810: "Globe02_s1810";
|
|
239
|
+
readonly Grab_s2415: "Grab_s2415";
|
|
219
240
|
readonly GraduationHat01_s1615: "GraduationHat01_s1615";
|
|
220
241
|
readonly GraduationHat01_s2415: "GraduationHat01_s2415";
|
|
221
242
|
readonly GraduationHat01_s2420: "GraduationHat01_s2420";
|
|
243
|
+
readonly HistoryTimerReverse_s1813: "HistoryTimerReverse_s1813";
|
|
222
244
|
readonly HistoryTimer_s1210: "HistoryTimer_s1210";
|
|
223
245
|
readonly HistoryTimer_s1815: "HistoryTimer_s1815";
|
|
224
246
|
readonly HomeOutline24_s2410: "HomeOutline24_s2410";
|
|
@@ -227,6 +249,9 @@ export declare const ICONS: {
|
|
|
227
249
|
readonly Information_s1410: "Information_s1410";
|
|
228
250
|
readonly Information_s1610: "Information_s1610";
|
|
229
251
|
readonly Information_s2015: "Information_s2015";
|
|
252
|
+
readonly Key_s1810: "Key_s1810";
|
|
253
|
+
readonly Layers_s1813: "Layers_s1813";
|
|
254
|
+
readonly Layers_s2425: "Layers_s2425";
|
|
230
255
|
readonly LineChartDown01_s2420: "LineChartDown01_s2420";
|
|
231
256
|
readonly Loading02_s1415: "Loading02_s1415";
|
|
232
257
|
readonly Loading02_s1615: "Loading02_s1615";
|
|
@@ -235,6 +260,8 @@ export declare const ICONS: {
|
|
|
235
260
|
readonly Loading02_s2420: "Loading02_s2420";
|
|
236
261
|
readonly Loading02_s4830: "Loading02_s4830";
|
|
237
262
|
readonly Lock01_s1615: "Lock01_s1615";
|
|
263
|
+
readonly Lock01_s1810: "Lock01_s1810";
|
|
264
|
+
readonly Lock01_s2415: "Lock01_s2415";
|
|
238
265
|
readonly LogOut01_s1615: "LogOut01_s1615";
|
|
239
266
|
readonly MagicTool_s1513: "MagicTool_s1513";
|
|
240
267
|
readonly Menu2_s1613: "Menu2_s1613";
|
|
@@ -278,6 +305,9 @@ export declare const ICONS: {
|
|
|
278
305
|
readonly PreviewZoom_s2013: "PreviewZoom_s2013";
|
|
279
306
|
readonly PreviewZoom_s2415: "PreviewZoom_s2415";
|
|
280
307
|
readonly Preview_s1413: "Preview_s1413";
|
|
308
|
+
readonly Pulse_s2415: "Pulse_s2415";
|
|
309
|
+
readonly PuzzlePiece_s1810: "PuzzlePiece_s1810";
|
|
310
|
+
readonly PuzzleSet_s1810: "PuzzleSet_s1810";
|
|
281
311
|
readonly QuestionCircleBg_s1610: "QuestionCircleBg_s1610";
|
|
282
312
|
readonly RefreshCcw02_s1415: "RefreshCcw02_s1415";
|
|
283
313
|
readonly RefreshCcw02_s1615: "RefreshCcw02_s1615";
|
|
@@ -287,6 +317,7 @@ export declare const ICONS: {
|
|
|
287
317
|
readonly RefreshCw01_s1815: "RefreshCw01_s1815";
|
|
288
318
|
readonly RefreshCw02_s1413: "RefreshCw02_s1413";
|
|
289
319
|
readonly RefreshCw02_s1615: "RefreshCw02_s1615";
|
|
320
|
+
readonly Refresh_s1613: "Refresh_s1613";
|
|
290
321
|
readonly ReverseLeft2_s1613: "ReverseLeft2_s1613";
|
|
291
322
|
readonly ReverseLeft_s1815: "ReverseLeft_s1815";
|
|
292
323
|
readonly ReverseRight2Circle_s1413: "ReverseRight2Circle_s1413";
|
|
@@ -332,6 +363,7 @@ export declare const ICONS: {
|
|
|
332
363
|
readonly Triangle_s1615: "Triangle_s1615";
|
|
333
364
|
readonly Up_s1610: "Up_s1610";
|
|
334
365
|
readonly Upload01_s1613: "Upload01_s1613";
|
|
366
|
+
readonly UserAccess_s1413: "UserAccess_s1413";
|
|
335
367
|
readonly UserCircleBg_s2415: "UserCircleBg_s2415";
|
|
336
368
|
readonly UserCircle_s1615: "UserCircle_s1615";
|
|
337
369
|
readonly UserCircle_s2415: "UserCircle_s2415";
|
|
@@ -340,6 +372,7 @@ export declare const ICONS: {
|
|
|
340
372
|
readonly UserPlus_s1810: "UserPlus_s1810";
|
|
341
373
|
readonly UserPlus_s1812: "UserPlus_s1812";
|
|
342
374
|
readonly UserSetting_s2015: "UserSetting_s2015";
|
|
375
|
+
readonly User_s1810: "User_s1810";
|
|
343
376
|
readonly User_s1815: "User_s1815";
|
|
344
377
|
readonly Users01_s1615: "Users01_s1615";
|
|
345
378
|
readonly Users01_s2420: "Users01_s2420";
|
|
@@ -348,6 +381,8 @@ export declare const ICONS: {
|
|
|
348
381
|
readonly XCircle_s1413: "XCircle_s1413";
|
|
349
382
|
readonly XCircle_s1613: "XCircle_s1613";
|
|
350
383
|
readonly XCircle_s2420: "XCircle_s2420";
|
|
384
|
+
readonly XCodeBox_s1810: "XCodeBox_s1810";
|
|
385
|
+
readonly XDiamondBg_s2015: "XDiamondBg_s2015";
|
|
351
386
|
readonly XDiamondBg_s2415: "XDiamondBg_s2415";
|
|
352
387
|
readonly X_s1410: "X_s1410";
|
|
353
388
|
readonly X_s1613: "X_s1613";
|
package/dist/index.js
CHANGED
|
@@ -381,6 +381,64 @@ var iconmap = {
|
|
|
381
381
|
"circles": [],
|
|
382
382
|
"rects": []
|
|
383
383
|
},
|
|
384
|
+
"ArrowLeftIn_s1613": {
|
|
385
|
+
"width": "16",
|
|
386
|
+
"height": "16",
|
|
387
|
+
"viewBox": "0 0 16 16",
|
|
388
|
+
"fill": "none",
|
|
389
|
+
"paths": [{
|
|
390
|
+
"d": "M12 4.66667C12 4.04669 12 3.73669 11.9319 3.48236C11.7469 2.79218 11.2078 2.25308 10.5176 2.06815C10.2633 2 9.95332 2 9.33333 2L5.2 2C4.0799 2 3.51984 2 3.09202 2.21799C2.7157 2.40973 2.40973 2.71569 2.21799 3.09202C2 3.51984 2 4.07989 2 5.2L2 10.8C2 11.9201 2 12.4802 2.21799 12.908C2.40973 13.2843 2.7157 13.5903 3.09202 13.782C3.51984 14 4.0799 14 5.2 14L9.33333 14C9.95331 14 10.2633 14 10.5176 13.9319C11.2078 13.7469 11.7469 13.2078 11.9319 12.5176C12 12.2633 12 11.9533 12 11.3333M8 10.6667L5.33333 8M5.33333 8L8 5.33333M5.33333 8L14 8",
|
|
391
|
+
"stroke": "#5C5C5C",
|
|
392
|
+
"strokeWidth": "1.3",
|
|
393
|
+
"strokeLinecap": "round",
|
|
394
|
+
"strokeLinejoin": "round"
|
|
395
|
+
}],
|
|
396
|
+
"circles": [],
|
|
397
|
+
"rects": []
|
|
398
|
+
},
|
|
399
|
+
"ArrowLeftOut_s1810": {
|
|
400
|
+
"width": "18",
|
|
401
|
+
"height": "18",
|
|
402
|
+
"viewBox": "0 0 18 18",
|
|
403
|
+
"fill": "none",
|
|
404
|
+
"paths": [{
|
|
405
|
+
"d": "M7.76471 12.45V14.025C7.76471 14.4427 7.93204 14.8433 8.22989 15.1387C8.52774 15.4341 8.93172 15.6 9.35294 15.6L14.9118 15.6C15.333 15.6 15.737 15.4341 16.0348 15.1387C16.3327 14.8433 16.5 14.4427 16.5 14.025L16.5 4.575C16.5 4.15728 16.3327 3.75668 16.0348 3.46131C15.737 3.16594 15.333 3 14.9118 3L9.35294 3C8.93172 3 8.52774 3.16594 8.22989 3.46131C7.93204 3.75668 7.76471 4.15728 7.76471 4.575V6.15M12.5294 9.3L3 9.3M3 9.3L5.38235 11.6625M3 9.3L5.38235 6.9375",
|
|
406
|
+
"stroke": "#5C5C5C",
|
|
407
|
+
"strokeLinecap": "round",
|
|
408
|
+
"strokeLinejoin": "round"
|
|
409
|
+
}],
|
|
410
|
+
"circles": [],
|
|
411
|
+
"rects": []
|
|
412
|
+
},
|
|
413
|
+
"ArrowRightIn_s1613": {
|
|
414
|
+
"width": "16",
|
|
415
|
+
"height": "16",
|
|
416
|
+
"viewBox": "0 0 16 16",
|
|
417
|
+
"fill": "none",
|
|
418
|
+
"paths": [{
|
|
419
|
+
"d": "M4 11.3333C4 11.9533 4 12.2633 4.06815 12.5176C4.25308 13.2078 4.79218 13.7469 5.48236 13.9319C5.7367 14 6.04669 14 6.66667 14H10.8C11.9201 14 12.4802 14 12.908 13.782C13.2843 13.5903 13.5903 13.2843 13.782 12.908C14 12.4802 14 11.9201 14 10.8V5.2C14 4.0799 14 3.51984 13.782 3.09202C13.5903 2.71569 13.2843 2.40973 12.908 2.21799C12.4802 2 11.9201 2 10.8 2H6.66667C6.04669 2 5.73669 2 5.48236 2.06815C4.79218 2.25308 4.25308 2.79218 4.06815 3.48236C4 3.7367 4 4.04669 4 4.66667M8 5.33333L10.6667 8M10.6667 8L8 10.6667M10.6667 8H2",
|
|
420
|
+
"stroke": "#5C5C5C",
|
|
421
|
+
"strokeWidth": "1.3",
|
|
422
|
+
"strokeLinecap": "round",
|
|
423
|
+
"strokeLinejoin": "round"
|
|
424
|
+
}],
|
|
425
|
+
"circles": [],
|
|
426
|
+
"rects": []
|
|
427
|
+
},
|
|
428
|
+
"ArrowRightOut_s1810": {
|
|
429
|
+
"width": "18",
|
|
430
|
+
"height": "18",
|
|
431
|
+
"viewBox": "0 0 18 18",
|
|
432
|
+
"fill": "none",
|
|
433
|
+
"paths": [{
|
|
434
|
+
"d": "M11.7353 6.15V4.575C11.7353 4.15728 11.568 3.75668 11.2701 3.46131C10.9723 3.16594 10.5683 3 10.1471 3H4.58824C4.16701 3 3.76304 3.16594 3.46518 3.46131C3.16733 3.75668 3 4.15728 3 4.575V14.025C3 14.4427 3.16733 14.8433 3.46518 15.1387C3.76304 15.4341 4.16701 15.6 4.58824 15.6H10.1471C10.5683 15.6 10.9723 15.4341 11.2701 15.1387C11.568 14.8433 11.7353 14.4427 11.7353 14.025V12.45M6.97059 9.3H16.5M16.5 9.3L14.1176 6.9375M16.5 9.3L14.1176 11.6625",
|
|
435
|
+
"stroke": "#5C5C5C",
|
|
436
|
+
"strokeLinecap": "round",
|
|
437
|
+
"strokeLinejoin": "round"
|
|
438
|
+
}],
|
|
439
|
+
"circles": [],
|
|
440
|
+
"rects": []
|
|
441
|
+
},
|
|
384
442
|
"ArrowRight_s1415": {
|
|
385
443
|
"width": "14",
|
|
386
444
|
"height": "14",
|
|
@@ -477,6 +535,54 @@ var iconmap = {
|
|
|
477
535
|
"circles": [],
|
|
478
536
|
"rects": []
|
|
479
537
|
},
|
|
538
|
+
"BagSetting_s2415": {
|
|
539
|
+
"width": "24",
|
|
540
|
+
"height": "24",
|
|
541
|
+
"viewBox": "0 0 24 24",
|
|
542
|
+
"fill": "none",
|
|
543
|
+
"paths": [{
|
|
544
|
+
"d": "M13.2364 20.44H5.16143C4.22254 20.44 3.46143 19.6725 3.46143 18.7257V10.1543C3.46143 9.20751 4.22254 8.44 5.16143 8.44H18.7614C19.7003 8.44 20.4614 9.20751 20.4614 10.1543V12.5001",
|
|
545
|
+
"stroke": "#8C8C8C",
|
|
546
|
+
"strokeWidth": "1.5",
|
|
547
|
+
"strokeLinecap": "round",
|
|
548
|
+
"strokeLinejoin": "round"
|
|
549
|
+
}, {
|
|
550
|
+
"d": "M15.4614 12.0001V6.21778C15.4614 5.74628 15.2771 5.2941 14.9489 4.9607C14.6207 4.6273 14.1756 4.44 13.7114 4.44H10.2114C9.7473 4.44 9.30218 4.6273 8.97399 4.9607C8.6458 5.2941 8.46143 5.74628 8.46143 6.21778V20.44",
|
|
551
|
+
"stroke": "#8C8C8C",
|
|
552
|
+
"strokeWidth": "1.5",
|
|
553
|
+
"strokeLinecap": "round",
|
|
554
|
+
"strokeLinejoin": "round"
|
|
555
|
+
}, {
|
|
556
|
+
"d": "M16.8158 11H18.2611C18.8262 11 19.2843 11.4534 19.2843 12.0128C19.2843 12.7924 20.1371 13.2797 20.8192 12.8899C21.3087 12.6102 21.9345 12.7762 22.2171 13.2606L22.9397 14.4993C23.2222 14.9838 23.0545 15.6032 22.5651 15.8829C21.8829 16.2727 21.8829 17.2472 22.5651 17.6371C23.0545 17.9167 23.2222 18.5362 22.9397 19.0206L22.2171 20.2593C21.9345 20.7438 21.3087 20.9097 20.8192 20.6301C20.1371 20.2402 19.2843 20.7275 19.2843 21.5072C19.2843 22.0665 18.8262 22.52 18.261 22.52H16.8159C16.2507 22.52 15.7926 22.0665 15.7926 21.5072C15.7926 20.7275 14.9399 20.2402 14.2577 20.6301C13.7683 20.9097 13.1424 20.7438 12.8599 20.2593L12.1373 19.0206C11.8547 18.5362 12.0224 17.9167 12.5118 17.6371C13.194 17.2472 13.194 16.2727 12.5118 15.8829C12.0224 15.6032 11.8547 14.9838 12.1373 14.4993L12.8599 13.2606C13.1424 12.7762 13.7683 12.6102 14.2577 12.8899C14.9399 13.2797 15.7926 12.7924 15.7926 12.0128C15.7926 11.4534 16.2507 11 16.8158 11Z",
|
|
557
|
+
"stroke": "#8C8C8C",
|
|
558
|
+
"strokeWidth": "1.5"
|
|
559
|
+
}, {
|
|
560
|
+
"d": "M19.8193 16.8073C19.8193 18.0905 18.8191 19.1307 17.5852 19.1307C16.3513 19.1307 15.3511 18.0905 15.3511 16.8073C15.3511 15.524 16.3513 14.4838 17.5852 14.4838C18.8191 14.4838 19.8193 15.524 19.8193 16.8073Z",
|
|
561
|
+
"stroke": "#8C8C8C",
|
|
562
|
+
"strokeWidth": "1.5"
|
|
563
|
+
}],
|
|
564
|
+
"circles": [],
|
|
565
|
+
"rects": []
|
|
566
|
+
},
|
|
567
|
+
"Bag_s1810": {
|
|
568
|
+
"width": "18",
|
|
569
|
+
"height": "18",
|
|
570
|
+
"viewBox": "0 0 18 18",
|
|
571
|
+
"fill": "none",
|
|
572
|
+
"paths": [{
|
|
573
|
+
"d": "M13.9948 5.67072H3.33275C2.59669 5.67072 2 6.26741 2 7.00347V13.6672C2 14.4033 2.59669 15 3.33275 15H13.9948C14.7309 15 15.3275 14.4033 15.3275 13.6672V7.00347C15.3275 6.26741 14.7309 5.67072 13.9948 5.67072Z",
|
|
574
|
+
"stroke": "#5C5C5C",
|
|
575
|
+
"strokeLinecap": "round",
|
|
576
|
+
"strokeLinejoin": "round"
|
|
577
|
+
}, {
|
|
578
|
+
"d": "M11.3293 14.9948V4.33275C11.3293 3.97929 11.1889 3.64029 10.939 3.39035C10.689 3.14041 10.35 3 9.99656 3H7.33105C6.97758 3 6.63859 3.14041 6.38865 3.39035C6.13871 3.64029 5.99829 3.97929 5.99829 4.33275V14.9948",
|
|
579
|
+
"stroke": "#5C5C5C",
|
|
580
|
+
"strokeLinecap": "round",
|
|
581
|
+
"strokeLinejoin": "round"
|
|
582
|
+
}],
|
|
583
|
+
"circles": [],
|
|
584
|
+
"rects": []
|
|
585
|
+
},
|
|
480
586
|
"BarChart10_s2420": {
|
|
481
587
|
"width": "24",
|
|
482
588
|
"height": "24",
|
|
@@ -714,6 +820,36 @@ var iconmap = {
|
|
|
714
820
|
"circles": [],
|
|
715
821
|
"rects": []
|
|
716
822
|
},
|
|
823
|
+
"Character_s1613": {
|
|
824
|
+
"width": "16",
|
|
825
|
+
"height": "16",
|
|
826
|
+
"viewBox": "0 0 16 16",
|
|
827
|
+
"fill": "none",
|
|
828
|
+
"paths": [{
|
|
829
|
+
"d": "M9.27536 11.3333H14.058M9.27536 11.3333L8 14M9.27536 11.3333L11.1855 7.33935C11.3394 7.01751 11.4164 6.8566 11.5217 6.80575C11.6133 6.76152 11.72 6.76152 11.8116 6.80575C11.9169 6.8566 11.9939 7.01751 12.1478 7.33935L14.058 11.3333M14.058 11.3333L15.3333 14M2 3.33333H6M6 3.33333H8.33333M6 3.33333V2M8.33333 3.33333H10M8.33333 3.33333C8.00257 5.30486 7.23506 7.09079 6.11037 8.58962M7.33333 9.33333C6.92498 9.14987 6.50843 8.89472 6.11037 8.58962M6.11037 8.58962C5.20868 7.89851 4.40184 6.95109 4 6M6.11037 8.58962C5.04057 10.0153 3.64762 11.1812 2 12",
|
|
830
|
+
"stroke": "#5C5C5C",
|
|
831
|
+
"strokeWidth": "1.3",
|
|
832
|
+
"strokeLinecap": "round",
|
|
833
|
+
"strokeLinejoin": "round"
|
|
834
|
+
}],
|
|
835
|
+
"circles": [],
|
|
836
|
+
"rects": []
|
|
837
|
+
},
|
|
838
|
+
"Chat_s1613": {
|
|
839
|
+
"width": "16",
|
|
840
|
+
"height": "16",
|
|
841
|
+
"viewBox": "0 0 16 16",
|
|
842
|
+
"fill": "none",
|
|
843
|
+
"paths": [{
|
|
844
|
+
"d": "M6.8 9.8L4.95485 11.6682C4.69747 11.9288 4.56878 12.0591 4.45817 12.0683C4.36221 12.0763 4.26825 12.0377 4.20558 11.9646C4.13333 11.8803 4.13333 11.6972 4.13333 11.3309V10.395C4.13333 10.0664 3.86424 9.82862 3.53912 9.781V9.781C2.75225 9.66573 2.13427 9.04775 2.01901 8.26088C2 8.13113 2 7.97631 2 7.66667V4.88C2 3.87191 2 3.36786 2.19619 2.98282C2.36876 2.64413 2.64413 2.36876 2.98282 2.19619C3.36786 2 3.87191 2 4.88 2H9.32C10.3281 2 10.8321 2 11.2172 2.19619C11.5559 2.36876 11.8312 2.64413 12.0038 2.98282C12.2 3.36786 12.2 3.87191 12.2 4.88V7.4M12.2 14L10.8942 13.0921C10.7106 12.9645 10.6188 12.9007 10.5189 12.8555C10.4303 12.8153 10.3371 12.7861 10.2413 12.7684C10.1335 12.7486 10.0217 12.7486 9.79815 12.7486H8.72C8.04794 12.7486 7.71191 12.7486 7.45521 12.6178C7.22942 12.5027 7.04584 12.3192 6.93079 12.0934C6.8 11.8367 6.8 11.5006 6.8 10.8286V9.32C6.8 8.64794 6.8 8.31191 6.93079 8.05521C7.04584 7.82942 7.22942 7.64584 7.45521 7.53079C7.71191 7.4 8.04794 7.4 8.72 7.4H12.08C12.7521 7.4 13.0881 7.4 13.3448 7.53079C13.5706 7.64584 13.7542 7.82942 13.8692 8.05521C14 8.31191 14 8.64794 14 9.32V10.9486C14 11.5077 14 11.7873 13.9087 12.0078C13.7869 12.3018 13.5533 12.5354 13.2592 12.6572C13.0387 12.7486 12.7591 12.7486 12.2 12.7486V14Z",
|
|
845
|
+
"stroke": "#5C5C5C",
|
|
846
|
+
"strokeWidth": "1.3",
|
|
847
|
+
"strokeLinecap": "round",
|
|
848
|
+
"strokeLinejoin": "round"
|
|
849
|
+
}],
|
|
850
|
+
"circles": [],
|
|
851
|
+
"rects": []
|
|
852
|
+
},
|
|
717
853
|
"CheckCircleBg_s1612": {
|
|
718
854
|
"width": "16",
|
|
719
855
|
"height": "16",
|
|
@@ -742,6 +878,20 @@ var iconmap = {
|
|
|
742
878
|
}],
|
|
743
879
|
"rects": []
|
|
744
880
|
},
|
|
881
|
+
"CheckCircleBg_s1810": {
|
|
882
|
+
"width": "18",
|
|
883
|
+
"height": "18",
|
|
884
|
+
"viewBox": "0 0 18 18",
|
|
885
|
+
"fill": "none",
|
|
886
|
+
"paths": [{
|
|
887
|
+
"d": "M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM6.64416 8.16203C6.75396 8.20919 6.85328 8.27776 6.9363 8.36372L8.1 9.52742L11.0637 6.56372C11.1467 6.47776 11.246 6.40919 11.3558 6.36203C11.4656 6.31486 11.5837 6.29003 11.7032 6.28899C11.8227 6.28795 11.9412 6.31073 12.0519 6.35598C12.1625 6.40123 12.2629 6.46806 12.3475 6.55256C12.432 6.63707 12.4988 6.73755 12.544 6.84816C12.5893 6.95877 12.6121 7.07728 12.611 7.19678C12.61 7.31628 12.5852 7.43438 12.538 7.54418C12.4908 7.65399 12.4223 7.7533 12.3363 7.83632L8.7363 11.4363C8.56752 11.605 8.33864 11.6998 8.1 11.6998C7.86135 11.6998 7.63247 11.605 7.4637 11.4363L5.6637 9.63632C5.57774 9.5533 5.50917 9.45399 5.46201 9.34418C5.41484 9.23438 5.39001 9.11628 5.38897 8.99678C5.38793 8.87728 5.41071 8.75877 5.45596 8.64816C5.50121 8.53755 5.56804 8.43707 5.65254 8.35256C5.73705 8.26806 5.83753 8.20123 5.94814 8.15598C6.05875 8.11073 6.17726 8.08795 6.29676 8.08899C6.41626 8.09003 6.53436 8.11486 6.64416 8.16203Z",
|
|
888
|
+
"fill": "#308ACC",
|
|
889
|
+
"fillRule": "evenodd",
|
|
890
|
+
"clipRule": "evenodd"
|
|
891
|
+
}],
|
|
892
|
+
"circles": [],
|
|
893
|
+
"rects": []
|
|
894
|
+
},
|
|
745
895
|
"CheckCircleBg_s2410": {
|
|
746
896
|
"width": "24",
|
|
747
897
|
"height": "24",
|
|
@@ -1433,6 +1583,20 @@ var iconmap = {
|
|
|
1433
1583
|
"circles": [],
|
|
1434
1584
|
"rects": []
|
|
1435
1585
|
},
|
|
1586
|
+
"CodeSnippet_s1810": {
|
|
1587
|
+
"width": "18",
|
|
1588
|
+
"height": "18",
|
|
1589
|
+
"viewBox": "0 0 18 18",
|
|
1590
|
+
"fill": "none",
|
|
1591
|
+
"paths": [{
|
|
1592
|
+
"d": "M11.463 13L16 9L11.463 5M6.53704 5L2 9L6.53704 13",
|
|
1593
|
+
"stroke": "#5C5C5C",
|
|
1594
|
+
"strokeLinecap": "round",
|
|
1595
|
+
"strokeLinejoin": "round"
|
|
1596
|
+
}],
|
|
1597
|
+
"circles": [],
|
|
1598
|
+
"rects": []
|
|
1599
|
+
},
|
|
1436
1600
|
"Connection_s1810": {
|
|
1437
1601
|
"width": "16",
|
|
1438
1602
|
"height": "16",
|
|
@@ -1602,6 +1766,57 @@ var iconmap = {
|
|
|
1602
1766
|
"circles": [],
|
|
1603
1767
|
"rects": []
|
|
1604
1768
|
},
|
|
1769
|
+
"Cube_s1810": {
|
|
1770
|
+
"width": "18",
|
|
1771
|
+
"height": "18",
|
|
1772
|
+
"viewBox": "0 0 18 18",
|
|
1773
|
+
"fill": "none",
|
|
1774
|
+
"paths": [{
|
|
1775
|
+
"d": "M15.15 11.6619V6.2829C15.1498 6.04708 15.0873 5.81546 14.9688 5.6113C14.8503 5.40713 14.68 5.23759 14.475 5.11968L9.75 2.43016C9.54477 2.31214 9.31197 2.25 9.075 2.25C8.83803 2.25 8.60523 2.31214 8.4 2.43016L3.675 5.11968C3.46998 5.23759 3.29969 5.40713 3.18121 5.6113C3.06274 5.81546 3.00024 6.04708 3 6.2829V11.6619C3.00024 11.8978 3.06274 12.1294 3.18121 12.3335C3.29969 12.5377 3.46998 12.7072 3.675 12.8251L8.4 15.5147C8.60523 15.6327 8.83803 15.6948 9.075 15.6948C9.31197 15.6948 9.54477 15.6327 9.75 15.5147L14.475 12.8251C14.68 12.7072 14.8503 12.5377 14.9688 12.3335C15.0873 12.1294 15.1498 11.8978 15.15 11.6619Z",
|
|
1776
|
+
"stroke": "#5C5C5C",
|
|
1777
|
+
"strokeLinecap": "round",
|
|
1778
|
+
"strokeLinejoin": "round"
|
|
1779
|
+
}, {
|
|
1780
|
+
"d": "M3.18237 5.58362L9.07512 8.97913L14.9679 5.58362",
|
|
1781
|
+
"stroke": "#5C5C5C",
|
|
1782
|
+
"strokeLinecap": "round",
|
|
1783
|
+
"strokeLinejoin": "round"
|
|
1784
|
+
}, {
|
|
1785
|
+
"d": "M9.07495 15.75V8.97241",
|
|
1786
|
+
"stroke": "#5C5C5C",
|
|
1787
|
+
"strokeLinecap": "round",
|
|
1788
|
+
"strokeLinejoin": "round"
|
|
1789
|
+
}],
|
|
1790
|
+
"circles": [],
|
|
1791
|
+
"rects": []
|
|
1792
|
+
},
|
|
1793
|
+
"Cube_s2415": {
|
|
1794
|
+
"width": "24",
|
|
1795
|
+
"height": "24",
|
|
1796
|
+
"viewBox": "0 0 24 24",
|
|
1797
|
+
"fill": "none",
|
|
1798
|
+
"paths": [{
|
|
1799
|
+
"d": "M20.2 15.5492V8.37719C20.1997 8.06277 20.1164 7.75395 19.9584 7.48173C19.8004 7.20951 19.5734 6.98345 19.3 6.82624L13 3.24022C12.7264 3.08285 12.416 3 12.1 3C11.784 3 11.4736 3.08285 11.2 3.24022L4.9 6.82624C4.62664 6.98345 4.39958 7.20951 4.24162 7.48173C4.08365 7.75395 4.00032 8.06277 4 8.37719V15.5492C4.00032 15.8637 4.08365 16.1725 4.24162 16.4447C4.39958 16.7169 4.62664 16.943 4.9 17.1002L11.2 20.6862C11.4736 20.8436 11.784 20.9264 12.1 20.9264C12.416 20.9264 12.7264 20.8436 13 20.6862L19.3 17.1002C19.5734 16.943 19.8004 16.7169 19.9584 16.4447C20.1164 16.1725 20.1997 15.8637 20.2 15.5492Z",
|
|
1800
|
+
"stroke": "#8C8C8C",
|
|
1801
|
+
"strokeWidth": "1.5",
|
|
1802
|
+
"strokeLinecap": "round",
|
|
1803
|
+
"strokeLinejoin": "round"
|
|
1804
|
+
}, {
|
|
1805
|
+
"d": "M4.24292 7.44482L12.0999 11.9722L19.9569 7.44482",
|
|
1806
|
+
"stroke": "#8C8C8C",
|
|
1807
|
+
"strokeWidth": "1.5",
|
|
1808
|
+
"strokeLinecap": "round",
|
|
1809
|
+
"strokeLinejoin": "round"
|
|
1810
|
+
}, {
|
|
1811
|
+
"d": "M12.1001 21V11.9632",
|
|
1812
|
+
"stroke": "#8C8C8C",
|
|
1813
|
+
"strokeWidth": "1.5",
|
|
1814
|
+
"strokeLinecap": "round",
|
|
1815
|
+
"strokeLinejoin": "round"
|
|
1816
|
+
}],
|
|
1817
|
+
"circles": [],
|
|
1818
|
+
"rects": []
|
|
1819
|
+
},
|
|
1605
1820
|
"CurrencyDollar_s2420": {
|
|
1606
1821
|
"width": "24",
|
|
1607
1822
|
"height": "24",
|
|
@@ -2754,6 +2969,20 @@ var iconmap = {
|
|
|
2754
2969
|
"circles": [],
|
|
2755
2970
|
"rects": []
|
|
2756
2971
|
},
|
|
2972
|
+
"Expand02_s1810": {
|
|
2973
|
+
"width": "18",
|
|
2974
|
+
"height": "18",
|
|
2975
|
+
"viewBox": "0 0 18 18",
|
|
2976
|
+
"fill": "none",
|
|
2977
|
+
"paths": [{
|
|
2978
|
+
"d": "M9.07107 16.0711V1.92893M9.07107 16.0711L11.4281 13.714M9.07107 16.0711L6.71405 13.714M9.07107 1.92893L6.71405 4.28595M9.07107 1.92893L11.4281 4.28595",
|
|
2979
|
+
"stroke": "#5C5C5C",
|
|
2980
|
+
"strokeLinecap": "round",
|
|
2981
|
+
"strokeLinejoin": "round"
|
|
2982
|
+
}],
|
|
2983
|
+
"circles": [],
|
|
2984
|
+
"rects": []
|
|
2985
|
+
},
|
|
2757
2986
|
"Expand_s1613": {
|
|
2758
2987
|
"width": "19",
|
|
2759
2988
|
"height": "16",
|
|
@@ -2837,6 +3066,21 @@ var iconmap = {
|
|
|
2837
3066
|
"circles": [],
|
|
2838
3067
|
"rects": []
|
|
2839
3068
|
},
|
|
3069
|
+
"File06_2415": {
|
|
3070
|
+
"width": "24",
|
|
3071
|
+
"height": "24",
|
|
3072
|
+
"viewBox": "0 0 24 24",
|
|
3073
|
+
"fill": "none",
|
|
3074
|
+
"paths": [{
|
|
3075
|
+
"d": "M14 2.26953V6.40007C14 6.96012 14 7.24015 14.109 7.45406C14.2049 7.64222 14.3578 7.7952 14.546 7.89108C14.7599 8.00007 15.0399 8.00007 15.6 8.00007H19.7305M16 13H8M16 17H8M10 9H8M14 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H15.2C16.8802 22 17.7202 22 18.362 21.673C18.9265 21.3854 19.3854 20.9265 19.673 20.362C20 19.7202 20 18.8802 20 17.2V8L14 2Z",
|
|
3076
|
+
"stroke": "#5C5C5C",
|
|
3077
|
+
"strokeWidth": "1.5",
|
|
3078
|
+
"strokeLinecap": "round",
|
|
3079
|
+
"strokeLinejoin": "round"
|
|
3080
|
+
}],
|
|
3081
|
+
"circles": [],
|
|
3082
|
+
"rects": []
|
|
3083
|
+
},
|
|
2840
3084
|
"File06_s1615": {
|
|
2841
3085
|
"width": "16",
|
|
2842
3086
|
"height": "16",
|
|
@@ -2867,6 +3111,27 @@ var iconmap = {
|
|
|
2867
3111
|
"circles": [],
|
|
2868
3112
|
"rects": []
|
|
2869
3113
|
},
|
|
3114
|
+
"FileChart2_s2415": {
|
|
3115
|
+
"width": "18",
|
|
3116
|
+
"height": "22",
|
|
3117
|
+
"viewBox": "0 0 18 22",
|
|
3118
|
+
"fill": "none",
|
|
3119
|
+
"paths": [{
|
|
3120
|
+
"d": "M11 1.26946V5.4C11 5.96005 11 6.24008 11.109 6.45399C11.2049 6.64215 11.3578 6.79513 11.546 6.89101C11.7599 7 12.0399 7 12.6 7H16.7305M17 8.98822V16.2C17 17.8802 17 18.7202 16.673 19.362C16.3854 19.9265 15.9265 20.3854 15.362 20.673C14.7202 21 13.8802 21 12.2 21H5.8C4.11984 21 3.27976 21 2.63803 20.673C2.07354 20.3854 1.6146 19.9265 1.32698 19.362C1 18.7202 1 17.8802 1 16.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1H9.01178C9.74555 1 10.1124 1 10.4577 1.08289C10.7638 1.15638 11.0564 1.27759 11.3249 1.44208C11.6276 1.6276 11.887 1.88703 12.4059 2.40589L15.5941 5.59411C16.113 6.11297 16.3724 6.3724 16.5579 6.67515C16.7224 6.94356 16.8436 7.2362 16.9171 7.5423C17 7.88757 17 8.25445 17 8.98822Z",
|
|
3121
|
+
"stroke": "#8C8C8C",
|
|
3122
|
+
"strokeWidth": "1.5",
|
|
3123
|
+
"strokeLinecap": "round",
|
|
3124
|
+
"strokeLinejoin": "round"
|
|
3125
|
+
}, {
|
|
3126
|
+
"d": "M7.33333 14.5H4.88889C4.57775 14.5 4.42218 14.5 4.30334 14.5424C4.1988 14.5797 4.11381 14.6392 4.06055 14.7123C4 14.7955 4 14.9044 4 15.1222V17.3778C4 17.5956 4 17.7045 4.06055 17.7877C4.11381 17.8608 4.1988 17.9203 4.30334 17.9576C4.42218 18 4.57775 18 4.88889 18H7.33333M7.33333 18H10.6667M7.33333 18L7.33333 13.1778C7.33333 12.96 7.33333 12.8511 7.39389 12.7679C7.44715 12.6947 7.53214 12.6352 7.63667 12.5979C7.75551 12.5556 7.91108 12.5556 8.22222 12.5556H9.77778C10.0889 12.5556 10.2445 12.5556 10.3633 12.5979C10.4679 12.6352 10.5529 12.6947 10.6061 12.7679C10.6667 12.8511 10.6667 12.96 10.6667 13.1778V18M10.6667 18H13.1111C13.4223 18 13.5778 18 13.6967 17.9576C13.8012 17.9203 13.8862 17.8608 13.9394 17.7877C14 17.7045 14 17.5956 14 17.3778V11.6222C14 11.4044 14 11.2955 13.9394 11.2123C13.8862 11.1392 13.8012 11.0797 13.6967 11.0424C13.5778 11 13.4223 11 13.1111 11H11.5556C11.2444 11 11.0888 11 10.97 11.0424C10.8655 11.0797 10.7805 11.1392 10.7272 11.2123C10.6667 11.2955 10.6667 11.4044 10.6667 11.6222V12.9444",
|
|
3127
|
+
"stroke": "#8C8C8C",
|
|
3128
|
+
"strokeWidth": "1.5",
|
|
3129
|
+
"strokeLinecap": "round",
|
|
3130
|
+
"strokeLinejoin": "round"
|
|
3131
|
+
}],
|
|
3132
|
+
"circles": [],
|
|
3133
|
+
"rects": []
|
|
3134
|
+
},
|
|
2870
3135
|
"FileChart_s1810": {
|
|
2871
3136
|
"width": "18",
|
|
2872
3137
|
"height": "18",
|
|
@@ -3046,6 +3311,56 @@ var iconmap = {
|
|
|
3046
3311
|
"circles": [],
|
|
3047
3312
|
"rects": []
|
|
3048
3313
|
},
|
|
3314
|
+
"FileEdit_s2415": {
|
|
3315
|
+
"width": "24",
|
|
3316
|
+
"height": "24",
|
|
3317
|
+
"viewBox": "0 0 24 24",
|
|
3318
|
+
"fill": "none",
|
|
3319
|
+
"paths": [{
|
|
3320
|
+
"d": "M14 11H8M10 15H8M16 7H8M20 10.5V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H11.5",
|
|
3321
|
+
"stroke": "#5C5C5C",
|
|
3322
|
+
"strokeWidth": "1.5",
|
|
3323
|
+
"strokeLinecap": "round",
|
|
3324
|
+
"strokeLinejoin": "round"
|
|
3325
|
+
}, {
|
|
3326
|
+
"d": "M15.5089 19.1189C15.5429 19.0001 15.5598 18.9407 15.5853 18.8853C15.6079 18.8361 15.6354 18.7893 15.6674 18.7457C15.7035 18.6965 15.7472 18.6528 15.8346 18.5655L21.0001 13.4C21.5523 12.8477 22.4478 12.8477 23.0001 13.4C23.5524 13.9523 23.5524 14.8477 23.0001 15.4L17.8346 20.5655C17.7472 20.6528 17.7035 20.6965 17.6544 20.7326C17.6107 20.7646 17.564 20.7922 17.5148 20.8148C17.4593 20.8402 17.3999 20.8572 17.2811 20.8911L14.8 21.6L15.5089 19.1189Z",
|
|
3327
|
+
"stroke": "#5C5C5C",
|
|
3328
|
+
"strokeWidth": "1.5",
|
|
3329
|
+
"strokeLinecap": "round",
|
|
3330
|
+
"strokeLinejoin": "round"
|
|
3331
|
+
}],
|
|
3332
|
+
"circles": [],
|
|
3333
|
+
"rects": []
|
|
3334
|
+
},
|
|
3335
|
+
"FileInfo_s1810": {
|
|
3336
|
+
"width": "18",
|
|
3337
|
+
"height": "18",
|
|
3338
|
+
"viewBox": "0 0 18 18",
|
|
3339
|
+
"fill": "none",
|
|
3340
|
+
"paths": [{
|
|
3341
|
+
"d": "M10.75 2V5C10.75 5.19891 10.829 5.38968 10.9697 5.53033C11.1103 5.67098 11.3011 5.75 11.5 5.75H14.5",
|
|
3342
|
+
"stroke": "#5C5C5C",
|
|
3343
|
+
"strokeLinecap": "round",
|
|
3344
|
+
"strokeLinejoin": "round"
|
|
3345
|
+
}, {
|
|
3346
|
+
"d": "M13 15.5H5.5C5.10218 15.5 4.72064 15.342 4.43934 15.0607C4.15804 14.7794 4 14.3978 4 14V3.5C4 3.10218 4.15804 2.72064 4.43934 2.43934C4.72064 2.15804 5.10218 2 5.5 2H10.75L14.5 5.75V14C14.5 14.3978 14.342 14.7794 14.0607 15.0607C13.7794 15.342 13.3978 15.5 13 15.5Z",
|
|
3347
|
+
"stroke": "#5C5C5C",
|
|
3348
|
+
"strokeLinecap": "round",
|
|
3349
|
+
"strokeLinejoin": "round"
|
|
3350
|
+
}, {
|
|
3351
|
+
"d": "M8.5 10.25H9.25V13.25H10",
|
|
3352
|
+
"stroke": "#5C5C5C",
|
|
3353
|
+
"strokeLinecap": "round",
|
|
3354
|
+
"strokeLinejoin": "round"
|
|
3355
|
+
}, {
|
|
3356
|
+
"d": "M9.25 8H9.2575",
|
|
3357
|
+
"stroke": "#5C5C5C",
|
|
3358
|
+
"strokeLinecap": "round",
|
|
3359
|
+
"strokeLinejoin": "round"
|
|
3360
|
+
}],
|
|
3361
|
+
"circles": [],
|
|
3362
|
+
"rects": []
|
|
3363
|
+
},
|
|
3049
3364
|
"FileOut_s1612": {
|
|
3050
3365
|
"width": "13",
|
|
3051
3366
|
"height": "16",
|
|
@@ -3187,6 +3502,21 @@ var iconmap = {
|
|
|
3187
3502
|
"circles": [],
|
|
3188
3503
|
"rects": []
|
|
3189
3504
|
},
|
|
3505
|
+
"FileSearch_s2415": {
|
|
3506
|
+
"width": "24",
|
|
3507
|
+
"height": "24",
|
|
3508
|
+
"viewBox": "0 0 24 24",
|
|
3509
|
+
"fill": "none",
|
|
3510
|
+
"paths": [{
|
|
3511
|
+
"d": "M14 11H8M10 15H8M16 7H8M20 10.5V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H11.5M22 22L20.5 20.5M21.5 18C21.5 19.933 19.933 21.5 18 21.5C16.067 21.5 14.5 19.933 14.5 18C14.5 16.067 16.067 14.5 18 14.5C19.933 14.5 21.5 16.067 21.5 18Z",
|
|
3512
|
+
"stroke": "#5C5C5C",
|
|
3513
|
+
"strokeWidth": "1.5",
|
|
3514
|
+
"strokeLinecap": "round",
|
|
3515
|
+
"strokeLinejoin": "round"
|
|
3516
|
+
}],
|
|
3517
|
+
"circles": [],
|
|
3518
|
+
"rects": []
|
|
3519
|
+
},
|
|
3190
3520
|
"FileSlash_02_s1810": {
|
|
3191
3521
|
"width": "18",
|
|
3192
3522
|
"height": "18",
|
|
@@ -3382,6 +3712,27 @@ var iconmap = {
|
|
|
3382
3712
|
"circles": [],
|
|
3383
3713
|
"rects": []
|
|
3384
3714
|
},
|
|
3715
|
+
"FolderMove_s1413": {
|
|
3716
|
+
"width": "14",
|
|
3717
|
+
"height": "14",
|
|
3718
|
+
"viewBox": "0 0 14 14",
|
|
3719
|
+
"fill": "none",
|
|
3720
|
+
"paths": [{
|
|
3721
|
+
"d": "M12.4446 7.95062V5.82099C12.4446 4.99256 11.773 4.32099 10.9446 4.32099H7.31896C6.92113 4.32099 6.5396 4.16296 6.2583 3.88165L5.9271 3.55045C5.6458 3.26915 5.26427 3.11111 4.86644 3.11111L3.05566 3.11111C2.22724 3.11111 1.55566 3.78269 1.55566 4.61111V10.0803C1.55566 10.9087 2.22724 11.5803 3.05566 11.5803H5.48776",
|
|
3722
|
+
"stroke": "#5C5C5C",
|
|
3723
|
+
"strokeWidth": "1.3",
|
|
3724
|
+
"strokeLinecap": "round",
|
|
3725
|
+
"strokeLinejoin": "round"
|
|
3726
|
+
}, {
|
|
3727
|
+
"d": "M10 13L12 11M12 11L10 9M12 11L8 11",
|
|
3728
|
+
"stroke": "#5C5C5C",
|
|
3729
|
+
"strokeWidth": "1.3",
|
|
3730
|
+
"strokeLinecap": "round",
|
|
3731
|
+
"strokeLinejoin": "round"
|
|
3732
|
+
}],
|
|
3733
|
+
"circles": [],
|
|
3734
|
+
"rects": []
|
|
3735
|
+
},
|
|
3385
3736
|
"FolderSetting_s2013": {
|
|
3386
3737
|
"width": "19",
|
|
3387
3738
|
"height": "19",
|
|
@@ -3598,6 +3949,53 @@ var iconmap = {
|
|
|
3598
3949
|
"circles": [],
|
|
3599
3950
|
"rects": []
|
|
3600
3951
|
},
|
|
3952
|
+
"Globe02_s1810": {
|
|
3953
|
+
"width": "18",
|
|
3954
|
+
"height": "18",
|
|
3955
|
+
"viewBox": "0 0 18 18",
|
|
3956
|
+
"fill": "none",
|
|
3957
|
+
"paths": [{
|
|
3958
|
+
"d": "M9 2C10.7509 3.91685 11.7459 6.40442 11.8 9C11.7459 11.5956 10.7509 14.0832 9 16M9 2C7.2491 3.91685 6.25407 6.40442 6.2 9C6.25407 11.5956 7.2491 14.0832 9 16M9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16M9 2C12.866 2 16 5.13401 16 9C16 12.866 12.866 16 9 16M2.35001 6.9H15.65M2.35 11.1H15.65",
|
|
3959
|
+
"stroke": "#5C5C5C",
|
|
3960
|
+
"strokeLinecap": "round",
|
|
3961
|
+
"strokeLinejoin": "round"
|
|
3962
|
+
}],
|
|
3963
|
+
"circles": [],
|
|
3964
|
+
"rects": []
|
|
3965
|
+
},
|
|
3966
|
+
"Grab_s2415": {
|
|
3967
|
+
"width": "24",
|
|
3968
|
+
"height": "24",
|
|
3969
|
+
"viewBox": "0 0 24 24",
|
|
3970
|
+
"fill": "none",
|
|
3971
|
+
"paths": [{
|
|
3972
|
+
"d": "M8 11V7.5C8 7.10218 8.15804 6.72064 8.43934 6.43934C8.72064 6.15804 9.10218 6 9.5 6C9.89782 6 10.2794 6.15804 10.5607 6.43934C10.842 6.72064 11 7.10218 11 7.5V10",
|
|
3973
|
+
"stroke": "#5C5C5C",
|
|
3974
|
+
"strokeWidth": "1.5",
|
|
3975
|
+
"strokeLinecap": "round",
|
|
3976
|
+
"strokeLinejoin": "round"
|
|
3977
|
+
}, {
|
|
3978
|
+
"d": "M11 9.5V6.5C11 6.10218 11.158 5.72064 11.4393 5.43934C11.7206 5.15804 12.1022 5 12.5 5C12.8978 5 13.2794 5.15804 13.5607 5.43934C13.842 5.72064 14 6.10218 14 6.5V10",
|
|
3979
|
+
"stroke": "#5C5C5C",
|
|
3980
|
+
"strokeWidth": "1.5",
|
|
3981
|
+
"strokeLinecap": "round",
|
|
3982
|
+
"strokeLinejoin": "round"
|
|
3983
|
+
}, {
|
|
3984
|
+
"d": "M14 7.5C14 7.10218 14.158 6.72064 14.4393 6.43934C14.7206 6.15804 15.1022 6 15.5 6C15.8978 6 16.2794 6.15804 16.5607 6.43934C16.842 6.72064 17 7.10218 17 7.5V10",
|
|
3985
|
+
"stroke": "#5C5C5C",
|
|
3986
|
+
"strokeWidth": "1.5",
|
|
3987
|
+
"strokeLinecap": "round",
|
|
3988
|
+
"strokeLinejoin": "round"
|
|
3989
|
+
}, {
|
|
3990
|
+
"d": "M16.9982 9.5C16.9982 9.10218 17.1563 8.72064 17.4376 8.43934C17.7189 8.15804 18.1004 8 18.4982 8C18.8961 8 19.2776 8.15804 19.5589 8.43934C19.8402 8.72064 19.9982 9.10218 19.9982 9.5V14C19.9982 15.5913 19.3661 17.1174 18.2409 18.2426C17.1157 19.3679 15.5895 20 13.9982 20H11.9982H12.2062C11.2126 20.0002 10.2344 19.7535 9.35961 19.2823C8.48481 18.811 7.74075 18.1299 7.19423 17.3L6.99823 17C6.68623 16.521 5.59123 14.612 3.71223 11.272C3.52068 10.9315 3.46951 10.5298 3.56961 10.1522C3.66971 9.77454 3.91318 9.45088 4.24823 9.25C4.60511 9.03587 5.0233 8.94712 5.43639 8.99785C5.84948 9.04858 6.23377 9.23588 6.52823 9.53L7.99823 11",
|
|
3991
|
+
"stroke": "#5C5C5C",
|
|
3992
|
+
"strokeWidth": "1.5",
|
|
3993
|
+
"strokeLinecap": "round",
|
|
3994
|
+
"strokeLinejoin": "round"
|
|
3995
|
+
}],
|
|
3996
|
+
"circles": [],
|
|
3997
|
+
"rects": []
|
|
3998
|
+
},
|
|
3601
3999
|
"GraduationHat01_s1615": {
|
|
3602
4000
|
"width": "16",
|
|
3603
4001
|
"height": "16",
|
|
@@ -3643,6 +4041,32 @@ var iconmap = {
|
|
|
3643
4041
|
"circles": [],
|
|
3644
4042
|
"rects": []
|
|
3645
4043
|
},
|
|
4044
|
+
"HistoryTimerReverse_s1813": {
|
|
4045
|
+
"width": "18",
|
|
4046
|
+
"height": "18",
|
|
4047
|
+
"viewBox": "0 0 18 18",
|
|
4048
|
+
"fill": "none",
|
|
4049
|
+
"paths": [{
|
|
4050
|
+
"d": "M0.666748 3.99203V7.3256H4.00032",
|
|
4051
|
+
"stroke": "#8C8C8C",
|
|
4052
|
+
"strokeWidth": "1.3",
|
|
4053
|
+
"strokeLinecap": "round",
|
|
4054
|
+
"strokeLinejoin": "round"
|
|
4055
|
+
}, {
|
|
4056
|
+
"d": "M2.75856 11.4929C3.29893 13.0267 4.32312 14.3433 5.67682 15.2443C7.03051 16.1454 8.64038 16.5821 10.2639 16.4887C11.8873 16.3952 13.4365 15.7767 14.6778 14.7263C15.9192 13.6759 16.7856 12.2505 17.1464 10.6648C17.5073 9.07922 17.343 7.41928 16.6784 5.93512C16.0138 4.45097 14.8849 3.22301 13.4617 2.43626C12.0385 1.64952 10.3982 1.3466 8.78789 1.57316C7.17758 1.79972 5.68453 2.54348 4.53369 3.69238L0.666748 7.32597",
|
|
4057
|
+
"stroke": "#8C8C8C",
|
|
4058
|
+
"strokeWidth": "1.3",
|
|
4059
|
+
"strokeLinecap": "round",
|
|
4060
|
+
"strokeLinejoin": "round"
|
|
4061
|
+
}, {
|
|
4062
|
+
"d": "M9.8343 5.65878V10.2424L12.3345 11.4925",
|
|
4063
|
+
"stroke": "#8C8C8C",
|
|
4064
|
+
"strokeWidth": "1.3",
|
|
4065
|
+
"strokeLinecap": "round"
|
|
4066
|
+
}],
|
|
4067
|
+
"circles": [],
|
|
4068
|
+
"rects": []
|
|
4069
|
+
},
|
|
3646
4070
|
"HistoryTimer_s1210": {
|
|
3647
4071
|
"width": "12",
|
|
3648
4072
|
"height": "13",
|
|
@@ -3810,6 +4234,62 @@ var iconmap = {
|
|
|
3810
4234
|
"circles": [],
|
|
3811
4235
|
"rects": []
|
|
3812
4236
|
},
|
|
4237
|
+
"Key_s1810": {
|
|
4238
|
+
"width": "18",
|
|
4239
|
+
"height": "18",
|
|
4240
|
+
"viewBox": "0 0 18 18",
|
|
4241
|
+
"fill": "none",
|
|
4242
|
+
"paths": [{
|
|
4243
|
+
"d": "M11.25 6.75H11.2575M11.25 11.25C13.7353 11.25 15.75 9.23528 15.75 6.75C15.75 4.26472 13.7353 2.25 11.25 2.25C8.76472 2.25 6.75 4.26472 6.75 6.75C6.75 6.95526 6.76374 7.15731 6.79036 7.35528C6.83413 7.68089 6.85602 7.84369 6.84129 7.94669C6.82594 8.05399 6.8064 8.11181 6.75352 8.20642C6.70275 8.29725 6.61328 8.38672 6.43435 8.56565L2.60147 12.3985C2.47176 12.5282 2.4069 12.5931 2.36052 12.6688C2.3194 12.7359 2.2891 12.809 2.27072 12.8856C2.25 12.9719 2.25 13.0636 2.25 13.2471V14.55C2.25 14.97 2.25 15.1801 2.33175 15.3405C2.40365 15.4816 2.51839 15.5963 2.65951 15.6683C2.81994 15.75 3.02996 15.75 3.45 15.75H4.75294C4.93639 15.75 5.02811 15.75 5.11442 15.7293C5.19095 15.7109 5.26411 15.6806 5.33121 15.6395C5.4069 15.5931 5.47176 15.5282 5.60147 15.3985L9.43435 11.5657C9.61328 11.3867 9.70275 11.2973 9.79358 11.2465C9.88819 11.1936 9.94601 11.1741 10.0533 11.1587C10.1563 11.144 10.3191 11.1659 10.6447 11.2096C10.8427 11.2363 11.0447 11.25 11.25 11.25Z",
|
|
4244
|
+
"stroke": "#5C5C5C",
|
|
4245
|
+
"strokeLinecap": "round",
|
|
4246
|
+
"strokeLinejoin": "round"
|
|
4247
|
+
}],
|
|
4248
|
+
"circles": [],
|
|
4249
|
+
"rects": []
|
|
4250
|
+
},
|
|
4251
|
+
"Layers_s1813": {
|
|
4252
|
+
"width": "18",
|
|
4253
|
+
"height": "18",
|
|
4254
|
+
"viewBox": "0 0 18 18",
|
|
4255
|
+
"fill": "none",
|
|
4256
|
+
"paths": [{
|
|
4257
|
+
"d": "M9.00009 0.666656L0.666748 4.83333L9.00009 9L17.3334 4.83333L9.00009 0.666656Z",
|
|
4258
|
+
"stroke": "#8C8C8C",
|
|
4259
|
+
"strokeWidth": "1.3",
|
|
4260
|
+
"strokeLinecap": "round",
|
|
4261
|
+
"strokeLinejoin": "round"
|
|
4262
|
+
}, {
|
|
4263
|
+
"d": "M0.666748 13.1667L9.00009 17.3333L17.3334 13.1667",
|
|
4264
|
+
"stroke": "#8C8C8C",
|
|
4265
|
+
"strokeWidth": "1.3",
|
|
4266
|
+
"strokeLinecap": "round",
|
|
4267
|
+
"strokeLinejoin": "round"
|
|
4268
|
+
}, {
|
|
4269
|
+
"d": "M0.666748 9L9.00009 13.1667L17.3334 9",
|
|
4270
|
+
"stroke": "#8C8C8C",
|
|
4271
|
+
"strokeWidth": "1.3",
|
|
4272
|
+
"strokeLinecap": "round",
|
|
4273
|
+
"strokeLinejoin": "round"
|
|
4274
|
+
}],
|
|
4275
|
+
"circles": [],
|
|
4276
|
+
"rects": []
|
|
4277
|
+
},
|
|
4278
|
+
"Layers_s2425": {
|
|
4279
|
+
"width": "24",
|
|
4280
|
+
"height": "24",
|
|
4281
|
+
"viewBox": "0 0 24 24",
|
|
4282
|
+
"fill": "none",
|
|
4283
|
+
"paths": [{
|
|
4284
|
+
"d": "M3 12.0591L11.678 16.3981C11.7961 16.4571 11.8551 16.4866 11.917 16.4982C11.9719 16.5085 12.0281 16.5085 12.083 16.4982C12.1449 16.4866 12.2039 16.4571 12.322 16.3981L21 12.0591M3 16.5591L11.678 20.8981C11.7961 20.9571 11.8551 20.9866 11.917 20.9982C11.9719 21.0085 12.0281 21.0085 12.083 20.9982C12.1449 20.9866 12.2039 20.9571 12.322 20.8981L21 16.5591M3 7.55907L11.678 3.22006C11.7961 3.16103 11.8551 3.13152 11.917 3.1199C11.9719 3.10961 12.0281 3.10961 12.083 3.1199C12.1449 3.13152 12.2039 3.16103 12.322 3.22006L21 7.55907L12.322 11.8981C12.2039 11.9571 12.1449 11.9866 12.083 11.9982C12.0281 12.0085 11.9719 12.0085 11.917 11.9982C11.8551 11.9866 11.7961 11.9571 11.678 11.8981L3 7.55907Z",
|
|
4285
|
+
"stroke": "#8C8C8C",
|
|
4286
|
+
"strokeWidth": "1.5",
|
|
4287
|
+
"strokeLinecap": "round",
|
|
4288
|
+
"strokeLinejoin": "round"
|
|
4289
|
+
}],
|
|
4290
|
+
"circles": [],
|
|
4291
|
+
"rects": []
|
|
4292
|
+
},
|
|
3813
4293
|
"LineChartDown01_s2420": {
|
|
3814
4294
|
"width": "24",
|
|
3815
4295
|
"height": "24",
|
|
@@ -3930,6 +4410,35 @@ var iconmap = {
|
|
|
3930
4410
|
"circles": [],
|
|
3931
4411
|
"rects": []
|
|
3932
4412
|
},
|
|
4413
|
+
"Lock01_s1810": {
|
|
4414
|
+
"width": "18",
|
|
4415
|
+
"height": "18",
|
|
4416
|
+
"viewBox": "0 0 18 18",
|
|
4417
|
+
"fill": "none",
|
|
4418
|
+
"paths": [{
|
|
4419
|
+
"d": "M12.75 7.5V6C12.75 3.92893 11.0711 2.25 9 2.25C6.92893 2.25 5.25 3.92893 5.25 6V7.5M9 10.875V12.375M6.6 15.75H11.4C12.6601 15.75 13.2902 15.75 13.7715 15.5048C14.1948 15.289 14.539 14.9448 14.7548 14.5215C15 14.0402 15 13.4101 15 12.15V11.1C15 9.83988 15 9.20982 14.7548 8.72852C14.539 8.30516 14.1948 7.96095 13.7715 7.74524C13.2902 7.5 12.6601 7.5 11.4 7.5H6.6C5.33988 7.5 4.70982 7.5 4.22852 7.74524C3.80516 7.96095 3.46095 8.30516 3.24524 8.72852C3 9.20982 3 9.83988 3 11.1V12.15C3 13.4101 3 14.0402 3.24524 14.5215C3.46095 14.9448 3.80516 15.289 4.22852 15.5048C4.70982 15.75 5.33988 15.75 6.6 15.75Z",
|
|
4420
|
+
"stroke": "#5C5C5C",
|
|
4421
|
+
"strokeLinecap": "round",
|
|
4422
|
+
"strokeLinejoin": "round"
|
|
4423
|
+
}],
|
|
4424
|
+
"circles": [],
|
|
4425
|
+
"rects": []
|
|
4426
|
+
},
|
|
4427
|
+
"Lock01_s2415": {
|
|
4428
|
+
"width": "24",
|
|
4429
|
+
"height": "24",
|
|
4430
|
+
"viewBox": "0 0 24 24",
|
|
4431
|
+
"fill": "none",
|
|
4432
|
+
"paths": [{
|
|
4433
|
+
"d": "M17 10V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V10M12 14.5V16.5M8.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V14.8C20 13.1198 20 12.2798 19.673 11.638C19.3854 11.0735 18.9265 10.6146 18.362 10.327C17.7202 10 16.8802 10 15.2 10H8.8C7.11984 10 6.27976 10 5.63803 10.327C5.07354 10.6146 4.6146 11.0735 4.32698 11.638C4 12.2798 4 13.1198 4 14.8V16.2C4 17.8802 4 18.7202 4.32698 19.362C4.6146 19.9265 5.07354 20.3854 5.63803 20.673C6.27976 21 7.11984 21 8.8 21Z",
|
|
4434
|
+
"stroke": "#8C8C8C",
|
|
4435
|
+
"strokeWidth": "1.5",
|
|
4436
|
+
"strokeLinecap": "round",
|
|
4437
|
+
"strokeLinejoin": "round"
|
|
4438
|
+
}],
|
|
4439
|
+
"circles": [],
|
|
4440
|
+
"rects": []
|
|
4441
|
+
},
|
|
3933
4442
|
"LogOut01_s1615": {
|
|
3934
4443
|
"width": "16",
|
|
3935
4444
|
"height": "16",
|
|
@@ -4702,6 +5211,69 @@ var iconmap = {
|
|
|
4702
5211
|
"circles": [],
|
|
4703
5212
|
"rects": []
|
|
4704
5213
|
},
|
|
5214
|
+
"Pulse_s2415": {
|
|
5215
|
+
"width": "24",
|
|
5216
|
+
"height": "24",
|
|
5217
|
+
"viewBox": "0 0 24 24",
|
|
5218
|
+
"fill": "none",
|
|
5219
|
+
"paths": [{
|
|
5220
|
+
"d": "M21 12H17.6L15.05 18.8L9.95 5.20001L7.4 12H4",
|
|
5221
|
+
"stroke": "#8C8C8C",
|
|
5222
|
+
"strokeWidth": "1.5",
|
|
5223
|
+
"strokeLinecap": "round",
|
|
5224
|
+
"strokeLinejoin": "round"
|
|
5225
|
+
}],
|
|
5226
|
+
"circles": [],
|
|
5227
|
+
"rects": []
|
|
5228
|
+
},
|
|
5229
|
+
"PuzzlePiece_s1810": {
|
|
5230
|
+
"width": "18",
|
|
5231
|
+
"height": "18",
|
|
5232
|
+
"viewBox": "0 0 18 18",
|
|
5233
|
+
"fill": "none",
|
|
5234
|
+
"paths": [{
|
|
5235
|
+
"d": "M2.77778 5.11111H5.11111C5.31739 5.11111 5.51522 5.02917 5.66108 4.88331C5.80694 4.73744 5.88889 4.53961 5.88889 4.33333V3.55556C5.88889 3.143 6.05278 2.74733 6.3445 2.45561C6.63622 2.16389 7.03189 2 7.44444 2C7.857 2 8.25266 2.16389 8.54439 2.45561C8.83611 2.74733 9 3.143 9 3.55556V4.33333C9 4.53961 9.08194 4.73744 9.22781 4.88331C9.37367 5.02917 9.5715 5.11111 9.77778 5.11111H12.1111C12.3174 5.11111 12.5152 5.19306 12.6611 5.33892C12.8069 5.48478 12.8889 5.68261 12.8889 5.88889V8.22222C12.8889 8.4285 12.9708 8.62633 13.1167 8.77219C13.2626 8.91806 13.4604 9 13.6667 9H14.4444C14.857 9 15.2527 9.16389 15.5444 9.45561C15.8361 9.74734 16 10.143 16 10.5556C16 10.9681 15.8361 11.3638 15.5444 11.6555C15.2527 11.9472 14.857 12.1111 14.4444 12.1111H13.6667C13.4604 12.1111 13.2626 12.1931 13.1167 12.3389C12.9708 12.4848 12.8889 12.6826 12.8889 12.8889V15.2222C12.8889 15.4285 12.8069 15.6263 12.6611 15.7722C12.5152 15.9181 12.3174 16 12.1111 16H9.77778C9.5715 16 9.37367 15.9181 9.22781 15.7722C9.08194 15.6263 9 15.4285 9 15.2222V14.4444C9 14.0319 8.83611 13.6362 8.54439 13.3445C8.25266 13.0528 7.857 12.8889 7.44444 12.8889C7.03189 12.8889 6.63622 13.0528 6.3445 13.3445C6.05278 13.6362 5.88889 14.0319 5.88889 14.4444V15.2222C5.88889 15.4285 5.80694 15.6263 5.66108 15.7722C5.51522 15.9181 5.31739 16 5.11111 16H2.77778C2.5715 16 2.37367 15.9181 2.22781 15.7722C2.08194 15.6263 2 15.4285 2 15.2222V12.8889C2 12.6826 2.08194 12.4848 2.22781 12.3389C2.37367 12.1931 2.5715 12.1111 2.77778 12.1111H3.55556C3.96811 12.1111 4.36378 11.9472 4.6555 11.6555C4.94722 11.3638 5.11111 10.9681 5.11111 10.5556C5.11111 10.143 4.94722 9.74734 4.6555 9.45561C4.36378 9.16389 3.96811 9 3.55556 9H2.77778C2.5715 9 2.37367 8.91806 2.22781 8.77219C2.08194 8.62633 2 8.4285 2 8.22222V5.88889C2 5.68261 2.08194 5.48478 2.22781 5.33892C2.37367 5.19306 2.5715 5.11111 2.77778 5.11111Z",
|
|
5236
|
+
"stroke": "#5C5C5C",
|
|
5237
|
+
"strokeLinecap": "round",
|
|
5238
|
+
"strokeLinejoin": "round"
|
|
5239
|
+
}],
|
|
5240
|
+
"circles": [],
|
|
5241
|
+
"rects": []
|
|
5242
|
+
},
|
|
5243
|
+
"PuzzleSet_s1810": {
|
|
5244
|
+
"width": "18",
|
|
5245
|
+
"height": "18",
|
|
5246
|
+
"viewBox": "0 0 18 18",
|
|
5247
|
+
"fill": "none",
|
|
5248
|
+
"paths": [{
|
|
5249
|
+
"d": "M2 3.75C2 3.28587 2.18437 2.84075 2.51256 2.51256C2.84075 2.18437 3.28587 2 3.75 2H14.25C14.7141 2 15.1592 2.18437 15.4874 2.51256C15.8156 2.84075 16 3.28587 16 3.75V14.25C16 14.7141 15.8156 15.1592 15.4874 15.4874C15.1592 15.8156 14.7141 16 14.25 16H3.75C3.28587 16 2.84075 15.8156 2.51256 15.4874C2.18437 15.1592 2 14.7141 2 14.25V3.75Z",
|
|
5250
|
+
"stroke": "#5C5C5C",
|
|
5251
|
+
"strokeLinecap": "round",
|
|
5252
|
+
"strokeLinejoin": "round"
|
|
5253
|
+
}, {
|
|
5254
|
+
"d": "M9 2V4.1875C9 4.30353 8.95391 4.41481 8.87186 4.49686C8.78981 4.57891 8.67853 4.625 8.5625 4.625C8.2144 4.625 7.88056 4.76328 7.63442 5.00942C7.38828 5.25556 7.25 5.5894 7.25 5.9375C7.25 6.2856 7.38828 6.61944 7.63442 6.86558C7.88056 7.11172 8.2144 7.25 8.5625 7.25C8.67853 7.25 8.78981 7.29609 8.87186 7.37814C8.95391 7.46019 9 7.57147 9 7.6875V9",
|
|
5255
|
+
"stroke": "#5C5C5C",
|
|
5256
|
+
"strokeLinecap": "round",
|
|
5257
|
+
"strokeLinejoin": "round"
|
|
5258
|
+
}, {
|
|
5259
|
+
"d": "M9 9V10.3125C9 10.4285 9.04609 10.5398 9.12814 10.6219C9.21019 10.7039 9.32147 10.75 9.4375 10.75C9.7856 10.75 10.1194 10.8883 10.3656 11.1344C10.6117 11.3806 10.75 11.7144 10.75 12.0625C10.75 12.4106 10.6117 12.7444 10.3656 12.9906C10.1194 13.2367 9.7856 13.375 9.4375 13.375C9.32147 13.375 9.21019 13.4211 9.12814 13.5031C9.04609 13.5852 9 13.6965 9 13.8125V16",
|
|
5260
|
+
"stroke": "#5C5C5C",
|
|
5261
|
+
"strokeLinecap": "round",
|
|
5262
|
+
"strokeLinejoin": "round"
|
|
5263
|
+
}, {
|
|
5264
|
+
"d": "M16 9H13.8125C13.6965 9 13.5852 8.95391 13.5031 8.87186C13.4211 8.78981 13.375 8.67853 13.375 8.5625C13.375 8.2144 13.2367 7.88056 12.9906 7.63442C12.7444 7.38828 12.4106 7.25 12.0625 7.25C11.7144 7.25 11.3806 7.38828 11.1344 7.63442C10.8883 7.88056 10.75 8.2144 10.75 8.5625C10.75 8.67853 10.7039 8.78981 10.6219 8.87186C10.5398 8.95391 10.4285 9 10.3125 9H9",
|
|
5265
|
+
"stroke": "#5C5C5C",
|
|
5266
|
+
"strokeLinecap": "round",
|
|
5267
|
+
"strokeLinejoin": "round"
|
|
5268
|
+
}, {
|
|
5269
|
+
"d": "M9 9H7.6875C7.57147 9 7.46019 9.04609 7.37814 9.12814C7.29609 9.21019 7.25 9.32147 7.25 9.4375C7.25 9.7856 7.11172 10.1194 6.86558 10.3656C6.61944 10.6117 6.2856 10.75 5.9375 10.75C5.5894 10.75 5.25556 10.6117 5.00942 10.3656C4.76328 10.1194 4.625 9.7856 4.625 9.4375C4.625 9.32147 4.57891 9.21019 4.49686 9.12814C4.41481 9.04609 4.30353 9 4.1875 9H2",
|
|
5270
|
+
"stroke": "#5C5C5C",
|
|
5271
|
+
"strokeLinecap": "round",
|
|
5272
|
+
"strokeLinejoin": "round"
|
|
5273
|
+
}],
|
|
5274
|
+
"circles": [],
|
|
5275
|
+
"rects": []
|
|
5276
|
+
},
|
|
4705
5277
|
"QuestionCircleBg_s1610": {
|
|
4706
5278
|
"width": "16",
|
|
4707
5279
|
"height": "16",
|
|
@@ -4838,6 +5410,21 @@ var iconmap = {
|
|
|
4838
5410
|
"circles": [],
|
|
4839
5411
|
"rects": []
|
|
4840
5412
|
},
|
|
5413
|
+
"Refresh_s1613": {
|
|
5414
|
+
"width": "16",
|
|
5415
|
+
"height": "16",
|
|
5416
|
+
"viewBox": "0 0 16 16",
|
|
5417
|
+
"fill": "none",
|
|
5418
|
+
"paths": [{
|
|
5419
|
+
"d": "M13.2978 8.56024C13.1237 10.1975 12.1967 11.7318 10.6629 12.6181C8.11446 14.0905 4.85582 13.2167 3.38449 10.6663L3.22778 10.3947M2.69995 7.4398C2.87409 5.80253 3.80105 4.26825 5.33492 3.38197C7.88333 1.90949 11.142 2.78333 12.6133 5.33374L12.77 5.60538M2.66675 11.8054L3.12563 10.0915L4.83819 10.5508M11.16 5.44928L12.8725 5.90852L13.3314 4.19461",
|
|
5420
|
+
"stroke": "#5C5C5C",
|
|
5421
|
+
"strokeWidth": "1.3",
|
|
5422
|
+
"strokeLinecap": "round",
|
|
5423
|
+
"strokeLinejoin": "round"
|
|
5424
|
+
}],
|
|
5425
|
+
"circles": [],
|
|
5426
|
+
"rects": []
|
|
5427
|
+
},
|
|
4841
5428
|
"ReverseLeft2_s1613": {
|
|
4842
5429
|
"width": "16",
|
|
4843
5430
|
"height": "16",
|
|
@@ -5611,6 +6198,27 @@ var iconmap = {
|
|
|
5611
6198
|
"circles": [],
|
|
5612
6199
|
"rects": []
|
|
5613
6200
|
},
|
|
6201
|
+
"UserAccess_s1413": {
|
|
6202
|
+
"width": "14",
|
|
6203
|
+
"height": "14",
|
|
6204
|
+
"viewBox": "0 0 14 14",
|
|
6205
|
+
"fill": "none",
|
|
6206
|
+
"paths": [{
|
|
6207
|
+
"d": "M12.4446 7.95062V5.82099C12.4446 4.99256 11.773 4.32099 10.9446 4.32099H7.31896C6.92113 4.32099 6.5396 4.16296 6.2583 3.88165L5.9271 3.55045C5.6458 3.26915 5.26427 3.11111 4.86644 3.11111L3.05566 3.11111C2.22724 3.11111 1.55566 3.78269 1.55566 4.61111V10.0803C1.55566 10.9087 2.22724 11.5803 3.05566 11.5803H5.48776",
|
|
6208
|
+
"stroke": "#5C5C5C",
|
|
6209
|
+
"strokeWidth": "1.3",
|
|
6210
|
+
"strokeLinecap": "round",
|
|
6211
|
+
"strokeLinejoin": "round"
|
|
6212
|
+
}, {
|
|
6213
|
+
"d": "M10 13L12 11M12 11L10 9M12 11L8 11",
|
|
6214
|
+
"stroke": "#5C5C5C",
|
|
6215
|
+
"strokeWidth": "1.3",
|
|
6216
|
+
"strokeLinecap": "round",
|
|
6217
|
+
"strokeLinejoin": "round"
|
|
6218
|
+
}],
|
|
6219
|
+
"circles": [],
|
|
6220
|
+
"rects": []
|
|
6221
|
+
},
|
|
5614
6222
|
"UserCircleBg_s2415": {
|
|
5615
6223
|
"width": "24",
|
|
5616
6224
|
"height": "24",
|
|
@@ -5745,6 +6353,20 @@ var iconmap = {
|
|
|
5745
6353
|
"circles": [],
|
|
5746
6354
|
"rects": []
|
|
5747
6355
|
},
|
|
6356
|
+
"User_s1810": {
|
|
6357
|
+
"width": "18",
|
|
6358
|
+
"height": "18",
|
|
6359
|
+
"viewBox": "0 0 18 18",
|
|
6360
|
+
"fill": "none",
|
|
6361
|
+
"paths": [{
|
|
6362
|
+
"d": "M15 15C15 14.0696 15 13.6044 14.8816 13.2259C14.615 12.3736 13.9272 11.7067 13.0483 11.4482C12.6579 11.3333 12.1782 11.3333 11.2187 11.3333H7.78125C6.8218 11.3333 6.34207 11.3333 5.95171 11.4482C5.07281 11.7067 4.38503 12.3736 4.11841 13.2259C4 13.6044 4 14.0696 4 15M12.5938 6C12.5938 7.65685 11.2086 9 9.5 9C7.79137 9 6.40625 7.65685 6.40625 6C6.40625 4.34315 7.79137 3 9.5 3C11.2086 3 12.5938 4.34315 12.5938 6Z",
|
|
6363
|
+
"stroke": "#5C5C5C",
|
|
6364
|
+
"strokeLinecap": "round",
|
|
6365
|
+
"strokeLinejoin": "round"
|
|
6366
|
+
}],
|
|
6367
|
+
"circles": [],
|
|
6368
|
+
"rects": []
|
|
6369
|
+
},
|
|
5748
6370
|
"User_s1815": {
|
|
5749
6371
|
"width": "18",
|
|
5750
6372
|
"height": "18",
|
|
@@ -5889,6 +6511,65 @@ var iconmap = {
|
|
|
5889
6511
|
"circles": [],
|
|
5890
6512
|
"rects": []
|
|
5891
6513
|
},
|
|
6514
|
+
"XCodeBox_s1810": {
|
|
6515
|
+
"width": "18",
|
|
6516
|
+
"height": "18",
|
|
6517
|
+
"viewBox": "0 0 18 18",
|
|
6518
|
+
"fill": "none",
|
|
6519
|
+
"paths": [{
|
|
6520
|
+
"d": "M3 3.75C3 3.55109 3.07902 3.36032 3.21967 3.21967C3.36032 3.07902 3.55109 3 3.75 3H14.25C14.4489 3 14.6397 3.07902 14.7803 3.21967C14.921 3.36032 15 3.55109 15 3.75V14.25C15 14.4489 14.921 14.6397 14.7803 14.7803C14.6397 14.921 14.4489 15 14.25 15H3.75C3.55109 15 3.36032 14.921 3.21967 14.7803C3.07902 14.6397 3 14.4489 3 14.25V3.75Z",
|
|
6521
|
+
"stroke": "#5C5C5C",
|
|
6522
|
+
"strokeLinecap": "round",
|
|
6523
|
+
"strokeLinejoin": "round"
|
|
6524
|
+
}, {
|
|
6525
|
+
"d": "M3 6H15",
|
|
6526
|
+
"stroke": "#5C5C5C",
|
|
6527
|
+
"strokeLinecap": "round",
|
|
6528
|
+
"strokeLinejoin": "round"
|
|
6529
|
+
}, {
|
|
6530
|
+
"d": "M6 3V6",
|
|
6531
|
+
"stroke": "#5C5C5C",
|
|
6532
|
+
"strokeLinecap": "round",
|
|
6533
|
+
"strokeLinejoin": "round"
|
|
6534
|
+
}, {
|
|
6535
|
+
"d": "M7.5 12L10.5 9",
|
|
6536
|
+
"stroke": "#5C5C5C",
|
|
6537
|
+
"strokeLinecap": "round",
|
|
6538
|
+
"strokeLinejoin": "round"
|
|
6539
|
+
}, {
|
|
6540
|
+
"d": "M10.5 12L7.5 9",
|
|
6541
|
+
"stroke": "#5C5C5C",
|
|
6542
|
+
"strokeLinecap": "round",
|
|
6543
|
+
"strokeLinejoin": "round"
|
|
6544
|
+
}],
|
|
6545
|
+
"circles": [],
|
|
6546
|
+
"rects": []
|
|
6547
|
+
},
|
|
6548
|
+
"XDiamondBg_s2015": {
|
|
6549
|
+
"width": "20",
|
|
6550
|
+
"height": "20",
|
|
6551
|
+
"viewBox": "0 0 20 20",
|
|
6552
|
+
"fill": "none",
|
|
6553
|
+
"paths": [{
|
|
6554
|
+
"d": "M12.4 7L7 12.4M7 7L12.4 12.4",
|
|
6555
|
+
"stroke": "white",
|
|
6556
|
+
"strokeWidth": "1.5",
|
|
6557
|
+
"strokeLinecap": "round",
|
|
6558
|
+
"strokeLinejoin": "round"
|
|
6559
|
+
}],
|
|
6560
|
+
"circles": [],
|
|
6561
|
+
"rects": [{
|
|
6562
|
+
"x": "10",
|
|
6563
|
+
"width": "14",
|
|
6564
|
+
"height": "14",
|
|
6565
|
+
"rx": "2",
|
|
6566
|
+
"transform": "rotate(45 10 0)",
|
|
6567
|
+
"fill": "#E53E3E",
|
|
6568
|
+
"stroke": "white",
|
|
6569
|
+
"strokeWidth": "1.5",
|
|
6570
|
+
"strokeLinecap": "round"
|
|
6571
|
+
}]
|
|
6572
|
+
},
|
|
5892
6573
|
"XDiamondBg_s2415": {
|
|
5893
6574
|
"width": "24",
|
|
5894
6575
|
"height": "24",
|
|
@@ -6039,12 +6720,18 @@ var ICONS = {
|
|
|
6039
6720
|
"AlertTriangle_s1615": "AlertTriangle_s1615",
|
|
6040
6721
|
"ArrowCross_s1613": "ArrowCross_s1613",
|
|
6041
6722
|
"ArrowDownCircle_s1413": "ArrowDownCircle_s1413",
|
|
6723
|
+
"ArrowLeftIn_s1613": "ArrowLeftIn_s1613",
|
|
6724
|
+
"ArrowLeftOut_s1810": "ArrowLeftOut_s1810",
|
|
6725
|
+
"ArrowRightIn_s1613": "ArrowRightIn_s1613",
|
|
6726
|
+
"ArrowRightOut_s1810": "ArrowRightOut_s1810",
|
|
6042
6727
|
"ArrowRight_s1415": "ArrowRight_s1415",
|
|
6043
6728
|
"ArrowRight_s1613": "ArrowRight_s1613",
|
|
6044
6729
|
"ArrowRight_s1813": "ArrowRight_s1813",
|
|
6045
6730
|
"ArrowRight_s2420": "ArrowRight_s2420",
|
|
6046
6731
|
"Atom01_s1615": "Atom01_s1615",
|
|
6047
6732
|
"BackToLines_s1615": "BackToLines_s1615",
|
|
6733
|
+
"BagSetting_s2415": "BagSetting_s2415",
|
|
6734
|
+
"Bag_s1810": "Bag_s1810",
|
|
6048
6735
|
"BarChart10_s2420": "BarChart10_s2420",
|
|
6049
6736
|
"BarChart12_s2420": "BarChart12_s2420",
|
|
6050
6737
|
"BarChart20_s1613": "BarChart20_s1613",
|
|
@@ -6060,7 +6747,10 @@ var ICONS = {
|
|
|
6060
6747
|
"BulbOn_s1613": "BulbOn_s1613",
|
|
6061
6748
|
"CalendarDate_s2420": "CalendarDate_s2420",
|
|
6062
6749
|
"Calendar_s1615": "Calendar_s1615",
|
|
6750
|
+
"Character_s1613": "Character_s1613",
|
|
6751
|
+
"Chat_s1613": "Chat_s1613",
|
|
6063
6752
|
"CheckCircleBg_s1612": "CheckCircleBg_s1612",
|
|
6753
|
+
"CheckCircleBg_s1810": "CheckCircleBg_s1810",
|
|
6064
6754
|
"CheckCircleBg_s2410": "CheckCircleBg_s2410",
|
|
6065
6755
|
"CheckCircle_s1210": "CheckCircle_s1210",
|
|
6066
6756
|
"CheckCircle_s1413": "CheckCircle_s1413",
|
|
@@ -6108,6 +6798,7 @@ var ICONS = {
|
|
|
6108
6798
|
"Clipboard_s1615": "Clipboard_s1615",
|
|
6109
6799
|
"CodeBox_s2410": "CodeBox_s2410",
|
|
6110
6800
|
"CodeSnippet02_s2420": "CodeSnippet02_s2420",
|
|
6801
|
+
"CodeSnippet_s1810": "CodeSnippet_s1810",
|
|
6111
6802
|
"Connection_s1810": "Connection_s1810",
|
|
6112
6803
|
"Copy03_s1615": "Copy03_s1615",
|
|
6113
6804
|
"Copy03_s1810": "Copy03_s1810",
|
|
@@ -6118,6 +6809,8 @@ var ICONS = {
|
|
|
6118
6809
|
"CornerUpLeft_s1413": "CornerUpLeft_s1413",
|
|
6119
6810
|
"CornerUpLeft_s1815": "CornerUpLeft_s1815",
|
|
6120
6811
|
"CornerUpRight_s1815": "CornerUpRight_s1815",
|
|
6812
|
+
"Cube_s1810": "Cube_s1810",
|
|
6813
|
+
"Cube_s2415": "Cube_s2415",
|
|
6121
6814
|
"CurrencyDollar_s2420": "CurrencyDollar_s2420",
|
|
6122
6815
|
"Cursor04_s1815": "Cursor04_s1815",
|
|
6123
6816
|
"CursorBox_s1613": "CursorBox_s1613",
|
|
@@ -6165,13 +6858,16 @@ var ICONS = {
|
|
|
6165
6858
|
"Edit03_s1210": "Edit03_s1210",
|
|
6166
6859
|
"Edit03_s1413": "Edit03_s1413",
|
|
6167
6860
|
"Edit03_s1613": "Edit03_s1613",
|
|
6861
|
+
"Expand02_s1810": "Expand02_s1810",
|
|
6168
6862
|
"Expand_s1613": "Expand_s1613",
|
|
6169
6863
|
"Expand_s1815": "Expand_s1815",
|
|
6170
6864
|
"EyeOff_s1610": "EyeOff_s1610",
|
|
6171
6865
|
"Eye_s1610": "Eye_s1610",
|
|
6172
6866
|
"File02_s1615": "File02_s1615",
|
|
6867
|
+
"File06_2415": "File06_2415",
|
|
6173
6868
|
"File06_s1615": "File06_s1615",
|
|
6174
6869
|
"File06_s2420": "File06_s2420",
|
|
6870
|
+
"FileChart2_s2415": "FileChart2_s2415",
|
|
6175
6871
|
"FileChart_s1810": "FileChart_s1810",
|
|
6176
6872
|
"FileCheck02_s1410": "FileCheck02_s1410",
|
|
6177
6873
|
"FileCheck02_s1613": "FileCheck02_s1613",
|
|
@@ -6180,6 +6876,8 @@ var ICONS = {
|
|
|
6180
6876
|
"FileCheck04_s1413": "FileCheck04_s1413",
|
|
6181
6877
|
"FileCode_s1810": "FileCode_s1810",
|
|
6182
6878
|
"FileDot_s1810": "FileDot_s1810",
|
|
6879
|
+
"FileEdit_s2415": "FileEdit_s2415",
|
|
6880
|
+
"FileInfo_s1810": "FileInfo_s1810",
|
|
6183
6881
|
"FileOut_s1612": "FileOut_s1612",
|
|
6184
6882
|
"FilePlus02_s1615": "FilePlus02_s1615",
|
|
6185
6883
|
"FilePlus_s1810": "FilePlus_s1810",
|
|
@@ -6188,6 +6886,7 @@ var ICONS = {
|
|
|
6188
6886
|
"FileRefresh_s1413": "FileRefresh_s1413",
|
|
6189
6887
|
"FileRefresh_s1810": "FileRefresh_s1810",
|
|
6190
6888
|
"FileRefresh_s1812": "FileRefresh_s1812",
|
|
6889
|
+
"FileSearch_s2415": "FileSearch_s2415",
|
|
6191
6890
|
"FileSlash_02_s1810": "FileSlash_02_s1810",
|
|
6192
6891
|
"FileSlash_s1413": "FileSlash_s1413",
|
|
6193
6892
|
"FileX02_s1615": "FileX02_s1615",
|
|
@@ -6199,6 +6898,7 @@ var ICONS = {
|
|
|
6199
6898
|
"File_s3020": "File_s3020",
|
|
6200
6899
|
"FilterLines_s1815": "FilterLines_s1815",
|
|
6201
6900
|
"Filter_s1613": "Filter_s1613",
|
|
6901
|
+
"FolderMove_s1413": "FolderMove_s1413",
|
|
6202
6902
|
"FolderSetting_s2013": "FolderSetting_s2013",
|
|
6203
6903
|
"FolderSetting_s2415": "FolderSetting_s2415",
|
|
6204
6904
|
"FolderUpload_s1615": "FolderUpload_s1615",
|
|
@@ -6211,9 +6911,12 @@ var ICONS = {
|
|
|
6211
6911
|
"Folder_s2820": "Folder_s2820",
|
|
6212
6912
|
"Folders_s2415": "Folders_s2415",
|
|
6213
6913
|
"Globe01_s1615": "Globe01_s1615",
|
|
6914
|
+
"Globe02_s1810": "Globe02_s1810",
|
|
6915
|
+
"Grab_s2415": "Grab_s2415",
|
|
6214
6916
|
"GraduationHat01_s1615": "GraduationHat01_s1615",
|
|
6215
6917
|
"GraduationHat01_s2415": "GraduationHat01_s2415",
|
|
6216
6918
|
"GraduationHat01_s2420": "GraduationHat01_s2420",
|
|
6919
|
+
"HistoryTimerReverse_s1813": "HistoryTimerReverse_s1813",
|
|
6217
6920
|
"HistoryTimer_s1210": "HistoryTimer_s1210",
|
|
6218
6921
|
"HistoryTimer_s1815": "HistoryTimer_s1815",
|
|
6219
6922
|
"HomeOutline24_s2410": "HomeOutline24_s2410",
|
|
@@ -6222,6 +6925,9 @@ var ICONS = {
|
|
|
6222
6925
|
"Information_s1410": "Information_s1410",
|
|
6223
6926
|
"Information_s1610": "Information_s1610",
|
|
6224
6927
|
"Information_s2015": "Information_s2015",
|
|
6928
|
+
"Key_s1810": "Key_s1810",
|
|
6929
|
+
"Layers_s1813": "Layers_s1813",
|
|
6930
|
+
"Layers_s2425": "Layers_s2425",
|
|
6225
6931
|
"LineChartDown01_s2420": "LineChartDown01_s2420",
|
|
6226
6932
|
"Loading02_s1415": "Loading02_s1415",
|
|
6227
6933
|
"Loading02_s1615": "Loading02_s1615",
|
|
@@ -6230,6 +6936,8 @@ var ICONS = {
|
|
|
6230
6936
|
"Loading02_s2420": "Loading02_s2420",
|
|
6231
6937
|
"Loading02_s4830": "Loading02_s4830",
|
|
6232
6938
|
"Lock01_s1615": "Lock01_s1615",
|
|
6939
|
+
"Lock01_s1810": "Lock01_s1810",
|
|
6940
|
+
"Lock01_s2415": "Lock01_s2415",
|
|
6233
6941
|
"LogOut01_s1615": "LogOut01_s1615",
|
|
6234
6942
|
"MagicTool_s1513": "MagicTool_s1513",
|
|
6235
6943
|
"Menu2_s1613": "Menu2_s1613",
|
|
@@ -6273,6 +6981,9 @@ var ICONS = {
|
|
|
6273
6981
|
"PreviewZoom_s2013": "PreviewZoom_s2013",
|
|
6274
6982
|
"PreviewZoom_s2415": "PreviewZoom_s2415",
|
|
6275
6983
|
"Preview_s1413": "Preview_s1413",
|
|
6984
|
+
"Pulse_s2415": "Pulse_s2415",
|
|
6985
|
+
"PuzzlePiece_s1810": "PuzzlePiece_s1810",
|
|
6986
|
+
"PuzzleSet_s1810": "PuzzleSet_s1810",
|
|
6276
6987
|
"QuestionCircleBg_s1610": "QuestionCircleBg_s1610",
|
|
6277
6988
|
"RefreshCcw02_s1415": "RefreshCcw02_s1415",
|
|
6278
6989
|
"RefreshCcw02_s1615": "RefreshCcw02_s1615",
|
|
@@ -6282,6 +6993,7 @@ var ICONS = {
|
|
|
6282
6993
|
"RefreshCw01_s1815": "RefreshCw01_s1815",
|
|
6283
6994
|
"RefreshCw02_s1413": "RefreshCw02_s1413",
|
|
6284
6995
|
"RefreshCw02_s1615": "RefreshCw02_s1615",
|
|
6996
|
+
"Refresh_s1613": "Refresh_s1613",
|
|
6285
6997
|
"ReverseLeft2_s1613": "ReverseLeft2_s1613",
|
|
6286
6998
|
"ReverseLeft_s1815": "ReverseLeft_s1815",
|
|
6287
6999
|
"ReverseRight2Circle_s1413": "ReverseRight2Circle_s1413",
|
|
@@ -6327,6 +7039,7 @@ var ICONS = {
|
|
|
6327
7039
|
"Triangle_s1615": "Triangle_s1615",
|
|
6328
7040
|
"Up_s1610": "Up_s1610",
|
|
6329
7041
|
"Upload01_s1613": "Upload01_s1613",
|
|
7042
|
+
"UserAccess_s1413": "UserAccess_s1413",
|
|
6330
7043
|
"UserCircleBg_s2415": "UserCircleBg_s2415",
|
|
6331
7044
|
"UserCircle_s1615": "UserCircle_s1615",
|
|
6332
7045
|
"UserCircle_s2415": "UserCircle_s2415",
|
|
@@ -6335,6 +7048,7 @@ var ICONS = {
|
|
|
6335
7048
|
"UserPlus_s1810": "UserPlus_s1810",
|
|
6336
7049
|
"UserPlus_s1812": "UserPlus_s1812",
|
|
6337
7050
|
"UserSetting_s2015": "UserSetting_s2015",
|
|
7051
|
+
"User_s1810": "User_s1810",
|
|
6338
7052
|
"User_s1815": "User_s1815",
|
|
6339
7053
|
"Users01_s1615": "Users01_s1615",
|
|
6340
7054
|
"Users01_s2420": "Users01_s2420",
|
|
@@ -6343,6 +7057,8 @@ var ICONS = {
|
|
|
6343
7057
|
"XCircle_s1413": "XCircle_s1413",
|
|
6344
7058
|
"XCircle_s1613": "XCircle_s1613",
|
|
6345
7059
|
"XCircle_s2420": "XCircle_s2420",
|
|
7060
|
+
"XCodeBox_s1810": "XCodeBox_s1810",
|
|
7061
|
+
"XDiamondBg_s2015": "XDiamondBg_s2015",
|
|
6346
7062
|
"XDiamondBg_s2415": "XDiamondBg_s2415",
|
|
6347
7063
|
"X_s1410": "X_s1410",
|
|
6348
7064
|
"X_s1613": "X_s1613",
|
|
@@ -6394,7 +7110,7 @@ function Icon(_a) {
|
|
|
6394
7110
|
* 마지막 path.stroke은 지정 색이 아니라 white로 고정시켜야함
|
|
6395
7111
|
*/
|
|
6396
7112
|
var staticPathStorke = useMemo(function () {
|
|
6397
|
-
return name === ICONS.ChevronLeftCircleBg_s2415 || name === ICONS.ChevronRightCircleBg_s2415 || name === ICONS.CheckCircleBg_s1612 || name === ICONS.XCircleBg_s1612 || name === ICONS.XDiamondBg_s2415 || name === ICONS.UserCircleBg_s2415 || name === ICONS.BarChartSquare01Bg_s1810;
|
|
7113
|
+
return name === ICONS.ChevronLeftCircleBg_s2415 || name === ICONS.ChevronRightCircleBg_s2415 || name === ICONS.CheckCircleBg_s1612 || name === ICONS.XCircleBg_s1612 || name === ICONS.XDiamondBg_s2415 || name === ICONS.XDiamondBg_s2015 || name === ICONS.UserCircleBg_s2415 || name === ICONS.BarChartSquare01Bg_s1810;
|
|
6398
7114
|
}, [name]);
|
|
6399
7115
|
/**
|
|
6400
7116
|
* path.fill를 svg에 있는대로 두고 싶으면 true
|
|
@@ -68701,7 +69417,7 @@ function Code(_a) {
|
|
|
68701
69417
|
}));
|
|
68702
69418
|
}
|
|
68703
69419
|
|
|
68704
|
-
var css_248z$g = ".maru-input-wrapper .maru-input-label {\n margin-bottom: 8px;\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 14px;\n letter-spacing: -0.56px;\n font-weight: 500;\n}\n.maru-input-wrapper .maru-input-label label {\n color: #5c5c5c;\n}\n.maru-input-wrapper .maru-input {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n flex-direction: row;\n height: 37px;\n padding: 8px 10px 8px 14px;\n border: 1px solid #e4e4e4;\n border-radius: 6px;\n}\n.maru-input-wrapper .maru-input .persistent-placeholder {\n position: absolute;\n z-index: -1;\n}\n.maru-input-wrapper .maru-input .persistent-placeholder > span {\n color: #8c8c8c;\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 14px;\n letter-spacing: -0.56px;\n font-weight: 300;\n}\n.maru-input-wrapper .maru-input .persistent-placeholder > span[data-hidden] {\n visibility: hidden;\n}\n.maru-input-wrapper .maru-input > input {\n width: 100%;\n border: unset;\n outline: unset;\n background-color: transparent;\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 14px;\n letter-spacing: -0.56px;\n font-weight: 400;\n color: #5c5c5c;\n padding: unset;\n}\n.maru-input-wrapper .maru-input > input::-webkit-input-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input::-moz-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input:-ms-input-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input::-ms-input-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input::placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input:focus-visible, .maru-input-wrapper .maru-input:focus-within {\n border-color: #5c5c5c;\n background-color: rgba(228, 228, 228, 0.2);\n}\n.maru-input-wrapper .maru-input.errored {\n outline: 1px solid #e53e3e;\n border-color: #e53e3e;\n}\n.maru-input-wrapper .maru-input:hover {\n outline: 1px solid #e4e4e4;\n border-color: #e4e4e4;\n background-color: rgba(228, 228, 228, 0.2);\n}\n.maru-input-wrapper .maru-input.disabled {\n background-color: #fafafa;\n}\n.maru-input-wrapper .maru-input.disabled > input {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::-webkit-input-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::-moz-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input:-ms-input-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::-ms-input-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled:hover {\n outline: unset;\n}\n.maru-input-wrapper .maru-input-start-node {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n margin-right: 10px;\n}\n.maru-input-wrapper .maru-input-end-node-wrapper {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n gap: 6px;\n}\n.maru-input-wrapper .maru-input-end-node-wrapper > button {\n padding: unset;\n margin: unset;\n border: unset;\n background-color: unset;\n cursor: pointer;\n display: flex;\n}\n.maru-input-wrapper .maru-input-end-node-wrapper .maru-input-end-node {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n}\n.maru-input-wrapper .maru-input-footer {\n display: block;\n margin-top: 4px;\n}\n.maru-input-wrapper .maru-input-footer > span {\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 12px;\n letter-spacing: -0.48px;\n font-weight: 500;\n color: #e53e3e;\n font-weight: 400;\n}";
|
|
69420
|
+
var css_248z$g = ".maru-input-wrapper .maru-input-label {\n margin-bottom: 8px;\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 14px;\n letter-spacing: -0.56px;\n font-weight: 500;\n}\n.maru-input-wrapper .maru-input-label label {\n color: #5c5c5c;\n}\n.maru-input-wrapper .maru-input {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n flex-direction: row;\n height: 37px;\n padding: 8px 10px 8px 14px;\n border: 1px solid #e4e4e4;\n border-radius: 6px;\n position: relative;\n z-index: 0;\n}\n.maru-input-wrapper .maru-input .persistent-placeholder {\n position: absolute;\n z-index: -1;\n}\n.maru-input-wrapper .maru-input .persistent-placeholder > span {\n color: #8c8c8c;\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 14px;\n letter-spacing: -0.56px;\n font-weight: 300;\n}\n.maru-input-wrapper .maru-input .persistent-placeholder > span[data-hidden] {\n visibility: hidden;\n}\n.maru-input-wrapper .maru-input > input {\n width: 100%;\n border: unset;\n outline: unset;\n background-color: transparent;\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 14px;\n letter-spacing: -0.56px;\n font-weight: 400;\n color: #5c5c5c;\n padding: unset;\n}\n.maru-input-wrapper .maru-input > input::-webkit-input-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input::-moz-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input:-ms-input-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input::-ms-input-placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input > input::placeholder {\n font-weight: 300;\n color: #8c8c8c;\n}\n.maru-input-wrapper .maru-input:focus-visible, .maru-input-wrapper .maru-input:focus-within {\n border-color: #5c5c5c;\n background-color: rgba(228, 228, 228, 0.2);\n}\n.maru-input-wrapper .maru-input.errored {\n outline: 1px solid #e53e3e;\n border-color: #e53e3e;\n}\n.maru-input-wrapper .maru-input:hover {\n outline: 1px solid #e4e4e4;\n border-color: #e4e4e4;\n background-color: rgba(228, 228, 228, 0.2);\n}\n.maru-input-wrapper .maru-input.disabled {\n background-color: #fafafa;\n}\n.maru-input-wrapper .maru-input.disabled > input {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::-webkit-input-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::-moz-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input:-ms-input-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::-ms-input-placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled > input::placeholder {\n color: #bdbdbd;\n}\n.maru-input-wrapper .maru-input.disabled:hover {\n outline: unset;\n}\n.maru-input-wrapper .maru-input-start-node {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n margin-right: 10px;\n}\n.maru-input-wrapper .maru-input-end-node-wrapper {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n gap: 6px;\n}\n.maru-input-wrapper .maru-input-end-node-wrapper > button {\n padding: unset;\n margin: unset;\n border: unset;\n background-color: unset;\n cursor: pointer;\n display: flex;\n}\n.maru-input-wrapper .maru-input-end-node-wrapper .maru-input-end-node {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: row;\n}\n.maru-input-wrapper .maru-input-footer {\n display: block;\n margin-top: 4px;\n}\n.maru-input-wrapper .maru-input-footer > span {\n font-family: Pretendard;\n font-style: normal;\n line-height: 150%;\n font-size: 12px;\n letter-spacing: -0.48px;\n font-weight: 500;\n color: #e53e3e;\n font-weight: 400;\n}";
|
|
68705
69421
|
styleInject(css_248z$g);
|
|
68706
69422
|
|
|
68707
69423
|
var Input = /*#__PURE__*/forwardRef(function (_a, inputRef) {
|