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