@seed-design/migration-index 0.0.1-rc.0 → 0.0.2
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 +8 -0
- package/color.d.ts +1 -1
- package/iconography.d.ts +5 -0
- package/iconography.mjs +2584 -0
- package/index.d.ts +10 -6
- package/index.mjs +8 -0
- package/package.json +9 -3
- package/types.d.ts +6 -0
- package/typography.d.ts +1 -1
package/iconography.mjs
ADDED
@@ -0,0 +1,2584 @@
|
|
1
|
+
export const monochromeIconMappings = [
|
2
|
+
{
|
3
|
+
previous: "IconAddThin",
|
4
|
+
next: ["IconPlusLine"],
|
5
|
+
},
|
6
|
+
{
|
7
|
+
previous: "IconAddRegular",
|
8
|
+
next: ["IconPlusLine"],
|
9
|
+
},
|
10
|
+
{
|
11
|
+
previous: "IconAddFill",
|
12
|
+
next: ["IconPlusFill"],
|
13
|
+
},
|
14
|
+
{
|
15
|
+
previous: "IconAddCircleThin",
|
16
|
+
next: ["IconPlusCircleLine"],
|
17
|
+
},
|
18
|
+
{
|
19
|
+
previous: "IconAddCircleRegular",
|
20
|
+
next: ["IconPlusCircleLine"],
|
21
|
+
},
|
22
|
+
{
|
23
|
+
previous: "IconAddCircleFill",
|
24
|
+
next: ["IconPlusCircleFill"],
|
25
|
+
},
|
26
|
+
{
|
27
|
+
previous: "IconAebThin",
|
28
|
+
next: ["IconCarFrontUpsideWave2ReversedUpLine"],
|
29
|
+
},
|
30
|
+
{
|
31
|
+
previous: "IconAebRegular",
|
32
|
+
next: ["IconCarFrontUpsideWave2ReversedUpLine"],
|
33
|
+
},
|
34
|
+
{
|
35
|
+
previous: "IconAebFill",
|
36
|
+
next: ["IconCarFrontUpsideWave2ReversedUpFill"],
|
37
|
+
},
|
38
|
+
{
|
39
|
+
previous: "IconAiThin",
|
40
|
+
next: ["IconSparkle2Line"],
|
41
|
+
},
|
42
|
+
{
|
43
|
+
previous: "IconAiRegular",
|
44
|
+
next: ["IconSparkle2Line"],
|
45
|
+
},
|
46
|
+
{
|
47
|
+
previous: "IconAiFill",
|
48
|
+
next: ["IconSparkle2Fill"],
|
49
|
+
},
|
50
|
+
{
|
51
|
+
previous: "IconAndroidShareThin",
|
52
|
+
next: ["IconAndroidshareLine"],
|
53
|
+
},
|
54
|
+
{
|
55
|
+
previous: "IconAndroidShareRegular",
|
56
|
+
next: ["IconAndroidshareLine"],
|
57
|
+
},
|
58
|
+
{
|
59
|
+
previous: "IconAndroidShareFill",
|
60
|
+
next: ["IconAndroidshareFill"],
|
61
|
+
},
|
62
|
+
{
|
63
|
+
previous: "IconArrowThin",
|
64
|
+
next: ["IconArrowUpRightLine"],
|
65
|
+
},
|
66
|
+
{
|
67
|
+
previous: "IconArrowRegular",
|
68
|
+
next: ["IconArrowUpRightLine"],
|
69
|
+
},
|
70
|
+
{
|
71
|
+
previous: "IconArrowFill",
|
72
|
+
next: ["IconArrowUpRightFill"],
|
73
|
+
},
|
74
|
+
{
|
75
|
+
previous: "IconArrowDownwardThin",
|
76
|
+
next: ["IconArrowDownLine"],
|
77
|
+
},
|
78
|
+
{
|
79
|
+
previous: "IconArrowDownwardRegular",
|
80
|
+
next: ["IconArrowDownLine"],
|
81
|
+
},
|
82
|
+
{
|
83
|
+
previous: "IconArrowDownwardFill",
|
84
|
+
next: ["IconArrowDownFill"],
|
85
|
+
},
|
86
|
+
{
|
87
|
+
previous: "IconArrowDropDownThin",
|
88
|
+
next: ["IconTriangleDownSmallLine"],
|
89
|
+
},
|
90
|
+
{
|
91
|
+
previous: "IconArrowDropDownRegular",
|
92
|
+
next: ["IconTriangleDownSmallLine"],
|
93
|
+
},
|
94
|
+
{
|
95
|
+
previous: "IconArrowDropDownFill",
|
96
|
+
next: ["IconTriangleDownSmallFill"],
|
97
|
+
},
|
98
|
+
{
|
99
|
+
previous: "IconArrowDropUpThin",
|
100
|
+
next: ["IconTriangleUpSmallLine"],
|
101
|
+
},
|
102
|
+
{
|
103
|
+
previous: "IconArrowDropUpRegular",
|
104
|
+
next: ["IconTriangleUpSmallLine"],
|
105
|
+
},
|
106
|
+
{
|
107
|
+
previous: "IconArrowDropUpFill",
|
108
|
+
next: ["IconTriangleUpSmallFill"],
|
109
|
+
},
|
110
|
+
{
|
111
|
+
previous: "IconArrowUpwardThin",
|
112
|
+
next: ["IconArrowUpLine"],
|
113
|
+
},
|
114
|
+
{
|
115
|
+
previous: "IconArrowUpwardRegular",
|
116
|
+
next: ["IconArrowUpLine"],
|
117
|
+
},
|
118
|
+
{
|
119
|
+
previous: "IconArrowUpwardFill",
|
120
|
+
next: ["IconArrowUpFill"],
|
121
|
+
},
|
122
|
+
{
|
123
|
+
previous: "IconArticleThin",
|
124
|
+
next: ["IconArticleLine"],
|
125
|
+
},
|
126
|
+
{
|
127
|
+
previous: "IconArticleRegular",
|
128
|
+
next: ["IconArticleLine"],
|
129
|
+
},
|
130
|
+
{
|
131
|
+
previous: "IconArticleFill",
|
132
|
+
next: ["IconArticleFill"],
|
133
|
+
},
|
134
|
+
{
|
135
|
+
previous: "IconBackwardThin",
|
136
|
+
next: ["IconArrowLeftLine"],
|
137
|
+
},
|
138
|
+
{
|
139
|
+
previous: "IconBackwardRegular",
|
140
|
+
next: ["IconArrowLeftLine"],
|
141
|
+
},
|
142
|
+
{
|
143
|
+
previous: "IconBackwardFill",
|
144
|
+
next: ["IconArrowLeftFill"],
|
145
|
+
},
|
146
|
+
{
|
147
|
+
previous: "IconBillThin",
|
148
|
+
next: ["IconReceiptLine"],
|
149
|
+
},
|
150
|
+
{
|
151
|
+
previous: "IconBillRegular",
|
152
|
+
next: ["IconReceiptLine"],
|
153
|
+
},
|
154
|
+
{
|
155
|
+
previous: "IconBillFill",
|
156
|
+
next: ["IconReceiptFill"],
|
157
|
+
},
|
158
|
+
{
|
159
|
+
previous: "IconBoldThin",
|
160
|
+
next: ["IconTUppercaseSerifLine"],
|
161
|
+
description: "변경 후 확인이 필요해요.",
|
162
|
+
},
|
163
|
+
{
|
164
|
+
previous: "IconBoldRegular",
|
165
|
+
next: ["IconTUppercaseSerifLine"],
|
166
|
+
description: "변경 후 확인이 필요해요.",
|
167
|
+
},
|
168
|
+
{
|
169
|
+
previous: "IconBoldFill",
|
170
|
+
next: ["IconTUppercaseSerifFill"],
|
171
|
+
description: "변경 후 확인이 필요해요.",
|
172
|
+
},
|
173
|
+
{
|
174
|
+
previous: "IconBookmarkThin",
|
175
|
+
next: ["IconBookmarkLine"],
|
176
|
+
},
|
177
|
+
{
|
178
|
+
previous: "IconBookmarkRegular",
|
179
|
+
next: ["IconBookmarkLine"],
|
180
|
+
},
|
181
|
+
{
|
182
|
+
previous: "IconBookmarkFill",
|
183
|
+
next: ["IconBookmarkFill"],
|
184
|
+
},
|
185
|
+
{
|
186
|
+
previous: "IconBookmarkListThin",
|
187
|
+
next: ["IconHorizline3VerticalStarLine"],
|
188
|
+
},
|
189
|
+
{
|
190
|
+
previous: "IconBookmarkListRegular",
|
191
|
+
next: ["IconHorizline3VerticalStarLine"],
|
192
|
+
},
|
193
|
+
{
|
194
|
+
previous: "IconBookmarkListFill",
|
195
|
+
next: ["IconHorizline3VerticalStarFill"],
|
196
|
+
},
|
197
|
+
{
|
198
|
+
previous: "IconCalendarThin",
|
199
|
+
next: ["IconCalendarLine"],
|
200
|
+
},
|
201
|
+
{
|
202
|
+
previous: "IconCalendarRegular",
|
203
|
+
next: ["IconCalendarLine"],
|
204
|
+
},
|
205
|
+
{
|
206
|
+
previous: "IconCalendarFill",
|
207
|
+
next: ["IconCalendarFill"],
|
208
|
+
},
|
209
|
+
{
|
210
|
+
previous: "IconCallThin",
|
211
|
+
next: ["IconPhoneLine"],
|
212
|
+
},
|
213
|
+
{
|
214
|
+
previous: "IconCallRegular",
|
215
|
+
next: ["IconPhoneLine"],
|
216
|
+
},
|
217
|
+
{
|
218
|
+
previous: "IconCallFill",
|
219
|
+
next: ["IconPhoneFill"],
|
220
|
+
},
|
221
|
+
{
|
222
|
+
previous: "IconCallDeclinedThin",
|
223
|
+
next: ["IconPhoneXmarkLine"],
|
224
|
+
},
|
225
|
+
{
|
226
|
+
previous: "IconCallDeclinedRegular",
|
227
|
+
next: ["IconPhoneXmarkLine"],
|
228
|
+
},
|
229
|
+
{
|
230
|
+
previous: "IconCallDeclinedFill",
|
231
|
+
next: ["IconPhoneXmarkFill"],
|
232
|
+
},
|
233
|
+
{
|
234
|
+
previous: "IconCameraThin",
|
235
|
+
next: ["IconCameraLine"],
|
236
|
+
},
|
237
|
+
{
|
238
|
+
previous: "IconCameraRegular",
|
239
|
+
next: ["IconCameraLine"],
|
240
|
+
},
|
241
|
+
{
|
242
|
+
previous: "IconCameraFill",
|
243
|
+
next: ["IconCameraFill"],
|
244
|
+
},
|
245
|
+
{
|
246
|
+
previous: "IconCarThin",
|
247
|
+
next: ["IconCarFrontsideLine"],
|
248
|
+
},
|
249
|
+
{
|
250
|
+
previous: "IconCarRegular",
|
251
|
+
next: ["IconCarFrontsideLine"],
|
252
|
+
},
|
253
|
+
{
|
254
|
+
previous: "IconCarFill",
|
255
|
+
next: ["IconCarFrontsideFill"],
|
256
|
+
},
|
257
|
+
{
|
258
|
+
previous: "IconCarAroundViewThin",
|
259
|
+
next: ["IconArrowClockwiseOvalLine"],
|
260
|
+
},
|
261
|
+
{
|
262
|
+
previous: "IconCarAroundViewRegular",
|
263
|
+
next: ["IconArrowClockwiseOvalLine"],
|
264
|
+
},
|
265
|
+
{
|
266
|
+
previous: "IconCarAroundViewFill",
|
267
|
+
next: ["IconArrowClockwiseOvalFill"],
|
268
|
+
},
|
269
|
+
{
|
270
|
+
previous: "IconCarBlindSpotThin",
|
271
|
+
next: ["IconCarRearUpsideWave2ReversedDownLeftLine"],
|
272
|
+
},
|
273
|
+
{
|
274
|
+
previous: "IconCarBlindSpotRegular",
|
275
|
+
next: ["IconCarRearUpsideWave2ReversedDownLeftLine"],
|
276
|
+
},
|
277
|
+
{
|
278
|
+
previous: "IconCarBlindSpotFill",
|
279
|
+
next: ["IconCarRearUpsideWave2ReversedDownLeftFill"],
|
280
|
+
},
|
281
|
+
{
|
282
|
+
previous: "IconCarCruiseControlThin",
|
283
|
+
next: ["IconSpeedometerLine"],
|
284
|
+
},
|
285
|
+
{
|
286
|
+
previous: "IconCarCruiseControlRegular",
|
287
|
+
next: ["IconSpeedometerLine"],
|
288
|
+
},
|
289
|
+
{
|
290
|
+
previous: "IconCarCruiseControlFill",
|
291
|
+
next: ["IconSpeedometerFill"],
|
292
|
+
},
|
293
|
+
{
|
294
|
+
previous: "IconCarEpbThin",
|
295
|
+
next: ["IconEpbLine"],
|
296
|
+
},
|
297
|
+
{
|
298
|
+
previous: "IconCarEpbRegular",
|
299
|
+
next: ["IconEpbLine"],
|
300
|
+
},
|
301
|
+
{
|
302
|
+
previous: "IconCarEpbFill",
|
303
|
+
next: ["IconEpbFill"],
|
304
|
+
},
|
305
|
+
{
|
306
|
+
previous: "IconCarHeatedSeatThin",
|
307
|
+
next: ["IconSeatLeftHeatwave2Line"],
|
308
|
+
},
|
309
|
+
{
|
310
|
+
previous: "IconCarHeatedSeatRegular",
|
311
|
+
next: ["IconSeatLeftHeatwave2Line"],
|
312
|
+
},
|
313
|
+
{
|
314
|
+
previous: "IconCarHeatedSeatFill",
|
315
|
+
next: ["IconSeatLeftHeatwave2Fill"],
|
316
|
+
},
|
317
|
+
{
|
318
|
+
previous: "IconCarHeatedSteeringWheelThin",
|
319
|
+
next: ["IconSteeringwheelHeatwave2Line"],
|
320
|
+
},
|
321
|
+
{
|
322
|
+
previous: "IconCarHeatedSteeringWheelRegular",
|
323
|
+
next: ["IconSteeringwheelHeatwave2Line"],
|
324
|
+
},
|
325
|
+
{
|
326
|
+
previous: "IconCarHeatedSteeringWheelFill",
|
327
|
+
next: ["IconSteeringwheelHeatwave2Fill"],
|
328
|
+
},
|
329
|
+
{
|
330
|
+
previous: "IconCarLdwsThin",
|
331
|
+
next: ["IconRoadlaneLine"],
|
332
|
+
},
|
333
|
+
{
|
334
|
+
previous: "IconCarLdwsRegular",
|
335
|
+
next: ["IconRoadlaneLine"],
|
336
|
+
},
|
337
|
+
{
|
338
|
+
previous: "IconCarLdwsFill",
|
339
|
+
next: ["IconRoadlaneFill"],
|
340
|
+
},
|
341
|
+
{
|
342
|
+
previous: "IconCarLeatherSeatThin",
|
343
|
+
next: ["IconSeatLeftLine"],
|
344
|
+
},
|
345
|
+
{
|
346
|
+
previous: "IconCarLeatherSeatRegular",
|
347
|
+
next: ["IconSeatLeftLine"],
|
348
|
+
},
|
349
|
+
{
|
350
|
+
previous: "IconCarLeatherSeatFill",
|
351
|
+
next: ["IconSeatLeftFill"],
|
352
|
+
},
|
353
|
+
{
|
354
|
+
previous: "IconCarNavigationThin",
|
355
|
+
next: ["IconCompassLine"],
|
356
|
+
},
|
357
|
+
{
|
358
|
+
previous: "IconCarNavigationRegular",
|
359
|
+
next: ["IconCompassLine"],
|
360
|
+
},
|
361
|
+
{
|
362
|
+
previous: "IconCarNavigationFill",
|
363
|
+
next: ["IconCompassFill"],
|
364
|
+
},
|
365
|
+
{
|
366
|
+
previous: "IconCarPowerTrunkThin",
|
367
|
+
next: ["IconCarRearTrunkOpenLeftsideLine"],
|
368
|
+
},
|
369
|
+
{
|
370
|
+
previous: "IconCarPowerTrunkRegular",
|
371
|
+
next: ["IconCarRearTrunkOpenLeftsideLine"],
|
372
|
+
},
|
373
|
+
{
|
374
|
+
previous: "IconCarPowerTrunkFill",
|
375
|
+
next: ["IconCarRearTrunkOpenLeftsideFill"],
|
376
|
+
},
|
377
|
+
{
|
378
|
+
previous: "IconCarRearCameraThin",
|
379
|
+
next: ["IconCarRearUpsideSectorDownLine"],
|
380
|
+
},
|
381
|
+
{
|
382
|
+
previous: "IconCarRearCameraRegular",
|
383
|
+
next: ["IconCarRearUpsideSectorDownLine"],
|
384
|
+
},
|
385
|
+
{
|
386
|
+
previous: "IconCarRearCameraFill",
|
387
|
+
next: ["IconCarRearUpsideSectorDownFill"],
|
388
|
+
},
|
389
|
+
{
|
390
|
+
previous: "IconCarRearSensorThin",
|
391
|
+
next: ["IconCarRearUpsideWave2ReversedDownLine"],
|
392
|
+
},
|
393
|
+
{
|
394
|
+
previous: "IconCarRearSensorRegular",
|
395
|
+
next: ["IconCarRearUpsideWave2ReversedDownLine"],
|
396
|
+
},
|
397
|
+
{
|
398
|
+
previous: "IconCarRearSensorFill",
|
399
|
+
next: ["IconCarRearUpsideWave2ReversedDownFill"],
|
400
|
+
},
|
401
|
+
{
|
402
|
+
previous: "IconCarSmartKeyThin",
|
403
|
+
next: ["IconSmartkeyLine"],
|
404
|
+
},
|
405
|
+
{
|
406
|
+
previous: "IconCarSmartKeyRegular",
|
407
|
+
next: ["IconSmartkeyLine"],
|
408
|
+
},
|
409
|
+
{
|
410
|
+
previous: "IconCarSmartKeyFill",
|
411
|
+
next: ["IconSmartkeyFill"],
|
412
|
+
},
|
413
|
+
{
|
414
|
+
previous: "IconCarVentilationSeatThin",
|
415
|
+
next: ["IconSeatLeftFanLine"],
|
416
|
+
},
|
417
|
+
{
|
418
|
+
previous: "IconCarVentilationSeatRegular",
|
419
|
+
next: ["IconSeatLeftFanLine"],
|
420
|
+
},
|
421
|
+
{
|
422
|
+
previous: "IconCarVentilationSeatFill",
|
423
|
+
next: ["IconSeatLeftFanFill"],
|
424
|
+
},
|
425
|
+
{
|
426
|
+
previous: "IconCartThin",
|
427
|
+
next: ["IconCartLine"],
|
428
|
+
},
|
429
|
+
{
|
430
|
+
previous: "IconCartRegular",
|
431
|
+
next: ["IconCartLine"],
|
432
|
+
},
|
433
|
+
{
|
434
|
+
previous: "IconCartFill",
|
435
|
+
next: ["IconCartFill"],
|
436
|
+
},
|
437
|
+
{
|
438
|
+
previous: "IconCertificationThin",
|
439
|
+
next: ["IconCrosshairLine"],
|
440
|
+
},
|
441
|
+
{
|
442
|
+
previous: "IconCertificationRegular",
|
443
|
+
next: ["IconCrosshairLine"],
|
444
|
+
},
|
445
|
+
{
|
446
|
+
previous: "IconCertificationFill",
|
447
|
+
next: ["IconCrosshairFill"],
|
448
|
+
},
|
449
|
+
{
|
450
|
+
previous: "IconChallengeThin",
|
451
|
+
next: ["IconFlagHillLine"],
|
452
|
+
},
|
453
|
+
{
|
454
|
+
previous: "IconChallengeRegular",
|
455
|
+
next: ["IconFlagHillLine"],
|
456
|
+
},
|
457
|
+
{
|
458
|
+
previous: "IconChallengeFill",
|
459
|
+
next: ["IconFlagHillFill"],
|
460
|
+
},
|
461
|
+
{
|
462
|
+
previous: "IconChartThin",
|
463
|
+
next: ["IconBarchartSquareLine"],
|
464
|
+
},
|
465
|
+
{
|
466
|
+
previous: "IconChartRegular",
|
467
|
+
next: ["IconBarchartSquareLine"],
|
468
|
+
},
|
469
|
+
{
|
470
|
+
previous: "IconChartFill",
|
471
|
+
next: ["IconBarchartSquareFill"],
|
472
|
+
},
|
473
|
+
{
|
474
|
+
previous: "IconChatBubbleCheckThin",
|
475
|
+
next: ["IconCheckmarkChatbubbleLeftLine"],
|
476
|
+
},
|
477
|
+
{
|
478
|
+
previous: "IconChatBubbleCheckRegular",
|
479
|
+
next: ["IconCheckmarkChatbubbleLeftLine"],
|
480
|
+
},
|
481
|
+
{
|
482
|
+
previous: "IconChatBubbleCheckFill",
|
483
|
+
next: ["IconCheckmarkChatbubbleLeftFill"],
|
484
|
+
},
|
485
|
+
{
|
486
|
+
previous: "IconChattingThin",
|
487
|
+
next: ["IconDot3HorizontalChatbubbleLeftLine"],
|
488
|
+
},
|
489
|
+
{
|
490
|
+
previous: "IconChattingRegular",
|
491
|
+
next: ["IconDot3HorizontalChatbubbleLeftLine"],
|
492
|
+
},
|
493
|
+
{
|
494
|
+
previous: "IconChattingFill",
|
495
|
+
next: ["IconDot3HorizontalChatbubbleLeftFill"],
|
496
|
+
},
|
497
|
+
{
|
498
|
+
previous: "IconChattingSendThin",
|
499
|
+
next: ["IconPaperplaneLine"],
|
500
|
+
},
|
501
|
+
{
|
502
|
+
previous: "IconChattingSendRegular",
|
503
|
+
next: ["IconPaperplaneLine"],
|
504
|
+
},
|
505
|
+
{
|
506
|
+
previous: "IconChattingSendFill",
|
507
|
+
next: ["IconPaperplaneFill"],
|
508
|
+
},
|
509
|
+
{
|
510
|
+
previous: "IconCheckThin",
|
511
|
+
next: ["IconCheckmarkLine"],
|
512
|
+
},
|
513
|
+
{
|
514
|
+
previous: "IconCheckRegular",
|
515
|
+
next: ["IconCheckmarkLine"],
|
516
|
+
},
|
517
|
+
{
|
518
|
+
previous: "IconCheckFill",
|
519
|
+
next: ["IconCheckmarkFill"],
|
520
|
+
},
|
521
|
+
{
|
522
|
+
previous: "IconCheckFlowerThin",
|
523
|
+
next: ["IconCheckmarkFlowerLine"],
|
524
|
+
},
|
525
|
+
{
|
526
|
+
previous: "IconCheckFlowerRegular",
|
527
|
+
next: ["IconCheckmarkFlowerLine"],
|
528
|
+
},
|
529
|
+
{
|
530
|
+
previous: "IconCheckFlowerFill",
|
531
|
+
next: ["IconCheckmarkFlowerFill"],
|
532
|
+
},
|
533
|
+
{
|
534
|
+
previous: "IconChevronLeftThin",
|
535
|
+
next: ["IconChevronLeftLine"],
|
536
|
+
},
|
537
|
+
{
|
538
|
+
previous: "IconChevronLeftRegular",
|
539
|
+
next: ["IconChevronLeftLine"],
|
540
|
+
},
|
541
|
+
{
|
542
|
+
previous: "IconChevronLeftFill",
|
543
|
+
next: ["IconChevronLeftFill"],
|
544
|
+
},
|
545
|
+
{
|
546
|
+
previous: "IconChevronRightThin",
|
547
|
+
next: ["IconChevronRightLine"],
|
548
|
+
},
|
549
|
+
{
|
550
|
+
previous: "IconChevronRightRegular",
|
551
|
+
next: ["IconChevronRightLine"],
|
552
|
+
},
|
553
|
+
{
|
554
|
+
previous: "IconChevronRightFill",
|
555
|
+
next: ["IconChevronRightFill"],
|
556
|
+
},
|
557
|
+
{
|
558
|
+
previous: "IconClickThin",
|
559
|
+
next: ["IconHandPointUpLine"],
|
560
|
+
},
|
561
|
+
{
|
562
|
+
previous: "IconClickRegular",
|
563
|
+
next: ["IconHandPointUpLine"],
|
564
|
+
},
|
565
|
+
{
|
566
|
+
previous: "IconClickFill",
|
567
|
+
next: ["IconHandPointUpFill"],
|
568
|
+
},
|
569
|
+
{
|
570
|
+
previous: "IconClockThin",
|
571
|
+
next: ["IconClockLine"],
|
572
|
+
},
|
573
|
+
{
|
574
|
+
previous: "IconClockRegular",
|
575
|
+
next: ["IconClockLine"],
|
576
|
+
},
|
577
|
+
{
|
578
|
+
previous: "IconClockFill",
|
579
|
+
next: ["IconClockFill"],
|
580
|
+
},
|
581
|
+
{
|
582
|
+
previous: "IconCloseThin",
|
583
|
+
next: ["IconXmarkLine"],
|
584
|
+
},
|
585
|
+
{
|
586
|
+
previous: "IconCloseRegular",
|
587
|
+
next: ["IconXmarkLine"],
|
588
|
+
},
|
589
|
+
{
|
590
|
+
previous: "IconCloseFill",
|
591
|
+
next: ["IconXmarkFill"],
|
592
|
+
},
|
593
|
+
{
|
594
|
+
previous: "IconCobuyingThin",
|
595
|
+
next: ["IconShoppingbag2StackedLine"],
|
596
|
+
description: "변경 후 확인이 필요해요.",
|
597
|
+
},
|
598
|
+
{
|
599
|
+
previous: "IconCobuyingRegular",
|
600
|
+
next: ["IconShoppingbag2StackedLine"],
|
601
|
+
description: "변경 후 확인이 필요해요.",
|
602
|
+
},
|
603
|
+
{
|
604
|
+
previous: "IconCobuyingFill",
|
605
|
+
next: ["IconShoppingbag2StackedFill"],
|
606
|
+
description: "변경 후 확인이 필요해요.",
|
607
|
+
},
|
608
|
+
{
|
609
|
+
previous: "IconCommunityThin",
|
610
|
+
next: ["IconPostLine"],
|
611
|
+
},
|
612
|
+
{
|
613
|
+
previous: "IconCommunityRegular",
|
614
|
+
next: ["IconPostLine"],
|
615
|
+
},
|
616
|
+
{
|
617
|
+
previous: "IconCommunityFill",
|
618
|
+
next: ["IconPostFill"],
|
619
|
+
},
|
620
|
+
{
|
621
|
+
previous: "IconCondoThin",
|
622
|
+
next: ["IconBuilding2Line"],
|
623
|
+
},
|
624
|
+
{
|
625
|
+
previous: "IconCondoRegular",
|
626
|
+
next: ["IconBuilding2Line"],
|
627
|
+
},
|
628
|
+
{
|
629
|
+
previous: "IconCondoFill",
|
630
|
+
next: ["IconBuilding2Fill"],
|
631
|
+
},
|
632
|
+
{
|
633
|
+
previous: "IconConfirmationThin",
|
634
|
+
next: ["IconCheckmarkShieldLine"],
|
635
|
+
},
|
636
|
+
{
|
637
|
+
previous: "IconConfirmationRegular",
|
638
|
+
next: ["IconCheckmarkShieldLine"],
|
639
|
+
},
|
640
|
+
{
|
641
|
+
previous: "IconConfirmationFill",
|
642
|
+
next: ["IconCheckmarkShieldFill"],
|
643
|
+
},
|
644
|
+
{
|
645
|
+
previous: "IconConfirmationPayThin",
|
646
|
+
next: ["IconWonShieldLine"],
|
647
|
+
},
|
648
|
+
{
|
649
|
+
previous: "IconConfirmationPayRegular",
|
650
|
+
next: ["IconWonShieldLine"],
|
651
|
+
},
|
652
|
+
{
|
653
|
+
previous: "IconConfirmationPayFill",
|
654
|
+
next: ["IconWonShieldFill"],
|
655
|
+
},
|
656
|
+
{
|
657
|
+
previous: "IconConfirmationProfileThin",
|
658
|
+
next: ["IconPersonShieldLine"],
|
659
|
+
},
|
660
|
+
{
|
661
|
+
previous: "IconConfirmationProfileRegular",
|
662
|
+
next: ["IconPersonShieldLine"],
|
663
|
+
},
|
664
|
+
{
|
665
|
+
previous: "IconConfirmationProfileFill",
|
666
|
+
next: ["IconPersonShieldFill"],
|
667
|
+
},
|
668
|
+
{
|
669
|
+
previous: "IconContentsThin",
|
670
|
+
next: ["IconGridHeartLine"],
|
671
|
+
},
|
672
|
+
{
|
673
|
+
previous: "IconContentsRegular",
|
674
|
+
next: ["IconGridHeartLine"],
|
675
|
+
},
|
676
|
+
{
|
677
|
+
previous: "IconContentsFill",
|
678
|
+
next: ["IconGridHeartFill"],
|
679
|
+
},
|
680
|
+
{
|
681
|
+
previous: "IconConvertThin",
|
682
|
+
next: ["IconArrowRightArrowLeftLine"],
|
683
|
+
},
|
684
|
+
{
|
685
|
+
previous: "IconConvertRegular",
|
686
|
+
next: ["IconArrowRightArrowLeftLine"],
|
687
|
+
},
|
688
|
+
{
|
689
|
+
previous: "IconConvertFill",
|
690
|
+
next: ["IconArrowRightArrowLeftFill"],
|
691
|
+
},
|
692
|
+
{
|
693
|
+
previous: "IconCopyThin",
|
694
|
+
next: ["IconSquare2StackedLine"],
|
695
|
+
},
|
696
|
+
{
|
697
|
+
previous: "IconCopyRegular",
|
698
|
+
next: ["IconSquare2StackedLine"],
|
699
|
+
},
|
700
|
+
{
|
701
|
+
previous: "IconCopyFill",
|
702
|
+
next: ["IconSquare2StackedFill"],
|
703
|
+
},
|
704
|
+
{
|
705
|
+
previous: "IconCouponThin",
|
706
|
+
next: ["IconCouponLine"],
|
707
|
+
},
|
708
|
+
{
|
709
|
+
previous: "IconCouponRegular",
|
710
|
+
next: ["IconCouponLine"],
|
711
|
+
},
|
712
|
+
{
|
713
|
+
previous: "IconCouponFill",
|
714
|
+
next: ["IconCouponFill"],
|
715
|
+
},
|
716
|
+
{
|
717
|
+
previous: "IconCouponDownloadDoneThin",
|
718
|
+
next: ["IconCheckmarkHorizlineLine"],
|
719
|
+
},
|
720
|
+
{
|
721
|
+
previous: "IconCouponDownloadDoneRegular",
|
722
|
+
next: ["IconCheckmarkHorizlineLine"],
|
723
|
+
},
|
724
|
+
{
|
725
|
+
previous: "IconCouponDownloadDoneFill",
|
726
|
+
next: ["IconCheckmarkHorizlineFill"],
|
727
|
+
},
|
728
|
+
{
|
729
|
+
previous: "IconCouponUsedThin",
|
730
|
+
next: ["IconCheckmarkCouponLine"],
|
731
|
+
},
|
732
|
+
{
|
733
|
+
previous: "IconCouponUsedRegular",
|
734
|
+
next: ["IconCheckmarkCouponLine"],
|
735
|
+
},
|
736
|
+
{
|
737
|
+
previous: "IconCouponUsedFill",
|
738
|
+
next: ["IconCheckmarkCouponFill"],
|
739
|
+
},
|
740
|
+
{
|
741
|
+
previous: "IconDeleteKeyboardThin",
|
742
|
+
next: ["IconBackspacekeyLine"],
|
743
|
+
},
|
744
|
+
{
|
745
|
+
previous: "IconDeleteKeyboardRegular",
|
746
|
+
next: ["IconBackspacekeyLine"],
|
747
|
+
},
|
748
|
+
{
|
749
|
+
previous: "IconDeleteKeyboardFill",
|
750
|
+
next: ["IconBackspacekeyFill"],
|
751
|
+
},
|
752
|
+
{
|
753
|
+
previous: "IconDeliveryThin",
|
754
|
+
next: ["IconTruckLine"],
|
755
|
+
description: "변경 후 확인이 필요해요.",
|
756
|
+
},
|
757
|
+
{
|
758
|
+
previous: "IconDeliveryRegular",
|
759
|
+
next: ["IconTruckLine"],
|
760
|
+
description: "변경 후 확인이 필요해요.",
|
761
|
+
},
|
762
|
+
{
|
763
|
+
previous: "IconDeliveryFill",
|
764
|
+
next: ["IconTruckFill"],
|
765
|
+
description: "변경 후 확인이 필요해요.",
|
766
|
+
},
|
767
|
+
{
|
768
|
+
previous: "IconDirectionThin",
|
769
|
+
next: ["IconArrowRightAngledLine"],
|
770
|
+
},
|
771
|
+
{
|
772
|
+
previous: "IconDirectionRegular",
|
773
|
+
next: ["IconArrowRightAngledLine"],
|
774
|
+
},
|
775
|
+
{
|
776
|
+
previous: "IconDirectionFill",
|
777
|
+
next: ["IconArrowRightAngledFill"],
|
778
|
+
},
|
779
|
+
{
|
780
|
+
previous: "IconDownloadThin",
|
781
|
+
next: ["IconArrowDownHorizlineLine"],
|
782
|
+
},
|
783
|
+
{
|
784
|
+
previous: "IconDownloadRegular",
|
785
|
+
next: ["IconArrowDownHorizlineLine"],
|
786
|
+
},
|
787
|
+
{
|
788
|
+
previous: "IconDownloadFill",
|
789
|
+
next: ["IconArrowDownHorizlineFill"],
|
790
|
+
},
|
791
|
+
{
|
792
|
+
previous: "IconEditThin",
|
793
|
+
next: ["IconEraserHorizlineLine"],
|
794
|
+
},
|
795
|
+
{
|
796
|
+
previous: "IconEditRegular",
|
797
|
+
next: ["IconEraserHorizlineLine"],
|
798
|
+
},
|
799
|
+
{
|
800
|
+
previous: "IconEditFill",
|
801
|
+
next: ["IconEraserHorizlineFill"],
|
802
|
+
},
|
803
|
+
{
|
804
|
+
previous: "IconEmoticonThin",
|
805
|
+
next: ["IconFaceSmileCircleLine"],
|
806
|
+
},
|
807
|
+
{
|
808
|
+
previous: "IconEmoticonRegular",
|
809
|
+
next: ["IconFaceSmileCircleLine"],
|
810
|
+
},
|
811
|
+
{
|
812
|
+
previous: "IconEmoticonFill",
|
813
|
+
next: ["IconFaceSmileCircleFill"],
|
814
|
+
},
|
815
|
+
{
|
816
|
+
previous: "IconEmoticonBadThin",
|
817
|
+
next: ["IconFaceSadCircleLine"],
|
818
|
+
},
|
819
|
+
{
|
820
|
+
previous: "IconEmoticonBadRegular",
|
821
|
+
next: ["IconFaceSadCircleLine"],
|
822
|
+
},
|
823
|
+
{
|
824
|
+
previous: "IconEmoticonBadFill",
|
825
|
+
next: ["IconFaceSadCircleFill"],
|
826
|
+
},
|
827
|
+
{
|
828
|
+
previous: "IconExpandThin",
|
829
|
+
next: ["IconArrowUpRightArrowDownLeftLine"],
|
830
|
+
},
|
831
|
+
{
|
832
|
+
previous: "IconExpandRegular",
|
833
|
+
next: ["IconArrowUpRightArrowDownLeftLine"],
|
834
|
+
},
|
835
|
+
{
|
836
|
+
previous: "IconExpandFill",
|
837
|
+
next: ["IconArrowUpRightArrowDownLeftFill"],
|
838
|
+
},
|
839
|
+
{
|
840
|
+
previous: "IconExpandLessThin",
|
841
|
+
next: ["IconChevronUpLine"],
|
842
|
+
},
|
843
|
+
{
|
844
|
+
previous: "IconExpandLessRegular",
|
845
|
+
next: ["IconChevronUpLine"],
|
846
|
+
},
|
847
|
+
{
|
848
|
+
previous: "IconExpandLessFill",
|
849
|
+
next: ["IconChevronUpFill"],
|
850
|
+
},
|
851
|
+
{
|
852
|
+
previous: "IconExpandMoreThin",
|
853
|
+
next: ["IconChevronDownLine"],
|
854
|
+
},
|
855
|
+
{
|
856
|
+
previous: "IconExpandMoreRegular",
|
857
|
+
next: ["IconChevronDownLine"],
|
858
|
+
},
|
859
|
+
{
|
860
|
+
previous: "IconExpandMoreFill",
|
861
|
+
next: ["IconChevronDownFill"],
|
862
|
+
},
|
863
|
+
{
|
864
|
+
previous: "IconFileThin",
|
865
|
+
next: ["IconPaperclipLine"],
|
866
|
+
},
|
867
|
+
{
|
868
|
+
previous: "IconFileRegular",
|
869
|
+
next: ["IconPaperclipLine"],
|
870
|
+
},
|
871
|
+
{
|
872
|
+
previous: "IconFileFill",
|
873
|
+
next: ["IconPaperclipFill"],
|
874
|
+
},
|
875
|
+
{
|
876
|
+
previous: "IconFilter02Thin",
|
877
|
+
next: ["IconSlider2HorizontalLine"],
|
878
|
+
},
|
879
|
+
{
|
880
|
+
previous: "IconFilter02Regular",
|
881
|
+
next: ["IconSlider2HorizontalLine"],
|
882
|
+
},
|
883
|
+
{
|
884
|
+
previous: "IconFilter02Fill",
|
885
|
+
next: ["IconSlider2HorizontalFill"],
|
886
|
+
},
|
887
|
+
{
|
888
|
+
previous: "IconForwardThin",
|
889
|
+
next: ["IconArrowRightLine"],
|
890
|
+
},
|
891
|
+
{
|
892
|
+
previous: "IconForwardRegular",
|
893
|
+
next: ["IconArrowRightLine"],
|
894
|
+
},
|
895
|
+
{
|
896
|
+
previous: "IconForwardFill",
|
897
|
+
next: ["IconArrowRightFill"],
|
898
|
+
},
|
899
|
+
{
|
900
|
+
previous: "IconGenderThin",
|
901
|
+
next: ["IconMalesymbolFemalesymbolLine"],
|
902
|
+
},
|
903
|
+
{
|
904
|
+
previous: "IconGenderRegular",
|
905
|
+
next: ["IconMalesymbolFemalesymbolLine"],
|
906
|
+
},
|
907
|
+
{
|
908
|
+
previous: "IconGenderFill",
|
909
|
+
next: ["IconMalesymbolFemalesymbolFill"],
|
910
|
+
},
|
911
|
+
{
|
912
|
+
previous: "IconGlobalThin",
|
913
|
+
next: ["IconGlobeLine"],
|
914
|
+
},
|
915
|
+
{
|
916
|
+
previous: "IconGlobalRegular",
|
917
|
+
next: ["IconGlobeLine"],
|
918
|
+
},
|
919
|
+
{
|
920
|
+
previous: "IconGlobalFill",
|
921
|
+
next: ["IconGlobeFill"],
|
922
|
+
},
|
923
|
+
{
|
924
|
+
previous: "IconGpsThin",
|
925
|
+
next: ["IconCrosshairLine"],
|
926
|
+
},
|
927
|
+
{
|
928
|
+
previous: "IconGpsRegular",
|
929
|
+
next: ["IconCrosshairLine"],
|
930
|
+
},
|
931
|
+
{
|
932
|
+
previous: "IconGpsFill",
|
933
|
+
next: ["IconCrosshairFill"],
|
934
|
+
},
|
935
|
+
{
|
936
|
+
previous: "IconGpsEnableThin",
|
937
|
+
next: ["IconCrosshairQuestionmarkLine"],
|
938
|
+
},
|
939
|
+
{
|
940
|
+
previous: "IconGpsEnableRegular",
|
941
|
+
next: ["IconCrosshairQuestionmarkLine"],
|
942
|
+
},
|
943
|
+
{
|
944
|
+
previous: "IconGpsEnableFill",
|
945
|
+
next: ["IconCrosshairQuestionmarkFill"],
|
946
|
+
},
|
947
|
+
{
|
948
|
+
previous: "IconGpsEnable2Thin",
|
949
|
+
next: ["IconCrosshairQuestionmarkLine"],
|
950
|
+
},
|
951
|
+
{
|
952
|
+
previous: "IconGpsEnable2Regular",
|
953
|
+
next: ["IconCrosshairQuestionmarkLine"],
|
954
|
+
},
|
955
|
+
{
|
956
|
+
previous: "IconGpsEnable2Fill",
|
957
|
+
next: ["IconCrosshairQuestionmarkFill"],
|
958
|
+
},
|
959
|
+
{
|
960
|
+
previous: "IconGroupchatKingThin",
|
961
|
+
next: ["IconCrownLine"],
|
962
|
+
},
|
963
|
+
{
|
964
|
+
previous: "IconGroupchatKingRegular",
|
965
|
+
next: ["IconCrownLine"],
|
966
|
+
},
|
967
|
+
{
|
968
|
+
previous: "IconGroupchatKingFill",
|
969
|
+
next: ["IconCrownFill"],
|
970
|
+
},
|
971
|
+
{
|
972
|
+
previous: "IconHandleThin",
|
973
|
+
next: ["IconHorizline3VerticalTightLine"],
|
974
|
+
},
|
975
|
+
{
|
976
|
+
previous: "IconHandleRegular",
|
977
|
+
next: ["IconHorizline3VerticalTightLine"],
|
978
|
+
},
|
979
|
+
{
|
980
|
+
previous: "IconHandleFill",
|
981
|
+
next: ["IconHorizline3VerticalTightFill"],
|
982
|
+
},
|
983
|
+
{
|
984
|
+
previous: "IconHashtagThin",
|
985
|
+
next: ["IconHashLine"],
|
986
|
+
},
|
987
|
+
{
|
988
|
+
previous: "IconHashtagRegular",
|
989
|
+
next: ["IconHashLine"],
|
990
|
+
},
|
991
|
+
{
|
992
|
+
previous: "IconHashtagFill",
|
993
|
+
next: ["IconHashFill"],
|
994
|
+
},
|
995
|
+
{
|
996
|
+
previous: "IconHeadphoneThin",
|
997
|
+
next: ["IconHeadsetLine"],
|
998
|
+
},
|
999
|
+
{
|
1000
|
+
previous: "IconHeadphoneRegular",
|
1001
|
+
next: ["IconHeadsetLine"],
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
previous: "IconHeadphoneFill",
|
1005
|
+
next: ["IconHeadsetFill"],
|
1006
|
+
},
|
1007
|
+
{
|
1008
|
+
previous: "IconHeartThin",
|
1009
|
+
next: ["IconHeartLine"],
|
1010
|
+
},
|
1011
|
+
{
|
1012
|
+
previous: "IconHeartRegular",
|
1013
|
+
next: ["IconHeartLine"],
|
1014
|
+
},
|
1015
|
+
{
|
1016
|
+
previous: "IconHeartFill",
|
1017
|
+
next: ["IconHeartFill"],
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
previous: "IconHelpThin",
|
1021
|
+
next: ["IconQuestionmarkCircleLine"],
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
previous: "IconHelpRegular",
|
1025
|
+
next: ["IconQuestionmarkCircleLine"],
|
1026
|
+
},
|
1027
|
+
{
|
1028
|
+
previous: "IconHelpFill",
|
1029
|
+
next: ["IconQuestionmarkCircleFill"],
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
previous: "IconHelpcenterThin",
|
1033
|
+
next: ["IconHeadsetLine"],
|
1034
|
+
},
|
1035
|
+
{
|
1036
|
+
previous: "IconHelpcenterRegular",
|
1037
|
+
next: ["IconHeadsetLine"],
|
1038
|
+
},
|
1039
|
+
{
|
1040
|
+
previous: "IconHelpcenterFill",
|
1041
|
+
next: ["IconHeadsetFill"],
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
previous: "IconHelperThin",
|
1045
|
+
next: ["IconHeadsetLine"],
|
1046
|
+
},
|
1047
|
+
{
|
1048
|
+
previous: "IconHelperRegular",
|
1049
|
+
next: ["IconHeadsetLine"],
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
previous: "IconHelperFill",
|
1053
|
+
next: ["IconHeadsetFill"],
|
1054
|
+
},
|
1055
|
+
{
|
1056
|
+
previous: "IconHomeThin",
|
1057
|
+
next: ["IconHouseLine"],
|
1058
|
+
},
|
1059
|
+
{
|
1060
|
+
previous: "IconHomeRegular",
|
1061
|
+
next: ["IconHouseLine"],
|
1062
|
+
},
|
1063
|
+
{
|
1064
|
+
previous: "IconHomeFill",
|
1065
|
+
next: ["IconHouseFill"],
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
previous: "IconHouseThin",
|
1069
|
+
next: ["IconWindow4HouseLine"],
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
previous: "IconHouseRegular",
|
1073
|
+
next: ["IconWindow4HouseLine"],
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
previous: "IconHouseFill",
|
1077
|
+
next: ["IconWindow4HouseFill"],
|
1078
|
+
},
|
1079
|
+
{
|
1080
|
+
previous: "IconHousekeepingBookThin",
|
1081
|
+
next: ["IconBookLine"],
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
previous: "IconHousekeepingBookRegular",
|
1085
|
+
next: ["IconBookLine"],
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
previous: "IconHousekeepingBookFill",
|
1089
|
+
next: ["IconBookFill"],
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
previous: "IconImportThin",
|
1093
|
+
next: ["IconDocumentArrowLeftLine"],
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
previous: "IconImportRegular",
|
1097
|
+
next: ["IconDocumentArrowLeftLine"],
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
previous: "IconImportFill",
|
1101
|
+
next: ["IconDocumentArrowLeftFill"],
|
1102
|
+
},
|
1103
|
+
{
|
1104
|
+
previous: "IconInfoThin",
|
1105
|
+
next: ["IconILowercaseSerifCircleLine"],
|
1106
|
+
},
|
1107
|
+
{
|
1108
|
+
previous: "IconInfoRegular",
|
1109
|
+
next: ["IconILowercaseSerifCircleLine"],
|
1110
|
+
},
|
1111
|
+
{
|
1112
|
+
previous: "IconInfoFill",
|
1113
|
+
next: ["IconILowercaseSerifCircleFill"],
|
1114
|
+
},
|
1115
|
+
{
|
1116
|
+
previous: "IconInterestThin",
|
1117
|
+
next: ["IconHorizline3VerticalStarLine"],
|
1118
|
+
},
|
1119
|
+
{
|
1120
|
+
previous: "IconInterestRegular",
|
1121
|
+
next: ["IconHorizline3VerticalStarLine"],
|
1122
|
+
},
|
1123
|
+
{
|
1124
|
+
previous: "IconInterestFill",
|
1125
|
+
next: ["IconHorizline3VerticalStarFill"],
|
1126
|
+
},
|
1127
|
+
{
|
1128
|
+
previous: "IconInterestListThin",
|
1129
|
+
next: ["IconStarLine"],
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
previous: "IconInterestListRegular",
|
1133
|
+
next: ["IconStarLine"],
|
1134
|
+
},
|
1135
|
+
{
|
1136
|
+
previous: "IconInterestListFill",
|
1137
|
+
next: ["IconStarFill"],
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
previous: "IconInviteThin",
|
1141
|
+
next: ["IconEnvelopeLine"],
|
1142
|
+
},
|
1143
|
+
{
|
1144
|
+
previous: "IconInviteRegular",
|
1145
|
+
next: ["IconEnvelopeLine"],
|
1146
|
+
},
|
1147
|
+
{
|
1148
|
+
previous: "IconInviteFill",
|
1149
|
+
next: ["IconEnvelopeFill"],
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
previous: "IconInviteFriendThin",
|
1153
|
+
next: ["IconPersonPlusLine"],
|
1154
|
+
},
|
1155
|
+
{
|
1156
|
+
previous: "IconInviteFriendRegular",
|
1157
|
+
next: ["IconPersonPlusLine"],
|
1158
|
+
},
|
1159
|
+
{
|
1160
|
+
previous: "IconInviteFriendFill",
|
1161
|
+
next: ["IconPersonPlusFill"],
|
1162
|
+
},
|
1163
|
+
{
|
1164
|
+
previous: "IconIosShareThin",
|
1165
|
+
next: ["IconArrowUpBracketDownLine"],
|
1166
|
+
},
|
1167
|
+
{
|
1168
|
+
previous: "IconIosShareRegular",
|
1169
|
+
next: ["IconArrowUpBracketDownLine"],
|
1170
|
+
},
|
1171
|
+
{
|
1172
|
+
previous: "IconIosShareFill",
|
1173
|
+
next: ["IconArrowUpBracketDownFill"],
|
1174
|
+
},
|
1175
|
+
{
|
1176
|
+
previous: "IconJobsThin",
|
1177
|
+
next: ["IconPersonMagnifyingglassLine"],
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
previous: "IconJobsRegular",
|
1181
|
+
next: ["IconPersonMagnifyingglassLine"],
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
previous: "IconJobsFill",
|
1185
|
+
next: ["IconPersonMagnifyingglassFill"],
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
previous: "IconKeyboardHidingThin",
|
1189
|
+
next: ["IconKeyboardChevronDownLine"],
|
1190
|
+
},
|
1191
|
+
{
|
1192
|
+
previous: "IconKeyboardHidingRegular",
|
1193
|
+
next: ["IconKeyboardChevronDownLine"],
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
previous: "IconKeyboardHidingFill",
|
1197
|
+
next: ["IconKeyboardChevronDownFill"],
|
1198
|
+
},
|
1199
|
+
{
|
1200
|
+
previous: "IconKeywordThin",
|
1201
|
+
next: ["IconTagLine"],
|
1202
|
+
},
|
1203
|
+
{
|
1204
|
+
previous: "IconKeywordRegular",
|
1205
|
+
next: ["IconTagLine"],
|
1206
|
+
},
|
1207
|
+
{
|
1208
|
+
previous: "IconKeywordFill",
|
1209
|
+
next: ["IconTagFill"],
|
1210
|
+
},
|
1211
|
+
{
|
1212
|
+
previous: "IconLaptopThin",
|
1213
|
+
next: ["IconLaptopLine"],
|
1214
|
+
},
|
1215
|
+
{
|
1216
|
+
previous: "IconLaptopRegular",
|
1217
|
+
next: ["IconLaptopLine"],
|
1218
|
+
},
|
1219
|
+
{
|
1220
|
+
previous: "IconLaptopFill",
|
1221
|
+
next: ["IconLaptopFill"],
|
1222
|
+
},
|
1223
|
+
{
|
1224
|
+
previous: "IconLeafThin",
|
1225
|
+
next: ["IconLeafLine"],
|
1226
|
+
},
|
1227
|
+
{
|
1228
|
+
previous: "IconLeafRegular",
|
1229
|
+
next: ["IconLeafLine"],
|
1230
|
+
},
|
1231
|
+
{
|
1232
|
+
previous: "IconLeafFill",
|
1233
|
+
next: ["IconLeafFill"],
|
1234
|
+
},
|
1235
|
+
{
|
1236
|
+
previous: "IconListThin",
|
1237
|
+
next: ["IconDothorizline3VerticalLine"],
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
previous: "IconListRegular",
|
1241
|
+
next: ["IconDothorizline3VerticalLine"],
|
1242
|
+
},
|
1243
|
+
{
|
1244
|
+
previous: "IconListFill",
|
1245
|
+
next: ["IconDothorizline3VerticalFill"],
|
1246
|
+
},
|
1247
|
+
{
|
1248
|
+
previous: "IconListCardThin",
|
1249
|
+
next: ["IconHorizrectangleHorizline2VerticalLine"],
|
1250
|
+
},
|
1251
|
+
{
|
1252
|
+
previous: "IconListCardRegular",
|
1253
|
+
next: ["IconHorizrectangleHorizline2VerticalLine"],
|
1254
|
+
},
|
1255
|
+
{
|
1256
|
+
previous: "IconListCardFill",
|
1257
|
+
next: ["IconHorizrectangleHorizline2VerticalFill"],
|
1258
|
+
},
|
1259
|
+
{
|
1260
|
+
previous: "IconListCheckThin",
|
1261
|
+
next: ["IconDocumentCheckmarkLine"],
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
previous: "IconListCheckRegular",
|
1265
|
+
next: ["IconDocumentCheckmarkLine"],
|
1266
|
+
},
|
1267
|
+
{
|
1268
|
+
previous: "IconListCheckFill",
|
1269
|
+
next: ["IconDocumentCheckmarkFill"],
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
previous: "IconListSelectThin",
|
1273
|
+
next: ["IconHorizline3VerticalCheckmarkLine"],
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
previous: "IconListSelectRegular",
|
1277
|
+
next: ["IconHorizline3VerticalCheckmarkLine"],
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
previous: "IconListSelectFill",
|
1281
|
+
next: ["IconHorizline3VerticalCheckmarkFill"],
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
previous: "IconListThumbnailThin",
|
1285
|
+
next: ["IconSquareline2VerticalLine"],
|
1286
|
+
},
|
1287
|
+
{
|
1288
|
+
previous: "IconListThumbnailRegular",
|
1289
|
+
next: ["IconSquareline2VerticalLine"],
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
previous: "IconListThumbnailFill",
|
1293
|
+
next: ["IconSquareline2VerticalFill"],
|
1294
|
+
},
|
1295
|
+
{
|
1296
|
+
previous: "IconLocationThin",
|
1297
|
+
next: ["IconLocationpinLine"],
|
1298
|
+
},
|
1299
|
+
{
|
1300
|
+
previous: "IconLocationRegular",
|
1301
|
+
next: ["IconLocationpinLine"],
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
previous: "IconLocationFill",
|
1305
|
+
next: ["IconLocationpinFill"],
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
previous: "IconLockThin",
|
1309
|
+
next: ["IconLockLine"],
|
1310
|
+
},
|
1311
|
+
{
|
1312
|
+
previous: "IconLockRegular",
|
1313
|
+
next: ["IconLockLine"],
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
previous: "IconLockFill",
|
1317
|
+
next: ["IconLockFill"],
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
previous: "IconLoudspeakerThin",
|
1321
|
+
next: ["IconMegaphoneLine"],
|
1322
|
+
},
|
1323
|
+
{
|
1324
|
+
previous: "IconLoudspeakerRegular",
|
1325
|
+
next: ["IconMegaphoneLine"],
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
previous: "IconLoudspeakerFill",
|
1329
|
+
next: ["IconMegaphoneFill"],
|
1330
|
+
},
|
1331
|
+
{
|
1332
|
+
previous: "IconMapThin",
|
1333
|
+
next: ["IconMapLocationpinLine"],
|
1334
|
+
},
|
1335
|
+
{
|
1336
|
+
previous: "IconMapRegular",
|
1337
|
+
next: ["IconMapLocationpinLine"],
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
previous: "IconMapFill",
|
1341
|
+
next: ["IconMapLocationpinFill"],
|
1342
|
+
},
|
1343
|
+
{
|
1344
|
+
previous: "IconMarketThin",
|
1345
|
+
next: ["IconStoreLine"],
|
1346
|
+
},
|
1347
|
+
{
|
1348
|
+
previous: "IconMarketRegular",
|
1349
|
+
next: ["IconStoreLine"],
|
1350
|
+
},
|
1351
|
+
{
|
1352
|
+
previous: "IconMarketFill",
|
1353
|
+
next: ["IconStoreFill"],
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
previous: "IconMarketCheckThin",
|
1357
|
+
next: ["IconStoreCheckmarkLine"],
|
1358
|
+
},
|
1359
|
+
{
|
1360
|
+
previous: "IconMarketCheckRegular",
|
1361
|
+
next: ["IconStoreCheckmarkLine"],
|
1362
|
+
},
|
1363
|
+
{
|
1364
|
+
previous: "IconMarketCheckFill",
|
1365
|
+
next: ["IconStoreCheckmarkFill"],
|
1366
|
+
},
|
1367
|
+
{
|
1368
|
+
previous: "IconMarketWriteThin",
|
1369
|
+
next: ["IconStorePenLine"],
|
1370
|
+
},
|
1371
|
+
{
|
1372
|
+
previous: "IconMarketWriteRegular",
|
1373
|
+
next: ["IconStorePenLine"],
|
1374
|
+
},
|
1375
|
+
{
|
1376
|
+
previous: "IconMarketWriteFill",
|
1377
|
+
next: ["IconStorePenFill"],
|
1378
|
+
},
|
1379
|
+
{
|
1380
|
+
previous: "IconMentionThin",
|
1381
|
+
next: ["IconAtLine"],
|
1382
|
+
},
|
1383
|
+
{
|
1384
|
+
previous: "IconMentionRegular",
|
1385
|
+
next: ["IconAtLine"],
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
previous: "IconMentionFill",
|
1389
|
+
next: ["IconAtFill"],
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
previous: "IconMenuThin",
|
1393
|
+
next: ["IconHorizline3VerticalLine"],
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
previous: "IconMenuRegular",
|
1397
|
+
next: ["IconHorizline3VerticalLine"],
|
1398
|
+
},
|
1399
|
+
{
|
1400
|
+
previous: "IconMenuFill",
|
1401
|
+
next: ["IconHorizline3VerticalFill"],
|
1402
|
+
},
|
1403
|
+
{
|
1404
|
+
previous: "IconMicThin",
|
1405
|
+
next: ["IconMicrophoneLine"],
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
previous: "IconMicRegular",
|
1409
|
+
next: ["IconMicrophoneLine"],
|
1410
|
+
},
|
1411
|
+
{
|
1412
|
+
previous: "IconMicFill",
|
1413
|
+
next: ["IconMicrophoneFill"],
|
1414
|
+
},
|
1415
|
+
{
|
1416
|
+
previous: "IconMicOffThin",
|
1417
|
+
next: ["IconMicrophoneSlashLine"],
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
previous: "IconMicOffRegular",
|
1421
|
+
next: ["IconMicrophoneSlashLine"],
|
1422
|
+
},
|
1423
|
+
{
|
1424
|
+
previous: "IconMicOffFill",
|
1425
|
+
next: ["IconMicrophoneSlashFill"],
|
1426
|
+
},
|
1427
|
+
{
|
1428
|
+
previous: "IconMissionThin",
|
1429
|
+
next: ["IconBookOpenLine"],
|
1430
|
+
},
|
1431
|
+
{
|
1432
|
+
previous: "IconMissionRegular",
|
1433
|
+
next: ["IconBookOpenLine"],
|
1434
|
+
},
|
1435
|
+
{
|
1436
|
+
previous: "IconMissionFill",
|
1437
|
+
next: ["IconBookOpenFill"],
|
1438
|
+
},
|
1439
|
+
{
|
1440
|
+
previous: "IconMobileThin",
|
1441
|
+
next: ["IconMobileLine"],
|
1442
|
+
},
|
1443
|
+
{
|
1444
|
+
previous: "IconMobileRegular",
|
1445
|
+
next: ["IconMobileLine"],
|
1446
|
+
},
|
1447
|
+
{
|
1448
|
+
previous: "IconMobileFill",
|
1449
|
+
next: ["IconMobileFill"],
|
1450
|
+
},
|
1451
|
+
{
|
1452
|
+
previous: "IconMoneySendThin",
|
1453
|
+
next: ["IconWonCircleArrowRightLine"],
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
previous: "IconMoneySendRegular",
|
1457
|
+
next: ["IconWonCircleArrowRightLine"],
|
1458
|
+
},
|
1459
|
+
{
|
1460
|
+
previous: "IconMoneySendFill",
|
1461
|
+
next: ["IconWonCircleArrowRightFill"],
|
1462
|
+
},
|
1463
|
+
{
|
1464
|
+
previous: "IconMoneySendYenThin",
|
1465
|
+
next: ["IconYenCircleArrowRightLine"],
|
1466
|
+
},
|
1467
|
+
{
|
1468
|
+
previous: "IconMoneySendYenRegular",
|
1469
|
+
next: ["IconYenCircleArrowRightLine"],
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
previous: "IconMoneySendYenFill",
|
1473
|
+
next: ["IconYenCircleArrowRightFill"],
|
1474
|
+
},
|
1475
|
+
{
|
1476
|
+
previous: "IconMoneyWonThin",
|
1477
|
+
next: ["IconWonCircleLine"],
|
1478
|
+
},
|
1479
|
+
{
|
1480
|
+
previous: "IconMoneyWonRegular",
|
1481
|
+
next: ["IconWonCircleLine"],
|
1482
|
+
},
|
1483
|
+
{
|
1484
|
+
previous: "IconMoneyWonFill",
|
1485
|
+
next: ["IconWonCircleFill"],
|
1486
|
+
},
|
1487
|
+
{
|
1488
|
+
previous: "IconMoneyYenThin",
|
1489
|
+
next: ["IconYenCircleLine"],
|
1490
|
+
},
|
1491
|
+
{
|
1492
|
+
previous: "IconMoneyYenRegular",
|
1493
|
+
next: ["IconYenCircleLine"],
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
previous: "IconMoneyYenFill",
|
1497
|
+
next: ["IconYenCircleFill"],
|
1498
|
+
},
|
1499
|
+
{
|
1500
|
+
previous: "IconMoonThin",
|
1501
|
+
next: ["IconMoonLine"],
|
1502
|
+
},
|
1503
|
+
{
|
1504
|
+
previous: "IconMoonRegular",
|
1505
|
+
next: ["IconMoonLine"],
|
1506
|
+
},
|
1507
|
+
{
|
1508
|
+
previous: "IconMoonFill",
|
1509
|
+
next: ["IconMoonFill"],
|
1510
|
+
},
|
1511
|
+
{
|
1512
|
+
previous: "IconMoreHorizThin",
|
1513
|
+
next: ["IconDot3HorizontalLine"],
|
1514
|
+
},
|
1515
|
+
{
|
1516
|
+
previous: "IconMoreHorizRegular",
|
1517
|
+
next: ["IconDot3HorizontalLine"],
|
1518
|
+
},
|
1519
|
+
{
|
1520
|
+
previous: "IconMoreHorizFill",
|
1521
|
+
next: ["IconDot3HorizontalFill"],
|
1522
|
+
},
|
1523
|
+
{
|
1524
|
+
previous: "IconMoreVertThin",
|
1525
|
+
next: ["IconDot3VerticalLine"],
|
1526
|
+
},
|
1527
|
+
{
|
1528
|
+
previous: "IconMoreVertRegular",
|
1529
|
+
next: ["IconDot3VerticalLine"],
|
1530
|
+
},
|
1531
|
+
{
|
1532
|
+
previous: "IconMoreVertFill",
|
1533
|
+
next: ["IconDot3VerticalFill"],
|
1534
|
+
},
|
1535
|
+
{
|
1536
|
+
previous: "IconMyThin",
|
1537
|
+
next: ["IconPersonLine"],
|
1538
|
+
},
|
1539
|
+
{
|
1540
|
+
previous: "IconMyRegular",
|
1541
|
+
next: ["IconPersonLine"],
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
previous: "IconMyFill",
|
1545
|
+
next: ["IconPersonFill"],
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
previous: "IconMyProfileThin",
|
1549
|
+
next: ["IconPersonCircleLine"],
|
1550
|
+
},
|
1551
|
+
{
|
1552
|
+
previous: "IconMyProfileRegular",
|
1553
|
+
next: ["IconPersonCircleLine"],
|
1554
|
+
},
|
1555
|
+
{
|
1556
|
+
previous: "IconMyProfileFill",
|
1557
|
+
next: ["IconPersonCircleFill"],
|
1558
|
+
},
|
1559
|
+
{
|
1560
|
+
previous: "IconNearMeThin",
|
1561
|
+
next: ["IconLocationpinLine"],
|
1562
|
+
},
|
1563
|
+
{
|
1564
|
+
previous: "IconNearMeRegular",
|
1565
|
+
next: ["IconLocationpinLine"],
|
1566
|
+
},
|
1567
|
+
{
|
1568
|
+
previous: "IconNearMeFill",
|
1569
|
+
next: ["IconLocationpinFill"],
|
1570
|
+
},
|
1571
|
+
{
|
1572
|
+
previous: "IconNewtopicThin",
|
1573
|
+
next: ["IconNUppercaseCircleLine"],
|
1574
|
+
},
|
1575
|
+
{
|
1576
|
+
previous: "IconNewtopicRegular",
|
1577
|
+
next: ["IconNUppercaseCircleLine"],
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
previous: "IconNewtopicFill",
|
1581
|
+
next: ["IconNUppercaseCircleFill"],
|
1582
|
+
},
|
1583
|
+
{
|
1584
|
+
previous: "IconNoteThin",
|
1585
|
+
next: ["IconDocumentLine"],
|
1586
|
+
},
|
1587
|
+
{
|
1588
|
+
previous: "IconNoteRegular",
|
1589
|
+
next: ["IconDocumentLine"],
|
1590
|
+
},
|
1591
|
+
{
|
1592
|
+
previous: "IconNoteFill",
|
1593
|
+
next: ["IconDocumentFill"],
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
previous: "IconNotificationThin",
|
1597
|
+
next: ["IconBellLine"],
|
1598
|
+
},
|
1599
|
+
{
|
1600
|
+
previous: "IconNotificationRegular",
|
1601
|
+
next: ["IconBellLine"],
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
previous: "IconNotificationFill",
|
1605
|
+
next: ["IconBellFill"],
|
1606
|
+
},
|
1607
|
+
{
|
1608
|
+
previous: "IconNotificationFallThin",
|
1609
|
+
next: ["IconArrowDownLine"],
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
previous: "IconNotificationFallRegular",
|
1613
|
+
next: ["IconArrowDownLine"],
|
1614
|
+
},
|
1615
|
+
{
|
1616
|
+
previous: "IconNotificationFallFill",
|
1617
|
+
next: ["IconArrowDownFill"],
|
1618
|
+
},
|
1619
|
+
{
|
1620
|
+
previous: "IconNotificationOffThin",
|
1621
|
+
next: ["IconBellSlashLine"],
|
1622
|
+
},
|
1623
|
+
{
|
1624
|
+
previous: "IconNotificationOffRegular",
|
1625
|
+
next: ["IconBellSlashLine"],
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
previous: "IconNotificationOffFill",
|
1629
|
+
next: ["IconBellSlashFill"],
|
1630
|
+
},
|
1631
|
+
{
|
1632
|
+
previous: "IconOrderThin",
|
1633
|
+
next: ["IconCheckmarkClipboardLine"],
|
1634
|
+
},
|
1635
|
+
{
|
1636
|
+
previous: "IconOrderRegular",
|
1637
|
+
next: ["IconCheckmarkClipboardLine"],
|
1638
|
+
},
|
1639
|
+
{
|
1640
|
+
previous: "IconOrderFill",
|
1641
|
+
next: ["IconCheckmarkClipboardFill"],
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
previous: "IconPauseThin",
|
1645
|
+
next: ["IconVertrectangle2HorizontalLine"],
|
1646
|
+
},
|
1647
|
+
{
|
1648
|
+
previous: "IconPauseRegular",
|
1649
|
+
next: ["IconVertrectangle2HorizontalLine"],
|
1650
|
+
},
|
1651
|
+
{
|
1652
|
+
previous: "IconPauseFill",
|
1653
|
+
next: ["IconVertrectangle2HorizontalFill"],
|
1654
|
+
},
|
1655
|
+
{
|
1656
|
+
previous: "IconPaymentThin",
|
1657
|
+
next: ["IconCardLine"],
|
1658
|
+
},
|
1659
|
+
{
|
1660
|
+
previous: "IconPaymentRegular",
|
1661
|
+
next: ["IconCardLine"],
|
1662
|
+
},
|
1663
|
+
{
|
1664
|
+
previous: "IconPaymentFill",
|
1665
|
+
next: ["IconCardFill"],
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
previous: "IconPercentThin",
|
1669
|
+
next: ["IconPercentLine"],
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
previous: "IconPercentRegular",
|
1673
|
+
next: ["IconPercentLine"],
|
1674
|
+
},
|
1675
|
+
{
|
1676
|
+
previous: "IconPercentFill",
|
1677
|
+
next: ["IconPercentFill"],
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
previous: "IconPhotoThin",
|
1681
|
+
next: ["IconPictureLine"],
|
1682
|
+
},
|
1683
|
+
{
|
1684
|
+
previous: "IconPhotoRegular",
|
1685
|
+
next: ["IconPictureLine"],
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
previous: "IconPhotoFill",
|
1689
|
+
next: ["IconPictureFill"],
|
1690
|
+
},
|
1691
|
+
{
|
1692
|
+
previous: "IconPhotoEditThin",
|
1693
|
+
next: ["IconWandLine"],
|
1694
|
+
},
|
1695
|
+
{
|
1696
|
+
previous: "IconPhotoEditRegular",
|
1697
|
+
next: ["IconWandLine"],
|
1698
|
+
},
|
1699
|
+
{
|
1700
|
+
previous: "IconPhotoEditFill",
|
1701
|
+
next: ["IconWandFill"],
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
previous: "IconPhotoEditCropThin",
|
1705
|
+
next: ["IconCropmarkLine"],
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
previous: "IconPhotoEditCropRegular",
|
1709
|
+
next: ["IconCropmarkLine"],
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
previous: "IconPhotoEditCropFill",
|
1713
|
+
next: ["IconCropmarkFill"],
|
1714
|
+
},
|
1715
|
+
{
|
1716
|
+
previous: "IconPhotoEditDrawThin",
|
1717
|
+
next: ["IconScribbleLine"],
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
previous: "IconPhotoEditDrawRegular",
|
1721
|
+
next: ["IconScribbleLine"],
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
previous: "IconPhotoEditDrawFill",
|
1725
|
+
next: ["IconScribbleFill"],
|
1726
|
+
},
|
1727
|
+
{
|
1728
|
+
previous: "IconPhotoEditRotateThin",
|
1729
|
+
next: ["IconArrow2ClockwiseCircularLine"],
|
1730
|
+
},
|
1731
|
+
{
|
1732
|
+
previous: "IconPhotoEditRotateRegular",
|
1733
|
+
next: ["IconArrow2ClockwiseCircularLine"],
|
1734
|
+
},
|
1735
|
+
{
|
1736
|
+
previous: "IconPhotoEditRotateFill",
|
1737
|
+
next: ["IconArrow2ClockwiseCircularFill"],
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
previous: "IconPhotoSeveralThin",
|
1741
|
+
next: ["IconPicture2StackedLine"],
|
1742
|
+
},
|
1743
|
+
{
|
1744
|
+
previous: "IconPhotoSeveralRegular",
|
1745
|
+
next: ["IconPicture2StackedLine"],
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
previous: "IconPhotoSeveralFill",
|
1749
|
+
next: ["IconPicture2StackedFill"],
|
1750
|
+
},
|
1751
|
+
{
|
1752
|
+
previous: "IconPlayThin",
|
1753
|
+
next: ["IconTriangleRightLine"],
|
1754
|
+
},
|
1755
|
+
{
|
1756
|
+
previous: "IconPlayRegular",
|
1757
|
+
next: ["IconTriangleRightLine"],
|
1758
|
+
},
|
1759
|
+
{
|
1760
|
+
previous: "IconPlayFill",
|
1761
|
+
next: ["IconTriangleRightFill"],
|
1762
|
+
},
|
1763
|
+
{
|
1764
|
+
previous: "IconPollThin",
|
1765
|
+
next: ["IconBarchartSquareLine"],
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
previous: "IconPollRegular",
|
1769
|
+
next: ["IconBarchartSquareLine"],
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
previous: "IconPollFill",
|
1773
|
+
next: ["IconBarchartSquareFill"],
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
previous: "IconPriceWonThin",
|
1777
|
+
next: ["IconWonLine"],
|
1778
|
+
},
|
1779
|
+
{
|
1780
|
+
previous: "IconPriceWonRegular",
|
1781
|
+
next: ["IconWonLine"],
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
previous: "IconPriceWonFill",
|
1785
|
+
next: ["IconWonFill"],
|
1786
|
+
},
|
1787
|
+
{
|
1788
|
+
previous: "IconPriceYenDefault",
|
1789
|
+
next: ["IconYenLine"],
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
previous: "IconPriceYenVariant4",
|
1793
|
+
next: ["IconYenLine"],
|
1794
|
+
},
|
1795
|
+
{
|
1796
|
+
previous: "IconPriceYenVariant3",
|
1797
|
+
next: ["IconYenFill"],
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
previous: "IconProductThin",
|
1801
|
+
next: ["IconShoppingbagLine"],
|
1802
|
+
},
|
1803
|
+
{
|
1804
|
+
previous: "IconProductRegular",
|
1805
|
+
next: ["IconShoppingbagLine"],
|
1806
|
+
},
|
1807
|
+
{
|
1808
|
+
previous: "IconProductFill",
|
1809
|
+
next: ["IconShoppingbagFill"],
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
previous: "IconProfileThin",
|
1813
|
+
next: ["IconPersonLine"],
|
1814
|
+
},
|
1815
|
+
{
|
1816
|
+
previous: "IconProfileRegular",
|
1817
|
+
next: ["IconPersonLine"],
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
previous: "IconProfileFill",
|
1821
|
+
next: ["IconPersonFill"],
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
previous: "IconProfileBadgeThin",
|
1825
|
+
next: ["IconCheckmarkBadgeLine"],
|
1826
|
+
},
|
1827
|
+
{
|
1828
|
+
previous: "IconProfileBadgeRegular",
|
1829
|
+
next: ["IconCheckmarkBadgeLine"],
|
1830
|
+
},
|
1831
|
+
{
|
1832
|
+
previous: "IconProfileBadgeFill",
|
1833
|
+
next: ["IconCheckmarkBadgeFill"],
|
1834
|
+
},
|
1835
|
+
{
|
1836
|
+
previous: "IconProhibitionThin",
|
1837
|
+
next: ["IconSlashCircleLine"],
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
previous: "IconProhibitionRegular",
|
1841
|
+
next: ["IconSlashCircleLine"],
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
previous: "IconProhibitionFill",
|
1845
|
+
next: ["IconSlashCircleFill"],
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
previous: "IconPushpinThin",
|
1849
|
+
next: ["IconPushpinLine"],
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
previous: "IconPushpinRegular",
|
1853
|
+
next: ["IconPushpinLine"],
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
previous: "IconPushpinFill",
|
1857
|
+
next: ["IconPushpinFill"],
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
previous: "IconQuestionCheckThin",
|
1861
|
+
next: ["IconQuestionmarkSquareLine"],
|
1862
|
+
},
|
1863
|
+
{
|
1864
|
+
previous: "IconQuestionCheckRegular",
|
1865
|
+
next: ["IconQuestionmarkSquareLine"],
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
previous: "IconQuestionCheckFill",
|
1869
|
+
next: ["IconQuestionmarkSquareFill"],
|
1870
|
+
},
|
1871
|
+
{
|
1872
|
+
previous: "IconRedoThin",
|
1873
|
+
next: ["IconArrowUturnRightLine"],
|
1874
|
+
},
|
1875
|
+
{
|
1876
|
+
previous: "IconRedoRegular",
|
1877
|
+
next: ["IconArrowUturnRightLine"],
|
1878
|
+
},
|
1879
|
+
{
|
1880
|
+
previous: "IconRedoFill",
|
1881
|
+
next: ["IconArrowUturnRightFill"],
|
1882
|
+
},
|
1883
|
+
{
|
1884
|
+
previous: "IconRefundThin",
|
1885
|
+
next: ["IconWonArrowClockwiseCircularLine"],
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
previous: "IconRefundRegular",
|
1889
|
+
next: ["IconWonArrowClockwiseCircularLine"],
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
previous: "IconRefundFill",
|
1893
|
+
next: ["IconWonArrowClockwiseCircularFill"],
|
1894
|
+
},
|
1895
|
+
{
|
1896
|
+
previous: "IconRemoveCircleThin",
|
1897
|
+
next: ["IconXmarkCircleLine"],
|
1898
|
+
},
|
1899
|
+
{
|
1900
|
+
previous: "IconRemoveCircleRegular",
|
1901
|
+
next: ["IconXmarkCircleLine"],
|
1902
|
+
},
|
1903
|
+
{
|
1904
|
+
previous: "IconRemoveCircleFill",
|
1905
|
+
next: ["IconXmarkCircleFill"],
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
previous: "IconReplyThin",
|
1909
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightLine"],
|
1910
|
+
},
|
1911
|
+
{
|
1912
|
+
previous: "IconReplyRegular",
|
1913
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightLine"],
|
1914
|
+
},
|
1915
|
+
{
|
1916
|
+
previous: "IconReplyFill",
|
1917
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightFill"],
|
1918
|
+
},
|
1919
|
+
{
|
1920
|
+
previous: "IconReplyMissionThin",
|
1921
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightLine"],
|
1922
|
+
},
|
1923
|
+
{
|
1924
|
+
previous: "IconReplyMissionRegular",
|
1925
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightLine"],
|
1926
|
+
},
|
1927
|
+
{
|
1928
|
+
previous: "IconReplyMissionFill",
|
1929
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightFill"],
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
previous: "IconReplyReThin",
|
1933
|
+
next: ["IconCornerDownLeftLine"],
|
1934
|
+
},
|
1935
|
+
{
|
1936
|
+
previous: "IconReplyReRegular",
|
1937
|
+
next: ["IconCornerDownLeftLine"],
|
1938
|
+
},
|
1939
|
+
{
|
1940
|
+
previous: "IconReplyReFill",
|
1941
|
+
next: ["IconCornerDownLeftFill"],
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
previous: "IconReportThin",
|
1945
|
+
next: ["IconFlagLine"],
|
1946
|
+
},
|
1947
|
+
{
|
1948
|
+
previous: "IconReportRegular",
|
1949
|
+
next: ["IconFlagLine"],
|
1950
|
+
},
|
1951
|
+
{
|
1952
|
+
previous: "IconReportFill",
|
1953
|
+
next: ["IconFlagFill"],
|
1954
|
+
},
|
1955
|
+
{
|
1956
|
+
previous: "IconReservationThin",
|
1957
|
+
next: ["IconCheckmarkCalendarLine"],
|
1958
|
+
},
|
1959
|
+
{
|
1960
|
+
previous: "IconReservationRegular",
|
1961
|
+
next: ["IconCheckmarkCalendarLine"],
|
1962
|
+
},
|
1963
|
+
{
|
1964
|
+
previous: "IconReservationFill",
|
1965
|
+
next: ["IconCheckmarkCalendarFill"],
|
1966
|
+
},
|
1967
|
+
{
|
1968
|
+
previous: "IconRestaurantThin",
|
1969
|
+
next: ["IconForkSpoonLine"],
|
1970
|
+
},
|
1971
|
+
{
|
1972
|
+
previous: "IconRestaurantRegular",
|
1973
|
+
next: ["IconForkSpoonLine"],
|
1974
|
+
},
|
1975
|
+
{
|
1976
|
+
previous: "IconRestaurantFill",
|
1977
|
+
next: ["IconForkSpoonFill"],
|
1978
|
+
},
|
1979
|
+
{
|
1980
|
+
previous: "IconRetryThin",
|
1981
|
+
next: ["IconArrowClockwiseCircularLine"],
|
1982
|
+
},
|
1983
|
+
{
|
1984
|
+
previous: "IconRetryRegular",
|
1985
|
+
next: ["IconArrowClockwiseCircularLine"],
|
1986
|
+
},
|
1987
|
+
{
|
1988
|
+
previous: "IconRetryFill",
|
1989
|
+
next: ["IconArrowClockwiseCircularFill"],
|
1990
|
+
},
|
1991
|
+
{
|
1992
|
+
previous: "IconReviewStarThin",
|
1993
|
+
next: ["IconStarLine"],
|
1994
|
+
},
|
1995
|
+
{
|
1996
|
+
previous: "IconReviewStarRegular",
|
1997
|
+
next: ["IconStarLine"],
|
1998
|
+
},
|
1999
|
+
{
|
2000
|
+
previous: "IconReviewStarFill",
|
2001
|
+
next: ["IconStarFill"],
|
2002
|
+
},
|
2003
|
+
{
|
2004
|
+
previous: "IconScannerThin",
|
2005
|
+
next: ["IconHorizlineViewfinderLine"],
|
2006
|
+
},
|
2007
|
+
{
|
2008
|
+
previous: "IconScannerRegular",
|
2009
|
+
next: ["IconHorizlineViewfinderLine"],
|
2010
|
+
},
|
2011
|
+
{
|
2012
|
+
previous: "IconScannerFill",
|
2013
|
+
next: ["IconHorizlineViewfinderFill"],
|
2014
|
+
},
|
2015
|
+
{
|
2016
|
+
previous: "IconSearchThin",
|
2017
|
+
next: ["IconMagnifyingglassLine"],
|
2018
|
+
},
|
2019
|
+
{
|
2020
|
+
previous: "IconSearchRegular",
|
2021
|
+
next: ["IconMagnifyingglassLine"],
|
2022
|
+
},
|
2023
|
+
{
|
2024
|
+
previous: "IconSearchFill",
|
2025
|
+
next: ["IconMagnifyingglassFill"],
|
2026
|
+
},
|
2027
|
+
{
|
2028
|
+
previous: "IconSearchDocThin",
|
2029
|
+
next: ["IconDocumentMagnifyingglassLine"],
|
2030
|
+
},
|
2031
|
+
{
|
2032
|
+
previous: "IconSearchDocRegular",
|
2033
|
+
next: ["IconDocumentMagnifyingglassLine"],
|
2034
|
+
},
|
2035
|
+
{
|
2036
|
+
previous: "IconSearchDocFill",
|
2037
|
+
next: ["IconDocumentMagnifyingglassFill"],
|
2038
|
+
},
|
2039
|
+
{
|
2040
|
+
previous: "IconSellThin",
|
2041
|
+
next: ["IconPlusSquareLine"],
|
2042
|
+
},
|
2043
|
+
{
|
2044
|
+
previous: "IconSellRegular",
|
2045
|
+
next: ["IconPlusSquareLine"],
|
2046
|
+
},
|
2047
|
+
{
|
2048
|
+
previous: "IconSellFill",
|
2049
|
+
next: ["IconPlusSquareFill"],
|
2050
|
+
},
|
2051
|
+
{
|
2052
|
+
previous: "IconSettingThin",
|
2053
|
+
next: ["IconGearLine"],
|
2054
|
+
},
|
2055
|
+
{
|
2056
|
+
previous: "IconSettingRegular",
|
2057
|
+
next: ["IconGearLine"],
|
2058
|
+
},
|
2059
|
+
{
|
2060
|
+
previous: "IconSettingFill",
|
2061
|
+
next: ["IconGearFill"],
|
2062
|
+
},
|
2063
|
+
{
|
2064
|
+
previous: "IconSignoutThin",
|
2065
|
+
next: ["IconBracketLeftArrowRightLine"],
|
2066
|
+
},
|
2067
|
+
{
|
2068
|
+
previous: "IconSignoutRegular",
|
2069
|
+
next: ["IconBracketLeftArrowRightLine"],
|
2070
|
+
},
|
2071
|
+
{
|
2072
|
+
previous: "IconSignoutFill",
|
2073
|
+
next: ["IconBracketLeftArrowRightFill"],
|
2074
|
+
},
|
2075
|
+
{
|
2076
|
+
previous: "IconSortThin",
|
2077
|
+
next: ["IconArrowUpArrowDownLine"],
|
2078
|
+
},
|
2079
|
+
{
|
2080
|
+
previous: "IconSortRegular",
|
2081
|
+
next: ["IconArrowUpArrowDownLine"],
|
2082
|
+
},
|
2083
|
+
{
|
2084
|
+
previous: "IconSortFill",
|
2085
|
+
next: ["IconArrowUpArrowDownFill"],
|
2086
|
+
},
|
2087
|
+
{
|
2088
|
+
previous: "IconStoryThin",
|
2089
|
+
next: ["IconTriangleRightChatbubbleLeftLine"],
|
2090
|
+
},
|
2091
|
+
{
|
2092
|
+
previous: "IconStoryRegular",
|
2093
|
+
next: ["IconTriangleRightChatbubbleLeftLine"],
|
2094
|
+
},
|
2095
|
+
{
|
2096
|
+
previous: "IconStoryFill",
|
2097
|
+
next: ["IconTriangleRightChatbubbleLeftFill"],
|
2098
|
+
},
|
2099
|
+
{
|
2100
|
+
previous: "IconStoryArticleThin",
|
2101
|
+
next: ["IconDocumentPenLine"],
|
2102
|
+
},
|
2103
|
+
{
|
2104
|
+
previous: "IconStoryArticleRegular",
|
2105
|
+
next: ["IconDocumentPenLine"],
|
2106
|
+
},
|
2107
|
+
{
|
2108
|
+
previous: "IconStoryArticleFill",
|
2109
|
+
next: ["IconDocumentPenFill"],
|
2110
|
+
},
|
2111
|
+
{
|
2112
|
+
previous: "IconSubtractCircleThin",
|
2113
|
+
next: ["IconMinusCircleLine"],
|
2114
|
+
},
|
2115
|
+
{
|
2116
|
+
previous: "IconSubtractCircleRegular",
|
2117
|
+
next: ["IconMinusCircleLine"],
|
2118
|
+
},
|
2119
|
+
{
|
2120
|
+
previous: "IconSubtractCircleFill",
|
2121
|
+
next: ["IconMinusCircleFill"],
|
2122
|
+
},
|
2123
|
+
{
|
2124
|
+
previous: "IconSubtractionThin",
|
2125
|
+
next: ["IconMinusLine"],
|
2126
|
+
},
|
2127
|
+
{
|
2128
|
+
previous: "IconSubtractionRegular",
|
2129
|
+
next: ["IconMinusLine"],
|
2130
|
+
},
|
2131
|
+
{
|
2132
|
+
previous: "IconSubtractionFill",
|
2133
|
+
next: ["IconMinusFill"],
|
2134
|
+
},
|
2135
|
+
{
|
2136
|
+
previous: "IconSuggestThin",
|
2137
|
+
next: ["IconLightbulbDot5Line"],
|
2138
|
+
description: "변경 후 확인이 필요해요.",
|
2139
|
+
},
|
2140
|
+
{
|
2141
|
+
previous: "IconSuggestRegular",
|
2142
|
+
next: ["IconLightbulbDot5Line"],
|
2143
|
+
description: "변경 후 확인이 필요해요.",
|
2144
|
+
},
|
2145
|
+
{
|
2146
|
+
previous: "IconSuggestFill",
|
2147
|
+
next: ["IconLightbulbDot5Fill"],
|
2148
|
+
description: "변경 후 확인이 필요해요.",
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
previous: "IconSunThin",
|
2152
|
+
next: ["IconSunLine"],
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
previous: "IconSunRegular",
|
2156
|
+
next: ["IconSunLine"],
|
2157
|
+
},
|
2158
|
+
{
|
2159
|
+
previous: "IconSunFill",
|
2160
|
+
next: ["IconSunFill"],
|
2161
|
+
},
|
2162
|
+
{
|
2163
|
+
previous: "IconTalkingdownThin",
|
2164
|
+
next: ["IconQuotationmark2RightLine"],
|
2165
|
+
},
|
2166
|
+
{
|
2167
|
+
previous: "IconTalkingdownRegular",
|
2168
|
+
next: ["IconQuotationmark2RightLine"],
|
2169
|
+
},
|
2170
|
+
{
|
2171
|
+
previous: "IconTalkingdownFill",
|
2172
|
+
next: ["IconQuotationmark2RightFill"],
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
previous: "IconTalkingupThin",
|
2176
|
+
next: ["IconQuotationmark2LeftLine"],
|
2177
|
+
},
|
2178
|
+
{
|
2179
|
+
previous: "IconTalkingupRegular",
|
2180
|
+
next: ["IconQuotationmark2LeftLine"],
|
2181
|
+
},
|
2182
|
+
{
|
2183
|
+
previous: "IconTalkingupFill",
|
2184
|
+
next: ["IconQuotationmark2LeftFill"],
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
previous: "IconTextThin",
|
2188
|
+
next: ["IconTUppercaseSerifLine"],
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
previous: "IconTextRegular",
|
2192
|
+
next: ["IconTUppercaseSerifLine"],
|
2193
|
+
},
|
2194
|
+
{
|
2195
|
+
previous: "IconTextFill",
|
2196
|
+
next: ["IconTUppercaseSerifFill"],
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
previous: "IconThumbDownThin",
|
2200
|
+
next: ["IconThumbDownLine"],
|
2201
|
+
},
|
2202
|
+
{
|
2203
|
+
previous: "IconThumbDownRegular",
|
2204
|
+
next: ["IconThumbDownLine"],
|
2205
|
+
},
|
2206
|
+
{
|
2207
|
+
previous: "IconThumbDownFill",
|
2208
|
+
next: ["IconThumbDownFill"],
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
previous: "IconThumbUpThin",
|
2212
|
+
next: ["IconThumbUpLine"],
|
2213
|
+
},
|
2214
|
+
{
|
2215
|
+
previous: "IconThumbUpRegular",
|
2216
|
+
next: ["IconThumbUpLine"],
|
2217
|
+
},
|
2218
|
+
{
|
2219
|
+
previous: "IconThumbUpFill",
|
2220
|
+
next: ["IconThumbUpFill"],
|
2221
|
+
},
|
2222
|
+
{
|
2223
|
+
previous: "IconToolboxThin",
|
2224
|
+
next: ["IconToolboxLine"],
|
2225
|
+
},
|
2226
|
+
{
|
2227
|
+
previous: "IconToolboxRegular",
|
2228
|
+
next: ["IconToolboxLine"],
|
2229
|
+
},
|
2230
|
+
{
|
2231
|
+
previous: "IconToolboxFill",
|
2232
|
+
next: ["IconToolboxFill"],
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
previous: "IconTranslateThin",
|
2236
|
+
next: ["IconTranslationLine"],
|
2237
|
+
},
|
2238
|
+
{
|
2239
|
+
previous: "IconTranslateRegular",
|
2240
|
+
next: ["IconTranslationLine"],
|
2241
|
+
},
|
2242
|
+
{
|
2243
|
+
previous: "IconTranslateFill",
|
2244
|
+
next: ["IconTranslationFill"],
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
previous: "IconTrashThin",
|
2248
|
+
next: ["IconTrashcanLine"],
|
2249
|
+
},
|
2250
|
+
{
|
2251
|
+
previous: "IconTrashRegular",
|
2252
|
+
next: ["IconTrashcanLine"],
|
2253
|
+
},
|
2254
|
+
{
|
2255
|
+
previous: "IconTrashFill",
|
2256
|
+
next: ["IconTrashcanFill"],
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
previous: "IconUndoThin",
|
2260
|
+
next: ["IconArrowUturnLeftLine"],
|
2261
|
+
},
|
2262
|
+
{
|
2263
|
+
previous: "IconUndoRegular",
|
2264
|
+
next: ["IconArrowUturnLeftLine"],
|
2265
|
+
},
|
2266
|
+
{
|
2267
|
+
previous: "IconUndoFill",
|
2268
|
+
next: ["IconArrowUturnLeftFill"],
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
previous: "IconUserGroupThin",
|
2272
|
+
next: ["IconPerson2Line"],
|
2273
|
+
},
|
2274
|
+
{
|
2275
|
+
previous: "IconUserGroupRegular",
|
2276
|
+
next: ["IconPerson2Line"],
|
2277
|
+
},
|
2278
|
+
{
|
2279
|
+
previous: "IconUserGroupFill",
|
2280
|
+
next: ["IconPerson2Fill"],
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
previous: "IconVideoThin",
|
2284
|
+
next: ["IconCamcorderLine"],
|
2285
|
+
},
|
2286
|
+
{
|
2287
|
+
previous: "IconVideoRegular",
|
2288
|
+
next: ["IconCamcorderLine"],
|
2289
|
+
},
|
2290
|
+
{
|
2291
|
+
previous: "IconVideoFill",
|
2292
|
+
next: ["IconCamcorderFill"],
|
2293
|
+
},
|
2294
|
+
{
|
2295
|
+
previous: "IconViewCountThin",
|
2296
|
+
next: ["IconEyeLine"],
|
2297
|
+
},
|
2298
|
+
{
|
2299
|
+
previous: "IconViewCountRegular",
|
2300
|
+
next: ["IconEyeLine"],
|
2301
|
+
},
|
2302
|
+
{
|
2303
|
+
previous: "IconViewCountFill",
|
2304
|
+
next: ["IconEyeFill"],
|
2305
|
+
},
|
2306
|
+
{
|
2307
|
+
previous: "IconViewCountOffThin",
|
2308
|
+
next: ["IconEyeSlashLine"],
|
2309
|
+
},
|
2310
|
+
{
|
2311
|
+
previous: "IconViewCountOffRegular",
|
2312
|
+
next: ["IconEyeSlashLine"],
|
2313
|
+
},
|
2314
|
+
{
|
2315
|
+
previous: "IconViewCountOffFill",
|
2316
|
+
next: ["IconEyeSlashFill"],
|
2317
|
+
},
|
2318
|
+
{
|
2319
|
+
previous: "IconVolumeOffThin",
|
2320
|
+
next: ["IconSpeakerWave2SlashLine"],
|
2321
|
+
},
|
2322
|
+
{
|
2323
|
+
previous: "IconVolumeOffRegular",
|
2324
|
+
next: ["IconSpeakerWave2SlashLine"],
|
2325
|
+
},
|
2326
|
+
{
|
2327
|
+
previous: "IconVolumeOffFill",
|
2328
|
+
next: ["IconSpeakerWave2SlashFill"],
|
2329
|
+
},
|
2330
|
+
{
|
2331
|
+
previous: "IconVolumeOnThin",
|
2332
|
+
next: ["IconSpeakerWave2Line"],
|
2333
|
+
},
|
2334
|
+
{
|
2335
|
+
previous: "IconVolumeOnRegular",
|
2336
|
+
next: ["IconSpeakerWave2Line"],
|
2337
|
+
},
|
2338
|
+
{
|
2339
|
+
previous: "IconVolumeOnFill",
|
2340
|
+
next: ["IconSpeakerWave2Fill"],
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
previous: "IconVoteThin",
|
2344
|
+
next: ["IconCheckmarkBallotboxLine"],
|
2345
|
+
},
|
2346
|
+
{
|
2347
|
+
previous: "IconVoteRegular",
|
2348
|
+
next: ["IconCheckmarkBallotboxLine"],
|
2349
|
+
},
|
2350
|
+
{
|
2351
|
+
previous: "IconVoteFill",
|
2352
|
+
next: ["IconCheckmarkBallotboxFill"],
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
previous: "IconVoucherThin",
|
2356
|
+
next: ["IconGiftLine"],
|
2357
|
+
},
|
2358
|
+
{
|
2359
|
+
previous: "IconVoucherRegular",
|
2360
|
+
next: ["IconGiftLine"],
|
2361
|
+
},
|
2362
|
+
{
|
2363
|
+
previous: "IconVoucherFill",
|
2364
|
+
next: ["IconGiftFill"],
|
2365
|
+
},
|
2366
|
+
{
|
2367
|
+
previous: "IconWalkThin",
|
2368
|
+
next: ["IconFigureWalkLine"],
|
2369
|
+
},
|
2370
|
+
{
|
2371
|
+
previous: "IconWalkRegular",
|
2372
|
+
next: ["IconFigureWalkLine"],
|
2373
|
+
},
|
2374
|
+
{
|
2375
|
+
previous: "IconWalkFill",
|
2376
|
+
next: ["IconFigureWalkFill"],
|
2377
|
+
},
|
2378
|
+
{
|
2379
|
+
previous: "IconWarningThin",
|
2380
|
+
next: ["IconExclamationmarkCircleLine"],
|
2381
|
+
},
|
2382
|
+
{
|
2383
|
+
previous: "IconWarningRegular",
|
2384
|
+
next: ["IconExclamationmarkCircleLine"],
|
2385
|
+
},
|
2386
|
+
{
|
2387
|
+
previous: "IconWarningFill",
|
2388
|
+
next: ["IconExclamationmarkCircleFill"],
|
2389
|
+
},
|
2390
|
+
{
|
2391
|
+
previous: "IconWriteThin",
|
2392
|
+
next: ["IconPenHorizlineLine"],
|
2393
|
+
},
|
2394
|
+
{
|
2395
|
+
previous: "IconWriteRegular",
|
2396
|
+
next: ["IconPenHorizlineLine"],
|
2397
|
+
},
|
2398
|
+
{
|
2399
|
+
previous: "IconWriteFill",
|
2400
|
+
next: ["IconPenHorizlineFill"],
|
2401
|
+
},
|
2402
|
+
{
|
2403
|
+
previous: "IconWriteFrequentUseThin",
|
2404
|
+
next: ["IconDocumentPlusLine"],
|
2405
|
+
},
|
2406
|
+
{
|
2407
|
+
previous: "IconWriteFrequentUseRegular",
|
2408
|
+
next: ["IconDocumentPlusLine"],
|
2409
|
+
},
|
2410
|
+
{
|
2411
|
+
previous: "IconWriteFrequentUseFill",
|
2412
|
+
next: ["IconDocumentPlusFill"],
|
2413
|
+
},
|
2414
|
+
{
|
2415
|
+
previous: "IconWriteStoryThin",
|
2416
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightLine"],
|
2417
|
+
description: "변경 후 확인이 필요해요.",
|
2418
|
+
},
|
2419
|
+
{
|
2420
|
+
previous: "IconWriteStoryRegular",
|
2421
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightLine"],
|
2422
|
+
description: "변경 후 확인이 필요해요.",
|
2423
|
+
},
|
2424
|
+
{
|
2425
|
+
previous: "IconWriteStoryFill",
|
2426
|
+
next: ["IconHorizline2VerticalChatbubbleRectangularRightFill"],
|
2427
|
+
description: "변경 후 확인이 필요해요.",
|
2428
|
+
},
|
2429
|
+
];
|
2430
|
+
|
2431
|
+
export const multicolorIconMappings = [
|
2432
|
+
{
|
2433
|
+
previous: "IconCategoryRealty",
|
2434
|
+
next: ["IconWindow4House"],
|
2435
|
+
description: "부동산",
|
2436
|
+
},
|
2437
|
+
{
|
2438
|
+
previous: "IconCategoryCar",
|
2439
|
+
next: ["IconCarFrontside"],
|
2440
|
+
description: "중고차",
|
2441
|
+
},
|
2442
|
+
{
|
2443
|
+
previous: "IconCategoryJobs",
|
2444
|
+
next: ["IconPersonMagnifyingglass"],
|
2445
|
+
description: "알바",
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
previous: "IconCategoryGroup",
|
2449
|
+
next: ["IconPerson2Openarms"],
|
2450
|
+
description: "모임",
|
2451
|
+
},
|
2452
|
+
{
|
2453
|
+
previous: "IconCategoryAd",
|
2454
|
+
next: ["IconMegaphoneTilted"],
|
2455
|
+
description: "광고",
|
2456
|
+
},
|
2457
|
+
{
|
2458
|
+
previous: "IconCategoryBizprofile",
|
2459
|
+
next: ["IconWindow2Store"],
|
2460
|
+
description: "비즈프로필",
|
2461
|
+
},
|
2462
|
+
{
|
2463
|
+
previous: "IconCategoryRestaurant",
|
2464
|
+
next: ["IconForkSpoon"],
|
2465
|
+
},
|
2466
|
+
{
|
2467
|
+
previous: "IconCategoryCafe",
|
2468
|
+
next: ["IconCupHeatwave"],
|
2469
|
+
},
|
2470
|
+
{
|
2471
|
+
previous: "IconCategoryTruck",
|
2472
|
+
next: ["IconTruck"],
|
2473
|
+
},
|
2474
|
+
{
|
2475
|
+
previous: "IconCategoryFitness",
|
2476
|
+
next: ["IconDumbbell"],
|
2477
|
+
},
|
2478
|
+
{
|
2479
|
+
previous: "IconCategoryBeauty",
|
2480
|
+
next: ["IconScissors"],
|
2481
|
+
},
|
2482
|
+
{
|
2483
|
+
previous: "IconCategoryBeautyshop",
|
2484
|
+
next: ["IconNailpolish"],
|
2485
|
+
},
|
2486
|
+
{
|
2487
|
+
previous: "IconCategoryConstruction",
|
2488
|
+
next: ["IconWrench"],
|
2489
|
+
},
|
2490
|
+
{
|
2491
|
+
previous: "IconCategoryClass",
|
2492
|
+
next: ["IconPalette"],
|
2493
|
+
},
|
2494
|
+
{
|
2495
|
+
previous: "IconCategoryLife",
|
2496
|
+
next: ["IconSpraybottleSponge"],
|
2497
|
+
},
|
2498
|
+
{
|
2499
|
+
previous: "IconCategoryHomerepair",
|
2500
|
+
next: ["IconPaintroller"],
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
previous: "IconCategoryAcademy",
|
2504
|
+
next: ["IconPencil"],
|
2505
|
+
},
|
2506
|
+
{
|
2507
|
+
previous: "IconCategoryFarm",
|
2508
|
+
next: [],
|
2509
|
+
description: "없음",
|
2510
|
+
},
|
2511
|
+
{
|
2512
|
+
previous: "IconCategoryClassRemoved",
|
2513
|
+
next: [],
|
2514
|
+
description: "없음",
|
2515
|
+
},
|
2516
|
+
{
|
2517
|
+
previous: "IconCategoryMedical",
|
2518
|
+
next: [],
|
2519
|
+
description: "없음",
|
2520
|
+
},
|
2521
|
+
{
|
2522
|
+
previous: "IconCategoryLaundry",
|
2523
|
+
next: [],
|
2524
|
+
description: "없음",
|
2525
|
+
},
|
2526
|
+
{
|
2527
|
+
previous: "IconCategoryLost",
|
2528
|
+
next: [],
|
2529
|
+
description: "없음",
|
2530
|
+
},
|
2531
|
+
{
|
2532
|
+
previous: "IconCategoryRecommandation",
|
2533
|
+
next: [],
|
2534
|
+
description: "없음",
|
2535
|
+
},
|
2536
|
+
{
|
2537
|
+
previous: "IconCategoryBuytogether",
|
2538
|
+
next: [],
|
2539
|
+
description: "없음",
|
2540
|
+
},
|
2541
|
+
{
|
2542
|
+
previous: "IconCategoryPopularity",
|
2543
|
+
next: [],
|
2544
|
+
description: "없음",
|
2545
|
+
},
|
2546
|
+
{
|
2547
|
+
previous: "IconCategoryQuestions",
|
2548
|
+
next: [],
|
2549
|
+
description: "없음",
|
2550
|
+
},
|
2551
|
+
{
|
2552
|
+
previous: "IconCategoryTogether",
|
2553
|
+
next: [],
|
2554
|
+
description: "없음",
|
2555
|
+
},
|
2556
|
+
{
|
2557
|
+
previous: "IconCategoryPet",
|
2558
|
+
next: [],
|
2559
|
+
description: "없음",
|
2560
|
+
},
|
2561
|
+
{
|
2562
|
+
previous: "IconCategoryCare",
|
2563
|
+
next: [],
|
2564
|
+
description: "없음",
|
2565
|
+
},
|
2566
|
+
{
|
2567
|
+
description: "중고거래(신규)",
|
2568
|
+
next: ["IconShoppingbagItems"],
|
2569
|
+
},
|
2570
|
+
{
|
2571
|
+
description: "이웃광고(신규)",
|
2572
|
+
next: ["IconLinechartUpXaxis"],
|
2573
|
+
},
|
2574
|
+
{
|
2575
|
+
description: "픽업(신규)",
|
2576
|
+
next: ["IconForkSpoonBag"],
|
2577
|
+
},
|
2578
|
+
{
|
2579
|
+
description: "동네스토리(신규)",
|
2580
|
+
next: ["IconTriangleRightChatbubbleLeft"],
|
2581
|
+
},
|
2582
|
+
];
|
2583
|
+
|
2584
|
+
export const iconMappings = [...monochromeIconMappings, ...multicolorIconMappings];
|