@taiga-ui/cdk 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract/dialog.directive.d.ts +4 -3
- package/bundles/taiga-ui-cdk-abstract.umd.js +6 -9
- package/bundles/taiga-ui-cdk-abstract.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js +1 -1
- package/bundles/taiga-ui-cdk-constants.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-enums.umd.js +4 -0
- package/bundles/taiga-ui-cdk-enums.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-observables.umd.js +2 -0
- package/bundles/taiga-ui-cdk-observables.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-services.umd.js +8 -3
- package/bundles/taiga-ui-cdk-services.umd.js.map +1 -1
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/esm2015/abstract/dialog.directive.js +8 -7
- package/esm2015/constants/version.js +2 -2
- package/esm2015/enums/day-of-week.js +3 -1
- package/esm2015/enums/month-number.js +3 -1
- package/esm2015/observables/drag-and-drop-from.js +3 -1
- package/esm2015/services/static-request.service.js +7 -2
- package/esm2015/types/index.js +2 -1
- package/esm2015/types/values-of.js +2 -0
- package/esm2015/utils/miscellaneous/uniq-by.js +1 -1
- package/fesm2015/taiga-ui-cdk-abstract.js +5 -4
- package/fesm2015/taiga-ui-cdk-abstract.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js +1 -1
- package/fesm2015/taiga-ui-cdk-constants.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-enums.js +4 -0
- package/fesm2015/taiga-ui-cdk-enums.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-observables.js +2 -0
- package/fesm2015/taiga-ui-cdk-observables.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-services.js +6 -1
- package/fesm2015/taiga-ui-cdk-services.js.map +1 -1
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +1 -1
- package/package.json +5 -5
- package/schematics/migration.json +6 -1
- package/schematics/ng-add/steps/add-taiga-modules.js +9 -1
- package/schematics/ng-update/v3-30/constants/icons.js +1 -1
- package/schematics/ng-update/v3-30/index.js +2 -2
- package/schematics/ng-update/v3-35/constants/constants.d.ts +2 -0
- package/schematics/ng-update/v3-35/constants/constants.js +8 -0
- package/schematics/ng-update/v3-35/constants/icons.d.ts +4 -0
- package/schematics/ng-update/v3-35/constants/icons.js +2357 -0
- package/schematics/ng-update/v3-35/index.d.ts +3 -0
- package/schematics/ng-update/v3-35/index.js +33 -0
- package/types/index.d.ts +1 -0
- package/types/values-of.d.ts +1 -0
- /package/schematics/ng-update/{v3-30/steps → steps/icons}/replace-imports.d.ts +0 -0
- /package/schematics/ng-update/{v3-30/steps → steps/icons}/replace-imports.js +0 -0
- /package/schematics/ng-update/{v3-30/steps → steps/icons}/replace-text.d.ts +0 -0
- /package/schematics/ng-update/{v3-30/steps → steps/icons}/replace-text.js +0 -0
@@ -0,0 +1,2357 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ICONS = void 0;
|
4
|
+
exports.ICONS = [
|
5
|
+
{
|
6
|
+
to: `tuiIconTdsGridMediumPragmatic`,
|
7
|
+
from: `tuiIconAddProductLarge`,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
to: `tuiIconTdsWysiwygTableAddRowMediumPragmatic`,
|
11
|
+
from: `tuiIconAddRowLarge`,
|
12
|
+
},
|
13
|
+
{
|
14
|
+
to: `tuiIconTdsAlertSmallPragmatic`,
|
15
|
+
from: `tuiIconAlert`,
|
16
|
+
},
|
17
|
+
{
|
18
|
+
to: `tuiIconTdsAlertSmallPragmatic`,
|
19
|
+
from: `tuiIconAlertCircle`,
|
20
|
+
},
|
21
|
+
{
|
22
|
+
to: `tuiIconTdsAlertMediumPragmatic`,
|
23
|
+
from: `tuiIconAlertCircleLarge`,
|
24
|
+
},
|
25
|
+
{
|
26
|
+
to: `tuiIconTdsAlertMediumPragmatic`,
|
27
|
+
from: `tuiIconAlertCircleLargeOutline`,
|
28
|
+
},
|
29
|
+
{
|
30
|
+
to: `tuiIconTdsAlertSmallPragmatic`,
|
31
|
+
from: `tuiIconAlertCircleOutline`,
|
32
|
+
},
|
33
|
+
{
|
34
|
+
to: `tuiIconTdsAlertMediumPragmatic`,
|
35
|
+
from: `tuiIconAlertLarge`,
|
36
|
+
},
|
37
|
+
{
|
38
|
+
to: `tuiIconTdsWysiwygAlignCenterMediumPragmatic`,
|
39
|
+
from: `tuiIconAlignCenterLarge`,
|
40
|
+
},
|
41
|
+
{
|
42
|
+
to: `tuiIconTdsWysiwygAlignJustifyMediumPragmatic`,
|
43
|
+
from: `tuiIconAlignJustifyLarge`,
|
44
|
+
},
|
45
|
+
{
|
46
|
+
to: `tuiIconTdsWysiwygAlignLeftMediumPragmatic`,
|
47
|
+
from: `tuiIconAlignLeftLarge`,
|
48
|
+
},
|
49
|
+
{
|
50
|
+
to: `tuiIconTdsWysiwygAlignRightMediumPragmatic`,
|
51
|
+
from: `tuiIconAlignRightLarge`,
|
52
|
+
},
|
53
|
+
{
|
54
|
+
to: `tuiIconTdsPaymentAlipayLogoSquare`,
|
55
|
+
from: `tuiIconAlipay`,
|
56
|
+
},
|
57
|
+
{
|
58
|
+
to: `tuiIconTdsArrowDownSmallPragmatic`,
|
59
|
+
from: `tuiIconArrowDown`,
|
60
|
+
},
|
61
|
+
{
|
62
|
+
to: `tuiIconTdsArrowDownMediumPragmatic`,
|
63
|
+
from: `tuiIconArrowDownLarge`,
|
64
|
+
},
|
65
|
+
{
|
66
|
+
to: `tuiIconTdsArrowBottomLeftSmallPragmatic`,
|
67
|
+
from: `tuiIconArrowDownLeft`,
|
68
|
+
},
|
69
|
+
{
|
70
|
+
to: `tuiIconTdsArrowBottomRightSmallPragmatic`,
|
71
|
+
from: `tuiIconArrowDownRight`,
|
72
|
+
},
|
73
|
+
{
|
74
|
+
to: `tuiIconTdsArrowLeftSmallPragmatic`,
|
75
|
+
from: `tuiIconArrowLeft`,
|
76
|
+
},
|
77
|
+
{
|
78
|
+
to: `tuiIconTdsArrowLeftCircleSmallPragmatic`,
|
79
|
+
from: `tuiIconArrowLeftCircle`,
|
80
|
+
},
|
81
|
+
{
|
82
|
+
to: `tuiIconTdsArrowLeftMediumPragmatic`,
|
83
|
+
from: `tuiIconArrowLeftLarge`,
|
84
|
+
},
|
85
|
+
{
|
86
|
+
to: `tuiIconTdsArrowRightSmallPragmatic`,
|
87
|
+
from: `tuiIconArrowRight`,
|
88
|
+
},
|
89
|
+
{
|
90
|
+
to: `tuiIconTdsArrowRightMediumPragmatic`,
|
91
|
+
from: `tuiIconArrowRightLarge`,
|
92
|
+
},
|
93
|
+
{
|
94
|
+
to: `tuiIconTdsArrowDownSmallPragmatic`,
|
95
|
+
from: `tuiIconArrowShortDown`,
|
96
|
+
},
|
97
|
+
{
|
98
|
+
to: `tuiIconTdsArrowLeftSmallPragmatic`,
|
99
|
+
from: `tuiIconArrowShortLeft`,
|
100
|
+
},
|
101
|
+
{
|
102
|
+
to: `tuiIconTdsArrowRightSmallPragmatic`,
|
103
|
+
from: `tuiIconArrowShortRight`,
|
104
|
+
},
|
105
|
+
{
|
106
|
+
to: `tuiIconTdsArrowUpSmallPragmatic`,
|
107
|
+
from: `tuiIconArrowShortUp`,
|
108
|
+
},
|
109
|
+
{
|
110
|
+
to: `tuiIconTdsArrowUpSmallPragmatic`,
|
111
|
+
from: `tuiIconArrowUp`,
|
112
|
+
},
|
113
|
+
{
|
114
|
+
to: `tuiIconTdsArrowUpMediumPragmatic`,
|
115
|
+
from: `tuiIconArrowUpLarge`,
|
116
|
+
},
|
117
|
+
{
|
118
|
+
to: `tuiIconTdsArrowTopLeftSmallPragmatic`,
|
119
|
+
from: `tuiIconArrowUpLeft`,
|
120
|
+
},
|
121
|
+
{
|
122
|
+
to: `tuiIconTdsArrowTopRightSmallPragmatic`,
|
123
|
+
from: `tuiIconArrowUpRight`,
|
124
|
+
},
|
125
|
+
{
|
126
|
+
to: `tuiIconTdsBackspaceSmallPragmatic`,
|
127
|
+
from: `tuiIconBackspace`,
|
128
|
+
},
|
129
|
+
{
|
130
|
+
to: `tuiIconTdsChartBarSmallPragmatic`,
|
131
|
+
from: `tuiIconBarChart`,
|
132
|
+
},
|
133
|
+
{
|
134
|
+
to: `tuiIconTdsBarcodeScanSmallPragmatic`,
|
135
|
+
from: `tuiIconBarCode`,
|
136
|
+
},
|
137
|
+
{
|
138
|
+
to: `tuiIconTdsBarcodeScanMediumPragmatic`,
|
139
|
+
from: `tuiIconBarCodeLarge`,
|
140
|
+
},
|
141
|
+
{
|
142
|
+
to: `tuiIconTdsChartBarMediumPragmatic`,
|
143
|
+
from: `tuiIconBarchartCircleLarge`,
|
144
|
+
},
|
145
|
+
{
|
146
|
+
to: `tuiIconTdsBellSmallPragmatic`,
|
147
|
+
from: `tuiIconBell`,
|
148
|
+
},
|
149
|
+
{
|
150
|
+
to: `tuiIconTdsBellMediumPragmatic`,
|
151
|
+
from: `tuiIconBellLarge`,
|
152
|
+
},
|
153
|
+
{
|
154
|
+
to: `tuiIconTdsBellMediumPragmatic`,
|
155
|
+
from: `tuiIconBellLargeOutline`,
|
156
|
+
},
|
157
|
+
{
|
158
|
+
to: `tuiIconTdsBellOffSmallPragmatic`,
|
159
|
+
from: `tuiIconBellOff`,
|
160
|
+
},
|
161
|
+
{
|
162
|
+
to: `tuiIconTdsBellOffMediumPragmatic`,
|
163
|
+
from: `tuiIconBellOffLarge`,
|
164
|
+
},
|
165
|
+
{
|
166
|
+
to: `tuiIconTdsBellOffMediumPragmatic`,
|
167
|
+
from: `tuiIconBellOffLargeOutline`,
|
168
|
+
},
|
169
|
+
{
|
170
|
+
to: `tuiIconTdsBellOffSmallPragmatic`,
|
171
|
+
from: `tuiIconBellOffOutline`,
|
172
|
+
},
|
173
|
+
{
|
174
|
+
to: `tuiIconTdsBellSmallPragmatic`,
|
175
|
+
from: `tuiIconBellOutline`,
|
176
|
+
},
|
177
|
+
{
|
178
|
+
to: `tuiIconTdsBellMediumPragmatic`,
|
179
|
+
from: `tuiIconBillOutLarge`,
|
180
|
+
},
|
181
|
+
{
|
182
|
+
to: `tuiIconTdsBookmarkSmallPragmatic`,
|
183
|
+
from: `tuiIconBookmark`,
|
184
|
+
},
|
185
|
+
{
|
186
|
+
to: `tuiIconTdsBookmarkMediumPragmatic`,
|
187
|
+
from: `tuiIconBookmarkLarge`,
|
188
|
+
},
|
189
|
+
{
|
190
|
+
to: `tuiIconTdsBookmarkMediumPragmatic`,
|
191
|
+
from: `tuiIconBookmarkLargeOutline`,
|
192
|
+
},
|
193
|
+
{
|
194
|
+
to: `tuiIconTdsBookmarkSmallPragmatic`,
|
195
|
+
from: `tuiIconBookmarkOutline`,
|
196
|
+
},
|
197
|
+
{
|
198
|
+
to: `tuiIconTdsCalendarSmallPragmatic`,
|
199
|
+
from: `tuiIconCalendar`,
|
200
|
+
},
|
201
|
+
{
|
202
|
+
to: `tuiIconTdsCalendarSmallPragmatic`,
|
203
|
+
from: `tuiIconCalendarFilled`,
|
204
|
+
},
|
205
|
+
{
|
206
|
+
to: `tuiIconTdsCalendarMediumPragmatic`,
|
207
|
+
from: `tuiIconCalendarFilledLarge`,
|
208
|
+
},
|
209
|
+
{
|
210
|
+
to: `tuiIconTdsCalendarMediumPragmatic`,
|
211
|
+
from: `tuiIconCalendarLarge`,
|
212
|
+
},
|
213
|
+
{
|
214
|
+
to: `tuiIconTdsCalendarMediumPragmatic`,
|
215
|
+
from: `tuiIconCalendarLargeOutline`,
|
216
|
+
},
|
217
|
+
{
|
218
|
+
to: `tuiIconTdsMathLessCalendarSmallPragmatic`,
|
219
|
+
from: `tuiIconCalendarLess`,
|
220
|
+
},
|
221
|
+
{
|
222
|
+
to: `tuiIconTdsMathLessCalendarMediumPragmatic`,
|
223
|
+
from: `tuiIconCalendarLessLarge`,
|
224
|
+
},
|
225
|
+
{
|
226
|
+
to: `tuiIconTdsMathLessOrEqualCalendarSmallPragmatic`,
|
227
|
+
from: `tuiIconCalendarLessOrEqual`,
|
228
|
+
},
|
229
|
+
{
|
230
|
+
to: `tuiIconTdsMathLessOrEqualCalendarMediumPragmatic`,
|
231
|
+
from: `tuiIconCalendarLessOrEqualLarge`,
|
232
|
+
},
|
233
|
+
{
|
234
|
+
to: `tuiIconTdsMathMoreCalendarSmallPragmatic`,
|
235
|
+
from: `tuiIconCalendarMore`,
|
236
|
+
},
|
237
|
+
{
|
238
|
+
to: `tuiIconTdsMathMoreCalendarMediumPragmatic`,
|
239
|
+
from: `tuiIconCalendarMoreLarge`,
|
240
|
+
},
|
241
|
+
{
|
242
|
+
to: `tuiIconTdsMathMoreOrEqualCalendarSmallPragmatic`,
|
243
|
+
from: `tuiIconCalendarMoreOrEqual`,
|
244
|
+
},
|
245
|
+
{
|
246
|
+
to: `tuiIconTdsMathMoreOrEqualCalendarMediumPragmatic`,
|
247
|
+
from: `tuiIconCalendarMoreOrEqualLarge`,
|
248
|
+
},
|
249
|
+
{
|
250
|
+
to: `tuiIconTdsCalendarSmallPragmatic`,
|
251
|
+
from: `tuiIconCalendarOutline`,
|
252
|
+
},
|
253
|
+
{
|
254
|
+
to: `tuiIconTdsPhoneKeypadSmallPragmatic`,
|
255
|
+
from: `tuiIconCall`,
|
256
|
+
},
|
257
|
+
{
|
258
|
+
to: `tuiIconTdsPhoneArrowSmallPragmatic`,
|
259
|
+
from: `tuiIconCallIn`,
|
260
|
+
},
|
261
|
+
{
|
262
|
+
to: `tuiIconTdsPhoneArrowMediumPragmatic`,
|
263
|
+
from: `tuiIconCallInLarge`,
|
264
|
+
},
|
265
|
+
{
|
266
|
+
to: `tuiIconTdsPhoneKeypadSmallPragmatic`,
|
267
|
+
from: `tuiIconCallKeyboard`,
|
268
|
+
},
|
269
|
+
{
|
270
|
+
to: `tuiIconTdsPhoneKeypadMediumPragmatic`,
|
271
|
+
from: `tuiIconCallKeyboardLarge`,
|
272
|
+
},
|
273
|
+
{
|
274
|
+
to: `tuiIconTdsPhoneArrowRightSmallPragmatic`,
|
275
|
+
from: `tuiIconCallOut`,
|
276
|
+
},
|
277
|
+
{
|
278
|
+
to: `tuiIconTdsPhoneArrowRightMediumPragmatic`,
|
279
|
+
from: `tuiIconCallOutLarge`,
|
280
|
+
},
|
281
|
+
{
|
282
|
+
to: `tuiIconTdsPhoneArrowDoubleRightSmallPragmatic`,
|
283
|
+
from: `tuiIconCallTransfer`,
|
284
|
+
},
|
285
|
+
{
|
286
|
+
to: `tuiIconTdsPhoneArrowDoubleRightMediumPragmatic`,
|
287
|
+
from: `tuiIconCallTransferLarge`,
|
288
|
+
},
|
289
|
+
{
|
290
|
+
to: `tuiIconTdsCameraPhotoSmallPragmatic`,
|
291
|
+
from: `tuiIconCamera`,
|
292
|
+
},
|
293
|
+
{
|
294
|
+
to: `tuiIconTdsCameraPhotoMediumPragmatic`,
|
295
|
+
from: `tuiIconCameraLarge`,
|
296
|
+
},
|
297
|
+
{
|
298
|
+
to: `tuiIconTdsCameraPhotoSmallPragmatic`,
|
299
|
+
from: `tuiIconCameraLargeOutline`,
|
300
|
+
},
|
301
|
+
{
|
302
|
+
to: `tuiIconTdsCameraPhotoMediumPragmatic`,
|
303
|
+
from: `tuiIconCameraOutline`,
|
304
|
+
},
|
305
|
+
{
|
306
|
+
to: `tuiIconTdsCardsSmallPragmatic`,
|
307
|
+
from: `tuiIconCardsLarge`,
|
308
|
+
},
|
309
|
+
{
|
310
|
+
to: `tuiIconTdsCardsMediumPragmatic`,
|
311
|
+
from: `tuiIconCardsLargeOutline`,
|
312
|
+
},
|
313
|
+
{
|
314
|
+
to: `tuiIconTdsShoppingCartSmallPragmatic`,
|
315
|
+
from: `tuiIconCart`,
|
316
|
+
},
|
317
|
+
{
|
318
|
+
to: `tuiIconTdsShoppingCartMediumPragmatic`,
|
319
|
+
from: `tuiIconCartLarge`,
|
320
|
+
},
|
321
|
+
{
|
322
|
+
to: `tuiIconTdsShoppingCartMediumPragmatic`,
|
323
|
+
from: `tuiIconCartLargeOutline`,
|
324
|
+
},
|
325
|
+
{
|
326
|
+
to: `tuiIconTdsShoppingCartMediumPragmatic`,
|
327
|
+
from: `tuiIconCartOutline`,
|
328
|
+
},
|
329
|
+
{
|
330
|
+
to: `tuiIconTdsPercentCircleSmallPragmatic`,
|
331
|
+
from: `tuiIconCashback`,
|
332
|
+
},
|
333
|
+
{
|
334
|
+
to: `tuiIconTdsPercentCircleMediumPragmatic`,
|
335
|
+
from: `tuiIconCashbackLarge`,
|
336
|
+
},
|
337
|
+
{
|
338
|
+
to: `tuiIconTdsPercentCircleSmallPragmatic`,
|
339
|
+
from: `tuiIconCashbackOutline`,
|
340
|
+
},
|
341
|
+
{
|
342
|
+
to: `tuiIconTdsPercentCircleMediumPragmatic`,
|
343
|
+
from: `tuiIconCashbackOutlineLarge`,
|
344
|
+
},
|
345
|
+
{
|
346
|
+
to: `tuiIconTdsChartCandleSmallPragmatic`,
|
347
|
+
from: `tuiIconChartCandle`,
|
348
|
+
},
|
349
|
+
{
|
350
|
+
to: `tuiIconTdsChartCandleMediumPragmatic`,
|
351
|
+
from: `tuiIconChartCandleLarge`,
|
352
|
+
},
|
353
|
+
{
|
354
|
+
to: `tuiIconTdsChartLineSmallPragmatic`,
|
355
|
+
from: `tuiIconChartLine`,
|
356
|
+
},
|
357
|
+
{
|
358
|
+
to: `tuiIconTdsChartLineMediumPragmatic`,
|
359
|
+
from: `tuiIconChartLineLarge`,
|
360
|
+
},
|
361
|
+
{
|
362
|
+
to: `tuiIconTdsChartPieSmallPragmatic`,
|
363
|
+
from: `tuiIconChartPie`,
|
364
|
+
},
|
365
|
+
{
|
366
|
+
to: `tuiIconTdsChatsSmallPragmatic`,
|
367
|
+
from: `tuiIconChat`,
|
368
|
+
},
|
369
|
+
{
|
370
|
+
to: `tuiIconTdsChatsMediumPragmatic`,
|
371
|
+
from: `tuiIconChatLarge`,
|
372
|
+
},
|
373
|
+
{
|
374
|
+
to: `tuiIconTdsChatsSmallPragmatic`,
|
375
|
+
from: `tuiIconChatLargeOutline`,
|
376
|
+
},
|
377
|
+
{
|
378
|
+
to: `tuiIconTdsChatsMediumPragmatic`,
|
379
|
+
from: `tuiIconChatOutline`,
|
380
|
+
},
|
381
|
+
{
|
382
|
+
to: `tuiIconTdsCheckSmallPragmatic`,
|
383
|
+
from: `tuiIconCheck`,
|
384
|
+
},
|
385
|
+
{
|
386
|
+
to: `tuiIconTdsCheckCircleSmallPragmatic`,
|
387
|
+
from: `tuiIconCheckCircle`,
|
388
|
+
},
|
389
|
+
{
|
390
|
+
to: `tuiIconTdsCheckCircleMediumPragmatic`,
|
391
|
+
from: `tuiIconCheckCircleLarge`,
|
392
|
+
},
|
393
|
+
{
|
394
|
+
to: `tuiIconTdsCheckCircleMediumPragmatic`,
|
395
|
+
from: `tuiIconCheckCircleLargeOutline`,
|
396
|
+
},
|
397
|
+
{
|
398
|
+
to: `tuiIconTdsCheckCircleSmallPragmatic`,
|
399
|
+
from: `tuiIconCheckCircleOutline`,
|
400
|
+
},
|
401
|
+
{
|
402
|
+
to: `tuiIconTdsCheckMediumPragmatic`,
|
403
|
+
from: `tuiIconCheckLarge`,
|
404
|
+
},
|
405
|
+
{
|
406
|
+
to: `tuiIconTdsChevronDownSmallPragmatic`,
|
407
|
+
from: `tuiIconChevronDown`,
|
408
|
+
},
|
409
|
+
{
|
410
|
+
to: `tuiIconTdsArrowDownCircleMediumPragmatic`,
|
411
|
+
from: `tuiIconChevronDownCircleLarge`,
|
412
|
+
},
|
413
|
+
{
|
414
|
+
to: `tuiIconTdsChevronDownMediumPragmatic`,
|
415
|
+
from: `tuiIconChevronDownLarge`,
|
416
|
+
},
|
417
|
+
{
|
418
|
+
to: `tuiIconTdsChevronLeftSmallPragmatic`,
|
419
|
+
from: `tuiIconChevronLeft`,
|
420
|
+
},
|
421
|
+
{
|
422
|
+
to: `tuiIconTdsArrowLeftCircleMediumPragmatic`,
|
423
|
+
from: `tuiIconChevronLeftCircleLarge`,
|
424
|
+
},
|
425
|
+
{
|
426
|
+
to: `tuiIconTdsChevronLeftMediumPragmatic`,
|
427
|
+
from: `tuiIconChevronLeftLarge`,
|
428
|
+
},
|
429
|
+
{
|
430
|
+
to: `tuiIconTdsChevronRightSmallPragmatic`,
|
431
|
+
from: `tuiIconChevronRight`,
|
432
|
+
},
|
433
|
+
{
|
434
|
+
to: `tuiIconTdsArrowRightCircleMediumPragmatic`,
|
435
|
+
from: `tuiIconChevronRightCircleLarge`,
|
436
|
+
},
|
437
|
+
{
|
438
|
+
to: `tuiIconTdsChevronRightMediumPragmatic`,
|
439
|
+
from: `tuiIconChevronRightLarge`,
|
440
|
+
},
|
441
|
+
{
|
442
|
+
to: `tuiIconTdsChevronUpSmallPragmatic`,
|
443
|
+
from: `tuiIconChevronUp`,
|
444
|
+
},
|
445
|
+
{
|
446
|
+
to: `tuiIconTdsArrowUpCircleMediumPragmatic`,
|
447
|
+
from: `tuiIconChevronUpCircleLarge`,
|
448
|
+
},
|
449
|
+
{
|
450
|
+
to: `tuiIconTdsChevronUpMediumPragmatic`,
|
451
|
+
from: `tuiIconChevronUpLarge`,
|
452
|
+
},
|
453
|
+
{
|
454
|
+
to: `tuiIconTdsChevronDownMediumPragmatic`,
|
455
|
+
from: `tuiIconChevronsDownLarge`,
|
456
|
+
},
|
457
|
+
{
|
458
|
+
to: `tuiIconTdsChevronLeftMediumPragmatic`,
|
459
|
+
from: `tuiIconChevronsLeftLarge`,
|
460
|
+
},
|
461
|
+
{
|
462
|
+
to: `tuiIconTdsChevronRightMediumPragmatic`,
|
463
|
+
from: `tuiIconChevronsRightLarge`,
|
464
|
+
},
|
465
|
+
{
|
466
|
+
to: `tuiIconTdsPriorityMediumSmallPragmatic`,
|
467
|
+
from: `tuiIconChevronsUp`,
|
468
|
+
},
|
469
|
+
{
|
470
|
+
to: `tuiIconTdsWysiwygFontStyleClearMediumPragmatic`,
|
471
|
+
from: `tuiIconClearFormatLarge`,
|
472
|
+
},
|
473
|
+
{
|
474
|
+
to: `tuiIconTdsClockCircleSmallPragmatic`,
|
475
|
+
from: `tuiIconClock`,
|
476
|
+
},
|
477
|
+
{
|
478
|
+
to: `tuiIconTdsClockMediumPragmatic`,
|
479
|
+
from: `tuiIconClockLarge`,
|
480
|
+
},
|
481
|
+
{
|
482
|
+
to: `tuiIconTdsClockMediumPragmatic`,
|
483
|
+
from: `tuiIconClockLargeOutline`,
|
484
|
+
},
|
485
|
+
{
|
486
|
+
to: `tuiIconTdsClockCircleSmallPragmatic`,
|
487
|
+
from: `tuiIconClockOutline`,
|
488
|
+
},
|
489
|
+
{
|
490
|
+
to: `tuiIconTdsCrossSmallPragmatic`,
|
491
|
+
from: `tuiIconClose`,
|
492
|
+
},
|
493
|
+
{
|
494
|
+
to: `tuiIconTdsCrossCircleSmallPragmatic`,
|
495
|
+
from: `tuiIconCloseCircle`,
|
496
|
+
},
|
497
|
+
{
|
498
|
+
to: `tuiIconTdsCrossCircleMediumPragmatic`,
|
499
|
+
from: `tuiIconCloseCircleLarge`,
|
500
|
+
},
|
501
|
+
{
|
502
|
+
to: `tuiIconTdsCrossCircleMediumPragmatic`,
|
503
|
+
from: `tuiIconCloseCircleLargeOutline`,
|
504
|
+
},
|
505
|
+
{
|
506
|
+
to: `tuiIconTdsCrossCircleSmallPragmatic`,
|
507
|
+
from: `tuiIconCloseCircleOutline`,
|
508
|
+
},
|
509
|
+
{
|
510
|
+
to: `tuiIconTdsCrossMediumPragmatic`,
|
511
|
+
from: `tuiIconCloseLarge`,
|
512
|
+
},
|
513
|
+
{
|
514
|
+
to: `tuiIconTdsCloudSmallPragmatic`,
|
515
|
+
from: `tuiIconCloud`,
|
516
|
+
},
|
517
|
+
{
|
518
|
+
to: `tuiIconTdsCloudArrowOutSmallPragmatic`,
|
519
|
+
from: `tuiIconCloudDownload`,
|
520
|
+
},
|
521
|
+
{
|
522
|
+
to: `tuiIconTdsCloudArrowOutMediumPragmatic`,
|
523
|
+
from: `tuiIconCloudDownloadLarge`,
|
524
|
+
},
|
525
|
+
{
|
526
|
+
to: `tuiIconTdsCloudArrowOutMediumPragmatic`,
|
527
|
+
from: `tuiIconCloudDownloadLargeOutline`,
|
528
|
+
},
|
529
|
+
{
|
530
|
+
to: `tuiIconTdsCloudArrowOutSmallPragmatic`,
|
531
|
+
from: `tuiIconCloudDownloadOutline`,
|
532
|
+
},
|
533
|
+
{
|
534
|
+
to: `tuiIconTdsCloudSmallPragmatic`,
|
535
|
+
from: `tuiIconCloudFilled`,
|
536
|
+
},
|
537
|
+
{
|
538
|
+
to: `tuiIconTdsCloudMediumPragmatic`,
|
539
|
+
from: `tuiIconCloudLarge`,
|
540
|
+
},
|
541
|
+
{
|
542
|
+
to: `tuiIconTdsCloudMediumPragmatic`,
|
543
|
+
from: `tuiIconCloudLargeOutline`,
|
544
|
+
},
|
545
|
+
{
|
546
|
+
to: `tuiIconTdsCloudSmallPragmatic`,
|
547
|
+
from: `tuiIconCloudOutline`,
|
548
|
+
},
|
549
|
+
{
|
550
|
+
to: `tuiIconTdsCloudArrowInSmallPragmatic`,
|
551
|
+
from: `tuiIconCloudUpload`,
|
552
|
+
},
|
553
|
+
{
|
554
|
+
to: `tuiIconTdsCloudArrowInMediumPragmatic`,
|
555
|
+
from: `tuiIconCloudUploadLarge`,
|
556
|
+
},
|
557
|
+
{
|
558
|
+
to: `tuiIconTdsCloudArrowInMediumPragmatic`,
|
559
|
+
from: `tuiIconCloudUploadLargeOutline`,
|
560
|
+
},
|
561
|
+
{
|
562
|
+
to: `tuiIconTdsCloudArrowInSmallPragmatic`,
|
563
|
+
from: `tuiIconCloudUploadOutline`,
|
564
|
+
},
|
565
|
+
{
|
566
|
+
to: `tuiIconTdsWysiwygCodeMediumPragmatic`,
|
567
|
+
from: `tuiIconCodeLarge`,
|
568
|
+
},
|
569
|
+
{
|
570
|
+
to: `tuiIconTdsWysiwygFontColorMediumPragmatic`,
|
571
|
+
from: `tuiIconColorLarge`,
|
572
|
+
},
|
573
|
+
{
|
574
|
+
to: `tuiIconTdsCopySmallPragmatic`,
|
575
|
+
from: `tuiIconCopy`,
|
576
|
+
},
|
577
|
+
{
|
578
|
+
to: `tuiIconTdsCopyMediumPragmatic`,
|
579
|
+
from: `tuiIconCopyLarge`,
|
580
|
+
},
|
581
|
+
{
|
582
|
+
to: `tuiIconTdsScissorsMediumPragmatic`,
|
583
|
+
from: `tuiIconCutLarge`,
|
584
|
+
},
|
585
|
+
{
|
586
|
+
to: `tuiIconTdsTrashSmallPragmatic`,
|
587
|
+
from: `tuiIconDelete`,
|
588
|
+
},
|
589
|
+
{
|
590
|
+
to: `tuiIconTdsTrashMediumPragmatic`,
|
591
|
+
from: `tuiIconDeleteLarge`,
|
592
|
+
},
|
593
|
+
{
|
594
|
+
to: `tuiIconTdsBackspaceMediumPragmatic`,
|
595
|
+
from: `tuiIconDeleteLargeOutline`,
|
596
|
+
},
|
597
|
+
{
|
598
|
+
to: `tuiIconTdsBackspaceSmallPragmatic`,
|
599
|
+
from: `tuiIconDeleteOutline`,
|
600
|
+
},
|
601
|
+
{
|
602
|
+
to: `tuiIconTdsArrowInDownSmallPragmatic`,
|
603
|
+
from: `tuiIconDownload`,
|
604
|
+
},
|
605
|
+
{
|
606
|
+
to: `tuiIconTdsArrowInDownMediumPragmatic`,
|
607
|
+
from: `tuiIconDownloadLarge`,
|
608
|
+
},
|
609
|
+
{
|
610
|
+
to: `tuiIconTdsPencilSmallPragmatic`,
|
611
|
+
from: `tuiIconDraft`,
|
612
|
+
},
|
613
|
+
{
|
614
|
+
to: `tuiIconTdsPencilMediumPragmatic`,
|
615
|
+
from: `tuiIconDraftFilledLarge`,
|
616
|
+
},
|
617
|
+
{
|
618
|
+
to: `tuiIconTdsPencilMediumPragmatic`,
|
619
|
+
from: `tuiIconDraftLarge`,
|
620
|
+
},
|
621
|
+
{
|
622
|
+
to: `tuiIconTdsPencilSmallPragmatic`,
|
623
|
+
from: `tuiIconDraftOutline`,
|
624
|
+
},
|
625
|
+
{
|
626
|
+
to: `tuiIconTdsDragSmallPragmatic`,
|
627
|
+
from: `tuiIconDrag`,
|
628
|
+
},
|
629
|
+
{
|
630
|
+
to: `tuiIconTdsDragMediumPragmatic`,
|
631
|
+
from: `tuiIconDragLarge`,
|
632
|
+
},
|
633
|
+
{
|
634
|
+
to: `tuiIconTdsEditSmallPragmatic`,
|
635
|
+
from: `tuiIconEdit`,
|
636
|
+
},
|
637
|
+
{
|
638
|
+
to: `tuiIconTdsEditSmallPragmatic`,
|
639
|
+
from: `tuiIconEdit2`,
|
640
|
+
},
|
641
|
+
{
|
642
|
+
to: `tuiIconTdsEditMediumPragmatic`,
|
643
|
+
from: `tuiIconEdit2Large`,
|
644
|
+
},
|
645
|
+
{
|
646
|
+
to: `tuiIconTdsEditMediumPragmatic`,
|
647
|
+
from: `tuiIconEditFilledLarge`,
|
648
|
+
},
|
649
|
+
{
|
650
|
+
to: `tuiIconTdsEditMediumPragmatic`,
|
651
|
+
from: `tuiIconEditLarge`,
|
652
|
+
},
|
653
|
+
{
|
654
|
+
to: `tuiIconTdsEditMediumPragmatic`,
|
655
|
+
from: `tuiIconEditLargeOutline`,
|
656
|
+
},
|
657
|
+
{
|
658
|
+
to: `tuiIconTdsEditSmallPragmatic`,
|
659
|
+
from: `tuiIconEditOutline`,
|
660
|
+
},
|
661
|
+
{
|
662
|
+
to: `tuiIconTdsMathEqualSmallPragmatic`,
|
663
|
+
from: `tuiIconEqual`,
|
664
|
+
},
|
665
|
+
{
|
666
|
+
to: `tuiIconTdsMathEqualMediumPragmatic`,
|
667
|
+
from: `tuiIconEqualLarge`,
|
668
|
+
},
|
669
|
+
{
|
670
|
+
to: `tuiIconTdsWysiwygListBulletedMediumPragmatic`,
|
671
|
+
from: `tuiIconEventsLarge`,
|
672
|
+
},
|
673
|
+
{
|
674
|
+
to: `tuiIconTdsWysiwygListBulletedMediumPragmatic`,
|
675
|
+
from: `tuiIconEventsLargeOutline`,
|
676
|
+
},
|
677
|
+
{
|
678
|
+
to: `tuiIconTdsArrowOutTopRightSmallPragmatic`,
|
679
|
+
from: `tuiIconExternalLink`,
|
680
|
+
},
|
681
|
+
{
|
682
|
+
to: `tuiIconTdsArrowOutTopRightMediumPragmatic`,
|
683
|
+
from: `tuiIconExternalLinkLarge`,
|
684
|
+
},
|
685
|
+
{
|
686
|
+
to: `tuiIconTdsEyeSmallPragmatic`,
|
687
|
+
from: `tuiIconEye`,
|
688
|
+
},
|
689
|
+
{
|
690
|
+
to: `tuiIconTdsEyeMediumPragmatic`,
|
691
|
+
from: `tuiIconEyeLarge`,
|
692
|
+
},
|
693
|
+
{
|
694
|
+
to: `tuiIconTdsEyeOffSmallPragmatic`,
|
695
|
+
from: `tuiIconEyeOff`,
|
696
|
+
},
|
697
|
+
{
|
698
|
+
to: `tuiIconTdsEyeOffMediumPragmatic`,
|
699
|
+
from: `tuiIconEyeOffLarge`,
|
700
|
+
},
|
701
|
+
{
|
702
|
+
to: `tuiIconTdsDenyMediumPragmatic`,
|
703
|
+
from: `tuiIconFailLarge`,
|
704
|
+
},
|
705
|
+
{
|
706
|
+
to: `tuiIconTdsStarMediumPragmatic`,
|
707
|
+
from: `tuiIconFavoriteLarge`,
|
708
|
+
},
|
709
|
+
{
|
710
|
+
to: `tuiIconTdsDocSmallPragmatic`,
|
711
|
+
from: `tuiIconFile`,
|
712
|
+
},
|
713
|
+
{
|
714
|
+
to: `tuiIconTdsDocMediumPragmatic`,
|
715
|
+
from: `tuiIconFileLarge`,
|
716
|
+
},
|
717
|
+
{
|
718
|
+
to: `tuiIconTdsDocMediumPragmatic`,
|
719
|
+
from: `tuiIconFileLargeOutline`,
|
720
|
+
},
|
721
|
+
{
|
722
|
+
to: `tuiIconTdsDocSmallPragmatic`,
|
723
|
+
from: `tuiIconFileOutline`,
|
724
|
+
},
|
725
|
+
{
|
726
|
+
to: `tuiIconTdsFilterSmallPragmatic`,
|
727
|
+
from: `tuiIconFilter`,
|
728
|
+
},
|
729
|
+
{
|
730
|
+
to: `tuiIconTdsFilterCrossSmallPragmatic`,
|
731
|
+
from: `tuiIconFilterClear`,
|
732
|
+
},
|
733
|
+
{
|
734
|
+
to: `tuiIconTdsFilterCrossMediumPragmatic`,
|
735
|
+
from: `tuiIconFilterClearLarge`,
|
736
|
+
},
|
737
|
+
{
|
738
|
+
to: `tuiIconTdsFilterCrossMediumPragmatic`,
|
739
|
+
from: `tuiIconFilterClearLargeOutline`,
|
740
|
+
},
|
741
|
+
{
|
742
|
+
to: `tuiIconTdsFilterCrossSmallPragmatic`,
|
743
|
+
from: `tuiIconFilterClearOutline`,
|
744
|
+
},
|
745
|
+
{
|
746
|
+
to: `tuiIconTdsFilterMediumPragmatic`,
|
747
|
+
from: `tuiIconFilterLarge`,
|
748
|
+
},
|
749
|
+
{
|
750
|
+
to: `tuiIconTdsFilterMediumPragmatic`,
|
751
|
+
from: `tuiIconFilterLargeOutline`,
|
752
|
+
},
|
753
|
+
{
|
754
|
+
to: `tuiIconTdsFilterSmallPragmatic`,
|
755
|
+
from: `tuiIconFilterOutline`,
|
756
|
+
},
|
757
|
+
{
|
758
|
+
to: `tuiIconTdsFilterPlusSmallPragmatic`,
|
759
|
+
from: `tuiIconFilterSave`,
|
760
|
+
},
|
761
|
+
{
|
762
|
+
to: `tuiIconTdsFilterPlusMediumPragmatic`,
|
763
|
+
from: `tuiIconFilterSaveLarge`,
|
764
|
+
},
|
765
|
+
{
|
766
|
+
to: `tuiIconTdsFilterPlusMediumPragmatic`,
|
767
|
+
from: `tuiIconFilterSaveLargeOutline`,
|
768
|
+
},
|
769
|
+
{
|
770
|
+
to: `tuiIconTdsFilterPlusSmallPragmatic`,
|
771
|
+
from: `tuiIconFilterSaveOutline`,
|
772
|
+
},
|
773
|
+
{
|
774
|
+
to: `tuiIconTdsFlagSmallPragmatic`,
|
775
|
+
from: `tuiIconFlag`,
|
776
|
+
},
|
777
|
+
{
|
778
|
+
to: `tuiIconTdsFlagMediumPragmatic`,
|
779
|
+
from: `tuiIconFlagLarge`,
|
780
|
+
},
|
781
|
+
{
|
782
|
+
to: `tuiIconTdsFlagMediumPragmatic`,
|
783
|
+
from: `tuiIconFlagLargeOutline`,
|
784
|
+
},
|
785
|
+
{
|
786
|
+
to: `tuiIconTdsFlagSmallPragmatic`,
|
787
|
+
from: `tuiIconFlagOutline`,
|
788
|
+
},
|
789
|
+
{
|
790
|
+
to: `tuiIconTdsFlashOnSmallPragmatic`,
|
791
|
+
from: `tuiIconFlash`,
|
792
|
+
},
|
793
|
+
{
|
794
|
+
to: `tuiIconTdsFlashMediumPragmatic`,
|
795
|
+
from: `tuiIconFlashLarge`,
|
796
|
+
},
|
797
|
+
{
|
798
|
+
to: `tuiIconTdsFlashMediumPragmatic`,
|
799
|
+
from: `tuiIconFlashLargeOutline`,
|
800
|
+
},
|
801
|
+
{
|
802
|
+
to: `tuiIconTdsFlashOffSmallPragmatic`,
|
803
|
+
from: `tuiIconFlashOff`,
|
804
|
+
},
|
805
|
+
{
|
806
|
+
to: `tuiIconTdsFlashOffMediumPragmatic`,
|
807
|
+
from: `tuiIconFlashOffLarge`,
|
808
|
+
},
|
809
|
+
{
|
810
|
+
to: `tuiIconTdsFlashOffMediumPragmatic`,
|
811
|
+
from: `tuiIconFlashOffLargeOutline`,
|
812
|
+
},
|
813
|
+
{
|
814
|
+
to: `tuiIconTdsFlashOffSmallPragmatic`,
|
815
|
+
from: `tuiIconFlashOffOutline`,
|
816
|
+
},
|
817
|
+
{
|
818
|
+
to: `tuiIconTdsFlashOnSmallPragmatic`,
|
819
|
+
from: `tuiIconFlashOutline`,
|
820
|
+
},
|
821
|
+
{
|
822
|
+
to: `tuiIconTdsFolderSmallPragmatic`,
|
823
|
+
from: `tuiIconFolder`,
|
824
|
+
},
|
825
|
+
{
|
826
|
+
to: `tuiIconTdsFolderMediumPragmatic`,
|
827
|
+
from: `tuiIconFolderLarge`,
|
828
|
+
},
|
829
|
+
{
|
830
|
+
to: `tuiIconTdsFolderMediumPragmatic`,
|
831
|
+
from: `tuiIconFolderLargeOutline`,
|
832
|
+
},
|
833
|
+
{
|
834
|
+
to: `tuiIconTdsFolderSmallPragmatic`,
|
835
|
+
from: `tuiIconFolderOutline`,
|
836
|
+
},
|
837
|
+
{
|
838
|
+
to: `tuiIconTdsWysiwygFontMediumPragmatic`,
|
839
|
+
from: `tuiIconFontLarge`,
|
840
|
+
},
|
841
|
+
{
|
842
|
+
to: `tuiIconTdsDenySmallPragmatic`,
|
843
|
+
from: `tuiIconForbidden`,
|
844
|
+
},
|
845
|
+
{
|
846
|
+
to: `tuiIconTdsWysiwygFontStylesMediumPragmatic`,
|
847
|
+
from: `tuiIconFormatLarge`,
|
848
|
+
},
|
849
|
+
{
|
850
|
+
to: `tuiIconTdsSnowflakeMediumPragmatic`,
|
851
|
+
from: `tuiIconFreezeLarge`,
|
852
|
+
},
|
853
|
+
{
|
854
|
+
to: `tuiIconTdsPhoneHangoffSmallPragmatic`,
|
855
|
+
from: `tuiIconHangup`,
|
856
|
+
},
|
857
|
+
{
|
858
|
+
to: `tuiIconTdsPhoneHangoffMediumPragmatic`,
|
859
|
+
from: `tuiIconHangupLarge`,
|
860
|
+
},
|
861
|
+
{
|
862
|
+
to: `tuiIconTdsHeadsetSmallPragmatic`,
|
863
|
+
from: `tuiIconHeadset`,
|
864
|
+
},
|
865
|
+
{
|
866
|
+
to: `tuiIconTdsHeadsetMediumPragmatic`,
|
867
|
+
from: `tuiIconHeadsetLarge`,
|
868
|
+
},
|
869
|
+
{
|
870
|
+
to: `tuiIconTdsHeartSmallPragmatic`,
|
871
|
+
from: `tuiIconHeart`,
|
872
|
+
},
|
873
|
+
{
|
874
|
+
to: `tuiIconTdsHeartMediumPragmatic`,
|
875
|
+
from: `tuiIconHeartLarge`,
|
876
|
+
},
|
877
|
+
{
|
878
|
+
to: `tuiIconTdsHeartMediumPragmatic`,
|
879
|
+
from: `tuiIconHeartLargeOutline`,
|
880
|
+
},
|
881
|
+
{
|
882
|
+
to: `tuiIconTdsHeartSmallPragmatic`,
|
883
|
+
from: `tuiIconHeartOutline`,
|
884
|
+
},
|
885
|
+
{
|
886
|
+
to: `tuiIconTdsQuestionSmallPragmatic`,
|
887
|
+
from: `tuiIconHelp`,
|
888
|
+
},
|
889
|
+
{
|
890
|
+
to: `tuiIconTdsQuestionCircleSmallPragmatic`,
|
891
|
+
from: `tuiIconHelpCircle`,
|
892
|
+
},
|
893
|
+
{
|
894
|
+
to: `tuiIconTdsQuestionCircleMediumPragmatic`,
|
895
|
+
from: `tuiIconHelpCircleLarge`,
|
896
|
+
},
|
897
|
+
{
|
898
|
+
to: `tuiIconTdsQuestionCircleMediumPragmatic`,
|
899
|
+
from: `tuiIconHelpCircleLargeOutline`,
|
900
|
+
},
|
901
|
+
{
|
902
|
+
to: `tuiIconTdsQuestionCircleSmallPragmatic`,
|
903
|
+
from: `tuiIconHelpCircleOutline`,
|
904
|
+
},
|
905
|
+
{
|
906
|
+
to: `tuiIconTdsQuestionSmallPragmatic`,
|
907
|
+
from: `tuiIconHelpOutline`,
|
908
|
+
},
|
909
|
+
{
|
910
|
+
to: `tuiIconTdsArrowClockSmallPragmatic`,
|
911
|
+
from: `tuiIconHistory`,
|
912
|
+
},
|
913
|
+
{
|
914
|
+
to: `tuiIconTdsArrowClockMediumPragmatic`,
|
915
|
+
from: `tuiIconHistoryLarge`,
|
916
|
+
},
|
917
|
+
{
|
918
|
+
to: `tuiIconTdsHomeSmallPragmatic`,
|
919
|
+
from: `tuiIconHome`,
|
920
|
+
},
|
921
|
+
{
|
922
|
+
to: `tuiIconTdsHomeMediumPragmatic`,
|
923
|
+
from: `tuiIconHomeLarge`,
|
924
|
+
},
|
925
|
+
{
|
926
|
+
to: `tuiIconTdsHomeMediumPragmatic`,
|
927
|
+
from: `tuiIconHomeLargeOutline`,
|
928
|
+
},
|
929
|
+
{
|
930
|
+
to: `tuiIconTdsHomeSmallPragmatic`,
|
931
|
+
from: `tuiIconHomeOutline`,
|
932
|
+
},
|
933
|
+
{
|
934
|
+
to: `tuiIconTdsMinusMediumPragmatic`,
|
935
|
+
from: `tuiIconHrLarge`,
|
936
|
+
},
|
937
|
+
{
|
938
|
+
to: `tuiIconTdsImageSmallPragmatic`,
|
939
|
+
from: `tuiIconImage`,
|
940
|
+
},
|
941
|
+
{
|
942
|
+
to: `\u0426\u0412\u0415\u0422\u041D\u0410\u042F`,
|
943
|
+
from: `tuiIconImageDocLarge`,
|
944
|
+
},
|
945
|
+
{
|
946
|
+
to: `tuiIconTdsImageMediumPragmatic`,
|
947
|
+
from: `tuiIconImageLarge`,
|
948
|
+
},
|
949
|
+
{
|
950
|
+
to: `tuiIconTdsImageMediumPragmatic`,
|
951
|
+
from: `tuiIconImageOutline`,
|
952
|
+
},
|
953
|
+
{
|
954
|
+
to: `tuiIconTdsWysiwygTextShiftRightMediumPragmatic`,
|
955
|
+
from: `tuiIconIndentLarge`,
|
956
|
+
},
|
957
|
+
{
|
958
|
+
to: `tuiIconTdsInfoSmallPragmatic`,
|
959
|
+
from: `tuiIconInfo`,
|
960
|
+
},
|
961
|
+
{
|
962
|
+
to: `tuiIconTdsInfoCircleMediumPragmatic`,
|
963
|
+
from: `tuiIconInfoCircleLarge`,
|
964
|
+
},
|
965
|
+
{
|
966
|
+
to: `tuiIconTdsInfoCircleMediumPragmatic`,
|
967
|
+
from: `tuiIconInfoCircleLargeOutline`,
|
968
|
+
},
|
969
|
+
{
|
970
|
+
to: `tuiIconTdsInfoMediumPragmatic`,
|
971
|
+
from: `tuiIconInfoLarge`,
|
972
|
+
},
|
973
|
+
{
|
974
|
+
to: `tuiIconTdsInfoMediumPragmatic`,
|
975
|
+
from: `tuiIconInfoLargeOutline`,
|
976
|
+
},
|
977
|
+
{
|
978
|
+
to: `tuiIconTdsInfoSmallPragmatic`,
|
979
|
+
from: `tuiIconInfoOutline`,
|
980
|
+
},
|
981
|
+
{
|
982
|
+
to: `Invoice`,
|
983
|
+
from: `tuiIconInvoiceLarge`,
|
984
|
+
},
|
985
|
+
{
|
986
|
+
to: `tuiIconTdsWysiwygFontItalicMediumPragmatic`,
|
987
|
+
from: `tuiIconItalicLarge`,
|
988
|
+
},
|
989
|
+
{
|
990
|
+
to: `tuiIconTdsThumbUpMediumPragmatic`,
|
991
|
+
from: `tuiIconLarge`,
|
992
|
+
},
|
993
|
+
{
|
994
|
+
to: `tuiIconTdsFrameSmallPragmatic`,
|
995
|
+
from: `tuiIconLayout`,
|
996
|
+
},
|
997
|
+
{
|
998
|
+
to: `tuiIconTdsFrameMediumPragmatic`,
|
999
|
+
from: `tuiIconLayoutLarge`,
|
1000
|
+
},
|
1001
|
+
{
|
1002
|
+
to: `tuiIconTdsFrameMediumPragmatic`,
|
1003
|
+
from: `tuiIconLayoutLargeOutline`,
|
1004
|
+
},
|
1005
|
+
{
|
1006
|
+
to: `tuiIconTdsFrameSmallPragmatic`,
|
1007
|
+
from: `tuiIconLayoutOutline`,
|
1008
|
+
},
|
1009
|
+
{
|
1010
|
+
to: `tuiIconTdsMathLessSmallPragmatic`,
|
1011
|
+
from: `tuiIconLess`,
|
1012
|
+
},
|
1013
|
+
{
|
1014
|
+
to: `tuiIconTdsMathLessMediumPragmatic`,
|
1015
|
+
from: `tuiIconLessLarge`,
|
1016
|
+
},
|
1017
|
+
{
|
1018
|
+
to: `tuiIconTdsMathLessOrEqualSmallPragmatic`,
|
1019
|
+
from: `tuiIconLessOrEqual`,
|
1020
|
+
},
|
1021
|
+
{
|
1022
|
+
to: `tuiIconTdsMathLessOrEqualMediumPragmatic`,
|
1023
|
+
from: `tuiIconLessOrEqualLarge`,
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
to: `tuiIconTdsLinkSmallPragmatic`,
|
1027
|
+
from: `tuiIconLink`,
|
1028
|
+
},
|
1029
|
+
{
|
1030
|
+
to: `tuiIconTdsLinkMediumPragmatic`,
|
1031
|
+
from: `tuiIconLinkLarge`,
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
to: `tuiIconTdsListPreviewSmallPragmatic`,
|
1035
|
+
from: `tuiIconList`,
|
1036
|
+
},
|
1037
|
+
{
|
1038
|
+
to: `tuiIconTdsWysiwygListBulletedMediumPragmatic`,
|
1039
|
+
from: `tuiIconListLarge`,
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
to: `tuiIconTdsListPreviewSmallPragmatic`,
|
1043
|
+
from: `tuiIconListOutline`,
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
to: `tuiIconTdsLockSmallPragmatic`,
|
1047
|
+
from: `tuiIconLock`,
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
to: `tuiIconTdsLockMediumPragmatic`,
|
1051
|
+
from: `tuiIconLockLarge`,
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
to: `tuiIconTdsLockMediumPragmatic`,
|
1055
|
+
from: `tuiIconLockLargeOutline`,
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
to: `tuiIconTdsLockOpenMediumPragmatic`,
|
1059
|
+
from: `tuiIconLockOpenLarge`,
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
to: `tuiIconTdsLockOpenMediumPragmatic`,
|
1063
|
+
from: `tuiIconLockOpenLargeOutline`,
|
1064
|
+
},
|
1065
|
+
{
|
1066
|
+
to: `tuiIconTdsLockSmallPragmatic`,
|
1067
|
+
from: `tuiIconLockOutline`,
|
1068
|
+
},
|
1069
|
+
{
|
1070
|
+
to: `tuiIconTdsArrowInRightSmallPragmatic`,
|
1071
|
+
from: `tuiIconLogin`,
|
1072
|
+
},
|
1073
|
+
{
|
1074
|
+
to: `tuiIconTdsArrowInRightMediumPragmatic`,
|
1075
|
+
from: `tuiIconLoginLarge`,
|
1076
|
+
},
|
1077
|
+
{
|
1078
|
+
to: `tuiIconTdsArrowOutRightMediumPragmatic`,
|
1079
|
+
from: `tuiIconLogoutLarge`,
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
to: `tuiIconTdsArrowOutRightMediumPragmatic`,
|
1083
|
+
from: `tuiIconLogoutLargeOutline`,
|
1084
|
+
},
|
1085
|
+
{
|
1086
|
+
to: `tuiIconTdsLetterSmallPragmatic`,
|
1087
|
+
from: `tuiIconMail`,
|
1088
|
+
},
|
1089
|
+
{
|
1090
|
+
to: `tuiIconTdsLetterMediumPragmatic`,
|
1091
|
+
from: `tuiIconMailLarge`,
|
1092
|
+
},
|
1093
|
+
{
|
1094
|
+
to: `tuiIconTdsLetterMediumPragmatic`,
|
1095
|
+
from: `tuiIconMailLargeOutline`,
|
1096
|
+
},
|
1097
|
+
{
|
1098
|
+
to: `tuiIconTdsLetterSmallPragmatic`,
|
1099
|
+
from: `tuiIconMailOutline`,
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
to: `tuiIconTdsPinGeoSmallPragmatic`,
|
1103
|
+
from: `tuiIconMapPin`,
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
to: `tuiIconTdsPinGeoMediumPragmatic`,
|
1107
|
+
from: `tuiIconMapPinLarge`,
|
1108
|
+
},
|
1109
|
+
{
|
1110
|
+
to: `tuiIconTdsPinGeoMediumPragmatic`,
|
1111
|
+
from: `tuiIconMapPinLargeOutline`,
|
1112
|
+
},
|
1113
|
+
{
|
1114
|
+
to: `tuiIconTdsPinGeoSmallPragmatic`,
|
1115
|
+
from: `tuiIconMapPinOutline`,
|
1116
|
+
},
|
1117
|
+
{
|
1118
|
+
to: `tuiIconTdsArrowsExpandSmallPragmatic`,
|
1119
|
+
from: `tuiIconMaximize`,
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
to: `tuiIconTdsWysiwygAlignJustifyMediumPragmatic`,
|
1123
|
+
from: `tuiIconMenuLarge`,
|
1124
|
+
},
|
1125
|
+
{
|
1126
|
+
to: `tuiIconTdsChatArrowRightSmallPragmatic`,
|
1127
|
+
from: `tuiIconMessageForward`,
|
1128
|
+
},
|
1129
|
+
{
|
1130
|
+
to: `tuiIconTdsChatArrowRightMediumPragmatic`,
|
1131
|
+
from: `tuiIconMessageForwardLarge`,
|
1132
|
+
},
|
1133
|
+
{
|
1134
|
+
to: `tuiIconTdsChatArrowRightMediumPragmatic`,
|
1135
|
+
from: `tuiIconMessageForwardLargeOutline`,
|
1136
|
+
},
|
1137
|
+
{
|
1138
|
+
to: `tuiIconTdsChatArrowRightSmallPragmatic`,
|
1139
|
+
from: `tuiIconMessageForwardOutline`,
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
to: `tuiIconTdsChatSmallPragmatic`,
|
1143
|
+
from: `tuiIconMessageSquare`,
|
1144
|
+
},
|
1145
|
+
{
|
1146
|
+
to: `tuiIconTdsChatMediumPragmatic`,
|
1147
|
+
from: `tuiIconMessageSquareLarge`,
|
1148
|
+
},
|
1149
|
+
{
|
1150
|
+
to: `tuiIconTdsChatMediumPragmatic`,
|
1151
|
+
from: `tuiIconMessageSquareLargeOutline`,
|
1152
|
+
},
|
1153
|
+
{
|
1154
|
+
to: `tuiIconTdsChatSmallPragmatic`,
|
1155
|
+
from: `tuiIconMessageSquareOutline`,
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
to: `tuiIconTdsMicrophoneOnSmallPragmatic`,
|
1159
|
+
from: `tuiIconMic`,
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
to: `tuiIconTdsMicMediumPragmatic`,
|
1163
|
+
from: `tuiIconMicLarge`,
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
to: `tuiIconTdsMicMediumPragmatic`,
|
1167
|
+
from: `tuiIconMicLargeOutline`,
|
1168
|
+
},
|
1169
|
+
{
|
1170
|
+
to: `tuiIconTdsMicrophoneOffSmallPragmatic`,
|
1171
|
+
from: `tuiIconMicOff`,
|
1172
|
+
},
|
1173
|
+
{
|
1174
|
+
to: `tuiIconTdsMicOffMediumPragmatic`,
|
1175
|
+
from: `tuiIconMicOffLarge`,
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
to: `tuiIconTdsMicOffMediumPragmatic`,
|
1179
|
+
from: `tuiIconMicOffLargeOutline`,
|
1180
|
+
},
|
1181
|
+
{
|
1182
|
+
to: `tuiIconTdsMicrophoneOffSmallPragmatic`,
|
1183
|
+
from: `tuiIconMicOffOutline`,
|
1184
|
+
},
|
1185
|
+
{
|
1186
|
+
to: `tuiIconTdsArrowsCollapseSmallPragmatic`,
|
1187
|
+
from: `tuiIconMinimize`,
|
1188
|
+
},
|
1189
|
+
{
|
1190
|
+
to: `tuiIconTdsMinus2SmallPragmatic`,
|
1191
|
+
from: `tuiIconMinus`,
|
1192
|
+
},
|
1193
|
+
{
|
1194
|
+
to: `tuiIconTdsMinusCircleSmallPragmatic`,
|
1195
|
+
from: `tuiIconMinusCircle`,
|
1196
|
+
},
|
1197
|
+
{
|
1198
|
+
to: `tuiIconTdsMinusCircleMediumPragmatic`,
|
1199
|
+
from: `tuiIconMinusCircleLarge`,
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
to: `tuiIconTdsMinusCircleSmallPragmatic`,
|
1203
|
+
from: `tuiIconMinusCircleOutline`,
|
1204
|
+
},
|
1205
|
+
{
|
1206
|
+
to: `tuiIconTdsMinusMediumPragmatic`,
|
1207
|
+
from: `tuiIconMinusLarge`,
|
1208
|
+
},
|
1209
|
+
{
|
1210
|
+
to: `tuiIconTdsMicrophoneOnSmallPragmatic`,
|
1211
|
+
from: `tuiIconMoc`,
|
1212
|
+
},
|
1213
|
+
{
|
1214
|
+
to: `tuiIconTdsDeviceDesktopSmallPragmatic`,
|
1215
|
+
from: `tuiIconMonitor`,
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
to: `tuiIconTdsDeviceDesktopMediumPragmatic`,
|
1219
|
+
from: `tuiIconMonitorLarge`,
|
1220
|
+
},
|
1221
|
+
{
|
1222
|
+
to: `tuiIconTdsDeviceDesktopMediumPragmatic`,
|
1223
|
+
from: `tuiIconMonitorLargeOutline`,
|
1224
|
+
},
|
1225
|
+
{
|
1226
|
+
to: `tuiIconTdsDeviceDesktopOffMediumPragmatic`,
|
1227
|
+
from: `tuiIconMonitorOffLarge`,
|
1228
|
+
},
|
1229
|
+
{
|
1230
|
+
to: `tuiIconTdsDeviceDesktopOffMediumPragmatic`,
|
1231
|
+
from: `tuiIconMonitorOffLargeOutline`,
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
to: `tuiIconTdsDeviceDesktopSmallPragmatic`,
|
1235
|
+
from: `tuiIconMonitorOutline`,
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
to: `tuiIconTdsMathMoreSmallPragmatic`,
|
1239
|
+
from: `tuiIconMore`,
|
1240
|
+
},
|
1241
|
+
{
|
1242
|
+
to: `tuiIconTdsMoreCircleSmallPragmatic`,
|
1243
|
+
from: `tuiIconMoreCircle`,
|
1244
|
+
},
|
1245
|
+
{
|
1246
|
+
to: `tuiIconTdsMoreCircleMediumPragmatic`,
|
1247
|
+
from: `tuiIconMoreCircleLarge`,
|
1248
|
+
},
|
1249
|
+
{
|
1250
|
+
to: `tuiIconTdsMoreCircleMediumPragmatic`,
|
1251
|
+
from: `tuiIconMoreCircleLargeOutline`,
|
1252
|
+
},
|
1253
|
+
{
|
1254
|
+
to: `tuiIconTdsMoreCircleSmallPragmatic`,
|
1255
|
+
from: `tuiIconMoreCircleOutline`,
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
to: `tuiIconTdsMoreSmallPragmatic`,
|
1259
|
+
from: `tuiIconMoreHor`,
|
1260
|
+
},
|
1261
|
+
{
|
1262
|
+
to: `tuiIconTdsMoreSmallPragmatic`,
|
1263
|
+
from: `tuiIconMoreHorizontal`,
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
to: `tuiIconTdsMoreMediumPragmatic`,
|
1267
|
+
from: `tuiIconMoreHorizontalLarge`,
|
1268
|
+
},
|
1269
|
+
{
|
1270
|
+
to: `tuiIconTdsMathMoreMediumPragmatic`,
|
1271
|
+
from: `tuiIconMoreLarge`,
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
to: `tuiIconTdsMathMoreOrEqualSmallPragmatic`,
|
1275
|
+
from: `tuiIconMoreOrEqual`,
|
1276
|
+
},
|
1277
|
+
{
|
1278
|
+
to: `tuiIconTdsMathMoreOrEqualMediumPragmatic`,
|
1279
|
+
from: `tuiIconMoreOrEqualLarge`,
|
1280
|
+
},
|
1281
|
+
{
|
1282
|
+
to: `tuiIconTdsMoreVerticalSmallPragmatic`,
|
1283
|
+
from: `tuiIconMoreVertical`,
|
1284
|
+
},
|
1285
|
+
{
|
1286
|
+
to: `tuiIconTdsMoreVerticalMediumPragmatic`,
|
1287
|
+
from: `tuiIconMoreVerticalLarge`,
|
1288
|
+
},
|
1289
|
+
{
|
1290
|
+
to: `tuiIconTdsMusicSmallPragmatic`,
|
1291
|
+
from: `tuiIconMusic`,
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
to: `\u0426\u0412\u0415\u0422\u041D\u0410\u042F`,
|
1295
|
+
from: `tuiIconMusicDocLarge`,
|
1296
|
+
},
|
1297
|
+
{
|
1298
|
+
to: `tuiIconTdsMusicMediumPragmatic`,
|
1299
|
+
from: `tuiIconMusicLarge`,
|
1300
|
+
},
|
1301
|
+
{
|
1302
|
+
to: `tuiIconTdsMusicMediumPragmatic`,
|
1303
|
+
from: `tuiIconMusicLargeOutline`,
|
1304
|
+
},
|
1305
|
+
{
|
1306
|
+
to: `tuiIconTdsMusicSmallPragmatic`,
|
1307
|
+
from: `tuiIconMusicOutline`,
|
1308
|
+
},
|
1309
|
+
{
|
1310
|
+
to: `tuiIconTdsArrowLeftSmallPragmatic`,
|
1311
|
+
from: `tuiIconNavBack`,
|
1312
|
+
},
|
1313
|
+
{
|
1314
|
+
to: `tuiIconTdsListSmallPragmatic`,
|
1315
|
+
from: `tuiIconNavMenu`,
|
1316
|
+
},
|
1317
|
+
{
|
1318
|
+
to: `tuiIconTdsBellSmallPragmatic`,
|
1319
|
+
from: `tuiIconNotification`,
|
1320
|
+
},
|
1321
|
+
{
|
1322
|
+
to: `tuiIconTdsBellPlusSmallPragmatic`,
|
1323
|
+
from: `tuiIconNotificationAdd`,
|
1324
|
+
},
|
1325
|
+
{
|
1326
|
+
to: `tuiIconTdsBellOffSmallPragmatic`,
|
1327
|
+
from: `tuiIconNotificationOff`,
|
1328
|
+
},
|
1329
|
+
{
|
1330
|
+
to: `tuiIconTdsBellOffSmallPragmatic`,
|
1331
|
+
from: `tuiIconNotificationOffFilled`,
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
to: `tuiIconTdsBellOffMediumPragmatic`,
|
1335
|
+
from: `tuiIconNotificationOffFilledLarge`,
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
to: `tuiIconTdsBellOffMediumPragmatic`,
|
1339
|
+
from: `tuiIconNotificationOffLarge`,
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
to: `tuiIconTdsBellMediumPragmatic`,
|
1343
|
+
from: `tuiIconNotificationOutline`,
|
1344
|
+
},
|
1345
|
+
{
|
1346
|
+
to: `tuiIconTdsWysiwygListNumberedMediumPragmatic`,
|
1347
|
+
from: `tuiIconOLLarge`,
|
1348
|
+
},
|
1349
|
+
{
|
1350
|
+
to: `tuiIconTdsWysiwygTextShiftLeftMediumPragmatic`,
|
1351
|
+
from: `tuiIconOutdentLarge`,
|
1352
|
+
},
|
1353
|
+
{
|
1354
|
+
to: `tuiIconTdsWysiwygColorMediumPragmatic`,
|
1355
|
+
from: `tuiIconPaintLarge`,
|
1356
|
+
},
|
1357
|
+
{
|
1358
|
+
to: `tuiIconTdsPaperClipSmallPragmatic`,
|
1359
|
+
from: `tuiIconPaperclip`,
|
1360
|
+
},
|
1361
|
+
{
|
1362
|
+
to: `tuiIconTdsPaperClipMediumPragmatic`,
|
1363
|
+
from: `tuiIconPaperclipLarge`,
|
1364
|
+
},
|
1365
|
+
{
|
1366
|
+
to: `tuiIconTdsParkingSmallPragmatic`,
|
1367
|
+
from: `tuiIconParking`,
|
1368
|
+
},
|
1369
|
+
{
|
1370
|
+
to: `tuiIconTdsParkingMediumPragmatic`,
|
1371
|
+
from: `tuiIconParkingLarge`,
|
1372
|
+
},
|
1373
|
+
{
|
1374
|
+
to: `tuiIconTdsParkingMediumPragmatic`,
|
1375
|
+
from: `tuiIconParkingLargeOutline`,
|
1376
|
+
},
|
1377
|
+
{
|
1378
|
+
to: `tuiIconTdsParkingSmallPragmatic`,
|
1379
|
+
from: `tuiIconParkingOutline`,
|
1380
|
+
},
|
1381
|
+
{
|
1382
|
+
to: `tuiIconTdsPauseSmallPragmatic`,
|
1383
|
+
from: `tuiIconPause`,
|
1384
|
+
},
|
1385
|
+
{
|
1386
|
+
to: `tuiIconTdsPauseMediumPragmatic`,
|
1387
|
+
from: `tuiIconPauseLarge`,
|
1388
|
+
},
|
1389
|
+
{
|
1390
|
+
to: `\u0426\u0412\u0415\u0422\u041D\u0410\u042F`,
|
1391
|
+
from: `tuiIconPdfDocLarge`,
|
1392
|
+
},
|
1393
|
+
{
|
1394
|
+
to: `tuiIconTdsPercentSmallPragmatic`,
|
1395
|
+
from: `tuiIconPercent`,
|
1396
|
+
},
|
1397
|
+
{
|
1398
|
+
to: `tuiIconTdsPercentMediumPragmatic`,
|
1399
|
+
from: `tuiIconPercentLarge`,
|
1400
|
+
},
|
1401
|
+
{
|
1402
|
+
to: `tuiIconTdsPhoneSmallPragmatic`,
|
1403
|
+
from: `tuiIconPhone`,
|
1404
|
+
},
|
1405
|
+
{
|
1406
|
+
to: `tuiIconTdsPhoneArrowDoubleRightSmallPragmatic`,
|
1407
|
+
from: `tuiIconPhoneForwarded`,
|
1408
|
+
},
|
1409
|
+
{
|
1410
|
+
to: `tuiIconTdsPhoneArrowDoubleRightMediumPragmatic`,
|
1411
|
+
from: `tuiIconPhoneForwardedLarge`,
|
1412
|
+
},
|
1413
|
+
{
|
1414
|
+
to: `tuiIconTdsPhoneMediumPragmatic`,
|
1415
|
+
from: `tuiIconPhoneLarge`,
|
1416
|
+
},
|
1417
|
+
{
|
1418
|
+
to: `tuiIconTdsPhoneMediumPragmatic`,
|
1419
|
+
from: `tuiIconPhoneLargeOutline`,
|
1420
|
+
},
|
1421
|
+
{
|
1422
|
+
to: `tuiIconTdsPhoneArrowRightSmallPragmatic`,
|
1423
|
+
from: `tuiIconPhoneOutgoing`,
|
1424
|
+
},
|
1425
|
+
{
|
1426
|
+
to: `tuiIconTdsPhoneArrowRightMediumPragmatic`,
|
1427
|
+
from: `tuiIconPhoneOutgoingLarge`,
|
1428
|
+
},
|
1429
|
+
{
|
1430
|
+
to: ``,
|
1431
|
+
from: `tuiIconPictureOutline`,
|
1432
|
+
},
|
1433
|
+
{
|
1434
|
+
to: `tuiIconTdsChartPieMediumPragmatic`,
|
1435
|
+
from: `tuiIconPieChartLarge`,
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
to: `tuiIconTdsChartPieMediumPragmatic`,
|
1439
|
+
from: `tuiIconPiechartLargeOutline`,
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
to: `tuiIconTdsPinSmallPragmatic`,
|
1443
|
+
from: `tuiIconPinned`,
|
1444
|
+
},
|
1445
|
+
{
|
1446
|
+
to: `tuiIconTdsPinMediumPragmatic`,
|
1447
|
+
from: `tuiIconPinnedLarge`,
|
1448
|
+
},
|
1449
|
+
{
|
1450
|
+
to: `tuiIconTdsPinMediumPragmatic`,
|
1451
|
+
from: `tuiIconPinnedLargeOutline`,
|
1452
|
+
},
|
1453
|
+
{
|
1454
|
+
to: `tuiIconTdsPinSmallPragmatic`,
|
1455
|
+
from: `tuiIconPinnedOutline`,
|
1456
|
+
},
|
1457
|
+
{
|
1458
|
+
to: `tuiIconTdsPlaySmallPragmatic`,
|
1459
|
+
from: `tuiIconPlay`,
|
1460
|
+
},
|
1461
|
+
{
|
1462
|
+
to: `tuiIconTdsPlayMediumPragmatic`,
|
1463
|
+
from: `tuiIconPlayLarge`,
|
1464
|
+
},
|
1465
|
+
{
|
1466
|
+
to: `tuiIconTdsPlusSmallPragmatic`,
|
1467
|
+
from: `tuiIconPlus`,
|
1468
|
+
},
|
1469
|
+
{
|
1470
|
+
to: `tuiIconTdsPlusCircleSmallPragmatic`,
|
1471
|
+
from: `tuiIconPlusCircle`,
|
1472
|
+
},
|
1473
|
+
{
|
1474
|
+
to: `tuiIconTdsPlusCircleMediumPragmatic`,
|
1475
|
+
from: `tuiIconPlusCircleLarge`,
|
1476
|
+
},
|
1477
|
+
{
|
1478
|
+
to: `tuiIconTdsPlusMediumPragmatic`,
|
1479
|
+
from: `tuiIconPlusCircleLargeOutline`,
|
1480
|
+
},
|
1481
|
+
{
|
1482
|
+
to: `tuiIconTdsPlusCircleSmallPragmatic`,
|
1483
|
+
from: `tuiIconPlusCircleOutline`,
|
1484
|
+
},
|
1485
|
+
{
|
1486
|
+
to: `tuiIconTdsPlusMediumPragmatic`,
|
1487
|
+
from: `tuiIconPlusLarge`,
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
to: `tuiIconTdsPlus2SmallPragmatic`,
|
1491
|
+
from: `tuiIconPlusSmall`,
|
1492
|
+
},
|
1493
|
+
{
|
1494
|
+
to: `\u0426\u0412\u0415\u0422\u041D\u0410\u042F`,
|
1495
|
+
from: `tuiIconPresentDocLarge`,
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
to: `tuiIconTdsPrinterSmallPragmatic`,
|
1499
|
+
from: `tuiIconPrinter`,
|
1500
|
+
},
|
1501
|
+
{
|
1502
|
+
to: `tuiIconTdsPrinterMediumPragmatic`,
|
1503
|
+
from: `tuiIconPrinterLarge`,
|
1504
|
+
},
|
1505
|
+
{
|
1506
|
+
to: `tuiIconTdsPrinterMediumPragmatic`,
|
1507
|
+
from: `tuiIconPrinterLargeOutline`,
|
1508
|
+
},
|
1509
|
+
{
|
1510
|
+
to: `tuiIconTdsPrinterSmallPragmatic`,
|
1511
|
+
from: `tuiIconPrinterOutline`,
|
1512
|
+
},
|
1513
|
+
{
|
1514
|
+
to: `tuiIconTdsQrCodeSmallPragmatic`,
|
1515
|
+
from: `tuiIconQrCode`,
|
1516
|
+
},
|
1517
|
+
{
|
1518
|
+
to: `tuiIconTdsQrCodeMediumPragmatic`,
|
1519
|
+
from: `tuiIconQrCodeLarge`,
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
to: `tuiIconTdsWysiwygQueueMediumPragmatic`,
|
1523
|
+
from: `tuiIconQueueLarge`,
|
1524
|
+
},
|
1525
|
+
{
|
1526
|
+
to: `tuiIconTdsWysiwygQuoteMediumPragmatic`,
|
1527
|
+
from: `tuiIconQuoteLarge`,
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
to: `tuiIconTdsCheckDoubleSmallPragmatic`,
|
1531
|
+
from: `tuiIconRead`,
|
1532
|
+
},
|
1533
|
+
{
|
1534
|
+
to: `tuiIconTdsCheckDoubleMediumPragmatic`,
|
1535
|
+
from: `tuiIconReadLarge`,
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
to: `tuiIconTdsReceiptSmallPragmatic`,
|
1539
|
+
from: `tuiIconReceipt`,
|
1540
|
+
},
|
1541
|
+
{
|
1542
|
+
to: `tuiIconTdsReceiptMediumPragmatic`,
|
1543
|
+
from: `tuiIconReceiptLarge`,
|
1544
|
+
},
|
1545
|
+
{
|
1546
|
+
to: `tuiIconTdsReceiptMediumPragmatic`,
|
1547
|
+
from: `tuiIconReceiptLargeOutline`,
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
to: `tuiIconTdsArrowRewindSmallPragmatic`,
|
1551
|
+
from: `tuiIconRedo`,
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
to: `tuiIconTdsArrowRewindMediumPragmatic`,
|
1555
|
+
from: `tuiIconRedoLarge`,
|
1556
|
+
},
|
1557
|
+
{
|
1558
|
+
to: `tuiIconTdsArrowsLeftRightSmallPragmatic`,
|
1559
|
+
from: `tuiIconRefreshCw`,
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
to: `tuiIconTdsArrowsLeftRightMediumPragmatic`,
|
1563
|
+
from: `tuiIconRefreshCwLarge`,
|
1564
|
+
},
|
1565
|
+
{
|
1566
|
+
to: `tuiIconTdsArrowRepeat2MediumPragmatic`,
|
1567
|
+
from: `tuiIconReloadLarge`,
|
1568
|
+
},
|
1569
|
+
{
|
1570
|
+
to: `tuiIconTdsArrowRepeat2MediumPragmatic`,
|
1571
|
+
from: `tuiIconRenewLarge`,
|
1572
|
+
},
|
1573
|
+
{
|
1574
|
+
to: `tuiIconTdsArrowReplySmallPragmatic`,
|
1575
|
+
from: `tuiIconReply`,
|
1576
|
+
},
|
1577
|
+
{
|
1578
|
+
to: `tuiIconTdsArrowReplyAllSmallPragmatic`,
|
1579
|
+
from: `tuiIconReplyAll`,
|
1580
|
+
},
|
1581
|
+
{
|
1582
|
+
to: `tuiIconTdsArrowReplyAllMediumPragmatic`,
|
1583
|
+
from: `tuiIconReplyAllLarge`,
|
1584
|
+
},
|
1585
|
+
{
|
1586
|
+
to: `tuiIconTdsArrowReplyAllMediumPragmatic`,
|
1587
|
+
from: `tuiIconReplyAllLargeOutline`,
|
1588
|
+
},
|
1589
|
+
{
|
1590
|
+
to: `tuiIconTdsArrowReplyMediumPragmatic`,
|
1591
|
+
from: `tuiIconReplyLarge`,
|
1592
|
+
},
|
1593
|
+
{
|
1594
|
+
to: `tuiIconTdsArrowReplyMediumPragmatic`,
|
1595
|
+
from: `tuiIconReplyLargeOutline`,
|
1596
|
+
},
|
1597
|
+
{
|
1598
|
+
to: `tuiIconTdsRotateSmallPragmatic`,
|
1599
|
+
from: `tuiIconRotate`,
|
1600
|
+
},
|
1601
|
+
{
|
1602
|
+
to: `tuiIconTdsRotateMediumPragmatic`,
|
1603
|
+
from: `tuiIconRotateLarge`,
|
1604
|
+
},
|
1605
|
+
{
|
1606
|
+
to: `tuiIconTdsRotateMediumPragmatic`,
|
1607
|
+
from: `tuiIconRotateLargeOutline`,
|
1608
|
+
},
|
1609
|
+
{
|
1610
|
+
to: `tuiIconTdsRotateSmallPragmatic`,
|
1611
|
+
from: `tuiIconRotateOutline`,
|
1612
|
+
},
|
1613
|
+
{
|
1614
|
+
to: `tuiIconTdsRouteSmallPragmatic`,
|
1615
|
+
from: `tuiIconRoute`,
|
1616
|
+
},
|
1617
|
+
{
|
1618
|
+
to: `tuiIconTdsRouteMediumPragmatic`,
|
1619
|
+
from: `tuiIconRouteLarge`,
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
to: `tuiIconTdsRouteMediumPragmatic`,
|
1623
|
+
from: `tuiIconRouteLargeOutline`,
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
to: `tuiIconTdsRouteSmallPragmatic`,
|
1627
|
+
from: `tuiIconRouteOutline`,
|
1628
|
+
},
|
1629
|
+
{
|
1630
|
+
to: `tuiIconTdsMagnifierSmallPragmatic`,
|
1631
|
+
from: `tuiIconSearch`,
|
1632
|
+
},
|
1633
|
+
{
|
1634
|
+
to: `tuiIconTdsMagnifierMediumPragmatic`,
|
1635
|
+
from: `tuiIconSearchLarge`,
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
to: `tuiIconTdsPaperPlaneMediumPragmatic`,
|
1639
|
+
from: `tuiIconSendLarge`,
|
1640
|
+
},
|
1641
|
+
{
|
1642
|
+
to: `tuiIconTdsSettingsSmallPragmatic`,
|
1643
|
+
from: `tuiIconSettings`,
|
1644
|
+
},
|
1645
|
+
{
|
1646
|
+
to: `tuiIconTdsSettings2SmallPragmatic`,
|
1647
|
+
from: `tuiIconSettings2`,
|
1648
|
+
},
|
1649
|
+
{
|
1650
|
+
to: `tuiIconTdsSettingsMediumPragmatic`,
|
1651
|
+
from: `tuiIconSettingsLarge`,
|
1652
|
+
},
|
1653
|
+
{
|
1654
|
+
to: `tuiIconTdsSettings2MediumPragmatic`,
|
1655
|
+
from: `tuiIconSettingsLarge2`,
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
to: `tuiIconTdsSettingsMediumPragmatic`,
|
1659
|
+
from: `tuiIconSettingsLargeOutline`,
|
1660
|
+
},
|
1661
|
+
{
|
1662
|
+
to: `tuiIconTdsSettingsSmallPragmatic`,
|
1663
|
+
from: `tuiIconSettingsOutline`,
|
1664
|
+
},
|
1665
|
+
{
|
1666
|
+
to: `tuiIconTdsShare2SmallPragmatic`,
|
1667
|
+
from: `tuiIconShare`,
|
1668
|
+
},
|
1669
|
+
{
|
1670
|
+
to: `tuiIconTdsShareMediumPragmatic`,
|
1671
|
+
from: `tuiIconShareLarge`,
|
1672
|
+
},
|
1673
|
+
{
|
1674
|
+
to: `tuiIconTdsShareMediumPragmatic`,
|
1675
|
+
from: `tuiIconShareLargeOutline`,
|
1676
|
+
},
|
1677
|
+
{
|
1678
|
+
to: `tuiIconTdsShare2SmallPragmatic`,
|
1679
|
+
from: `tuiIconShareOutline`,
|
1680
|
+
},
|
1681
|
+
{
|
1682
|
+
to: `tuiIconTdsPencilSmallPragmatic`,
|
1683
|
+
from: `tuiIconSign`,
|
1684
|
+
},
|
1685
|
+
{
|
1686
|
+
to: `tuiIconTdsPencilMediumPragmatic`,
|
1687
|
+
from: `tuiIconSignLarge`,
|
1688
|
+
},
|
1689
|
+
{
|
1690
|
+
to: `tuiIconTdsPencilSmallPragmatic`,
|
1691
|
+
from: `tuiIconSignOutline`,
|
1692
|
+
},
|
1693
|
+
{
|
1694
|
+
to: `tuiIconTdsDenyMediumPragmatic`,
|
1695
|
+
from: `tuiIconSlashLarge`,
|
1696
|
+
},
|
1697
|
+
{
|
1698
|
+
to: `tuiIconTdsGridBigSmallPragmatic`,
|
1699
|
+
from: `tuiIconSmallGrid`,
|
1700
|
+
},
|
1701
|
+
{
|
1702
|
+
to: `tuiIconTdsGridBigMediumPragmatic`,
|
1703
|
+
from: `tuiIconSmallGridLarge`,
|
1704
|
+
},
|
1705
|
+
{
|
1706
|
+
to: `tuiIconTdsSortUpSmallPragmatic`,
|
1707
|
+
from: `tuiIconSort`,
|
1708
|
+
},
|
1709
|
+
{
|
1710
|
+
to: `tuiIconTdsArrowSortDownSmallPragmatic`,
|
1711
|
+
from: `tuiIconSortAscending`,
|
1712
|
+
},
|
1713
|
+
{
|
1714
|
+
to: `tuiIconTdsArrowSortUpSmallPragmatic`,
|
1715
|
+
from: `tuiIconSortDescending`,
|
1716
|
+
},
|
1717
|
+
{
|
1718
|
+
to: `tuiIconTdsSortDownSmallPragmatic`,
|
1719
|
+
from: `tuiIconSortDown`,
|
1720
|
+
},
|
1721
|
+
{
|
1722
|
+
to: `tuiIconTdsArrowSortDownSmallPragmatic`,
|
1723
|
+
from: `tuiIconSortDown2`,
|
1724
|
+
},
|
1725
|
+
{
|
1726
|
+
to: `tuiIconTdsSortChevronsSmallPragmatic`,
|
1727
|
+
from: `tuiIconSortOff`,
|
1728
|
+
},
|
1729
|
+
{
|
1730
|
+
to: `tuiIconTdsSortUpSmallPragmatic`,
|
1731
|
+
from: `tuiIconSortUp`,
|
1732
|
+
},
|
1733
|
+
{
|
1734
|
+
to: `tuiIconTdsArrowSortUpSmallPragmatic`,
|
1735
|
+
from: `tuiIconSortUp2`,
|
1736
|
+
},
|
1737
|
+
{
|
1738
|
+
to: `tuiIconTdsArrowsSplitSmallPragmatic`,
|
1739
|
+
from: `tuiIconSplit`,
|
1740
|
+
},
|
1741
|
+
{
|
1742
|
+
to: `tuiIconTdsArrowsSplitMediumPragmatic`,
|
1743
|
+
from: `tuiIconSplitLarge`,
|
1744
|
+
},
|
1745
|
+
{
|
1746
|
+
to: `\u0426\u0412\u0415\u0422\u041D\u0410\u042F`,
|
1747
|
+
from: `tuiIconSpreadSheetDocLarge`,
|
1748
|
+
},
|
1749
|
+
{
|
1750
|
+
to: `tuiIconTdsStopSmallPragmatic`,
|
1751
|
+
from: `tuiIconSquare`,
|
1752
|
+
},
|
1753
|
+
{
|
1754
|
+
to: `tuiIconTdsStopMediumPragmatic`,
|
1755
|
+
from: `tuiIconSquareLarge`,
|
1756
|
+
},
|
1757
|
+
{
|
1758
|
+
to: `tuiIconTdsStarSmallPragmatic`,
|
1759
|
+
from: `tuiIconStar`,
|
1760
|
+
},
|
1761
|
+
{
|
1762
|
+
to: `tuiIconTdsStarSmallPragmatic`,
|
1763
|
+
from: `tuiIconStarFilled`,
|
1764
|
+
},
|
1765
|
+
{
|
1766
|
+
to: `tuiIconTdsStarMediumPragmatic`,
|
1767
|
+
from: `tuiIconStarLarge`,
|
1768
|
+
},
|
1769
|
+
{
|
1770
|
+
to: `tuiIconTdsStarMediumPragmatic`,
|
1771
|
+
from: `tuiIconStarLargeOutline`,
|
1772
|
+
},
|
1773
|
+
{
|
1774
|
+
to: `tuiIconTdsStarSmallPragmatic`,
|
1775
|
+
from: `tuiIconStarOutline`,
|
1776
|
+
},
|
1777
|
+
{
|
1778
|
+
to: `tuiIconTdsWysiwygFontStrikethroughMediumPragmatic`,
|
1779
|
+
from: `tuiIconStrikeThroughLarge`,
|
1780
|
+
},
|
1781
|
+
{
|
1782
|
+
to: `tuiIconTdsArrowSubRightSmallPragmatic`,
|
1783
|
+
from: `tuiIconSubitem`,
|
1784
|
+
},
|
1785
|
+
{
|
1786
|
+
to: `tuiIconTdsArrowSubRightMediumPragmatic`,
|
1787
|
+
from: `tuiIconSublevelLarge`,
|
1788
|
+
},
|
1789
|
+
{
|
1790
|
+
to: `tuiIconTdsWysiwygSubscriptMediumPragmatic`,
|
1791
|
+
from: `tuiIconSubscriptLarge`,
|
1792
|
+
},
|
1793
|
+
{
|
1794
|
+
to: `tuiIconTdsWysiwygSuperscriptMediumPragmatic`,
|
1795
|
+
from: `tuiIconSuperscriptLarge`,
|
1796
|
+
},
|
1797
|
+
{
|
1798
|
+
to: `tuiIconTdsWysiwygTableMediumPragmatic`,
|
1799
|
+
from: `tuiIconTableLarge`,
|
1800
|
+
},
|
1801
|
+
{
|
1802
|
+
to: `tuiIconTdsWysiwygTableMergeMediumPragmatic`,
|
1803
|
+
from: `tuiIconTableMergeLarge`,
|
1804
|
+
},
|
1805
|
+
{
|
1806
|
+
to: `tuiIconTdsWysiwygTableSplitMediumPragmatic`,
|
1807
|
+
from: `tuiIconTableSplitLarge`,
|
1808
|
+
},
|
1809
|
+
{
|
1810
|
+
to: `tuiIconTdsTagSmallPragmatic`,
|
1811
|
+
from: `tuiIconTag`,
|
1812
|
+
},
|
1813
|
+
{
|
1814
|
+
to: `tuiIconTdsTagMediumPragmatic`,
|
1815
|
+
from: `tuiIconTagLarge`,
|
1816
|
+
},
|
1817
|
+
{
|
1818
|
+
to: `tuiIconTdsTagMediumPragmatic`,
|
1819
|
+
from: `tuiIconTagLargeOutline`,
|
1820
|
+
},
|
1821
|
+
{
|
1822
|
+
to: `tuiIconTdsTagSmallPragmatic`,
|
1823
|
+
from: `tuiIconTagOutline`,
|
1824
|
+
},
|
1825
|
+
{
|
1826
|
+
to: `\u0426\u0412\u0415\u0422\u041D\u0410\u042F`,
|
1827
|
+
from: `tuiIconTextDocLarge`,
|
1828
|
+
},
|
1829
|
+
{
|
1830
|
+
to: `tuiIconTdsThumbDownMediumPragmatic`,
|
1831
|
+
from: `tuiIconThumbsDownLarge`,
|
1832
|
+
},
|
1833
|
+
{
|
1834
|
+
to: `tuiIconTdsThumbUpMediumPragmatic`,
|
1835
|
+
from: `tuiIconThumbsUpLarge`,
|
1836
|
+
},
|
1837
|
+
{
|
1838
|
+
to: `tuiIconTdsCheckSmallPragmatic`,
|
1839
|
+
from: `tuiIconToggleOn`,
|
1840
|
+
},
|
1841
|
+
{
|
1842
|
+
to: `tuiIconTdsCheckMediumPragmatic`,
|
1843
|
+
from: `tuiIconToggleOnLarge`,
|
1844
|
+
},
|
1845
|
+
{
|
1846
|
+
to: `tuiIconTdsPlusCircleMediumPragmatic`,
|
1847
|
+
from: `tuiIconTopUpLarge`,
|
1848
|
+
},
|
1849
|
+
{
|
1850
|
+
to: `tuiIconTdsDenyMediumPragmatic`,
|
1851
|
+
from: `tuiIconTransparentLarge`,
|
1852
|
+
},
|
1853
|
+
{
|
1854
|
+
to: `tuiIconTdsTrashSmallPragmatic`,
|
1855
|
+
from: `tuiIconTrash`,
|
1856
|
+
},
|
1857
|
+
{
|
1858
|
+
to: `tuiIconTdsTrashMediumPragmatic`,
|
1859
|
+
from: `tuiIconTrashLarge`,
|
1860
|
+
},
|
1861
|
+
{
|
1862
|
+
to: `tuiIconTdsTrashMediumPragmatic`,
|
1863
|
+
from: `tuiIconTrashLargeOutline`,
|
1864
|
+
},
|
1865
|
+
{
|
1866
|
+
to: `tuiIconTdsTrashSmallPragmatic`,
|
1867
|
+
from: `tuiIconTrashOutline`,
|
1868
|
+
},
|
1869
|
+
{
|
1870
|
+
to: `tuiIconTdsWysiwygFontUnderlineMediumPragmatic`,
|
1871
|
+
from: `tuiIconUnderlineLarge`,
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
to: `tuiIconTdsArrowRewindSmallPragmatic`,
|
1875
|
+
from: `tuiIconUndo`,
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
to: `tuiIconTdsArrowRewindMediumPragmatic`,
|
1879
|
+
from: `tuiIconUndoLarge`,
|
1880
|
+
},
|
1881
|
+
{
|
1882
|
+
to: `tuiIconTdsMathNonEqualSmallPragmatic`,
|
1883
|
+
from: `tuiIconUnequal`,
|
1884
|
+
},
|
1885
|
+
{
|
1886
|
+
to: `tuiIconTdsMathNonEqualMediumPragmatic`,
|
1887
|
+
from: `tuiIconUnequalLarge`,
|
1888
|
+
},
|
1889
|
+
{
|
1890
|
+
to: `tuiIconTdsSnowflakeOffSmallPragmatic`,
|
1891
|
+
from: `tuiIconUnfreeze`,
|
1892
|
+
},
|
1893
|
+
{
|
1894
|
+
to: `tuiIconTdsSnowflakeOffMediumPragmatic`,
|
1895
|
+
from: `tuiIconUnfreezeLarge`,
|
1896
|
+
},
|
1897
|
+
{
|
1898
|
+
to: `tuiIconTdsLockOpenSmallPragmatic`,
|
1899
|
+
from: `tuiIconUnlock`,
|
1900
|
+
},
|
1901
|
+
{
|
1902
|
+
to: `tuiIconTdsLockOpenMediumPragmatic`,
|
1903
|
+
from: `tuiIconUnlockLarge`,
|
1904
|
+
},
|
1905
|
+
{
|
1906
|
+
to: `tuiIconTdsLockOpenSmallPragmatic`,
|
1907
|
+
from: `tuiIconUnlockLargeOutline`,
|
1908
|
+
},
|
1909
|
+
{
|
1910
|
+
to: `tuiIconTdsLockOpenMediumPragmatic`,
|
1911
|
+
from: `tuiIconUnlockOutline`,
|
1912
|
+
},
|
1913
|
+
{
|
1914
|
+
to: `tuiIconTdsArrowUpCircleSmallPragmatic`,
|
1915
|
+
from: `tuiIconUpCircle`,
|
1916
|
+
},
|
1917
|
+
{
|
1918
|
+
to: `tuiIconTdsShareSmallPragmatic`,
|
1919
|
+
from: `tuiIconUpload`,
|
1920
|
+
},
|
1921
|
+
{
|
1922
|
+
to: `tuiIconTdsShare2MediumPragmatic`,
|
1923
|
+
from: `tuiIconUploadLarge`,
|
1924
|
+
},
|
1925
|
+
{
|
1926
|
+
to: `tuiIconUserpicCircleLarge`,
|
1927
|
+
from: `tuiIconUser`,
|
1928
|
+
},
|
1929
|
+
{
|
1930
|
+
to: `tuiIconUserpicCircleLarge`,
|
1931
|
+
from: `tuiIconUserOutline`,
|
1932
|
+
},
|
1933
|
+
{
|
1934
|
+
to: `tuiIconTdsUserImpersonalMediumPragmatic`,
|
1935
|
+
from: `tuiIconUserpicCircleLarge`,
|
1936
|
+
},
|
1937
|
+
{
|
1938
|
+
to: `tuiIconTdsCameraVideoSmallPragmatic`,
|
1939
|
+
from: `tuiIconVideo`,
|
1940
|
+
},
|
1941
|
+
{
|
1942
|
+
to: `tuiIconTdsCameraVideoMediumPragmatic`,
|
1943
|
+
from: `tuiIconVideoLarge`,
|
1944
|
+
},
|
1945
|
+
{
|
1946
|
+
to: `tuiIconTdsCameraVideoSmallPragmatic`,
|
1947
|
+
from: `tuiIconVideoOutline`,
|
1948
|
+
},
|
1949
|
+
{
|
1950
|
+
to: `tuiIconTdsSoundSmallPragmatic`,
|
1951
|
+
from: `tuiIconVolume`,
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
to: `tuiIconTdsSoundMediumPragmatic`,
|
1955
|
+
from: `tuiIconVolumeLarge`,
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
to: `tuiIconTdsSoundMediumPragmatic`,
|
1959
|
+
from: `tuiIconVolumeLargeOutline`,
|
1960
|
+
},
|
1961
|
+
{
|
1962
|
+
to: `tuiIconTdsSoundSmallPragmatic`,
|
1963
|
+
from: `tuiIconVolumeOutline`,
|
1964
|
+
},
|
1965
|
+
{
|
1966
|
+
to: `tuiIconTdsSoundOffSmallPragmatic`,
|
1967
|
+
from: `tuiIconVolumeX`,
|
1968
|
+
},
|
1969
|
+
{
|
1970
|
+
to: `tuiIconTdsSoundOffMediumPragmatic`,
|
1971
|
+
from: `tuiIconVolumeXLarge`,
|
1972
|
+
},
|
1973
|
+
{
|
1974
|
+
to: `tuiIconTdsSoundOffMediumPragmatic`,
|
1975
|
+
from: `tuiIconVolumeXLargeOutline`,
|
1976
|
+
},
|
1977
|
+
{
|
1978
|
+
to: `tuiIconTdsSoundOffSmallPragmatic`,
|
1979
|
+
from: `tuiIconVolumeXOutline`,
|
1980
|
+
},
|
1981
|
+
{
|
1982
|
+
to: `tuiIconTdsWalletSmallPragmatic`,
|
1983
|
+
from: `tuiIconWallet`,
|
1984
|
+
},
|
1985
|
+
{
|
1986
|
+
to: `tuiIconTdsWalletMediumPragmatic`,
|
1987
|
+
from: `tuiIconWalletLarge`,
|
1988
|
+
},
|
1989
|
+
{
|
1990
|
+
to: `tuiIconTdsExclamationSmallPragmatic`,
|
1991
|
+
from: `tuiIconWarning`,
|
1992
|
+
},
|
1993
|
+
{
|
1994
|
+
to: `tuiIconTdsExclamationMediumPragmatic`,
|
1995
|
+
from: `tuiIconWarningLarge`,
|
1996
|
+
},
|
1997
|
+
{
|
1998
|
+
to: `tuiIconTdsPaypassSmallPragmatic`,
|
1999
|
+
from: `tuiIconWireless`,
|
2000
|
+
},
|
2001
|
+
{
|
2002
|
+
to: `tuiIconTdsGlobeMediumPragmatic`,
|
2003
|
+
from: `tuiIconWorldLarge`,
|
2004
|
+
},
|
2005
|
+
{
|
2006
|
+
to: `tuiIconTdsCrossSmallPragmatic`,
|
2007
|
+
from: `tuiIconX`,
|
2008
|
+
},
|
2009
|
+
{
|
2010
|
+
to: `tuiIconTdsCrossCircleSmallPragmatic`,
|
2011
|
+
from: `tuiIconXCircle`,
|
2012
|
+
},
|
2013
|
+
{
|
2014
|
+
to: `tuiIconTdsCrossCircleMediumPragmatic`,
|
2015
|
+
from: `tuiIconXCircleLarge`,
|
2016
|
+
},
|
2017
|
+
{
|
2018
|
+
to: `tuiIconTdsCrossCircleMediumPragmatic`,
|
2019
|
+
from: `tuiIconXCircleLargeOutline`,
|
2020
|
+
},
|
2021
|
+
{
|
2022
|
+
to: `tuiIconTdsCrossCircleSmallPragmatic`,
|
2023
|
+
from: `tuiIconXCircleOutline`,
|
2024
|
+
},
|
2025
|
+
{
|
2026
|
+
to: `tuiIconTdsCrossMediumPragmatic`,
|
2027
|
+
from: `tuiIconXLarge`,
|
2028
|
+
},
|
2029
|
+
{
|
2030
|
+
to: `tuiIconTdsLoupePlusSmallPragmatic`,
|
2031
|
+
from: `tuiIconZoomIn`,
|
2032
|
+
},
|
2033
|
+
{
|
2034
|
+
to: `tuiIconTdsLoupePlusMediumPragmatic`,
|
2035
|
+
from: `tuiIconZoomInLarge`,
|
2036
|
+
},
|
2037
|
+
{
|
2038
|
+
to: `tuiIconTdsLoupePlusMediumPragmatic`,
|
2039
|
+
from: `tuiIconZoomInLargeOutline`,
|
2040
|
+
},
|
2041
|
+
{
|
2042
|
+
to: `tuiIconTdsLoupePlusSmallPragmatic`,
|
2043
|
+
from: `tuiIconZoomInOutline`,
|
2044
|
+
},
|
2045
|
+
{
|
2046
|
+
to: `tuiIconTdsLoupeMinusSmallPragmatic`,
|
2047
|
+
from: `tuiIconZoomOut`,
|
2048
|
+
},
|
2049
|
+
{
|
2050
|
+
to: `tuiIconTdsLoupeMinusMediumPragmatic`,
|
2051
|
+
from: `tuiIconZoomOutLarge`,
|
2052
|
+
},
|
2053
|
+
{
|
2054
|
+
to: `tuiIconTdsLoupeMinusMediumPragmatic`,
|
2055
|
+
from: `tuiIconZoomOutLargeOutline`,
|
2056
|
+
},
|
2057
|
+
{
|
2058
|
+
to: `tuiIconTdsLoupeMinusSmallPragmatic`,
|
2059
|
+
from: `tuiIconZoomOutOutline`,
|
2060
|
+
},
|
2061
|
+
{
|
2062
|
+
to: `tuiIconTdsAtmSmallPragmatic`,
|
2063
|
+
from: `tuiIconAtm`,
|
2064
|
+
},
|
2065
|
+
{
|
2066
|
+
to: `tuiIconTdsGiftSmallPragmatic`,
|
2067
|
+
from: `tuiIconBirthday`,
|
2068
|
+
},
|
2069
|
+
{
|
2070
|
+
to: `tuiIconTdsGiftMediumPragmatic`,
|
2071
|
+
from: `tuiIconBirthdayLarge`,
|
2072
|
+
},
|
2073
|
+
{
|
2074
|
+
to: `tuiIconTdsCrownSmallPragmatic`,
|
2075
|
+
from: `tuiIconBonus`,
|
2076
|
+
},
|
2077
|
+
{
|
2078
|
+
to: `tuiIconTdsCrownMediumPragmatic`,
|
2079
|
+
from: `tuiIconBonusLarge`,
|
2080
|
+
},
|
2081
|
+
{
|
2082
|
+
to: `tuiIconTdsBriefcaseMediumPragmatic`,
|
2083
|
+
from: `tuiIconBriefcaseLarge`,
|
2084
|
+
},
|
2085
|
+
{
|
2086
|
+
to: `tuiIconTdsChevronDownSmallPragmatic`,
|
2087
|
+
from: `tuiIconCardDrop`,
|
2088
|
+
},
|
2089
|
+
{
|
2090
|
+
to: `tuiIconTdsChevronDownMediumPragmatic`,
|
2091
|
+
from: `tuiIconCardDropLarge`,
|
2092
|
+
},
|
2093
|
+
{
|
2094
|
+
to: `tuiIconTdsChevronDownMediumPragmatic`,
|
2095
|
+
from: `tuiIconCardDropLargeOutline`,
|
2096
|
+
},
|
2097
|
+
{
|
2098
|
+
to: `tuiIconTdsChevronDownSmallPragmatic`,
|
2099
|
+
from: `tuiIconCardDropOutline`,
|
2100
|
+
},
|
2101
|
+
{
|
2102
|
+
to: `tuiIconTdsCardBacksideSmallPragmatic`,
|
2103
|
+
from: `tuiIconCardOutline`,
|
2104
|
+
},
|
2105
|
+
{
|
2106
|
+
to: `tuiIconTdsClipboardCheckSmallPragmatic`,
|
2107
|
+
from: `tuiIconChecklist`,
|
2108
|
+
},
|
2109
|
+
{
|
2110
|
+
to: `tuiIconTdsClipboardCheckMediumPragmatic`,
|
2111
|
+
from: `tuiIconChecklistLarge`,
|
2112
|
+
},
|
2113
|
+
{
|
2114
|
+
to: `tuiIconTdsClipboardCheckMediumPragmatic`,
|
2115
|
+
from: `tuiIconChecklistLargeOutline`,
|
2116
|
+
},
|
2117
|
+
{
|
2118
|
+
to: `tuiIconTdsClipboardCheckSmallPragmatic`,
|
2119
|
+
from: `tuiIconChecklistOutline`,
|
2120
|
+
},
|
2121
|
+
{
|
2122
|
+
to: `tuiIconTdsChevronDoubleDownSmallPragmatic`,
|
2123
|
+
from: `tuiIconChevronsDown`,
|
2124
|
+
},
|
2125
|
+
{
|
2126
|
+
to: `tuiIconTdsChevronDoubleLeftSmallPragmatic`,
|
2127
|
+
from: `tuiIconChevronsLeft`,
|
2128
|
+
},
|
2129
|
+
{
|
2130
|
+
to: `tuiIconTdsChevronDoubleRightSmallPragmatic`,
|
2131
|
+
from: `tuiIconChevronsRight`,
|
2132
|
+
},
|
2133
|
+
{
|
2134
|
+
to: `tuiIconTdsChevronDoubleUpMediumPragmatic`,
|
2135
|
+
from: `tuiIconChevronsUpLarge`,
|
2136
|
+
},
|
2137
|
+
{
|
2138
|
+
to: `tuiIconTdsPlusCircleSmallPragmatic`,
|
2139
|
+
from: `tuiIconCompensation`,
|
2140
|
+
},
|
2141
|
+
{
|
2142
|
+
to: `tuiIconTdsPlusCircleMediumPragmatic`,
|
2143
|
+
from: `tuiIconCompensationLarge`,
|
2144
|
+
},
|
2145
|
+
{
|
2146
|
+
to: `tuiIconTdsPlusCircleMediumPragmatic`,
|
2147
|
+
from: `tuiIconCompensationLargeOutline`,
|
2148
|
+
},
|
2149
|
+
{
|
2150
|
+
to: `tuiIconTdsCardBacksideSmallPragmatic`,
|
2151
|
+
from: `tuiIconCreditCard`,
|
2152
|
+
},
|
2153
|
+
{
|
2154
|
+
to: `tuiIconTdsCardBacksideMediumPragmatic`,
|
2155
|
+
from: `tuiIconCreditCardLarge`,
|
2156
|
+
},
|
2157
|
+
{
|
2158
|
+
to: `tuiIconTdsCardBacksideMediumPragmatic`,
|
2159
|
+
from: `tuiIconCreditCardLargeOutline`,
|
2160
|
+
},
|
2161
|
+
{
|
2162
|
+
to: `tuiIconTdsCardBacksideSmallPragmatic`,
|
2163
|
+
from: `tuiIconCreditCardOutline`,
|
2164
|
+
},
|
2165
|
+
{
|
2166
|
+
to: `tuiIconTdsChevronDownMediumPragmatic`,
|
2167
|
+
from: `tuiIconDropLarge`,
|
2168
|
+
},
|
2169
|
+
{
|
2170
|
+
to: `tuiIconTdsLogoFacebookMedium`,
|
2171
|
+
from: `tuiIconFacebookLarge`,
|
2172
|
+
},
|
2173
|
+
{
|
2174
|
+
to: `tuiIconTdsArrowForwardSmallPragmatic`,
|
2175
|
+
from: `tuiIconForward`,
|
2176
|
+
},
|
2177
|
+
{
|
2178
|
+
to: `tuiIconTdsArrowForwardMediumPragmatic`,
|
2179
|
+
from: `tuiIconForwardLarge`,
|
2180
|
+
},
|
2181
|
+
{
|
2182
|
+
to: `tuiIconTdsArrowForwardMediumPragmatic`,
|
2183
|
+
from: `tuiIconForwardLargeOutline`,
|
2184
|
+
},
|
2185
|
+
{
|
2186
|
+
to: `tuiIconTdsLogoMastercardMedium`,
|
2187
|
+
from: `tuiIconMaestroMono`,
|
2188
|
+
},
|
2189
|
+
{
|
2190
|
+
to: `tuiIconMapPinOutline`,
|
2191
|
+
from: `tuiIconMap`,
|
2192
|
+
},
|
2193
|
+
{
|
2194
|
+
to: `tuiIconTdsPinGeoMediumPragmatic`,
|
2195
|
+
from: `tuiIconMapLarge`,
|
2196
|
+
},
|
2197
|
+
{
|
2198
|
+
to: `tuiIconTdsPaymentMastercardLogoSquare`,
|
2199
|
+
from: `tuiIconMastercard`,
|
2200
|
+
},
|
2201
|
+
{
|
2202
|
+
to: `tuiIconTdsLogoMastercardMedium`,
|
2203
|
+
from: `tuiIconMastercardMono`,
|
2204
|
+
},
|
2205
|
+
{
|
2206
|
+
to: `tuiIconTdsPaymentMirLogoSquare`,
|
2207
|
+
from: `tuiIconMir`,
|
2208
|
+
},
|
2209
|
+
{
|
2210
|
+
to: `tuiIconTdsPaymentMirMonochromeLogoSquare`,
|
2211
|
+
from: `tuiIconMirMono`,
|
2212
|
+
},
|
2213
|
+
{
|
2214
|
+
to: `tuiIconTdsNightSmallPragmatic`,
|
2215
|
+
from: `tuiIconMoon`,
|
2216
|
+
},
|
2217
|
+
{
|
2218
|
+
to: `tuiIconTdsNightMediumPragmatic`,
|
2219
|
+
from: `tuiIconMoonLarge`,
|
2220
|
+
},
|
2221
|
+
{
|
2222
|
+
to: `tuiIconTdsLogoOdnoklassnikiMedium`,
|
2223
|
+
from: `tuiIconOkLarge`,
|
2224
|
+
},
|
2225
|
+
{
|
2226
|
+
to: `tuiIconTdsPhoneArrowSmallPragmatic`,
|
2227
|
+
from: `tuiIconPhoneIncoming`,
|
2228
|
+
},
|
2229
|
+
{
|
2230
|
+
to: `tuiIconTdsPhoneArrowMediumPragmatic`,
|
2231
|
+
from: `tuiIconPhoneIncomingLarge`,
|
2232
|
+
},
|
2233
|
+
{
|
2234
|
+
to: `tuiIconTdsArrowRewindMediumPragmatic`,
|
2235
|
+
from: `tuiIconRepeatCurrencyLarge`,
|
2236
|
+
},
|
2237
|
+
{
|
2238
|
+
to: `tuiIconTdsSaveSmallPragmatic`,
|
2239
|
+
from: `tuiIconSave`,
|
2240
|
+
},
|
2241
|
+
{
|
2242
|
+
to: `tuiIconTdsFloppyDiskMediumPragmatic`,
|
2243
|
+
from: `tuiIconSaveLarge`,
|
2244
|
+
},
|
2245
|
+
{
|
2246
|
+
to: `tuiIconTdsFloppyDiskMediumPragmatic`,
|
2247
|
+
from: `tuiIconSaveLargeOutline`,
|
2248
|
+
},
|
2249
|
+
{
|
2250
|
+
to: `tuiIconTdsSaveSmallPragmatic`,
|
2251
|
+
from: `tuiIconSaveOutline`,
|
2252
|
+
},
|
2253
|
+
{
|
2254
|
+
to: `tuiIconTdsDevicePhoneSmallPragmatic`,
|
2255
|
+
from: `tuiIconSmartphone`,
|
2256
|
+
},
|
2257
|
+
{
|
2258
|
+
to: `tuiIconTdsDevicePhoneMediumPragmatic`,
|
2259
|
+
from: `tuiIconSmartphoneLarge`,
|
2260
|
+
},
|
2261
|
+
{
|
2262
|
+
to: `tuiIconTdsLogoTelegramMedium`,
|
2263
|
+
from: `tuiIconSocialTelegramLarge`,
|
2264
|
+
},
|
2265
|
+
{
|
2266
|
+
to: `tuiIconTdsLogoViberMedium`,
|
2267
|
+
from: `tuiIconSocialViberLarge`,
|
2268
|
+
},
|
2269
|
+
{
|
2270
|
+
to: `tuiIconTdsLogoWhatsappMedium`,
|
2271
|
+
from: `tuiIconSocialWhatsappLarge`,
|
2272
|
+
},
|
2273
|
+
{
|
2274
|
+
to: `tuiIconTdsSunSmallPragmatic`,
|
2275
|
+
from: `tuiIconSun`,
|
2276
|
+
},
|
2277
|
+
{
|
2278
|
+
to: `tuiIconTdsSunMediumPragmatic`,
|
2279
|
+
from: `tuiIconSunLarge`,
|
2280
|
+
},
|
2281
|
+
{
|
2282
|
+
to: `tuiIconTdsLogoTiktokMedium`,
|
2283
|
+
from: `tuiIconTiktokLarge`,
|
2284
|
+
},
|
2285
|
+
{
|
2286
|
+
to: `tuiIconTdsChevronDoubleRightCircleSmallPragmatic`,
|
2287
|
+
from: `tuiIconTransfer`,
|
2288
|
+
},
|
2289
|
+
{
|
2290
|
+
to: `tuiIconTdsChevronDoubleRightCircleMediumPragmatic`,
|
2291
|
+
from: `tuiIconTransferLarge`,
|
2292
|
+
},
|
2293
|
+
{
|
2294
|
+
to: `tuiIconTdsChevronDoubleRightCircleMediumPragmatic`,
|
2295
|
+
from: `tuiIconTransferLargeOutline`,
|
2296
|
+
},
|
2297
|
+
{
|
2298
|
+
to: `tuiIconTdsChevronDoubleRightCircleSmallPragmatic`,
|
2299
|
+
from: `tuiIconTransferOutline`,
|
2300
|
+
},
|
2301
|
+
{
|
2302
|
+
to: `tuiIconTdsChevronDoubleRightCircleMediumPragmatic`,
|
2303
|
+
from: `tuiIconTransferTcrmLarge`,
|
2304
|
+
},
|
2305
|
+
{
|
2306
|
+
to: `tuiIconTdsChevronDoubleRightCircleMediumPragmatic`,
|
2307
|
+
from: `tuiIconTransferTcrmLargeOutline`,
|
2308
|
+
},
|
2309
|
+
{
|
2310
|
+
to: `tuiIconTdsLogoTwitterMedium`,
|
2311
|
+
from: `tuiIconTwitterLarge`,
|
2312
|
+
},
|
2313
|
+
{
|
2314
|
+
to: `tuiIconTdsPaymentUnionpayLogoSquare`,
|
2315
|
+
from: `tuiIconUnionPay`,
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
to: `tuiIconTdsUsersSmallPragmatic`,
|
2319
|
+
from: `tuiIconUsers`,
|
2320
|
+
},
|
2321
|
+
{
|
2322
|
+
to: `tuiIconTdsUsersSmallPragmatic`,
|
2323
|
+
from: `tuiIconUsersOutline`,
|
2324
|
+
},
|
2325
|
+
{
|
2326
|
+
to: `tuiIconTdsPaymentVisaLogoSquare`,
|
2327
|
+
from: `tuiIconVisa`,
|
2328
|
+
},
|
2329
|
+
{
|
2330
|
+
to: `tuiIconTdsPaymentVisaMonochromeLogoSquare`,
|
2331
|
+
from: `tuiIconVisaMono`,
|
2332
|
+
},
|
2333
|
+
{
|
2334
|
+
to: `tuiIconTdsLogoVkMedium`,
|
2335
|
+
from: `tuiIconVkLarge`,
|
2336
|
+
},
|
2337
|
+
{
|
2338
|
+
to: `tuiIconTdsWifiMediumPragmatic`,
|
2339
|
+
from: `tuiIconWifiLarge`,
|
2340
|
+
},
|
2341
|
+
{
|
2342
|
+
to: `tuiIconTdsWifiOffMediumPragmatic`,
|
2343
|
+
from: `tuiIconWifiOffLarge`,
|
2344
|
+
},
|
2345
|
+
{
|
2346
|
+
to: `tuiIconTdsLogoYoutubeMedium`,
|
2347
|
+
from: `tuiIconYoutubeLarge`,
|
2348
|
+
},
|
2349
|
+
{
|
2350
|
+
to: `tuiIconTdsAnchorMediumPragmatic`,
|
2351
|
+
from: `tuiIconAnchorLarge`,
|
2352
|
+
},
|
2353
|
+
{
|
2354
|
+
to: `tuiIconTdsDocArchiveMedium`,
|
2355
|
+
from: `tuiIconArchiveDocLarge`,
|
2356
|
+
},
|
2357
|
+
].sort((prev, next) => next.from.length - prev.from.length);
|