@koobiq/components 17.8.5 → 18.1.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/alert/alert-tokens.scss +114 -121
- package/autocomplete/autocomplete-tokens.scss +8 -7
- package/badge/badge-tokens.scss +164 -169
- package/button/button-tokens.scss +237 -228
- package/button/button.scss +5 -9
- package/button-toggle/button-toggle-tokens.scss +68 -71
- package/checkbox/checkbox-tokens.scss +118 -125
- package/code-block/code-block-tokens.scss +92 -91
- package/core/common-behaviors/index.d.ts +1 -1
- package/core/forms/forms-tokens.scss +28 -33
- package/core/option/optgroup-tokens.scss +8 -26
- package/core/option/option-action-tokens.scss +3 -19
- package/core/option/option-tokens.scss +89 -105
- package/core/pop-up/pop-up-trigger.d.ts +5 -1
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +118 -125
- package/core/styles/_koobiq-theme.scss +3 -7
- package/core/styles/theming/_theming.scss +4 -6
- package/core/styles/theming/scrollbar-tokens.scss +16 -14
- package/core/styles/typography/_typography.scss +1 -0
- package/datepicker/datepicker-tokens.scss +41 -47
- package/divider/divider-tokens.scss +6 -4
- package/dl/dl-tokens.scss +24 -25
- package/dropdown/dropdown-tokens.scss +87 -99
- package/empty-state/empty-state-tokens.scss +46 -59
- package/esm2022/alert/alert.component.mjs +13 -13
- package/esm2022/alert/alert.module.mjs +4 -4
- package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete.component.mjs +5 -5
- package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/badge/badge.component.mjs +10 -10
- package/esm2022/badge/badge.module.mjs +4 -4
- package/esm2022/button/button.component.mjs +8 -8
- package/esm2022/button/button.module.mjs +4 -4
- package/esm2022/button-toggle/button-toggle.component.mjs +8 -8
- package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2022/checkbox/checkbox-module.mjs +4 -4
- package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2022/checkbox/checkbox.mjs +5 -5
- package/esm2022/code-block/actionbar.component.mjs +5 -5
- package/esm2022/code-block/code-block.component.mjs +5 -5
- package/esm2022/code-block/code-block.module.mjs +4 -4
- package/esm2022/core/common-behaviors/common-module.mjs +4 -4
- package/esm2022/core/common-behaviors/index.mjs +2 -2
- package/esm2022/core/error/error-options.mjs +6 -6
- package/esm2022/core/formatters/date/formatter.mjs +3 -3
- package/esm2022/core/formatters/date/formatter.pipe.mjs +39 -39
- package/esm2022/core/formatters/index.mjs +4 -4
- package/esm2022/core/formatters/number/formatter.mjs +12 -12
- package/esm2022/core/forms/forms-module.mjs +4 -4
- package/esm2022/core/forms/forms.directive.mjs +6 -6
- package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
- package/esm2022/core/highlight/index.mjs +4 -4
- package/esm2022/core/line/line.mjs +7 -7
- package/esm2022/core/locales/locale-service.mjs +3 -3
- package/esm2022/core/locales/locale-service.module.mjs +4 -4
- package/esm2022/core/option/action.mjs +8 -8
- package/esm2022/core/option/optgroup.mjs +4 -4
- package/esm2022/core/option/option-module.mjs +4 -4
- package/esm2022/core/option/option.mjs +5 -5
- package/esm2022/core/pop-up/pop-up-trigger.mjs +17 -8
- package/esm2022/core/pop-up/pop-up.mjs +3 -3
- package/esm2022/core/select/common.mjs +15 -15
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +5 -5
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2022/core/services/theme.service.mjs +3 -3
- package/esm2022/core/utils/data-size/data-size.pipe.mjs +3 -3
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -3
- package/esm2022/datepicker/calendar-header.component.mjs +5 -5
- package/esm2022/datepicker/calendar.component.mjs +3 -3
- package/esm2022/datepicker/datepicker-input.directive.mjs +3 -3
- package/esm2022/datepicker/datepicker-intl.mjs +3 -3
- package/esm2022/datepicker/datepicker-module.mjs +4 -4
- package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
- package/esm2022/datepicker/datepicker.component.mjs +8 -8
- package/esm2022/datepicker/month-view.component.mjs +3 -3
- package/esm2022/divider/divider.component.mjs +4 -4
- package/esm2022/divider/divider.module.mjs +4 -4
- package/esm2022/dl/dl.component.mjs +10 -10
- package/esm2022/dl/dl.module.mjs +4 -4
- package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown-item.component.mjs +6 -6
- package/esm2022/dropdown/dropdown-trigger.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown.component.mjs +6 -6
- package/esm2022/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
- package/esm2022/empty-state/empty-state.component.mjs +16 -16
- package/esm2022/empty-state/empty-state.module.mjs +4 -4
- package/esm2022/file-upload/file-drop.mjs +3 -3
- package/esm2022/file-upload/file-upload.module.mjs +4 -4
- package/esm2022/file-upload/multiple-file-upload.component.mjs +5 -5
- package/esm2022/file-upload/single-file-upload.component.mjs +5 -5
- package/esm2022/form-field/cleaner.mjs +6 -6
- package/esm2022/form-field/form-field.mjs +11 -11
- package/esm2022/form-field/form-field.module.mjs +4 -4
- package/esm2022/form-field/hint.mjs +5 -5
- package/esm2022/form-field/password-hint.mjs +7 -7
- package/esm2022/form-field/password-toggle.mjs +5 -5
- package/esm2022/form-field/prefix.mjs +3 -3
- package/esm2022/form-field/stepper.mjs +8 -8
- package/esm2022/form-field/suffix.mjs +3 -3
- package/esm2022/form-field/validate.directive.mjs +3 -3
- package/esm2022/icon/icon-button.component.mjs +7 -7
- package/esm2022/icon/icon-item.component.mjs +7 -7
- package/esm2022/icon/icon.component.mjs +7 -7
- package/esm2022/icon/icon.module.mjs +13 -24
- package/esm2022/input/input-number-validators.mjs +6 -6
- package/esm2022/input/input-number.mjs +3 -3
- package/esm2022/input/input-password.mjs +3 -3
- package/esm2022/input/input.mjs +6 -6
- package/esm2022/input/input.module.mjs +4 -4
- package/esm2022/link/link.component.mjs +3 -3
- package/esm2022/link/link.module.mjs +4 -4
- package/esm2022/list/list-selection.component.mjs +11 -11
- package/esm2022/list/list.component.mjs +7 -7
- package/esm2022/list/list.module.mjs +4 -4
- package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
- package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
- package/esm2022/markdown/markdown.component.mjs +5 -5
- package/esm2022/markdown/markdown.module.mjs +4 -4
- package/esm2022/markdown/markdown.service.mjs +3 -3
- package/esm2022/modal/css-unit.pipe.mjs +3 -3
- package/esm2022/modal/modal-control.service.mjs +3 -3
- package/esm2022/modal/modal.component.mjs +5 -5
- package/esm2022/modal/modal.directive.mjs +53 -17
- package/esm2022/modal/modal.module.mjs +4 -4
- package/esm2022/modal/modal.service.mjs +3 -3
- package/esm2022/navbar/navbar-item.component.mjs +33 -33
- package/esm2022/navbar/navbar.component.mjs +11 -11
- package/esm2022/navbar/navbar.module.mjs +4 -4
- package/esm2022/navbar/vertical-navbar.component.mjs +5 -5
- package/esm2022/popover/popover-confirm.component.mjs +8 -8
- package/esm2022/popover/popover.component.mjs +8 -8
- package/esm2022/popover/popover.module.mjs +4 -4
- package/esm2022/progress-bar/progress-bar.component.mjs +10 -10
- package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2022/progress-spinner/progress-spinner.component.mjs +10 -10
- package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2022/radio/radio.component.mjs +7 -7
- package/esm2022/radio/radio.module.mjs +4 -4
- package/esm2022/risk-level/risk-level.component.mjs +4 -4
- package/esm2022/risk-level/risk-level.module.mjs +4 -4
- package/esm2022/scrollbar/scrollbar.component.mjs +6 -6
- package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
- package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
- package/esm2022/select/select-option.directive.mjs +3 -3
- package/esm2022/select/select.component.mjs +6 -6
- package/esm2022/select/select.module.mjs +4 -4
- package/esm2022/sidebar/sidebar.component.mjs +9 -9
- package/esm2022/sidebar/sidebar.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
- package/esm2022/sidepanel/sidepanel-directives.mjs +18 -18
- package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2022/splitter/splitter.component.mjs +14 -14
- package/esm2022/splitter/splitter.module.mjs +4 -4
- package/esm2022/table/table.component.mjs +7 -7
- package/esm2022/table/table.module.mjs +4 -4
- package/esm2022/tabs/paginated-tab-header.mjs +3 -3
- package/esm2022/tabs/tab-body.component.mjs +6 -6
- package/esm2022/tabs/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +33 -18
- package/esm2022/tabs/tab-header.component.mjs +16 -5
- package/esm2022/tabs/tab-label-wrapper.directive.mjs +8 -4
- package/esm2022/tabs/tab-label.directive.mjs +3 -3
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +7 -7
- package/esm2022/tabs/tab.component.mjs +3 -3
- package/esm2022/tabs/tabs.module.mjs +15 -8
- package/esm2022/tags/tag-input.mjs +3 -3
- package/esm2022/tags/tag-list.component.mjs +4 -4
- package/esm2022/tags/tag.component.mjs +12 -12
- package/esm2022/tags/tag.module.mjs +4 -4
- package/esm2022/textarea/textarea.component.mjs +3 -3
- package/esm2022/textarea/textarea.module.mjs +4 -4
- package/esm2022/timepicker/timepicker.directive.mjs +3 -3
- package/esm2022/timepicker/timepicker.module.mjs +4 -4
- package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
- package/esm2022/timezone/timezone-option.component.mjs +5 -5
- package/esm2022/timezone/timezone-option.directive.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +9 -9
- package/esm2022/timezone/timezone.module.mjs +4 -4
- package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
- package/esm2022/title/title.directive.mjs +3 -3
- package/esm2022/title/title.module.mjs +4 -4
- package/esm2022/toast/toast-container.component.mjs +3 -3
- package/esm2022/toast/toast.component.mjs +8 -8
- package/esm2022/toast/toast.module.mjs +4 -4
- package/esm2022/toast/toast.service.mjs +3 -3
- package/esm2022/toggle/toggle.component.mjs +6 -6
- package/esm2022/toggle/toggle.module.mjs +4 -4
- package/esm2022/tooltip/tooltip.component.mjs +52 -15
- package/esm2022/tooltip/tooltip.module.mjs +15 -28
- package/esm2022/tree/node.mjs +3 -3
- package/esm2022/tree/outlet.mjs +3 -3
- package/esm2022/tree/padding.directive.mjs +3 -3
- package/esm2022/tree/toggle.mjs +14 -14
- package/esm2022/tree/tree-base.mjs +6 -6
- package/esm2022/tree/tree-option.component.mjs +5 -5
- package/esm2022/tree/tree-selection.component.mjs +5 -5
- package/esm2022/tree/tree.mjs +5 -5
- package/esm2022/tree/tree.module.mjs +4 -4
- package/esm2022/tree-select/tree-select.component.mjs +6 -6
- package/esm2022/tree-select/tree-select.module.mjs +4 -4
- package/fesm2022/koobiq-components-alert.mjs +17 -17
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +15 -15
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +14 -14
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +12 -12
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +11 -11
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +12 -12
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +171 -162
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +37 -37
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-divider.mjs +8 -8
- package/fesm2022/koobiq-components-divider.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +14 -14
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +20 -20
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
- package/fesm2022/koobiq-components-empty-state.mjs +20 -20
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +15 -15
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +51 -51
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +30 -41
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +22 -22
- package/fesm2022/koobiq-components-link.mjs +7 -7
- package/fesm2022/koobiq-components-list.mjs +22 -22
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +17 -17
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +12 -12
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +64 -32
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +52 -52
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +18 -18
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +14 -14
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +14 -14
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +11 -11
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +8 -8
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +12 -12
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +12 -12
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +13 -13
- package/fesm2022/koobiq-components-sidepanel.mjs +28 -28
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +17 -17
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +11 -11
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +93 -56
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +23 -23
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +7 -7
- package/fesm2022/koobiq-components-timepicker.mjs +7 -7
- package/fesm2022/koobiq-components-timezone.mjs +26 -26
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +7 -7
- package/fesm2022/koobiq-components-toast.mjs +17 -17
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +9 -9
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +67 -42
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +9 -9
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +47 -47
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +142 -145
- package/file-upload/multiple-file-upload.component.scss +2 -8
- package/form-field/form-field-tokens.scss +70 -75
- package/form-field/hint-tokens.scss +49 -54
- package/icon/icon-button-tokens.scss +54 -56
- package/icon/icon-button.component.d.ts +1 -1
- package/icon/icon-item-tokens.scss +46 -44
- package/icon/icon-item.component.d.ts +1 -1
- package/icon/icon-tokens.scss +14 -12
- package/icon/icon.component.d.ts +1 -1
- package/icon/icon.module.d.ts +1 -3
- package/input/input-tokens.scss +10 -13
- package/link/link-tokens.scss +53 -60
- package/list/list-tokens.scss +80 -89
- package/loader-overlay/loader-overlay-tokens.scss +50 -51
- package/markdown/markdown-tokens.scss +203 -234
- package/modal/modal-tokens.scss +38 -44
- package/modal/modal.directive.d.ts +3 -0
- package/navbar/navbar-tokens.scss +49 -74
- package/package.json +12 -9
- package/popover/popover-tokens.scss +38 -48
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -0
- package/progress-bar/progress-bar-tokens.scss +26 -31
- package/progress-spinner/progress-spinner-tokens.scss +26 -31
- package/radio/radio-tokens.scss +115 -128
- package/risk-level/risk-level-tokens.scss +56 -59
- package/schematics/collection.json +5 -0
- package/schematics/new-icons-pack/data.js +2303 -0
- package/schematics/new-icons-pack/index.js +120 -0
- package/schematics/new-icons-pack/schema.json +25 -0
- package/schematics/ng-add/index.js +14 -40
- package/schematics/utils/package-config.js +65 -0
- package/scrollbar/scrollbar-tokens.scss +16 -14
- package/scrollbar/scrollbar.directive.d.ts +1 -24
- package/select/select-tokens.scss +30 -50
- package/sidepanel/sidepanel-tokens.scss +34 -40
- package/splitter/splitter-tokens.scss +1 -7
- package/table/table-tokens.scss +16 -37
- package/tabs/_tabs-common.scss +29 -0
- package/tabs/_tabs-theme.scss +12 -0
- package/tabs/tab-group.component.d.ts +7 -2
- package/tabs/tab-header.component.d.ts +4 -1
- package/tabs/tab-header.scss +28 -0
- package/tabs/tabs-tokens.scss +167 -110
- package/tabs/tabs.module.d.ts +2 -1
- package/tags/tag-input-tokens.scss +12 -15
- package/tags/tag-tokens.scss +139 -144
- package/textarea/textarea-tokens.scss +10 -13
- package/timezone/timezone-option-tokens.scss +60 -39
- package/toast/toast-tokens.scss +59 -66
- package/toggle/toggle-tokens.scss +120 -129
- package/tooltip/tooltip-tokens.scss +48 -55
- package/tooltip/tooltip.component.d.ts +11 -4
- package/tooltip/tooltip.module.d.ts +1 -3
- package/tree/tree-tokens.scss +78 -83
- package/tree-select/tree-select-tokens.scss +13 -53
|
@@ -0,0 +1,2303 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const iconReplacements = [
|
|
4
|
+
{ replace: 'kbq-icon="mc-', replaceWith: 'kbq-icon="kbq-' },
|
|
5
|
+
{ replace: 'kbq-icon-item="mc-', replaceWith: 'kbq-icon-item="kbq-' },
|
|
6
|
+
{ replace: 'kbq-icon-button="mc-', replaceWith: 'kbq-icon-button="kbq-' },
|
|
7
|
+
{ replace: 'class="mc kbq-icon mc-', replaceWith: 'class="kbq kbq-icon kbq-' },
|
|
8
|
+
{ replace: 'class="mc kbq-', replaceWith: 'class="kbq kbq-' },
|
|
9
|
+
{ replace: "class: 'mc kbq-", replaceWith: "class: 'kbq kbq-" },
|
|
10
|
+
{ replace: 'mc mc-', replaceWith: 'kbq kbq-' },
|
|
11
|
+
{ replace: '\\[class\\.mc', replaceWith: '[class.kbq' },
|
|
12
|
+
{ replace: "'mc-", replaceWith: "'kbq-" },
|
|
13
|
+
{ replace: `\\.mc;`, replaceWith: `.kbq;` }
|
|
14
|
+
];
|
|
15
|
+
const newIconsPackData = [
|
|
16
|
+
{
|
|
17
|
+
replaceWith: '3-columns_32',
|
|
18
|
+
replace: '3-columns_32'
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
replaceWith: 'file-plus-o_16',
|
|
22
|
+
replace: 'add-to-list_16'
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
replaceWith: 'speaker_16',
|
|
26
|
+
replace: 'alert-disabled_16'
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
replaceWith: 'speaker-wave_16',
|
|
30
|
+
replace: 'alert-enabled_16'
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
replaceWith: 'align-center_16',
|
|
34
|
+
replace: 'align-center_16'
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
replaceWith: 'align-left_16',
|
|
38
|
+
replace: 'align-left_16'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
replaceWith: 'align-right_16',
|
|
42
|
+
replace: 'align-right_16'
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
replaceWith: 'android_24',
|
|
46
|
+
replace: 'android_24'
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
replaceWith: 'chevron-down_16',
|
|
50
|
+
replace: 'angle-down-L_16'
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
replaceWith: 'chevron-down_24',
|
|
54
|
+
replace: 'angle-down-L_24'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
replaceWith: 'chevron-down_16',
|
|
58
|
+
replace: 'angle-down-M_16'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
replaceWith: 'chevron-down_24',
|
|
62
|
+
replace: 'angle-down-M_24'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
replaceWith: 'chevron-down_32',
|
|
66
|
+
replace: 'angle-down-M_32'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
replaceWith: 'chevron-down-s_16',
|
|
70
|
+
replace: 'angle-down-S_16'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
replaceWith: 'chevron-left_16',
|
|
74
|
+
replace: 'angle-left-L_16'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
replaceWith: 'chevron-left_24',
|
|
78
|
+
replace: 'angle-left-L_24'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
replaceWith: 'chevron-left_16',
|
|
82
|
+
replace: 'angle-left-M_16'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
replaceWith: 'chevron-left_24',
|
|
86
|
+
replace: 'angle-left-M_24'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
replaceWith: 'chevron-left_32',
|
|
90
|
+
replace: 'angle-left-M_32'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
replaceWith: 'chevron-left-s_16',
|
|
94
|
+
replace: 'angle-left-S_16'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
replaceWith: 'chevron-right_16',
|
|
98
|
+
replace: 'angle-right-L_16'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
replaceWith: 'chevron-right_24',
|
|
102
|
+
replace: 'angle-right-L_24'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
replaceWith: 'chevron-right_16',
|
|
106
|
+
replace: 'angle-right-M_16'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
replaceWith: 'chevron-right_24',
|
|
110
|
+
replace: 'angle-right-M_24'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
replaceWith: 'chevron-right_32',
|
|
114
|
+
replace: 'angle-right-M_32'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
replaceWith: 'chevron-right-s_16',
|
|
118
|
+
replace: 'angle-right-S_16'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
replaceWith: 'chevron-up_16',
|
|
122
|
+
replace: 'angle-up-L_16'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
replaceWith: 'chevron-up_24',
|
|
126
|
+
replace: 'angle-up-L_24'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
replaceWith: 'chevron-up_16',
|
|
130
|
+
replace: 'angle-up-M_16'
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
replaceWith: 'chevron-up_24',
|
|
134
|
+
replace: 'angle-up-M_24'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
replaceWith: 'chevron-up_32',
|
|
138
|
+
replace: 'angle-up-M_32'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
replaceWith: 'chevron-up-s_16',
|
|
142
|
+
replace: 'angle-up-S_16'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
replaceWith: 'chevron-down_16',
|
|
146
|
+
replace: 'angle-down-l_16'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
replaceWith: 'chevron-down_24',
|
|
150
|
+
replace: 'angle-down-l_24'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
replaceWith: 'chevron-down_16',
|
|
154
|
+
replace: 'angle-down-m_16'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
replaceWith: 'chevron-down_24',
|
|
158
|
+
replace: 'angle-down-m_24'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
replace: 'angle-down-m_32',
|
|
162
|
+
replaceWith: 'chevron-down_32'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
replaceWith: 'chevron-down-s_16',
|
|
166
|
+
replace: 'angle-down-s_16'
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
replaceWith: 'chevron-left_16',
|
|
170
|
+
replace: 'angle-left-l_16'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
replaceWith: 'chevron-left_24',
|
|
174
|
+
replace: 'angle-left-l_24'
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
replaceWith: 'chevron-left_16',
|
|
178
|
+
replace: 'angle-left-m_16'
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
replaceWith: 'chevron-left_24',
|
|
182
|
+
replace: 'angle-left-m_24'
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
replaceWith: 'chevron-left_32',
|
|
186
|
+
replace: 'angle-left-m_32'
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
replaceWith: 'chevron-left-s_16',
|
|
190
|
+
replace: 'angle-left-s_16'
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
replaceWith: 'chevron-right_16',
|
|
194
|
+
replace: 'angle-right-l_16'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
replaceWith: 'chevron-right_24',
|
|
198
|
+
replace: 'angle-right-l_24'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
replaceWith: 'chevron-right_16',
|
|
202
|
+
replace: 'angle-right-m_16'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
replaceWith: 'chevron-right_24',
|
|
206
|
+
replace: 'angle-right-m_24'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
replaceWith: 'chevron-right_32',
|
|
210
|
+
replace: 'angle-right-m_32'
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
replaceWith: 'chevron-right-s_16',
|
|
214
|
+
replace: 'angle-right-s_16'
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
replaceWith: 'chevron-up_16',
|
|
218
|
+
replace: 'angle-up-l_16'
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
replaceWith: 'chevron-up_24',
|
|
222
|
+
replace: 'angle-up-l_24'
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
replaceWith: 'chevron-up_16',
|
|
226
|
+
replace: 'angle-up-m_16'
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
replaceWith: 'chevron-up_24',
|
|
230
|
+
replace: 'angle-up-m_24'
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
replaceWith: 'chevron-up_32',
|
|
234
|
+
replace: 'angle-up-m_32'
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
replaceWith: 'chevron-up-s_16',
|
|
238
|
+
replace: 'angle-up-s_16'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
replaceWith: 'anomaly_16',
|
|
242
|
+
replace: 'anomaly_16'
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
replaceWith: 'api_16',
|
|
246
|
+
replace: 'api_16'
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
replaceWith: 'api_24',
|
|
250
|
+
replace: 'api_24'
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
replaceWith: 'box-archive_16',
|
|
254
|
+
replace: 'archive_16'
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
replaceWith: 'arrow-left_16',
|
|
258
|
+
replace: 'arrow-back_16'
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
replaceWith: 'arrow-right_16',
|
|
262
|
+
replace: 'arrow-forward_16'
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
replaceWith: 'arrow-left-to-line_16',
|
|
266
|
+
replace: 'arrow-left-terminal_16'
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
replaceWith: 'arrow-right-to-line_16',
|
|
270
|
+
replace: 'arrow-right-terminal_16'
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
replaceWith: 'arrow-down_16',
|
|
274
|
+
replace: 'arrow-small-down_16'
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
replaceWith: 'arrow-left_16',
|
|
278
|
+
replace: 'arrow-small-left_16'
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
replaceWith: 'arrow-right_16',
|
|
282
|
+
replace: 'arrow-small-right_16'
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
replaceWith: 'arrow-up_16',
|
|
286
|
+
replace: 'arrow-small-up_16'
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
replaceWith: 'arrow-thin-down_16',
|
|
290
|
+
replace: 'arrow-thin-down_16'
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
replaceWith: 'arrow-thin-left_16',
|
|
294
|
+
replace: 'arrow-thin-left_16'
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
replaceWith: 'arrow-thin-right_16',
|
|
298
|
+
replace: 'arrow-thin-right_16'
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
replaceWith: 'arrow-thin-up_16',
|
|
302
|
+
replace: 'arrow-thin-up_16'
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
replaceWith: 'signal-stream_16',
|
|
306
|
+
replace: 'asset-access-point_16'
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
replaceWith: 'signal-stream_24',
|
|
310
|
+
replace: 'asset-access-point_24'
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
replaceWith: 'user_16',
|
|
314
|
+
replace: 'asset-account_16'
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
replaceWith: 'user_24',
|
|
318
|
+
replace: 'asset-account_24'
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
replaceWith: 'active-directory_16',
|
|
322
|
+
replace: 'asset-active-directory_16'
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
replaceWith: 'active-directory_24',
|
|
326
|
+
replace: 'asset-active-directory_24'
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
replaceWith: 'aix_16',
|
|
330
|
+
replace: 'asset-aix_16'
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
replaceWith: 'aix_24',
|
|
334
|
+
replace: 'asset-aix_24'
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
replaceWith: 'android_16',
|
|
338
|
+
replace: 'asset-android_16'
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
replaceWith: 'apple_16',
|
|
342
|
+
replace: 'asset-apple_16'
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
replaceWith: 'apple_24',
|
|
346
|
+
replace: 'asset-apple_24'
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
replaceWith: 'bsd_16',
|
|
350
|
+
replace: 'asset-bsd_16'
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
replaceWith: 'bsd_24',
|
|
354
|
+
replace: 'asset-bsd_24'
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
replaceWith: 'cloud_16',
|
|
358
|
+
replace: 'asset-cloud_16'
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
replaceWith: 'cloud_24',
|
|
362
|
+
replace: 'asset-cloud_24'
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
replaceWith: 'desktop_16',
|
|
366
|
+
replace: 'asset-desktop_16'
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
replaceWith: 'desktop_24',
|
|
370
|
+
replace: 'asset-desktop_24'
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
replaceWith: 'block-brick_16',
|
|
374
|
+
replace: 'asset-firewall_16'
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
replaceWith: 'block-brick_24',
|
|
378
|
+
replace: 'asset-firewall_24'
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
replaceWith: 'question-circle_16',
|
|
382
|
+
replace: 'asset-host-virtual_16'
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
replaceWith: 'question-circle_24',
|
|
386
|
+
replace: 'asset-host-virtual_24'
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
replaceWith: 'hpux_16',
|
|
390
|
+
replace: 'asset-hpux_16'
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
replaceWith: 'hpux_24',
|
|
394
|
+
replace: 'asset-hpux_24'
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
replaceWith: 'hypervisor_16',
|
|
398
|
+
replace: 'asset-hypervisor_16'
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
replaceWith: 'hypervisor_24',
|
|
402
|
+
replace: 'asset-hypervisor_24'
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
replaceWith: 'idrac_16',
|
|
406
|
+
replace: 'asset-idrac_16'
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
replaceWith: 'idrac_24',
|
|
410
|
+
replace: 'asset-idrac_24'
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
replaceWith: 'linux_16',
|
|
414
|
+
replace: 'asset-linux_16'
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
replaceWith: 'linux_24',
|
|
418
|
+
replace: 'asset-linux_24'
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
replaceWith: 'mobile_16',
|
|
422
|
+
replace: 'asset-mobile-device_16'
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
replaceWith: 'desktop-multiple_16',
|
|
426
|
+
replace: 'asset-multiple_16'
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
replaceWith: 'desktop-multiple_24',
|
|
430
|
+
replace: 'asset-multiple_24'
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
replaceWith: 'network-device-dots_16',
|
|
434
|
+
replace: 'asset-network-device_16'
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
replaceWith: 'network-device-dots_24',
|
|
438
|
+
replace: 'asset-network-device_24'
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
replaceWith: 'question-circle_16',
|
|
442
|
+
replace: 'asset-network-dummy_16'
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
replaceWith: 'cloud_16',
|
|
446
|
+
replace: 'asset-network_16'
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
replaceWith: 'cloud-o_24',
|
|
450
|
+
replace: 'asset-network_24'
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
replaceWith: 'question-circle_16',
|
|
454
|
+
replace: 'asset-node_16'
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
replaceWith: 'question-circle_24',
|
|
458
|
+
replace: 'asset-node_24'
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
replaceWith: 'question-circle_24',
|
|
462
|
+
replace: 'asset-other-2_24'
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
replaceWith: 'question-circle_16',
|
|
466
|
+
replace: 'asset-other_16'
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
replaceWith: 'question-circle_24',
|
|
470
|
+
replace: 'asset-other_24'
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
replaceWith: 'printer_16',
|
|
474
|
+
replace: 'asset-printer_16'
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
replaceWith: 'printer_24',
|
|
478
|
+
replace: 'asset-printer_24'
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
replaceWith: 'router_16',
|
|
482
|
+
replace: 'asset-router_16'
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
replaceWith: 'router_24',
|
|
486
|
+
replace: 'asset-router_24'
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
replaceWith: 'sap_16',
|
|
490
|
+
replace: 'asset-sap_16'
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
replaceWith: 'sap_24',
|
|
494
|
+
replace: 'asset-sap_24'
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
replaceWith: 'server_16',
|
|
498
|
+
replace: 'asset-server_16'
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
replaceWith: 'server_24',
|
|
502
|
+
replace: 'asset-server_24'
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
replaceWith: 'arrows-left-right-rectangle-horizontal-o_16',
|
|
506
|
+
replace: 'asset-switch_16'
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
replaceWith: 'arrows-left-right-rectangle-horizontal-o_24',
|
|
510
|
+
replace: 'asset-switch_24'
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
replaceWith: 'globe_16',
|
|
514
|
+
replace: 'asset-website_16'
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
replaceWith: 'globe_24',
|
|
518
|
+
replace: 'asset-website_24'
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
replaceWith: 'windows_16',
|
|
522
|
+
replace: 'asset-windows_16'
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
replaceWith: 'windows_24',
|
|
526
|
+
replace: 'asset-windows_24'
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
replaceWith: 'backward_16',
|
|
530
|
+
replace: 'backward_16'
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
replaceWith: 'band-aid_16',
|
|
534
|
+
replace: 'band-aid_16'
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
replaceWith: 'bell_16',
|
|
538
|
+
replace: 'bell-o_16'
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
replaceWith: 'bell_24',
|
|
542
|
+
replace: 'bell-o_24'
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
replaceWith: 'bell-slash_16',
|
|
546
|
+
replace: 'bell-off-o_16'
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
replaceWith: 'bell-slash_24',
|
|
550
|
+
replace: 'bell-off-o_24'
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
replaceWith: 'bell_16',
|
|
554
|
+
replace: 'bell_16'
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
replaceWith: 'bell_32',
|
|
558
|
+
replace: 'bell_32'
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
replaceWith: 'bento-menu_16',
|
|
562
|
+
replace: 'bento_16'
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
replaceWith: 'bento-menu_24',
|
|
566
|
+
replace: 'bento_24'
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
replaceWith: 'bento-menu_32',
|
|
570
|
+
replace: 'bento_32'
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
replaceWith: 'binoculars_16',
|
|
574
|
+
replace: 'binoculars_16'
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
replaceWith: 'server_24',
|
|
578
|
+
replace: 'blackbox-o_24'
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
replaceWith: 'server_24',
|
|
582
|
+
replace: 'blackbox_24'
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
replaceWith: 'file-badge-ban-o_16',
|
|
586
|
+
replace: 'blacklist_16'
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
replaceWith: 'file-badge-ban-o_24',
|
|
590
|
+
replace: 'blacklist_24'
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
replaceWith: 'bolt_16',
|
|
594
|
+
replace: 'bolt_16'
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
replaceWith: 'bolt-o_32',
|
|
598
|
+
replace: 'bolt_32'
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
replaceWith: 'book-multiple-o_24',
|
|
602
|
+
replace: 'book-o_24'
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
replaceWith: 'book-open_16',
|
|
606
|
+
replace: 'book-open_16'
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
replaceWith: 'book-open_24',
|
|
610
|
+
replace: 'book-open_24'
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
replaceWith: 'book-multiple_24',
|
|
614
|
+
replace: 'book_24'
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
replaceWith: 'cloud-badge-globe-o_16',
|
|
618
|
+
replace: 'border-network_16'
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
replaceWith: 'cloud-badge-globe-o_24',
|
|
622
|
+
replace: 'border-network_24'
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
replaceWith: 'box_16',
|
|
626
|
+
replace: 'box-closed_16'
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
replaceWith: 'box-open_16',
|
|
630
|
+
replace: 'box-open_16'
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
replaceWith: 'branch_24',
|
|
634
|
+
replace: 'branch-o_24'
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
replaceWith: 'branch_16',
|
|
638
|
+
replace: 'branch_16'
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
replaceWith: 'branch_24',
|
|
642
|
+
replace: 'branch_24'
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
replaceWith: 'break-block_16',
|
|
646
|
+
replace: 'break-block_16'
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
replaceWith: 'bug_16',
|
|
650
|
+
replace: 'bug_16'
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
replaceWith: 'wrench-badge-play_16',
|
|
654
|
+
replace: 'build-config_16'
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
replaceWith: 'build-set_16',
|
|
658
|
+
replace: 'build-set_16'
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
replaceWith: 'building_16',
|
|
662
|
+
replace: 'building_16'
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
replaceWith: 'calendar-xmark-o_16',
|
|
666
|
+
replace: 'calendar-stopped_16'
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
replaceWith: 'calendar-o_16',
|
|
670
|
+
replace: 'calendar_16'
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
replaceWith: 'channel_16',
|
|
674
|
+
replace: 'channel_16'
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
replaceWith: 'chart-area_16',
|
|
678
|
+
replace: 'chart-area_16'
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
replaceWith: 'chart-area_24',
|
|
682
|
+
replace: 'chart-area_24'
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
replaceWith: 'chart-bar-vertical_16',
|
|
686
|
+
replace: 'chart-bar-vertical_16'
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
replaceWith: 'chart-bar-vertical_24',
|
|
690
|
+
replace: 'chart-bar-vertical_24'
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
replaceWith: 'chart-bar-horizontal_16',
|
|
694
|
+
replace: 'chart-bar_16'
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
replaceWith: 'chart-bar-horizontal_24',
|
|
698
|
+
replace: 'chart-bar_24'
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
replaceWith: 'chart-bar-horizontal_32',
|
|
702
|
+
replace: 'chart-bar_32'
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
replaceWith: 'chart-bar-horizontal_48',
|
|
706
|
+
replace: 'chart-bar_48'
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
replaceWith: 'chart-bubble_16',
|
|
710
|
+
replace: 'chart-bubble_16'
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
replaceWith: 'chart-donut_16',
|
|
714
|
+
replace: 'chart-donut_16'
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
replaceWith: 'chart-donut_24',
|
|
718
|
+
replace: 'chart-donut_24'
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
replaceWith: 'chart-heatmap_16',
|
|
722
|
+
replace: 'chart-heatmap_16'
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
replaceWith: 'chart-heatmap_24',
|
|
726
|
+
replace: 'chart-heatmap_24'
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
replaceWith: 'chart-index_24',
|
|
730
|
+
replace: 'chart-index-only_24'
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
replaceWith: 'chart-index_16',
|
|
734
|
+
replace: 'chart-index_16'
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
replaceWith: 'chart-index-line_24',
|
|
738
|
+
replace: 'chart-index_24'
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
replaceWith: 'chart-line-multiple_16',
|
|
742
|
+
replace: 'chart-line-multiple_16'
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
replaceWith: 'chart-line-multiple_24',
|
|
746
|
+
replace: 'chart-line-multiple_24'
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
replaceWith: 'chart-line-multiple_32',
|
|
750
|
+
replace: 'chart-line-multiple_32'
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
replaceWith: 'chart-line-multiple_48',
|
|
754
|
+
replace: 'chart-line-multiple_48'
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
replaceWith: 'chart-line_16',
|
|
758
|
+
replace: 'chart-line_16'
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
replaceWith: 'chart-line_24',
|
|
762
|
+
replace: 'chart-line_24'
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
replaceWith: 'map_16',
|
|
766
|
+
replace: 'chart-map_16'
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
replaceWith: 'map_24',
|
|
770
|
+
replace: 'chart-map_24'
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
replaceWith: 'chart-pie_16',
|
|
774
|
+
replace: 'chart-pie_16'
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
replaceWith: 'chart-stacked-bar-vertical_24',
|
|
778
|
+
replace: 'chart-stacked-bar-vertical_24'
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
replaceWith: 'chart-stacked-bar-horizontal_24',
|
|
782
|
+
replace: 'chart-stacked-bar_24'
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
replaceWith: 'check-badge-auto_16',
|
|
786
|
+
replace: 'check-auto_16'
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
replaceWith: 'check_16',
|
|
790
|
+
replace: 'check_16'
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
replaceWith: 'check_48',
|
|
794
|
+
replace: 'check_48'
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
replaceWith: 'checkbox-multiple_16',
|
|
798
|
+
replace: 'checkbox-multiple_16'
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
replaceWith: 'arrow-turn-down-right_16',
|
|
802
|
+
replace: 'child-link_16'
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
replaceWith: 'circle-xs_16',
|
|
806
|
+
replace: 'circle-6_16'
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
replaceWith: 'circle-dot-o_16',
|
|
810
|
+
replace: 'circle-empty-partial_16'
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
replaceWith: 'circle-o_16',
|
|
814
|
+
replace: 'circle-empty_16'
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
replaceWith: 'circle-o_24',
|
|
818
|
+
replace: 'circle-empty_24'
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
replaceWith: 'circle-o_16',
|
|
822
|
+
replace: 'circle-outline_16'
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
replaceWith: 'circle-dot_16',
|
|
826
|
+
replace: 'circle-partial_16'
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
replaceWith: 'check-circle_16',
|
|
830
|
+
replace: 'circle-successfull-o_16'
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
replaceWith: 'check-circle_16',
|
|
834
|
+
replace: 'circle-successfull_16'
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
replaceWith: 'check-circle_24',
|
|
838
|
+
replace: 'circle-successfull_24'
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
replaceWith: 'ban-dot_16',
|
|
842
|
+
replace: 'circle-unavailable-partial_16'
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
replaceWith: 'ban_16',
|
|
846
|
+
replace: 'circle-unavailable_16'
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
replaceWith: 'ban_24',
|
|
850
|
+
replace: 'circle-unavailable_24'
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
replaceWith: 'exclamation-circle_24',
|
|
854
|
+
replace: 'circle-warning_24'
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
replaceWith: 'circle_16',
|
|
858
|
+
replace: 'circle_16'
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
replaceWith: 'clock_16',
|
|
862
|
+
replace: 'clock_16'
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
replaceWith: 'xmark-circle_16',
|
|
866
|
+
replace: 'close-circle-o_16'
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
replaceWith: 'xmark-circle_24',
|
|
870
|
+
replace: 'close-circle-o_24'
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
replaceWith: 'xmark-circle_16',
|
|
874
|
+
replace: 'close-circle-small_16'
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
replaceWith: 'xmark-circle_16',
|
|
878
|
+
replace: 'close-circle_16'
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
replaceWith: 'xmark_16',
|
|
882
|
+
replace: 'close-l_16'
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
replaceWith: 'xmark_16',
|
|
886
|
+
replace: 'close-L_16'
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
replaceWith: 'xmark_32',
|
|
890
|
+
replace: 'close-l_32'
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
replaceWith: 'xmark_32',
|
|
894
|
+
replace: 'close-L_32'
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
replaceWith: 'xmark-s_16',
|
|
898
|
+
replace: 'close-m_16'
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
replaceWith: 'xmark-s_16',
|
|
902
|
+
replace: 'close-M_16'
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
replaceWith: 'xmark-s_16',
|
|
906
|
+
replace: 'close-s_16'
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
replaceWith: 'xmark-s_16',
|
|
910
|
+
replace: 'close-S_16'
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
replaceWith: 'cloud-badge-key-o_16',
|
|
914
|
+
replace: 'cloud-badge-key-o_16'
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
replaceWith: 'cloud-badge-key-o_24',
|
|
918
|
+
replace: 'cloud-badge-key-o_24'
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
replaceWith: 'arrows-collapse-diagonal_16',
|
|
922
|
+
replace: 'collapse-diagonal_16'
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
replaceWith: 'chevrons-down-up_16',
|
|
926
|
+
replace: 'collapse_16'
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
replaceWith: 'satellite-dish_16',
|
|
930
|
+
replace: 'collect-data_16'
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
replaceWith: 'palette_16',
|
|
934
|
+
replace: 'color-palette_16'
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
replaceWith: 'message-dot_24',
|
|
938
|
+
replace: 'comment-active_24'
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
replaceWith: 'message_16',
|
|
942
|
+
replace: 'comment_16'
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
replaceWith: 'message_24',
|
|
946
|
+
replace: 'comment_24'
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
replaceWith: 'gear-badge-arrowtriangle-up-square_16',
|
|
950
|
+
replace: 'compliance-level-critical_16'
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
replaceWith: 'gear-badge-square_16',
|
|
954
|
+
replace: 'compliance-level-high_16'
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
replaceWith: 'gear-badge-square-o_16',
|
|
958
|
+
replace: 'compliance-level-low_16'
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
replaceWith: 'gear-badge-square-s_16',
|
|
962
|
+
replace: 'compliance-level-medium_16'
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
replaceWith: 'gear-badge-square-o_16',
|
|
966
|
+
replace: 'compliance-level-not-defined_16'
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
replaceWith: 'certificate-vertical_16',
|
|
970
|
+
replace: 'compliance_16'
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
replaceWith: 'network-device-dots_24',
|
|
974
|
+
replace: 'connection-o_24'
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
replaceWith: 'network-device-dots_24',
|
|
978
|
+
replace: 'connection_24'
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
replaceWith: 'file-multiple-o_16',
|
|
982
|
+
replace: 'copy-o_16'
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
replaceWith: 'square-multiple-o_16',
|
|
986
|
+
replace: 'copy_16'
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
replaceWith: 'credit-card_16',
|
|
990
|
+
replace: 'credit-card_16'
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
replaceWith: 'circle-half_16',
|
|
994
|
+
replace: 'criticality-medium_16'
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
replaceWith: 'crown_16',
|
|
998
|
+
replace: 'crown_16'
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
replaceWith: 'dashboard_16',
|
|
1002
|
+
replace: 'dashboard_16'
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
replaceWith: 'dashboard-o_32',
|
|
1006
|
+
replace: 'dashboard_32'
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
replaceWith: 'trash_16',
|
|
1010
|
+
replace: 'delete_16'
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
replaceWith: 'check-double_16',
|
|
1014
|
+
replace: 'delivered_16'
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
replaceWith: 'diamond-o_16',
|
|
1018
|
+
replace: 'diamond-o_16'
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
replaceWith: 'disk-drive_16',
|
|
1022
|
+
replace: 'disc_16'
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
replaceWith: 'disk-drive_24',
|
|
1026
|
+
replace: 'disc_24'
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
replaceWith: 'chevron-double-down_16',
|
|
1030
|
+
replace: 'double-angle-down_16'
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
replaceWith: 'chevron-double-left_16',
|
|
1034
|
+
replace: 'double-angle-left_16'
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
replaceWith: 'chevron-double-right_16',
|
|
1038
|
+
replace: 'double-angle-right_16'
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
replaceWith: 'chevron-double-up_16',
|
|
1042
|
+
replace: 'double-angle-up_16'
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
replaceWith: 'arrow-down-to-line_16',
|
|
1046
|
+
replace: 'download_16'
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
replaceWith: 'cloud-arrow-down-o_32',
|
|
1050
|
+
replace: 'download_32'
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
replaceWith: 'pencil_16',
|
|
1054
|
+
replace: 'edit_16'
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
replaceWith: 'pencil_24',
|
|
1058
|
+
replace: 'edit_24'
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
replaceWith: 'ellipsis-horizontal-circle-o_16',
|
|
1062
|
+
replace: 'ellipsis-horiz-circle_16'
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
replaceWith: 'ellipsis-horizontal_16',
|
|
1066
|
+
replace: 'ellipsis-horizontal_16'
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
replaceWith: 'ellipsis-vertical_16',
|
|
1070
|
+
replace: 'ellipsis_16'
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
replaceWith: 'ellipsis-vertical_24',
|
|
1074
|
+
replace: 'ellipsis_24'
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
replaceWith: 'envelope-dot_24',
|
|
1078
|
+
replace: 'email-notification-o_24'
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
replaceWith: 'envelope-dot_24',
|
|
1082
|
+
replace: 'email-notification_24'
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
replaceWith: 'arrow-turn-down-left_16',
|
|
1086
|
+
replace: 'enter_16'
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
replaceWith: 'envelope-dot_16',
|
|
1090
|
+
replace: 'envelope-partial_16'
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
replaceWith: 'envelope-badge-arrow-right_16',
|
|
1094
|
+
replace: 'envelope-send_16'
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
replaceWith: 'envelope_16',
|
|
1098
|
+
replace: 'envelope_16'
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
replaceWith: 'envelope_24',
|
|
1102
|
+
replace: 'envelope_24'
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
replaceWith: 'exclamation-triangle_16',
|
|
1106
|
+
replace: 'error_16'
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
replaceWith: 'exclamation-triangle_32',
|
|
1110
|
+
replace: 'error_32'
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
replaceWith: 'bolt-rectangle-vertical-o_16',
|
|
1114
|
+
replace: 'event-alert-o_16'
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
replaceWith: 'bolt-rectangle-vertical_16',
|
|
1118
|
+
replace: 'event-alert_16'
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
replaceWith: 'database-badge-arrow-down_16',
|
|
1122
|
+
replace: 'event-hierarchical_16'
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
replaceWith: 'file-lines_16',
|
|
1126
|
+
replace: 'event-normalized-o_16'
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
replaceWith: 'file-lines_16',
|
|
1130
|
+
replace: 'event-normalized_16'
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
replaceWith: 'file-lines-short_16',
|
|
1134
|
+
replace: 'event-raw-o_16'
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
replaceWith: 'bars-bold-horizontal_16',
|
|
1138
|
+
replace: 'event-template_16'
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
replaceWith: 'arrow-right-arrow-left_16',
|
|
1142
|
+
replace: 'exchange_16'
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
replaceWith: 'exists_16',
|
|
1146
|
+
replace: 'exists_16'
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
replaceWith: 'arrows-expand-diagonal_16',
|
|
1150
|
+
replace: 'expand-diagonal_16'
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
replaceWith: 'chevrons-up-down_16',
|
|
1154
|
+
replace: 'expand_16'
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
replaceWith: 'arrow-right-from-bracket_16',
|
|
1158
|
+
replace: 'export_16'
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
replaceWith: 'arrow-up-right-from-square_16',
|
|
1162
|
+
replace: 'external-link_16'
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
replaceWith: 'eye-slash_16',
|
|
1166
|
+
replace: 'eye-crossed_16'
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
replaceWith: 'eye_16',
|
|
1170
|
+
replace: 'eye_16'
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
replaceWith: 'fence_16',
|
|
1174
|
+
replace: 'fence_16'
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
replaceWith: 'file-archive-o_16',
|
|
1178
|
+
replace: 'file-archive_16'
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
replaceWith: 'file-code-o_16',
|
|
1182
|
+
replace: 'file-code_16'
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
replaceWith: 'file-doc-o_48',
|
|
1186
|
+
replace: 'file-doc_48'
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
replaceWith: 'file-multiple-o_16',
|
|
1190
|
+
replace: 'file-empty-multiple_16'
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
replaceWith: 'file-multiple-o_24',
|
|
1194
|
+
replace: 'file-empty-multiple_24'
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
replaceWith: 'file-o_16',
|
|
1198
|
+
replace: 'file-empty_16'
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
replaceWith: 'file-o_32',
|
|
1202
|
+
replace: 'file-empty_32'
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
replaceWith: 'arrow-right-circle-dot-o_16',
|
|
1206
|
+
replace: 'file-passed-partial_16'
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
replaceWith: 'arrow-right-through-line_16',
|
|
1210
|
+
replace: 'file-passed_16'
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
replaceWith: 'file-pdf-o_48',
|
|
1214
|
+
replace: 'file-pdf_48'
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
replaceWith: 'file-badge-arrow-left-o_16',
|
|
1218
|
+
replace: 'file-text-arrow-left_16'
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
replaceWith: 'file-badge-arrow-right-o_16',
|
|
1222
|
+
replace: 'file-text-arrow-right_16'
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
replaceWith: 'file-text-o_16',
|
|
1226
|
+
replace: 'file-text_16'
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
replaceWith: 'file-cut-o_16',
|
|
1230
|
+
replace: 'file-unfinished_16'
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
replaceWith: 'filter-dot_16',
|
|
1234
|
+
replace: 'filter-active-o_16'
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
replaceWith: 'filter-dot_16',
|
|
1238
|
+
replace: 'filter-active_16'
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
replaceWith: 'filter_16',
|
|
1242
|
+
replace: 'filter-o_16'
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
replaceWith: 'filter_16',
|
|
1246
|
+
replace: 'filter_16'
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
replaceWith: 'crosshairs_16',
|
|
1250
|
+
replace: 'find-me_16'
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
replaceWith: 'flowchart-dot_16',
|
|
1254
|
+
replace: 'flowchart-partial_16'
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
replaceWith: 'flowchart_16',
|
|
1258
|
+
replace: 'flowchart_16'
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
replaceWith: 'folder-dot_16',
|
|
1262
|
+
replace: 'folder-closed-partial_16'
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
replaceWith: 'folder_16',
|
|
1266
|
+
replace: 'folder-closed_16'
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
replaceWith: 'folder_24',
|
|
1270
|
+
replace: 'folder-closed_24'
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
replaceWith: 'folder-badge-arrow-right_16',
|
|
1274
|
+
replace: 'folder-move_16'
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
replaceWith: 'folder-multiple_16',
|
|
1278
|
+
replace: 'folder-multiple_16'
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
replaceWith: 'folder-open_24',
|
|
1282
|
+
replace: 'folder-open-o_24'
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
replaceWith: 'folder-open-dot_16',
|
|
1286
|
+
replace: 'folder-open-partial_16'
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
replaceWith: 'folder-open_16',
|
|
1290
|
+
replace: 'folder-open_16'
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
replaceWith: 'folder-open_24',
|
|
1294
|
+
replace: 'folder-open_24'
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
replaceWith: 'folder-open-badge-magnifying-glass_16',
|
|
1298
|
+
replace: 'folder-search-open_16'
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
replaceWith: 'folder-badge-magnifying-glass_16',
|
|
1302
|
+
replace: 'folder-search_16'
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
replaceWith: 'folder-o_32',
|
|
1306
|
+
replace: 'folder_32'
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
replaceWith: 'formula_16',
|
|
1310
|
+
replace: 'formula_16'
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
replaceWith: 'forward-step_16',
|
|
1314
|
+
replace: 'forward_16'
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
replaceWith: 'gear_24',
|
|
1318
|
+
replace: 'gear-o_24'
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
replaceWith: 'gear_16',
|
|
1322
|
+
replace: 'gear_16'
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
replaceWith: 'gear_24',
|
|
1326
|
+
replace: 'gear_24'
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
replaceWith: 'globe-multiple_16',
|
|
1330
|
+
replace: 'globe-multiple_16'
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
replaceWith: 'globe-dot_16',
|
|
1334
|
+
replace: 'globe-partial_16'
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
replaceWith: 'globe_16',
|
|
1338
|
+
replace: 'globe_16'
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
replaceWith: 'message-arrow-right_16',
|
|
1342
|
+
replace: 'go-to-comment_16'
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
replaceWith: 'message-arrow-right_24',
|
|
1346
|
+
replace: 'go-to-comment_24'
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
replaceWith: 'gossopka_16',
|
|
1350
|
+
replace: 'gossopka_16'
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
replaceWith: 'grid-group-dot_16',
|
|
1354
|
+
replace: 'grid-group-active_16'
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
replaceWith: 'grid-group_16',
|
|
1358
|
+
replace: 'grid-group_16'
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
replaceWith: 'bars-horizontal_16',
|
|
1362
|
+
replace: 'hamburger_16'
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
replaceWith: 'bars-horizontal_32',
|
|
1366
|
+
replace: 'hamburger_32'
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
replaceWith: 'grip-vertical_16',
|
|
1370
|
+
replace: 'handle_16'
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
replaceWith: 'hashtag_16',
|
|
1374
|
+
replace: 'hash_16'
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
replaceWith: 'clock-rotate-left_16',
|
|
1378
|
+
replace: 'history_16'
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
replaceWith: 'hourglass-start_16',
|
|
1382
|
+
replace: 'hourglasses-0_16'
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
replaceWith: 'hourglass-end_16',
|
|
1386
|
+
replace: 'hourglasses-100_16'
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
replaceWith: 'hourglass-half_16',
|
|
1390
|
+
replace: 'hourglasses-50_16'
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
replaceWith: 'house-o_16',
|
|
1394
|
+
replace: 'house-o_16'
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
replaceWith: 'house_16',
|
|
1398
|
+
replace: 'house_16'
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
replaceWith: 'minus-circle-o_16',
|
|
1402
|
+
replace: 'ignore-o_16'
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
replaceWith: 'minus-circle-o_24',
|
|
1406
|
+
replace: 'ignore-o_24'
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
replaceWith: 'minus-circle_24',
|
|
1410
|
+
replace: 'ignore_24'
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
replaceWith: 'image_16',
|
|
1414
|
+
replace: 'image-block_16'
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
replaceWith: 'arrow-right-to-bracket_16',
|
|
1418
|
+
replace: 'import_16'
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
replaceWith: 'arrows-up_16',
|
|
1422
|
+
replace: 'importance-1_16'
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
replaceWith: 'arrow-up_16',
|
|
1426
|
+
replace: 'importance-2_16'
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
replaceWith: 'circle-half_16',
|
|
1430
|
+
replace: 'importance-3_16'
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
replaceWith: 'minus_16',
|
|
1434
|
+
replace: 'importance-4_16'
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
replaceWith: 'arrow-down_16',
|
|
1438
|
+
replace: 'importance-5_16'
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
replaceWith: 'info-circle_16',
|
|
1442
|
+
replace: 'info-circle_16'
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
replaceWith: 'info-circle_16',
|
|
1446
|
+
replace: 'info-o_16'
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
replaceWith: 'info-circle_24',
|
|
1450
|
+
replace: 'info-o_24'
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
replaceWith: 'info-circle_16',
|
|
1454
|
+
replace: 'info_16'
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
replaceWith: 'info-circle_24',
|
|
1458
|
+
replace: 'info_24'
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
replaceWith: 'arrow-right-to-arc_16',
|
|
1462
|
+
replace: 'interface-in_16'
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
replaceWith: 'arrow-right-to-arc_24',
|
|
1466
|
+
replace: 'interface-in_24'
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
replaceWith: 'arrow-right-from-arc_16',
|
|
1470
|
+
replace: 'interface-out_16'
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
replaceWith: 'arrow-right-from-arc_24',
|
|
1474
|
+
replace: 'interface-out_24'
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
replaceWith: 'ip-multiple_16',
|
|
1478
|
+
replace: 'ip-group_16'
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
replaceWith: 'ip_16',
|
|
1482
|
+
replace: 'ip_16'
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
replaceWith: 'join_16',
|
|
1486
|
+
replace: 'join_16'
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
replaceWith: 'key_16',
|
|
1490
|
+
replace: 'key_16'
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
replaceWith: 'key_24',
|
|
1494
|
+
replace: 'key_24'
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
replaceWith: 'keyboard_16',
|
|
1498
|
+
replace: 'keyboard_16'
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
replaceWith: 'file-horizontal-o_16',
|
|
1502
|
+
replace: 'landscape-orientation_16'
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
replaceWith: 'certificate-horizontal_16',
|
|
1506
|
+
replace: 'license_16'
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
replaceWith: 'certificate-horizontal_24',
|
|
1510
|
+
replace: 'license_24'
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
replaceWith: 'scissors_16',
|
|
1514
|
+
replace: 'limit_16'
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
replaceWith: 'link-multiple_16',
|
|
1518
|
+
replace: 'link-group_16'
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
replaceWith: 'link-multiple_24',
|
|
1522
|
+
replace: 'link-group_24'
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
replaceWith: 'link-dot_16',
|
|
1526
|
+
replace: 'link-partial_16'
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
replaceWith: 'link_16',
|
|
1530
|
+
replace: 'link_16'
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
replaceWith: 'list-ol_16',
|
|
1534
|
+
replace: 'list-ol_16'
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
replaceWith: 'list-ul_16',
|
|
1538
|
+
replace: 'list-ul_16'
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
replaceWith: 'list_16',
|
|
1542
|
+
replace: 'list_16'
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
replaceWith: 'list_24',
|
|
1546
|
+
replace: 'list_24'
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
replaceWith: 'list_32',
|
|
1550
|
+
replace: 'list_32'
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
replaceWith: 'spinner_16',
|
|
1554
|
+
replace: 'loader-circle_16'
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
replaceWith: 'lock_16',
|
|
1558
|
+
replace: 'lock-locked-o_16'
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
replaceWith: 'lock_24',
|
|
1562
|
+
replace: 'lock-locked-o_24'
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
replaceWith: 'lock_16',
|
|
1566
|
+
replace: 'lock-locked_16'
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
replaceWith: 'lock_24',
|
|
1570
|
+
replace: 'lock-locked_24'
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
replaceWith: 'lock-open_16',
|
|
1574
|
+
replace: 'lock-unlocked_16'
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
replaceWith: 'scroll-o_16',
|
|
1578
|
+
replace: 'log-o_16'
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
replaceWith: 'scroll-o_24',
|
|
1582
|
+
replace: 'log-o_24'
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
replaceWith: 'scroll-o_24',
|
|
1586
|
+
replace: 'log_24'
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
replaceWith: 'arrow-right-to-rectangle_24',
|
|
1590
|
+
replace: 'login_24'
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
replaceWith: 'map-slash_16',
|
|
1594
|
+
replace: 'map-slash_16'
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
replaceWith: 'map_16',
|
|
1598
|
+
replace: 'map_16'
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
replaceWith: 'chevrons-expand_16',
|
|
1602
|
+
replace: 'maximize_16'
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
replaceWith: 'compress_16',
|
|
1606
|
+
replace: 'minimize_16'
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
replaceWith: 'minus-circle-s_16',
|
|
1610
|
+
replace: 'minus-circle-small_16'
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
replaceWith: 'minus-circle-s_16',
|
|
1614
|
+
replace: 'minus-circle-xs_16'
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
replaceWith: 'minus-circle_16',
|
|
1618
|
+
replace: 'minus-circle_16'
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
replaceWith: 'minus_16',
|
|
1622
|
+
replace: 'minus_16'
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
replaceWith: 'network-device-multiple_16',
|
|
1626
|
+
replace: 'net-packet-group_16'
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
replaceWith: 'network-device_16',
|
|
1630
|
+
replace: 'net-packet_16'
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
replaceWith: 'arrow-up-right-from-square_16',
|
|
1634
|
+
replace: 'new-tab_16'
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
replaceWith: 'paper-plane_16',
|
|
1638
|
+
replace: 'paper-plane_16'
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
replaceWith: 'paperclip_16',
|
|
1642
|
+
replace: 'paperclip_16'
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
replaceWith: 'paperclip_24',
|
|
1646
|
+
replace: 'paperclip_24'
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
replaceWith: 'arrow-up-left_16',
|
|
1650
|
+
replace: 'parent-link_16'
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
replaceWith: 'pause-circle_16',
|
|
1654
|
+
replace: 'pause-circle_16'
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
replaceWith: 'clock-badge-pause_16',
|
|
1658
|
+
replace: 'pause-on-time_16'
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
replaceWith: 'pause_16',
|
|
1662
|
+
replace: 'pause_16'
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
replaceWith: 'pause_32',
|
|
1666
|
+
replace: 'pause_32'
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
replaceWith: 'pause_48',
|
|
1670
|
+
replace: 'pause_48'
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
replaceWith: 'pause_64',
|
|
1674
|
+
replace: 'pause_64'
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
replaceWith: 'phone_16',
|
|
1678
|
+
replace: 'phone_16'
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
replaceWith: 'pin_16',
|
|
1682
|
+
replace: 'pin_16'
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
replaceWith: 'play-circle_16',
|
|
1686
|
+
replace: 'play-circle_16'
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
replaceWith: 'play_16',
|
|
1690
|
+
replace: 'play-o_16'
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
replaceWith: 'clock-badge-play_16',
|
|
1694
|
+
replace: 'play-on-time_16'
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
replaceWith: 'play-rewind_16',
|
|
1698
|
+
replace: 'play-rewind_16'
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
replaceWith: 'play_16',
|
|
1702
|
+
replace: 'play_16'
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
replaceWith: 'play_32',
|
|
1706
|
+
replace: 'play_32'
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
replaceWith: 'play_48',
|
|
1710
|
+
replace: 'play_48'
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
replaceWith: 'play_64',
|
|
1714
|
+
replace: 'play_64'
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
replaceWith: 'plug_16',
|
|
1718
|
+
replace: 'plug-o_16'
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
replaceWith: 'plug_24',
|
|
1722
|
+
replace: 'plug-o_24'
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
replaceWith: 'plug_16',
|
|
1726
|
+
replace: 'plug_16'
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
replaceWith: 'plug_24',
|
|
1730
|
+
replace: 'plug_24'
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
replaceWith: 'plus-circle-s_16',
|
|
1734
|
+
replace: 'plus-circle-xs_16'
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
replaceWith: 'plus-circle_16',
|
|
1738
|
+
replace: 'plus-circle_16'
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
replaceWith: 'plus_16',
|
|
1742
|
+
replace: 'plus_16'
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
replaceWith: 'plus_32',
|
|
1746
|
+
replace: 'plus_32'
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
replaceWith: 'plus_64',
|
|
1750
|
+
replace: 'plus_64'
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
replaceWith: 'robot_16',
|
|
1754
|
+
replace: 'policies_16'
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
replaceWith: 'clipboard-check-o_24',
|
|
1758
|
+
replace: 'policy-o_24'
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
replaceWith: 'clipboard-check_24',
|
|
1762
|
+
replace: 'policy_24'
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
replaceWith: 'file-o_16',
|
|
1766
|
+
replace: 'portrait-orientation_16'
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
replaceWith: 'bars-vertical_16',
|
|
1770
|
+
replace: 'project_16'
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
replaceWith: 'shield-check_16',
|
|
1774
|
+
replace: 'protection-active_16'
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
replaceWith: 'shield-half_16',
|
|
1778
|
+
replace: 'protection-half_16'
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
replaceWith: 'shield-slash_16',
|
|
1782
|
+
replace: 'protection-off_16'
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
replaceWith: 'pulse_16',
|
|
1786
|
+
replace: 'pulse_16'
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
replaceWith: 'ql_16',
|
|
1790
|
+
replace: 'ql_16'
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
replaceWith: 'question-circle_16',
|
|
1794
|
+
replace: 'question-circle-o_16'
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
replaceWith: 'question-circle_24',
|
|
1798
|
+
replace: 'question-circle-o_24'
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
replaceWith: 'question-circle-o_32',
|
|
1802
|
+
replace: 'question-circle-o_32'
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
replaceWith: 'question-circle_16',
|
|
1806
|
+
replace: 'question-circle_16'
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
replaceWith: 'question_16',
|
|
1810
|
+
replace: 'question_16'
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
replaceWith: 'reachability-from_16',
|
|
1814
|
+
replace: 'reachability-from_16'
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
replaceWith: 'reachability-to_16',
|
|
1818
|
+
replace: 'reachability-to_16'
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
replaceWith: 'reachability_16',
|
|
1822
|
+
replace: 'reachability_16'
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
replaceWith: 'redo_16',
|
|
1826
|
+
replace: 'redo_16'
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
replaceWith: 'arrows-rotate-reverse-slash_16',
|
|
1830
|
+
replace: 'refresh-off_16'
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
replaceWith: 'arrows-rotate-reverse_16',
|
|
1834
|
+
replace: 'refresh_16'
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
replaceWith: 'arrows-rotate-reverse_24',
|
|
1838
|
+
replace: 'refresh_24'
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
replaceWith: 'arrows-rotate_48',
|
|
1842
|
+
replace: 'refresh_48'
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
replaceWith: 'regex_16',
|
|
1846
|
+
replace: 'regex_16'
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
replaceWith: 'registry-multiple_16',
|
|
1850
|
+
replace: 'registry-group_16'
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
replaceWith: 'registry_16',
|
|
1854
|
+
replace: 'registry_16'
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
replaceWith: 'list-badge-xmark_16',
|
|
1858
|
+
replace: 'remove-from-list_16'
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
replaceWith: 'file-exclamation-o_16',
|
|
1862
|
+
replace: 'report-errors_16'
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
replaceWith: 'file-o_16',
|
|
1866
|
+
replace: 'report-o_16'
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
replaceWith: 'file-o_24',
|
|
1870
|
+
replace: 'report-o_24'
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
replaceWith: 'file-o_16',
|
|
1874
|
+
replace: 'report_16'
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
replaceWith: 'file-o_24',
|
|
1878
|
+
replace: 'report_24'
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
replaceWith: 'file-lines-o_32',
|
|
1882
|
+
replace: 'report_32'
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
replaceWith: 'arrow-rotate-right-dot_16',
|
|
1886
|
+
replace: 'retro-analysis_16'
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
replaceWith: 'satellite-dish_16',
|
|
1890
|
+
replace: 'satellite_16'
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
replaceWith: 'floppy-disk_16',
|
|
1894
|
+
replace: 'save_16'
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
replaceWith: 'radar-o_32',
|
|
1898
|
+
replace: 'scan_32'
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
replaceWith: 'magnifying-glass-badge-sparkles_16',
|
|
1902
|
+
replace: 'search-sparkles_16'
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
replaceWith: 'magnifying-glass_16',
|
|
1906
|
+
replace: 'search_16'
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
replaceWith: 'magnifying-glass_24',
|
|
1910
|
+
replace: 'search_24'
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
replaceWith: 'arrow-up-from-rectangle_16',
|
|
1914
|
+
replace: 'share_16'
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
replaceWith: 'rectangle-triangle-vertical-thin_16',
|
|
1918
|
+
replace: 'siem-vulner-level-critical_16'
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
replaceWith: 'rectangle-vertical-thin_16',
|
|
1922
|
+
replace: 'siem-vulner-level-high_16'
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
replaceWith: 'rectangle-vertical-thin-o_16',
|
|
1926
|
+
replace: 'siem-vulner-level-low_16'
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
replaceWith: 'rectangle-vertical-thin-half_16',
|
|
1930
|
+
replace: 'siem-vulner-level-medium_16'
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
replaceWith: 'rectangle-vertical-thin-lines_16',
|
|
1934
|
+
replace: 'siem-vulner-level-not-defined_16'
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
replaceWith: 'shield-star_16',
|
|
1938
|
+
replace: 'significance-high_16'
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
replaceWith: 'shield-o_16',
|
|
1942
|
+
replace: 'significance-low_16'
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
replaceWith: 'shield-ribbon_16',
|
|
1946
|
+
replace: 'significance-medium_16'
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
replaceWith: 'shield-o_16',
|
|
1950
|
+
replace: 'significance-na_16'
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
replaceWith: 'sliders-dot_16',
|
|
1954
|
+
replace: 'sliders-active_16'
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
replaceWith: 'sliders_16',
|
|
1958
|
+
replace: 'sliders_16'
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
replaceWith: 'sliders_24',
|
|
1962
|
+
replace: 'sliders_24'
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
replaceWith: 'sliders_32',
|
|
1966
|
+
replace: 'sliders_32'
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
replaceWith: 'arrow-up-arrow-down-dot_16',
|
|
1970
|
+
replace: 'sort-active_16'
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
replaceWith: 'arrow-up-arrow-down_16',
|
|
1974
|
+
replace: 'sort_16'
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
replaceWith: 'sources_24',
|
|
1978
|
+
replace: 'sources_24'
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
replaceWith: 'split-screen-bottom_16',
|
|
1982
|
+
replace: 'split-screen-bottom_16'
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
replaceWith: 'split-screen-no-split_16',
|
|
1986
|
+
replace: 'split-screen-no-split_16'
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
replaceWith: 'split-screen-right_16',
|
|
1990
|
+
replace: 'split-screen-right_16'
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
replaceWith: 'square-dot_16',
|
|
1994
|
+
replace: 'square-partial_16'
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
replaceWith: 'square_16',
|
|
1998
|
+
replace: 'square_16'
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
replaceWith: 'star-o_16',
|
|
2002
|
+
replace: 'star-o_16'
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
replaceWith: 'star_16',
|
|
2006
|
+
replace: 'star_16'
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
replaceWith: 'diamond_16',
|
|
2010
|
+
replace: 'startline_16'
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
replaceWith: 'stop-circle_16',
|
|
2014
|
+
replace: 'stop-circle_16'
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
replaceWith: 'clock-badge-stop_16',
|
|
2018
|
+
replace: 'stop-on-time_16'
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
replaceWith: 'stop_16',
|
|
2022
|
+
replace: 'stop_16'
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
replaceWith: 'stop_32',
|
|
2026
|
+
replace: 'stop_32'
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
replaceWith: 'stop_48',
|
|
2030
|
+
replace: 'stop_48'
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
replaceWith: 'stop_64',
|
|
2034
|
+
replace: 'stop_64'
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
replaceWith: 'database-normal_16',
|
|
2038
|
+
replace: 'storage-normal_16'
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
replaceWith: 'database-raw_16',
|
|
2042
|
+
replace: 'storage-raw_16'
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
replaceWith: 'database_16',
|
|
2046
|
+
replace: 'storage_16'
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
replaceWith: 'database-o_32',
|
|
2050
|
+
replace: 'storage_32'
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
replaceWith: 'check-circle_16',
|
|
2054
|
+
replace: 'success-small_16'
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
replaceWith: 'check-circle_16',
|
|
2058
|
+
replace: 'success_16'
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
replaceWith: 'sigma_16',
|
|
2062
|
+
replace: 'summ_16'
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
replaceWith: 'table-badge-arrow-down-circle_32',
|
|
2066
|
+
replace: 'table-download_32'
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
replaceWith: 'table-badge-clock_16',
|
|
2070
|
+
replace: 'table-list-ttl_16'
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
replaceWith: 'table-badge-clock_24',
|
|
2074
|
+
replace: 'table-list-ttl_24'
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
replaceWith: 'table_16',
|
|
2078
|
+
replace: 'table-list_16'
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
replaceWith: 'table_24',
|
|
2082
|
+
replace: 'table-list_24'
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
replaceWith: 'tag_16',
|
|
2086
|
+
replace: 'tag_16'
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
replaceWith: 'tag-multiple_16',
|
|
2090
|
+
replace: 'tags_16'
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
replaceWith: 'bars-progress_16',
|
|
2094
|
+
replace: 'tasks_16'
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
replaceWith: 'bars-progress_24',
|
|
2098
|
+
replace: 'tasks_24'
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
replaceWith: 'text-font_16',
|
|
2102
|
+
replace: 'text-block_16'
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
replaceWith: 'text-bold_16',
|
|
2106
|
+
replace: 'text-bold_16'
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
replaceWith: 'text-italic_16',
|
|
2110
|
+
replace: 'text-italic_16'
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
replaceWith: 'text-underline_16',
|
|
2114
|
+
replace: 'text-underline_16'
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
replaceWith: 'sun-moon_16',
|
|
2118
|
+
replace: 'theme_16'
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
replaceWith: 'topology_16',
|
|
2122
|
+
replace: 'topology_16'
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
replaceWith: 'arrow-down-right_16',
|
|
2126
|
+
replace: 'trend-down_16'
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
replaceWith: 'arrow-up-right_16',
|
|
2130
|
+
replace: 'trend-up_16'
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
replaceWith: 'chevron-down-s_16',
|
|
2134
|
+
replace: 'triangle-down_16'
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
replaceWith: 'chevron-left-s_16',
|
|
2138
|
+
replace: 'triangle-left_16'
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
replaceWith: 'chevron-right-s_16',
|
|
2142
|
+
replace: 'triangle-right_16'
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
replaceWith: 'chevron-up-s_16',
|
|
2146
|
+
replace: 'triangle-up_16'
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
replaceWith: 'undo_16',
|
|
2150
|
+
replace: 'undo_16'
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
replaceWith: 'arrow-down-on-rectangles_16',
|
|
2154
|
+
replace: 'unique_16'
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
replaceWith: 'link-broken_16',
|
|
2158
|
+
replace: 'unlink_16'
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
replaceWith: 'pin-slash_16',
|
|
2162
|
+
replace: 'unpin_16'
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
replaceWith: 'arrow-rotate-left_24',
|
|
2166
|
+
replace: 'update-o_24'
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
replaceWith: 'arrow-rotate-left_16',
|
|
2170
|
+
replace: 'update_16'
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
replaceWith: 'arrow-rotate-left_24',
|
|
2174
|
+
replace: 'update_24'
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
replaceWith: 'arrow-up-from-line_16',
|
|
2178
|
+
replace: 'upload-to-cloud_16'
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
replaceWith: 'cloud-arrow-up-o_24',
|
|
2182
|
+
replace: 'upload-to-cloud_24'
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
replaceWith: 'cloud-arrow-up-o_32',
|
|
2186
|
+
replace: 'upload-to-cloud_32'
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
replaceWith: 'cloud-arrow-up-o_64',
|
|
2190
|
+
replace: 'upload-to-cloud_64'
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
replaceWith: 'url_16',
|
|
2194
|
+
replace: 'url_16'
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
replaceWith: 'usb-flash_16',
|
|
2198
|
+
replace: 'usb-flash_16'
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
replaceWith: 'user_16',
|
|
2202
|
+
replace: 'user-o_16'
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
replaceWith: 'user_16',
|
|
2206
|
+
replace: 'user_16'
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
replaceWith: 'user_24',
|
|
2210
|
+
replace: 'user_24'
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
replaceWith: 'user-multiple_24',
|
|
2214
|
+
replace: 'users-group-o_24'
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
replaceWith: 'user-multiple_16',
|
|
2218
|
+
replace: 'users-group_16'
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
replaceWith: 'user-multiple_24',
|
|
2222
|
+
replace: 'users-group_24'
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
replaceWith: 'burst_16',
|
|
2226
|
+
replace: 'vulner-exploitable_16'
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
replaceWith: 'eject_16',
|
|
2230
|
+
replace: 'vulner-level-abovemedium_16'
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
replaceWith: 'eject-down_16',
|
|
2234
|
+
replace: 'vulner-level-belowmedium_16'
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
replaceWith: 'arrow-up_16',
|
|
2238
|
+
replace: 'vulner-level-high_16'
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
replaceWith: 'arrow-down_16',
|
|
2242
|
+
replace: 'vulner-level-low_16'
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
replaceWith: 'stop_16',
|
|
2246
|
+
replace: 'vulner-level-medium_16'
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
replaceWith: 'user-arrow-triangle-up_16',
|
|
2250
|
+
replace: 'vulner-lpe_16'
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
replaceWith: 'chart-network_16',
|
|
2254
|
+
replace: 'vulner-network_16'
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
replaceWith: 'capsule_16',
|
|
2258
|
+
replace: 'vulner-patch_16'
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
replaceWith: 'code_16',
|
|
2262
|
+
replace: 'vulner-rce_16'
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
replaceWith: 'file-badge-arrow-through-line-o_16',
|
|
2266
|
+
replace: 'whitelist_16'
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
replaceWith: 'wrap-text-slash_16',
|
|
2270
|
+
replace: 'word-wrap-slash_16'
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
replaceWith: 'wrap-text_16',
|
|
2274
|
+
replace: 'word-wrap_16'
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
replaceWith: 'wrench_16',
|
|
2278
|
+
replace: 'wrench_16'
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
replaceWith: 'arrows-left-right-to-line_16',
|
|
2282
|
+
replace: 'zoom-to-fit_16'
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
replaceWith: 'circle-xs_16',
|
|
2286
|
+
replace: 'circle-8_16'
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
replaceWith: 'folder-open_16',
|
|
2290
|
+
replace: 'folder-opened_16'
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
replaceWith: 'folder-open-badge-magnifying-glass_16',
|
|
2294
|
+
replace: 'folder-search-opened_16'
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
replaceWith: 'user_24',
|
|
2298
|
+
replace: 'user-o_24'
|
|
2299
|
+
}
|
|
2300
|
+
];
|
|
2301
|
+
|
|
2302
|
+
exports.iconReplacements = iconReplacements;
|
|
2303
|
+
exports.newIconsPackData = newIconsPackData;
|