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