@koobiq/components 18.39.0 → 19.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/accordion/accordion-content.d.ts +2 -2
- package/accordion/accordion-content.directive.d.ts +11 -0
- package/accordion/accordion-header.d.ts +2 -2
- package/accordion/accordion-header.directive.d.ts +7 -0
- package/accordion/accordion-item.d.ts +2 -2
- package/accordion/accordion-item.directive.d.ts +72 -0
- package/accordion/accordion-root.directive.d.ts +64 -0
- package/accordion/accordion-trigger.component.d.ts +2 -2
- package/accordion/accordion-trigger.directive.d.ts +13 -0
- package/accordion/accordion.component.d.ts +2 -4
- package/accordion/accordion.module.d.ts +7 -7
- package/accordion/public-api.d.ts +5 -0
- package/alert/_alert-theme.scss +4 -16
- package/alert/alert-tokens.scss +6 -12
- package/alert/alert.component.d.ts +5 -12
- package/alert/alert.module.d.ts +4 -4
- package/app-switcher/app-switcher.d.ts +8 -7
- package/autocomplete/autocomplete-origin.directive.d.ts +1 -1
- package/autocomplete/autocomplete-trigger.directive.d.ts +1 -1
- package/autocomplete/autocomplete.component.d.ts +1 -1
- package/autocomplete/autocomplete.module.d.ts +7 -7
- package/badge/badge.component.d.ts +3 -3
- package/badge/badge.module.d.ts +4 -4
- package/breadcrumbs/breadcrumbs.d.ts +3 -2
- package/breadcrumbs/public-api.d.ts +2 -0
- package/breadcrumbs/roving-focus-group.directive.d.ts +50 -0
- package/breadcrumbs/roving-focus-item.directive.d.ts +50 -0
- package/breadcrumbs/utils.d.ts +19 -0
- package/button/button.component.d.ts +2 -2
- package/button/button.module.d.ts +6 -6
- package/button-toggle/_button-toggle-theme.scss +30 -27
- package/button-toggle/button-toggle.component.d.ts +2 -2
- package/button-toggle/button-toggle.module.d.ts +4 -4
- package/button-toggle/button-toggle.scss +2 -2
- package/checkbox/checkbox-module.d.ts +4 -4
- package/checkbox/checkbox-required-validator.d.ts +1 -1
- package/checkbox/checkbox.d.ts +1 -1
- package/checkbox/checkbox.scss +5 -21
- package/code-block/code-block.scss +2 -2
- package/core/common-behaviors/index.d.ts +0 -1
- package/core/formatters/date/formatter.pipe.d.ts +13 -0
- package/core/formatters/index.d.ts +4 -4
- package/core/formatters/number/formatter.d.ts +3 -3
- package/core/forms/forms-module.d.ts +1 -1
- package/core/forms/forms.directive.d.ts +2 -2
- package/core/highlight/highlight.pipe.d.ts +1 -1
- package/core/highlight/index.d.ts +3 -3
- package/core/line/line.d.ts +1 -6
- package/core/locales/en-US.d.ts +8 -0
- package/core/locales/es-LA.d.ts +8 -0
- package/core/locales/locale-service.d.ts +40 -0
- package/core/locales/pt-BR.d.ts +8 -0
- package/core/locales/ru-RU.d.ts +8 -0
- package/core/locales/tk-TM.d.ts +8 -0
- package/core/locales/types.d.ts +21 -0
- package/core/option/_option-theme.scss +5 -2
- package/core/option/action.d.ts +1 -1
- package/core/option/optgroup.d.ts +1 -1
- package/core/option/option-module.d.ts +5 -5
- package/core/option/option.d.ts +5 -1
- package/core/pop-up/constants.d.ts +4 -0
- package/core/pop-up/pop-up-trigger.d.ts +5 -5
- package/core/pop-up/pop-up.d.ts +1 -1
- package/core/select/common.d.ts +1 -1
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +1 -1
- package/core/selection/pseudo-checkbox/pseudo-checkbox.module.d.ts +3 -3
- package/core/styles/common/_select.scss +1 -1
- package/core/styles/common/_visually-hidden.scss +1 -0
- package/core/styles/theming/_scrollbar-theme.scss +19 -12
- package/core/utils/utils.d.ts +3 -0
- package/datepicker/calendar-body.component.d.ts +1 -1
- package/datepicker/calendar-header.component.d.ts +1 -1
- package/datepicker/calendar.component.d.ts +1 -1
- package/datepicker/datepicker-input.directive.d.ts +2 -2
- package/datepicker/datepicker-module.d.ts +15 -15
- package/datepicker/datepicker-toggle.component.d.ts +2 -2
- package/datepicker/datepicker.component.d.ts +2 -2
- package/datepicker/month-view.component.d.ts +1 -1
- package/divider/divider.component.d.ts +5 -1
- package/divider/divider.module.d.ts +3 -3
- package/dl/dl.component.d.ts +3 -3
- package/dl/dl.module.d.ts +4 -4
- package/dropdown/dropdown-content.directive.d.ts +1 -1
- package/dropdown/dropdown-item.component.d.ts +1 -1
- package/dropdown/dropdown-trigger.directive.d.ts +1 -1
- package/dropdown/dropdown.component.d.ts +1 -1
- package/dropdown/dropdown.module.d.ts +8 -8
- package/dropdown/dropdown.scss +1 -0
- package/ellipsis-center/ellipsis-center.directive.d.ts +2 -2
- package/empty-state/empty-state.component.d.ts +5 -5
- package/empty-state/empty-state.module.d.ts +4 -4
- package/fesm2022/koobiq-components-accordion.mjs +459 -40
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-actions-panel.mjs +18 -18
- package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-alert.mjs +28 -36
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-app-switcher.mjs +66 -66
- package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +31 -25
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +20 -21
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +339 -36
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +25 -22
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +25 -26
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +18 -16
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-clamped-text.mjs +9 -9
- package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +15 -16
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-content-panel.mjs +55 -57
- package/fesm2022/koobiq-components-content-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +379 -367
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +107 -91
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-divider.mjs +16 -14
- package/fesm2022/koobiq-components-divider.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +19 -20
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +47 -48
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-dynamic-translation.mjs +16 -19
- package/fesm2022/koobiq-components-dynamic-translation.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +10 -10
- package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +26 -27
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +402 -152
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +293 -258
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +84 -92
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +18 -18
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-inline-edit.mjs +33 -37
- package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +31 -30
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-link.mjs +11 -10
- package/fesm2022/koobiq-components-link.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +47 -45
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +27 -28
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +14 -14
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +76 -64
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar-ic.mjs +76 -54
- package/fesm2022/koobiq-components-navbar-ic.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +77 -66
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-notification-center.mjs +31 -32
- package/fesm2022/koobiq-components-notification-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-overflow-items.mjs +16 -19
- package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +55 -46
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +18 -19
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +22 -23
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +20 -16
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-resizer.mjs +10 -12
- package/fesm2022/koobiq-components-resizer.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +19 -12
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +17 -18
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-search-expandable.mjs +19 -19
- package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +113 -74
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +16 -23
- package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +61 -55
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-split-button.mjs +12 -12
- package/fesm2022/koobiq-components-split-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +24 -25
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +17 -18
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +85 -89
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +43 -47
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +10 -11
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-time-range.mjs +38 -40
- package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs +68 -18
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +68 -59
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +23 -11
- package/fesm2022/koobiq-components-title.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +23 -24
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +16 -14
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +20 -23
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-top-bar.mjs +18 -20
- package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +81 -70
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +77 -66
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +31 -37
- package/fesm2022/koobiq-components-username.mjs.map +1 -1
- package/file-upload/file-upload.d.ts +33 -3
- package/file-upload/file-upload.module.d.ts +15 -15
- package/file-upload/multiple-file-upload.component.d.ts +25 -34
- package/file-upload/{file-drop.d.ts → primitives/file-drop.d.ts} +3 -3
- package/file-upload/primitives/file-picker.d.ts +82 -0
- package/file-upload/primitives/index.d.ts +2 -0
- package/file-upload/public-api.d.ts +2 -1
- package/file-upload/single-file-upload.component.d.ts +25 -18
- package/filter-bar/pipes/pipe-multi-select.d.ts +4 -1
- package/filter-bar/pipes/pipe-multi-tree-select.d.ts +5 -0
- package/icon/_icon-button-theme.scss +2 -1
- package/inline-edit/inline-edit.d.ts +2 -3
- package/input/_input-theme.scss +2 -1
- package/input/input-number-validators.d.ts +2 -2
- package/input/input-number.d.ts +1 -1
- package/input/input-password.d.ts +1 -1
- package/input/input.d.ts +2 -2
- package/input/input.module.d.ts +8 -8
- package/link/_link-theme.scss +3 -0
- package/link/link.component.d.ts +1 -1
- package/link/link.module.d.ts +3 -3
- package/list/_list-theme.scss +6 -0
- package/list/list-selection.component.d.ts +3 -3
- package/list/list.component.d.ts +2 -2
- package/list/list.module.d.ts +6 -6
- package/list/list.scss +1 -0
- package/loader-overlay/loader-overlay.component.d.ts +4 -4
- package/loader-overlay/loader-overlay.module.d.ts +5 -5
- package/loader-overlay/loader-overlay.scss +22 -31
- package/modal/css-unit.pipe.d.ts +1 -1
- package/modal/modal.component.d.ts +1 -1
- package/modal/modal.directive.d.ts +4 -4
- package/modal/modal.module.d.ts +10 -10
- package/modal/modal.scss +1 -1
- package/modal/modal.service.d.ts +1 -1
- package/navbar/_navbar-theme.scss +1 -0
- package/navbar/navbar-brand.component.d.ts +1 -1
- package/navbar/navbar-item.component.d.ts +7 -7
- package/navbar/navbar-toggle.component.d.ts +1 -1
- package/navbar/navbar-toggle.scss +1 -1
- package/navbar/navbar.component.d.ts +4 -4
- package/navbar/navbar.module.d.ts +10 -10
- package/navbar/vertical-navbar.component.d.ts +1 -1
- package/navbar/vertical-navbar.scss +5 -2
- package/navbar-ic/navbar-ic-header.d.ts +3 -0
- package/navbar-ic/navbar-ic-item.d.ts +18 -0
- package/navbar-ic/navbar-ic.d.ts +13 -7
- package/notification-center/notification-center.d.ts +5 -5
- package/overflow-items/overflow-items.d.ts +1 -1
- package/package.json +11 -142
- package/popover/_popover-theme.scss +2 -2
- package/popover/popover-confirm.component.d.ts +2 -2
- package/popover/popover.component.d.ts +9 -9
- package/popover/popover.module.d.ts +9 -9
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/progress-bar/progress-bar.component.d.ts +3 -3
- package/progress-bar/progress-bar.module.d.ts +3 -3
- package/progress-spinner/_progress-spinner-theme.scss +14 -4
- package/progress-spinner/progress-spinner-tokens.scss +2 -0
- package/progress-spinner/progress-spinner.component.d.ts +3 -3
- package/progress-spinner/progress-spinner.module.d.ts +4 -4
- package/progress-spinner/progress-spinner.scss +1 -0
- package/radio/_radio-theme.scss +2 -1
- package/radio/radio-tokens.scss +1 -0
- package/radio/radio.component.d.ts +10 -5
- package/radio/radio.module.d.ts +3 -3
- package/risk-level/risk-level.component.d.ts +4 -1
- package/risk-level/risk-level.module.d.ts +7 -4
- package/schematics/migrations/icons-replacement/README.md +5 -1
- package/schematics/migrations/icons-replacement/index.js +1 -1
- package/schematics/migrations/new-icons-pack/README.md +52 -4
- package/schematics/migrations/new-icons-pack/data.js +1142 -1142
- package/schematics/migrations/new-icons-pack/index.js +18 -7
- package/schematics/migrations/new-icons-pack/migration.json +4570 -0
- package/schematics/migrations/new-icons-pack/replacement.json +18 -0
- package/schematics/migrations/new-icons-pack/schema.json +13 -0
- package/schematics/ng-add/index.js +6 -7
- package/scrollbar/_scrollbar-component-theme.scss +16 -14
- package/select/select-option.directive.d.ts +1 -1
- package/select/select.component.d.ts +6 -5
- package/select/select.module.d.ts +10 -10
- package/sidebar/sidebar.component.d.ts +3 -3
- package/sidebar/sidebar.module.d.ts +3 -3
- package/sidepanel/sidepanel-container.component.d.ts +1 -1
- package/sidepanel/sidepanel-directives.d.ts +5 -5
- package/sidepanel/sidepanel.module.d.ts +9 -9
- package/splitter/splitter.component.d.ts +4 -4
- package/splitter/splitter.module.d.ts +3 -3
- package/table/_table-theme.scss +1 -0
- package/table/table.component.d.ts +2 -2
- package/table/table.module.d.ts +4 -4
- package/tabs/paginated-tab-header.d.ts +1 -1
- package/tabs/tab-body.component.d.ts +2 -2
- package/tabs/tab-content.directive.d.ts +1 -1
- package/tabs/tab-group.component.d.ts +5 -5
- package/tabs/tab-header.component.d.ts +1 -1
- package/tabs/tab-label-wrapper.directive.d.ts +1 -1
- package/tabs/tab-label.directive.d.ts +1 -1
- package/tabs/tab.component.d.ts +3 -3
- package/tabs/tabs.module.d.ts +15 -15
- package/tags/tag-input.d.ts +1 -1
- package/tags/tag-list.component.d.ts +1 -1
- package/tags/tag.component.d.ts +4 -4
- package/tags/tag.module.d.ts +4 -4
- package/textarea/textarea.component.d.ts +1 -1
- package/textarea/textarea.module.d.ts +4 -4
- package/timepicker/timepicker.directive.d.ts +17 -7
- package/timepicker/timepicker.module.d.ts +5 -5
- package/timezone/cities-by-filter.pipe.d.ts +1 -1
- package/timezone/timezone-option.component.d.ts +1 -1
- package/timezone/timezone-option.directive.d.ts +1 -1
- package/timezone/timezone-select.component.d.ts +2 -2
- package/timezone/timezone.module.d.ts +15 -15
- package/timezone/utc-offset.pipe.d.ts +1 -1
- package/title/title.directive.d.ts +4 -1
- package/title/title.module.d.ts +3 -3
- package/toggle/toggle.component.d.ts +1 -1
- package/toggle/toggle.module.d.ts +3 -3
- package/tooltip/_tooltip-theme.scss +5 -6
- package/tooltip/tooltip.component.d.ts +3 -3
- package/tooltip/tooltip.scss +1 -0
- package/top-bar/top-bar.d.ts +1 -1
- package/tree/node.d.ts +1 -1
- package/tree/outlet.d.ts +1 -1
- package/tree/padding.directive.d.ts +1 -1
- package/tree/toggle.d.ts +3 -3
- package/tree/tree-base.d.ts +2 -2
- package/tree/tree-option.component.d.ts +1 -1
- package/tree/tree-option.scss +1 -1
- package/tree/tree-selection.component.d.ts +1 -1
- package/tree/tree.d.ts +1 -1
- package/tree/tree.module.d.ts +11 -11
- package/tree-select/tree-select.component.d.ts +2 -2
- package/tree-select/tree-select.module.d.ts +9 -9
- package/core/common-behaviors/focus-monitor.d.ts +0 -19
- package/esm2022/accordion/accordion-content.mjs +0 -19
- package/esm2022/accordion/accordion-header.mjs +0 -19
- package/esm2022/accordion/accordion-item.mjs +0 -25
- package/esm2022/accordion/accordion-trigger.component.mjs +0 -48
- package/esm2022/accordion/accordion.component.mjs +0 -41
- package/esm2022/accordion/accordion.module.mjs +0 -44
- package/esm2022/accordion/index.mjs +0 -2
- package/esm2022/accordion/koobiq-components-accordion.mjs +0 -5
- package/esm2022/accordion/public-api.mjs +0 -7
- package/esm2022/actions-panel/actions-panel-config.mjs +0 -55
- package/esm2022/actions-panel/actions-panel-container.mjs +0 -217
- package/esm2022/actions-panel/actions-panel-ref.mjs +0 -78
- package/esm2022/actions-panel/actions-panel.mjs +0 -133
- package/esm2022/actions-panel/index.mjs +0 -6
- package/esm2022/actions-panel/koobiq-components-actions-panel.mjs +0 -5
- package/esm2022/actions-panel/module.mjs +0 -21
- package/esm2022/alert/alert.component.mjs +0 -124
- package/esm2022/alert/alert.module.mjs +0 -40
- package/esm2022/alert/index.mjs +0 -2
- package/esm2022/alert/koobiq-components-alert.mjs +0 -5
- package/esm2022/alert/public-api.mjs +0 -3
- package/esm2022/app-switcher/app-switcher-animations.mjs +0 -18
- package/esm2022/app-switcher/app-switcher-dropdown-app.mjs +0 -75
- package/esm2022/app-switcher/app-switcher-dropdown-site.mjs +0 -60
- package/esm2022/app-switcher/app-switcher.mjs +0 -446
- package/esm2022/app-switcher/app-switcher.module.mjs +0 -45
- package/esm2022/app-switcher/index.mjs +0 -2
- package/esm2022/app-switcher/kbq-app-switcher-list-item.mjs +0 -84
- package/esm2022/app-switcher/koobiq-components-app-switcher.mjs +0 -5
- package/esm2022/app-switcher/public-api.mjs +0 -7
- package/esm2022/autocomplete/autocomplete-origin.directive.mjs +0 -21
- package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +0 -540
- package/esm2022/autocomplete/autocomplete.component.mjs +0 -178
- package/esm2022/autocomplete/autocomplete.module.mjs +0 -38
- package/esm2022/autocomplete/index.mjs +0 -2
- package/esm2022/autocomplete/koobiq-components-autocomplete.mjs +0 -5
- package/esm2022/autocomplete/public-api.mjs +0 -5
- package/esm2022/badge/badge.component.mjs +0 -124
- package/esm2022/badge/badge.module.mjs +0 -36
- package/esm2022/badge/index.mjs +0 -2
- package/esm2022/badge/koobiq-components-badge.mjs +0 -5
- package/esm2022/badge/public-api.mjs +0 -3
- package/esm2022/breadcrumbs/breadcrumbs.mjs +0 -268
- package/esm2022/breadcrumbs/breadcrumbs.module.mjs +0 -31
- package/esm2022/breadcrumbs/breadcrumbs.types.mjs +0 -2
- package/esm2022/breadcrumbs/index.mjs +0 -2
- package/esm2022/breadcrumbs/koobiq-components-breadcrumbs.mjs +0 -5
- package/esm2022/breadcrumbs/public-api.mjs +0 -4
- package/esm2022/button/button.component.mjs +0 -180
- package/esm2022/button/button.dropdown-trigger.directive.mjs +0 -28
- package/esm2022/button/button.module.mjs +0 -41
- package/esm2022/button/index.mjs +0 -2
- package/esm2022/button/koobiq-components-button.mjs +0 -5
- package/esm2022/button/public-api.mjs +0 -4
- package/esm2022/button-toggle/button-toggle.component.mjs +0 -384
- package/esm2022/button-toggle/button-toggle.module.mjs +0 -19
- package/esm2022/button-toggle/index.mjs +0 -2
- package/esm2022/button-toggle/koobiq-components-button-toggle.mjs +0 -5
- package/esm2022/button-toggle/public-api.mjs +0 -3
- package/esm2022/checkbox/checkbox-config.mjs +0 -6
- package/esm2022/checkbox/checkbox-module.mjs +0 -19
- package/esm2022/checkbox/checkbox-required-validator.mjs +0 -27
- package/esm2022/checkbox/checkbox.mjs +0 -295
- package/esm2022/checkbox/index.mjs +0 -2
- package/esm2022/checkbox/koobiq-components-checkbox.mjs +0 -5
- package/esm2022/checkbox/public-api.mjs +0 -5
- package/esm2022/clamped-text/clamped-text.mjs +0 -202
- package/esm2022/clamped-text/constants.mjs +0 -20
- package/esm2022/clamped-text/index.mjs +0 -4
- package/esm2022/clamped-text/koobiq-components-clamped-text.mjs +0 -5
- package/esm2022/clamped-text/module.mjs +0 -19
- package/esm2022/code-block/code-block-highlight.mjs +0 -418
- package/esm2022/code-block/code-block.mjs +0 -440
- package/esm2022/code-block/code-block.module.mjs +0 -19
- package/esm2022/code-block/index.mjs +0 -2
- package/esm2022/code-block/koobiq-components-code-block.mjs +0 -5
- package/esm2022/code-block/public-api.mjs +0 -5
- package/esm2022/code-block/types.mjs +0 -2
- package/esm2022/content-panel/content-panel.mjs +0 -432
- package/esm2022/content-panel/index.mjs +0 -3
- package/esm2022/content-panel/koobiq-components-content-panel.mjs +0 -5
- package/esm2022/content-panel/module.mjs +0 -42
- package/esm2022/core/animation/animation.mjs +0 -39
- package/esm2022/core/animation/fade-animations.mjs +0 -9
- package/esm2022/core/animation/index.mjs +0 -4
- package/esm2022/core/animation/select-animations.mjs +0 -45
- package/esm2022/core/common-behaviors/checkbox.mjs +0 -2
- package/esm2022/core/common-behaviors/clipboard.mjs +0 -31
- package/esm2022/core/common-behaviors/color.mjs +0 -89
- package/esm2022/core/common-behaviors/common-module.mjs +0 -76
- package/esm2022/core/common-behaviors/constructor.mjs +0 -2
- package/esm2022/core/common-behaviors/disabled.mjs +0 -19
- package/esm2022/core/common-behaviors/error-state.mjs +0 -50
- package/esm2022/core/common-behaviors/focus-monitor.mjs +0 -37
- package/esm2022/core/common-behaviors/hover.mjs +0 -34
- package/esm2022/core/common-behaviors/index.mjs +0 -14
- package/esm2022/core/common-behaviors/orientation.mjs +0 -2
- package/esm2022/core/common-behaviors/read-state.mjs +0 -33
- package/esm2022/core/common-behaviors/size.mjs +0 -2
- package/esm2022/core/common-behaviors/tabindex.mjs +0 -20
- package/esm2022/core/datetime/date-adapter.mjs +0 -14
- package/esm2022/core/datetime/date-formats.mjs +0 -3
- package/esm2022/core/datetime/index.mjs +0 -3
- package/esm2022/core/error/error-state-matcher.mjs +0 -56
- package/esm2022/core/form-field/field-sizing-content.mjs +0 -117
- package/esm2022/core/form-field/form-field-ref.mjs +0 -10
- package/esm2022/core/form-field/index.mjs +0 -3
- package/esm2022/core/formatters/date/formatter.mjs +0 -25
- package/esm2022/core/formatters/date/formatter.pipe.mjs +0 -380
- package/esm2022/core/formatters/filesize/config.mjs +0 -32
- package/esm2022/core/formatters/filesize/formatter.mjs +0 -43
- package/esm2022/core/formatters/filesize/index.mjs +0 -4
- package/esm2022/core/formatters/filesize/size.mjs +0 -65
- package/esm2022/core/formatters/index.mjs +0 -146
- package/esm2022/core/formatters/number/formatter.mjs +0 -347
- package/esm2022/core/forms/forms-module.mjs +0 -24
- package/esm2022/core/forms/forms.directive.mjs +0 -66
- package/esm2022/core/forms/index.mjs +0 -4
- package/esm2022/core/forms/validators.mjs +0 -184
- package/esm2022/core/highlight/highlight.pipe.mjs +0 -23
- package/esm2022/core/highlight/index.mjs +0 -19
- package/esm2022/core/index.mjs +0 -2
- package/esm2022/core/koobiq-components-core.mjs +0 -5
- package/esm2022/core/line/line.mjs +0 -70
- package/esm2022/core/locales/en-US.mjs +0 -210
- package/esm2022/core/locales/es-LA.mjs +0 -209
- package/esm2022/core/locales/formatters.mjs +0 -193
- package/esm2022/core/locales/index.mjs +0 -10
- package/esm2022/core/locales/locale-service.mjs +0 -173
- package/esm2022/core/locales/locale-service.module.mjs +0 -19
- package/esm2022/core/locales/pt-BR.mjs +0 -209
- package/esm2022/core/locales/ru-RU.mjs +0 -224
- package/esm2022/core/locales/tk-TM.mjs +0 -210
- package/esm2022/core/locales/types.mjs +0 -2
- package/esm2022/core/navbar/index.mjs +0 -2
- package/esm2022/core/navbar/rectangle-item.mjs +0 -40
- package/esm2022/core/option/action-container.mjs +0 -23
- package/esm2022/core/option/action.mjs +0 -107
- package/esm2022/core/option/index.mjs +0 -6
- package/esm2022/core/option/optgroup.mjs +0 -37
- package/esm2022/core/option/option-module.mjs +0 -20
- package/esm2022/core/option/option.mjs +0 -322
- package/esm2022/core/overlay/overlay-position-map.mjs +0 -251
- package/esm2022/core/pop-up/constants.mjs +0 -55
- package/esm2022/core/pop-up/focus-trap-strategy.mjs +0 -6
- package/esm2022/core/pop-up/index.mjs +0 -6
- package/esm2022/core/pop-up/pop-up-styles.mjs +0 -24
- package/esm2022/core/pop-up/pop-up-trigger.mjs +0 -343
- package/esm2022/core/pop-up/pop-up.mjs +0 -152
- package/esm2022/core/public-api.mjs +0 -24
- package/esm2022/core/select/common.mjs +0 -203
- package/esm2022/core/select/constants.mjs +0 -25
- package/esm2022/core/select/errors.mjs +0 -26
- package/esm2022/core/select/events.mjs +0 -2
- package/esm2022/core/select/index.mjs +0 -5
- package/esm2022/core/selection/constants.mjs +0 -6
- package/esm2022/core/selection/index.mjs +0 -4
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +0 -43
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +0 -18
- package/esm2022/core/services/measure-scrollbar.service.mjs +0 -42
- package/esm2022/core/services/theme.service.mjs +0 -80
- package/esm2022/core/title/index.mjs +0 -2
- package/esm2022/core/title/title-text-ref.mjs +0 -3
- package/esm2022/core/tokens/index.mjs +0 -2
- package/esm2022/core/tokens/window.mjs +0 -19
- package/esm2022/core/utils/dom.mjs +0 -8
- package/esm2022/core/utils/index.mjs +0 -3
- package/esm2022/core/utils/public-api.mjs +0 -2
- package/esm2022/core/utils/utils.mjs +0 -31
- package/esm2022/core/validation/index.mjs +0 -2
- package/esm2022/core/validation/validation.mjs +0 -27
- package/esm2022/core/version.mjs +0 -3
- package/esm2022/datepicker/calendar-body.component.mjs +0 -87
- package/esm2022/datepicker/calendar-header.component.mjs +0 -164
- package/esm2022/datepicker/calendar.component.mjs +0 -185
- package/esm2022/datepicker/datepicker-animations.mjs +0 -32
- package/esm2022/datepicker/datepicker-errors.mjs +0 -6
- package/esm2022/datepicker/datepicker-input.directive.mjs +0 -1119
- package/esm2022/datepicker/datepicker-intl.mjs +0 -40
- package/esm2022/datepicker/datepicker-module.mjs +0 -103
- package/esm2022/datepicker/datepicker-toggle.component.mjs +0 -170
- package/esm2022/datepicker/datepicker.component.mjs +0 -388
- package/esm2022/datepicker/index.mjs +0 -2
- package/esm2022/datepicker/koobiq-components-datepicker.mjs +0 -5
- package/esm2022/datepicker/month-view.component.mjs +0 -148
- package/esm2022/datepicker/public-api.mjs +0 -11
- package/esm2022/divider/divider.component.mjs +0 -49
- package/esm2022/divider/divider.module.mjs +0 -18
- package/esm2022/divider/index.mjs +0 -2
- package/esm2022/divider/koobiq-components-divider.mjs +0 -5
- package/esm2022/divider/public-api.mjs +0 -3
- package/esm2022/dl/dl.component.mjs +0 -81
- package/esm2022/dl/dl.module.mjs +0 -36
- package/esm2022/dl/index.mjs +0 -2
- package/esm2022/dl/koobiq-components-dl.mjs +0 -5
- package/esm2022/dl/public-api.mjs +0 -3
- package/esm2022/dropdown/dropdown-animations.mjs +0 -41
- package/esm2022/dropdown/dropdown-content.directive.mjs +0 -61
- package/esm2022/dropdown/dropdown-errors.mjs +0 -29
- package/esm2022/dropdown/dropdown-item.component.mjs +0 -150
- package/esm2022/dropdown/dropdown-trigger.directive.mjs +0 -513
- package/esm2022/dropdown/dropdown.component.mjs +0 -293
- package/esm2022/dropdown/dropdown.module.mjs +0 -51
- package/esm2022/dropdown/dropdown.types.mjs +0 -23
- package/esm2022/dropdown/index.mjs +0 -2
- package/esm2022/dropdown/koobiq-components-dropdown.mjs +0 -5
- package/esm2022/dropdown/public-api.mjs +0 -9
- package/esm2022/dynamic-translation/dynamic-translation.mjs +0 -175
- package/esm2022/dynamic-translation/index.mjs +0 -3
- package/esm2022/dynamic-translation/koobiq-components-dynamic-translation.mjs +0 -5
- package/esm2022/dynamic-translation/module.mjs +0 -25
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +0 -120
- package/esm2022/ellipsis-center/index.mjs +0 -2
- package/esm2022/ellipsis-center/koobiq-components-ellipsis-center.mjs +0 -5
- package/esm2022/ellipsis-center/public-api.mjs +0 -2
- package/esm2022/empty-state/empty-state.component.mjs +0 -109
- package/esm2022/empty-state/empty-state.module.mjs +0 -44
- package/esm2022/empty-state/index.mjs +0 -2
- package/esm2022/empty-state/koobiq-components-empty-state.mjs +0 -5
- package/esm2022/empty-state/public-api.mjs +0 -3
- package/esm2022/file-upload/file-drop.mjs +0 -87
- package/esm2022/file-upload/file-upload.mjs +0 -71
- package/esm2022/file-upload/file-upload.module.mjs +0 -79
- package/esm2022/file-upload/index.mjs +0 -2
- package/esm2022/file-upload/koobiq-components-file-upload.mjs +0 -5
- package/esm2022/file-upload/multiple-file-upload.component.mjs +0 -306
- package/esm2022/file-upload/public-api.mjs +0 -6
- package/esm2022/file-upload/single-file-upload.component.mjs +0 -257
- package/esm2022/filter-bar/filter-bar-button.mjs +0 -31
- package/esm2022/filter-bar/filter-bar.mjs +0 -213
- package/esm2022/filter-bar/filter-bar.module.mjs +0 -67
- package/esm2022/filter-bar/filter-bar.types.mjs +0 -72
- package/esm2022/filter-bar/filter-refresher.mjs +0 -34
- package/esm2022/filter-bar/filter-reset.mjs +0 -49
- package/esm2022/filter-bar/filter-search.mjs +0 -173
- package/esm2022/filter-bar/filters.mjs +0 -266
- package/esm2022/filter-bar/index.mjs +0 -2
- package/esm2022/filter-bar/koobiq-components-filter-bar.mjs +0 -5
- package/esm2022/filter-bar/pipe-add.mjs +0 -140
- package/esm2022/filter-bar/pipe.directive.mjs +0 -37
- package/esm2022/filter-bar/pipes/base-pipe.mjs +0 -146
- package/esm2022/filter-bar/pipes/pipe-button.mjs +0 -72
- package/esm2022/filter-bar/pipes/pipe-date.mjs +0 -206
- package/esm2022/filter-bar/pipes/pipe-datetime.mjs +0 -208
- package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +0 -188
- package/esm2022/filter-bar/pipes/pipe-multi-tree-select.mjs +0 -260
- package/esm2022/filter-bar/pipes/pipe-readonly.mjs +0 -68
- package/esm2022/filter-bar/pipes/pipe-select.mjs +0 -101
- package/esm2022/filter-bar/pipes/pipe-state.mjs +0 -53
- package/esm2022/filter-bar/pipes/pipe-text.mjs +0 -104
- package/esm2022/filter-bar/pipes/pipe-title.mjs +0 -102
- package/esm2022/filter-bar/pipes/pipe-tree-select.mjs +0 -142
- package/esm2022/filter-bar/public-api.mjs +0 -22
- package/esm2022/form-field/cleaner.mjs +0 -28
- package/esm2022/form-field/error.mjs +0 -20
- package/esm2022/form-field/fieldset.mjs +0 -84
- package/esm2022/form-field/form-field-control.mjs +0 -4
- package/esm2022/form-field/form-field.mjs +0 -447
- package/esm2022/form-field/form-field.module.mjs +0 -87
- package/esm2022/form-field/hint.mjs +0 -36
- package/esm2022/form-field/index.mjs +0 -2
- package/esm2022/form-field/koobiq-components-form-field.mjs +0 -5
- package/esm2022/form-field/label.mjs +0 -19
- package/esm2022/form-field/password-hint.mjs +0 -165
- package/esm2022/form-field/password-toggle.mjs +0 -129
- package/esm2022/form-field/prefix.mjs +0 -19
- package/esm2022/form-field/public-api.mjs +0 -16
- package/esm2022/form-field/reactive-password-hint.mjs +0 -66
- package/esm2022/form-field/stepper.mjs +0 -144
- package/esm2022/form-field/suffix.mjs +0 -18
- package/esm2022/form-field/validate.directive.mjs +0 -190
- package/esm2022/icon/icon-button.component.mjs +0 -64
- package/esm2022/icon/icon-item.component.mjs +0 -31
- package/esm2022/icon/icon.component.mjs +0 -56
- package/esm2022/icon/icon.module.mjs +0 -27
- package/esm2022/icon/index.mjs +0 -2
- package/esm2022/icon/koobiq-components-icon.mjs +0 -5
- package/esm2022/icon/public-api.mjs +0 -5
- package/esm2022/index.mjs +0 -2
- package/esm2022/inline-edit/index.mjs +0 -3
- package/esm2022/inline-edit/inline-edit.mjs +0 -382
- package/esm2022/inline-edit/koobiq-components-inline-edit.mjs +0 -5
- package/esm2022/inline-edit/module.mjs +0 -25
- package/esm2022/input/index.mjs +0 -2
- package/esm2022/input/input-errors.mjs +0 -4
- package/esm2022/input/input-number-validators.mjs +0 -88
- package/esm2022/input/input-number.mjs +0 -386
- package/esm2022/input/input-password.mjs +0 -253
- package/esm2022/input/input-value-accessor.mjs +0 -3
- package/esm2022/input/input.mjs +0 -299
- package/esm2022/input/input.module.mjs +0 -58
- package/esm2022/input/koobiq-components-input.mjs +0 -5
- package/esm2022/input/public-api.mjs +0 -7
- package/esm2022/koobiq-components.mjs +0 -5
- package/esm2022/link/index.mjs +0 -2
- package/esm2022/link/koobiq-components-link.mjs +0 -5
- package/esm2022/link/link.component.mjs +0 -143
- package/esm2022/link/link.module.mjs +0 -20
- package/esm2022/link/public-api.mjs +0 -3
- package/esm2022/list/index.mjs +0 -2
- package/esm2022/list/koobiq-components-list.mjs +0 -5
- package/esm2022/list/list-selection.component.mjs +0 -745
- package/esm2022/list/list.component.mjs +0 -43
- package/esm2022/list/list.module.mjs +0 -60
- package/esm2022/list/public-api.mjs +0 -4
- package/esm2022/loader-overlay/index.mjs +0 -2
- package/esm2022/loader-overlay/koobiq-components-loader-overlay.mjs +0 -5
- package/esm2022/loader-overlay/loader-overlay.component.mjs +0 -110
- package/esm2022/loader-overlay/loader-overlay.module.mjs +0 -44
- package/esm2022/loader-overlay/public-api.mjs +0 -3
- package/esm2022/markdown/index.mjs +0 -2
- package/esm2022/markdown/koobiq-components-markdown.mjs +0 -5
- package/esm2022/markdown/markdown.component.mjs +0 -67
- package/esm2022/markdown/markdown.module.mjs +0 -21
- package/esm2022/markdown/markdown.service.mjs +0 -36
- package/esm2022/markdown/markdown.values.mjs +0 -35
- package/esm2022/markdown/public-api.mjs +0 -5
- package/esm2022/modal/css-unit.pipe.mjs +0 -17
- package/esm2022/modal/index.mjs +0 -2
- package/esm2022/modal/koobiq-components-modal.mjs +0 -5
- package/esm2022/modal/modal-control.service.mjs +0 -89
- package/esm2022/modal/modal-ref.class.mjs +0 -7
- package/esm2022/modal/modal-util.mjs +0 -22
- package/esm2022/modal/modal.component.mjs +0 -540
- package/esm2022/modal/modal.directive.mjs +0 -94
- package/esm2022/modal/modal.module.mjs +0 -78
- package/esm2022/modal/modal.service.mjs +0 -135
- package/esm2022/modal/modal.type.mjs +0 -7
- package/esm2022/modal/public-api.mjs +0 -7
- package/esm2022/navbar/index.mjs +0 -2
- package/esm2022/navbar/koobiq-components-navbar.mjs +0 -5
- package/esm2022/navbar/navbar-brand.component.mjs +0 -105
- package/esm2022/navbar/navbar-item.component.mjs +0 -428
- package/esm2022/navbar/navbar-toggle.component.mjs +0 -88
- package/esm2022/navbar/navbar.component.mjs +0 -251
- package/esm2022/navbar/navbar.module.mjs +0 -84
- package/esm2022/navbar/public-api.mjs +0 -7
- package/esm2022/navbar/vertical-navbar.component.mjs +0 -128
- package/esm2022/navbar-ic/index.mjs +0 -2
- package/esm2022/navbar-ic/koobiq-components-navbar-ic.mjs +0 -5
- package/esm2022/navbar-ic/navbar-ic-header.mjs +0 -74
- package/esm2022/navbar-ic/navbar-ic-item.mjs +0 -390
- package/esm2022/navbar-ic/navbar-ic.animation.mjs +0 -17
- package/esm2022/navbar-ic/navbar-ic.mjs +0 -310
- package/esm2022/navbar-ic/navbar-ic.module.mjs +0 -74
- package/esm2022/navbar-ic/public-api.mjs +0 -5
- package/esm2022/notification-center/index.mjs +0 -2
- package/esm2022/notification-center/koobiq-components-notification-center.mjs +0 -5
- package/esm2022/notification-center/notification-center-animations.mjs +0 -18
- package/esm2022/notification-center/notification-center.mjs +0 -329
- package/esm2022/notification-center/notification-center.module.mjs +0 -38
- package/esm2022/notification-center/notification-center.service.mjs +0 -127
- package/esm2022/notification-center/notification-item.mjs +0 -70
- package/esm2022/notification-center/public-api.mjs +0 -5
- package/esm2022/overflow-items/index.mjs +0 -3
- package/esm2022/overflow-items/koobiq-components-overflow-items.mjs +0 -5
- package/esm2022/overflow-items/module.mjs +0 -25
- package/esm2022/overflow-items/overflow-items.mjs +0 -290
- package/esm2022/popover/index.mjs +0 -2
- package/esm2022/popover/koobiq-components-popover.mjs +0 -5
- package/esm2022/popover/popover-animations.mjs +0 -16
- package/esm2022/popover/popover-confirm.component.mjs +0 -97
- package/esm2022/popover/popover.component.mjs +0 -410
- package/esm2022/popover/popover.module.mjs +0 -67
- package/esm2022/popover/public-api.mjs +0 -5
- package/esm2022/progress-bar/index.mjs +0 -2
- package/esm2022/progress-bar/koobiq-components-progress-bar.mjs +0 -5
- package/esm2022/progress-bar/progress-bar.component.mjs +0 -62
- package/esm2022/progress-bar/progress-bar.module.mjs +0 -32
- package/esm2022/progress-bar/public-api.mjs +0 -3
- package/esm2022/progress-spinner/index.mjs +0 -2
- package/esm2022/progress-spinner/koobiq-components-progress-spinner.mjs +0 -5
- package/esm2022/progress-spinner/progress-spinner.component.mjs +0 -78
- package/esm2022/progress-spinner/progress-spinner.module.mjs +0 -35
- package/esm2022/progress-spinner/public-api.mjs +0 -3
- package/esm2022/public-api.mjs +0 -2
- package/esm2022/radio/index.mjs +0 -2
- package/esm2022/radio/koobiq-components-radio.mjs +0 -5
- package/esm2022/radio/public-api.mjs +0 -3
- package/esm2022/radio/radio.component.mjs +0 -451
- package/esm2022/radio/radio.module.mjs +0 -18
- package/esm2022/resizer/index.mjs +0 -3
- package/esm2022/resizer/koobiq-components-resizer.mjs +0 -5
- package/esm2022/resizer/module.mjs +0 -17
- package/esm2022/resizer/resizer.mjs +0 -135
- package/esm2022/risk-level/index.mjs +0 -2
- package/esm2022/risk-level/koobiq-components-risk-level.mjs +0 -5
- package/esm2022/risk-level/public-api.mjs +0 -3
- package/esm2022/risk-level/risk-level.component.mjs +0 -40
- package/esm2022/risk-level/risk-level.module.mjs +0 -24
- package/esm2022/scrollbar/index.mjs +0 -2
- package/esm2022/scrollbar/koobiq-components-scrollbar.mjs +0 -5
- package/esm2022/scrollbar/public-api.mjs +0 -5
- package/esm2022/scrollbar/scrollbar.component.mjs +0 -133
- package/esm2022/scrollbar/scrollbar.directive.mjs +0 -105
- package/esm2022/scrollbar/scrollbar.module.mjs +0 -25
- package/esm2022/scrollbar/scrollbar.types.mjs +0 -14
- package/esm2022/search-expandable/index.mjs +0 -2
- package/esm2022/search-expandable/koobiq-components-search-expandable.mjs +0 -5
- package/esm2022/search-expandable/public-api.mjs +0 -3
- package/esm2022/search-expandable/search-expandable.mjs +0 -177
- package/esm2022/search-expandable/search-expandable.module.mjs +0 -18
- package/esm2022/select/index.mjs +0 -2
- package/esm2022/select/koobiq-components-select.mjs +0 -5
- package/esm2022/select/public-api.mjs +0 -4
- package/esm2022/select/select-option.directive.mjs +0 -69
- package/esm2022/select/select.component.mjs +0 -1154
- package/esm2022/select/select.module.mjs +0 -81
- package/esm2022/sidebar/index.mjs +0 -2
- package/esm2022/sidebar/koobiq-components-sidebar.mjs +0 -5
- package/esm2022/sidebar/public-api.mjs +0 -3
- package/esm2022/sidebar/sidebar-animations.mjs +0 -23
- package/esm2022/sidebar/sidebar.component.mjs +0 -169
- package/esm2022/sidebar/sidebar.module.mjs +0 -30
- package/esm2022/sidepanel/index.mjs +0 -2
- package/esm2022/sidepanel/koobiq-components-sidepanel.mjs +0 -5
- package/esm2022/sidepanel/public-api.mjs +0 -7
- package/esm2022/sidepanel/sidepanel-animations.mjs +0 -29
- package/esm2022/sidepanel/sidepanel-config.mjs +0 -33
- package/esm2022/sidepanel/sidepanel-container.component.mjs +0 -126
- package/esm2022/sidepanel/sidepanel-directives.mjs +0 -168
- package/esm2022/sidepanel/sidepanel-ref.mjs +0 -60
- package/esm2022/sidepanel/sidepanel.module.mjs +0 -73
- package/esm2022/sidepanel/sidepanel.service.mjs +0 -167
- package/esm2022/split-button/index.mjs +0 -2
- package/esm2022/split-button/koobiq-components-split-button.mjs +0 -5
- package/esm2022/split-button/public-api.mjs +0 -3
- package/esm2022/split-button/split-button.mjs +0 -133
- package/esm2022/split-button/split-button.module.mjs +0 -18
- package/esm2022/splitter/index.mjs +0 -2
- package/esm2022/splitter/koobiq-components-splitter.mjs +0 -5
- package/esm2022/splitter/public-api.mjs +0 -3
- package/esm2022/splitter/splitter.component.mjs +0 -492
- package/esm2022/splitter/splitter.module.mjs +0 -34
- package/esm2022/table/index.mjs +0 -2
- package/esm2022/table/koobiq-components-table.mjs +0 -5
- package/esm2022/table/public-api.mjs +0 -3
- package/esm2022/table/table.component.mjs +0 -36
- package/esm2022/table/table.module.mjs +0 -32
- package/esm2022/tabs/index.mjs +0 -2
- package/esm2022/tabs/koobiq-components-tabs.mjs +0 -5
- package/esm2022/tabs/paginated-tab-header.mjs +0 -490
- package/esm2022/tabs/public-api.mjs +0 -11
- package/esm2022/tabs/tab-body.component.mjs +0 -178
- package/esm2022/tabs/tab-content.directive.mjs +0 -15
- package/esm2022/tabs/tab-group.component.mjs +0 -384
- package/esm2022/tabs/tab-header.component.mjs +0 -60
- package/esm2022/tabs/tab-label-wrapper.directive.mjs +0 -86
- package/esm2022/tabs/tab-label.directive.mjs +0 -17
- package/esm2022/tabs/tab-nav-bar.mjs +0 -292
- package/esm2022/tabs/tab.component.mjs +0 -145
- package/esm2022/tabs/tabs-animations.mjs +0 -24
- package/esm2022/tabs/tabs.module.mjs +0 -95
- package/esm2022/tags/index.mjs +0 -2
- package/esm2022/tags/koobiq-components-tags.mjs +0 -5
- package/esm2022/tags/public-api.mjs +0 -6
- package/esm2022/tags/tag-default-options.mjs +0 -4
- package/esm2022/tags/tag-input.mjs +0 -281
- package/esm2022/tags/tag-list.component.mjs +0 -765
- package/esm2022/tags/tag-text-control.mjs +0 -2
- package/esm2022/tags/tag.component.mjs +0 -647
- package/esm2022/tags/tag.module.mjs +0 -67
- package/esm2022/textarea/index.mjs +0 -2
- package/esm2022/textarea/koobiq-components-textarea.mjs +0 -5
- package/esm2022/textarea/public-api.mjs +0 -3
- package/esm2022/textarea/textarea.component.mjs +0 -300
- package/esm2022/textarea/textarea.module.mjs +0 -20
- package/esm2022/time-range/constants.mjs +0 -42
- package/esm2022/time-range/index.mjs +0 -8
- package/esm2022/time-range/koobiq-components-time-range.mjs +0 -5
- package/esm2022/time-range/module.mjs +0 -36
- package/esm2022/time-range/time-range-editor.mjs +0 -224
- package/esm2022/time-range/time-range-title-as-form-field.mjs +0 -60
- package/esm2022/time-range/time-range-title.mjs +0 -112
- package/esm2022/time-range/time-range.mjs +0 -234
- package/esm2022/time-range/time-range.service.mjs +0 -126
- package/esm2022/time-range/types.mjs +0 -2
- package/esm2022/timepicker/index.mjs +0 -2
- package/esm2022/timepicker/koobiq-components-timepicker.mjs +0 -5
- package/esm2022/timepicker/public-api.mjs +0 -4
- package/esm2022/timepicker/timepicker.constants.mjs +0 -29
- package/esm2022/timepicker/timepicker.directive.mjs +0 -686
- package/esm2022/timepicker/timepicker.module.mjs +0 -29
- package/esm2022/timezone/cities-by-filter.pipe.mjs +0 -17
- package/esm2022/timezone/index.mjs +0 -2
- package/esm2022/timezone/koobiq-components-timezone.mjs +0 -5
- package/esm2022/timezone/public-api.mjs +0 -7
- package/esm2022/timezone/timezone-option.component.mjs +0 -50
- package/esm2022/timezone/timezone-option.directive.mjs +0 -54
- package/esm2022/timezone/timezone-select.component.mjs +0 -55
- package/esm2022/timezone/timezone.models.mjs +0 -2
- package/esm2022/timezone/timezone.module.mjs +0 -82
- package/esm2022/timezone/timezone.utils.mjs +0 -80
- package/esm2022/timezone/utc-offset.pipe.mjs +0 -17
- package/esm2022/title/index.mjs +0 -2
- package/esm2022/title/koobiq-components-title.mjs +0 -5
- package/esm2022/title/public-api.mjs +0 -3
- package/esm2022/title/title.directive.mjs +0 -108
- package/esm2022/title/title.module.mjs +0 -18
- package/esm2022/toast/index.mjs +0 -2
- package/esm2022/toast/koobiq-components-toast.mjs +0 -5
- package/esm2022/toast/public-api.mjs +0 -6
- package/esm2022/toast/toast-animations.mjs +0 -10
- package/esm2022/toast/toast-container.component.mjs +0 -57
- package/esm2022/toast/toast.component.mjs +0 -125
- package/esm2022/toast/toast.module.mjs +0 -26
- package/esm2022/toast/toast.service.mjs +0 -197
- package/esm2022/toast/toast.type.mjs +0 -39
- package/esm2022/toggle/index.mjs +0 -2
- package/esm2022/toggle/koobiq-components-toggle.mjs +0 -5
- package/esm2022/toggle/public-api.mjs +0 -3
- package/esm2022/toggle/toggle.component.mjs +0 -254
- package/esm2022/toggle/toggle.module.mjs +0 -18
- package/esm2022/tooltip/index.mjs +0 -2
- package/esm2022/tooltip/koobiq-components-tooltip.mjs +0 -5
- package/esm2022/tooltip/public-api.mjs +0 -3
- package/esm2022/tooltip/tooltip.animations.mjs +0 -19
- package/esm2022/tooltip/tooltip.component.mjs +0 -400
- package/esm2022/tooltip/tooltip.module.mjs +0 -35
- package/esm2022/top-bar/index.mjs +0 -2
- package/esm2022/top-bar/koobiq-components-top-bar.mjs +0 -5
- package/esm2022/top-bar/module.mjs +0 -25
- package/esm2022/top-bar/public-api.mjs +0 -3
- package/esm2022/top-bar/top-bar.mjs +0 -74
- package/esm2022/tree/control/base-tree-control.mjs +0 -59
- package/esm2022/tree/control/flat-tree-control.filters.mjs +0 -52
- package/esm2022/tree/control/flat-tree-control.mjs +0 -109
- package/esm2022/tree/control/nested-tree-control.mjs +0 -40
- package/esm2022/tree/control/tree-control.mjs +0 -2
- package/esm2022/tree/data-source/flat-data-source.mjs +0 -157
- package/esm2022/tree/data-source/nested-data-source.mjs +0 -28
- package/esm2022/tree/index.mjs +0 -2
- package/esm2022/tree/koobiq-components-tree.mjs +0 -5
- package/esm2022/tree/node.mjs +0 -31
- package/esm2022/tree/outlet.mjs +0 -15
- package/esm2022/tree/padding.directive.mjs +0 -108
- package/esm2022/tree/public-api.mjs +0 -17
- package/esm2022/tree/toggle.mjs +0 -93
- package/esm2022/tree/tree-base.mjs +0 -236
- package/esm2022/tree/tree-errors.mjs +0 -36
- package/esm2022/tree/tree-option.component.mjs +0 -303
- package/esm2022/tree/tree-selection.component.mjs +0 -568
- package/esm2022/tree/tree.mjs +0 -19
- package/esm2022/tree/tree.module.mjs +0 -64
- package/esm2022/tree-select/index.mjs +0 -2
- package/esm2022/tree-select/koobiq-components-tree-select.mjs +0 -5
- package/esm2022/tree-select/public-api.mjs +0 -3
- package/esm2022/tree-select/tree-select.component.mjs +0 -1034
- package/esm2022/tree-select/tree-select.module.mjs +0 -71
- package/esm2022/username/constants.mjs +0 -25
- package/esm2022/username/index.mjs +0 -6
- package/esm2022/username/koobiq-components-username.mjs +0 -5
- package/esm2022/username/module.mjs +0 -35
- package/esm2022/username/types.mjs +0 -32
- package/esm2022/username/username.mjs +0 -129
- package/esm2022/username/username.pipe.mjs +0 -92
|
@@ -0,0 +1,4570 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"replace": "mc-3-columns_32",
|
|
4
|
+
"replaceWith": "kbq-3-columns_32"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"replace": "mc-add-to-list_16",
|
|
8
|
+
"replaceWith": "kbq-file-plus-o_16"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"replace": "mc-alert-disabled_16",
|
|
12
|
+
"replaceWith": "kbq-speaker_16"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"replace": "mc-alert-enabled_16",
|
|
16
|
+
"replaceWith": "kbq-speaker-wave_16"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"replace": "mc-align-center_16",
|
|
20
|
+
"replaceWith": "kbq-align-center_16"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"replace": "mc-align-left_16",
|
|
24
|
+
"replaceWith": "kbq-align-left_16"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"replace": "mc-align-right_16",
|
|
28
|
+
"replaceWith": "kbq-align-right_16"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"replace": "mc-android_24",
|
|
32
|
+
"replaceWith": "kbq-android_24"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"replace": "mc-angle-down-L_16",
|
|
36
|
+
"replaceWith": "kbq-chevron-down_16"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"replace": "mc-angle-down-L_24",
|
|
40
|
+
"replaceWith": "kbq-chevron-down_24"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"replace": "mc-angle-down-M_16",
|
|
44
|
+
"replaceWith": "kbq-chevron-down_16"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"replace": "mc-angle-down-M_24",
|
|
48
|
+
"replaceWith": "kbq-chevron-down_24"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"replace": "mc-angle-down-M_32",
|
|
52
|
+
"replaceWith": "kbq-chevron-down_32"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"replace": "mc-angle-down-S_16",
|
|
56
|
+
"replaceWith": "kbq-chevron-down-s_16"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"replace": "mc-angle-left-L_16",
|
|
60
|
+
"replaceWith": "kbq-chevron-left_16"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"replace": "mc-angle-left-L_24",
|
|
64
|
+
"replaceWith": "kbq-chevron-left_24"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"replace": "mc-angle-left-M_16",
|
|
68
|
+
"replaceWith": "kbq-chevron-left_16"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"replace": "mc-angle-left-M_24",
|
|
72
|
+
"replaceWith": "kbq-chevron-left_24"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"replace": "mc-angle-left-M_32",
|
|
76
|
+
"replaceWith": "kbq-chevron-left_32"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"replace": "mc-angle-left-S_16",
|
|
80
|
+
"replaceWith": "kbq-chevron-left-s_16"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"replace": "mc-angle-right-L_16",
|
|
84
|
+
"replaceWith": "kbq-chevron-right_16"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"replace": "mc-angle-right-L_24",
|
|
88
|
+
"replaceWith": "kbq-chevron-right_24"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"replace": "mc-angle-right-M_16",
|
|
92
|
+
"replaceWith": "kbq-chevron-right_16"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"replace": "mc-angle-right-M_24",
|
|
96
|
+
"replaceWith": "kbq-chevron-right_24"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"replace": "mc-angle-right-M_32",
|
|
100
|
+
"replaceWith": "kbq-chevron-right_32"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"replace": "mc-angle-right-S_16",
|
|
104
|
+
"replaceWith": "kbq-chevron-right-s_16"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"replace": "mc-angle-up-L_16",
|
|
108
|
+
"replaceWith": "kbq-chevron-up_16"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"replace": "mc-angle-up-L_24",
|
|
112
|
+
"replaceWith": "kbq-chevron-up_24"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"replace": "mc-angle-up-M_16",
|
|
116
|
+
"replaceWith": "kbq-chevron-up_16"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"replace": "mc-angle-up-M_24",
|
|
120
|
+
"replaceWith": "kbq-chevron-up_24"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"replace": "mc-angle-up-M_32",
|
|
124
|
+
"replaceWith": "kbq-chevron-up_32"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"replace": "mc-angle-up-S_16",
|
|
128
|
+
"replaceWith": "kbq-chevron-up-s_16"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"replace": "mc-angle-down-l_16",
|
|
132
|
+
"replaceWith": "kbq-chevron-down_16"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"replace": "mc-angle-down-l_24",
|
|
136
|
+
"replaceWith": "kbq-chevron-down_24"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"replace": "mc-angle-down-m_16",
|
|
140
|
+
"replaceWith": "kbq-chevron-down_16"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"replace": "mc-angle-down-m_24",
|
|
144
|
+
"replaceWith": "kbq-chevron-down_24"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"replace": "mc-angle-down-m_32",
|
|
148
|
+
"replaceWith": "kbq-chevron-down_32"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"replace": "mc-angle-down-s_16",
|
|
152
|
+
"replaceWith": "kbq-chevron-down-s_16"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"replace": "mc-angle-left-l_16",
|
|
156
|
+
"replaceWith": "kbq-chevron-left_16"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"replace": "mc-angle-left-l_24",
|
|
160
|
+
"replaceWith": "kbq-chevron-left_24"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"replace": "mc-angle-left-m_16",
|
|
164
|
+
"replaceWith": "kbq-chevron-left_16"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"replace": "mc-angle-left-m_24",
|
|
168
|
+
"replaceWith": "kbq-chevron-left_24"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"replace": "mc-angle-left-m_32",
|
|
172
|
+
"replaceWith": "kbq-chevron-left_32"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"replace": "mc-angle-left-s_16",
|
|
176
|
+
"replaceWith": "kbq-chevron-left-s_16"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"replace": "mc-angle-right-l_16",
|
|
180
|
+
"replaceWith": "kbq-chevron-right_16"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"replace": "mc-angle-right-l_24",
|
|
184
|
+
"replaceWith": "kbq-chevron-right_24"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"replace": "mc-angle-right-m_16",
|
|
188
|
+
"replaceWith": "kbq-chevron-right_16"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"replace": "mc-angle-right-m_24",
|
|
192
|
+
"replaceWith": "kbq-chevron-right_24"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"replace": "mc-angle-right-m_32",
|
|
196
|
+
"replaceWith": "kbq-chevron-right_32"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"replace": "mc-angle-right-s_16",
|
|
200
|
+
"replaceWith": "kbq-chevron-right-s_16"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"replace": "mc-angle-up-l_16",
|
|
204
|
+
"replaceWith": "kbq-chevron-up_16"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"replace": "mc-angle-up-l_24",
|
|
208
|
+
"replaceWith": "kbq-chevron-up_24"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"replace": "mc-angle-up-m_16",
|
|
212
|
+
"replaceWith": "kbq-chevron-up_16"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"replace": "mc-angle-up-m_24",
|
|
216
|
+
"replaceWith": "kbq-chevron-up_24"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"replace": "mc-angle-up-m_32",
|
|
220
|
+
"replaceWith": "kbq-chevron-up_32"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"replace": "mc-angle-up-s_16",
|
|
224
|
+
"replaceWith": "kbq-chevron-up-s_16"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"replace": "mc-anomaly_16",
|
|
228
|
+
"replaceWith": "kbq-anomaly_16"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"replace": "mc-api_16",
|
|
232
|
+
"replaceWith": "kbq-api_16"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"replace": "mc-api_24",
|
|
236
|
+
"replaceWith": "kbq-api_24"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"replace": "mc-archive_16",
|
|
240
|
+
"replaceWith": "kbq-box-archive_16"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"replace": "mc-arrow-back_16",
|
|
244
|
+
"replaceWith": "kbq-arrow-left_16"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"replace": "mc-arrow-forward_16",
|
|
248
|
+
"replaceWith": "kbq-arrow-right_16"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"replace": "mc-arrow-left-terminal_16",
|
|
252
|
+
"replaceWith": "kbq-arrow-left-to-line_16"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"replace": "mc-arrow-right-terminal_16",
|
|
256
|
+
"replaceWith": "kbq-arrow-right-to-line_16"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"replace": "mc-arrow-small-down_16",
|
|
260
|
+
"replaceWith": "kbq-arrow-down_16"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"replace": "mc-arrow-small-left_16",
|
|
264
|
+
"replaceWith": "kbq-arrow-left_16"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"replace": "mc-arrow-small-right_16",
|
|
268
|
+
"replaceWith": "kbq-arrow-right_16"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"replace": "mc-arrow-small-up_16",
|
|
272
|
+
"replaceWith": "kbq-arrow-up_16"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"replace": "mc-arrow-thin-down_16",
|
|
276
|
+
"replaceWith": "kbq-arrow-thin-down_16"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"replace": "mc-arrow-thin-left_16",
|
|
280
|
+
"replaceWith": "kbq-arrow-thin-left_16"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"replace": "mc-arrow-thin-right_16",
|
|
284
|
+
"replaceWith": "kbq-arrow-thin-right_16"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"replace": "mc-arrow-thin-up_16",
|
|
288
|
+
"replaceWith": "kbq-arrow-thin-up_16"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"replace": "mc-asset-access-point_16",
|
|
292
|
+
"replaceWith": "kbq-signal-stream_16"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"replace": "mc-asset-access-point_24",
|
|
296
|
+
"replaceWith": "kbq-signal-stream_24"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"replace": "mc-asset-account_16",
|
|
300
|
+
"replaceWith": "kbq-user_16"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"replace": "mc-asset-account_24",
|
|
304
|
+
"replaceWith": "kbq-user_24"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"replace": "mc-asset-active-directory_16",
|
|
308
|
+
"replaceWith": "kbq-active-directory_16"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"replace": "mc-asset-active-directory_24",
|
|
312
|
+
"replaceWith": "kbq-active-directory_24"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"replace": "mc-asset-aix_16",
|
|
316
|
+
"replaceWith": "kbq-aix_16"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"replace": "mc-asset-aix_24",
|
|
320
|
+
"replaceWith": "kbq-aix_24"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"replace": "mc-asset-android_16",
|
|
324
|
+
"replaceWith": "kbq-android_16"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"replace": "mc-asset-apple_16",
|
|
328
|
+
"replaceWith": "kbq-apple_16"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"replace": "mc-asset-apple_24",
|
|
332
|
+
"replaceWith": "kbq-apple_24"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"replace": "mc-asset-bsd_16",
|
|
336
|
+
"replaceWith": "kbq-bsd_16"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"replace": "mc-asset-bsd_24",
|
|
340
|
+
"replaceWith": "kbq-bsd_24"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"replace": "mc-asset-cloud_16",
|
|
344
|
+
"replaceWith": "kbq-cloud_16"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"replace": "mc-asset-cloud_24",
|
|
348
|
+
"replaceWith": "kbq-cloud_24"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"replace": "mc-asset-desktop_16",
|
|
352
|
+
"replaceWith": "kbq-desktop_16"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"replace": "mc-asset-desktop_24",
|
|
356
|
+
"replaceWith": "kbq-desktop_24"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"replace": "mc-asset-firewall_16",
|
|
360
|
+
"replaceWith": "kbq-block-brick_16"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"replace": "mc-asset-firewall_24",
|
|
364
|
+
"replaceWith": "kbq-block-brick_24"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"replace": "mc-asset-host-virtual_16",
|
|
368
|
+
"replaceWith": "kbq-question-circle_16"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"replace": "mc-asset-host-virtual_24",
|
|
372
|
+
"replaceWith": "kbq-question-circle_24"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"replace": "mc-asset-hpux_16",
|
|
376
|
+
"replaceWith": "kbq-hpux_16"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"replace": "mc-asset-hpux_24",
|
|
380
|
+
"replaceWith": "kbq-hpux_24"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"replace": "mc-asset-hypervisor_16",
|
|
384
|
+
"replaceWith": "kbq-hypervisor_16"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"replace": "mc-asset-hypervisor_24",
|
|
388
|
+
"replaceWith": "kbq-hypervisor_24"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"replace": "mc-asset-idrac_16",
|
|
392
|
+
"replaceWith": "kbq-idrac_16"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"replace": "mc-asset-idrac_24",
|
|
396
|
+
"replaceWith": "kbq-idrac_24"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"replace": "mc-asset-linux_16",
|
|
400
|
+
"replaceWith": "kbq-linux_16"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"replace": "mc-asset-linux_24",
|
|
404
|
+
"replaceWith": "kbq-linux_24"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"replace": "mc-asset-mobile-device_16",
|
|
408
|
+
"replaceWith": "kbq-mobile_16"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"replace": "mc-asset-multiple_16",
|
|
412
|
+
"replaceWith": "kbq-desktop-multiple_16"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"replace": "mc-asset-multiple_24",
|
|
416
|
+
"replaceWith": "kbq-desktop-multiple_24"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"replace": "mc-asset-network-device_16",
|
|
420
|
+
"replaceWith": "kbq-network-device-dots_16"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"replace": "mc-asset-network-device_24",
|
|
424
|
+
"replaceWith": "kbq-network-device-dots_24"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"replace": "mc-asset-network-dummy_16",
|
|
428
|
+
"replaceWith": "kbq-question-circle_16"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"replace": "mc-asset-network_16",
|
|
432
|
+
"replaceWith": "kbq-cloud_16"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"replace": "mc-asset-network_24",
|
|
436
|
+
"replaceWith": "kbq-cloud-o_24"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"replace": "mc-asset-node_16",
|
|
440
|
+
"replaceWith": "kbq-question-circle_16"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"replace": "mc-asset-node_24",
|
|
444
|
+
"replaceWith": "kbq-question-circle_24"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"replace": "mc-asset-other-2_24",
|
|
448
|
+
"replaceWith": "kbq-question-circle_24"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"replace": "mc-asset-other_16",
|
|
452
|
+
"replaceWith": "kbq-question-circle_16"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"replace": "mc-asset-other_24",
|
|
456
|
+
"replaceWith": "kbq-question-circle_24"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"replace": "mc-asset-printer_16",
|
|
460
|
+
"replaceWith": "kbq-printer_16"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"replace": "mc-asset-printer_24",
|
|
464
|
+
"replaceWith": "kbq-printer_24"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"replace": "mc-asset-router_16",
|
|
468
|
+
"replaceWith": "kbq-router_16"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"replace": "mc-asset-router_24",
|
|
472
|
+
"replaceWith": "kbq-router_24"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"replace": "mc-asset-sap_16",
|
|
476
|
+
"replaceWith": "kbq-sap_16"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"replace": "mc-asset-sap_24",
|
|
480
|
+
"replaceWith": "kbq-sap_24"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"replace": "mc-asset-server_16",
|
|
484
|
+
"replaceWith": "kbq-server_16"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"replace": "mc-asset-server_24",
|
|
488
|
+
"replaceWith": "kbq-server_24"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"replace": "mc-asset-switch_16",
|
|
492
|
+
"replaceWith": "kbq-arrows-left-right-rectangle-horizontal-o_16"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"replace": "mc-asset-switch_24",
|
|
496
|
+
"replaceWith": "kbq-arrows-left-right-rectangle-horizontal-o_24"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"replace": "mc-asset-website_16",
|
|
500
|
+
"replaceWith": "kbq-globe_16"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"replace": "mc-asset-website_24",
|
|
504
|
+
"replaceWith": "kbq-globe_24"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"replace": "mc-asset-windows_16",
|
|
508
|
+
"replaceWith": "kbq-windows_16"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"replace": "mc-asset-windows_24",
|
|
512
|
+
"replaceWith": "kbq-windows_24"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"replace": "mc-backward_16",
|
|
516
|
+
"replaceWith": "kbq-backward_16"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"replace": "mc-band-aid_16",
|
|
520
|
+
"replaceWith": "kbq-band-aid_16"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"replace": "mc-bell-o_16",
|
|
524
|
+
"replaceWith": "kbq-bell_16"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"replace": "mc-bell-o_24",
|
|
528
|
+
"replaceWith": "kbq-bell_24"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"replace": "mc-bell-off-o_16",
|
|
532
|
+
"replaceWith": "kbq-bell-slash_16"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"replace": "mc-bell-off-o_24",
|
|
536
|
+
"replaceWith": "kbq-bell-slash_24"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"replace": "mc-bell_16",
|
|
540
|
+
"replaceWith": "kbq-bell_16"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"replace": "mc-bell_32",
|
|
544
|
+
"replaceWith": "kbq-bell_32"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"replace": "mc-bento_16",
|
|
548
|
+
"replaceWith": "kbq-bento-menu_16"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"replace": "mc-bento_24",
|
|
552
|
+
"replaceWith": "kbq-bento-menu_24"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"replace": "mc-bento_32",
|
|
556
|
+
"replaceWith": "kbq-bento-menu_32"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"replace": "mc-binoculars_16",
|
|
560
|
+
"replaceWith": "kbq-binoculars_16"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"replace": "mc-blackbox-o_24",
|
|
564
|
+
"replaceWith": "kbq-server_24"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"replace": "mc-blackbox_24",
|
|
568
|
+
"replaceWith": "kbq-server_24"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"replace": "mc-blacklist_16",
|
|
572
|
+
"replaceWith": "kbq-file-badge-ban-o_16"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"replace": "mc-blacklist_24",
|
|
576
|
+
"replaceWith": "kbq-file-badge-ban-o_24"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"replace": "mc-bolt_16",
|
|
580
|
+
"replaceWith": "kbq-bolt_16"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"replace": "mc-bolt_32",
|
|
584
|
+
"replaceWith": "kbq-bolt-o_32"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"replace": "mc-book-o_24",
|
|
588
|
+
"replaceWith": "kbq-book-multiple-o_24"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"replace": "mc-book-open_16",
|
|
592
|
+
"replaceWith": "kbq-book-open_16"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"replace": "mc-book-open_24",
|
|
596
|
+
"replaceWith": "kbq-book-open_24"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"replace": "mc-book_24",
|
|
600
|
+
"replaceWith": "kbq-book-multiple_24"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"replace": "mc-border-network_16",
|
|
604
|
+
"replaceWith": "kbq-cloud-badge-globe-o_16"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"replace": "mc-border-network_24",
|
|
608
|
+
"replaceWith": "kbq-cloud-badge-globe-o_24"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"replace": "mc-box-closed_16",
|
|
612
|
+
"replaceWith": "kbq-box_16"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"replace": "mc-box-open_16",
|
|
616
|
+
"replaceWith": "kbq-box-open_16"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"replace": "mc-branch-o_24",
|
|
620
|
+
"replaceWith": "kbq-branch_24"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"replace": "mc-branch_16",
|
|
624
|
+
"replaceWith": "kbq-branch_16"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"replace": "mc-branch_24",
|
|
628
|
+
"replaceWith": "kbq-branch_24"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"replace": "mc-break-block_16",
|
|
632
|
+
"replaceWith": "kbq-break-block_16"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"replace": "mc-bug_16",
|
|
636
|
+
"replaceWith": "kbq-bug_16"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"replace": "mc-build-config_16",
|
|
640
|
+
"replaceWith": "kbq-wrench-badge-play_16"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"replace": "mc-build-set_16",
|
|
644
|
+
"replaceWith": "kbq-build-set_16"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"replace": "mc-building_16",
|
|
648
|
+
"replaceWith": "kbq-building_16"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"replace": "mc-calendar-stopped_16",
|
|
652
|
+
"replaceWith": "kbq-calendar-xmark-o_16"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"replace": "mc-calendar_16",
|
|
656
|
+
"replaceWith": "kbq-calendar-o_16"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"replace": "mc-channel_16",
|
|
660
|
+
"replaceWith": "kbq-channel_16"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"replace": "mc-chart-area_16",
|
|
664
|
+
"replaceWith": "kbq-chart-area_16"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"replace": "mc-chart-area_24",
|
|
668
|
+
"replaceWith": "kbq-chart-area_24"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"replace": "mc-chart-bar-vertical_16",
|
|
672
|
+
"replaceWith": "kbq-chart-bar-vertical_16"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"replace": "mc-chart-bar-vertical_24",
|
|
676
|
+
"replaceWith": "kbq-chart-bar-vertical_24"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"replace": "mc-chart-bar_16",
|
|
680
|
+
"replaceWith": "kbq-chart-bar-horizontal_16"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"replace": "mc-chart-bar_24",
|
|
684
|
+
"replaceWith": "kbq-chart-bar-horizontal_24"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"replace": "mc-chart-bar_32",
|
|
688
|
+
"replaceWith": "kbq-chart-bar-horizontal_32"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"replace": "mc-chart-bar_48",
|
|
692
|
+
"replaceWith": "kbq-chart-bar-horizontal_48"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"replace": "mc-chart-bubble_16",
|
|
696
|
+
"replaceWith": "kbq-chart-bubble_16"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"replace": "mc-chart-donut_16",
|
|
700
|
+
"replaceWith": "kbq-chart-donut_16"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"replace": "mc-chart-donut_24",
|
|
704
|
+
"replaceWith": "kbq-chart-donut_24"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"replace": "mc-chart-heatmap_16",
|
|
708
|
+
"replaceWith": "kbq-chart-heatmap_16"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"replace": "mc-chart-heatmap_24",
|
|
712
|
+
"replaceWith": "kbq-chart-heatmap_24"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"replace": "mc-chart-index-only_24",
|
|
716
|
+
"replaceWith": "kbq-chart-index_24"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"replace": "mc-chart-index_16",
|
|
720
|
+
"replaceWith": "kbq-chart-index_16"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"replace": "mc-chart-index_24",
|
|
724
|
+
"replaceWith": "kbq-chart-index-line_24"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"replace": "mc-chart-line-multiple_16",
|
|
728
|
+
"replaceWith": "kbq-chart-line-multiple_16"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"replace": "mc-chart-line-multiple_24",
|
|
732
|
+
"replaceWith": "kbq-chart-line-multiple_24"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"replace": "mc-chart-line-multiple_32",
|
|
736
|
+
"replaceWith": "kbq-chart-line-multiple_32"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"replace": "mc-chart-line-multiple_48",
|
|
740
|
+
"replaceWith": "kbq-chart-line-multiple_48"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"replace": "mc-chart-line_16",
|
|
744
|
+
"replaceWith": "kbq-chart-line_16"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"replace": "mc-chart-line_24",
|
|
748
|
+
"replaceWith": "kbq-chart-line_24"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"replace": "mc-chart-map_16",
|
|
752
|
+
"replaceWith": "kbq-map_16"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"replace": "mc-chart-map_24",
|
|
756
|
+
"replaceWith": "kbq-map_24"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"replace": "mc-chart-pie_16",
|
|
760
|
+
"replaceWith": "kbq-chart-pie_16"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"replace": "mc-chart-stacked-bar-vertical_24",
|
|
764
|
+
"replaceWith": "kbq-chart-stacked-bar-vertical_24"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"replace": "mc-chart-stacked-bar_24",
|
|
768
|
+
"replaceWith": "kbq-chart-stacked-bar-horizontal_24"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"replace": "mc-check-auto_16",
|
|
772
|
+
"replaceWith": "kbq-check-badge-auto_16"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"replace": "mc-check_16",
|
|
776
|
+
"replaceWith": "kbq-check_16"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"replace": "mc-check_48",
|
|
780
|
+
"replaceWith": "kbq-check_48"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"replace": "mc-checkbox-multiple_16",
|
|
784
|
+
"replaceWith": "kbq-checkbox-multiple_16"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"replace": "mc-child-link_16",
|
|
788
|
+
"replaceWith": "kbq-arrow-turn-down-right_16"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"replace": "mc-circle-6_16",
|
|
792
|
+
"replaceWith": "kbq-circle-xs_16"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"replace": "mc-circle-empty-partial_16",
|
|
796
|
+
"replaceWith": "kbq-circle-dot-o_16"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"replace": "mc-circle-empty_16",
|
|
800
|
+
"replaceWith": "kbq-circle-o_16"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"replace": "mc-circle-empty_24",
|
|
804
|
+
"replaceWith": "kbq-circle-o_24"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"replace": "mc-circle-outline_16",
|
|
808
|
+
"replaceWith": "kbq-circle-o_16"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"replace": "mc-circle-partial_16",
|
|
812
|
+
"replaceWith": "kbq-circle-dot_16"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"replace": "mc-circle-successfull-o_16",
|
|
816
|
+
"replaceWith": "kbq-check-circle_16"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"replace": "mc-circle-successfull_16",
|
|
820
|
+
"replaceWith": "kbq-check-circle_16"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"replace": "mc-circle-successfull_24",
|
|
824
|
+
"replaceWith": "kbq-check-circle_24"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"replace": "mc-circle-unavailable-partial_16",
|
|
828
|
+
"replaceWith": "kbq-ban-dot_16"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"replace": "mc-circle-unavailable_16",
|
|
832
|
+
"replaceWith": "kbq-ban_16"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"replace": "mc-circle-unavailable_24",
|
|
836
|
+
"replaceWith": "kbq-ban_24"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"replace": "mc-circle-warning_24",
|
|
840
|
+
"replaceWith": "kbq-exclamation-circle_24"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"replace": "mc-circle_16",
|
|
844
|
+
"replaceWith": "kbq-circle_16"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"replace": "mc-clock_16",
|
|
848
|
+
"replaceWith": "kbq-clock_16"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"replace": "mc-close-circle-o_16",
|
|
852
|
+
"replaceWith": "kbq-xmark-circle_16"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"replace": "mc-close-circle-o_24",
|
|
856
|
+
"replaceWith": "kbq-xmark-circle_24"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"replace": "mc-close-circle-small_16",
|
|
860
|
+
"replaceWith": "kbq-xmark-circle_16"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"replace": "mc-close-circle_16",
|
|
864
|
+
"replaceWith": "kbq-xmark-circle_16"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"replace": "mc-close-l_16",
|
|
868
|
+
"replaceWith": "kbq-xmark_16"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"replace": "mc-close-L_16",
|
|
872
|
+
"replaceWith": "kbq-xmark_16"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"replace": "mc-close-l_32",
|
|
876
|
+
"replaceWith": "kbq-xmark_32"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"replace": "mc-close-L_32",
|
|
880
|
+
"replaceWith": "kbq-xmark_32"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"replace": "mc-close-m_16",
|
|
884
|
+
"replaceWith": "kbq-xmark-s_16"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"replace": "mc-close-M_16",
|
|
888
|
+
"replaceWith": "kbq-xmark-s_16"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"replace": "mc-close-s_16",
|
|
892
|
+
"replaceWith": "kbq-xmark-s_16"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"replace": "mc-close-S_16",
|
|
896
|
+
"replaceWith": "kbq-xmark-s_16"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"replace": "mc-cloud-badge-key-o_16",
|
|
900
|
+
"replaceWith": "kbq-cloud-badge-key-o_16"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"replace": "mc-cloud-badge-key-o_24",
|
|
904
|
+
"replaceWith": "kbq-cloud-badge-key-o_24"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"replace": "mc-collapse-diagonal_16",
|
|
908
|
+
"replaceWith": "kbq-arrows-collapse-diagonal_16"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"replace": "mc-collapse_16",
|
|
912
|
+
"replaceWith": "kbq-chevrons-down-up_16"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"replace": "mc-collect-data_16",
|
|
916
|
+
"replaceWith": "kbq-satellite-dish_16"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"replace": "mc-color-palette_16",
|
|
920
|
+
"replaceWith": "kbq-palette_16"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"replace": "mc-comment-active_24",
|
|
924
|
+
"replaceWith": "kbq-message-dot_24"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"replace": "mc-comment_16",
|
|
928
|
+
"replaceWith": "kbq-message_16"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"replace": "mc-comment_24",
|
|
932
|
+
"replaceWith": "kbq-message_24"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"replace": "mc-compliance-level-critical_16",
|
|
936
|
+
"replaceWith": "kbq-gear-badge-arrowtriangle-up-square_16"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"replace": "mc-compliance-level-high_16",
|
|
940
|
+
"replaceWith": "kbq-gear-badge-square_16"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"replace": "mc-compliance-level-low_16",
|
|
944
|
+
"replaceWith": "kbq-gear-badge-square-o_16"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"replace": "mc-compliance-level-medium_16",
|
|
948
|
+
"replaceWith": "kbq-gear-badge-square-s_16"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"replace": "mc-compliance-level-not-defined_16",
|
|
952
|
+
"replaceWith": "kbq-gear-badge-square-o_16"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"replace": "mc-compliance_16",
|
|
956
|
+
"replaceWith": "kbq-certificate-vertical_16"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"replace": "mc-connection-o_24",
|
|
960
|
+
"replaceWith": "kbq-network-device-dots_24"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"replace": "mc-connection_24",
|
|
964
|
+
"replaceWith": "kbq-network-device-dots_24"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"replace": "mc-copy-o_16",
|
|
968
|
+
"replaceWith": "kbq-file-multiple-o_16"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"replace": "mc-copy_16",
|
|
972
|
+
"replaceWith": "kbq-square-multiple-o_16"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"replace": "mc-credit-card_16",
|
|
976
|
+
"replaceWith": "kbq-credit-card_16"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"replace": "mc-criticality-medium_16",
|
|
980
|
+
"replaceWith": "kbq-circle-half_16"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"replace": "mc-crown_16",
|
|
984
|
+
"replaceWith": "kbq-crown_16"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"replace": "mc-dashboard_16",
|
|
988
|
+
"replaceWith": "kbq-dashboard_16"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"replace": "mc-dashboard_32",
|
|
992
|
+
"replaceWith": "kbq-dashboard-o_32"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"replace": "mc-delete_16",
|
|
996
|
+
"replaceWith": "kbq-trash_16"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"replace": "mc-delivered_16",
|
|
1000
|
+
"replaceWith": "kbq-check-double_16"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"replace": "mc-diamond-o_16",
|
|
1004
|
+
"replaceWith": "kbq-diamond-o_16"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"replace": "mc-disc_16",
|
|
1008
|
+
"replaceWith": "kbq-disk-drive_16"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"replace": "mc-disc_24",
|
|
1012
|
+
"replaceWith": "kbq-disk-drive_24"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"replace": "mc-double-angle-down_16",
|
|
1016
|
+
"replaceWith": "kbq-chevron-double-down_16"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"replace": "mc-double-angle-left_16",
|
|
1020
|
+
"replaceWith": "kbq-chevron-double-left_16"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"replace": "mc-double-angle-right_16",
|
|
1024
|
+
"replaceWith": "kbq-chevron-double-right_16"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"replace": "mc-double-angle-up_16",
|
|
1028
|
+
"replaceWith": "kbq-chevron-double-up_16"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"replace": "mc-download_16",
|
|
1032
|
+
"replaceWith": "kbq-arrow-down-to-line_16"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"replace": "mc-download_32",
|
|
1036
|
+
"replaceWith": "kbq-cloud-arrow-down-o_32"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"replace": "mc-edit_16",
|
|
1040
|
+
"replaceWith": "kbq-pencil_16"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"replace": "mc-edit_24",
|
|
1044
|
+
"replaceWith": "kbq-pencil_24"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"replace": "mc-ellipsis-horiz-circle_16",
|
|
1048
|
+
"replaceWith": "kbq-ellipsis-horizontal-circle-o_16"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"replace": "mc-ellipsis-horizontal_16",
|
|
1052
|
+
"replaceWith": "kbq-ellipsis-horizontal_16"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"replace": "mc-ellipsis_16",
|
|
1056
|
+
"replaceWith": "kbq-ellipsis-vertical_16"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"replace": "mc-ellipsis_24",
|
|
1060
|
+
"replaceWith": "kbq-ellipsis-vertical_24"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"replace": "mc-email-notification-o_24",
|
|
1064
|
+
"replaceWith": "kbq-envelope-dot_24"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"replace": "mc-email-notification_24",
|
|
1068
|
+
"replaceWith": "kbq-envelope-dot_24"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"replace": "mc-enter_16",
|
|
1072
|
+
"replaceWith": "kbq-arrow-turn-down-left_16"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"replace": "mc-envelope-partial_16",
|
|
1076
|
+
"replaceWith": "kbq-envelope-dot_16"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"replace": "mc-envelope-send_16",
|
|
1080
|
+
"replaceWith": "kbq-envelope-badge-arrow-right_16"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"replace": "mc-envelope_16",
|
|
1084
|
+
"replaceWith": "kbq-envelope_16"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"replace": "mc-envelope_24",
|
|
1088
|
+
"replaceWith": "kbq-envelope_24"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"replace": "mc-error_16",
|
|
1092
|
+
"replaceWith": "kbq-exclamation-triangle_16"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"replace": "mc-error_32",
|
|
1096
|
+
"replaceWith": "kbq-exclamation-triangle_32"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"replace": "mc-event-alert-o_16",
|
|
1100
|
+
"replaceWith": "kbq-bolt-rectangle-vertical-o_16"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"replace": "mc-event-alert_16",
|
|
1104
|
+
"replaceWith": "kbq-bolt-rectangle-vertical_16"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"replace": "mc-event-hierarchical_16",
|
|
1108
|
+
"replaceWith": "kbq-database-badge-arrow-down_16"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"replace": "mc-event-normalized-o_16",
|
|
1112
|
+
"replaceWith": "kbq-file-lines_16"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"replace": "mc-event-normalized_16",
|
|
1116
|
+
"replaceWith": "kbq-file-lines_16"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"replace": "mc-event-raw-o_16",
|
|
1120
|
+
"replaceWith": "kbq-file-lines-short_16"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"replace": "mc-event-template_16",
|
|
1124
|
+
"replaceWith": "kbq-bars-bold-horizontal_16"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"replace": "mc-exchange_16",
|
|
1128
|
+
"replaceWith": "kbq-arrow-right-arrow-left_16"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"replace": "mc-exists_16",
|
|
1132
|
+
"replaceWith": "kbq-exists_16"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"replace": "mc-expand-diagonal_16",
|
|
1136
|
+
"replaceWith": "kbq-arrows-expand-diagonal_16"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"replace": "mc-expand_16",
|
|
1140
|
+
"replaceWith": "kbq-chevrons-up-down_16"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"replace": "mc-export_16",
|
|
1144
|
+
"replaceWith": "kbq-arrow-right-from-bracket_16"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"replace": "mc-external-link_16",
|
|
1148
|
+
"replaceWith": "kbq-arrow-up-right-from-square_16"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"replace": "mc-eye-crossed_16",
|
|
1152
|
+
"replaceWith": "kbq-eye-slash_16"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"replace": "mc-eye_16",
|
|
1156
|
+
"replaceWith": "kbq-eye_16"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"replace": "mc-fence_16",
|
|
1160
|
+
"replaceWith": "kbq-fence_16"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"replace": "mc-file-archive_16",
|
|
1164
|
+
"replaceWith": "kbq-file-archive-o_16"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"replace": "mc-file-code_16",
|
|
1168
|
+
"replaceWith": "kbq-file-code-o_16"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"replace": "mc-file-doc_48",
|
|
1172
|
+
"replaceWith": "kbq-file-doc-o_48"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"replace": "mc-file-empty-multiple_16",
|
|
1176
|
+
"replaceWith": "kbq-file-multiple-o_16"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"replace": "mc-file-empty-multiple_24",
|
|
1180
|
+
"replaceWith": "kbq-file-multiple-o_24"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"replace": "mc-file-empty_16",
|
|
1184
|
+
"replaceWith": "kbq-file-o_16"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"replace": "mc-file-empty_32",
|
|
1188
|
+
"replaceWith": "kbq-file-o_32"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"replace": "mc-file-passed-partial_16",
|
|
1192
|
+
"replaceWith": "kbq-arrow-right-circle-dot-o_16"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"replace": "mc-file-passed_16",
|
|
1196
|
+
"replaceWith": "kbq-arrow-right-through-line_16"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"replace": "mc-file-pdf_48",
|
|
1200
|
+
"replaceWith": "kbq-file-pdf-o_48"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"replace": "mc-file-text-arrow-left_16",
|
|
1204
|
+
"replaceWith": "kbq-file-badge-arrow-left-o_16"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"replace": "mc-file-text-arrow-right_16",
|
|
1208
|
+
"replaceWith": "kbq-file-badge-arrow-right-o_16"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"replace": "mc-file-text_16",
|
|
1212
|
+
"replaceWith": "kbq-file-text-o_16"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"replace": "mc-file-unfinished_16",
|
|
1216
|
+
"replaceWith": "kbq-file-cut-o_16"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"replace": "mc-filter-active-o_16",
|
|
1220
|
+
"replaceWith": "kbq-filter-dot_16"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"replace": "mc-filter-active_16",
|
|
1224
|
+
"replaceWith": "kbq-filter-dot_16"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"replace": "mc-filter-o_16",
|
|
1228
|
+
"replaceWith": "kbq-filter_16"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"replace": "mc-filter_16",
|
|
1232
|
+
"replaceWith": "kbq-filter_16"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"replace": "mc-find-me_16",
|
|
1236
|
+
"replaceWith": "kbq-crosshairs_16"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"replace": "mc-flowchart-partial_16",
|
|
1240
|
+
"replaceWith": "kbq-flowchart-dot_16"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"replace": "mc-flowchart_16",
|
|
1244
|
+
"replaceWith": "kbq-flowchart_16"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"replace": "mc-folder-closed-partial_16",
|
|
1248
|
+
"replaceWith": "kbq-folder-dot_16"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"replace": "mc-folder-closed_16",
|
|
1252
|
+
"replaceWith": "kbq-folder_16"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"replace": "mc-folder-closed_24",
|
|
1256
|
+
"replaceWith": "kbq-folder_24"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"replace": "mc-folder-move_16",
|
|
1260
|
+
"replaceWith": "kbq-folder-badge-arrow-right_16"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"replace": "mc-folder-multiple_16",
|
|
1264
|
+
"replaceWith": "kbq-folder-multiple_16"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"replace": "mc-folder-open-o_24",
|
|
1268
|
+
"replaceWith": "kbq-folder-open_24"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"replace": "mc-folder-open-partial_16",
|
|
1272
|
+
"replaceWith": "kbq-folder-open-dot_16"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"replace": "mc-folder-open_16",
|
|
1276
|
+
"replaceWith": "kbq-folder-open_16"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"replace": "mc-folder-open_24",
|
|
1280
|
+
"replaceWith": "kbq-folder-open_24"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"replace": "mc-folder-search-open_16",
|
|
1284
|
+
"replaceWith": "kbq-folder-open-badge-magnifying-glass_16"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"replace": "mc-folder-search_16",
|
|
1288
|
+
"replaceWith": "kbq-folder-badge-magnifying-glass_16"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"replace": "mc-folder_32",
|
|
1292
|
+
"replaceWith": "kbq-folder-o_32"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"replace": "mc-formula_16",
|
|
1296
|
+
"replaceWith": "kbq-formula_16"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"replace": "mc-forward_16",
|
|
1300
|
+
"replaceWith": "kbq-forward-step_16"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"replace": "mc-gear-o_24",
|
|
1304
|
+
"replaceWith": "kbq-gear_24"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"replace": "mc-gear_16",
|
|
1308
|
+
"replaceWith": "kbq-gear_16"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"replace": "mc-gear_24",
|
|
1312
|
+
"replaceWith": "kbq-gear_24"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"replace": "mc-globe-multiple_16",
|
|
1316
|
+
"replaceWith": "kbq-globe-multiple_16"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"replace": "mc-globe-partial_16",
|
|
1320
|
+
"replaceWith": "kbq-globe-dot_16"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"replace": "mc-globe_16",
|
|
1324
|
+
"replaceWith": "kbq-globe_16"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"replace": "mc-go-to-comment_16",
|
|
1328
|
+
"replaceWith": "kbq-message-arrow-right_16"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"replace": "mc-go-to-comment_24",
|
|
1332
|
+
"replaceWith": "kbq-message-arrow-right_24"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"replace": "mc-gossopka_16",
|
|
1336
|
+
"replaceWith": "kbq-gossopka_16"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"replace": "mc-grid-group-active_16",
|
|
1340
|
+
"replaceWith": "kbq-grid-group-dot_16"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"replace": "mc-grid-group_16",
|
|
1344
|
+
"replaceWith": "kbq-grid-group_16"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"replace": "mc-hamburger_16",
|
|
1348
|
+
"replaceWith": "kbq-bars-horizontal_16"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"replace": "mc-hamburger_32",
|
|
1352
|
+
"replaceWith": "kbq-bars-horizontal_32"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"replace": "mc-handle_16",
|
|
1356
|
+
"replaceWith": "kbq-grip-vertical_16"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"replace": "mc-hash_16",
|
|
1360
|
+
"replaceWith": "kbq-hashtag_16"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"replace": "mc-history_16",
|
|
1364
|
+
"replaceWith": "kbq-clock-rotate-left_16"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"replace": "mc-hourglasses-0_16",
|
|
1368
|
+
"replaceWith": "kbq-hourglass-start_16"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"replace": "mc-hourglasses-100_16",
|
|
1372
|
+
"replaceWith": "kbq-hourglass-end_16"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"replace": "mc-hourglasses-50_16",
|
|
1376
|
+
"replaceWith": "kbq-hourglass-half_16"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"replace": "mc-house-o_16",
|
|
1380
|
+
"replaceWith": "kbq-house-o_16"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"replace": "mc-house_16",
|
|
1384
|
+
"replaceWith": "kbq-house_16"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"replace": "mc-ignore-o_16",
|
|
1388
|
+
"replaceWith": "kbq-minus-circle-o_16"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"replace": "mc-ignore-o_24",
|
|
1392
|
+
"replaceWith": "kbq-minus-circle-o_24"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"replace": "mc-ignore_24",
|
|
1396
|
+
"replaceWith": "kbq-minus-circle_24"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"replace": "mc-image-block_16",
|
|
1400
|
+
"replaceWith": "kbq-image_16"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"replace": "mc-import_16",
|
|
1404
|
+
"replaceWith": "kbq-arrow-right-to-bracket_16"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"replace": "mc-importance-1_16",
|
|
1408
|
+
"replaceWith": "kbq-arrows-up_16"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"replace": "mc-importance-2_16",
|
|
1412
|
+
"replaceWith": "kbq-arrow-up_16"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"replace": "mc-importance-3_16",
|
|
1416
|
+
"replaceWith": "kbq-circle-half_16"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"replace": "mc-importance-4_16",
|
|
1420
|
+
"replaceWith": "kbq-minus_16"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"replace": "mc-importance-5_16",
|
|
1424
|
+
"replaceWith": "kbq-arrow-down_16"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"replace": "mc-info-circle_16",
|
|
1428
|
+
"replaceWith": "kbq-info-circle_16"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"replace": "mc-info-o_16",
|
|
1432
|
+
"replaceWith": "kbq-info-circle_16"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"replace": "mc-info-o_24",
|
|
1436
|
+
"replaceWith": "kbq-info-circle_24"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"replace": "mc-info_16",
|
|
1440
|
+
"replaceWith": "kbq-info-circle_16"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"replace": "mc-info_24",
|
|
1444
|
+
"replaceWith": "kbq-info-circle_24"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"replace": "mc-interface-in_16",
|
|
1448
|
+
"replaceWith": "kbq-arrow-right-to-arc_16"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"replace": "mc-interface-in_24",
|
|
1452
|
+
"replaceWith": "kbq-arrow-right-to-arc_24"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"replace": "mc-interface-out_16",
|
|
1456
|
+
"replaceWith": "kbq-arrow-right-from-arc_16"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"replace": "mc-interface-out_24",
|
|
1460
|
+
"replaceWith": "kbq-arrow-right-from-arc_24"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"replace": "mc-ip-group_16",
|
|
1464
|
+
"replaceWith": "kbq-ip-multiple_16"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"replace": "mc-ip_16",
|
|
1468
|
+
"replaceWith": "kbq-ip_16"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"replace": "mc-join_16",
|
|
1472
|
+
"replaceWith": "kbq-join_16"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"replace": "mc-key_16",
|
|
1476
|
+
"replaceWith": "kbq-key_16"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"replace": "mc-key_24",
|
|
1480
|
+
"replaceWith": "kbq-key_24"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"replace": "mc-keyboard_16",
|
|
1484
|
+
"replaceWith": "kbq-keyboard_16"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"replace": "mc-landscape-orientation_16",
|
|
1488
|
+
"replaceWith": "kbq-file-horizontal-o_16"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"replace": "mc-license_16",
|
|
1492
|
+
"replaceWith": "kbq-certificate-horizontal_16"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"replace": "mc-license_24",
|
|
1496
|
+
"replaceWith": "kbq-certificate-horizontal_24"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"replace": "mc-limit_16",
|
|
1500
|
+
"replaceWith": "kbq-scissors_16"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"replace": "mc-link-group_16",
|
|
1504
|
+
"replaceWith": "kbq-link-multiple_16"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"replace": "mc-link-group_24",
|
|
1508
|
+
"replaceWith": "kbq-link-multiple_24"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"replace": "mc-link-partial_16",
|
|
1512
|
+
"replaceWith": "kbq-link-dot_16"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"replace": "mc-link_16",
|
|
1516
|
+
"replaceWith": "kbq-link_16"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"replace": "mc-list-ol_16",
|
|
1520
|
+
"replaceWith": "kbq-list-ol_16"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"replace": "mc-list-ul_16",
|
|
1524
|
+
"replaceWith": "kbq-list-ul_16"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"replace": "mc-list_16",
|
|
1528
|
+
"replaceWith": "kbq-list_16"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"replace": "mc-list_24",
|
|
1532
|
+
"replaceWith": "kbq-list_24"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"replace": "mc-list_32",
|
|
1536
|
+
"replaceWith": "kbq-list_32"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"replace": "mc-loader-circle_16",
|
|
1540
|
+
"replaceWith": "kbq-spinner_16"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"replace": "mc-lock-locked-o_16",
|
|
1544
|
+
"replaceWith": "kbq-lock_16"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"replace": "mc-lock-locked-o_24",
|
|
1548
|
+
"replaceWith": "kbq-lock_24"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"replace": "mc-lock-locked_16",
|
|
1552
|
+
"replaceWith": "kbq-lock_16"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"replace": "mc-lock-locked_24",
|
|
1556
|
+
"replaceWith": "kbq-lock_24"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"replace": "mc-lock-unlocked_16",
|
|
1560
|
+
"replaceWith": "kbq-lock-open_16"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"replace": "mc-log-o_16",
|
|
1564
|
+
"replaceWith": "kbq-scroll-o_16"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"replace": "mc-log-o_24",
|
|
1568
|
+
"replaceWith": "kbq-scroll-o_24"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"replace": "mc-log_24",
|
|
1572
|
+
"replaceWith": "kbq-scroll-o_24"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"replace": "mc-login_24",
|
|
1576
|
+
"replaceWith": "kbq-arrow-right-to-rectangle_24"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"replace": "mc-map-slash_16",
|
|
1580
|
+
"replaceWith": "kbq-map-slash_16"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"replace": "mc-map_16",
|
|
1584
|
+
"replaceWith": "kbq-map_16"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"replace": "mc-maximize_16",
|
|
1588
|
+
"replaceWith": "kbq-chevrons-expand_16"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"replace": "mc-minimize_16",
|
|
1592
|
+
"replaceWith": "kbq-compress_16"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"replace": "mc-minus-circle-small_16",
|
|
1596
|
+
"replaceWith": "kbq-minus-circle-s_16"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"replace": "mc-minus-circle-xs_16",
|
|
1600
|
+
"replaceWith": "kbq-minus-circle-s_16"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"replace": "mc-minus-circle_16",
|
|
1604
|
+
"replaceWith": "kbq-minus-circle_16"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"replace": "mc-minus_16",
|
|
1608
|
+
"replaceWith": "kbq-minus_16"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"replace": "mc-net-packet-group_16",
|
|
1612
|
+
"replaceWith": "kbq-network-device-multiple_16"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"replace": "mc-net-packet_16",
|
|
1616
|
+
"replaceWith": "kbq-network-device_16"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"replace": "mc-new-tab_16",
|
|
1620
|
+
"replaceWith": "kbq-arrow-up-right-from-square_16"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"replace": "mc-paper-plane_16",
|
|
1624
|
+
"replaceWith": "kbq-paper-plane_16"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"replace": "mc-paperclip_16",
|
|
1628
|
+
"replaceWith": "kbq-paperclip_16"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"replace": "mc-paperclip_24",
|
|
1632
|
+
"replaceWith": "kbq-paperclip_24"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"replace": "mc-parent-link_16",
|
|
1636
|
+
"replaceWith": "kbq-arrow-up-left_16"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"replace": "mc-pause-circle_16",
|
|
1640
|
+
"replaceWith": "kbq-pause-circle_16"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"replace": "mc-pause-on-time_16",
|
|
1644
|
+
"replaceWith": "kbq-clock-badge-pause_16"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"replace": "mc-pause_16",
|
|
1648
|
+
"replaceWith": "kbq-pause_16"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"replace": "mc-pause_32",
|
|
1652
|
+
"replaceWith": "kbq-pause_32"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"replace": "mc-pause_48",
|
|
1656
|
+
"replaceWith": "kbq-pause_48"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"replace": "mc-pause_64",
|
|
1660
|
+
"replaceWith": "kbq-pause_64"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"replace": "mc-phone_16",
|
|
1664
|
+
"replaceWith": "kbq-phone_16"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"replace": "mc-pin_16",
|
|
1668
|
+
"replaceWith": "kbq-pin_16"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"replace": "mc-play-circle_16",
|
|
1672
|
+
"replaceWith": "kbq-play-circle_16"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"replace": "mc-play-o_16",
|
|
1676
|
+
"replaceWith": "kbq-play_16"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"replace": "mc-play-on-time_16",
|
|
1680
|
+
"replaceWith": "kbq-clock-badge-play_16"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"replace": "mc-play-rewind_16",
|
|
1684
|
+
"replaceWith": "kbq-play-rewind_16"
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"replace": "mc-play_16",
|
|
1688
|
+
"replaceWith": "kbq-play_16"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"replace": "mc-play_32",
|
|
1692
|
+
"replaceWith": "kbq-play_32"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"replace": "mc-play_48",
|
|
1696
|
+
"replaceWith": "kbq-play_48"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"replace": "mc-play_64",
|
|
1700
|
+
"replaceWith": "kbq-play_64"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"replace": "mc-plug-o_16",
|
|
1704
|
+
"replaceWith": "kbq-plug_16"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"replace": "mc-plug-o_24",
|
|
1708
|
+
"replaceWith": "kbq-plug_24"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"replace": "mc-plug_16",
|
|
1712
|
+
"replaceWith": "kbq-plug_16"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"replace": "mc-plug_24",
|
|
1716
|
+
"replaceWith": "kbq-plug_24"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"replace": "mc-plus-circle-xs_16",
|
|
1720
|
+
"replaceWith": "kbq-plus-circle-s_16"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"replace": "mc-plus-circle_16",
|
|
1724
|
+
"replaceWith": "kbq-plus-circle_16"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"replace": "mc-plus_16",
|
|
1728
|
+
"replaceWith": "kbq-plus_16"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"replace": "mc-plus_32",
|
|
1732
|
+
"replaceWith": "kbq-plus_32"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"replace": "mc-plus_64",
|
|
1736
|
+
"replaceWith": "kbq-plus_64"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"replace": "mc-policies_16",
|
|
1740
|
+
"replaceWith": "kbq-robot_16"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"replace": "mc-policy-o_24",
|
|
1744
|
+
"replaceWith": "kbq-clipboard-check-o_24"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"replace": "mc-policy_24",
|
|
1748
|
+
"replaceWith": "kbq-clipboard-check_24"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"replace": "mc-portrait-orientation_16",
|
|
1752
|
+
"replaceWith": "kbq-file-o_16"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"replace": "mc-project_16",
|
|
1756
|
+
"replaceWith": "kbq-bars-vertical_16"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"replace": "mc-protection-active_16",
|
|
1760
|
+
"replaceWith": "kbq-shield-check_16"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"replace": "mc-protection-half_16",
|
|
1764
|
+
"replaceWith": "kbq-shield-half_16"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"replace": "mc-protection-off_16",
|
|
1768
|
+
"replaceWith": "kbq-shield-slash_16"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"replace": "mc-pulse_16",
|
|
1772
|
+
"replaceWith": "kbq-pulse_16"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"replace": "mc-ql_16",
|
|
1776
|
+
"replaceWith": "kbq-ql_16"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"replace": "mc-question-circle-o_16",
|
|
1780
|
+
"replaceWith": "kbq-question-circle_16"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"replace": "mc-question-circle-o_24",
|
|
1784
|
+
"replaceWith": "kbq-question-circle_24"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"replace": "mc-question-circle-o_32",
|
|
1788
|
+
"replaceWith": "kbq-question-circle-o_32"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"replace": "mc-question-circle_16",
|
|
1792
|
+
"replaceWith": "kbq-question-circle_16"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"replace": "mc-question_16",
|
|
1796
|
+
"replaceWith": "kbq-question_16"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"replace": "mc-reachability-from_16",
|
|
1800
|
+
"replaceWith": "kbq-reachability-from_16"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"replace": "mc-reachability-to_16",
|
|
1804
|
+
"replaceWith": "kbq-reachability-to_16"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"replace": "mc-reachability_16",
|
|
1808
|
+
"replaceWith": "kbq-reachability_16"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"replace": "mc-redo_16",
|
|
1812
|
+
"replaceWith": "kbq-redo_16"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"replace": "mc-refresh-off_16",
|
|
1816
|
+
"replaceWith": "kbq-arrows-rotate-reverse-slash_16"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"replace": "mc-refresh_16",
|
|
1820
|
+
"replaceWith": "kbq-arrows-rotate-reverse_16"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"replace": "mc-refresh_24",
|
|
1824
|
+
"replaceWith": "kbq-arrows-rotate-reverse_24"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"replace": "mc-refresh_48",
|
|
1828
|
+
"replaceWith": "kbq-arrows-rotate_48"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"replace": "mc-regex_16",
|
|
1832
|
+
"replaceWith": "kbq-regex_16"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"replace": "mc-registry-group_16",
|
|
1836
|
+
"replaceWith": "kbq-registry-multiple_16"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"replace": "mc-registry_16",
|
|
1840
|
+
"replaceWith": "kbq-registry_16"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"replace": "mc-remove-from-list_16",
|
|
1844
|
+
"replaceWith": "kbq-list-badge-xmark_16"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"replace": "mc-report-errors_16",
|
|
1848
|
+
"replaceWith": "kbq-file-exclamation-o_16"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"replace": "mc-report-o_16",
|
|
1852
|
+
"replaceWith": "kbq-file-o_16"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"replace": "mc-report-o_24",
|
|
1856
|
+
"replaceWith": "kbq-file-o_24"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"replace": "mc-report_16",
|
|
1860
|
+
"replaceWith": "kbq-file-o_16"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"replace": "mc-report_24",
|
|
1864
|
+
"replaceWith": "kbq-file-o_24"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"replace": "mc-report_32",
|
|
1868
|
+
"replaceWith": "kbq-file-lines-o_32"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"replace": "mc-retro-analysis_16",
|
|
1872
|
+
"replaceWith": "kbq-arrow-rotate-right-dot_16"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"replace": "mc-satellite_16",
|
|
1876
|
+
"replaceWith": "kbq-satellite-dish_16"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"replace": "mc-save_16",
|
|
1880
|
+
"replaceWith": "kbq-floppy-disk_16"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"replace": "mc-scan_32",
|
|
1884
|
+
"replaceWith": "kbq-radar-o_32"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"replace": "mc-search-sparkles_16",
|
|
1888
|
+
"replaceWith": "kbq-magnifying-glass-badge-sparkles_16"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"replace": "mc-search_16",
|
|
1892
|
+
"replaceWith": "kbq-magnifying-glass_16"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"replace": "mc-search_24",
|
|
1896
|
+
"replaceWith": "kbq-magnifying-glass_24"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"replace": "mc-share_16",
|
|
1900
|
+
"replaceWith": "kbq-arrow-up-from-rectangle_16"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"replace": "mc-siem-vulner-level-critical_16",
|
|
1904
|
+
"replaceWith": "kbq-rectangle-triangle-vertical-thin_16"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"replace": "mc-siem-vulner-level-high_16",
|
|
1908
|
+
"replaceWith": "kbq-rectangle-vertical-thin_16"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"replace": "mc-siem-vulner-level-low_16",
|
|
1912
|
+
"replaceWith": "kbq-rectangle-vertical-thin-o_16"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"replace": "mc-siem-vulner-level-medium_16",
|
|
1916
|
+
"replaceWith": "kbq-rectangle-vertical-thin-half_16"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"replace": "mc-siem-vulner-level-not-defined_16",
|
|
1920
|
+
"replaceWith": "kbq-rectangle-vertical-thin-lines_16"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"replace": "mc-significance-high_16",
|
|
1924
|
+
"replaceWith": "kbq-shield-star_16"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"replace": "mc-significance-low_16",
|
|
1928
|
+
"replaceWith": "kbq-shield-o_16"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"replace": "mc-significance-medium_16",
|
|
1932
|
+
"replaceWith": "kbq-shield-ribbon_16"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"replace": "mc-significance-na_16",
|
|
1936
|
+
"replaceWith": "kbq-shield-o_16"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"replace": "mc-sliders-active_16",
|
|
1940
|
+
"replaceWith": "kbq-sliders-dot_16"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"replace": "mc-sliders_16",
|
|
1944
|
+
"replaceWith": "kbq-sliders_16"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"replace": "mc-sliders_24",
|
|
1948
|
+
"replaceWith": "kbq-sliders_24"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"replace": "mc-sliders_32",
|
|
1952
|
+
"replaceWith": "kbq-sliders_32"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"replace": "mc-sort-active_16",
|
|
1956
|
+
"replaceWith": "kbq-arrow-up-arrow-down-dot_16"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"replace": "mc-sort_16",
|
|
1960
|
+
"replaceWith": "kbq-arrow-up-arrow-down_16"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"replace": "mc-sources_24",
|
|
1964
|
+
"replaceWith": "kbq-sources_24"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"replace": "mc-split-screen-bottom_16",
|
|
1968
|
+
"replaceWith": "kbq-split-screen-bottom_16"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"replace": "mc-split-screen-no-split_16",
|
|
1972
|
+
"replaceWith": "kbq-split-screen-no-split_16"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"replace": "mc-split-screen-right_16",
|
|
1976
|
+
"replaceWith": "kbq-split-screen-right_16"
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"replace": "mc-square-partial_16",
|
|
1980
|
+
"replaceWith": "kbq-square-dot_16"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"replace": "mc-square_16",
|
|
1984
|
+
"replaceWith": "kbq-square_16"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"replace": "mc-star-o_16",
|
|
1988
|
+
"replaceWith": "kbq-star-o_16"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"replace": "mc-star_16",
|
|
1992
|
+
"replaceWith": "kbq-star_16"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"replace": "mc-startline_16",
|
|
1996
|
+
"replaceWith": "kbq-diamond_16"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"replace": "mc-stop-circle_16",
|
|
2000
|
+
"replaceWith": "kbq-stop-circle_16"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"replace": "mc-stop-on-time_16",
|
|
2004
|
+
"replaceWith": "kbq-clock-badge-stop_16"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"replace": "mc-stop_16",
|
|
2008
|
+
"replaceWith": "kbq-stop_16"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"replace": "mc-stop_32",
|
|
2012
|
+
"replaceWith": "kbq-stop_32"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"replace": "mc-stop_48",
|
|
2016
|
+
"replaceWith": "kbq-stop_48"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"replace": "mc-stop_64",
|
|
2020
|
+
"replaceWith": "kbq-stop_64"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"replace": "mc-storage-normal_16",
|
|
2024
|
+
"replaceWith": "kbq-database-normal_16"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"replace": "mc-storage-raw_16",
|
|
2028
|
+
"replaceWith": "kbq-database-raw_16"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"replace": "mc-storage_16",
|
|
2032
|
+
"replaceWith": "kbq-database_16"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"replace": "mc-storage_32",
|
|
2036
|
+
"replaceWith": "kbq-database-o_32"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"replace": "mc-success-small_16",
|
|
2040
|
+
"replaceWith": "kbq-check-circle_16"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"replace": "mc-success_16",
|
|
2044
|
+
"replaceWith": "kbq-check-circle_16"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"replace": "mc-summ_16",
|
|
2048
|
+
"replaceWith": "kbq-sigma_16"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"replace": "mc-table-download_32",
|
|
2052
|
+
"replaceWith": "kbq-table-badge-arrow-down-circle_32"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"replace": "mc-table-list-ttl_16",
|
|
2056
|
+
"replaceWith": "kbq-table-badge-clock_16"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"replace": "mc-table-list-ttl_24",
|
|
2060
|
+
"replaceWith": "kbq-table-badge-clock_24"
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"replace": "mc-table-list_16",
|
|
2064
|
+
"replaceWith": "kbq-table_16"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"replace": "mc-table-list_24",
|
|
2068
|
+
"replaceWith": "kbq-table_24"
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"replace": "mc-tag_16",
|
|
2072
|
+
"replaceWith": "kbq-tag_16"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"replace": "mc-tags_16",
|
|
2076
|
+
"replaceWith": "kbq-tag-multiple_16"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"replace": "mc-tasks_16",
|
|
2080
|
+
"replaceWith": "kbq-bars-progress_16"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"replace": "mc-tasks_24",
|
|
2084
|
+
"replaceWith": "kbq-bars-progress_24"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"replace": "mc-text-block_16",
|
|
2088
|
+
"replaceWith": "kbq-text-font_16"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"replace": "mc-text-bold_16",
|
|
2092
|
+
"replaceWith": "kbq-text-bold_16"
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"replace": "mc-text-italic_16",
|
|
2096
|
+
"replaceWith": "kbq-text-italic_16"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"replace": "mc-text-underline_16",
|
|
2100
|
+
"replaceWith": "kbq-text-underline_16"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"replace": "mc-theme_16",
|
|
2104
|
+
"replaceWith": "kbq-sun-moon_16"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"replace": "mc-topology_16",
|
|
2108
|
+
"replaceWith": "kbq-topology_16"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"replace": "mc-trend-down_16",
|
|
2112
|
+
"replaceWith": "kbq-arrow-down-right_16"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"replace": "mc-trend-up_16",
|
|
2116
|
+
"replaceWith": "kbq-arrow-up-right_16"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"replace": "mc-triangle-down_16",
|
|
2120
|
+
"replaceWith": "kbq-chevron-down-s_16"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"replace": "mc-triangle-left_16",
|
|
2124
|
+
"replaceWith": "kbq-chevron-left-s_16"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"replace": "mc-triangle-right_16",
|
|
2128
|
+
"replaceWith": "kbq-chevron-right-s_16"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"replace": "mc-triangle-up_16",
|
|
2132
|
+
"replaceWith": "kbq-chevron-up-s_16"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"replace": "mc-undo_16",
|
|
2136
|
+
"replaceWith": "kbq-undo_16"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"replace": "mc-unique_16",
|
|
2140
|
+
"replaceWith": "kbq-arrow-down-on-rectangles_16"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"replace": "mc-unlink_16",
|
|
2144
|
+
"replaceWith": "kbq-link-broken_16"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"replace": "mc-unpin_16",
|
|
2148
|
+
"replaceWith": "kbq-pin-slash_16"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"replace": "mc-update-o_24",
|
|
2152
|
+
"replaceWith": "kbq-arrow-rotate-left_24"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"replace": "mc-update_16",
|
|
2156
|
+
"replaceWith": "kbq-arrow-rotate-left_16"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"replace": "mc-update_24",
|
|
2160
|
+
"replaceWith": "kbq-arrow-rotate-left_24"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"replace": "mc-upload-to-cloud_16",
|
|
2164
|
+
"replaceWith": "kbq-arrow-up-from-line_16"
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"replace": "mc-upload-to-cloud_24",
|
|
2168
|
+
"replaceWith": "kbq-cloud-arrow-up-o_24"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"replace": "mc-upload-to-cloud_32",
|
|
2172
|
+
"replaceWith": "kbq-cloud-arrow-up-o_32"
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"replace": "mc-upload-to-cloud_64",
|
|
2176
|
+
"replaceWith": "kbq-cloud-arrow-up-o_64"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"replace": "mc-url_16",
|
|
2180
|
+
"replaceWith": "kbq-url_16"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"replace": "mc-usb-flash_16",
|
|
2184
|
+
"replaceWith": "kbq-usb-flash_16"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"replace": "mc-user-o_16",
|
|
2188
|
+
"replaceWith": "kbq-user_16"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"replace": "mc-user_16",
|
|
2192
|
+
"replaceWith": "kbq-user_16"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"replace": "mc-user_24",
|
|
2196
|
+
"replaceWith": "kbq-user_24"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"replace": "mc-users-group-o_24",
|
|
2200
|
+
"replaceWith": "kbq-user-multiple_24"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"replace": "mc-users-group_16",
|
|
2204
|
+
"replaceWith": "kbq-user-multiple_16"
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"replace": "mc-users-group_24",
|
|
2208
|
+
"replaceWith": "kbq-user-multiple_24"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"replace": "mc-vulner-exploitable_16",
|
|
2212
|
+
"replaceWith": "kbq-burst_16"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"replace": "mc-vulner-level-abovemedium_16",
|
|
2216
|
+
"replaceWith": "kbq-eject_16"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"replace": "mc-vulner-level-belowmedium_16",
|
|
2220
|
+
"replaceWith": "kbq-eject-down_16"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"replace": "mc-vulner-level-high_16",
|
|
2224
|
+
"replaceWith": "kbq-arrow-up_16"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"replace": "mc-vulner-level-low_16",
|
|
2228
|
+
"replaceWith": "kbq-arrow-down_16"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"replace": "mc-vulner-level-medium_16",
|
|
2232
|
+
"replaceWith": "kbq-stop_16"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"replace": "mc-vulner-lpe_16",
|
|
2236
|
+
"replaceWith": "kbq-user-arrow-triangle-up_16"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"replace": "mc-vulner-network_16",
|
|
2240
|
+
"replaceWith": "kbq-chart-network_16"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"replace": "mc-vulner-patch_16",
|
|
2244
|
+
"replaceWith": "kbq-capsule_16"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"replace": "mc-vulner-rce_16",
|
|
2248
|
+
"replaceWith": "kbq-code_16"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"replace": "mc-whitelist_16",
|
|
2252
|
+
"replaceWith": "kbq-file-badge-arrow-through-line-o_16"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"replace": "mc-word-wrap-slash_16",
|
|
2256
|
+
"replaceWith": "kbq-wrap-text-slash_16"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"replace": "mc-word-wrap_16",
|
|
2260
|
+
"replaceWith": "kbq-wrap-text_16"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"replace": "mc-wrench_16",
|
|
2264
|
+
"replaceWith": "kbq-wrench_16"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"replace": "mc-zoom-to-fit_16",
|
|
2268
|
+
"replaceWith": "kbq-arrows-left-right-to-line_16"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"replace": "mc-circle-8_16",
|
|
2272
|
+
"replaceWith": "kbq-circle-xs_16"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"replace": "mc-folder-opened_16",
|
|
2276
|
+
"replaceWith": "kbq-folder-open_16"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"replace": "mc-folder-search-opened_16",
|
|
2280
|
+
"replaceWith": "kbq-folder-open-badge-magnifying-glass_16"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"replace": "mc-user-o_24",
|
|
2284
|
+
"replaceWith": "kbq-user_24"
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"replaceWith": "3-columns_32",
|
|
2288
|
+
"replace": "3-columns_32"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"replaceWith": "file-plus-o_16",
|
|
2292
|
+
"replace": "add-to-list_16"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"replaceWith": "speaker_16",
|
|
2296
|
+
"replace": "alert-disabled_16"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"replaceWith": "speaker-wave_16",
|
|
2300
|
+
"replace": "alert-enabled_16"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"replaceWith": "align-center_16",
|
|
2304
|
+
"replace": "align-center_16"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"replaceWith": "align-left_16",
|
|
2308
|
+
"replace": "align-left_16"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"replaceWith": "align-right_16",
|
|
2312
|
+
"replace": "align-right_16"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"replaceWith": "android_24",
|
|
2316
|
+
"replace": "android_24"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"replaceWith": "chevron-down_16",
|
|
2320
|
+
"replace": "angle-down-L_16"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"replaceWith": "chevron-down_24",
|
|
2324
|
+
"replace": "angle-down-L_24"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"replaceWith": "chevron-down_16",
|
|
2328
|
+
"replace": "angle-down-M_16"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"replaceWith": "chevron-down_24",
|
|
2332
|
+
"replace": "angle-down-M_24"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"replaceWith": "chevron-down_32",
|
|
2336
|
+
"replace": "angle-down-M_32"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"replaceWith": "chevron-down-s_16",
|
|
2340
|
+
"replace": "angle-down-S_16"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"replaceWith": "chevron-left_16",
|
|
2344
|
+
"replace": "angle-left-L_16"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"replaceWith": "chevron-left_24",
|
|
2348
|
+
"replace": "angle-left-L_24"
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"replaceWith": "chevron-left_16",
|
|
2352
|
+
"replace": "angle-left-M_16"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"replaceWith": "chevron-left_24",
|
|
2356
|
+
"replace": "angle-left-M_24"
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"replaceWith": "chevron-left_32",
|
|
2360
|
+
"replace": "angle-left-M_32"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"replaceWith": "chevron-left-s_16",
|
|
2364
|
+
"replace": "angle-left-S_16"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"replaceWith": "chevron-right_16",
|
|
2368
|
+
"replace": "angle-right-L_16"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"replaceWith": "chevron-right_24",
|
|
2372
|
+
"replace": "angle-right-L_24"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"replaceWith": "chevron-right_16",
|
|
2376
|
+
"replace": "angle-right-M_16"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"replaceWith": "chevron-right_24",
|
|
2380
|
+
"replace": "angle-right-M_24"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"replaceWith": "chevron-right_32",
|
|
2384
|
+
"replace": "angle-right-M_32"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"replaceWith": "chevron-right-s_16",
|
|
2388
|
+
"replace": "angle-right-S_16"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"replaceWith": "chevron-up_16",
|
|
2392
|
+
"replace": "angle-up-L_16"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"replaceWith": "chevron-up_24",
|
|
2396
|
+
"replace": "angle-up-L_24"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"replaceWith": "chevron-up_16",
|
|
2400
|
+
"replace": "angle-up-M_16"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"replaceWith": "chevron-up_24",
|
|
2404
|
+
"replace": "angle-up-M_24"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"replaceWith": "chevron-up_32",
|
|
2408
|
+
"replace": "angle-up-M_32"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"replaceWith": "chevron-up-s_16",
|
|
2412
|
+
"replace": "angle-up-S_16"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"replaceWith": "chevron-down_16",
|
|
2416
|
+
"replace": "angle-down-l_16"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"replaceWith": "chevron-down_24",
|
|
2420
|
+
"replace": "angle-down-l_24"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"replaceWith": "chevron-down_16",
|
|
2424
|
+
"replace": "angle-down-m_16"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"replaceWith": "chevron-down_24",
|
|
2428
|
+
"replace": "angle-down-m_24"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"replace": "angle-down-m_32",
|
|
2432
|
+
"replaceWith": "chevron-down_32"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"replaceWith": "chevron-down-s_16",
|
|
2436
|
+
"replace": "angle-down-s_16"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"replaceWith": "chevron-left_16",
|
|
2440
|
+
"replace": "angle-left-l_16"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"replaceWith": "chevron-left_24",
|
|
2444
|
+
"replace": "angle-left-l_24"
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"replaceWith": "chevron-left_16",
|
|
2448
|
+
"replace": "angle-left-m_16"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"replaceWith": "chevron-left_24",
|
|
2452
|
+
"replace": "angle-left-m_24"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"replaceWith": "chevron-left_32",
|
|
2456
|
+
"replace": "angle-left-m_32"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"replaceWith": "chevron-left-s_16",
|
|
2460
|
+
"replace": "angle-left-s_16"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"replaceWith": "chevron-right_16",
|
|
2464
|
+
"replace": "angle-right-l_16"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"replaceWith": "chevron-right_24",
|
|
2468
|
+
"replace": "angle-right-l_24"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"replaceWith": "chevron-right_16",
|
|
2472
|
+
"replace": "angle-right-m_16"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"replaceWith": "chevron-right_24",
|
|
2476
|
+
"replace": "angle-right-m_24"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"replaceWith": "chevron-right_32",
|
|
2480
|
+
"replace": "angle-right-m_32"
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"replaceWith": "chevron-right-s_16",
|
|
2484
|
+
"replace": "angle-right-s_16"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"replaceWith": "chevron-up_16",
|
|
2488
|
+
"replace": "angle-up-l_16"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"replaceWith": "chevron-up_24",
|
|
2492
|
+
"replace": "angle-up-l_24"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"replaceWith": "chevron-up_16",
|
|
2496
|
+
"replace": "angle-up-m_16"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"replaceWith": "chevron-up_24",
|
|
2500
|
+
"replace": "angle-up-m_24"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"replaceWith": "chevron-up_32",
|
|
2504
|
+
"replace": "angle-up-m_32"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"replaceWith": "chevron-up-s_16",
|
|
2508
|
+
"replace": "angle-up-s_16"
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"replaceWith": "anomaly_16",
|
|
2512
|
+
"replace": "anomaly_16"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"replaceWith": "api_16",
|
|
2516
|
+
"replace": "api_16"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"replaceWith": "api_24",
|
|
2520
|
+
"replace": "api_24"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"replaceWith": "box-archive_16",
|
|
2524
|
+
"replace": "archive_16"
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"replaceWith": "arrow-left_16",
|
|
2528
|
+
"replace": "arrow-back_16"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"replaceWith": "arrow-right_16",
|
|
2532
|
+
"replace": "arrow-forward_16"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"replaceWith": "arrow-left-to-line_16",
|
|
2536
|
+
"replace": "arrow-left-terminal_16"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"replaceWith": "arrow-right-to-line_16",
|
|
2540
|
+
"replace": "arrow-right-terminal_16"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"replaceWith": "arrow-down_16",
|
|
2544
|
+
"replace": "arrow-small-down_16"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"replaceWith": "arrow-left_16",
|
|
2548
|
+
"replace": "arrow-small-left_16"
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"replaceWith": "arrow-right_16",
|
|
2552
|
+
"replace": "arrow-small-right_16"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"replaceWith": "arrow-up_16",
|
|
2556
|
+
"replace": "arrow-small-up_16"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"replaceWith": "arrow-thin-down_16",
|
|
2560
|
+
"replace": "arrow-thin-down_16"
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"replaceWith": "arrow-thin-left_16",
|
|
2564
|
+
"replace": "arrow-thin-left_16"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"replaceWith": "arrow-thin-right_16",
|
|
2568
|
+
"replace": "arrow-thin-right_16"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"replaceWith": "arrow-thin-up_16",
|
|
2572
|
+
"replace": "arrow-thin-up_16"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"replaceWith": "signal-stream_16",
|
|
2576
|
+
"replace": "asset-access-point_16"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"replaceWith": "signal-stream_24",
|
|
2580
|
+
"replace": "asset-access-point_24"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"replaceWith": "user_16",
|
|
2584
|
+
"replace": "asset-account_16"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"replaceWith": "user_24",
|
|
2588
|
+
"replace": "asset-account_24"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"replaceWith": "active-directory_16",
|
|
2592
|
+
"replace": "asset-active-directory_16"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"replaceWith": "active-directory_24",
|
|
2596
|
+
"replace": "asset-active-directory_24"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"replaceWith": "aix_16",
|
|
2600
|
+
"replace": "asset-aix_16"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"replaceWith": "aix_24",
|
|
2604
|
+
"replace": "asset-aix_24"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"replaceWith": "android_16",
|
|
2608
|
+
"replace": "asset-android_16"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"replaceWith": "apple_16",
|
|
2612
|
+
"replace": "asset-apple_16"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"replaceWith": "apple_24",
|
|
2616
|
+
"replace": "asset-apple_24"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"replaceWith": "bsd_16",
|
|
2620
|
+
"replace": "asset-bsd_16"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"replaceWith": "bsd_24",
|
|
2624
|
+
"replace": "asset-bsd_24"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"replaceWith": "cloud_16",
|
|
2628
|
+
"replace": "asset-cloud_16"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"replaceWith": "cloud_24",
|
|
2632
|
+
"replace": "asset-cloud_24"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"replaceWith": "desktop_16",
|
|
2636
|
+
"replace": "asset-desktop_16"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"replaceWith": "desktop_24",
|
|
2640
|
+
"replace": "asset-desktop_24"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"replaceWith": "block-brick_16",
|
|
2644
|
+
"replace": "asset-firewall_16"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"replaceWith": "block-brick_24",
|
|
2648
|
+
"replace": "asset-firewall_24"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"replaceWith": "question-circle_16",
|
|
2652
|
+
"replace": "asset-host-virtual_16"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"replaceWith": "question-circle_24",
|
|
2656
|
+
"replace": "asset-host-virtual_24"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"replaceWith": "hpux_16",
|
|
2660
|
+
"replace": "asset-hpux_16"
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"replaceWith": "hpux_24",
|
|
2664
|
+
"replace": "asset-hpux_24"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"replaceWith": "hypervisor_16",
|
|
2668
|
+
"replace": "asset-hypervisor_16"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"replaceWith": "hypervisor_24",
|
|
2672
|
+
"replace": "asset-hypervisor_24"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"replaceWith": "idrac_16",
|
|
2676
|
+
"replace": "asset-idrac_16"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"replaceWith": "idrac_24",
|
|
2680
|
+
"replace": "asset-idrac_24"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"replaceWith": "linux_16",
|
|
2684
|
+
"replace": "asset-linux_16"
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"replaceWith": "linux_24",
|
|
2688
|
+
"replace": "asset-linux_24"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"replaceWith": "mobile_16",
|
|
2692
|
+
"replace": "asset-mobile-device_16"
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"replaceWith": "desktop-multiple_16",
|
|
2696
|
+
"replace": "asset-multiple_16"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"replaceWith": "desktop-multiple_24",
|
|
2700
|
+
"replace": "asset-multiple_24"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"replaceWith": "network-device-dots_16",
|
|
2704
|
+
"replace": "asset-network-device_16"
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"replaceWith": "network-device-dots_24",
|
|
2708
|
+
"replace": "asset-network-device_24"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"replaceWith": "question-circle_16",
|
|
2712
|
+
"replace": "asset-network-dummy_16"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"replaceWith": "cloud_16",
|
|
2716
|
+
"replace": "asset-network_16"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"replaceWith": "cloud-o_24",
|
|
2720
|
+
"replace": "asset-network_24"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"replaceWith": "question-circle_16",
|
|
2724
|
+
"replace": "asset-node_16"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"replaceWith": "question-circle_24",
|
|
2728
|
+
"replace": "asset-node_24"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"replaceWith": "question-circle_24",
|
|
2732
|
+
"replace": "asset-other-2_24"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"replaceWith": "question-circle_16",
|
|
2736
|
+
"replace": "asset-other_16"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"replaceWith": "question-circle_24",
|
|
2740
|
+
"replace": "asset-other_24"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"replaceWith": "printer_16",
|
|
2744
|
+
"replace": "asset-printer_16"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"replaceWith": "printer_24",
|
|
2748
|
+
"replace": "asset-printer_24"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"replaceWith": "router_16",
|
|
2752
|
+
"replace": "asset-router_16"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"replaceWith": "router_24",
|
|
2756
|
+
"replace": "asset-router_24"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"replaceWith": "sap_16",
|
|
2760
|
+
"replace": "asset-sap_16"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"replaceWith": "sap_24",
|
|
2764
|
+
"replace": "asset-sap_24"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"replaceWith": "server_16",
|
|
2768
|
+
"replace": "asset-server_16"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"replaceWith": "server_24",
|
|
2772
|
+
"replace": "asset-server_24"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"replaceWith": "arrows-left-right-rectangle-horizontal-o_16",
|
|
2776
|
+
"replace": "asset-switch_16"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"replaceWith": "arrows-left-right-rectangle-horizontal-o_24",
|
|
2780
|
+
"replace": "asset-switch_24"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"replaceWith": "globe_16",
|
|
2784
|
+
"replace": "asset-website_16"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"replaceWith": "globe_24",
|
|
2788
|
+
"replace": "asset-website_24"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"replaceWith": "windows_16",
|
|
2792
|
+
"replace": "asset-windows_16"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"replaceWith": "windows_24",
|
|
2796
|
+
"replace": "asset-windows_24"
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"replaceWith": "backward_16",
|
|
2800
|
+
"replace": "backward_16"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"replaceWith": "band-aid_16",
|
|
2804
|
+
"replace": "band-aid_16"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"replaceWith": "bell_16",
|
|
2808
|
+
"replace": "bell-o_16"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"replaceWith": "bell_24",
|
|
2812
|
+
"replace": "bell-o_24"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"replaceWith": "bell-slash_16",
|
|
2816
|
+
"replace": "bell-off-o_16"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"replaceWith": "bell-slash_24",
|
|
2820
|
+
"replace": "bell-off-o_24"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"replaceWith": "bell_16",
|
|
2824
|
+
"replace": "bell_16"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"replaceWith": "bell_32",
|
|
2828
|
+
"replace": "bell_32"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"replaceWith": "bento-menu_16",
|
|
2832
|
+
"replace": "bento_16"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"replaceWith": "bento-menu_24",
|
|
2836
|
+
"replace": "bento_24"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"replaceWith": "bento-menu_32",
|
|
2840
|
+
"replace": "bento_32"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"replaceWith": "binoculars_16",
|
|
2844
|
+
"replace": "binoculars_16"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"replaceWith": "server_24",
|
|
2848
|
+
"replace": "blackbox-o_24"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"replaceWith": "server_24",
|
|
2852
|
+
"replace": "blackbox_24"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"replaceWith": "file-badge-ban-o_16",
|
|
2856
|
+
"replace": "blacklist_16"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"replaceWith": "file-badge-ban-o_24",
|
|
2860
|
+
"replace": "blacklist_24"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"replaceWith": "bolt_16",
|
|
2864
|
+
"replace": "bolt_16"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"replaceWith": "bolt-o_32",
|
|
2868
|
+
"replace": "bolt_32"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"replaceWith": "book-multiple-o_24",
|
|
2872
|
+
"replace": "book-o_24"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"replaceWith": "book-open_16",
|
|
2876
|
+
"replace": "book-open_16"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"replaceWith": "book-open_24",
|
|
2880
|
+
"replace": "book-open_24"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"replaceWith": "book-multiple_24",
|
|
2884
|
+
"replace": "book_24"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"replaceWith": "cloud-badge-globe-o_16",
|
|
2888
|
+
"replace": "border-network_16"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"replaceWith": "cloud-badge-globe-o_24",
|
|
2892
|
+
"replace": "border-network_24"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"replaceWith": "box_16",
|
|
2896
|
+
"replace": "box-closed_16"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"replaceWith": "box-open_16",
|
|
2900
|
+
"replace": "box-open_16"
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"replaceWith": "branch_24",
|
|
2904
|
+
"replace": "branch-o_24"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"replaceWith": "branch_16",
|
|
2908
|
+
"replace": "branch_16"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"replaceWith": "branch_24",
|
|
2912
|
+
"replace": "branch_24"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"replaceWith": "break-block_16",
|
|
2916
|
+
"replace": "break-block_16"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"replaceWith": "bug_16",
|
|
2920
|
+
"replace": "bug_16"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"replaceWith": "wrench-badge-play_16",
|
|
2924
|
+
"replace": "build-config_16"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"replaceWith": "build-set_16",
|
|
2928
|
+
"replace": "build-set_16"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"replaceWith": "building_16",
|
|
2932
|
+
"replace": "building_16"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"replaceWith": "calendar-xmark-o_16",
|
|
2936
|
+
"replace": "calendar-stopped_16"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"replaceWith": "calendar-o_16",
|
|
2940
|
+
"replace": "calendar_16"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"replaceWith": "channel_16",
|
|
2944
|
+
"replace": "channel_16"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"replaceWith": "chart-area_16",
|
|
2948
|
+
"replace": "chart-area_16"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"replaceWith": "chart-area_24",
|
|
2952
|
+
"replace": "chart-area_24"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"replaceWith": "chart-bar-vertical_16",
|
|
2956
|
+
"replace": "chart-bar-vertical_16"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"replaceWith": "chart-bar-vertical_24",
|
|
2960
|
+
"replace": "chart-bar-vertical_24"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"replaceWith": "chart-bar-horizontal_16",
|
|
2964
|
+
"replace": "chart-bar_16"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"replaceWith": "chart-bar-horizontal_24",
|
|
2968
|
+
"replace": "chart-bar_24"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"replaceWith": "chart-bar-horizontal_32",
|
|
2972
|
+
"replace": "chart-bar_32"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"replaceWith": "chart-bar-horizontal_48",
|
|
2976
|
+
"replace": "chart-bar_48"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"replaceWith": "chart-bubble_16",
|
|
2980
|
+
"replace": "chart-bubble_16"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"replaceWith": "chart-donut_16",
|
|
2984
|
+
"replace": "chart-donut_16"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"replaceWith": "chart-donut_24",
|
|
2988
|
+
"replace": "chart-donut_24"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"replaceWith": "chart-heatmap_16",
|
|
2992
|
+
"replace": "chart-heatmap_16"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"replaceWith": "chart-heatmap_24",
|
|
2996
|
+
"replace": "chart-heatmap_24"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"replaceWith": "chart-index_24",
|
|
3000
|
+
"replace": "chart-index-only_24"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"replaceWith": "chart-index_16",
|
|
3004
|
+
"replace": "chart-index_16"
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"replaceWith": "chart-index-line_24",
|
|
3008
|
+
"replace": "chart-index_24"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"replaceWith": "chart-line-multiple_16",
|
|
3012
|
+
"replace": "chart-line-multiple_16"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"replaceWith": "chart-line-multiple_24",
|
|
3016
|
+
"replace": "chart-line-multiple_24"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"replaceWith": "chart-line-multiple_32",
|
|
3020
|
+
"replace": "chart-line-multiple_32"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"replaceWith": "chart-line-multiple_48",
|
|
3024
|
+
"replace": "chart-line-multiple_48"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"replaceWith": "chart-line_16",
|
|
3028
|
+
"replace": "chart-line_16"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"replaceWith": "chart-line_24",
|
|
3032
|
+
"replace": "chart-line_24"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"replaceWith": "map_16",
|
|
3036
|
+
"replace": "chart-map_16"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"replaceWith": "map_24",
|
|
3040
|
+
"replace": "chart-map_24"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"replaceWith": "chart-pie_16",
|
|
3044
|
+
"replace": "chart-pie_16"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"replaceWith": "chart-stacked-bar-vertical_24",
|
|
3048
|
+
"replace": "chart-stacked-bar-vertical_24"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"replaceWith": "chart-stacked-bar-horizontal_24",
|
|
3052
|
+
"replace": "chart-stacked-bar_24"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"replaceWith": "check-badge-auto_16",
|
|
3056
|
+
"replace": "check-auto_16"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"replaceWith": "check_16",
|
|
3060
|
+
"replace": "check_16"
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"replaceWith": "check_48",
|
|
3064
|
+
"replace": "check_48"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"replaceWith": "checkbox-multiple_16",
|
|
3068
|
+
"replace": "checkbox-multiple_16"
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
"replaceWith": "arrow-turn-down-right_16",
|
|
3072
|
+
"replace": "child-link_16"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"replaceWith": "circle-xs_16",
|
|
3076
|
+
"replace": "circle-6_16"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"replaceWith": "circle-dot-o_16",
|
|
3080
|
+
"replace": "circle-empty-partial_16"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"replaceWith": "circle-o_16",
|
|
3084
|
+
"replace": "circle-empty_16"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"replaceWith": "circle-o_24",
|
|
3088
|
+
"replace": "circle-empty_24"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"replaceWith": "circle-o_16",
|
|
3092
|
+
"replace": "circle-outline_16"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"replaceWith": "circle-dot_16",
|
|
3096
|
+
"replace": "circle-partial_16"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"replaceWith": "check-circle_16",
|
|
3100
|
+
"replace": "circle-successfull-o_16"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"replaceWith": "check-circle_16",
|
|
3104
|
+
"replace": "circle-successfull_16"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"replaceWith": "check-circle_24",
|
|
3108
|
+
"replace": "circle-successfull_24"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"replaceWith": "ban-dot_16",
|
|
3112
|
+
"replace": "circle-unavailable-partial_16"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"replaceWith": "ban_16",
|
|
3116
|
+
"replace": "circle-unavailable_16"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"replaceWith": "ban_24",
|
|
3120
|
+
"replace": "circle-unavailable_24"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"replaceWith": "exclamation-circle_24",
|
|
3124
|
+
"replace": "circle-warning_24"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"replaceWith": "circle_16",
|
|
3128
|
+
"replace": "circle_16"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"replaceWith": "clock_16",
|
|
3132
|
+
"replace": "clock_16"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"replaceWith": "xmark-circle_16",
|
|
3136
|
+
"replace": "close-circle-o_16"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"replaceWith": "xmark-circle_24",
|
|
3140
|
+
"replace": "close-circle-o_24"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"replaceWith": "xmark-circle_16",
|
|
3144
|
+
"replace": "close-circle-small_16"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"replaceWith": "xmark-circle_16",
|
|
3148
|
+
"replace": "close-circle_16"
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"replaceWith": "xmark_16",
|
|
3152
|
+
"replace": "close-l_16"
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"replaceWith": "xmark_16",
|
|
3156
|
+
"replace": "close-L_16"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"replaceWith": "xmark_32",
|
|
3160
|
+
"replace": "close-l_32"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"replaceWith": "xmark_32",
|
|
3164
|
+
"replace": "close-L_32"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"replaceWith": "xmark-s_16",
|
|
3168
|
+
"replace": "close-m_16"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"replaceWith": "xmark-s_16",
|
|
3172
|
+
"replace": "close-M_16"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"replaceWith": "xmark-s_16",
|
|
3176
|
+
"replace": "close-s_16"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"replaceWith": "xmark-s_16",
|
|
3180
|
+
"replace": "close-S_16"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"replaceWith": "cloud-badge-key-o_16",
|
|
3184
|
+
"replace": "cloud-badge-key-o_16"
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"replaceWith": "cloud-badge-key-o_24",
|
|
3188
|
+
"replace": "cloud-badge-key-o_24"
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"replaceWith": "arrows-collapse-diagonal_16",
|
|
3192
|
+
"replace": "collapse-diagonal_16"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"replaceWith": "chevrons-down-up_16",
|
|
3196
|
+
"replace": "collapse_16"
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"replaceWith": "satellite-dish_16",
|
|
3200
|
+
"replace": "collect-data_16"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"replaceWith": "palette_16",
|
|
3204
|
+
"replace": "color-palette_16"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"replaceWith": "message-dot_24",
|
|
3208
|
+
"replace": "comment-active_24"
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"replaceWith": "message_16",
|
|
3212
|
+
"replace": "comment_16"
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"replaceWith": "message_24",
|
|
3216
|
+
"replace": "comment_24"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"replaceWith": "gear-badge-arrowtriangle-up-square_16",
|
|
3220
|
+
"replace": "compliance-level-critical_16"
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"replaceWith": "gear-badge-square_16",
|
|
3224
|
+
"replace": "compliance-level-high_16"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"replaceWith": "gear-badge-square-o_16",
|
|
3228
|
+
"replace": "compliance-level-low_16"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"replaceWith": "gear-badge-square-s_16",
|
|
3232
|
+
"replace": "compliance-level-medium_16"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"replaceWith": "gear-badge-square-o_16",
|
|
3236
|
+
"replace": "compliance-level-not-defined_16"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"replaceWith": "certificate-vertical_16",
|
|
3240
|
+
"replace": "compliance_16"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"replaceWith": "network-device-dots_24",
|
|
3244
|
+
"replace": "connection-o_24"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"replaceWith": "network-device-dots_24",
|
|
3248
|
+
"replace": "connection_24"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"replaceWith": "file-multiple-o_16",
|
|
3252
|
+
"replace": "copy-o_16"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"replaceWith": "square-multiple-o_16",
|
|
3256
|
+
"replace": "copy_16"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"replaceWith": "credit-card_16",
|
|
3260
|
+
"replace": "credit-card_16"
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"replaceWith": "circle-half_16",
|
|
3264
|
+
"replace": "criticality-medium_16"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"replaceWith": "crown_16",
|
|
3268
|
+
"replace": "crown_16"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"replaceWith": "dashboard_16",
|
|
3272
|
+
"replace": "dashboard_16"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"replaceWith": "dashboard-o_32",
|
|
3276
|
+
"replace": "dashboard_32"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"replaceWith": "trash_16",
|
|
3280
|
+
"replace": "delete_16"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"replaceWith": "check-double_16",
|
|
3284
|
+
"replace": "delivered_16"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"replaceWith": "diamond-o_16",
|
|
3288
|
+
"replace": "diamond-o_16"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"replaceWith": "disk-drive_16",
|
|
3292
|
+
"replace": "disc_16"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"replaceWith": "disk-drive_24",
|
|
3296
|
+
"replace": "disc_24"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"replaceWith": "chevron-double-down_16",
|
|
3300
|
+
"replace": "double-angle-down_16"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"replaceWith": "chevron-double-left_16",
|
|
3304
|
+
"replace": "double-angle-left_16"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"replaceWith": "chevron-double-right_16",
|
|
3308
|
+
"replace": "double-angle-right_16"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"replaceWith": "chevron-double-up_16",
|
|
3312
|
+
"replace": "double-angle-up_16"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"replaceWith": "arrow-down-to-line_16",
|
|
3316
|
+
"replace": "download_16"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"replaceWith": "cloud-arrow-down-o_32",
|
|
3320
|
+
"replace": "download_32"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"replaceWith": "pencil_16",
|
|
3324
|
+
"replace": "edit_16"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"replaceWith": "pencil_24",
|
|
3328
|
+
"replace": "edit_24"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"replaceWith": "ellipsis-horizontal-circle-o_16",
|
|
3332
|
+
"replace": "ellipsis-horiz-circle_16"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"replaceWith": "ellipsis-horizontal_16",
|
|
3336
|
+
"replace": "ellipsis-horizontal_16"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"replaceWith": "ellipsis-vertical_16",
|
|
3340
|
+
"replace": "ellipsis_16"
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"replaceWith": "ellipsis-vertical_24",
|
|
3344
|
+
"replace": "ellipsis_24"
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"replaceWith": "envelope-dot_24",
|
|
3348
|
+
"replace": "email-notification-o_24"
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"replaceWith": "envelope-dot_24",
|
|
3352
|
+
"replace": "email-notification_24"
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"replaceWith": "arrow-turn-down-left_16",
|
|
3356
|
+
"replace": "enter_16"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"replaceWith": "envelope-dot_16",
|
|
3360
|
+
"replace": "envelope-partial_16"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"replaceWith": "envelope-badge-arrow-right_16",
|
|
3364
|
+
"replace": "envelope-send_16"
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"replaceWith": "envelope_16",
|
|
3368
|
+
"replace": "envelope_16"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"replaceWith": "envelope_24",
|
|
3372
|
+
"replace": "envelope_24"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"replaceWith": "exclamation-triangle_16",
|
|
3376
|
+
"replace": "error_16"
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"replaceWith": "exclamation-triangle_32",
|
|
3380
|
+
"replace": "error_32"
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"replaceWith": "bolt-rectangle-vertical-o_16",
|
|
3384
|
+
"replace": "event-alert-o_16"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"replaceWith": "bolt-rectangle-vertical_16",
|
|
3388
|
+
"replace": "event-alert_16"
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"replaceWith": "database-badge-arrow-down_16",
|
|
3392
|
+
"replace": "event-hierarchical_16"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"replaceWith": "file-lines_16",
|
|
3396
|
+
"replace": "event-normalized-o_16"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"replaceWith": "file-lines_16",
|
|
3400
|
+
"replace": "event-normalized_16"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"replaceWith": "file-lines-short_16",
|
|
3404
|
+
"replace": "event-raw-o_16"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"replaceWith": "bars-bold-horizontal_16",
|
|
3408
|
+
"replace": "event-template_16"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"replaceWith": "arrow-right-arrow-left_16",
|
|
3412
|
+
"replace": "exchange_16"
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"replaceWith": "exists_16",
|
|
3416
|
+
"replace": "exists_16"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"replaceWith": "arrows-expand-diagonal_16",
|
|
3420
|
+
"replace": "expand-diagonal_16"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"replaceWith": "chevrons-up-down_16",
|
|
3424
|
+
"replace": "expand_16"
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"replaceWith": "arrow-right-from-bracket_16",
|
|
3428
|
+
"replace": "export_16"
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"replaceWith": "arrow-up-right-from-square_16",
|
|
3432
|
+
"replace": "external-link_16"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"replaceWith": "eye-slash_16",
|
|
3436
|
+
"replace": "eye-crossed_16"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"replaceWith": "eye_16",
|
|
3440
|
+
"replace": "eye_16"
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"replaceWith": "fence_16",
|
|
3444
|
+
"replace": "fence_16"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"replaceWith": "file-archive-o_16",
|
|
3448
|
+
"replace": "file-archive_16"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"replaceWith": "file-code-o_16",
|
|
3452
|
+
"replace": "file-code_16"
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"replaceWith": "file-doc-o_48",
|
|
3456
|
+
"replace": "file-doc_48"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"replaceWith": "file-multiple-o_16",
|
|
3460
|
+
"replace": "file-empty-multiple_16"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"replaceWith": "file-multiple-o_24",
|
|
3464
|
+
"replace": "file-empty-multiple_24"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"replaceWith": "file-o_16",
|
|
3468
|
+
"replace": "file-empty_16"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"replaceWith": "file-o_32",
|
|
3472
|
+
"replace": "file-empty_32"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"replaceWith": "arrow-right-circle-dot-o_16",
|
|
3476
|
+
"replace": "file-passed-partial_16"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"replaceWith": "arrow-right-through-line_16",
|
|
3480
|
+
"replace": "file-passed_16"
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"replaceWith": "file-pdf-o_48",
|
|
3484
|
+
"replace": "file-pdf_48"
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"replaceWith": "file-badge-arrow-left-o_16",
|
|
3488
|
+
"replace": "file-text-arrow-left_16"
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"replaceWith": "file-badge-arrow-right-o_16",
|
|
3492
|
+
"replace": "file-text-arrow-right_16"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"replaceWith": "file-text-o_16",
|
|
3496
|
+
"replace": "file-text_16"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"replaceWith": "file-cut-o_16",
|
|
3500
|
+
"replace": "file-unfinished_16"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"replaceWith": "filter-dot_16",
|
|
3504
|
+
"replace": "filter-active-o_16"
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"replaceWith": "filter-dot_16",
|
|
3508
|
+
"replace": "filter-active_16"
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"replaceWith": "filter_16",
|
|
3512
|
+
"replace": "filter-o_16"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"replaceWith": "filter_16",
|
|
3516
|
+
"replace": "filter_16"
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"replaceWith": "crosshairs_16",
|
|
3520
|
+
"replace": "find-me_16"
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"replaceWith": "flowchart-dot_16",
|
|
3524
|
+
"replace": "flowchart-partial_16"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"replaceWith": "flowchart_16",
|
|
3528
|
+
"replace": "flowchart_16"
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"replaceWith": "folder-dot_16",
|
|
3532
|
+
"replace": "folder-closed-partial_16"
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"replaceWith": "folder_16",
|
|
3536
|
+
"replace": "folder-closed_16"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"replaceWith": "folder_24",
|
|
3540
|
+
"replace": "folder-closed_24"
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"replaceWith": "folder-badge-arrow-right_16",
|
|
3544
|
+
"replace": "folder-move_16"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"replaceWith": "folder-multiple_16",
|
|
3548
|
+
"replace": "folder-multiple_16"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"replaceWith": "folder-open_24",
|
|
3552
|
+
"replace": "folder-open-o_24"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"replaceWith": "folder-open-dot_16",
|
|
3556
|
+
"replace": "folder-open-partial_16"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"replaceWith": "folder-open_16",
|
|
3560
|
+
"replace": "folder-open_16"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"replaceWith": "folder-open_24",
|
|
3564
|
+
"replace": "folder-open_24"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"replaceWith": "folder-open-badge-magnifying-glass_16",
|
|
3568
|
+
"replace": "folder-search-open_16"
|
|
3569
|
+
},
|
|
3570
|
+
{
|
|
3571
|
+
"replaceWith": "folder-badge-magnifying-glass_16",
|
|
3572
|
+
"replace": "folder-search_16"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"replaceWith": "folder-o_32",
|
|
3576
|
+
"replace": "folder_32"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"replaceWith": "formula_16",
|
|
3580
|
+
"replace": "formula_16"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"replaceWith": "forward-step_16",
|
|
3584
|
+
"replace": "forward_16"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"replaceWith": "gear_24",
|
|
3588
|
+
"replace": "gear-o_24"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"replaceWith": "gear_16",
|
|
3592
|
+
"replace": "gear_16"
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"replaceWith": "gear_24",
|
|
3596
|
+
"replace": "gear_24"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"replaceWith": "globe-multiple_16",
|
|
3600
|
+
"replace": "globe-multiple_16"
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"replaceWith": "globe-dot_16",
|
|
3604
|
+
"replace": "globe-partial_16"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"replaceWith": "globe_16",
|
|
3608
|
+
"replace": "globe_16"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"replaceWith": "message-arrow-right_16",
|
|
3612
|
+
"replace": "go-to-comment_16"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"replaceWith": "message-arrow-right_24",
|
|
3616
|
+
"replace": "go-to-comment_24"
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"replaceWith": "gossopka_16",
|
|
3620
|
+
"replace": "gossopka_16"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"replaceWith": "grid-group-dot_16",
|
|
3624
|
+
"replace": "grid-group-active_16"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"replaceWith": "grid-group_16",
|
|
3628
|
+
"replace": "grid-group_16"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"replaceWith": "bars-horizontal_16",
|
|
3632
|
+
"replace": "hamburger_16"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"replaceWith": "bars-horizontal_32",
|
|
3636
|
+
"replace": "hamburger_32"
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"replaceWith": "grip-vertical_16",
|
|
3640
|
+
"replace": "handle_16"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"replaceWith": "hashtag_16",
|
|
3644
|
+
"replace": "hash_16"
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"replaceWith": "clock-rotate-left_16",
|
|
3648
|
+
"replace": "history_16"
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"replaceWith": "hourglass-start_16",
|
|
3652
|
+
"replace": "hourglasses-0_16"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"replaceWith": "hourglass-end_16",
|
|
3656
|
+
"replace": "hourglasses-100_16"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"replaceWith": "hourglass-half_16",
|
|
3660
|
+
"replace": "hourglasses-50_16"
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"replaceWith": "house-o_16",
|
|
3664
|
+
"replace": "house-o_16"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"replaceWith": "house_16",
|
|
3668
|
+
"replace": "house_16"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"replaceWith": "minus-circle-o_16",
|
|
3672
|
+
"replace": "ignore-o_16"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"replaceWith": "minus-circle-o_24",
|
|
3676
|
+
"replace": "ignore-o_24"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"replaceWith": "minus-circle_24",
|
|
3680
|
+
"replace": "ignore_24"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"replaceWith": "image_16",
|
|
3684
|
+
"replace": "image-block_16"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"replaceWith": "arrow-right-to-bracket_16",
|
|
3688
|
+
"replace": "import_16"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"replaceWith": "arrows-up_16",
|
|
3692
|
+
"replace": "importance-1_16"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"replaceWith": "arrow-up_16",
|
|
3696
|
+
"replace": "importance-2_16"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"replaceWith": "circle-half_16",
|
|
3700
|
+
"replace": "importance-3_16"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"replaceWith": "minus_16",
|
|
3704
|
+
"replace": "importance-4_16"
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"replaceWith": "arrow-down_16",
|
|
3708
|
+
"replace": "importance-5_16"
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"replaceWith": "info-circle_16",
|
|
3712
|
+
"replace": "info-circle_16"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"replaceWith": "info-circle_16",
|
|
3716
|
+
"replace": "info-o_16"
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"replaceWith": "info-circle_24",
|
|
3720
|
+
"replace": "info-o_24"
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"replaceWith": "info-circle_16",
|
|
3724
|
+
"replace": "info_16"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"replaceWith": "info-circle_24",
|
|
3728
|
+
"replace": "info_24"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"replaceWith": "arrow-right-to-arc_16",
|
|
3732
|
+
"replace": "interface-in_16"
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"replaceWith": "arrow-right-to-arc_24",
|
|
3736
|
+
"replace": "interface-in_24"
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"replaceWith": "arrow-right-from-arc_16",
|
|
3740
|
+
"replace": "interface-out_16"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"replaceWith": "arrow-right-from-arc_24",
|
|
3744
|
+
"replace": "interface-out_24"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"replaceWith": "ip-multiple_16",
|
|
3748
|
+
"replace": "ip-group_16"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"replaceWith": "ip_16",
|
|
3752
|
+
"replace": "ip_16"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"replaceWith": "join_16",
|
|
3756
|
+
"replace": "join_16"
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"replaceWith": "key_16",
|
|
3760
|
+
"replace": "key_16"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"replaceWith": "key_24",
|
|
3764
|
+
"replace": "key_24"
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"replaceWith": "keyboard_16",
|
|
3768
|
+
"replace": "keyboard_16"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"replaceWith": "file-horizontal-o_16",
|
|
3772
|
+
"replace": "landscape-orientation_16"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"replaceWith": "certificate-horizontal_16",
|
|
3776
|
+
"replace": "license_16"
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"replaceWith": "certificate-horizontal_24",
|
|
3780
|
+
"replace": "license_24"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"replaceWith": "scissors_16",
|
|
3784
|
+
"replace": "limit_16"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"replaceWith": "link-multiple_16",
|
|
3788
|
+
"replace": "link-group_16"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"replaceWith": "link-multiple_24",
|
|
3792
|
+
"replace": "link-group_24"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"replaceWith": "link-dot_16",
|
|
3796
|
+
"replace": "link-partial_16"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"replaceWith": "link_16",
|
|
3800
|
+
"replace": "link_16"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"replaceWith": "list-ol_16",
|
|
3804
|
+
"replace": "list-ol_16"
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"replaceWith": "list-ul_16",
|
|
3808
|
+
"replace": "list-ul_16"
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"replaceWith": "list_16",
|
|
3812
|
+
"replace": "list_16"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"replaceWith": "list_24",
|
|
3816
|
+
"replace": "list_24"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"replaceWith": "list_32",
|
|
3820
|
+
"replace": "list_32"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"replaceWith": "spinner_16",
|
|
3824
|
+
"replace": "loader-circle_16"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"replaceWith": "lock_16",
|
|
3828
|
+
"replace": "lock-locked-o_16"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"replaceWith": "lock_24",
|
|
3832
|
+
"replace": "lock-locked-o_24"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"replaceWith": "lock_16",
|
|
3836
|
+
"replace": "lock-locked_16"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"replaceWith": "lock_24",
|
|
3840
|
+
"replace": "lock-locked_24"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"replaceWith": "lock-open_16",
|
|
3844
|
+
"replace": "lock-unlocked_16"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"replaceWith": "scroll-o_16",
|
|
3848
|
+
"replace": "log-o_16"
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"replaceWith": "scroll-o_24",
|
|
3852
|
+
"replace": "log-o_24"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"replaceWith": "scroll-o_24",
|
|
3856
|
+
"replace": "log_24"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"replaceWith": "arrow-right-to-rectangle_24",
|
|
3860
|
+
"replace": "login_24"
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"replaceWith": "map-slash_16",
|
|
3864
|
+
"replace": "map-slash_16"
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"replaceWith": "map_16",
|
|
3868
|
+
"replace": "map_16"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"replaceWith": "chevrons-expand_16",
|
|
3872
|
+
"replace": "maximize_16"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"replaceWith": "compress_16",
|
|
3876
|
+
"replace": "minimize_16"
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"replaceWith": "minus-circle-s_16",
|
|
3880
|
+
"replace": "minus-circle-small_16"
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"replaceWith": "minus-circle-s_16",
|
|
3884
|
+
"replace": "minus-circle-xs_16"
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"replaceWith": "minus-circle_16",
|
|
3888
|
+
"replace": "minus-circle_16"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"replaceWith": "minus_16",
|
|
3892
|
+
"replace": "minus_16"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"replaceWith": "network-device-multiple_16",
|
|
3896
|
+
"replace": "net-packet-group_16"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"replaceWith": "network-device_16",
|
|
3900
|
+
"replace": "net-packet_16"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"replaceWith": "arrow-up-right-from-square_16",
|
|
3904
|
+
"replace": "new-tab_16"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"replaceWith": "paper-plane_16",
|
|
3908
|
+
"replace": "paper-plane_16"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"replaceWith": "paperclip_16",
|
|
3912
|
+
"replace": "paperclip_16"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"replaceWith": "paperclip_24",
|
|
3916
|
+
"replace": "paperclip_24"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"replaceWith": "arrow-up-left_16",
|
|
3920
|
+
"replace": "parent-link_16"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"replaceWith": "pause-circle_16",
|
|
3924
|
+
"replace": "pause-circle_16"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"replaceWith": "clock-badge-pause_16",
|
|
3928
|
+
"replace": "pause-on-time_16"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"replaceWith": "pause_16",
|
|
3932
|
+
"replace": "pause_16"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"replaceWith": "pause_32",
|
|
3936
|
+
"replace": "pause_32"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"replaceWith": "pause_48",
|
|
3940
|
+
"replace": "pause_48"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"replaceWith": "pause_64",
|
|
3944
|
+
"replace": "pause_64"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"replaceWith": "phone_16",
|
|
3948
|
+
"replace": "phone_16"
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"replaceWith": "pin_16",
|
|
3952
|
+
"replace": "pin_16"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"replaceWith": "play-circle_16",
|
|
3956
|
+
"replace": "play-circle_16"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"replaceWith": "play_16",
|
|
3960
|
+
"replace": "play-o_16"
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"replaceWith": "clock-badge-play_16",
|
|
3964
|
+
"replace": "play-on-time_16"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"replaceWith": "play-rewind_16",
|
|
3968
|
+
"replace": "play-rewind_16"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"replaceWith": "play_16",
|
|
3972
|
+
"replace": "play_16"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"replaceWith": "play_32",
|
|
3976
|
+
"replace": "play_32"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"replaceWith": "play_48",
|
|
3980
|
+
"replace": "play_48"
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"replaceWith": "play_64",
|
|
3984
|
+
"replace": "play_64"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"replaceWith": "plug_16",
|
|
3988
|
+
"replace": "plug-o_16"
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"replaceWith": "plug_24",
|
|
3992
|
+
"replace": "plug-o_24"
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"replaceWith": "plug_16",
|
|
3996
|
+
"replace": "plug_16"
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"replaceWith": "plug_24",
|
|
4000
|
+
"replace": "plug_24"
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"replaceWith": "plus-circle-s_16",
|
|
4004
|
+
"replace": "plus-circle-xs_16"
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"replaceWith": "plus-circle_16",
|
|
4008
|
+
"replace": "plus-circle_16"
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"replaceWith": "plus_16",
|
|
4012
|
+
"replace": "plus_16"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"replaceWith": "plus_32",
|
|
4016
|
+
"replace": "plus_32"
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"replaceWith": "plus_64",
|
|
4020
|
+
"replace": "plus_64"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"replaceWith": "robot_16",
|
|
4024
|
+
"replace": "policies_16"
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"replaceWith": "clipboard-check-o_24",
|
|
4028
|
+
"replace": "policy-o_24"
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"replaceWith": "clipboard-check_24",
|
|
4032
|
+
"replace": "policy_24"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"replaceWith": "file-o_16",
|
|
4036
|
+
"replace": "portrait-orientation_16"
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"replaceWith": "bars-vertical_16",
|
|
4040
|
+
"replace": "project_16"
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"replaceWith": "shield-check_16",
|
|
4044
|
+
"replace": "protection-active_16"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"replaceWith": "shield-half_16",
|
|
4048
|
+
"replace": "protection-half_16"
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"replaceWith": "shield-slash_16",
|
|
4052
|
+
"replace": "protection-off_16"
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"replaceWith": "pulse_16",
|
|
4056
|
+
"replace": "pulse_16"
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"replaceWith": "ql_16",
|
|
4060
|
+
"replace": "ql_16"
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"replaceWith": "question-circle_16",
|
|
4064
|
+
"replace": "question-circle-o_16"
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"replaceWith": "question-circle_24",
|
|
4068
|
+
"replace": "question-circle-o_24"
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"replaceWith": "question-circle-o_32",
|
|
4072
|
+
"replace": "question-circle-o_32"
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"replaceWith": "question-circle_16",
|
|
4076
|
+
"replace": "question-circle_16"
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"replaceWith": "question_16",
|
|
4080
|
+
"replace": "question_16"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"replaceWith": "reachability-from_16",
|
|
4084
|
+
"replace": "reachability-from_16"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"replaceWith": "reachability-to_16",
|
|
4088
|
+
"replace": "reachability-to_16"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"replaceWith": "reachability_16",
|
|
4092
|
+
"replace": "reachability_16"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"replaceWith": "redo_16",
|
|
4096
|
+
"replace": "redo_16"
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"replaceWith": "arrows-rotate-reverse-slash_16",
|
|
4100
|
+
"replace": "refresh-off_16"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"replaceWith": "arrows-rotate-reverse_16",
|
|
4104
|
+
"replace": "refresh_16"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"replaceWith": "arrows-rotate-reverse_24",
|
|
4108
|
+
"replace": "refresh_24"
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"replaceWith": "arrows-rotate_48",
|
|
4112
|
+
"replace": "refresh_48"
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"replaceWith": "regex_16",
|
|
4116
|
+
"replace": "regex_16"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"replaceWith": "registry-multiple_16",
|
|
4120
|
+
"replace": "registry-group_16"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"replaceWith": "registry_16",
|
|
4124
|
+
"replace": "registry_16"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"replaceWith": "list-badge-xmark_16",
|
|
4128
|
+
"replace": "remove-from-list_16"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"replaceWith": "file-exclamation-o_16",
|
|
4132
|
+
"replace": "report-errors_16"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"replaceWith": "file-o_16",
|
|
4136
|
+
"replace": "report-o_16"
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"replaceWith": "file-o_24",
|
|
4140
|
+
"replace": "report-o_24"
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"replaceWith": "file-o_16",
|
|
4144
|
+
"replace": "report_16"
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"replaceWith": "file-o_24",
|
|
4148
|
+
"replace": "report_24"
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"replaceWith": "file-lines-o_32",
|
|
4152
|
+
"replace": "report_32"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"replaceWith": "arrow-rotate-right-dot_16",
|
|
4156
|
+
"replace": "retro-analysis_16"
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"replaceWith": "satellite-dish_16",
|
|
4160
|
+
"replace": "satellite_16"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"replaceWith": "floppy-disk_16",
|
|
4164
|
+
"replace": "save_16"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"replaceWith": "radar-o_32",
|
|
4168
|
+
"replace": "scan_32"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"replaceWith": "magnifying-glass-badge-sparkles_16",
|
|
4172
|
+
"replace": "search-sparkles_16"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"replaceWith": "magnifying-glass_16",
|
|
4176
|
+
"replace": "search_16"
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
"replaceWith": "magnifying-glass_24",
|
|
4180
|
+
"replace": "search_24"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"replaceWith": "arrow-up-from-rectangle_16",
|
|
4184
|
+
"replace": "share_16"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"replaceWith": "rectangle-triangle-vertical-thin_16",
|
|
4188
|
+
"replace": "siem-vulner-level-critical_16"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"replaceWith": "rectangle-vertical-thin_16",
|
|
4192
|
+
"replace": "siem-vulner-level-high_16"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"replaceWith": "rectangle-vertical-thin-o_16",
|
|
4196
|
+
"replace": "siem-vulner-level-low_16"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"replaceWith": "rectangle-vertical-thin-half_16",
|
|
4200
|
+
"replace": "siem-vulner-level-medium_16"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"replaceWith": "rectangle-vertical-thin-lines_16",
|
|
4204
|
+
"replace": "siem-vulner-level-not-defined_16"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"replaceWith": "shield-star_16",
|
|
4208
|
+
"replace": "significance-high_16"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"replaceWith": "shield-o_16",
|
|
4212
|
+
"replace": "significance-low_16"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"replaceWith": "shield-ribbon_16",
|
|
4216
|
+
"replace": "significance-medium_16"
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"replaceWith": "shield-o_16",
|
|
4220
|
+
"replace": "significance-na_16"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"replaceWith": "sliders-dot_16",
|
|
4224
|
+
"replace": "sliders-active_16"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"replaceWith": "sliders_16",
|
|
4228
|
+
"replace": "sliders_16"
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"replaceWith": "sliders_24",
|
|
4232
|
+
"replace": "sliders_24"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"replaceWith": "sliders_32",
|
|
4236
|
+
"replace": "sliders_32"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"replaceWith": "arrow-up-arrow-down-dot_16",
|
|
4240
|
+
"replace": "sort-active_16"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"replaceWith": "arrow-up-arrow-down_16",
|
|
4244
|
+
"replace": "sort_16"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"replaceWith": "sources_24",
|
|
4248
|
+
"replace": "sources_24"
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"replaceWith": "split-screen-bottom_16",
|
|
4252
|
+
"replace": "split-screen-bottom_16"
|
|
4253
|
+
},
|
|
4254
|
+
{
|
|
4255
|
+
"replaceWith": "split-screen-no-split_16",
|
|
4256
|
+
"replace": "split-screen-no-split_16"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"replaceWith": "split-screen-right_16",
|
|
4260
|
+
"replace": "split-screen-right_16"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"replaceWith": "square-dot_16",
|
|
4264
|
+
"replace": "square-partial_16"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"replaceWith": "square_16",
|
|
4268
|
+
"replace": "square_16"
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"replaceWith": "star-o_16",
|
|
4272
|
+
"replace": "star-o_16"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"replaceWith": "star_16",
|
|
4276
|
+
"replace": "star_16"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"replaceWith": "diamond_16",
|
|
4280
|
+
"replace": "startline_16"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"replaceWith": "stop-circle_16",
|
|
4284
|
+
"replace": "stop-circle_16"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"replaceWith": "clock-badge-stop_16",
|
|
4288
|
+
"replace": "stop-on-time_16"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"replaceWith": "stop_16",
|
|
4292
|
+
"replace": "stop_16"
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"replaceWith": "stop_32",
|
|
4296
|
+
"replace": "stop_32"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"replaceWith": "stop_48",
|
|
4300
|
+
"replace": "stop_48"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"replaceWith": "stop_64",
|
|
4304
|
+
"replace": "stop_64"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"replaceWith": "database-normal_16",
|
|
4308
|
+
"replace": "storage-normal_16"
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"replaceWith": "database-raw_16",
|
|
4312
|
+
"replace": "storage-raw_16"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"replaceWith": "database_16",
|
|
4316
|
+
"replace": "storage_16"
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"replaceWith": "database-o_32",
|
|
4320
|
+
"replace": "storage_32"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"replaceWith": "check-circle_16",
|
|
4324
|
+
"replace": "success-small_16"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"replaceWith": "check-circle_16",
|
|
4328
|
+
"replace": "success_16"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"replaceWith": "sigma_16",
|
|
4332
|
+
"replace": "summ_16"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"replaceWith": "table-badge-arrow-down-circle_32",
|
|
4336
|
+
"replace": "table-download_32"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"replaceWith": "table-badge-clock_16",
|
|
4340
|
+
"replace": "table-list-ttl_16"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"replaceWith": "table-badge-clock_24",
|
|
4344
|
+
"replace": "table-list-ttl_24"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"replaceWith": "table_16",
|
|
4348
|
+
"replace": "table-list_16"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"replaceWith": "table_24",
|
|
4352
|
+
"replace": "table-list_24"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"replaceWith": "tag_16",
|
|
4356
|
+
"replace": "tag_16"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"replaceWith": "tag-multiple_16",
|
|
4360
|
+
"replace": "tags_16"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"replaceWith": "bars-progress_16",
|
|
4364
|
+
"replace": "tasks_16"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"replaceWith": "bars-progress_24",
|
|
4368
|
+
"replace": "tasks_24"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"replaceWith": "text-font_16",
|
|
4372
|
+
"replace": "text-block_16"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"replaceWith": "text-bold_16",
|
|
4376
|
+
"replace": "text-bold_16"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"replaceWith": "text-italic_16",
|
|
4380
|
+
"replace": "text-italic_16"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"replaceWith": "text-underline_16",
|
|
4384
|
+
"replace": "text-underline_16"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"replaceWith": "sun-moon_16",
|
|
4388
|
+
"replace": "theme_16"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"replaceWith": "topology_16",
|
|
4392
|
+
"replace": "topology_16"
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"replaceWith": "arrow-down-right_16",
|
|
4396
|
+
"replace": "trend-down_16"
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"replaceWith": "arrow-up-right_16",
|
|
4400
|
+
"replace": "trend-up_16"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"replaceWith": "chevron-down-s_16",
|
|
4404
|
+
"replace": "triangle-down_16"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"replaceWith": "chevron-left-s_16",
|
|
4408
|
+
"replace": "triangle-left_16"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"replaceWith": "chevron-right-s_16",
|
|
4412
|
+
"replace": "triangle-right_16"
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"replaceWith": "chevron-up-s_16",
|
|
4416
|
+
"replace": "triangle-up_16"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"replaceWith": "undo_16",
|
|
4420
|
+
"replace": "undo_16"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"replaceWith": "arrow-down-on-rectangles_16",
|
|
4424
|
+
"replace": "unique_16"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"replaceWith": "link-broken_16",
|
|
4428
|
+
"replace": "unlink_16"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"replaceWith": "pin-slash_16",
|
|
4432
|
+
"replace": "unpin_16"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"replaceWith": "arrow-rotate-left_24",
|
|
4436
|
+
"replace": "update-o_24"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"replaceWith": "arrow-rotate-left_16",
|
|
4440
|
+
"replace": "update_16"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"replaceWith": "arrow-rotate-left_24",
|
|
4444
|
+
"replace": "update_24"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"replaceWith": "arrow-up-from-line_16",
|
|
4448
|
+
"replace": "upload-to-cloud_16"
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"replaceWith": "cloud-arrow-up-o_24",
|
|
4452
|
+
"replace": "upload-to-cloud_24"
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"replaceWith": "cloud-arrow-up-o_32",
|
|
4456
|
+
"replace": "upload-to-cloud_32"
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"replaceWith": "cloud-arrow-up-o_64",
|
|
4460
|
+
"replace": "upload-to-cloud_64"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"replaceWith": "url_16",
|
|
4464
|
+
"replace": "url_16"
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"replaceWith": "usb-flash_16",
|
|
4468
|
+
"replace": "usb-flash_16"
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"replaceWith": "user_16",
|
|
4472
|
+
"replace": "user-o_16"
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
"replaceWith": "user_16",
|
|
4476
|
+
"replace": "user_16"
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
"replaceWith": "user_24",
|
|
4480
|
+
"replace": "user_24"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"replaceWith": "user-multiple_24",
|
|
4484
|
+
"replace": "users-group-o_24"
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"replaceWith": "user-multiple_16",
|
|
4488
|
+
"replace": "users-group_16"
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"replaceWith": "user-multiple_24",
|
|
4492
|
+
"replace": "users-group_24"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"replaceWith": "burst_16",
|
|
4496
|
+
"replace": "vulner-exploitable_16"
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
"replaceWith": "eject_16",
|
|
4500
|
+
"replace": "vulner-level-abovemedium_16"
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"replaceWith": "eject-down_16",
|
|
4504
|
+
"replace": "vulner-level-belowmedium_16"
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"replaceWith": "arrow-up_16",
|
|
4508
|
+
"replace": "vulner-level-high_16"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"replaceWith": "arrow-down_16",
|
|
4512
|
+
"replace": "vulner-level-low_16"
|
|
4513
|
+
},
|
|
4514
|
+
{
|
|
4515
|
+
"replaceWith": "stop_16",
|
|
4516
|
+
"replace": "vulner-level-medium_16"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"replaceWith": "user-arrow-triangle-up_16",
|
|
4520
|
+
"replace": "vulner-lpe_16"
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"replaceWith": "chart-network_16",
|
|
4524
|
+
"replace": "vulner-network_16"
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"replaceWith": "capsule_16",
|
|
4528
|
+
"replace": "vulner-patch_16"
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"replaceWith": "code_16",
|
|
4532
|
+
"replace": "vulner-rce_16"
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"replaceWith": "file-badge-arrow-through-line-o_16",
|
|
4536
|
+
"replace": "whitelist_16"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"replaceWith": "wrap-text-slash_16",
|
|
4540
|
+
"replace": "word-wrap-slash_16"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"replaceWith": "wrap-text_16",
|
|
4544
|
+
"replace": "word-wrap_16"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"replaceWith": "wrench_16",
|
|
4548
|
+
"replace": "wrench_16"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"replaceWith": "arrows-left-right-to-line_16",
|
|
4552
|
+
"replace": "zoom-to-fit_16"
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
"replaceWith": "circle-xs_16",
|
|
4556
|
+
"replace": "circle-8_16"
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"replaceWith": "folder-open_16",
|
|
4560
|
+
"replace": "folder-opened_16"
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"replaceWith": "folder-open-badge-magnifying-glass_16",
|
|
4564
|
+
"replace": "folder-search-opened_16"
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"replaceWith": "user_24",
|
|
4568
|
+
"replace": "user-o_24"
|
|
4569
|
+
}
|
|
4570
|
+
]
|