@umbraco-cms/backoffice 17.3.5 → 17.4.0-rc2
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/custom-elements.json +281 -6
- package/dist-cms/apps/app/app-error.element.js +1 -1
- package/dist-cms/apps/app/app.element.js +120 -7
- package/dist-cms/apps/backoffice/backoffice.context.js +1 -9
- package/dist-cms/apps/backoffice/backoffice.element.d.ts +0 -2
- package/dist-cms/apps/backoffice/backoffice.element.js +0 -57
- package/dist-cms/apps/backoffice/components/backoffice-main.element.d.ts +2 -2
- package/dist-cms/apps/backoffice/components/backoffice-main.element.js +16 -3
- package/dist-cms/assets/lang/ar.js +3 -2
- package/dist-cms/assets/lang/bs.js +2 -1
- package/dist-cms/assets/lang/cs.js +2 -1
- package/dist-cms/assets/lang/cy.js +2 -1
- package/dist-cms/assets/lang/da.js +10 -4
- package/dist-cms/assets/lang/de.js +2 -1
- package/dist-cms/assets/lang/en.js +28 -3
- package/dist-cms/assets/lang/fr.js +2 -1
- package/dist-cms/assets/lang/hr.js +2 -1
- package/dist-cms/assets/lang/it.js +2 -1
- package/dist-cms/assets/lang/ja.js +5 -1
- package/dist-cms/assets/lang/nl.js +2 -1
- package/dist-cms/assets/lang/pt.js +3 -2
- package/dist-cms/assets/lang/sv.js +2 -1
- package/dist-cms/assets/lang/tr.js +2 -1
- package/dist-cms/assets/lang/vi.js +3 -2
- package/dist-cms/external/dompurify/package.json +1 -1
- package/dist-cms/external/marked/package.json +1 -1
- package/dist-cms/libs/extension-api/controller/base-extension-initializer.controller.d.ts +1 -1
- package/dist-cms/libs/extension-api/controller/base-extension-initializer.controller.js +62 -20
- package/dist-cms/libs/extension-api/controller/extension-api-initializer.controller.d.ts +1 -1
- package/dist-cms/libs/extension-api/controller/extension-api-initializer.controller.js +10 -3
- package/dist-cms/libs/extension-api/controller/extension-element-and-api-initializer.controller.d.ts +1 -1
- package/dist-cms/libs/extension-api/controller/extension-element-and-api-initializer.controller.js +12 -3
- package/dist-cms/libs/extension-api/controller/extension-element-initializer.controller.d.ts +1 -1
- package/dist-cms/libs/extension-api/controller/extension-element-initializer.controller.js +11 -3
- package/dist-cms/libs/extension-api/controller/extension-manifest-initializer.controller.d.ts +1 -1
- package/dist-cms/libs/extension-api/controller/extension-manifest-initializer.controller.js +1 -1
- package/dist-cms/libs/extension-api/initializers/extension-initializer-base.d.ts +2 -2
- package/dist-cms/libs/extension-api/initializers/extension-initializer-base.js +7 -3
- package/dist-cms/libs/extension-api/registry/extension.registry.js +22 -2
- package/dist-cms/libs/localization-api/localization.controller.d.ts +6 -0
- package/dist-cms/libs/localization-api/localization.controller.js +9 -0
- package/dist-cms/packages/block/block/conditions/block-workspace-is-readonly.condition.js +4 -2
- package/dist-cms/packages/block/block/context/block-entries.context.js +1 -1
- package/dist-cms/packages/block/block/context/block-entry.context.d.ts +2 -0
- package/dist-cms/packages/block/block/context/block-entry.context.js +6 -10
- package/dist-cms/packages/block/block/context/block-manager.context.js +17 -9
- package/dist-cms/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.js +1 -1
- package/dist-cms/packages/block/block/workspace/block-element-manager.js +2 -2
- package/dist-cms/packages/block/block/workspace/block-workspace-editor.element.d.ts +1 -0
- package/dist-cms/packages/block/block/workspace/block-workspace-editor.element.js +31 -9
- package/dist-cms/packages/block/block/workspace/block-workspace-language-access.controller.d.ts +16 -0
- package/dist-cms/packages/block/block/workspace/block-workspace-language-access.controller.js +126 -0
- package/dist-cms/packages/block/block/workspace/block-workspace.context.js +24 -16
- package/dist-cms/packages/block/block/workspace/manifests.js +11 -0
- package/dist-cms/packages/block/block-custom-view/types.d.ts +1 -0
- package/dist-cms/packages/block/block-grid/components/block-grid-entries/block-grid-entries.context.js +4 -1
- package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.context.js +2 -5
- package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.js +4 -1
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-editor/manifests.js +6 -0
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-editor/property-editor-ui-block-grid.element.js +2 -5
- package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.js +11 -2
- package/dist-cms/packages/block/block-list/context/block-list-entries.context.js +4 -1
- package/dist-cms/packages/block/block-list/property-editors/block-list-editor/manifests.js +6 -0
- package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.js +8 -4
- package/dist-cms/packages/block/block-rte/context/block-rte-entries.context.js +4 -1
- package/dist-cms/packages/block/block-single/components/block-single-entry/block-single-entry.element.js +6 -3
- package/dist-cms/packages/block/block-single/context/block-single-entries.context.js +4 -1
- package/dist-cms/packages/block/block-single/property-editors/block-single-editor/manifests.js +6 -0
- package/dist-cms/packages/block/block-type/components/block-type-card/block-type-card.element.js +1 -1
- package/dist-cms/packages/clipboard/clipboard-entry/detail/clipboard-entry-detail.store.js +1 -1
- package/dist-cms/packages/clipboard/clipboard-entry/item/clipboard-entry-item.store.js +1 -1
- package/dist-cms/packages/clipboard/clipboard-entry/picker-modal/clipboard-entry-picker-modal.element.js +4 -4
- package/dist-cms/packages/clipboard/property/actions/copy/copy-to-clipboard.property-action.js +4 -2
- package/dist-cms/packages/clipboard/property/context/clipboard.property-context.js +1 -1
- package/dist-cms/packages/code-editor/code-editor-modal/code-editor-modal.element.js +6 -0
- package/dist-cms/packages/code-editor/umbraco-package.d.ts +1 -0
- package/dist-cms/packages/code-editor/umbraco-package.js +1 -0
- package/dist-cms/packages/content/content/audit-log/info-app/content-audit-log-workspace-info-app.element.js +4 -10
- package/dist-cms/packages/content/content/global-components/content-workspace-property.element.js +1 -1
- package/dist-cms/packages/content/content/manager/content-data-manager.js +1 -1
- package/dist-cms/packages/content/content/workspace/content-detail-workspace-base.js +3 -1
- package/dist-cms/packages/content/content-type/modals/composition-picker/composition-picker-modal.element.js +2 -2
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-group.element.js +1 -1
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor-property.element.js +1 -1
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor.element.d.ts +2 -1
- package/dist-cms/packages/content/content-type/workspace/views/design/content-type-design-editor.element.js +36 -25
- package/dist-cms/packages/core/backend-api/sdk.gen.d.ts +471 -2
- package/dist-cms/packages/core/backend-api/sdk.gen.js +562 -1
- package/dist-cms/packages/core/backend-api/types.gen.d.ts +305 -4
- package/dist-cms/packages/core/backend-api/types.gen.js +1 -0
- package/dist-cms/packages/core/collection/action/create/collection-create-action.element.js +1 -1
- package/dist-cms/packages/core/collection/item/entity-collection-item-card/default-collection-item-card.element.js +1 -1
- package/dist-cms/packages/core/components/body-layout/body-layout.element.js +3 -2
- package/dist-cms/packages/core/components/history/history-item.element.js +0 -1
- package/dist-cms/packages/core/components/icon/icon.element.d.ts +0 -1
- package/dist-cms/packages/core/components/icon/icon.element.js +4 -11
- package/dist-cms/packages/core/components/index.d.ts +2 -0
- package/dist-cms/packages/core/components/index.js +2 -0
- package/dist-cms/packages/core/components/input-dimensions/index.d.ts +1 -0
- package/dist-cms/packages/core/components/input-dimensions/index.js +1 -0
- package/dist-cms/packages/core/components/input-dimensions/input-dimensions.element.d.ts +31 -0
- package/dist-cms/packages/core/components/input-dimensions/input-dimensions.element.js +209 -0
- package/dist-cms/packages/core/components/input-dropdown/input-dropdown-list.element.js +1 -1
- package/dist-cms/packages/core/components/input-slider/input-slider.element.d.ts +1 -0
- package/dist-cms/packages/core/components/input-slider/input-slider.element.js +46 -1
- package/dist-cms/packages/core/components/multiple-color-picker-input/multiple-color-picker-item-input.element.js +3 -3
- package/dist-cms/packages/core/components/scrollable-container/index.d.ts +1 -0
- package/dist-cms/packages/core/components/scrollable-container/index.js +1 -0
- package/dist-cms/packages/core/components/scrollable-container/scrollable-container.element.d.ts +16 -0
- package/dist-cms/packages/core/components/scrollable-container/scrollable-container.element.js +120 -0
- package/dist-cms/packages/core/components/table/table.element.d.ts +4 -1
- package/dist-cms/packages/core/components/table/table.element.js +36 -16
- package/dist-cms/packages/core/culture/manifests.d.ts +1 -1
- package/dist-cms/packages/core/extension/item/data/item.store.js +1 -1
- package/dist-cms/packages/core/extension-registry/conditions/condition-base.controller.js +3 -2
- package/dist-cms/packages/core/extension-registry/conditions/delay.condition.d.ts +12 -0
- package/dist-cms/packages/core/extension-registry/conditions/delay.condition.js +24 -0
- package/dist-cms/packages/core/extension-registry/conditions/index.d.ts +1 -0
- package/dist-cms/packages/core/extension-registry/conditions/index.js +1 -0
- package/dist-cms/packages/core/extension-registry/conditions/manifests.js +2 -1
- package/dist-cms/packages/core/extension-registry/conditions/switch.condition.d.ts +0 -2
- package/dist-cms/packages/core/extension-registry/conditions/switch.condition.js +13 -7
- package/dist-cms/packages/core/extension-registry/conditions/types.d.ts +2 -1
- package/dist-cms/packages/core/icon-registry/icon-dictionary.json +4464 -257
- package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-picker-modal.element.d.ts +1 -0
- package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-picker-modal.element.js +27 -7
- package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-search.controller.d.ts +35 -0
- package/dist-cms/packages/core/icon-registry/icon-picker-modal/icon-search.controller.js +148 -0
- package/dist-cms/packages/core/icon-registry/icons/icon-anchor.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-anchor.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-badge-restricted.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-badge-restricted.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-ball.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-ball.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-block.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-block.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bookmark.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-bookmark.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-caps-lock.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-caps-lock.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-certificate.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-certificate.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-cloud-drive.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-cloud-drive.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-cloudy.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-cloudy.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-coins-alt.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-coins-alt.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-coins.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-coins.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-color-bucket.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-color-bucket.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-compress.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-compress.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-disk-image.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-disk-image.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-3d.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-3d.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-bar.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-bar.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-graph.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-chart-graph.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-command.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-command.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-dashed-line.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-dashed-line.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-font.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-font.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-html.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-html.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-image.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-image.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-js.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-js.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-key.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-key.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-medal.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-medal.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-play.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-play.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-search.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-search.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-settings.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-settings.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-spreadsheet.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-spreadsheet.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-user.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document-user.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-document.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-documents.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-documents.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-economy.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-economy.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-facebook-like.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-facebook-like.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-flashlight.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-flashlight.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-gift.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-gift.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive-alt.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive-alt.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-hard-drive.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-legal.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-legal.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-movie-alt.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-movie-alt.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-nodes.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-nodes.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-notepad-alt.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-notepad-alt.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-notepad.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-notepad.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-page-add.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-page-add.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-page-remove.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-page-remove.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-page-restricted.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-page-restricted.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-paint-roller.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-paint-roller.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-post-it.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-post-it.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-receipt-alt.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-receipt-alt.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-roadsign.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-roadsign.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-rocket.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-rocket.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-school.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-school.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-shift.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-shift.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-ssd.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-ssd.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-temperature.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-temperature.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-thumb-down.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-thumb-down.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-thumb-up.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-thumb-up.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-time.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-time.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-umb-content.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-umb-content.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-wall-plug.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-wall-plug.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-zip.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-zip.js +1 -1
- package/dist-cms/packages/core/icon-registry/icons.d.ts +2073 -4
- package/dist-cms/packages/core/icon-registry/icons.js +1396 -3
- package/dist-cms/packages/core/icon-registry/types.d.ts +3 -0
- package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.d.ts +1 -0
- package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.js +5 -0
- package/dist-cms/packages/core/modal/common/error-viewer/error-viewer-modal.token.d.ts +1 -2
- package/dist-cms/packages/core/notification/controllers/peek-error/peek-error-notification.element.d.ts +1 -0
- package/dist-cms/packages/core/notification/controllers/peek-error/peek-error-notification.element.js +58 -16
- package/dist-cms/packages/core/notification/types.d.ts +15 -2
- package/dist-cms/packages/core/package.json +4 -4
- package/dist-cms/packages/core/picker/search/picker-search-field.element.js +2 -2
- package/dist-cms/packages/core/picker-data-source/tree-data-source/types.d.ts +2 -1
- package/dist-cms/packages/core/property/manifests.d.ts +1 -1
- package/dist-cms/packages/core/property/property-guard-manager/property-guard.manager.d.ts +1 -1
- package/dist-cms/packages/core/property/property-guard-manager/property-guard.manager.js +6 -3
- package/dist-cms/packages/core/property/property-guard-manager/variant-property-guard.manager.d.ts +1 -1
- package/dist-cms/packages/core/property/property-guard-manager/variant-property-guard.manager.js +7 -3
- package/dist-cms/packages/core/property/property-value-preset/property-value-preset-variant-builder.controller.js +25 -19
- package/dist-cms/packages/core/property-editor/ui-picker-modal/property-editor-ui-picker-modal.element.js +0 -2
- package/dist-cms/packages/core/property-editor-data-source/item/data/item.store.js +1 -1
- package/dist-cms/packages/core/recycle-bin/conditions/is-trashed/entity-is-trashed.condition.js +2 -1
- package/dist-cms/packages/core/repository/data-mapper/mapping/data-mapping-resolver.js +1 -0
- package/dist-cms/packages/core/resources/api-interceptor.controller.js +5 -5
- package/dist-cms/packages/core/resources/resource.controller.d.ts +10 -1
- package/dist-cms/packages/core/resources/resource.controller.js +3 -6
- package/dist-cms/packages/core/resources/try-execute/try-execute.controller.js +10 -7
- package/dist-cms/packages/core/router/router-slot/util/shadow.js +1 -1
- package/dist-cms/packages/core/search/examine-management-dashboard/views/section-view-examine-indexers.js +4 -2
- package/dist-cms/packages/core/search/examine-management-dashboard/views/section-view-examine-searchers.d.ts +4 -0
- package/dist-cms/packages/core/search/examine-management-dashboard/views/section-view-examine-searchers.js +29 -2
- package/dist-cms/packages/core/search/search-modal/search-modal.element.js +1 -1
- package/dist-cms/packages/core/section/components/input-section/input-section.element.js +3 -3
- package/dist-cms/packages/core/server/server.context.js +1 -1
- package/dist-cms/packages/core/sorter/sorter.controller.js +2 -2
- package/dist-cms/packages/core/store/detail/detail-store-base.d.ts +2 -1
- package/dist-cms/packages/core/store/item/item-store-base.d.ts +2 -1
- package/dist-cms/packages/core/store/store-base.d.ts +2 -1
- package/dist-cms/packages/core/store/store-object-base.d.ts +2 -1
- package/dist-cms/packages/core/temporary-file/config/config.store.js +1 -1
- package/dist-cms/packages/core/temporary-file/manifests.d.ts +1 -1
- package/dist-cms/packages/core/themes/index.d.ts +1 -0
- package/dist-cms/packages/core/themes/index.js +1 -0
- package/dist-cms/packages/core/themes/manifests.d.ts +4 -1
- package/dist-cms/packages/core/themes/manifests.js +6 -3
- package/dist-cms/packages/core/themes/theme.context.js +2 -1
- package/dist-cms/packages/core/tree/data/unique-tree-store.d.ts +2 -1
- package/dist-cms/packages/core/tree/default/default-tree.element.js +7 -7
- package/dist-cms/packages/core/tree/entity-actions/duplicate-to/modal/duplicate-to-modal.element.js +3 -3
- package/dist-cms/packages/core/tree/entity-actions/sort-children-of/modal/sort-children-of-modal.element.js +5 -5
- package/dist-cms/packages/core/tree/index.d.ts +1 -0
- package/dist-cms/packages/core/tree/index.js +1 -0
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-context-base.js +11 -1
- package/dist-cms/packages/core/tree/tree-item/tree-item-base/tree-item-element-base.js +15 -15
- package/dist-cms/packages/core/tree/tree-item-children/index.d.ts +1 -0
- package/dist-cms/packages/core/tree/tree-item-children/index.js +1 -0
- package/dist-cms/packages/core/tree/tree-item-children/tree-item-children-collection-repository-base.d.ts +18 -0
- package/dist-cms/packages/core/tree/tree-item-children/tree-item-children-collection-repository-base.js +51 -0
- package/dist-cms/packages/core/utils/date/date.timezone.d.ts +5 -0
- package/dist-cms/packages/core/utils/date/date.timezone.js +12 -0
- package/dist-cms/packages/core/utils/guard-manager/guard.manager.base.d.ts +4 -2
- package/dist-cms/packages/core/utils/guard-manager/guard.manager.base.js +10 -5
- package/dist-cms/packages/core/utils/guard-manager/readonly-guard.manager.js +9 -5
- package/dist-cms/packages/core/utils/guard-manager/readonly-variant-guard.manager.d.ts +12 -2
- package/dist-cms/packages/core/utils/guard-manager/readonly-variant-guard.manager.js +26 -11
- package/dist-cms/packages/core/utils/string/fuzzy/fuzzy.function.d.ts +17 -0
- package/dist-cms/packages/core/utils/string/fuzzy/fuzzy.function.js +39 -0
- package/dist-cms/packages/core/utils/string/fuzzy/index.d.ts +1 -0
- package/dist-cms/packages/core/utils/string/fuzzy/index.js +1 -0
- package/dist-cms/packages/core/utils/string/index.d.ts +2 -0
- package/dist-cms/packages/core/utils/string/index.js +2 -0
- package/dist-cms/packages/core/utils/string/levenshtein/index.d.ts +1 -0
- package/dist-cms/packages/core/utils/string/levenshtein/index.js +1 -0
- package/dist-cms/packages/core/utils/string/levenshtein/levenshtein.function.d.ts +16 -0
- package/dist-cms/packages/core/utils/string/levenshtein/levenshtein.function.js +50 -0
- package/dist-cms/packages/core/variant/variant-id.class.d.ts +4 -0
- package/dist-cms/packages/core/variant/variant-id.class.js +5 -1
- package/dist-cms/packages/core/workspace/components/workspace-action/common/submit/submit.action.d.ts +2 -2
- package/dist-cms/packages/core/workspace/components/workspace-action/common/submit/submit.action.js +8 -2
- package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.js +7 -10
- package/dist-cms/packages/core/workspace/kinds/default/default-workspace.context.js +1 -1
- package/dist-cms/packages/core/workspace/namable/name-write-guard.manager.js +5 -2
- package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.js +1 -1
- package/dist-cms/packages/core/workspace/workspace.element.d.ts +0 -2
- package/dist-cms/packages/core/workspace/workspace.element.js +1 -4
- package/dist-cms/packages/data-type/entity-actions/conditions/manifests.d.ts +1 -1
- package/dist-cms/packages/data-type/entity-actions/create/default/manifests.js +1 -0
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.js +0 -2
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-modal.element.js +0 -2
- package/dist-cms/packages/data-type/repository/detail/data-type-detail.store.js +1 -1
- package/dist-cms/packages/data-type/repository/item/data-type-item.store.js +1 -1
- package/dist-cms/packages/data-type/tree/data-type-tree.store.js +1 -1
- package/dist-cms/packages/data-type/tree/folder/repository/data-type-folder.store.js +1 -1
- package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/data-type-tree-item-children-collection.repository.d.ts +4 -9
- package/dist-cms/packages/data-type/tree/tree-item-children/collection/repository/data-type-tree-item-children-collection.repository.js +6 -23
- package/dist-cms/packages/dictionary/repository/detail/dictionary-detail.store.js +1 -1
- package/dist-cms/packages/dictionary/repository/item/dictionary-item.store.js +1 -1
- package/dist-cms/packages/dictionary/tree/dictionary-tree.store.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/audit-log/index.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/index.js +1 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/info-app/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/info-app/manifests.js +20 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/manifests.js +3 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/constants.js +1 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.repository.d.ts +42 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.repository.js +73 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.server.data-source.d.ts +17 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/document-blueprint-audit-log.server.data-source.js +32 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/index.d.ts +2 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/index.js +2 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/manifests.js +9 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/types.d.ts +3 -0
- package/dist-cms/packages/documents/document-blueprints/audit-log/repository/types.js +1 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/default-blueprint-create-option-action.d.ts +6 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/default-blueprint-create-option-action.js +28 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/default/manifests.js +16 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/folder/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/folder/manifests.js +17 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/manifests.d.ts +2 -1
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/manifests.js +7 -9
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/constants.d.ts +9 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/constants.js +3 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/document-blueprint-options-create-modal.element.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/modal/document-blueprint-options-create-modal.element.js +7 -0
- package/dist-cms/packages/documents/document-blueprints/entity-actions/manifests.d.ts +2 -1
- package/dist-cms/packages/documents/document-blueprints/index.d.ts +2 -1
- package/dist-cms/packages/documents/document-blueprints/index.js +2 -1
- package/dist-cms/packages/documents/document-blueprints/manifests.d.ts +2 -1
- package/dist-cms/packages/documents/document-blueprints/manifests.js +2 -0
- package/dist-cms/packages/documents/document-blueprints/paths.js +2 -2
- package/dist-cms/packages/documents/document-blueprints/property-dataset-context/document-blueprint-property-dataset-context.token.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/repository/detail/document-blueprint-detail.store.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.store.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/tree/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/constants.js +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/document-blueprint-tree.store.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/tree/folder/repository/document-blueprint-folder.store.js +1 -1
- package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/constants.js +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/paths.d.ts +7 -0
- package/dist-cms/packages/documents/document-blueprints/tree/folder/workspace/paths.js +9 -0
- package/dist-cms/packages/documents/document-blueprints/tree/manifests.js +22 -1
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/action/manifests.js +11 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/constants.d.ts +2 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/constants.js +2 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/manifests.js +19 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/constants.js +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/document-blueprint-tree-item-children-collection.repository.d.ts +6 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/document-blueprint-tree-item-children-collection.repository.js +9 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/repository/manifests.js +9 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/document-blueprint-tree-item-table-collection-view.element.d.ts +16 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/document-blueprint-tree-item-table-collection-view.element.js +96 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/collection/views/manifests.js +22 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/constants.js +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/document-blueprints/tree/tree-item-children/manifests.js +2 -0
- package/dist-cms/packages/documents/document-blueprints/workspace/document-blueprint-workspace.context.d.ts +5 -0
- package/dist-cms/packages/documents/document-blueprints/workspace/document-blueprint-workspace.context.js +9 -0
- package/dist-cms/packages/documents/document-blueprints/workspace/manifests.js +18 -0
- package/dist-cms/packages/documents/document-blueprints/workspace/views/info/document-blueprint-workspace-view-info.element.d.ts +21 -0
- package/dist-cms/packages/documents/document-blueprints/workspace/views/info/document-blueprint-workspace-view-info.element.js +178 -0
- package/dist-cms/packages/documents/document-redirect-management/dashboard-redirect-management.element.js +3 -3
- package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.element.js +38 -0
- package/dist-cms/packages/documents/document-types/entity-actions/create/manifests.js +3 -0
- package/dist-cms/packages/documents/document-types/property-type/manifests.js +2 -1
- package/dist-cms/packages/documents/document-types/repository/detail/document-type-detail.store.js +1 -1
- package/dist-cms/packages/documents/document-types/repository/item/document-type-item.store.js +1 -1
- package/dist-cms/packages/documents/document-types/tree/document-type.tree.store.js +1 -1
- package/dist-cms/packages/documents/document-types/tree/folder/repository/document-type-folder.store.js +1 -1
- package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/repository/document-type-tree-item-children-collection.repository.d.ts +4 -9
- package/dist-cms/packages/documents/document-types/tree/tree-item-children/collection/repository/document-type-tree-item-children-collection.repository.js +6 -23
- package/dist-cms/packages/documents/documents/audit-log/info-app/document-history-workspace-info-app.element.js +2 -3
- package/dist-cms/packages/documents/documents/collection/action/create-document-collection-action.element.js +54 -4
- package/dist-cms/packages/documents/documents/components/input-document/input-document.element.js +1 -1
- package/dist-cms/packages/documents/documents/entity-actions/create/document-create-options-modal.element.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-actions/create/document-create-options-modal.element.js +38 -3
- package/dist-cms/packages/documents/documents/entity-actions/create/document-create-options-modal.token.d.ts +6 -0
- package/dist-cms/packages/documents/documents/entity-actions/duplicate/modal/duplicate-document-modal.element.js +7 -7
- package/dist-cms/packages/documents/documents/item/repository/document-item.store.js +1 -1
- package/dist-cms/packages/documents/documents/publishing/publish/entity-bulk-action/publish.bulk-action.js +3 -3
- package/dist-cms/packages/documents/documents/publishing/unpublish/entity-bulk-action/unpublish.bulk-action.js +3 -3
- package/dist-cms/packages/documents/documents/publishing/workspace-context/document-publishing.workspace-context.js +33 -6
- package/dist-cms/packages/documents/documents/recycle-bin/tree/data/document-recycle-bin-tree.store.js +1 -1
- package/dist-cms/packages/documents/documents/recycle-bin/tree/tree-item-children/collection/repository/document-recycle-bin-tree-item-children-collection.repository.d.ts +4 -9
- package/dist-cms/packages/documents/documents/recycle-bin/tree/tree-item-children/collection/repository/document-recycle-bin-tree-item-children-collection.repository.js +6 -23
- package/dist-cms/packages/documents/documents/reference/repository/manifests.js +2 -1
- package/dist-cms/packages/documents/documents/repository/detail/document-detail.server.data-source.js +2 -4
- package/dist-cms/packages/documents/documents/repository/detail/document-detail.store.js +1 -1
- package/dist-cms/packages/documents/documents/search/document-search-result-item.element.d.ts +2 -2
- package/dist-cms/packages/documents/documents/search/document-search-result-item.element.js +20 -1
- package/dist-cms/packages/documents/documents/search/document-search.server.data-source.js +38 -0
- package/dist-cms/packages/documents/documents/search/types.d.ts +1 -0
- package/dist-cms/packages/documents/documents/tree/document-tree.store.js +1 -1
- package/dist-cms/packages/documents/documents/url/document-urls-data-resolver.js +7 -1
- package/dist-cms/packages/documents/documents/url/repository/document-url.store.js +1 -1
- package/dist-cms/packages/documents/documents/user-permissions/document/input-document-granular-user-permission/input-document-granular-user-permission.element.js +1 -1
- package/dist-cms/packages/documents/documents/user-permissions/document-property-value/conditions/document-property-value-user-permission.condition.js +2 -0
- package/dist-cms/packages/documents/documents/user-permissions/document-property-value/data/manifests.js +4 -2
- package/dist-cms/packages/documents/documents/user-permissions/document-property-value/input-document-property-value-user-permission/input-document-property-value-user-permission.element.js +1 -1
- package/dist-cms/packages/documents/documents/user-permissions/document-property-value/workspace-context/document-block-property-value-user-permission.workspace-context.js +3 -5
- package/dist-cms/packages/documents/documents/utils.d.ts +0 -1
- package/dist-cms/packages/documents/documents/utils.js +0 -8
- package/dist-cms/packages/documents/documents/workspace/actions/save.action.js +2 -0
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.d.ts +2 -2
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +8 -3
- package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info.element.js +27 -10
- package/dist-cms/packages/documents/umbraco-package.d.ts +1 -6
- package/dist-cms/packages/documents/umbraco-package.js +2 -8
- package/dist-cms/packages/embedded-media/modal/embedded-media-modal.element.d.ts +2 -0
- package/dist-cms/packages/embedded-media/modal/embedded-media-modal.element.js +55 -48
- package/dist-cms/packages/language/entity-actions/create/default/default-language-create-option-action.d.ts +6 -0
- package/dist-cms/packages/language/entity-actions/create/default/default-language-create-option-action.js +8 -0
- package/dist-cms/packages/language/entity-actions/create/default/manifests.d.ts +1 -0
- package/dist-cms/packages/language/entity-actions/create/default/manifests.js +16 -0
- package/dist-cms/packages/language/entity-actions/create/manifests.d.ts +1 -0
- package/dist-cms/packages/language/entity-actions/create/manifests.js +13 -0
- package/dist-cms/packages/language/entity-actions/manifests.js +3 -15
- package/dist-cms/packages/language/repository/detail/language-detail.store.js +1 -1
- package/dist-cms/packages/language/repository/item/language-item.store.js +1 -1
- package/dist-cms/packages/log-viewer/workspace/views/search/components/log-viewer-search-input.element.js +2 -2
- package/dist-cms/packages/media/dropzone/components/input-dropzone/input-dropzone.element.js +4 -3
- package/dist-cms/packages/media/imaging/components/imaging-thumbnail.element.js +1 -1
- package/dist-cms/packages/media/imaging/imaging-request-batcher.d.ts +31 -0
- package/dist-cms/packages/media/imaging/imaging-request-batcher.js +159 -0
- package/dist-cms/packages/media/imaging/imaging.repository.d.ts +2 -9
- package/dist-cms/packages/media/imaging/imaging.repository.js +10 -41
- package/dist-cms/packages/media/imaging/imaging.store.d.ts +6 -1
- package/dist-cms/packages/media/imaging/imaging.store.js +28 -12
- package/dist-cms/packages/media/imaging/index.d.ts +1 -0
- package/dist-cms/packages/media/imaging/index.js +1 -0
- package/dist-cms/packages/media/imaging/types.d.ts +7 -0
- package/dist-cms/packages/media/imaging/types.js +9 -0
- package/dist-cms/packages/media/media/audit-log/info-app/media-history-workspace-info-app.element.js +3 -3
- package/dist-cms/packages/media/media/audit-log/info-app/utils.d.ts +0 -1
- package/dist-cms/packages/media/media/audit-log/info-app/utils.js +0 -8
- package/dist-cms/packages/media/media/collection/action/create-media-collection-action.element.js +2 -2
- package/dist-cms/packages/media/media/components/input-image-cropper/image-cropper-preview.element.js +1 -1
- package/dist-cms/packages/media/media/components/input-image-cropper/image-cropper.element.js +2 -2
- package/dist-cms/packages/media/media/components/input-rich-media/input-rich-media.element.js +2 -1
- package/dist-cms/packages/media/media/dropzone/media-dropzone.manager.js +4 -1
- package/dist-cms/packages/media/media/entity-actions/create/media-create-options-modal.element.d.ts +1 -0
- package/dist-cms/packages/media/media/entity-actions/create/media-create-options-modal.element.js +15 -2
- package/dist-cms/packages/media/media/modals/media-caption-alt-text/media-caption-alt-text-modal.element.d.ts +2 -0
- package/dist-cms/packages/media/media/modals/media-caption-alt-text/media-caption-alt-text-modal.element.js +65 -3
- package/dist-cms/packages/media/media/modals/media-caption-alt-text/media-caption-alt-text-modal.token.d.ts +3 -0
- package/dist-cms/packages/media/media/modals/media-picker/components/media-picker-folder-path.element.js +24 -18
- package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.d.ts +2 -0
- package/dist-cms/packages/media/media/modals/media-picker/media-picker-modal.element.js +171 -21
- package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.store.js +1 -1
- package/dist-cms/packages/media/media/recycle-bin/tree/tree-item-children/collection/repository/media-recycle-bin-tree-item-children-collection.repository.d.ts +4 -9
- package/dist-cms/packages/media/media/recycle-bin/tree/tree-item-children/collection/repository/media-recycle-bin-tree-item-children-collection.repository.js +6 -23
- package/dist-cms/packages/media/media/reference/repository/manifests.js +2 -1
- package/dist-cms/packages/media/media/repository/detail/media-detail.repository.d.ts +0 -1
- package/dist-cms/packages/media/media/repository/detail/media-detail.repository.js +3 -6
- package/dist-cms/packages/media/media/repository/detail/media-detail.server.data-source.js +2 -4
- package/dist-cms/packages/media/media/repository/detail/media-detail.store.js +1 -1
- package/dist-cms/packages/media/media/repository/item/media-item.store.js +1 -1
- package/dist-cms/packages/media/media/search/media-search-result-item.element.d.ts +2 -2
- package/dist-cms/packages/media/media/search/media-search-result-item.element.js +12 -1
- package/dist-cms/packages/media/media/search/media-search.server.data-source.js +36 -0
- package/dist-cms/packages/media/media/search/types.d.ts +1 -0
- package/dist-cms/packages/media/media/tree/media-tree.store.js +1 -1
- package/dist-cms/packages/media/media/url/repository/media-url.store.js +1 -1
- package/dist-cms/packages/media/media/workspace/views/info/media-workspace-view-info.element.js +7 -7
- package/dist-cms/packages/media/media-types/entity-actions/create/default/manifests.js +1 -0
- package/dist-cms/packages/media/media-types/manifests.js +2 -0
- package/dist-cms/packages/media/media-types/media-type-root/manifests.js +2 -1
- package/dist-cms/packages/media/media-types/property-type/manifests.js +2 -1
- package/dist-cms/packages/media/media-types/repository/detail/media-type-detail.store.js +1 -1
- package/dist-cms/packages/media/media-types/repository/item/media-type-item.store.js +1 -1
- package/dist-cms/packages/media/media-types/tree/folder/repository/media-type-folder.store.js +1 -1
- package/dist-cms/packages/media/media-types/tree/manifests.js +0 -10
- package/dist-cms/packages/media/media-types/tree/media-type-tree.store.js +1 -1
- package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/media-type-tree-item-children-collection.repository.d.ts +4 -9
- package/dist-cms/packages/media/media-types/tree/tree-item-children/collection/repository/media-type-tree-item-children-collection.repository.js +6 -23
- package/dist-cms/packages/members/member/collection/action/create-member-collection-action.element.d.ts +6 -2
- package/dist-cms/packages/members/member/collection/action/create-member-collection-action.element.js +73 -69
- package/dist-cms/packages/members/member/collection/member-collection-header.element.js +1 -1
- package/dist-cms/packages/members/member/collection/repository/member-collection.server.data-source.js +1 -0
- package/dist-cms/packages/members/member/collection/views/table/member-table-collection-view.element.js +4 -2
- package/dist-cms/packages/members/member/components/member-picker-modal/member-picker-modal.element.js +1 -1
- package/dist-cms/packages/members/member/entity-actions/create/member-create-options-modal.element.js +12 -15
- package/dist-cms/packages/members/member/item/member-item-ref.element.js +1 -3
- package/dist-cms/packages/members/member/item/repository/member-item.store.js +1 -1
- package/dist-cms/packages/members/member/manifests.js +2 -0
- package/dist-cms/packages/members/member/profile-data/info-app/manifests.d.ts +1 -0
- package/dist-cms/packages/members/member/profile-data/info-app/manifests.js +22 -0
- package/dist-cms/packages/members/member/profile-data/info-app/member-profile-data-workspace-info-app.element.d.ts +15 -0
- package/dist-cms/packages/members/member/profile-data/info-app/member-profile-data-workspace-info-app.element.js +170 -0
- package/dist-cms/packages/members/member/profile-data/manifests.d.ts +1 -0
- package/dist-cms/packages/members/member/profile-data/manifests.js +2 -0
- package/dist-cms/packages/members/member/reference/repository/manifests.js +2 -1
- package/dist-cms/packages/members/member/repository/detail/member-detail.server.data-source.js +3 -2
- package/dist-cms/packages/members/member/repository/detail/member-detail.store.js +1 -1
- package/dist-cms/packages/members/member/types.d.ts +1 -0
- package/dist-cms/packages/members/member/utils/index.d.ts +2 -1
- package/dist-cms/packages/members/member/utils/index.js +1 -0
- package/dist-cms/packages/members/member/workspace/member/member-workspace-editor.element.d.ts +1 -0
- package/dist-cms/packages/members/member/workspace/member/member-workspace-editor.element.js +12 -0
- package/dist-cms/packages/members/member/workspace/member/member-workspace-split-view.element.d.ts +1 -0
- package/dist-cms/packages/members/member/workspace/member/member-workspace-split-view.element.js +9 -1
- package/dist-cms/packages/members/member/workspace/member/member-workspace.context.d.ts +3 -0
- package/dist-cms/packages/members/member/workspace/member/member-workspace.context.js +23 -4
- package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member-info.element.js +19 -12
- package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member.element.d.ts +1 -0
- package/dist-cms/packages/members/member/workspace/member/views/member/member-workspace-view-member.element.js +92 -30
- package/dist-cms/packages/members/member-group/entity-actions/create/default/default-member-group-create-option-action.d.ts +6 -0
- package/dist-cms/packages/members/member-group/entity-actions/create/default/default-member-group-create-option-action.js +8 -0
- package/dist-cms/packages/members/member-group/entity-actions/create/default/manifests.d.ts +1 -0
- package/dist-cms/packages/members/member-group/entity-actions/create/default/manifests.js +16 -0
- package/dist-cms/packages/members/member-group/entity-actions/create/manifests.d.ts +1 -0
- package/dist-cms/packages/members/member-group/entity-actions/create/manifests.js +13 -0
- package/dist-cms/packages/members/member-group/entity-actions/manifests.js +4 -16
- package/dist-cms/packages/members/member-group/paths.d.ts +2 -0
- package/dist-cms/packages/members/member-group/paths.js +2 -0
- package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.store.js +1 -1
- package/dist-cms/packages/members/member-group/repository/item/member-group-item.store.js +1 -1
- package/dist-cms/packages/members/member-type/entity-actions/create/default/manifests.js +1 -0
- package/dist-cms/packages/members/member-type/property-type/manifests.js +2 -1
- package/dist-cms/packages/members/member-type/repository/constants.d.ts +1 -0
- package/dist-cms/packages/members/member-type/repository/constants.js +1 -0
- package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.store.js +1 -1
- package/dist-cms/packages/members/member-type/repository/index.d.ts +2 -0
- package/dist-cms/packages/members/member-type/repository/index.js +1 -0
- package/dist-cms/packages/members/member-type/repository/item/member-type-item.store.js +1 -1
- package/dist-cms/packages/members/member-type/repository/manifests.js +7 -1
- package/dist-cms/packages/members/member-type/repository/structure/constants.d.ts +1 -0
- package/dist-cms/packages/members/member-type/repository/structure/constants.js +1 -0
- package/dist-cms/packages/members/member-type/repository/structure/index.d.ts +2 -0
- package/dist-cms/packages/members/member-type/repository/structure/index.js +1 -0
- package/dist-cms/packages/members/member-type/repository/structure/manifests.d.ts +1 -0
- package/dist-cms/packages/members/member-type/repository/structure/manifests.js +9 -0
- package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.repository.d.ts +7 -0
- package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.repository.js +8 -0
- package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.server.data-source.d.ts +11 -0
- package/dist-cms/packages/members/member-type/repository/structure/member-type-structure.server.data-source.js +25 -0
- package/dist-cms/packages/members/member-type/repository/structure/types.d.ts +6 -0
- package/dist-cms/packages/members/member-type/repository/structure/types.js +1 -0
- package/dist-cms/packages/members/member-type/tree/folder/repository/member-type-folder.store.js +1 -1
- package/dist-cms/packages/members/member-type/tree/member-type-tree.store.js +1 -1
- package/dist-cms/packages/members/member-type/tree/tree-item-children/collection/repository/member-type-tree-item-children-collection.repository.d.ts +4 -9
- package/dist-cms/packages/members/member-type/tree/tree-item-children/collection/repository/member-type-tree-item-children-collection.repository.js +6 -23
- package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.js +3 -3
- package/dist-cms/packages/packages/package-section/views/created/packages-created-overview.element.js +1 -1
- package/dist-cms/packages/packages/package-section/views/installed/installed-packages-section-view-item.element.js +1 -1
- package/dist-cms/packages/property-editors/date-time/property-editor-ui-date-time-picker-base.js +1 -1
- package/dist-cms/packages/property-editors/dropdown/property-editor-ui-dropdown.element.js +1 -1
- package/dist-cms/packages/property-editors/entity-data-picker/input/input-entity-data.context.js +5 -3
- package/dist-cms/packages/property-editors/number/manifests.js +1 -1
- package/dist-cms/packages/property-editors/number/property-editor-ui-decimal.element.d.ts +16 -0
- package/dist-cms/packages/property-editors/number/property-editor-ui-decimal.element.js +25 -0
- package/dist-cms/packages/property-editors/number/property-editor-ui-number.element.d.ts +5 -0
- package/dist-cms/packages/property-editors/number/property-editor-ui-number.element.js +6 -1
- package/dist-cms/packages/property-editors/overlay-size/property-editor-ui-overlay-size.element.d.ts +1 -1
- package/dist-cms/packages/property-editors/overlay-size/property-editor-ui-overlay-size.element.js +5 -2
- package/dist-cms/packages/property-editors/slider/Umbraco.Slider.js +8 -0
- package/dist-cms/packages/property-editors/slider/manifests.js +11 -0
- package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.d.ts +1 -0
- package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.js +6 -0
- package/dist-cms/packages/relations/relation-types/repository/detail/relation-type-detail.store.js +1 -1
- package/dist-cms/packages/relations/relations/entity-actions/bulk-delete/modal/bulk-delete-with-relation-modal.element.js +1 -1
- package/dist-cms/packages/relations/relations/entity-actions/bulk-trash/modal/bulk-trash-with-relation-modal.element.js +1 -1
- package/dist-cms/packages/relations/relations/entity-actions/trash/modal/trash-with-relation-modal.element.js +1 -1
- package/dist-cms/packages/rte/Umbraco.RichText.js +7 -0
- package/dist-cms/packages/rte/components/rte-base.element.d.ts +2 -1
- package/dist-cms/packages/rte/components/rte-base.element.js +19 -6
- package/dist-cms/packages/static-file/repository/item/static-file-item.store.js +1 -1
- package/dist-cms/packages/static-file/tree/static-file-tree.store.js +1 -1
- package/dist-cms/packages/tags/property-editors/tags/property-editor-ui-tags.element.js +3 -1
- package/dist-cms/packages/templating/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/modals/templating-item-picker/templating-item-picker-modal.element.d.ts +2 -1
- package/dist-cms/packages/templating/modals/templating-item-picker/templating-item-picker-modal.element.js +60 -27
- package/dist-cms/packages/templating/modals/templating-section-picker/templating-section-picker-modal.element.d.ts +1 -1
- package/dist-cms/packages/templating/modals/templating-section-picker/templating-section-picker-modal.element.js +35 -39
- package/dist-cms/packages/templating/partial-views/constants.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/constants.js +1 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/default/default-partial-view-create-option-action.d.ts +6 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/default/default-partial-view-create-option-action.js +15 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/default/manifests.d.ts +2 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/default/manifests.js +16 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/folder/manifests.d.ts +2 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/folder/manifests.js +17 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/from-snippet-create-option-action.d.ts +6 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/from-snippet-create-option-action.js +16 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/manifests.d.ts +2 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/from-snippet/manifests.js +16 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/partial-views/entity-actions/create/manifests.js +16 -16
- package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/index.d.ts +6 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/index.js +3 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/partial-view-create-options-modal.element.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/create/options-modal/partial-view-create-options-modal.element.js +7 -0
- package/dist-cms/packages/templating/partial-views/entity-actions/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/partial-views/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/partial-views/paths.d.ts +15 -0
- package/dist-cms/packages/templating/partial-views/paths.js +10 -0
- package/dist-cms/packages/templating/partial-views/repository/item/partial-view-item.store.js +1 -1
- package/dist-cms/packages/templating/partial-views/repository/partial-view-detail.store.js +1 -1
- package/dist-cms/packages/templating/partial-views/tree/constants.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/constants.js +1 -0
- package/dist-cms/packages/templating/partial-views/tree/folder/repository/partial-view-folder.store.js +1 -1
- package/dist-cms/packages/templating/partial-views/tree/folder/workspace/constants.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/folder/workspace/constants.js +1 -0
- package/dist-cms/packages/templating/partial-views/tree/folder/workspace/paths.d.ts +7 -0
- package/dist-cms/packages/templating/partial-views/tree/folder/workspace/paths.js +9 -0
- package/dist-cms/packages/templating/partial-views/tree/manifests.js +24 -1
- package/dist-cms/packages/templating/partial-views/tree/partial-view-tree.store.js +1 -1
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/action/manifests.js +21 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/constants.d.ts +2 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/constants.js +2 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/manifests.js +19 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/constants.js +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/manifests.js +9 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/partial-view-tree-item-children-collection.repository.d.ts +6 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/repository/partial-view-tree-item-children-collection.repository.js +9 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/manifests.js +22 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/partial-view-tree-item-table-collection-view.element.d.ts +16 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/collection/views/partial-view-tree-item-table-collection-view.element.js +96 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/constants.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/constants.js +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/partial-views/tree/tree-item-children/manifests.js +2 -0
- package/dist-cms/packages/templating/scripts/constants.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/constants.js +1 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/default/default-script-create-option-action.d.ts +6 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/default/default-script-create-option-action.js +15 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/default/manifests.d.ts +2 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/default/manifests.js +16 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/folder/manifests.d.ts +2 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/folder/manifests.js +17 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/scripts/entity-actions/create/manifests.js +8 -10
- package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/index.d.ts +3 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/index.js +3 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/script-create-options-modal.element.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/script-create-options-modal.element.js +7 -0
- package/dist-cms/packages/templating/scripts/entity-actions/create/options-modal/types.d.ts +3 -0
- package/dist-cms/packages/templating/scripts/entity-actions/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/scripts/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/scripts/paths.d.ts +15 -0
- package/dist-cms/packages/templating/scripts/paths.js +10 -0
- package/dist-cms/packages/templating/scripts/repository/item/script-item.store.js +1 -1
- package/dist-cms/packages/templating/scripts/repository/script-detail.store.js +1 -1
- package/dist-cms/packages/templating/scripts/tree/constants.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/constants.js +1 -0
- package/dist-cms/packages/templating/scripts/tree/folder/repository/script-folder.store.js +1 -1
- package/dist-cms/packages/templating/scripts/tree/folder/workspace/constants.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/folder/workspace/constants.js +1 -0
- package/dist-cms/packages/templating/scripts/tree/folder/workspace/paths.d.ts +7 -0
- package/dist-cms/packages/templating/scripts/tree/folder/workspace/paths.js +9 -0
- package/dist-cms/packages/templating/scripts/tree/manifests.js +24 -1
- package/dist-cms/packages/templating/scripts/tree/script-tree.store.js +1 -1
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/action/manifests.js +11 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/constants.d.ts +2 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/constants.js +2 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/manifests.js +19 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/constants.js +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/manifests.js +9 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/script-tree-item-children-collection.repository.d.ts +6 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/repository/script-tree-item-children-collection.repository.js +9 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/manifests.js +22 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/script-tree-item-table-collection-view.element.d.ts +16 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/collection/views/script-tree-item-table-collection-view.element.js +96 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/constants.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/constants.js +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/scripts/tree/tree-item-children/manifests.js +2 -0
- package/dist-cms/packages/templating/stylesheets/constants.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/constants.js +1 -0
- package/dist-cms/packages/templating/stylesheets/entity-actions/create/manifests.js +1 -0
- package/dist-cms/packages/templating/stylesheets/paths.d.ts +7 -0
- package/dist-cms/packages/templating/stylesheets/paths.js +9 -0
- package/dist-cms/packages/templating/stylesheets/repository/item/stylesheet-item.store.js +1 -1
- package/dist-cms/packages/templating/stylesheets/repository/stylesheet-detail.store.js +1 -1
- package/dist-cms/packages/templating/stylesheets/tree/constants.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/constants.js +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/folder/repository/stylesheet-folder.store.js +1 -1
- package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/constants.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/constants.js +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/paths.d.ts +7 -0
- package/dist-cms/packages/templating/stylesheets/tree/folder/workspace/paths.js +9 -0
- package/dist-cms/packages/templating/stylesheets/tree/manifests.js +24 -1
- package/dist-cms/packages/templating/stylesheets/tree/stylesheet-tree.store.js +1 -1
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/action/manifests.js +16 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/constants.d.ts +2 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/constants.js +2 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/manifests.js +19 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/constants.js +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/manifests.js +9 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/stylesheet-tree-item-children-collection.repository.d.ts +6 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/repository/stylesheet-tree-item-children-collection.repository.js +9 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/manifests.js +22 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/stylesheet-tree-item-table-collection-view.element.d.ts +16 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/collection/views/stylesheet-tree-item-table-collection-view.element.js +96 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/constants.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/constants.js +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/tree-item-children/manifests.js +2 -0
- package/dist-cms/packages/templating/templates/constants.d.ts +2 -0
- package/dist-cms/packages/templating/templates/constants.js +2 -0
- package/dist-cms/packages/templating/templates/entity-actions/create/default/default-template-create-option-action.d.ts +6 -0
- package/dist-cms/packages/templating/templates/entity-actions/create/default/default-template-create-option-action.js +15 -0
- package/dist-cms/packages/templating/templates/entity-actions/create/default/manifests.d.ts +2 -0
- package/dist-cms/packages/templating/templates/entity-actions/create/default/manifests.js +16 -0
- package/dist-cms/packages/templating/templates/entity-actions/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/templates/entity-actions/manifests.js +3 -8
- package/dist-cms/packages/templating/templates/manifests.d.ts +2 -1
- package/dist-cms/packages/templating/templates/menu/template-menu-structure.context.js +1 -1
- package/dist-cms/packages/templating/templates/paths.d.ts +15 -0
- package/dist-cms/packages/templating/templates/paths.js +10 -0
- package/dist-cms/packages/templating/templates/repository/detail/template-detail.store.js +1 -1
- package/dist-cms/packages/templating/templates/repository/item/template-item.store.js +1 -1
- package/dist-cms/packages/templating/templates/tree/constants.d.ts +2 -0
- package/dist-cms/packages/templating/templates/tree/constants.js +2 -0
- package/dist-cms/packages/templating/templates/tree/index.d.ts +1 -1
- package/dist-cms/packages/templating/templates/tree/index.js +1 -1
- package/dist-cms/packages/templating/templates/tree/manifests.d.ts +0 -1
- package/dist-cms/packages/templating/templates/tree/manifests.js +25 -2
- package/dist-cms/packages/templating/templates/tree/template-tree.store.js +1 -1
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/action/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/action/manifests.js +21 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/constants.d.ts +2 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/constants.js +2 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/manifests.js +19 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/constants.d.ts +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/constants.js +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/manifests.js +9 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/template-tree-item-children-collection.repository.d.ts +6 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/repository/template-tree-item-children-collection.repository.js +9 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/manifests.js +22 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/template-tree-item-table-collection-view.element.d.ts +16 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/collection/views/template-tree-item-table-collection-view.element.js +93 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/constants.d.ts +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/constants.js +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/manifests.d.ts +1 -0
- package/dist-cms/packages/templating/templates/tree/tree-item-children/manifests.js +2 -0
- package/dist-cms/packages/tiptap/extensions/block/block.tiptap-toolbar-api.js +1 -1
- package/dist-cms/packages/tiptap/extensions/clear-formatting/clear-formatting.tiptap-toolbar-api.js +6 -1
- package/dist-cms/packages/tiptap/extensions/embedded-media/embedded-media.tiptap-extension.js +1 -1
- package/dist-cms/packages/tiptap/extensions/embedded-media/embedded-media.tiptap-toolbar-api.js +1 -3
- package/dist-cms/packages/tiptap/extensions/media-picker/media-picker.tiptap-toolbar-api.js +66 -68
- package/dist-cms/packages/tiptap/extensions/media-upload/media-upload.tiptap-api.js +104 -18
- package/dist-cms/packages/tiptap/package.json +10 -10
- package/dist-cms/packages/tiptap/property-editors/tiptap-rte/manifests.js +7 -0
- package/dist-cms/packages/ufm/components/ufm-render/ufm-render.element.d.ts +3 -1
- package/dist-cms/packages/ufm/umbraco-package.d.ts +1 -0
- package/dist-cms/packages/ufm/umbraco-package.js +1 -0
- package/dist-cms/packages/umbraco-news/components/umb-news-card.element.js +1 -1
- package/dist-cms/packages/user/change-password/modal/change-password-modal.element.d.ts +1 -0
- package/dist-cms/packages/user/change-password/modal/change-password-modal.element.js +39 -1
- package/dist-cms/packages/user/current-user/current-user-header-app.element.js +6 -1
- package/dist-cms/packages/user/current-user/current-user.context.d.ts +3 -1
- package/dist-cms/packages/user/current-user/current-user.context.js +11 -17
- package/dist-cms/packages/user/current-user/external-login/modals/external-login-modal.element.js +2 -2
- package/dist-cms/packages/user/current-user/repository/current-user-config.store.js +1 -1
- package/dist-cms/packages/user/current-user/utils/get-initials.function.d.ts +11 -0
- package/dist-cms/packages/user/current-user/utils/get-initials.function.js +33 -0
- package/dist-cms/packages/user/current-user/utils/index.d.ts +1 -0
- package/dist-cms/packages/user/current-user/utils/index.js +1 -0
- package/dist-cms/packages/user/user/entity-actions/create/modal/create-user-modal.element.js +3 -7
- package/dist-cms/packages/user/user/entity-actions/create/modal/create-user-success-modal.element.js +50 -22
- package/dist-cms/packages/user/user/entity-actions/create/modal/create-user-success-modal.token.d.ts +2 -0
- package/dist-cms/packages/user/user/modals/user-mfa/user-mfa-modal.element.js +2 -2
- package/dist-cms/packages/user/user/repository/change-password/change-user-password.repository.js +4 -0
- package/dist-cms/packages/user/user/repository/change-password/change-user-password.server.data-source.js +1 -1
- package/dist-cms/packages/user/user/repository/config/user-config.store.js +1 -1
- package/dist-cms/packages/user/user/repository/detail/user-detail.store.js +1 -1
- package/dist-cms/packages/user/user/repository/item/user-item.store.js +1 -1
- package/dist-cms/packages/user/user-group/repository/detail/user-group-detail.store.js +1 -1
- package/dist-cms/packages/user/user-group/repository/index.d.ts +1 -0
- package/dist-cms/packages/user/user-group/repository/index.js +1 -0
- package/dist-cms/packages/user/user-group/repository/item/user-group-item.store.js +1 -1
- package/dist-cms/packages/user/user-group/repository/users/index.d.ts +2 -0
- package/dist-cms/packages/user/user-group/repository/users/index.js +2 -0
- package/dist-cms/packages/user/user-group/repository/users/user-group-users.repository.d.ts +32 -0
- package/dist-cms/packages/user/user-group/repository/users/user-group-users.repository.js +18 -0
- package/dist-cms/packages/user/user-group/repository/users/user-group-users.server.data-source.d.ts +31 -0
- package/dist-cms/packages/user/user-group/repository/users/user-group-users.server.data-source.js +41 -0
- package/dist-cms/packages/user/user-group/workspace/user-group/components/user-group-workspace-users.element.d.ts +16 -0
- package/dist-cms/packages/user/user-group/workspace/user-group/components/user-group-workspace-users.element.js +149 -0
- package/dist-cms/packages/user/user-group/workspace/user-group/views/user-group-details-workspace-view.element.d.ts +1 -0
- package/dist-cms/packages/user/user-group/workspace/user-group/views/user-group-details-workspace-view.element.js +5 -0
- package/dist-cms/packages/user/user-permission/modals/settings/entity-user-permission-settings-modal.element.js +4 -4
- package/dist-cms/packages/webhook/webhook/repository/detail/webhook-detail.store.js +1 -1
- package/dist-cms/packages/webhook/webhook/repository/item/webhook-item.store.js +1 -1
- package/dist-cms/tsconfig.build.json +1 -1
- package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
- package/examples/picker-data-source/example-document-picker-data-source.ts +31 -13
- package/examples/picker-data-source/index.ts +4 -3
- package/package.json +15 -15
- package/umbraco-package-schema.json +405 -189
- package/vscode-html-custom-data.json +139 -21
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/create.action.d.ts +0 -5
- package/dist-cms/packages/documents/document-blueprints/entity-actions/create/create.action.js +0 -24
- package/dist-cms/packages/language/entity-actions/language-create-entity-action.d.ts +0 -8
- package/dist-cms/packages/language/entity-actions/language-create-entity-action.js +0 -11
- package/dist-cms/packages/members/member-group/entity-actions/create-member-group.action.d.ts +0 -8
- package/dist-cms/packages/members/member-group/entity-actions/create-member-group.action.js +0 -11
- package/dist-cms/packages/templating/partial-views/entity-actions/create/create.action.d.ts +0 -5
- package/dist-cms/packages/templating/partial-views/entity-actions/create/create.action.js +0 -16
- package/dist-cms/packages/templating/scripts/entity-actions/create/create.action.d.ts +0 -5
- package/dist-cms/packages/templating/scripts/entity-actions/create/create.action.js +0 -16
- package/dist-cms/packages/templating/templates/entity-actions/create/create.action.d.ts +0 -8
- package/dist-cms/packages/templating/templates/entity-actions/create/create.action.js +0 -12
|
@@ -1,2574 +1,4643 @@
|
|
|
1
1
|
declare const _default: ({
|
|
2
2
|
name: string;
|
|
3
|
+
keywords: string[];
|
|
4
|
+
groups: string[];
|
|
3
5
|
path: () => Promise<typeof import("./icons/icon-activity.js")>;
|
|
6
|
+
related?: undefined;
|
|
4
7
|
hidden?: undefined;
|
|
5
8
|
} | {
|
|
6
9
|
name: string;
|
|
10
|
+
keywords: string[];
|
|
11
|
+
groups: string[];
|
|
7
12
|
path: () => Promise<typeof import("./icons/icon-add.js")>;
|
|
13
|
+
related?: undefined;
|
|
8
14
|
hidden?: undefined;
|
|
9
15
|
} | {
|
|
10
16
|
name: string;
|
|
17
|
+
keywords: string[];
|
|
18
|
+
groups: string[];
|
|
11
19
|
path: () => Promise<typeof import("./icons/icon-addressbook.js")>;
|
|
20
|
+
related?: undefined;
|
|
12
21
|
hidden?: undefined;
|
|
13
22
|
} | {
|
|
14
23
|
name: string;
|
|
24
|
+
keywords: string[];
|
|
25
|
+
groups: string[];
|
|
15
26
|
path: () => Promise<typeof import("./icons/icon-alarm-clock.js")>;
|
|
27
|
+
related?: undefined;
|
|
16
28
|
hidden?: undefined;
|
|
17
29
|
} | {
|
|
18
30
|
name: string;
|
|
31
|
+
keywords: string[];
|
|
32
|
+
groups: string[];
|
|
19
33
|
path: () => Promise<typeof import("./icons/icon-alert-alt.js")>;
|
|
34
|
+
related?: undefined;
|
|
20
35
|
hidden?: undefined;
|
|
21
36
|
} | {
|
|
22
37
|
name: string;
|
|
38
|
+
keywords: string[];
|
|
39
|
+
groups: string[];
|
|
40
|
+
related: string[];
|
|
41
|
+
path: () => Promise<typeof import("./icons/icon-alert.js")>;
|
|
42
|
+
hidden?: undefined;
|
|
43
|
+
} | {
|
|
44
|
+
name: string;
|
|
45
|
+
keywords: string[];
|
|
46
|
+
groups: string[];
|
|
23
47
|
path: () => Promise<typeof import("./icons/icon-alt.js")>;
|
|
48
|
+
related?: undefined;
|
|
24
49
|
hidden?: undefined;
|
|
25
50
|
} | {
|
|
26
51
|
name: string;
|
|
52
|
+
keywords: string[];
|
|
53
|
+
groups: string[];
|
|
27
54
|
path: () => Promise<typeof import("./icons/icon-anchor.js")>;
|
|
55
|
+
related?: undefined;
|
|
28
56
|
hidden?: undefined;
|
|
29
57
|
} | {
|
|
30
58
|
name: string;
|
|
59
|
+
keywords: string[];
|
|
60
|
+
groups: string[];
|
|
31
61
|
path: () => Promise<typeof import("./icons/icon-app.js")>;
|
|
62
|
+
related?: undefined;
|
|
32
63
|
hidden?: undefined;
|
|
33
64
|
} | {
|
|
34
65
|
name: string;
|
|
66
|
+
keywords: string[];
|
|
67
|
+
groups: string[];
|
|
68
|
+
related: string[];
|
|
35
69
|
path: () => Promise<typeof import("./icons/icon-application-error.js")>;
|
|
36
70
|
hidden?: undefined;
|
|
37
71
|
} | {
|
|
38
72
|
name: string;
|
|
73
|
+
keywords: string[];
|
|
74
|
+
groups: string[];
|
|
75
|
+
related: string[];
|
|
76
|
+
path: () => Promise<typeof import("./icons/icon-application-window-alt.js")>;
|
|
77
|
+
hidden?: undefined;
|
|
78
|
+
} | {
|
|
79
|
+
name: string;
|
|
80
|
+
keywords: string[];
|
|
81
|
+
groups: string[];
|
|
39
82
|
path: () => Promise<typeof import("./icons/icon-arrivals.js")>;
|
|
83
|
+
related?: undefined;
|
|
40
84
|
hidden?: undefined;
|
|
41
85
|
} | {
|
|
42
86
|
name: string;
|
|
87
|
+
keywords: string[];
|
|
88
|
+
groups: string[];
|
|
43
89
|
path: () => Promise<typeof import("./icons/icon-arrow-down.js")>;
|
|
90
|
+
related?: undefined;
|
|
44
91
|
hidden?: undefined;
|
|
45
92
|
} | {
|
|
46
93
|
name: string;
|
|
94
|
+
keywords: string[];
|
|
95
|
+
groups: string[];
|
|
47
96
|
path: () => Promise<typeof import("./icons/icon-arrow-left.js")>;
|
|
97
|
+
related?: undefined;
|
|
48
98
|
hidden?: undefined;
|
|
49
99
|
} | {
|
|
50
100
|
name: string;
|
|
101
|
+
keywords: string[];
|
|
102
|
+
groups: string[];
|
|
51
103
|
path: () => Promise<typeof import("./icons/icon-arrow-right.js")>;
|
|
104
|
+
related?: undefined;
|
|
52
105
|
hidden?: undefined;
|
|
53
106
|
} | {
|
|
54
107
|
name: string;
|
|
108
|
+
keywords: string[];
|
|
109
|
+
groups: string[];
|
|
55
110
|
path: () => Promise<typeof import("./icons/icon-arrow-up.js")>;
|
|
111
|
+
related?: undefined;
|
|
56
112
|
hidden?: undefined;
|
|
57
113
|
} | {
|
|
58
114
|
name: string;
|
|
115
|
+
keywords: string[];
|
|
116
|
+
groups: string[];
|
|
59
117
|
path: () => Promise<typeof import("./icons/icon-attachment.js")>;
|
|
118
|
+
related?: undefined;
|
|
60
119
|
hidden?: undefined;
|
|
61
120
|
} | {
|
|
62
121
|
name: string;
|
|
122
|
+
keywords: string[];
|
|
123
|
+
groups: string[];
|
|
63
124
|
path: () => Promise<typeof import("./icons/icon-audio-lines.js")>;
|
|
125
|
+
related?: undefined;
|
|
64
126
|
hidden?: undefined;
|
|
65
127
|
} | {
|
|
66
128
|
name: string;
|
|
129
|
+
keywords: string[];
|
|
130
|
+
groups: string[];
|
|
67
131
|
path: () => Promise<typeof import("./icons/icon-autofill.js")>;
|
|
132
|
+
related?: undefined;
|
|
68
133
|
hidden?: undefined;
|
|
69
134
|
} | {
|
|
70
135
|
name: string;
|
|
136
|
+
keywords: string[];
|
|
137
|
+
groups: string[];
|
|
71
138
|
path: () => Promise<typeof import("./icons/icon-award.js")>;
|
|
139
|
+
related?: undefined;
|
|
72
140
|
hidden?: undefined;
|
|
73
141
|
} | {
|
|
74
142
|
name: string;
|
|
143
|
+
keywords: string[];
|
|
144
|
+
groups: string[];
|
|
145
|
+
related: string[];
|
|
75
146
|
path: () => Promise<typeof import("./icons/icon-axis-rotation-2.js")>;
|
|
76
147
|
hidden?: undefined;
|
|
77
148
|
} | {
|
|
78
149
|
name: string;
|
|
150
|
+
keywords: string[];
|
|
151
|
+
groups: string[];
|
|
79
152
|
path: () => Promise<typeof import("./icons/icon-backspace.js")>;
|
|
153
|
+
related?: undefined;
|
|
80
154
|
hidden?: undefined;
|
|
81
155
|
} | {
|
|
82
156
|
name: string;
|
|
157
|
+
keywords: string[];
|
|
158
|
+
groups: string[];
|
|
83
159
|
path: () => Promise<typeof import("./icons/icon-badge.js")>;
|
|
160
|
+
related?: undefined;
|
|
84
161
|
hidden?: undefined;
|
|
85
162
|
} | {
|
|
86
163
|
name: string;
|
|
164
|
+
keywords: string[];
|
|
165
|
+
groups: string[];
|
|
87
166
|
path: () => Promise<typeof import("./icons/icon-badge-add.js")>;
|
|
167
|
+
related?: undefined;
|
|
88
168
|
hidden?: undefined;
|
|
89
169
|
} | {
|
|
90
170
|
name: string;
|
|
171
|
+
keywords: string[];
|
|
172
|
+
groups: string[];
|
|
91
173
|
path: () => Promise<typeof import("./icons/icon-badge-remove.js")>;
|
|
174
|
+
related?: undefined;
|
|
92
175
|
hidden?: undefined;
|
|
93
176
|
} | {
|
|
94
177
|
name: string;
|
|
95
178
|
hidden: boolean;
|
|
179
|
+
keywords: string[];
|
|
180
|
+
groups: string[];
|
|
96
181
|
path: () => Promise<typeof import("./icons/icon-badge-restricted.js")>;
|
|
182
|
+
related?: undefined;
|
|
97
183
|
} | {
|
|
98
184
|
name: string;
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
} | {
|
|
102
|
-
name: string;
|
|
185
|
+
keywords: string[];
|
|
186
|
+
groups: string[];
|
|
103
187
|
path: () => Promise<typeof import("./icons/icon-bar-chart.js")>;
|
|
188
|
+
related?: undefined;
|
|
104
189
|
hidden?: undefined;
|
|
105
190
|
} | {
|
|
106
191
|
name: string;
|
|
192
|
+
keywords: string[];
|
|
193
|
+
groups: string[];
|
|
107
194
|
path: () => Promise<typeof import("./icons/icon-barcode.js")>;
|
|
195
|
+
related?: undefined;
|
|
108
196
|
hidden?: undefined;
|
|
109
197
|
} | {
|
|
110
198
|
name: string;
|
|
199
|
+
keywords: string[];
|
|
200
|
+
groups: string[];
|
|
111
201
|
path: () => Promise<typeof import("./icons/icon-bars.js")>;
|
|
202
|
+
related?: undefined;
|
|
112
203
|
hidden?: undefined;
|
|
113
204
|
} | {
|
|
114
205
|
name: string;
|
|
206
|
+
keywords: string[];
|
|
207
|
+
groups: string[];
|
|
115
208
|
path: () => Promise<typeof import("./icons/icon-battery-full.js")>;
|
|
209
|
+
related?: undefined;
|
|
116
210
|
hidden?: undefined;
|
|
117
211
|
} | {
|
|
118
212
|
name: string;
|
|
213
|
+
keywords: string[];
|
|
214
|
+
groups: string[];
|
|
119
215
|
path: () => Promise<typeof import("./icons/icon-battery-low.js")>;
|
|
216
|
+
related?: undefined;
|
|
120
217
|
hidden?: undefined;
|
|
121
218
|
} | {
|
|
122
219
|
name: string;
|
|
220
|
+
keywords: string[];
|
|
221
|
+
groups: string[];
|
|
123
222
|
path: () => Promise<typeof import("./icons/icon-beer-glass.js")>;
|
|
223
|
+
related?: undefined;
|
|
124
224
|
hidden?: undefined;
|
|
125
225
|
} | {
|
|
126
226
|
name: string;
|
|
227
|
+
keywords: string[];
|
|
228
|
+
groups: string[];
|
|
127
229
|
path: () => Promise<typeof import("./icons/icon-bell-off.js")>;
|
|
230
|
+
related?: undefined;
|
|
128
231
|
hidden?: undefined;
|
|
129
232
|
} | {
|
|
130
233
|
name: string;
|
|
234
|
+
keywords: string[];
|
|
235
|
+
groups: string[];
|
|
131
236
|
path: () => Promise<typeof import("./icons/icon-bell.js")>;
|
|
237
|
+
related?: undefined;
|
|
132
238
|
hidden?: undefined;
|
|
133
239
|
} | {
|
|
134
240
|
name: string;
|
|
241
|
+
keywords: string[];
|
|
242
|
+
groups: string[];
|
|
135
243
|
path: () => Promise<typeof import("./icons/icon-binarycode.js")>;
|
|
244
|
+
related?: undefined;
|
|
136
245
|
hidden?: undefined;
|
|
137
246
|
} | {
|
|
138
247
|
name: string;
|
|
139
248
|
hidden: boolean;
|
|
249
|
+
keywords: string[];
|
|
250
|
+
groups: string[];
|
|
140
251
|
path: () => Promise<typeof import("./icons/icon-binoculars.js")>;
|
|
252
|
+
related?: undefined;
|
|
141
253
|
} | {
|
|
142
254
|
name: string;
|
|
255
|
+
keywords: string[];
|
|
256
|
+
groups: string[];
|
|
143
257
|
path: () => Promise<typeof import("./icons/icon-bird.js")>;
|
|
258
|
+
related?: undefined;
|
|
144
259
|
hidden?: undefined;
|
|
145
260
|
} | {
|
|
146
261
|
name: string;
|
|
262
|
+
keywords: string[];
|
|
263
|
+
groups: string[];
|
|
147
264
|
path: () => Promise<typeof import("./icons/icon-birthday-cake.js")>;
|
|
265
|
+
related?: undefined;
|
|
148
266
|
hidden?: undefined;
|
|
149
267
|
} | {
|
|
150
268
|
name: string;
|
|
269
|
+
keywords: string[];
|
|
270
|
+
groups: string[];
|
|
151
271
|
path: () => Promise<typeof import("./icons/icon-block.js")>;
|
|
272
|
+
related?: undefined;
|
|
152
273
|
hidden?: undefined;
|
|
153
274
|
} | {
|
|
154
275
|
name: string;
|
|
276
|
+
keywords: string[];
|
|
277
|
+
groups: string[];
|
|
155
278
|
path: () => Promise<typeof import("./icons/icon-blockquote.js")>;
|
|
279
|
+
related?: undefined;
|
|
156
280
|
hidden?: undefined;
|
|
157
281
|
} | {
|
|
158
282
|
name: string;
|
|
283
|
+
keywords: string[];
|
|
284
|
+
groups: string[];
|
|
159
285
|
path: () => Promise<typeof import("./icons/icon-bluetooth.js")>;
|
|
286
|
+
related?: undefined;
|
|
160
287
|
hidden?: undefined;
|
|
161
288
|
} | {
|
|
162
289
|
name: string;
|
|
290
|
+
keywords: string[];
|
|
291
|
+
groups: string[];
|
|
163
292
|
path: () => Promise<typeof import("./icons/icon-boat-shipping.js")>;
|
|
293
|
+
related?: undefined;
|
|
164
294
|
hidden?: undefined;
|
|
165
295
|
} | {
|
|
166
296
|
name: string;
|
|
297
|
+
keywords: string[];
|
|
298
|
+
groups: string[];
|
|
167
299
|
path: () => Promise<typeof import("./icons/icon-bold.js")>;
|
|
300
|
+
related?: undefined;
|
|
168
301
|
hidden?: undefined;
|
|
169
302
|
} | {
|
|
170
303
|
name: string;
|
|
304
|
+
keywords: string[];
|
|
305
|
+
groups: string[];
|
|
171
306
|
path: () => Promise<typeof import("./icons/icon-bones.js")>;
|
|
307
|
+
related?: undefined;
|
|
172
308
|
hidden?: undefined;
|
|
173
309
|
} | {
|
|
174
310
|
name: string;
|
|
311
|
+
keywords: string[];
|
|
312
|
+
groups: string[];
|
|
175
313
|
path: () => Promise<typeof import("./icons/icon-book-alt-2.js")>;
|
|
314
|
+
related?: undefined;
|
|
176
315
|
hidden?: undefined;
|
|
177
316
|
} | {
|
|
178
317
|
name: string;
|
|
318
|
+
keywords: string[];
|
|
319
|
+
groups: string[];
|
|
179
320
|
path: () => Promise<typeof import("./icons/icon-book-alt.js")>;
|
|
321
|
+
related?: undefined;
|
|
180
322
|
hidden?: undefined;
|
|
181
323
|
} | {
|
|
182
324
|
name: string;
|
|
325
|
+
keywords: string[];
|
|
326
|
+
groups: string[];
|
|
183
327
|
path: () => Promise<typeof import("./icons/icon-book.js")>;
|
|
328
|
+
related?: undefined;
|
|
184
329
|
hidden?: undefined;
|
|
185
330
|
} | {
|
|
186
331
|
name: string;
|
|
332
|
+
keywords: string[];
|
|
333
|
+
groups: string[];
|
|
187
334
|
path: () => Promise<typeof import("./icons/icon-bookmark.js")>;
|
|
335
|
+
related?: undefined;
|
|
188
336
|
hidden?: undefined;
|
|
189
337
|
} | {
|
|
190
338
|
name: string;
|
|
339
|
+
keywords: string[];
|
|
340
|
+
groups: string[];
|
|
191
341
|
path: () => Promise<typeof import("./icons/icon-books.js")>;
|
|
342
|
+
related?: undefined;
|
|
192
343
|
hidden?: undefined;
|
|
193
344
|
} | {
|
|
194
345
|
name: string;
|
|
346
|
+
keywords: string[];
|
|
347
|
+
groups: string[];
|
|
195
348
|
path: () => Promise<typeof import("./icons/icon-box-alt.js")>;
|
|
349
|
+
related?: undefined;
|
|
196
350
|
hidden?: undefined;
|
|
197
351
|
} | {
|
|
198
352
|
name: string;
|
|
353
|
+
keywords: string[];
|
|
354
|
+
groups: string[];
|
|
199
355
|
path: () => Promise<typeof import("./icons/icon-box-open.js")>;
|
|
356
|
+
related?: undefined;
|
|
200
357
|
hidden?: undefined;
|
|
201
358
|
} | {
|
|
202
359
|
name: string;
|
|
360
|
+
keywords: string[];
|
|
361
|
+
groups: string[];
|
|
203
362
|
path: () => Promise<typeof import("./icons/icon-box.js")>;
|
|
363
|
+
related?: undefined;
|
|
204
364
|
hidden?: undefined;
|
|
205
365
|
} | {
|
|
206
366
|
name: string;
|
|
367
|
+
keywords: string[];
|
|
368
|
+
groups: string[];
|
|
207
369
|
path: () => Promise<typeof import("./icons/icon-brackets.js")>;
|
|
370
|
+
related?: undefined;
|
|
208
371
|
hidden?: undefined;
|
|
209
372
|
} | {
|
|
210
373
|
name: string;
|
|
374
|
+
keywords: string[];
|
|
375
|
+
groups: string[];
|
|
211
376
|
path: () => Promise<typeof import("./icons/icon-brick.js")>;
|
|
377
|
+
related?: undefined;
|
|
212
378
|
hidden?: undefined;
|
|
213
379
|
} | {
|
|
214
380
|
name: string;
|
|
381
|
+
keywords: string[];
|
|
382
|
+
groups: string[];
|
|
215
383
|
path: () => Promise<typeof import("./icons/icon-briefcase.js")>;
|
|
384
|
+
related?: undefined;
|
|
216
385
|
hidden?: undefined;
|
|
217
386
|
} | {
|
|
218
387
|
name: string;
|
|
388
|
+
keywords: string[];
|
|
389
|
+
groups: string[];
|
|
219
390
|
path: () => Promise<typeof import("./icons/icon-brush-alt-2.js")>;
|
|
391
|
+
related?: undefined;
|
|
220
392
|
hidden?: undefined;
|
|
221
393
|
} | {
|
|
222
394
|
name: string;
|
|
395
|
+
keywords: string[];
|
|
396
|
+
groups: string[];
|
|
223
397
|
path: () => Promise<typeof import("./icons/icon-brush-alt.js")>;
|
|
398
|
+
related?: undefined;
|
|
224
399
|
hidden?: undefined;
|
|
225
400
|
} | {
|
|
226
401
|
name: string;
|
|
402
|
+
keywords: string[];
|
|
403
|
+
groups: string[];
|
|
227
404
|
path: () => Promise<typeof import("./icons/icon-brush.js")>;
|
|
405
|
+
related?: undefined;
|
|
228
406
|
hidden?: undefined;
|
|
229
407
|
} | {
|
|
230
408
|
name: string;
|
|
409
|
+
keywords: string[];
|
|
410
|
+
groups: string[];
|
|
231
411
|
path: () => Promise<typeof import("./icons/icon-bug.js")>;
|
|
412
|
+
related?: undefined;
|
|
232
413
|
hidden?: undefined;
|
|
233
414
|
} | {
|
|
234
415
|
name: string;
|
|
416
|
+
keywords: string[];
|
|
417
|
+
groups: string[];
|
|
235
418
|
path: () => Promise<typeof import("./icons/icon-bulleted-list.js")>;
|
|
419
|
+
related?: undefined;
|
|
236
420
|
hidden?: undefined;
|
|
237
421
|
} | {
|
|
238
422
|
name: string;
|
|
423
|
+
keywords: string[];
|
|
424
|
+
groups: string[];
|
|
239
425
|
path: () => Promise<typeof import("./icons/icon-burn.js")>;
|
|
426
|
+
related?: undefined;
|
|
240
427
|
hidden?: undefined;
|
|
241
428
|
} | {
|
|
242
429
|
name: string;
|
|
430
|
+
keywords: string[];
|
|
431
|
+
groups: string[];
|
|
243
432
|
path: () => Promise<typeof import("./icons/icon-bus.js")>;
|
|
433
|
+
related?: undefined;
|
|
244
434
|
hidden?: undefined;
|
|
245
435
|
} | {
|
|
246
436
|
name: string;
|
|
437
|
+
keywords: string[];
|
|
438
|
+
groups: string[];
|
|
247
439
|
path: () => Promise<typeof import("./icons/icon-calculator.js")>;
|
|
440
|
+
related?: undefined;
|
|
248
441
|
hidden?: undefined;
|
|
249
442
|
} | {
|
|
250
443
|
name: string;
|
|
444
|
+
keywords: string[];
|
|
445
|
+
groups: string[];
|
|
251
446
|
path: () => Promise<typeof import("./icons/icon-calendar-alt.js")>;
|
|
447
|
+
related?: undefined;
|
|
252
448
|
hidden?: undefined;
|
|
253
449
|
} | {
|
|
254
450
|
name: string;
|
|
451
|
+
keywords: string[];
|
|
452
|
+
groups: string[];
|
|
255
453
|
path: () => Promise<typeof import("./icons/icon-calendar.js")>;
|
|
454
|
+
related?: undefined;
|
|
256
455
|
hidden?: undefined;
|
|
257
456
|
} | {
|
|
258
457
|
name: string;
|
|
259
458
|
hidden: boolean;
|
|
459
|
+
keywords: string[];
|
|
460
|
+
groups: string[];
|
|
260
461
|
path: () => Promise<typeof import("./icons/icon-camcorder.js")>;
|
|
462
|
+
related?: undefined;
|
|
261
463
|
} | {
|
|
262
464
|
name: string;
|
|
465
|
+
keywords: string[];
|
|
466
|
+
groups: string[];
|
|
263
467
|
path: () => Promise<typeof import("./icons/icon-camera-roll.js")>;
|
|
468
|
+
related?: undefined;
|
|
264
469
|
hidden?: undefined;
|
|
265
470
|
} | {
|
|
266
471
|
name: string;
|
|
472
|
+
keywords: string[];
|
|
473
|
+
groups: string[];
|
|
267
474
|
path: () => Promise<typeof import("./icons/icon-candy.js")>;
|
|
475
|
+
related?: undefined;
|
|
268
476
|
hidden?: undefined;
|
|
269
477
|
} | {
|
|
270
478
|
name: string;
|
|
479
|
+
keywords: string[];
|
|
480
|
+
groups: string[];
|
|
271
481
|
path: () => Promise<typeof import("./icons/icon-caps-lock.js")>;
|
|
482
|
+
related?: undefined;
|
|
272
483
|
hidden?: undefined;
|
|
273
484
|
} | {
|
|
274
485
|
name: string;
|
|
486
|
+
keywords: string[];
|
|
487
|
+
groups: string[];
|
|
275
488
|
path: () => Promise<typeof import("./icons/icon-car.js")>;
|
|
489
|
+
related?: undefined;
|
|
276
490
|
hidden?: undefined;
|
|
277
491
|
} | {
|
|
278
492
|
name: string;
|
|
279
493
|
path: () => Promise<typeof import("./icons/icon-certificate.js")>;
|
|
494
|
+
keywords?: undefined;
|
|
495
|
+
groups?: undefined;
|
|
496
|
+
related?: undefined;
|
|
280
497
|
hidden?: undefined;
|
|
281
498
|
} | {
|
|
282
499
|
name: string;
|
|
500
|
+
keywords: string[];
|
|
501
|
+
groups: string[];
|
|
283
502
|
path: () => Promise<typeof import("./icons/icon-chart-curve.js")>;
|
|
503
|
+
related?: undefined;
|
|
284
504
|
hidden?: undefined;
|
|
285
505
|
} | {
|
|
286
506
|
name: string;
|
|
507
|
+
keywords: string[];
|
|
508
|
+
groups: string[];
|
|
287
509
|
path: () => Promise<typeof import("./icons/icon-chart.js")>;
|
|
510
|
+
related?: undefined;
|
|
288
511
|
hidden?: undefined;
|
|
289
512
|
} | {
|
|
290
513
|
name: string;
|
|
291
514
|
hidden: boolean;
|
|
515
|
+
keywords: string[];
|
|
516
|
+
groups: string[];
|
|
292
517
|
path: () => Promise<typeof import("./icons/icon-chat-active.js")>;
|
|
518
|
+
related?: undefined;
|
|
293
519
|
} | {
|
|
294
520
|
name: string;
|
|
521
|
+
keywords: string[];
|
|
522
|
+
groups: string[];
|
|
295
523
|
path: () => Promise<typeof import("./icons/icon-chat.js")>;
|
|
524
|
+
related?: undefined;
|
|
296
525
|
hidden?: undefined;
|
|
297
526
|
} | {
|
|
298
527
|
name: string;
|
|
528
|
+
keywords: string[];
|
|
529
|
+
groups: string[];
|
|
299
530
|
path: () => Promise<typeof import("./icons/icon-check.js")>;
|
|
531
|
+
related?: undefined;
|
|
300
532
|
hidden?: undefined;
|
|
301
533
|
} | {
|
|
302
534
|
name: string;
|
|
535
|
+
keywords: string[];
|
|
536
|
+
groups: string[];
|
|
303
537
|
path: () => Promise<typeof import("./icons/icon-checkbox-dotted.js")>;
|
|
538
|
+
related?: undefined;
|
|
304
539
|
hidden?: undefined;
|
|
305
540
|
} | {
|
|
306
541
|
name: string;
|
|
307
542
|
hidden: boolean;
|
|
543
|
+
keywords: string[];
|
|
544
|
+
groups: string[];
|
|
308
545
|
path: () => Promise<typeof import("./icons/icon-checkbox-empty.js")>;
|
|
546
|
+
related?: undefined;
|
|
309
547
|
} | {
|
|
310
548
|
name: string;
|
|
549
|
+
keywords: string[];
|
|
550
|
+
groups: string[];
|
|
311
551
|
path: () => Promise<typeof import("./icons/icon-checkbox.js")>;
|
|
552
|
+
related?: undefined;
|
|
312
553
|
hidden?: undefined;
|
|
313
554
|
} | {
|
|
314
555
|
name: string;
|
|
315
556
|
hidden: boolean;
|
|
557
|
+
keywords: string[];
|
|
558
|
+
groups: string[];
|
|
316
559
|
path: () => Promise<typeof import("./icons/icon-chip-alt.js")>;
|
|
560
|
+
related?: undefined;
|
|
317
561
|
} | {
|
|
318
562
|
name: string;
|
|
563
|
+
keywords: string[];
|
|
564
|
+
groups: string[];
|
|
319
565
|
path: () => Promise<typeof import("./icons/icon-chip.js")>;
|
|
566
|
+
related?: undefined;
|
|
320
567
|
hidden?: undefined;
|
|
321
568
|
} | {
|
|
322
569
|
name: string;
|
|
570
|
+
keywords: string[];
|
|
571
|
+
groups: string[];
|
|
323
572
|
path: () => Promise<typeof import("./icons/icon-cinema.js")>;
|
|
573
|
+
related?: undefined;
|
|
324
574
|
hidden?: undefined;
|
|
325
575
|
} | {
|
|
326
576
|
name: string;
|
|
577
|
+
keywords: string[];
|
|
578
|
+
groups: string[];
|
|
327
579
|
path: () => Promise<typeof import("./icons/icon-circle-dotted-active.js")>;
|
|
580
|
+
related?: undefined;
|
|
328
581
|
hidden?: undefined;
|
|
329
582
|
} | {
|
|
330
583
|
name: string;
|
|
584
|
+
keywords: string[];
|
|
585
|
+
groups: string[];
|
|
331
586
|
path: () => Promise<typeof import("./icons/icon-circle-dotted.js")>;
|
|
587
|
+
related?: undefined;
|
|
332
588
|
hidden?: undefined;
|
|
333
589
|
} | {
|
|
334
590
|
name: string;
|
|
591
|
+
keywords: string[];
|
|
592
|
+
groups: string[];
|
|
335
593
|
path: () => Promise<typeof import("./icons/icon-circuits.js")>;
|
|
594
|
+
related?: undefined;
|
|
336
595
|
hidden?: undefined;
|
|
337
596
|
} | {
|
|
338
597
|
name: string;
|
|
598
|
+
keywords: string[];
|
|
599
|
+
groups: string[];
|
|
339
600
|
path: () => Promise<typeof import("./icons/icon-clear-formatting.js")>;
|
|
601
|
+
related?: undefined;
|
|
340
602
|
hidden?: undefined;
|
|
341
603
|
} | {
|
|
342
604
|
name: string;
|
|
343
605
|
hidden: boolean;
|
|
606
|
+
keywords: string[];
|
|
607
|
+
groups: string[];
|
|
344
608
|
path: () => Promise<typeof import("./icons/icon-client.js")>;
|
|
609
|
+
related?: undefined;
|
|
345
610
|
} | {
|
|
346
611
|
name: string;
|
|
612
|
+
keywords: string[];
|
|
613
|
+
groups: string[];
|
|
347
614
|
path: () => Promise<typeof import("./icons/icon-clipboard.js")>;
|
|
615
|
+
related?: undefined;
|
|
348
616
|
hidden?: undefined;
|
|
349
617
|
} | {
|
|
350
618
|
name: string;
|
|
619
|
+
keywords: string[];
|
|
620
|
+
groups: string[];
|
|
351
621
|
path: () => Promise<typeof import("./icons/icon-clipboard-copy.js")>;
|
|
622
|
+
related?: undefined;
|
|
352
623
|
hidden?: undefined;
|
|
353
624
|
} | {
|
|
354
625
|
name: string;
|
|
626
|
+
keywords: string[];
|
|
627
|
+
groups: string[];
|
|
355
628
|
path: () => Promise<typeof import("./icons/icon-clipboard-paste.js")>;
|
|
629
|
+
related?: undefined;
|
|
356
630
|
hidden?: undefined;
|
|
357
631
|
} | {
|
|
358
632
|
name: string;
|
|
633
|
+
keywords: string[];
|
|
634
|
+
groups: string[];
|
|
359
635
|
path: () => Promise<typeof import("./icons/icon-cloud-drive.js")>;
|
|
636
|
+
related?: undefined;
|
|
360
637
|
hidden?: undefined;
|
|
361
638
|
} | {
|
|
362
639
|
name: string;
|
|
640
|
+
keywords: string[];
|
|
641
|
+
groups: string[];
|
|
363
642
|
path: () => Promise<typeof import("./icons/icon-cloud-upload.js")>;
|
|
643
|
+
related?: undefined;
|
|
364
644
|
hidden?: undefined;
|
|
365
645
|
} | {
|
|
366
646
|
name: string;
|
|
647
|
+
keywords: string[];
|
|
648
|
+
groups: string[];
|
|
367
649
|
path: () => Promise<typeof import("./icons/icon-cloud.js")>;
|
|
650
|
+
related?: undefined;
|
|
368
651
|
hidden?: undefined;
|
|
369
652
|
} | {
|
|
370
653
|
name: string;
|
|
654
|
+
keywords: string[];
|
|
655
|
+
groups: string[];
|
|
371
656
|
path: () => Promise<typeof import("./icons/icon-cloudy.js")>;
|
|
657
|
+
related?: undefined;
|
|
372
658
|
hidden?: undefined;
|
|
373
659
|
} | {
|
|
374
660
|
name: string;
|
|
661
|
+
keywords: string[];
|
|
662
|
+
groups: string[];
|
|
375
663
|
path: () => Promise<typeof import("./icons/icon-clubs.js")>;
|
|
664
|
+
related?: undefined;
|
|
376
665
|
hidden?: undefined;
|
|
377
666
|
} | {
|
|
378
667
|
name: string;
|
|
668
|
+
keywords: string[];
|
|
669
|
+
groups: string[];
|
|
379
670
|
path: () => Promise<typeof import("./icons/icon-cocktail.js")>;
|
|
671
|
+
related?: undefined;
|
|
380
672
|
hidden?: undefined;
|
|
381
673
|
} | {
|
|
382
674
|
name: string;
|
|
675
|
+
keywords: string[];
|
|
676
|
+
groups: string[];
|
|
383
677
|
path: () => Promise<typeof import("./icons/icon-code.js")>;
|
|
678
|
+
related?: undefined;
|
|
384
679
|
hidden?: undefined;
|
|
385
680
|
} | {
|
|
386
681
|
name: string;
|
|
682
|
+
keywords: string[];
|
|
683
|
+
groups: string[];
|
|
387
684
|
path: () => Promise<typeof import("./icons/icon-code-xml.js")>;
|
|
685
|
+
related?: undefined;
|
|
388
686
|
hidden?: undefined;
|
|
389
687
|
} | {
|
|
390
688
|
name: string;
|
|
689
|
+
keywords: string[];
|
|
690
|
+
groups: string[];
|
|
391
691
|
path: () => Promise<typeof import("./icons/icon-coffee.js")>;
|
|
692
|
+
related?: undefined;
|
|
392
693
|
hidden?: undefined;
|
|
393
694
|
} | {
|
|
394
695
|
name: string;
|
|
696
|
+
keywords: string[];
|
|
697
|
+
groups: string[];
|
|
395
698
|
path: () => Promise<typeof import("./icons/icon-coin-dollar.js")>;
|
|
699
|
+
related?: undefined;
|
|
396
700
|
hidden?: undefined;
|
|
397
701
|
} | {
|
|
398
702
|
name: string;
|
|
703
|
+
keywords: string[];
|
|
704
|
+
groups: string[];
|
|
399
705
|
path: () => Promise<typeof import("./icons/icon-coin-euro.js")>;
|
|
706
|
+
related?: undefined;
|
|
400
707
|
hidden?: undefined;
|
|
401
708
|
} | {
|
|
402
709
|
name: string;
|
|
710
|
+
keywords: string[];
|
|
711
|
+
groups: string[];
|
|
403
712
|
path: () => Promise<typeof import("./icons/icon-coin-pound.js")>;
|
|
713
|
+
related?: undefined;
|
|
404
714
|
hidden?: undefined;
|
|
405
715
|
} | {
|
|
406
716
|
name: string;
|
|
717
|
+
keywords: string[];
|
|
718
|
+
groups: string[];
|
|
407
719
|
path: () => Promise<typeof import("./icons/icon-coin-yen.js")>;
|
|
720
|
+
related?: undefined;
|
|
408
721
|
hidden?: undefined;
|
|
409
722
|
} | {
|
|
410
723
|
name: string;
|
|
411
724
|
hidden: boolean;
|
|
725
|
+
keywords: string[];
|
|
726
|
+
groups: string[];
|
|
412
727
|
path: () => Promise<typeof import("./icons/icon-coins-alt.js")>;
|
|
728
|
+
related?: undefined;
|
|
413
729
|
} | {
|
|
414
730
|
name: string;
|
|
731
|
+
keywords: string[];
|
|
732
|
+
groups: string[];
|
|
415
733
|
path: () => Promise<typeof import("./icons/icon-coins.js")>;
|
|
734
|
+
related?: undefined;
|
|
416
735
|
hidden?: undefined;
|
|
417
736
|
} | {
|
|
418
737
|
name: string;
|
|
738
|
+
keywords: string[];
|
|
739
|
+
groups: string[];
|
|
419
740
|
path: () => Promise<typeof import("./icons/icon-color-bucket.js")>;
|
|
741
|
+
related?: undefined;
|
|
420
742
|
hidden?: undefined;
|
|
421
743
|
} | {
|
|
422
744
|
name: string;
|
|
745
|
+
keywords: string[];
|
|
746
|
+
groups: string[];
|
|
423
747
|
path: () => Promise<typeof import("./icons/icon-colorpicker.js")>;
|
|
748
|
+
related?: undefined;
|
|
424
749
|
hidden?: undefined;
|
|
425
750
|
} | {
|
|
426
751
|
name: string;
|
|
752
|
+
keywords: string[];
|
|
753
|
+
groups: string[];
|
|
427
754
|
path: () => Promise<typeof import("./icons/icon-columns.js")>;
|
|
755
|
+
related?: undefined;
|
|
428
756
|
hidden?: undefined;
|
|
429
757
|
} | {
|
|
430
758
|
name: string;
|
|
759
|
+
keywords: string[];
|
|
760
|
+
groups: string[];
|
|
431
761
|
path: () => Promise<typeof import("./icons/icon-columns-2.js")>;
|
|
762
|
+
related?: undefined;
|
|
432
763
|
hidden?: undefined;
|
|
433
764
|
} | {
|
|
434
765
|
name: string;
|
|
766
|
+
keywords: string[];
|
|
767
|
+
groups: string[];
|
|
435
768
|
path: () => Promise<typeof import("./icons/icon-columns-3.js")>;
|
|
769
|
+
related?: undefined;
|
|
436
770
|
hidden?: undefined;
|
|
437
771
|
} | {
|
|
438
772
|
name: string;
|
|
773
|
+
keywords: string[];
|
|
774
|
+
groups: string[];
|
|
439
775
|
path: () => Promise<typeof import("./icons/icon-columns-4.js")>;
|
|
776
|
+
related?: undefined;
|
|
440
777
|
hidden?: undefined;
|
|
441
778
|
} | {
|
|
442
779
|
name: string;
|
|
780
|
+
keywords: string[];
|
|
781
|
+
groups: string[];
|
|
443
782
|
path: () => Promise<typeof import("./icons/icon-rows-2.js")>;
|
|
783
|
+
related?: undefined;
|
|
444
784
|
hidden?: undefined;
|
|
445
785
|
} | {
|
|
446
786
|
name: string;
|
|
787
|
+
keywords: string[];
|
|
788
|
+
groups: string[];
|
|
447
789
|
path: () => Promise<typeof import("./icons/icon-rows-3.js")>;
|
|
790
|
+
related?: undefined;
|
|
448
791
|
hidden?: undefined;
|
|
449
792
|
} | {
|
|
450
793
|
name: string;
|
|
794
|
+
keywords: string[];
|
|
795
|
+
groups: string[];
|
|
451
796
|
path: () => Promise<typeof import("./icons/icon-rows-4.js")>;
|
|
797
|
+
related?: undefined;
|
|
452
798
|
hidden?: undefined;
|
|
453
799
|
} | {
|
|
454
800
|
name: string;
|
|
801
|
+
keywords: string[];
|
|
802
|
+
groups: string[];
|
|
455
803
|
path: () => Promise<typeof import("./icons/icon-grid-2.js")>;
|
|
804
|
+
related?: undefined;
|
|
456
805
|
hidden?: undefined;
|
|
457
806
|
} | {
|
|
458
807
|
name: string;
|
|
808
|
+
keywords: string[];
|
|
809
|
+
groups: string[];
|
|
459
810
|
path: () => Promise<typeof import("./icons/icon-grid-3.js")>;
|
|
811
|
+
related?: undefined;
|
|
460
812
|
hidden?: undefined;
|
|
461
813
|
} | {
|
|
462
814
|
name: string;
|
|
815
|
+
keywords: string[];
|
|
816
|
+
groups: string[];
|
|
817
|
+
related: string[];
|
|
463
818
|
path: () => Promise<typeof import("./icons/icon-combination-lock-open.js")>;
|
|
464
819
|
hidden?: undefined;
|
|
465
820
|
} | {
|
|
466
821
|
name: string;
|
|
822
|
+
keywords: string[];
|
|
823
|
+
groups: string[];
|
|
824
|
+
related: string[];
|
|
467
825
|
path: () => Promise<typeof import("./icons/icon-combination-lock.js")>;
|
|
468
826
|
hidden?: undefined;
|
|
469
827
|
} | {
|
|
470
828
|
name: string;
|
|
829
|
+
keywords: string[];
|
|
830
|
+
groups: string[];
|
|
471
831
|
path: () => Promise<typeof import("./icons/icon-command.js")>;
|
|
832
|
+
related?: undefined;
|
|
472
833
|
hidden?: undefined;
|
|
473
834
|
} | {
|
|
474
835
|
name: string;
|
|
836
|
+
keywords: string[];
|
|
837
|
+
groups: string[];
|
|
475
838
|
path: () => Promise<typeof import("./icons/icon-company.js")>;
|
|
839
|
+
related?: undefined;
|
|
476
840
|
hidden?: undefined;
|
|
477
841
|
} | {
|
|
478
842
|
name: string;
|
|
843
|
+
keywords: string[];
|
|
844
|
+
groups: string[];
|
|
479
845
|
path: () => Promise<typeof import("./icons/icon-compress.js")>;
|
|
846
|
+
related?: undefined;
|
|
480
847
|
hidden?: undefined;
|
|
481
848
|
} | {
|
|
482
849
|
name: string;
|
|
850
|
+
keywords: string[];
|
|
851
|
+
groups: string[];
|
|
483
852
|
path: () => Promise<typeof import("./icons/icon-connection.js")>;
|
|
853
|
+
related?: undefined;
|
|
484
854
|
hidden?: undefined;
|
|
485
855
|
} | {
|
|
486
856
|
name: string;
|
|
857
|
+
keywords: string[];
|
|
858
|
+
groups: string[];
|
|
487
859
|
path: () => Promise<typeof import("./icons/icon-console.js")>;
|
|
860
|
+
related?: undefined;
|
|
488
861
|
hidden?: undefined;
|
|
489
862
|
} | {
|
|
490
863
|
name: string;
|
|
864
|
+
keywords: string[];
|
|
865
|
+
groups: string[];
|
|
491
866
|
path: () => Promise<typeof import("./icons/icon-contrast.js")>;
|
|
867
|
+
related?: undefined;
|
|
492
868
|
hidden?: undefined;
|
|
493
869
|
} | {
|
|
494
870
|
name: string;
|
|
871
|
+
keywords: string[];
|
|
872
|
+
groups: string[];
|
|
495
873
|
path: () => Promise<typeof import("./icons/icon-conversation-alt.js")>;
|
|
874
|
+
related?: undefined;
|
|
496
875
|
hidden?: undefined;
|
|
497
876
|
} | {
|
|
498
877
|
name: string;
|
|
499
878
|
hidden: boolean;
|
|
879
|
+
keywords: string[];
|
|
880
|
+
groups: string[];
|
|
500
881
|
path: () => Promise<typeof import("./icons/icon-conversation.js")>;
|
|
882
|
+
related?: undefined;
|
|
501
883
|
} | {
|
|
502
884
|
name: string;
|
|
885
|
+
keywords: string[];
|
|
886
|
+
groups: string[];
|
|
503
887
|
path: () => Promise<typeof import("./icons/icon-coverflow.js")>;
|
|
888
|
+
related?: undefined;
|
|
504
889
|
hidden?: undefined;
|
|
505
890
|
} | {
|
|
506
891
|
name: string;
|
|
507
892
|
hidden: boolean;
|
|
893
|
+
keywords: string[];
|
|
894
|
+
groups: string[];
|
|
895
|
+
related: string[];
|
|
508
896
|
path: () => Promise<typeof import("./icons/icon-credit-card-alt.js")>;
|
|
509
897
|
} | {
|
|
510
898
|
name: string;
|
|
899
|
+
keywords: string[];
|
|
900
|
+
groups: string[];
|
|
901
|
+
related: string[];
|
|
511
902
|
path: () => Promise<typeof import("./icons/icon-credit-card.js")>;
|
|
512
903
|
hidden?: undefined;
|
|
513
904
|
} | {
|
|
514
905
|
name: string;
|
|
906
|
+
keywords: string[];
|
|
907
|
+
groups: string[];
|
|
515
908
|
path: () => Promise<typeof import("./icons/icon-crop.js")>;
|
|
909
|
+
related?: undefined;
|
|
516
910
|
hidden?: undefined;
|
|
517
911
|
} | {
|
|
518
912
|
name: string;
|
|
913
|
+
keywords: string[];
|
|
914
|
+
groups: string[];
|
|
519
915
|
path: () => Promise<typeof import("./icons/icon-crosshair.js")>;
|
|
916
|
+
related?: undefined;
|
|
520
917
|
hidden?: undefined;
|
|
521
918
|
} | {
|
|
522
919
|
name: string;
|
|
523
920
|
hidden: boolean;
|
|
921
|
+
keywords: string[];
|
|
922
|
+
groups: string[];
|
|
524
923
|
path: () => Promise<typeof import("./icons/icon-crown-alt.js")>;
|
|
924
|
+
related?: undefined;
|
|
525
925
|
} | {
|
|
526
926
|
name: string;
|
|
927
|
+
keywords: string[];
|
|
928
|
+
groups: string[];
|
|
527
929
|
path: () => Promise<typeof import("./icons/icon-crown.js")>;
|
|
930
|
+
related?: undefined;
|
|
528
931
|
hidden?: undefined;
|
|
529
932
|
} | {
|
|
530
933
|
name: string;
|
|
531
934
|
hidden: boolean;
|
|
935
|
+
keywords: string[];
|
|
936
|
+
groups: string[];
|
|
532
937
|
path: () => Promise<typeof import("./icons/icon-cupcake.js")>;
|
|
938
|
+
related?: undefined;
|
|
533
939
|
} | {
|
|
534
940
|
name: string;
|
|
941
|
+
keywords: string[];
|
|
942
|
+
groups: string[];
|
|
535
943
|
path: () => Promise<typeof import("./icons/icon-curve.js")>;
|
|
944
|
+
related?: undefined;
|
|
536
945
|
hidden?: undefined;
|
|
537
946
|
} | {
|
|
538
947
|
name: string;
|
|
948
|
+
keywords: string[];
|
|
949
|
+
groups: string[];
|
|
539
950
|
path: () => Promise<typeof import("./icons/icon-cut.js")>;
|
|
951
|
+
related?: undefined;
|
|
540
952
|
hidden?: undefined;
|
|
541
953
|
} | {
|
|
542
954
|
name: string;
|
|
955
|
+
keywords: string[];
|
|
956
|
+
groups: string[];
|
|
543
957
|
path: () => Promise<typeof import("./icons/icon-dashboard.js")>;
|
|
958
|
+
related?: undefined;
|
|
544
959
|
hidden?: undefined;
|
|
545
960
|
} | {
|
|
546
961
|
name: string;
|
|
962
|
+
keywords: string[];
|
|
963
|
+
groups: string[];
|
|
547
964
|
path: () => Promise<typeof import("./icons/icon-defrag.js")>;
|
|
965
|
+
related?: undefined;
|
|
548
966
|
hidden?: undefined;
|
|
549
967
|
} | {
|
|
550
968
|
name: string;
|
|
969
|
+
keywords: string[];
|
|
970
|
+
groups: string[];
|
|
551
971
|
path: () => Promise<typeof import("./icons/icon-delete.js")>;
|
|
972
|
+
related?: undefined;
|
|
552
973
|
hidden?: undefined;
|
|
553
974
|
} | {
|
|
554
975
|
name: string;
|
|
976
|
+
keywords: string[];
|
|
977
|
+
groups: string[];
|
|
555
978
|
path: () => Promise<typeof import("./icons/icon-departure.js")>;
|
|
979
|
+
related?: undefined;
|
|
556
980
|
hidden?: undefined;
|
|
557
981
|
} | {
|
|
558
982
|
name: string;
|
|
559
983
|
hidden: boolean;
|
|
984
|
+
keywords: string[];
|
|
985
|
+
groups: string[];
|
|
560
986
|
path: () => Promise<typeof import("./icons/icon-desktop.js")>;
|
|
987
|
+
related?: undefined;
|
|
561
988
|
} | {
|
|
562
989
|
name: string;
|
|
990
|
+
keywords: string[];
|
|
991
|
+
groups: string[];
|
|
563
992
|
path: () => Promise<typeof import("./icons/icon-diagnostics.js")>;
|
|
993
|
+
related?: undefined;
|
|
564
994
|
hidden?: undefined;
|
|
565
995
|
} | {
|
|
566
996
|
name: string;
|
|
997
|
+
keywords: string[];
|
|
998
|
+
groups: string[];
|
|
567
999
|
path: () => Promise<typeof import("./icons/icon-diagonal-arrow-alt.js")>;
|
|
1000
|
+
related?: undefined;
|
|
568
1001
|
hidden?: undefined;
|
|
569
1002
|
} | {
|
|
570
1003
|
name: string;
|
|
1004
|
+
keywords: string[];
|
|
1005
|
+
groups: string[];
|
|
1006
|
+
related: string[];
|
|
571
1007
|
path: () => Promise<typeof import("./icons/icon-diagonal-arrow.js")>;
|
|
572
1008
|
hidden?: undefined;
|
|
573
1009
|
} | {
|
|
574
1010
|
name: string;
|
|
1011
|
+
keywords: string[];
|
|
1012
|
+
groups: string[];
|
|
575
1013
|
path: () => Promise<typeof import("./icons/icon-diamond.js")>;
|
|
1014
|
+
related?: undefined;
|
|
576
1015
|
hidden?: undefined;
|
|
577
1016
|
} | {
|
|
578
1017
|
name: string;
|
|
1018
|
+
keywords: string[];
|
|
1019
|
+
groups: string[];
|
|
579
1020
|
path: () => Promise<typeof import("./icons/icon-diamonds.js")>;
|
|
1021
|
+
related?: undefined;
|
|
580
1022
|
hidden?: undefined;
|
|
581
1023
|
} | {
|
|
582
1024
|
name: string;
|
|
1025
|
+
keywords: string[];
|
|
1026
|
+
groups: string[];
|
|
583
1027
|
path: () => Promise<typeof import("./icons/icon-dice.js")>;
|
|
1028
|
+
related?: undefined;
|
|
584
1029
|
hidden?: undefined;
|
|
585
1030
|
} | {
|
|
586
1031
|
name: string;
|
|
587
1032
|
hidden: boolean;
|
|
1033
|
+
keywords: string[];
|
|
1034
|
+
groups: string[];
|
|
588
1035
|
path: () => Promise<typeof import("./icons/icon-diploma-alt.js")>;
|
|
1036
|
+
related?: undefined;
|
|
589
1037
|
} | {
|
|
590
1038
|
name: string;
|
|
1039
|
+
keywords: string[];
|
|
1040
|
+
groups: string[];
|
|
591
1041
|
path: () => Promise<typeof import("./icons/icon-diploma.js")>;
|
|
1042
|
+
related?: undefined;
|
|
592
1043
|
hidden?: undefined;
|
|
593
1044
|
} | {
|
|
594
1045
|
name: string;
|
|
1046
|
+
keywords: string[];
|
|
1047
|
+
groups: string[];
|
|
595
1048
|
path: () => Promise<typeof import("./icons/icon-directions-alt.js")>;
|
|
1049
|
+
related?: undefined;
|
|
596
1050
|
hidden?: undefined;
|
|
597
1051
|
} | {
|
|
598
1052
|
name: string;
|
|
1053
|
+
keywords: string[];
|
|
1054
|
+
groups: string[];
|
|
599
1055
|
path: () => Promise<typeof import("./icons/icon-directions.js")>;
|
|
1056
|
+
related?: undefined;
|
|
600
1057
|
hidden?: undefined;
|
|
601
1058
|
} | {
|
|
602
1059
|
name: string;
|
|
1060
|
+
keywords: string[];
|
|
1061
|
+
groups: string[];
|
|
603
1062
|
path: () => Promise<typeof import("./icons/icon-disc.js")>;
|
|
1063
|
+
related?: undefined;
|
|
604
1064
|
hidden?: undefined;
|
|
605
1065
|
} | {
|
|
606
1066
|
name: string;
|
|
1067
|
+
keywords: string[];
|
|
1068
|
+
groups: string[];
|
|
607
1069
|
path: () => Promise<typeof import("./icons/icon-display.js")>;
|
|
1070
|
+
related?: undefined;
|
|
608
1071
|
hidden?: undefined;
|
|
609
1072
|
} | {
|
|
610
1073
|
name: string;
|
|
1074
|
+
keywords: string[];
|
|
1075
|
+
groups: string[];
|
|
611
1076
|
path: () => Promise<typeof import("./icons/icon-dna.js")>;
|
|
1077
|
+
related?: undefined;
|
|
612
1078
|
hidden?: undefined;
|
|
613
1079
|
} | {
|
|
614
1080
|
name: string;
|
|
1081
|
+
keywords: string[];
|
|
1082
|
+
groups: string[];
|
|
615
1083
|
path: () => Promise<typeof import("./icons/icon-dock-connector.js")>;
|
|
1084
|
+
related?: undefined;
|
|
616
1085
|
hidden?: undefined;
|
|
617
1086
|
} | {
|
|
618
1087
|
name: string;
|
|
619
1088
|
hidden: boolean;
|
|
1089
|
+
keywords: string[];
|
|
1090
|
+
groups: string[];
|
|
620
1091
|
path: () => Promise<typeof import("./icons/icon-document-dashed-line.js")>;
|
|
1092
|
+
related?: undefined;
|
|
621
1093
|
} | {
|
|
622
1094
|
name: string;
|
|
1095
|
+
keywords: string[];
|
|
1096
|
+
groups: string[];
|
|
623
1097
|
path: () => Promise<typeof import("./icons/icon-document.js")>;
|
|
1098
|
+
related?: undefined;
|
|
624
1099
|
hidden?: undefined;
|
|
625
1100
|
} | {
|
|
626
1101
|
name: string;
|
|
1102
|
+
keywords: string[];
|
|
1103
|
+
groups: string[];
|
|
627
1104
|
path: () => Promise<typeof import("./icons/icon-documents.js")>;
|
|
1105
|
+
related?: undefined;
|
|
628
1106
|
hidden?: undefined;
|
|
629
1107
|
} | {
|
|
630
1108
|
name: string;
|
|
631
1109
|
hidden: boolean;
|
|
1110
|
+
keywords: string[];
|
|
1111
|
+
groups: string[];
|
|
632
1112
|
path: () => Promise<typeof import("./icons/icon-donate.js")>;
|
|
1113
|
+
related?: undefined;
|
|
633
1114
|
} | {
|
|
634
1115
|
name: string;
|
|
635
1116
|
hidden: boolean;
|
|
1117
|
+
keywords: string[];
|
|
1118
|
+
groups: string[];
|
|
636
1119
|
path: () => Promise<typeof import("./icons/icon-door-open-alt.js")>;
|
|
1120
|
+
related?: undefined;
|
|
637
1121
|
} | {
|
|
638
1122
|
name: string;
|
|
1123
|
+
keywords: string[];
|
|
1124
|
+
groups: string[];
|
|
639
1125
|
path: () => Promise<typeof import("./icons/icon-door-open.js")>;
|
|
1126
|
+
related?: undefined;
|
|
640
1127
|
hidden?: undefined;
|
|
641
1128
|
} | {
|
|
642
1129
|
name: string;
|
|
1130
|
+
keywords: string[];
|
|
1131
|
+
groups: string[];
|
|
643
1132
|
path: () => Promise<typeof import("./icons/icon-download-alt.js")>;
|
|
1133
|
+
related?: undefined;
|
|
644
1134
|
hidden?: undefined;
|
|
645
1135
|
} | {
|
|
646
1136
|
name: string;
|
|
1137
|
+
keywords: string[];
|
|
1138
|
+
groups: string[];
|
|
647
1139
|
path: () => Promise<typeof import("./icons/icon-download.js")>;
|
|
1140
|
+
related?: undefined;
|
|
648
1141
|
hidden?: undefined;
|
|
649
1142
|
} | {
|
|
650
1143
|
name: string;
|
|
1144
|
+
keywords: string[];
|
|
1145
|
+
groups: string[];
|
|
651
1146
|
path: () => Promise<typeof import("./icons/icon-drop.js")>;
|
|
1147
|
+
related?: undefined;
|
|
652
1148
|
hidden?: undefined;
|
|
653
1149
|
} | {
|
|
654
1150
|
name: string;
|
|
1151
|
+
keywords: string[];
|
|
1152
|
+
groups: string[];
|
|
655
1153
|
path: () => Promise<typeof import("./icons/icon-eco.js")>;
|
|
1154
|
+
related?: undefined;
|
|
656
1155
|
hidden?: undefined;
|
|
657
1156
|
} | {
|
|
658
1157
|
name: string;
|
|
1158
|
+
keywords: string[];
|
|
1159
|
+
groups: string[];
|
|
659
1160
|
path: () => Promise<typeof import("./icons/icon-edit.js")>;
|
|
1161
|
+
related?: undefined;
|
|
660
1162
|
hidden?: undefined;
|
|
661
1163
|
} | {
|
|
662
1164
|
name: string;
|
|
1165
|
+
keywords: string[];
|
|
1166
|
+
groups: string[];
|
|
663
1167
|
path: () => Promise<typeof import("./icons/icon-embed.js")>;
|
|
1168
|
+
related?: undefined;
|
|
664
1169
|
hidden?: undefined;
|
|
665
1170
|
} | {
|
|
666
1171
|
name: string;
|
|
1172
|
+
hidden: boolean;
|
|
1173
|
+
keywords: string[];
|
|
1174
|
+
groups: string[];
|
|
1175
|
+
related: string[];
|
|
1176
|
+
path: () => Promise<typeof import("./icons/icon-employee.js")>;
|
|
1177
|
+
} | {
|
|
1178
|
+
name: string;
|
|
1179
|
+
keywords: string[];
|
|
1180
|
+
groups: string[];
|
|
667
1181
|
path: () => Promise<typeof import("./icons/icon-energy-saving-bulb.js")>;
|
|
1182
|
+
related?: undefined;
|
|
668
1183
|
hidden?: undefined;
|
|
669
1184
|
} | {
|
|
670
1185
|
name: string;
|
|
1186
|
+
keywords: string[];
|
|
1187
|
+
groups: string[];
|
|
671
1188
|
path: () => Promise<typeof import("./icons/icon-enter.js")>;
|
|
1189
|
+
related?: undefined;
|
|
672
1190
|
hidden?: undefined;
|
|
673
1191
|
} | {
|
|
674
1192
|
name: string;
|
|
1193
|
+
keywords: string[];
|
|
1194
|
+
groups: string[];
|
|
675
1195
|
path: () => Promise<typeof import("./icons/icon-equalizer.js")>;
|
|
1196
|
+
related?: undefined;
|
|
676
1197
|
hidden?: undefined;
|
|
677
1198
|
} | {
|
|
678
1199
|
name: string;
|
|
1200
|
+
keywords: string[];
|
|
1201
|
+
groups: string[];
|
|
679
1202
|
path: () => Promise<typeof import("./icons/icon-escape.js")>;
|
|
1203
|
+
related?: undefined;
|
|
680
1204
|
hidden?: undefined;
|
|
681
1205
|
} | {
|
|
682
1206
|
name: string;
|
|
1207
|
+
keywords: string[];
|
|
1208
|
+
groups: string[];
|
|
683
1209
|
path: () => Promise<typeof import("./icons/icon-ethernet.js")>;
|
|
1210
|
+
related?: undefined;
|
|
684
1211
|
hidden?: undefined;
|
|
685
1212
|
} | {
|
|
686
1213
|
name: string;
|
|
1214
|
+
keywords: string[];
|
|
1215
|
+
groups: string[];
|
|
687
1216
|
path: () => Promise<typeof import("./icons/icon-eye.js")>;
|
|
1217
|
+
related?: undefined;
|
|
688
1218
|
hidden?: undefined;
|
|
689
1219
|
} | {
|
|
690
1220
|
name: string;
|
|
1221
|
+
keywords: string[];
|
|
1222
|
+
groups: string[];
|
|
691
1223
|
path: () => Promise<typeof import("./icons/icon-exit-fullscreen.js")>;
|
|
1224
|
+
related?: undefined;
|
|
692
1225
|
hidden?: undefined;
|
|
693
1226
|
} | {
|
|
694
1227
|
name: string;
|
|
1228
|
+
keywords: string[];
|
|
1229
|
+
groups: string[];
|
|
695
1230
|
path: () => Promise<typeof import("./icons/icon-facebook-like.js")>;
|
|
1231
|
+
related?: undefined;
|
|
696
1232
|
hidden?: undefined;
|
|
697
1233
|
} | {
|
|
698
1234
|
name: string;
|
|
1235
|
+
keywords: string[];
|
|
1236
|
+
groups: string[];
|
|
699
1237
|
path: () => Promise<typeof import("./icons/icon-factory.js")>;
|
|
1238
|
+
related?: undefined;
|
|
700
1239
|
hidden?: undefined;
|
|
701
1240
|
} | {
|
|
702
1241
|
name: string;
|
|
1242
|
+
keywords: string[];
|
|
1243
|
+
groups: string[];
|
|
703
1244
|
path: () => Promise<typeof import("./icons/icon-favorite.js")>;
|
|
1245
|
+
related?: undefined;
|
|
704
1246
|
hidden?: undefined;
|
|
705
1247
|
} | {
|
|
706
1248
|
name: string;
|
|
1249
|
+
keywords: string[];
|
|
1250
|
+
groups: string[];
|
|
707
1251
|
path: () => Promise<typeof import("./icons/icon-file-cabinet.js")>;
|
|
1252
|
+
related?: undefined;
|
|
708
1253
|
hidden?: undefined;
|
|
709
1254
|
} | {
|
|
710
1255
|
name: string;
|
|
1256
|
+
keywords: string[];
|
|
1257
|
+
groups: string[];
|
|
711
1258
|
path: () => Promise<typeof import("./icons/icon-files.js")>;
|
|
1259
|
+
related?: undefined;
|
|
712
1260
|
hidden?: undefined;
|
|
713
1261
|
} | {
|
|
714
1262
|
name: string;
|
|
1263
|
+
keywords: string[];
|
|
1264
|
+
groups: string[];
|
|
715
1265
|
path: () => Promise<typeof import("./icons/icon-filter-arrows.js")>;
|
|
1266
|
+
related?: undefined;
|
|
716
1267
|
hidden?: undefined;
|
|
717
1268
|
} | {
|
|
718
1269
|
name: string;
|
|
1270
|
+
keywords: string[];
|
|
1271
|
+
groups: string[];
|
|
719
1272
|
path: () => Promise<typeof import("./icons/icon-filter.js")>;
|
|
1273
|
+
related?: undefined;
|
|
720
1274
|
hidden?: undefined;
|
|
721
1275
|
} | {
|
|
722
1276
|
name: string;
|
|
1277
|
+
keywords: string[];
|
|
1278
|
+
groups: string[];
|
|
723
1279
|
path: () => Promise<typeof import("./icons/icon-fingerprint.js")>;
|
|
1280
|
+
related?: undefined;
|
|
724
1281
|
hidden?: undefined;
|
|
725
1282
|
} | {
|
|
726
1283
|
name: string;
|
|
1284
|
+
keywords: string[];
|
|
1285
|
+
groups: string[];
|
|
727
1286
|
path: () => Promise<typeof import("./icons/icon-fire.js")>;
|
|
1287
|
+
related?: undefined;
|
|
728
1288
|
hidden?: undefined;
|
|
729
1289
|
} | {
|
|
730
1290
|
name: string;
|
|
731
1291
|
hidden: boolean;
|
|
1292
|
+
keywords: string[];
|
|
1293
|
+
groups: string[];
|
|
732
1294
|
path: () => Promise<typeof import("./icons/icon-firewire.js")>;
|
|
1295
|
+
related?: undefined;
|
|
733
1296
|
} | {
|
|
734
1297
|
name: string;
|
|
1298
|
+
keywords: string[];
|
|
1299
|
+
groups: string[];
|
|
735
1300
|
path: () => Promise<typeof import("./icons/icon-flag-alt.js")>;
|
|
1301
|
+
related?: undefined;
|
|
736
1302
|
hidden?: undefined;
|
|
737
1303
|
} | {
|
|
738
1304
|
name: string;
|
|
1305
|
+
keywords: string[];
|
|
1306
|
+
groups: string[];
|
|
739
1307
|
path: () => Promise<typeof import("./icons/icon-flag.js")>;
|
|
1308
|
+
related?: undefined;
|
|
740
1309
|
hidden?: undefined;
|
|
741
1310
|
} | {
|
|
742
1311
|
name: string;
|
|
1312
|
+
keywords: string[];
|
|
1313
|
+
groups: string[];
|
|
743
1314
|
path: () => Promise<typeof import("./icons/icon-flashlight.js")>;
|
|
1315
|
+
related?: undefined;
|
|
744
1316
|
hidden?: undefined;
|
|
745
1317
|
} | {
|
|
746
1318
|
name: string;
|
|
1319
|
+
keywords: string[];
|
|
1320
|
+
groups: string[];
|
|
747
1321
|
path: () => Promise<typeof import("./icons/icon-flowerpot.js")>;
|
|
1322
|
+
related?: undefined;
|
|
748
1323
|
hidden?: undefined;
|
|
749
1324
|
} | {
|
|
750
1325
|
name: string;
|
|
1326
|
+
keywords: string[];
|
|
1327
|
+
groups: string[];
|
|
751
1328
|
path: () => Promise<typeof import("./icons/icon-folder.js")>;
|
|
1329
|
+
related?: undefined;
|
|
752
1330
|
hidden?: undefined;
|
|
753
1331
|
} | {
|
|
754
1332
|
name: string;
|
|
1333
|
+
keywords: string[];
|
|
1334
|
+
groups: string[];
|
|
755
1335
|
path: () => Promise<typeof import("./icons/icon-folders.js")>;
|
|
1336
|
+
related?: undefined;
|
|
756
1337
|
hidden?: undefined;
|
|
757
1338
|
} | {
|
|
758
1339
|
name: string;
|
|
1340
|
+
keywords: string[];
|
|
1341
|
+
groups: string[];
|
|
759
1342
|
path: () => Promise<typeof import("./icons/icon-font.js")>;
|
|
1343
|
+
related?: undefined;
|
|
760
1344
|
hidden?: undefined;
|
|
761
1345
|
} | {
|
|
762
1346
|
name: string;
|
|
1347
|
+
keywords: string[];
|
|
1348
|
+
groups: string[];
|
|
763
1349
|
path: () => Promise<typeof import("./icons/icon-food.js")>;
|
|
1350
|
+
related?: undefined;
|
|
764
1351
|
hidden?: undefined;
|
|
765
1352
|
} | {
|
|
766
1353
|
name: string;
|
|
1354
|
+
keywords: string[];
|
|
1355
|
+
groups: string[];
|
|
767
1356
|
path: () => Promise<typeof import("./icons/icon-footprints.js")>;
|
|
1357
|
+
related?: undefined;
|
|
768
1358
|
hidden?: undefined;
|
|
769
1359
|
} | {
|
|
770
1360
|
name: string;
|
|
1361
|
+
keywords: string[];
|
|
1362
|
+
groups: string[];
|
|
771
1363
|
path: () => Promise<typeof import("./icons/icon-forking.js")>;
|
|
1364
|
+
related?: undefined;
|
|
772
1365
|
hidden?: undefined;
|
|
773
1366
|
} | {
|
|
774
1367
|
name: string;
|
|
775
1368
|
hidden: boolean;
|
|
1369
|
+
keywords: string[];
|
|
1370
|
+
groups: string[];
|
|
776
1371
|
path: () => Promise<typeof import("./icons/icon-frame-alt.js")>;
|
|
1372
|
+
related?: undefined;
|
|
777
1373
|
} | {
|
|
778
1374
|
name: string;
|
|
1375
|
+
keywords: string[];
|
|
1376
|
+
groups: string[];
|
|
779
1377
|
path: () => Promise<typeof import("./icons/icon-frame.js")>;
|
|
1378
|
+
related?: undefined;
|
|
780
1379
|
hidden?: undefined;
|
|
781
1380
|
} | {
|
|
782
1381
|
name: string;
|
|
1382
|
+
keywords: string[];
|
|
1383
|
+
groups: string[];
|
|
783
1384
|
path: () => Promise<typeof import("./icons/icon-fullscreen-alt.js")>;
|
|
1385
|
+
related?: undefined;
|
|
784
1386
|
hidden?: undefined;
|
|
785
1387
|
} | {
|
|
786
1388
|
name: string;
|
|
1389
|
+
keywords: string[];
|
|
1390
|
+
groups: string[];
|
|
787
1391
|
path: () => Promise<typeof import("./icons/icon-fullscreen.js")>;
|
|
1392
|
+
related?: undefined;
|
|
788
1393
|
hidden?: undefined;
|
|
789
1394
|
} | {
|
|
790
1395
|
name: string;
|
|
1396
|
+
keywords: string[];
|
|
1397
|
+
groups: string[];
|
|
791
1398
|
path: () => Promise<typeof import("./icons/icon-game.js")>;
|
|
1399
|
+
related?: undefined;
|
|
792
1400
|
hidden?: undefined;
|
|
793
1401
|
} | {
|
|
794
1402
|
name: string;
|
|
795
1403
|
hidden: boolean;
|
|
1404
|
+
keywords: string[];
|
|
1405
|
+
groups: string[];
|
|
796
1406
|
path: () => Promise<typeof import("./icons/icon-geometry.js")>;
|
|
1407
|
+
related?: undefined;
|
|
797
1408
|
} | {
|
|
798
1409
|
name: string;
|
|
1410
|
+
keywords: string[];
|
|
1411
|
+
groups: string[];
|
|
799
1412
|
path: () => Promise<typeof import("./icons/icon-gift.js")>;
|
|
1413
|
+
related?: undefined;
|
|
800
1414
|
hidden?: undefined;
|
|
801
1415
|
} | {
|
|
802
1416
|
name: string;
|
|
1417
|
+
keywords: string[];
|
|
1418
|
+
groups: string[];
|
|
803
1419
|
path: () => Promise<typeof import("./icons/icon-glasses.js")>;
|
|
1420
|
+
related?: undefined;
|
|
804
1421
|
hidden?: undefined;
|
|
805
1422
|
} | {
|
|
806
1423
|
name: string;
|
|
1424
|
+
keywords: string[];
|
|
1425
|
+
groups: string[];
|
|
807
1426
|
path: () => Promise<typeof import("./icons/icon-globe-alt.js")>;
|
|
1427
|
+
related?: undefined;
|
|
808
1428
|
hidden?: undefined;
|
|
809
1429
|
} | {
|
|
810
1430
|
name: string;
|
|
811
1431
|
hidden: boolean;
|
|
1432
|
+
keywords: string[];
|
|
1433
|
+
groups: string[];
|
|
812
1434
|
path: () => Promise<typeof import("./icons/icon-globe-asia.js")>;
|
|
1435
|
+
related?: undefined;
|
|
813
1436
|
} | {
|
|
814
1437
|
name: string;
|
|
1438
|
+
keywords: string[];
|
|
1439
|
+
groups: string[];
|
|
815
1440
|
path: () => Promise<typeof import("./icons/icon-gps.js")>;
|
|
1441
|
+
related?: undefined;
|
|
816
1442
|
hidden?: undefined;
|
|
817
1443
|
} | {
|
|
818
1444
|
name: string;
|
|
1445
|
+
keywords: string[];
|
|
1446
|
+
groups: string[];
|
|
819
1447
|
path: () => Promise<typeof import("./icons/icon-graduate.js")>;
|
|
1448
|
+
related?: undefined;
|
|
820
1449
|
hidden?: undefined;
|
|
821
1450
|
} | {
|
|
822
1451
|
name: string;
|
|
823
1452
|
hidden: boolean;
|
|
1453
|
+
keywords: string[];
|
|
1454
|
+
groups: string[];
|
|
824
1455
|
path: () => Promise<typeof import("./icons/icon-grip.js")>;
|
|
1456
|
+
related?: undefined;
|
|
825
1457
|
} | {
|
|
826
1458
|
name: string;
|
|
1459
|
+
keywords: string[];
|
|
1460
|
+
groups: string[];
|
|
827
1461
|
path: () => Promise<typeof import("./icons/icon-hammer.js")>;
|
|
1462
|
+
related?: undefined;
|
|
828
1463
|
hidden?: undefined;
|
|
829
1464
|
} | {
|
|
830
1465
|
name: string;
|
|
831
1466
|
hidden: boolean;
|
|
832
1467
|
path: () => Promise<typeof import("./icons/icon-hand-active-alt.js")>;
|
|
1468
|
+
keywords?: undefined;
|
|
1469
|
+
groups?: undefined;
|
|
1470
|
+
related?: undefined;
|
|
833
1471
|
} | {
|
|
834
1472
|
name: string;
|
|
835
1473
|
path: () => Promise<typeof import("./icons/icon-hand-active.js")>;
|
|
1474
|
+
keywords?: undefined;
|
|
1475
|
+
groups?: undefined;
|
|
1476
|
+
related?: undefined;
|
|
836
1477
|
hidden?: undefined;
|
|
837
1478
|
} | {
|
|
838
1479
|
name: string;
|
|
839
1480
|
hidden: boolean;
|
|
1481
|
+
keywords: string[];
|
|
1482
|
+
groups: string[];
|
|
840
1483
|
path: () => Promise<typeof import("./icons/icon-hand-pointer-alt.js")>;
|
|
1484
|
+
related?: undefined;
|
|
841
1485
|
} | {
|
|
842
1486
|
name: string;
|
|
1487
|
+
keywords: string[];
|
|
1488
|
+
groups: string[];
|
|
843
1489
|
path: () => Promise<typeof import("./icons/icon-hand-pointer.js")>;
|
|
1490
|
+
related?: undefined;
|
|
844
1491
|
hidden?: undefined;
|
|
845
1492
|
} | {
|
|
846
1493
|
name: string;
|
|
1494
|
+
keywords: string[];
|
|
1495
|
+
groups: string[];
|
|
847
1496
|
path: () => Promise<typeof import("./icons/icon-handshake.js")>;
|
|
1497
|
+
related?: undefined;
|
|
848
1498
|
hidden?: undefined;
|
|
849
1499
|
} | {
|
|
850
1500
|
name: string;
|
|
851
1501
|
hidden: boolean;
|
|
1502
|
+
keywords: string[];
|
|
1503
|
+
groups: string[];
|
|
852
1504
|
path: () => Promise<typeof import("./icons/icon-handtool-alt.js")>;
|
|
1505
|
+
related?: undefined;
|
|
853
1506
|
} | {
|
|
854
1507
|
name: string;
|
|
1508
|
+
keywords: string[];
|
|
1509
|
+
groups: string[];
|
|
855
1510
|
path: () => Promise<typeof import("./icons/icon-handtool.js")>;
|
|
1511
|
+
related?: undefined;
|
|
856
1512
|
hidden?: undefined;
|
|
857
1513
|
} | {
|
|
858
1514
|
name: string;
|
|
859
1515
|
hidden: boolean;
|
|
1516
|
+
keywords: string[];
|
|
1517
|
+
groups: string[];
|
|
860
1518
|
path: () => Promise<typeof import("./icons/icon-hard-drive-alt.js")>;
|
|
1519
|
+
related?: undefined;
|
|
861
1520
|
} | {
|
|
862
1521
|
name: string;
|
|
1522
|
+
keywords: string[];
|
|
1523
|
+
groups: string[];
|
|
863
1524
|
path: () => Promise<typeof import("./icons/icon-heading.js")>;
|
|
1525
|
+
related?: undefined;
|
|
864
1526
|
hidden?: undefined;
|
|
865
1527
|
} | {
|
|
866
1528
|
name: string;
|
|
1529
|
+
keywords: string[];
|
|
1530
|
+
groups: string[];
|
|
867
1531
|
path: () => Promise<typeof import("./icons/icon-heading-1.js")>;
|
|
1532
|
+
related?: undefined;
|
|
868
1533
|
hidden?: undefined;
|
|
869
1534
|
} | {
|
|
870
1535
|
name: string;
|
|
1536
|
+
keywords: string[];
|
|
1537
|
+
groups: string[];
|
|
871
1538
|
path: () => Promise<typeof import("./icons/icon-heading-2.js")>;
|
|
1539
|
+
related?: undefined;
|
|
872
1540
|
hidden?: undefined;
|
|
873
1541
|
} | {
|
|
874
1542
|
name: string;
|
|
1543
|
+
keywords: string[];
|
|
1544
|
+
groups: string[];
|
|
875
1545
|
path: () => Promise<typeof import("./icons/icon-heading-3.js")>;
|
|
1546
|
+
related?: undefined;
|
|
876
1547
|
hidden?: undefined;
|
|
877
1548
|
} | {
|
|
878
1549
|
name: string;
|
|
1550
|
+
keywords: string[];
|
|
1551
|
+
groups: string[];
|
|
879
1552
|
path: () => Promise<typeof import("./icons/icon-heading-4.js")>;
|
|
1553
|
+
related?: undefined;
|
|
880
1554
|
hidden?: undefined;
|
|
881
1555
|
} | {
|
|
882
1556
|
name: string;
|
|
1557
|
+
keywords: string[];
|
|
1558
|
+
groups: string[];
|
|
883
1559
|
path: () => Promise<typeof import("./icons/icon-heading-5.js")>;
|
|
1560
|
+
related?: undefined;
|
|
884
1561
|
hidden?: undefined;
|
|
885
1562
|
} | {
|
|
886
1563
|
name: string;
|
|
1564
|
+
keywords: string[];
|
|
1565
|
+
groups: string[];
|
|
887
1566
|
path: () => Promise<typeof import("./icons/icon-heading-6.js")>;
|
|
1567
|
+
related?: undefined;
|
|
888
1568
|
hidden?: undefined;
|
|
889
1569
|
} | {
|
|
890
1570
|
name: string;
|
|
1571
|
+
keywords: string[];
|
|
1572
|
+
groups: string[];
|
|
891
1573
|
path: () => Promise<typeof import("./icons/icon-headphones.js")>;
|
|
1574
|
+
related?: undefined;
|
|
892
1575
|
hidden?: undefined;
|
|
893
1576
|
} | {
|
|
894
1577
|
name: string;
|
|
895
1578
|
hidden: boolean;
|
|
1579
|
+
keywords: string[];
|
|
1580
|
+
groups: string[];
|
|
896
1581
|
path: () => Promise<typeof import("./icons/icon-headset.js")>;
|
|
1582
|
+
related?: undefined;
|
|
897
1583
|
} | {
|
|
898
1584
|
name: string;
|
|
1585
|
+
keywords: string[];
|
|
1586
|
+
groups: string[];
|
|
899
1587
|
path: () => Promise<typeof import("./icons/icon-height.js")>;
|
|
1588
|
+
related?: undefined;
|
|
900
1589
|
hidden?: undefined;
|
|
901
1590
|
} | {
|
|
902
1591
|
name: string;
|
|
1592
|
+
keywords: string[];
|
|
1593
|
+
groups: string[];
|
|
903
1594
|
path: () => Promise<typeof import("./icons/icon-help-alt.js")>;
|
|
1595
|
+
related?: undefined;
|
|
904
1596
|
hidden?: undefined;
|
|
905
1597
|
} | {
|
|
906
1598
|
name: string;
|
|
1599
|
+
keywords: string[];
|
|
1600
|
+
groups: string[];
|
|
907
1601
|
path: () => Promise<typeof import("./icons/icon-help.js")>;
|
|
1602
|
+
related?: undefined;
|
|
908
1603
|
hidden?: undefined;
|
|
909
1604
|
} | {
|
|
910
1605
|
name: string;
|
|
1606
|
+
keywords: string[];
|
|
1607
|
+
groups: string[];
|
|
911
1608
|
path: () => Promise<typeof import("./icons/icon-history.js")>;
|
|
1609
|
+
related?: undefined;
|
|
912
1610
|
hidden?: undefined;
|
|
913
1611
|
} | {
|
|
914
1612
|
name: string;
|
|
1613
|
+
keywords: string[];
|
|
1614
|
+
groups: string[];
|
|
915
1615
|
path: () => Promise<typeof import("./icons/icon-home.js")>;
|
|
1616
|
+
related?: undefined;
|
|
916
1617
|
hidden?: undefined;
|
|
917
1618
|
} | {
|
|
918
1619
|
name: string;
|
|
1620
|
+
keywords: string[];
|
|
1621
|
+
groups: string[];
|
|
919
1622
|
path: () => Promise<typeof import("./icons/icon-horizontal-rule.js")>;
|
|
1623
|
+
related?: undefined;
|
|
920
1624
|
hidden?: undefined;
|
|
921
1625
|
} | {
|
|
922
1626
|
name: string;
|
|
1627
|
+
keywords: string[];
|
|
1628
|
+
groups: string[];
|
|
923
1629
|
path: () => Promise<typeof import("./icons/icon-hourglass.js")>;
|
|
1630
|
+
related?: undefined;
|
|
924
1631
|
hidden?: undefined;
|
|
925
1632
|
} | {
|
|
926
1633
|
name: string;
|
|
1634
|
+
keywords: string[];
|
|
1635
|
+
groups: string[];
|
|
927
1636
|
path: () => Promise<typeof import("./icons/icon-image-up.js")>;
|
|
1637
|
+
related?: undefined;
|
|
928
1638
|
hidden?: undefined;
|
|
929
1639
|
} | {
|
|
930
1640
|
name: string;
|
|
931
1641
|
hidden: boolean;
|
|
1642
|
+
keywords: string[];
|
|
1643
|
+
groups: string[];
|
|
932
1644
|
path: () => Promise<typeof import("./icons/icon-inbox-full.js")>;
|
|
1645
|
+
related?: undefined;
|
|
933
1646
|
} | {
|
|
934
1647
|
name: string;
|
|
1648
|
+
keywords: string[];
|
|
1649
|
+
groups: string[];
|
|
935
1650
|
path: () => Promise<typeof import("./icons/icon-inbox.js")>;
|
|
1651
|
+
related?: undefined;
|
|
936
1652
|
hidden?: undefined;
|
|
937
1653
|
} | {
|
|
938
1654
|
name: string;
|
|
1655
|
+
keywords: string[];
|
|
1656
|
+
groups: string[];
|
|
1657
|
+
related: string[];
|
|
939
1658
|
path: () => Promise<typeof import("./icons/icon-indent.js")>;
|
|
940
1659
|
hidden?: undefined;
|
|
941
1660
|
} | {
|
|
942
1661
|
name: string;
|
|
1662
|
+
keywords: string[];
|
|
1663
|
+
groups: string[];
|
|
943
1664
|
path: () => Promise<typeof import("./icons/icon-infinity.js")>;
|
|
1665
|
+
related?: undefined;
|
|
944
1666
|
hidden?: undefined;
|
|
945
1667
|
} | {
|
|
946
1668
|
name: string;
|
|
1669
|
+
keywords: string[];
|
|
1670
|
+
groups: string[];
|
|
947
1671
|
path: () => Promise<typeof import("./icons/icon-info.js")>;
|
|
1672
|
+
related?: undefined;
|
|
948
1673
|
hidden?: undefined;
|
|
949
1674
|
} | {
|
|
950
1675
|
name: string;
|
|
951
1676
|
hidden: boolean;
|
|
1677
|
+
keywords: string[];
|
|
1678
|
+
groups: string[];
|
|
952
1679
|
path: () => Promise<typeof import("./icons/icon-ipad.js")>;
|
|
1680
|
+
related?: undefined;
|
|
953
1681
|
} | {
|
|
954
1682
|
name: string;
|
|
955
1683
|
hidden: boolean;
|
|
1684
|
+
keywords: string[];
|
|
1685
|
+
groups: string[];
|
|
1686
|
+
related: string[];
|
|
956
1687
|
path: () => Promise<typeof import("./icons/icon-iphone.js")>;
|
|
957
1688
|
} | {
|
|
958
1689
|
name: string;
|
|
1690
|
+
keywords: string[];
|
|
1691
|
+
groups: string[];
|
|
959
1692
|
path: () => Promise<typeof import("./icons/icon-italic.js")>;
|
|
1693
|
+
related?: undefined;
|
|
960
1694
|
hidden?: undefined;
|
|
961
1695
|
} | {
|
|
962
1696
|
name: string;
|
|
963
1697
|
hidden: boolean;
|
|
1698
|
+
keywords: string[];
|
|
1699
|
+
groups: string[];
|
|
1700
|
+
related: string[];
|
|
964
1701
|
path: () => Promise<typeof import("./icons/icon-item-arrangement.js")>;
|
|
965
1702
|
} | {
|
|
966
1703
|
name: string;
|
|
1704
|
+
keywords: string[];
|
|
1705
|
+
groups: string[];
|
|
967
1706
|
path: () => Promise<typeof import("./icons/icon-junk.js")>;
|
|
1707
|
+
related?: undefined;
|
|
968
1708
|
hidden?: undefined;
|
|
969
1709
|
} | {
|
|
970
1710
|
name: string;
|
|
1711
|
+
keywords: string[];
|
|
1712
|
+
groups: string[];
|
|
1713
|
+
related: string[];
|
|
971
1714
|
path: () => Promise<typeof import("./icons/icon-key.js")>;
|
|
972
1715
|
hidden?: undefined;
|
|
973
1716
|
} | {
|
|
974
1717
|
name: string;
|
|
1718
|
+
keywords: string[];
|
|
1719
|
+
groups: string[];
|
|
975
1720
|
path: () => Promise<typeof import("./icons/icon-keyboard.js")>;
|
|
1721
|
+
related?: undefined;
|
|
976
1722
|
hidden?: undefined;
|
|
977
1723
|
} | {
|
|
978
1724
|
name: string;
|
|
1725
|
+
keywords: string[];
|
|
1726
|
+
groups: string[];
|
|
979
1727
|
path: () => Promise<typeof import("./icons/icon-lab.js")>;
|
|
1728
|
+
related?: undefined;
|
|
980
1729
|
hidden?: undefined;
|
|
981
1730
|
} | {
|
|
982
1731
|
name: string;
|
|
1732
|
+
keywords: string[];
|
|
1733
|
+
groups: string[];
|
|
983
1734
|
path: () => Promise<typeof import("./icons/icon-laptop.js")>;
|
|
1735
|
+
related?: undefined;
|
|
984
1736
|
hidden?: undefined;
|
|
985
1737
|
} | {
|
|
986
1738
|
name: string;
|
|
987
1739
|
hidden: boolean;
|
|
1740
|
+
keywords: string[];
|
|
1741
|
+
groups: string[];
|
|
1742
|
+
related: string[];
|
|
988
1743
|
path: () => Promise<typeof import("./icons/icon-layers-alt.js")>;
|
|
989
1744
|
} | {
|
|
990
1745
|
name: string;
|
|
1746
|
+
keywords: string[];
|
|
1747
|
+
groups: string[];
|
|
991
1748
|
path: () => Promise<typeof import("./icons/icon-layers.js")>;
|
|
1749
|
+
related?: undefined;
|
|
992
1750
|
hidden?: undefined;
|
|
993
1751
|
} | {
|
|
994
1752
|
name: string;
|
|
1753
|
+
keywords: string[];
|
|
1754
|
+
groups: string[];
|
|
995
1755
|
path: () => Promise<typeof import("./icons/icon-layout.js")>;
|
|
1756
|
+
related?: undefined;
|
|
996
1757
|
hidden?: undefined;
|
|
997
1758
|
} | {
|
|
998
1759
|
name: string;
|
|
1760
|
+
keywords: string[];
|
|
1761
|
+
groups: string[];
|
|
999
1762
|
path: () => Promise<typeof import("./icons/icon-left-double-arrow.js")>;
|
|
1763
|
+
related?: undefined;
|
|
1000
1764
|
hidden?: undefined;
|
|
1001
1765
|
} | {
|
|
1002
1766
|
name: string;
|
|
1767
|
+
keywords: string[];
|
|
1768
|
+
groups: string[];
|
|
1769
|
+
related: string[];
|
|
1003
1770
|
path: () => Promise<typeof import("./icons/icon-legal.js")>;
|
|
1004
1771
|
hidden?: undefined;
|
|
1005
1772
|
} | {
|
|
1006
1773
|
name: string;
|
|
1007
1774
|
hidden: boolean;
|
|
1775
|
+
keywords: string[];
|
|
1776
|
+
groups: string[];
|
|
1008
1777
|
path: () => Promise<typeof import("./icons/icon-lense.js")>;
|
|
1778
|
+
related?: undefined;
|
|
1009
1779
|
} | {
|
|
1010
1780
|
name: string;
|
|
1781
|
+
keywords: string[];
|
|
1782
|
+
groups: string[];
|
|
1783
|
+
related: string[];
|
|
1011
1784
|
path: () => Promise<typeof import("./icons/icon-library.js")>;
|
|
1012
1785
|
hidden?: undefined;
|
|
1013
1786
|
} | {
|
|
1014
1787
|
name: string;
|
|
1788
|
+
keywords: string[];
|
|
1789
|
+
groups: string[];
|
|
1015
1790
|
path: () => Promise<typeof import("./icons/icon-light-down.js")>;
|
|
1791
|
+
related?: undefined;
|
|
1016
1792
|
hidden?: undefined;
|
|
1017
1793
|
} | {
|
|
1018
1794
|
name: string;
|
|
1795
|
+
keywords: string[];
|
|
1796
|
+
groups: string[];
|
|
1019
1797
|
path: () => Promise<typeof import("./icons/icon-light-up.js")>;
|
|
1798
|
+
related?: undefined;
|
|
1020
1799
|
hidden?: undefined;
|
|
1021
1800
|
} | {
|
|
1022
1801
|
name: string;
|
|
1023
1802
|
hidden: boolean;
|
|
1803
|
+
keywords: string[];
|
|
1804
|
+
groups: string[];
|
|
1024
1805
|
path: () => Promise<typeof import("./icons/icon-lightbulb.js")>;
|
|
1806
|
+
related?: undefined;
|
|
1025
1807
|
} | {
|
|
1026
1808
|
name: string;
|
|
1809
|
+
keywords: string[];
|
|
1810
|
+
groups: string[];
|
|
1027
1811
|
path: () => Promise<typeof import("./icons/icon-lightning.js")>;
|
|
1812
|
+
related?: undefined;
|
|
1028
1813
|
hidden?: undefined;
|
|
1029
1814
|
} | {
|
|
1030
1815
|
name: string;
|
|
1816
|
+
keywords: string[];
|
|
1817
|
+
groups: string[];
|
|
1031
1818
|
path: () => Promise<typeof import("./icons/icon-link.js")>;
|
|
1819
|
+
related?: undefined;
|
|
1032
1820
|
hidden?: undefined;
|
|
1033
1821
|
} | {
|
|
1034
1822
|
name: string;
|
|
1823
|
+
keywords: string[];
|
|
1824
|
+
groups: string[];
|
|
1825
|
+
related: string[];
|
|
1035
1826
|
path: () => Promise<typeof import("./icons/icon-list.js")>;
|
|
1036
1827
|
hidden?: undefined;
|
|
1037
1828
|
} | {
|
|
1038
1829
|
name: string;
|
|
1039
1830
|
hidden: boolean;
|
|
1831
|
+
keywords: string[];
|
|
1832
|
+
groups: string[];
|
|
1833
|
+
related: string[];
|
|
1040
1834
|
path: () => Promise<typeof import("./icons/icon-load.js")>;
|
|
1041
1835
|
} | {
|
|
1042
1836
|
name: string;
|
|
1043
1837
|
hidden: boolean;
|
|
1838
|
+
keywords: string[];
|
|
1839
|
+
groups: string[];
|
|
1044
1840
|
path: () => Promise<typeof import("./icons/icon-loading.js")>;
|
|
1841
|
+
related?: undefined;
|
|
1045
1842
|
} | {
|
|
1046
1843
|
name: string;
|
|
1844
|
+
keywords: string[];
|
|
1845
|
+
groups: string[];
|
|
1047
1846
|
path: () => Promise<typeof import("./icons/icon-locate.js")>;
|
|
1847
|
+
related?: undefined;
|
|
1048
1848
|
hidden?: undefined;
|
|
1049
1849
|
} | {
|
|
1050
1850
|
name: string;
|
|
1051
1851
|
hidden: boolean;
|
|
1852
|
+
keywords: string[];
|
|
1853
|
+
groups: string[];
|
|
1854
|
+
related: string[];
|
|
1052
1855
|
path: () => Promise<typeof import("./icons/icon-location-near-me.js")>;
|
|
1053
1856
|
} | {
|
|
1054
1857
|
name: string;
|
|
1858
|
+
keywords: string[];
|
|
1859
|
+
groups: string[];
|
|
1860
|
+
related: string[];
|
|
1055
1861
|
path: () => Promise<typeof import("./icons/icon-location-nearby.js")>;
|
|
1056
1862
|
hidden?: undefined;
|
|
1057
1863
|
} | {
|
|
1058
1864
|
name: string;
|
|
1865
|
+
keywords: string[];
|
|
1866
|
+
groups: string[];
|
|
1867
|
+
related: string[];
|
|
1059
1868
|
path: () => Promise<typeof import("./icons/icon-lock.js")>;
|
|
1060
1869
|
hidden?: undefined;
|
|
1061
1870
|
} | {
|
|
1062
1871
|
name: string;
|
|
1872
|
+
keywords: string[];
|
|
1873
|
+
groups: string[];
|
|
1063
1874
|
path: () => Promise<typeof import("./icons/icon-log-out.js")>;
|
|
1875
|
+
related?: undefined;
|
|
1064
1876
|
hidden?: undefined;
|
|
1065
1877
|
} | {
|
|
1066
1878
|
name: string;
|
|
1067
1879
|
hidden: boolean;
|
|
1880
|
+
keywords: string[];
|
|
1881
|
+
groups: string[];
|
|
1068
1882
|
path: () => Promise<typeof import("./icons/icon-logout.js")>;
|
|
1883
|
+
related?: undefined;
|
|
1069
1884
|
} | {
|
|
1070
1885
|
name: string;
|
|
1071
1886
|
hidden: boolean;
|
|
1887
|
+
keywords: string[];
|
|
1888
|
+
groups: string[];
|
|
1072
1889
|
path: () => Promise<typeof import("./icons/icon-loupe.js")>;
|
|
1890
|
+
related?: undefined;
|
|
1073
1891
|
} | {
|
|
1074
1892
|
name: string;
|
|
1893
|
+
keywords: string[];
|
|
1894
|
+
groups: string[];
|
|
1075
1895
|
path: () => Promise<typeof import("./icons/icon-magnet.js")>;
|
|
1896
|
+
related?: undefined;
|
|
1076
1897
|
hidden?: undefined;
|
|
1077
1898
|
} | {
|
|
1078
1899
|
name: string;
|
|
1900
|
+
keywords: string[];
|
|
1901
|
+
groups: string[];
|
|
1079
1902
|
path: () => Promise<typeof import("./icons/icon-mailbox.js")>;
|
|
1903
|
+
related?: undefined;
|
|
1080
1904
|
hidden?: undefined;
|
|
1081
1905
|
} | {
|
|
1082
1906
|
name: string;
|
|
1907
|
+
keywords: string[];
|
|
1908
|
+
groups: string[];
|
|
1083
1909
|
path: () => Promise<typeof import("./icons/icon-map-alt.js")>;
|
|
1910
|
+
related?: undefined;
|
|
1084
1911
|
hidden?: undefined;
|
|
1085
1912
|
} | {
|
|
1086
1913
|
name: string;
|
|
1914
|
+
hidden: boolean;
|
|
1915
|
+
keywords: string[];
|
|
1916
|
+
groups: string[];
|
|
1917
|
+
path: () => Promise<typeof import("./icons/icon-map-location.js")>;
|
|
1918
|
+
related?: undefined;
|
|
1919
|
+
} | {
|
|
1920
|
+
name: string;
|
|
1921
|
+
keywords: string[];
|
|
1922
|
+
groups: string[];
|
|
1087
1923
|
path: () => Promise<typeof import("./icons/icon-map-marker.js")>;
|
|
1924
|
+
related?: undefined;
|
|
1088
1925
|
hidden?: undefined;
|
|
1089
1926
|
} | {
|
|
1090
1927
|
name: string;
|
|
1928
|
+
keywords: string[];
|
|
1929
|
+
groups: string[];
|
|
1091
1930
|
path: () => Promise<typeof import("./icons/icon-map.js")>;
|
|
1931
|
+
related?: undefined;
|
|
1092
1932
|
hidden?: undefined;
|
|
1093
1933
|
} | {
|
|
1094
1934
|
name: string;
|
|
1935
|
+
keywords: string[];
|
|
1936
|
+
groups: string[];
|
|
1937
|
+
related: string[];
|
|
1095
1938
|
path: () => Promise<typeof import("./icons/icon-medal.js")>;
|
|
1096
1939
|
hidden?: undefined;
|
|
1097
1940
|
} | {
|
|
1098
1941
|
name: string;
|
|
1942
|
+
keywords: string[];
|
|
1943
|
+
groups: string[];
|
|
1944
|
+
related: string[];
|
|
1099
1945
|
path: () => Promise<typeof import("./icons/icon-medical-emergency.js")>;
|
|
1100
1946
|
hidden?: undefined;
|
|
1101
1947
|
} | {
|
|
1102
1948
|
name: string;
|
|
1949
|
+
keywords: string[];
|
|
1950
|
+
groups: string[];
|
|
1951
|
+
related: string[];
|
|
1103
1952
|
path: () => Promise<typeof import("./icons/icon-medicine.js")>;
|
|
1104
1953
|
hidden?: undefined;
|
|
1105
1954
|
} | {
|
|
1106
1955
|
name: string;
|
|
1107
1956
|
hidden: boolean;
|
|
1957
|
+
keywords: string[];
|
|
1958
|
+
groups: string[];
|
|
1108
1959
|
path: () => Promise<typeof import("./icons/icon-meeting.js")>;
|
|
1960
|
+
related?: undefined;
|
|
1109
1961
|
} | {
|
|
1110
1962
|
name: string;
|
|
1963
|
+
keywords: string[];
|
|
1964
|
+
groups: string[];
|
|
1111
1965
|
path: () => Promise<typeof import("./icons/icon-megaphone.js")>;
|
|
1966
|
+
related?: undefined;
|
|
1112
1967
|
hidden?: undefined;
|
|
1113
1968
|
} | {
|
|
1114
1969
|
name: string;
|
|
1970
|
+
keywords: string[];
|
|
1971
|
+
groups: string[];
|
|
1115
1972
|
path: () => Promise<typeof import("./icons/icon-merge.js")>;
|
|
1973
|
+
related?: undefined;
|
|
1116
1974
|
hidden?: undefined;
|
|
1117
1975
|
} | {
|
|
1118
1976
|
name: string;
|
|
1977
|
+
keywords: string[];
|
|
1978
|
+
groups: string[];
|
|
1979
|
+
related: string[];
|
|
1119
1980
|
path: () => Promise<typeof import("./icons/icon-message-open.js")>;
|
|
1120
1981
|
hidden?: undefined;
|
|
1121
1982
|
} | {
|
|
1122
1983
|
name: string;
|
|
1123
1984
|
hidden: boolean;
|
|
1985
|
+
keywords: string[];
|
|
1986
|
+
groups: string[];
|
|
1987
|
+
related: string[];
|
|
1124
1988
|
path: () => Promise<typeof import("./icons/icon-message-unopened.js")>;
|
|
1125
1989
|
} | {
|
|
1126
1990
|
name: string;
|
|
1991
|
+
keywords: string[];
|
|
1992
|
+
groups: string[];
|
|
1993
|
+
related: string[];
|
|
1127
1994
|
path: () => Promise<typeof import("./icons/icon-message.js")>;
|
|
1128
1995
|
hidden?: undefined;
|
|
1129
1996
|
} | {
|
|
1130
1997
|
name: string;
|
|
1998
|
+
keywords: string[];
|
|
1999
|
+
groups: string[];
|
|
2000
|
+
related: string[];
|
|
1131
2001
|
path: () => Promise<typeof import("./icons/icon-microscope.js")>;
|
|
1132
2002
|
hidden?: undefined;
|
|
1133
2003
|
} | {
|
|
1134
2004
|
name: string;
|
|
1135
2005
|
hidden: boolean;
|
|
2006
|
+
keywords: string[];
|
|
2007
|
+
groups: string[];
|
|
1136
2008
|
path: () => Promise<typeof import("./icons/icon-mindmap.js")>;
|
|
2009
|
+
related?: undefined;
|
|
1137
2010
|
} | {
|
|
1138
2011
|
name: string;
|
|
2012
|
+
keywords: string[];
|
|
2013
|
+
groups: string[];
|
|
1139
2014
|
path: () => Promise<typeof import("./icons/icon-mobile.js")>;
|
|
2015
|
+
related?: undefined;
|
|
1140
2016
|
hidden?: undefined;
|
|
1141
2017
|
} | {
|
|
1142
2018
|
name: string;
|
|
2019
|
+
keywords: string[];
|
|
2020
|
+
groups: string[];
|
|
1143
2021
|
path: () => Promise<typeof import("./icons/icon-mountain.js")>;
|
|
2022
|
+
related?: undefined;
|
|
1144
2023
|
hidden?: undefined;
|
|
1145
2024
|
} | {
|
|
1146
2025
|
name: string;
|
|
2026
|
+
keywords: string[];
|
|
2027
|
+
groups: string[];
|
|
1147
2028
|
path: () => Promise<typeof import("./icons/icon-mouse-cursor.js")>;
|
|
2029
|
+
related?: undefined;
|
|
1148
2030
|
hidden?: undefined;
|
|
1149
2031
|
} | {
|
|
1150
2032
|
name: string;
|
|
2033
|
+
keywords: string[];
|
|
2034
|
+
groups: string[];
|
|
1151
2035
|
path: () => Promise<typeof import("./icons/icon-mouse.js")>;
|
|
2036
|
+
related?: undefined;
|
|
1152
2037
|
hidden?: undefined;
|
|
1153
2038
|
} | {
|
|
1154
2039
|
name: string;
|
|
2040
|
+
keywords: string[];
|
|
2041
|
+
groups: string[];
|
|
1155
2042
|
path: () => Promise<typeof import("./icons/icon-movie-alt.js")>;
|
|
2043
|
+
related?: undefined;
|
|
1156
2044
|
hidden?: undefined;
|
|
1157
2045
|
} | {
|
|
1158
2046
|
name: string;
|
|
2047
|
+
keywords: string[];
|
|
2048
|
+
groups: string[];
|
|
1159
2049
|
path: () => Promise<typeof import("./icons/icon-movie.js")>;
|
|
2050
|
+
related?: undefined;
|
|
1160
2051
|
hidden?: undefined;
|
|
1161
2052
|
} | {
|
|
1162
2053
|
name: string;
|
|
2054
|
+
keywords: string[];
|
|
2055
|
+
groups: string[];
|
|
2056
|
+
related: string[];
|
|
1163
2057
|
path: () => Promise<typeof import("./icons/icon-multiple-credit-cards.js")>;
|
|
1164
2058
|
hidden?: undefined;
|
|
1165
2059
|
} | {
|
|
1166
2060
|
name: string;
|
|
2061
|
+
keywords: string[];
|
|
2062
|
+
groups: string[];
|
|
1167
2063
|
path: () => Promise<typeof import("./icons/icon-multiple-windows.js")>;
|
|
2064
|
+
related?: undefined;
|
|
1168
2065
|
hidden?: undefined;
|
|
1169
2066
|
} | {
|
|
1170
2067
|
name: string;
|
|
2068
|
+
keywords: string[];
|
|
2069
|
+
groups: string[];
|
|
1171
2070
|
path: () => Promise<typeof import("./icons/icon-music.js")>;
|
|
2071
|
+
related?: undefined;
|
|
1172
2072
|
hidden?: undefined;
|
|
1173
2073
|
} | {
|
|
1174
2074
|
name: string;
|
|
1175
2075
|
hidden: boolean;
|
|
2076
|
+
keywords: string[];
|
|
2077
|
+
groups: string[];
|
|
1176
2078
|
path: () => Promise<typeof import("./icons/icon-name-badge.js")>;
|
|
2079
|
+
related?: undefined;
|
|
1177
2080
|
} | {
|
|
1178
2081
|
name: string;
|
|
1179
2082
|
hidden: boolean;
|
|
2083
|
+
keywords: string[];
|
|
2084
|
+
groups: string[];
|
|
1180
2085
|
path: () => Promise<typeof import("./icons/icon-navigation-down.js")>;
|
|
2086
|
+
related?: undefined;
|
|
1181
2087
|
} | {
|
|
1182
2088
|
name: string;
|
|
1183
2089
|
hidden: boolean;
|
|
2090
|
+
keywords: string[];
|
|
2091
|
+
groups: string[];
|
|
1184
2092
|
path: () => Promise<typeof import("./icons/icon-navigation-first.js")>;
|
|
2093
|
+
related?: undefined;
|
|
1185
2094
|
} | {
|
|
1186
2095
|
name: string;
|
|
1187
2096
|
hidden: boolean;
|
|
2097
|
+
keywords: string[];
|
|
2098
|
+
groups: string[];
|
|
1188
2099
|
path: () => Promise<typeof import("./icons/icon-navigation-horizontal.js")>;
|
|
2100
|
+
related?: undefined;
|
|
1189
2101
|
} | {
|
|
1190
2102
|
name: string;
|
|
1191
2103
|
hidden: boolean;
|
|
2104
|
+
keywords: string[];
|
|
2105
|
+
groups: string[];
|
|
1192
2106
|
path: () => Promise<typeof import("./icons/icon-navigation-last.js")>;
|
|
2107
|
+
related?: undefined;
|
|
1193
2108
|
} | {
|
|
1194
2109
|
name: string;
|
|
1195
2110
|
hidden: boolean;
|
|
2111
|
+
keywords: string[];
|
|
2112
|
+
groups: string[];
|
|
1196
2113
|
path: () => Promise<typeof import("./icons/icon-navigation-left.js")>;
|
|
2114
|
+
related?: undefined;
|
|
1197
2115
|
} | {
|
|
1198
2116
|
name: string;
|
|
1199
2117
|
hidden: boolean;
|
|
2118
|
+
keywords: string[];
|
|
2119
|
+
groups: string[];
|
|
2120
|
+
related: string[];
|
|
1200
2121
|
path: () => Promise<typeof import("./icons/icon-navigation-right.js")>;
|
|
1201
2122
|
} | {
|
|
1202
2123
|
name: string;
|
|
1203
2124
|
hidden: boolean;
|
|
2125
|
+
keywords: string[];
|
|
2126
|
+
groups: string[];
|
|
1204
2127
|
path: () => Promise<typeof import("./icons/icon-navigation-road.js")>;
|
|
2128
|
+
related?: undefined;
|
|
1205
2129
|
} | {
|
|
1206
2130
|
name: string;
|
|
1207
2131
|
hidden: boolean;
|
|
2132
|
+
keywords: string[];
|
|
2133
|
+
groups: string[];
|
|
2134
|
+
related: string[];
|
|
1208
2135
|
path: () => Promise<typeof import("./icons/icon-navigation-top.js")>;
|
|
1209
2136
|
} | {
|
|
1210
2137
|
name: string;
|
|
1211
2138
|
hidden: boolean;
|
|
2139
|
+
keywords: string[];
|
|
2140
|
+
groups: string[];
|
|
2141
|
+
related: string[];
|
|
1212
2142
|
path: () => Promise<typeof import("./icons/icon-navigation-up.js")>;
|
|
1213
2143
|
} | {
|
|
1214
2144
|
name: string;
|
|
1215
2145
|
hidden: boolean;
|
|
2146
|
+
keywords: string[];
|
|
2147
|
+
groups: string[];
|
|
1216
2148
|
path: () => Promise<typeof import("./icons/icon-navigation.js")>;
|
|
2149
|
+
related?: undefined;
|
|
1217
2150
|
} | {
|
|
1218
2151
|
name: string;
|
|
2152
|
+
keywords: string[];
|
|
2153
|
+
groups: string[];
|
|
1219
2154
|
path: () => Promise<typeof import("./icons/icon-navigational-arrow.js")>;
|
|
2155
|
+
related?: undefined;
|
|
2156
|
+
hidden?: undefined;
|
|
2157
|
+
} | {
|
|
2158
|
+
name: string;
|
|
2159
|
+
keywords: string[];
|
|
2160
|
+
groups: string[];
|
|
2161
|
+
related: string[];
|
|
2162
|
+
path: () => Promise<typeof import("./icons/icon-network-alt.js")>;
|
|
1220
2163
|
hidden?: undefined;
|
|
1221
2164
|
} | {
|
|
1222
2165
|
name: string;
|
|
1223
2166
|
hidden: boolean;
|
|
2167
|
+
keywords: string[];
|
|
2168
|
+
groups: string[];
|
|
1224
2169
|
path: () => Promise<typeof import("./icons/icon-newspaper-alt.js")>;
|
|
2170
|
+
related?: undefined;
|
|
1225
2171
|
} | {
|
|
1226
2172
|
name: string;
|
|
2173
|
+
keywords: string[];
|
|
2174
|
+
groups: string[];
|
|
1227
2175
|
path: () => Promise<typeof import("./icons/icon-newspaper.js")>;
|
|
2176
|
+
related?: undefined;
|
|
1228
2177
|
hidden?: undefined;
|
|
1229
2178
|
} | {
|
|
1230
2179
|
name: string;
|
|
1231
2180
|
hidden: boolean;
|
|
2181
|
+
keywords: string[];
|
|
2182
|
+
groups: string[];
|
|
2183
|
+
related: string[];
|
|
1232
2184
|
path: () => Promise<typeof import("./icons/icon-next-media.js")>;
|
|
1233
2185
|
} | {
|
|
1234
2186
|
name: string;
|
|
2187
|
+
keywords: string[];
|
|
2188
|
+
groups: string[];
|
|
2189
|
+
related: string[];
|
|
1235
2190
|
path: () => Promise<typeof import("./icons/icon-next.js")>;
|
|
1236
2191
|
hidden?: undefined;
|
|
1237
2192
|
} | {
|
|
1238
2193
|
name: string;
|
|
1239
2194
|
hidden: boolean;
|
|
2195
|
+
keywords: string[];
|
|
2196
|
+
groups: string[];
|
|
1240
2197
|
path: () => Promise<typeof import("./icons/icon-nodes.js")>;
|
|
2198
|
+
related?: undefined;
|
|
1241
2199
|
} | {
|
|
1242
2200
|
name: string;
|
|
1243
2201
|
hidden: boolean;
|
|
2202
|
+
keywords: string[];
|
|
2203
|
+
groups: string[];
|
|
1244
2204
|
path: () => Promise<typeof import("./icons/icon-notepad-alt.js")>;
|
|
2205
|
+
related?: undefined;
|
|
1245
2206
|
} | {
|
|
1246
2207
|
name: string;
|
|
2208
|
+
keywords: string[];
|
|
2209
|
+
groups: string[];
|
|
1247
2210
|
path: () => Promise<typeof import("./icons/icon-notepad.js")>;
|
|
2211
|
+
related?: undefined;
|
|
1248
2212
|
hidden?: undefined;
|
|
1249
2213
|
} | {
|
|
1250
2214
|
name: string;
|
|
2215
|
+
keywords: string[];
|
|
2216
|
+
groups: string[];
|
|
2217
|
+
related: string[];
|
|
1251
2218
|
path: () => Promise<typeof import("./icons/icon-old-key.js")>;
|
|
1252
2219
|
hidden?: undefined;
|
|
1253
2220
|
} | {
|
|
1254
2221
|
name: string;
|
|
1255
2222
|
hidden: boolean;
|
|
2223
|
+
keywords: string[];
|
|
2224
|
+
groups: string[];
|
|
2225
|
+
related: string[];
|
|
1256
2226
|
path: () => Promise<typeof import("./icons/icon-old-phone.js")>;
|
|
1257
2227
|
} | {
|
|
1258
2228
|
name: string;
|
|
2229
|
+
keywords: string[];
|
|
2230
|
+
groups: string[];
|
|
1259
2231
|
path: () => Promise<typeof import("./icons/icon-omega.js")>;
|
|
2232
|
+
related?: undefined;
|
|
1260
2233
|
hidden?: undefined;
|
|
1261
2234
|
} | {
|
|
1262
2235
|
name: string;
|
|
2236
|
+
keywords: string[];
|
|
2237
|
+
groups: string[];
|
|
2238
|
+
related: string[];
|
|
1263
2239
|
path: () => Promise<typeof import("./icons/icon-operator.js")>;
|
|
1264
2240
|
hidden?: undefined;
|
|
1265
2241
|
} | {
|
|
1266
2242
|
name: string;
|
|
2243
|
+
keywords: string[];
|
|
2244
|
+
groups: string[];
|
|
1267
2245
|
path: () => Promise<typeof import("./icons/icon-ordered-list.js")>;
|
|
2246
|
+
related?: undefined;
|
|
1268
2247
|
hidden?: undefined;
|
|
1269
2248
|
} | {
|
|
1270
2249
|
name: string;
|
|
2250
|
+
keywords: string[];
|
|
2251
|
+
groups: string[];
|
|
1271
2252
|
path: () => Promise<typeof import("./icons/icon-origami.js")>;
|
|
2253
|
+
related?: undefined;
|
|
1272
2254
|
hidden?: undefined;
|
|
1273
2255
|
} | {
|
|
1274
2256
|
name: string;
|
|
2257
|
+
keywords: string[];
|
|
2258
|
+
groups: string[];
|
|
1275
2259
|
path: () => Promise<typeof import("./icons/icon-out.js")>;
|
|
2260
|
+
related?: undefined;
|
|
1276
2261
|
hidden?: undefined;
|
|
1277
2262
|
} | {
|
|
1278
2263
|
name: string;
|
|
1279
2264
|
hidden: boolean;
|
|
2265
|
+
keywords: string[];
|
|
2266
|
+
groups: string[];
|
|
1280
2267
|
path: () => Promise<typeof import("./icons/icon-outbox.js")>;
|
|
2268
|
+
related?: undefined;
|
|
1281
2269
|
} | {
|
|
1282
2270
|
name: string;
|
|
2271
|
+
keywords: string[];
|
|
2272
|
+
groups: string[];
|
|
2273
|
+
related: string[];
|
|
1283
2274
|
path: () => Promise<typeof import("./icons/icon-outdent.js")>;
|
|
1284
2275
|
hidden?: undefined;
|
|
1285
2276
|
} | {
|
|
1286
2277
|
name: string;
|
|
2278
|
+
keywords: string[];
|
|
2279
|
+
groups: string[];
|
|
1287
2280
|
path: () => Promise<typeof import("./icons/icon-page-add.js")>;
|
|
2281
|
+
related?: undefined;
|
|
1288
2282
|
hidden?: undefined;
|
|
1289
2283
|
} | {
|
|
1290
2284
|
name: string;
|
|
2285
|
+
keywords: string[];
|
|
2286
|
+
groups: string[];
|
|
2287
|
+
related: string[];
|
|
1291
2288
|
path: () => Promise<typeof import("./icons/icon-page-down.js")>;
|
|
1292
2289
|
hidden?: undefined;
|
|
1293
2290
|
} | {
|
|
1294
2291
|
name: string;
|
|
2292
|
+
keywords: string[];
|
|
2293
|
+
groups: string[];
|
|
1295
2294
|
path: () => Promise<typeof import("./icons/icon-page-remove.js")>;
|
|
2295
|
+
related?: undefined;
|
|
1296
2296
|
hidden?: undefined;
|
|
1297
2297
|
} | {
|
|
1298
2298
|
name: string;
|
|
2299
|
+
keywords: string[];
|
|
2300
|
+
groups: string[];
|
|
1299
2301
|
path: () => Promise<typeof import("./icons/icon-page-restricted.js")>;
|
|
2302
|
+
related?: undefined;
|
|
1300
2303
|
hidden?: undefined;
|
|
1301
2304
|
} | {
|
|
1302
2305
|
name: string;
|
|
2306
|
+
keywords: string[];
|
|
2307
|
+
groups: string[];
|
|
2308
|
+
related: string[];
|
|
1303
2309
|
path: () => Promise<typeof import("./icons/icon-page-up.js")>;
|
|
1304
2310
|
hidden?: undefined;
|
|
1305
2311
|
} | {
|
|
1306
2312
|
name: string;
|
|
1307
2313
|
hidden: boolean;
|
|
2314
|
+
keywords: string[];
|
|
2315
|
+
groups: string[];
|
|
1308
2316
|
path: () => Promise<typeof import("./icons/icon-paint-roller.js")>;
|
|
2317
|
+
related?: undefined;
|
|
1309
2318
|
} | {
|
|
1310
2319
|
name: string;
|
|
2320
|
+
keywords: string[];
|
|
2321
|
+
groups: string[];
|
|
1311
2322
|
path: () => Promise<typeof import("./icons/icon-palette.js")>;
|
|
2323
|
+
related?: undefined;
|
|
1312
2324
|
hidden?: undefined;
|
|
1313
2325
|
} | {
|
|
1314
2326
|
name: string;
|
|
2327
|
+
keywords: string[];
|
|
2328
|
+
groups: string[];
|
|
2329
|
+
related: string[];
|
|
1315
2330
|
path: () => Promise<typeof import("./icons/icon-panel-show.js")>;
|
|
1316
2331
|
hidden?: undefined;
|
|
1317
2332
|
} | {
|
|
1318
2333
|
name: string;
|
|
2334
|
+
keywords: string[];
|
|
2335
|
+
groups: string[];
|
|
2336
|
+
related: string[];
|
|
1319
2337
|
path: () => Promise<typeof import("./icons/icon-pannel-close.js")>;
|
|
1320
2338
|
hidden?: undefined;
|
|
1321
2339
|
} | {
|
|
1322
2340
|
name: string;
|
|
1323
2341
|
hidden: boolean;
|
|
2342
|
+
keywords: string[];
|
|
2343
|
+
groups: string[];
|
|
1324
2344
|
path: () => Promise<typeof import("./icons/icon-paper-bag.js")>;
|
|
2345
|
+
related?: undefined;
|
|
1325
2346
|
} | {
|
|
1326
2347
|
name: string;
|
|
2348
|
+
keywords: string[];
|
|
2349
|
+
groups: string[];
|
|
2350
|
+
related: string[];
|
|
1327
2351
|
path: () => Promise<typeof import("./icons/icon-paper-plane-alt.js")>;
|
|
1328
2352
|
hidden?: undefined;
|
|
1329
2353
|
} | {
|
|
1330
2354
|
name: string;
|
|
2355
|
+
keywords: string[];
|
|
2356
|
+
groups: string[];
|
|
2357
|
+
related: string[];
|
|
1331
2358
|
path: () => Promise<typeof import("./icons/icon-paper-plane.js")>;
|
|
1332
2359
|
hidden?: undefined;
|
|
1333
2360
|
} | {
|
|
1334
2361
|
name: string;
|
|
2362
|
+
keywords: string[];
|
|
2363
|
+
groups: string[];
|
|
1335
2364
|
path: () => Promise<typeof import("./icons/icon-partly-cloudy.js")>;
|
|
2365
|
+
related?: undefined;
|
|
1336
2366
|
hidden?: undefined;
|
|
1337
2367
|
} | {
|
|
1338
2368
|
name: string;
|
|
2369
|
+
keywords: string[];
|
|
2370
|
+
groups: string[];
|
|
1339
2371
|
path: () => Promise<typeof import("./icons/icon-paragraph.js")>;
|
|
2372
|
+
related?: undefined;
|
|
1340
2373
|
hidden?: undefined;
|
|
1341
2374
|
} | {
|
|
1342
2375
|
name: string;
|
|
1343
2376
|
hidden: boolean;
|
|
2377
|
+
keywords: string[];
|
|
2378
|
+
groups: string[];
|
|
1344
2379
|
path: () => Promise<typeof import("./icons/icon-paste-in.js")>;
|
|
2380
|
+
related?: undefined;
|
|
1345
2381
|
} | {
|
|
1346
2382
|
name: string;
|
|
2383
|
+
keywords: string[];
|
|
2384
|
+
groups: string[];
|
|
1347
2385
|
path: () => Promise<typeof import("./icons/icon-pause.js")>;
|
|
2386
|
+
related?: undefined;
|
|
1348
2387
|
hidden?: undefined;
|
|
1349
2388
|
} | {
|
|
1350
2389
|
name: string;
|
|
1351
2390
|
hidden: boolean;
|
|
2391
|
+
keywords: string[];
|
|
2392
|
+
groups: string[];
|
|
1352
2393
|
path: () => Promise<typeof import("./icons/icon-people-alt-2.js")>;
|
|
2394
|
+
related?: undefined;
|
|
1353
2395
|
} | {
|
|
1354
2396
|
name: string;
|
|
2397
|
+
keywords: string[];
|
|
2398
|
+
groups: string[];
|
|
1355
2399
|
path: () => Promise<typeof import("./icons/icon-people.js")>;
|
|
2400
|
+
related?: undefined;
|
|
1356
2401
|
hidden?: undefined;
|
|
1357
2402
|
} | {
|
|
1358
2403
|
name: string;
|
|
2404
|
+
keywords: string[];
|
|
2405
|
+
groups: string[];
|
|
1359
2406
|
path: () => Promise<typeof import("./icons/icon-phone-ring.js")>;
|
|
2407
|
+
related?: undefined;
|
|
1360
2408
|
hidden?: undefined;
|
|
1361
2409
|
} | {
|
|
1362
2410
|
name: string;
|
|
2411
|
+
keywords: string[];
|
|
2412
|
+
groups: string[];
|
|
1363
2413
|
path: () => Promise<typeof import("./icons/icon-phone.js")>;
|
|
2414
|
+
related?: undefined;
|
|
1364
2415
|
hidden?: undefined;
|
|
1365
2416
|
} | {
|
|
1366
2417
|
name: string;
|
|
2418
|
+
keywords: string[];
|
|
2419
|
+
groups: string[];
|
|
1367
2420
|
path: () => Promise<typeof import("./icons/icon-photo-album.js")>;
|
|
2421
|
+
related?: undefined;
|
|
1368
2422
|
hidden?: undefined;
|
|
1369
2423
|
} | {
|
|
1370
2424
|
name: string;
|
|
2425
|
+
keywords: string[];
|
|
2426
|
+
groups: string[];
|
|
2427
|
+
related: string[];
|
|
1371
2428
|
path: () => Promise<typeof import("./icons/icon-picture.js")>;
|
|
1372
2429
|
hidden?: undefined;
|
|
1373
2430
|
} | {
|
|
1374
2431
|
name: string;
|
|
2432
|
+
keywords: string[];
|
|
2433
|
+
groups: string[];
|
|
2434
|
+
related: string[];
|
|
1375
2435
|
path: () => Promise<typeof import("./icons/icon-pictures-alt-2.js")>;
|
|
1376
2436
|
hidden?: undefined;
|
|
1377
2437
|
} | {
|
|
1378
2438
|
name: string;
|
|
1379
2439
|
hidden: boolean;
|
|
2440
|
+
keywords: string[];
|
|
2441
|
+
groups: string[];
|
|
2442
|
+
related: string[];
|
|
1380
2443
|
path: () => Promise<typeof import("./icons/icon-pictures-alt.js")>;
|
|
1381
2444
|
} | {
|
|
1382
2445
|
name: string;
|
|
2446
|
+
keywords: string[];
|
|
2447
|
+
groups: string[];
|
|
2448
|
+
related: string[];
|
|
1383
2449
|
path: () => Promise<typeof import("./icons/icon-pictures.js")>;
|
|
1384
2450
|
hidden?: undefined;
|
|
1385
2451
|
} | {
|
|
1386
2452
|
name: string;
|
|
2453
|
+
keywords: string[];
|
|
2454
|
+
groups: string[];
|
|
1387
2455
|
path: () => Promise<typeof import("./icons/icon-pie-chart.js")>;
|
|
2456
|
+
related?: undefined;
|
|
1388
2457
|
hidden?: undefined;
|
|
1389
2458
|
} | {
|
|
1390
2459
|
name: string;
|
|
2460
|
+
keywords: string[];
|
|
2461
|
+
groups: string[];
|
|
1391
2462
|
path: () => Promise<typeof import("./icons/icon-piggy-bank.js")>;
|
|
2463
|
+
related?: undefined;
|
|
2464
|
+
hidden?: undefined;
|
|
2465
|
+
} | {
|
|
2466
|
+
name: string;
|
|
2467
|
+
keywords: string[];
|
|
2468
|
+
groups: string[];
|
|
2469
|
+
related: string[];
|
|
2470
|
+
path: () => Promise<typeof import("./icons/icon-pin-location.js")>;
|
|
1392
2471
|
hidden?: undefined;
|
|
1393
2472
|
} | {
|
|
1394
2473
|
name: string;
|
|
2474
|
+
keywords: string[];
|
|
2475
|
+
groups: string[];
|
|
1395
2476
|
path: () => Promise<typeof import("./icons/icon-plane.js")>;
|
|
2477
|
+
related?: undefined;
|
|
1396
2478
|
hidden?: undefined;
|
|
1397
2479
|
} | {
|
|
1398
2480
|
name: string;
|
|
1399
2481
|
hidden: boolean;
|
|
2482
|
+
keywords: string[];
|
|
2483
|
+
groups: string[];
|
|
1400
2484
|
path: () => Promise<typeof import("./icons/icon-planet.js")>;
|
|
2485
|
+
related?: undefined;
|
|
1401
2486
|
} | {
|
|
1402
2487
|
name: string;
|
|
2488
|
+
keywords: string[];
|
|
2489
|
+
groups: string[];
|
|
2490
|
+
related: string[];
|
|
1403
2491
|
path: () => Promise<typeof import("./icons/icon-play.js")>;
|
|
1404
2492
|
hidden?: undefined;
|
|
1405
2493
|
} | {
|
|
1406
2494
|
name: string;
|
|
1407
2495
|
hidden: boolean;
|
|
2496
|
+
keywords: string[];
|
|
2497
|
+
groups: string[];
|
|
1408
2498
|
path: () => Promise<typeof import("./icons/icon-playing-cards.js")>;
|
|
2499
|
+
related?: undefined;
|
|
1409
2500
|
} | {
|
|
1410
2501
|
name: string;
|
|
2502
|
+
keywords: string[];
|
|
2503
|
+
groups: string[];
|
|
1411
2504
|
path: () => Promise<typeof import("./icons/icon-playlist.js")>;
|
|
2505
|
+
related?: undefined;
|
|
1412
2506
|
hidden?: undefined;
|
|
1413
2507
|
} | {
|
|
1414
2508
|
name: string;
|
|
2509
|
+
keywords: string[];
|
|
2510
|
+
groups: string[];
|
|
1415
2511
|
path: () => Promise<typeof import("./icons/icon-plugin.js")>;
|
|
2512
|
+
related?: undefined;
|
|
1416
2513
|
hidden?: undefined;
|
|
1417
2514
|
} | {
|
|
1418
2515
|
name: string;
|
|
2516
|
+
keywords: string[];
|
|
2517
|
+
groups: string[];
|
|
1419
2518
|
path: () => Promise<typeof import("./icons/icon-podcast.js")>;
|
|
2519
|
+
related?: undefined;
|
|
1420
2520
|
hidden?: undefined;
|
|
1421
2521
|
} | {
|
|
1422
2522
|
name: string;
|
|
1423
2523
|
hidden: boolean;
|
|
2524
|
+
keywords: string[];
|
|
2525
|
+
groups: string[];
|
|
1424
2526
|
path: () => Promise<typeof import("./icons/icon-poll.js")>;
|
|
2527
|
+
related?: undefined;
|
|
1425
2528
|
} | {
|
|
1426
2529
|
name: string;
|
|
2530
|
+
keywords: string[];
|
|
2531
|
+
groups: string[];
|
|
1427
2532
|
path: () => Promise<typeof import("./icons/icon-post-it.js")>;
|
|
2533
|
+
related?: undefined;
|
|
1428
2534
|
hidden?: undefined;
|
|
1429
2535
|
} | {
|
|
1430
2536
|
name: string;
|
|
1431
2537
|
hidden: boolean;
|
|
2538
|
+
keywords: string[];
|
|
2539
|
+
groups: string[];
|
|
1432
2540
|
path: () => Promise<typeof import("./icons/icon-power-outlet.js")>;
|
|
2541
|
+
related?: undefined;
|
|
1433
2542
|
} | {
|
|
1434
2543
|
name: string;
|
|
2544
|
+
keywords: string[];
|
|
2545
|
+
groups: string[];
|
|
1435
2546
|
path: () => Promise<typeof import("./icons/icon-power.js")>;
|
|
2547
|
+
related?: undefined;
|
|
1436
2548
|
hidden?: undefined;
|
|
1437
2549
|
} | {
|
|
1438
2550
|
name: string;
|
|
2551
|
+
keywords: string[];
|
|
2552
|
+
groups: string[];
|
|
1439
2553
|
path: () => Promise<typeof import("./icons/icon-presentation.js")>;
|
|
2554
|
+
related?: undefined;
|
|
1440
2555
|
hidden?: undefined;
|
|
1441
2556
|
} | {
|
|
1442
2557
|
name: string;
|
|
2558
|
+
keywords: string[];
|
|
2559
|
+
groups: string[];
|
|
2560
|
+
related: string[];
|
|
1443
2561
|
path: () => Promise<typeof import("./icons/icon-previous-media.js")>;
|
|
1444
2562
|
hidden?: undefined;
|
|
1445
2563
|
} | {
|
|
1446
2564
|
name: string;
|
|
2565
|
+
keywords: string[];
|
|
2566
|
+
groups: string[];
|
|
1447
2567
|
path: () => Promise<typeof import("./icons/icon-previous.js")>;
|
|
2568
|
+
related?: undefined;
|
|
1448
2569
|
hidden?: undefined;
|
|
1449
2570
|
} | {
|
|
1450
2571
|
name: string;
|
|
1451
2572
|
hidden: boolean;
|
|
2573
|
+
keywords: string[];
|
|
2574
|
+
groups: string[];
|
|
1452
2575
|
path: () => Promise<typeof import("./icons/icon-price-dollar.js")>;
|
|
2576
|
+
related?: undefined;
|
|
1453
2577
|
} | {
|
|
1454
2578
|
name: string;
|
|
1455
2579
|
hidden: boolean;
|
|
2580
|
+
keywords: string[];
|
|
2581
|
+
groups: string[];
|
|
1456
2582
|
path: () => Promise<typeof import("./icons/icon-price-euro.js")>;
|
|
2583
|
+
related?: undefined;
|
|
1457
2584
|
} | {
|
|
1458
2585
|
name: string;
|
|
1459
2586
|
hidden: boolean;
|
|
2587
|
+
keywords: string[];
|
|
2588
|
+
groups: string[];
|
|
1460
2589
|
path: () => Promise<typeof import("./icons/icon-price-pound.js")>;
|
|
2590
|
+
related?: undefined;
|
|
1461
2591
|
} | {
|
|
1462
2592
|
name: string;
|
|
1463
2593
|
hidden: boolean;
|
|
2594
|
+
keywords: string[];
|
|
2595
|
+
groups: string[];
|
|
1464
2596
|
path: () => Promise<typeof import("./icons/icon-price-yen.js")>;
|
|
2597
|
+
related?: undefined;
|
|
1465
2598
|
} | {
|
|
1466
2599
|
name: string;
|
|
2600
|
+
keywords: string[];
|
|
2601
|
+
groups: string[];
|
|
2602
|
+
related: string[];
|
|
1467
2603
|
path: () => Promise<typeof import("./icons/icon-print.js")>;
|
|
1468
2604
|
hidden?: undefined;
|
|
1469
2605
|
} | {
|
|
1470
2606
|
name: string;
|
|
1471
2607
|
hidden: boolean;
|
|
2608
|
+
keywords: string[];
|
|
2609
|
+
groups: string[];
|
|
2610
|
+
related: string[];
|
|
1472
2611
|
path: () => Promise<typeof import("./icons/icon-printer-alt.js")>;
|
|
1473
2612
|
} | {
|
|
1474
2613
|
name: string;
|
|
2614
|
+
keywords: string[];
|
|
2615
|
+
groups: string[];
|
|
1475
2616
|
path: () => Promise<typeof import("./icons/icon-projector.js")>;
|
|
2617
|
+
related?: undefined;
|
|
1476
2618
|
hidden?: undefined;
|
|
1477
2619
|
} | {
|
|
1478
2620
|
name: string;
|
|
2621
|
+
keywords: string[];
|
|
2622
|
+
groups: string[];
|
|
1479
2623
|
path: () => Promise<typeof import("./icons/icon-pushpin.js")>;
|
|
2624
|
+
related?: undefined;
|
|
1480
2625
|
hidden?: undefined;
|
|
1481
2626
|
} | {
|
|
1482
2627
|
name: string;
|
|
2628
|
+
keywords: string[];
|
|
2629
|
+
groups: string[];
|
|
1483
2630
|
path: () => Promise<typeof import("./icons/icon-qr-code.js")>;
|
|
2631
|
+
related?: undefined;
|
|
1484
2632
|
hidden?: undefined;
|
|
1485
2633
|
} | {
|
|
1486
2634
|
name: string;
|
|
2635
|
+
keywords: string[];
|
|
2636
|
+
groups: string[];
|
|
1487
2637
|
path: () => Promise<typeof import("./icons/icon-quote.js")>;
|
|
2638
|
+
related?: undefined;
|
|
1488
2639
|
hidden?: undefined;
|
|
1489
2640
|
} | {
|
|
1490
2641
|
name: string;
|
|
2642
|
+
keywords: string[];
|
|
2643
|
+
groups: string[];
|
|
2644
|
+
related: string[];
|
|
1491
2645
|
path: () => Promise<typeof import("./icons/icon-radio-alt.js")>;
|
|
1492
2646
|
hidden?: undefined;
|
|
1493
2647
|
} | {
|
|
1494
2648
|
name: string;
|
|
2649
|
+
keywords: string[];
|
|
2650
|
+
groups: string[];
|
|
2651
|
+
related: string[];
|
|
1495
2652
|
path: () => Promise<typeof import("./icons/icon-radio-receiver.js")>;
|
|
1496
2653
|
hidden?: undefined;
|
|
1497
2654
|
} | {
|
|
1498
2655
|
name: string;
|
|
2656
|
+
keywords: string[];
|
|
2657
|
+
groups: string[];
|
|
2658
|
+
related: string[];
|
|
1499
2659
|
path: () => Promise<typeof import("./icons/icon-radio.js")>;
|
|
1500
2660
|
hidden?: undefined;
|
|
1501
2661
|
} | {
|
|
1502
2662
|
name: string;
|
|
2663
|
+
keywords: string[];
|
|
2664
|
+
groups: string[];
|
|
1503
2665
|
path: () => Promise<typeof import("./icons/icon-rain.js")>;
|
|
2666
|
+
related?: undefined;
|
|
1504
2667
|
hidden?: undefined;
|
|
1505
2668
|
} | {
|
|
1506
2669
|
name: string;
|
|
1507
2670
|
hidden: boolean;
|
|
2671
|
+
keywords: string[];
|
|
2672
|
+
groups: string[];
|
|
1508
2673
|
path: () => Promise<typeof import("./icons/icon-rate.js")>;
|
|
2674
|
+
related?: undefined;
|
|
1509
2675
|
} | {
|
|
1510
2676
|
name: string;
|
|
2677
|
+
keywords: string[];
|
|
2678
|
+
groups: string[];
|
|
2679
|
+
related: string[];
|
|
1511
2680
|
path: () => Promise<typeof import("./icons/icon-re-post.js")>;
|
|
1512
2681
|
hidden?: undefined;
|
|
1513
2682
|
} | {
|
|
1514
2683
|
name: string;
|
|
2684
|
+
keywords: string[];
|
|
2685
|
+
groups: string[];
|
|
1515
2686
|
path: () => Promise<typeof import("./icons/icon-readonly.js")>;
|
|
2687
|
+
related?: undefined;
|
|
1516
2688
|
hidden?: undefined;
|
|
1517
2689
|
} | {
|
|
1518
2690
|
name: string;
|
|
2691
|
+
keywords: string[];
|
|
2692
|
+
groups: string[];
|
|
2693
|
+
related: string[];
|
|
1519
2694
|
path: () => Promise<typeof import("./icons/icon-receipt-alt.js")>;
|
|
1520
2695
|
hidden?: undefined;
|
|
1521
2696
|
} | {
|
|
1522
2697
|
name: string;
|
|
2698
|
+
keywords: string[];
|
|
2699
|
+
groups: string[];
|
|
1523
2700
|
path: () => Promise<typeof import("./icons/icon-reception.js")>;
|
|
2701
|
+
related?: undefined;
|
|
1524
2702
|
hidden?: undefined;
|
|
1525
2703
|
} | {
|
|
1526
2704
|
name: string;
|
|
1527
2705
|
hidden: boolean;
|
|
2706
|
+
keywords: string[];
|
|
2707
|
+
groups: string[];
|
|
1528
2708
|
path: () => Promise<typeof import("./icons/icon-record.js")>;
|
|
2709
|
+
related?: undefined;
|
|
1529
2710
|
} | {
|
|
1530
2711
|
name: string;
|
|
2712
|
+
keywords: string[];
|
|
2713
|
+
groups: string[];
|
|
1531
2714
|
path: () => Promise<typeof import("./icons/icon-rectangle-ellipsis.js")>;
|
|
2715
|
+
related?: undefined;
|
|
1532
2716
|
hidden?: undefined;
|
|
1533
2717
|
} | {
|
|
1534
2718
|
name: string;
|
|
2719
|
+
keywords: string[];
|
|
2720
|
+
groups: string[];
|
|
2721
|
+
related: string[];
|
|
1535
2722
|
path: () => Promise<typeof import("./icons/icon-redo.js")>;
|
|
1536
2723
|
hidden?: undefined;
|
|
1537
2724
|
} | {
|
|
1538
2725
|
name: string;
|
|
2726
|
+
keywords: string[];
|
|
2727
|
+
groups: string[];
|
|
2728
|
+
related: string[];
|
|
1539
2729
|
path: () => Promise<typeof import("./icons/icon-refresh.js")>;
|
|
1540
2730
|
hidden?: undefined;
|
|
1541
2731
|
} | {
|
|
1542
2732
|
name: string;
|
|
1543
2733
|
hidden: boolean;
|
|
2734
|
+
keywords: string[];
|
|
2735
|
+
groups: string[];
|
|
1544
2736
|
path: () => Promise<typeof import("./icons/icon-remote.js")>;
|
|
2737
|
+
related?: undefined;
|
|
1545
2738
|
} | {
|
|
1546
2739
|
name: string;
|
|
2740
|
+
keywords: string[];
|
|
2741
|
+
groups: string[];
|
|
1547
2742
|
path: () => Promise<typeof import("./icons/icon-remove.js")>;
|
|
2743
|
+
related?: undefined;
|
|
1548
2744
|
hidden?: undefined;
|
|
1549
2745
|
} | {
|
|
1550
2746
|
name: string;
|
|
2747
|
+
keywords: string[];
|
|
2748
|
+
groups: string[];
|
|
2749
|
+
related: string[];
|
|
1551
2750
|
path: () => Promise<typeof import("./icons/icon-repeat-one.js")>;
|
|
1552
2751
|
hidden?: undefined;
|
|
1553
2752
|
} | {
|
|
1554
2753
|
name: string;
|
|
2754
|
+
keywords: string[];
|
|
2755
|
+
groups: string[];
|
|
1555
2756
|
path: () => Promise<typeof import("./icons/icon-reply-arrow.js")>;
|
|
2757
|
+
related?: undefined;
|
|
1556
2758
|
hidden?: undefined;
|
|
1557
2759
|
} | {
|
|
1558
2760
|
name: string;
|
|
2761
|
+
keywords: string[];
|
|
2762
|
+
groups: string[];
|
|
1559
2763
|
path: () => Promise<typeof import("./icons/icon-resize.js")>;
|
|
2764
|
+
related?: undefined;
|
|
1560
2765
|
hidden?: undefined;
|
|
1561
2766
|
} | {
|
|
1562
2767
|
name: string;
|
|
1563
2768
|
hidden: boolean;
|
|
2769
|
+
keywords: string[];
|
|
2770
|
+
groups: string[];
|
|
2771
|
+
path: () => Promise<typeof import("./icons/icon-return-to-top.js")>;
|
|
2772
|
+
related?: undefined;
|
|
2773
|
+
} | {
|
|
2774
|
+
name: string;
|
|
2775
|
+
hidden: boolean;
|
|
2776
|
+
keywords: string[];
|
|
2777
|
+
groups: string[];
|
|
1564
2778
|
path: () => Promise<typeof import("./icons/icon-right-double-arrow.js")>;
|
|
2779
|
+
related?: undefined;
|
|
1565
2780
|
} | {
|
|
1566
2781
|
name: string;
|
|
1567
2782
|
hidden: boolean;
|
|
2783
|
+
keywords: string[];
|
|
2784
|
+
groups: string[];
|
|
1568
2785
|
path: () => Promise<typeof import("./icons/icon-roadsign.js")>;
|
|
2786
|
+
related?: undefined;
|
|
1569
2787
|
} | {
|
|
1570
2788
|
name: string;
|
|
2789
|
+
keywords: string[];
|
|
2790
|
+
groups: string[];
|
|
1571
2791
|
path: () => Promise<typeof import("./icons/icon-rocket.js")>;
|
|
2792
|
+
related?: undefined;
|
|
1572
2793
|
hidden?: undefined;
|
|
1573
2794
|
} | {
|
|
1574
2795
|
name: string;
|
|
2796
|
+
keywords: string[];
|
|
2797
|
+
groups: string[];
|
|
1575
2798
|
path: () => Promise<typeof import("./icons/icon-rss.js")>;
|
|
2799
|
+
related?: undefined;
|
|
1576
2800
|
hidden?: undefined;
|
|
1577
2801
|
} | {
|
|
1578
2802
|
name: string;
|
|
2803
|
+
keywords: string[];
|
|
2804
|
+
groups: string[];
|
|
1579
2805
|
path: () => Promise<typeof import("./icons/icon-ruler-alt.js")>;
|
|
2806
|
+
related?: undefined;
|
|
1580
2807
|
hidden?: undefined;
|
|
1581
2808
|
} | {
|
|
1582
2809
|
name: string;
|
|
2810
|
+
keywords: string[];
|
|
2811
|
+
groups: string[];
|
|
1583
2812
|
path: () => Promise<typeof import("./icons/icon-ruler.js")>;
|
|
2813
|
+
related?: undefined;
|
|
1584
2814
|
hidden?: undefined;
|
|
1585
2815
|
} | {
|
|
1586
2816
|
name: string;
|
|
2817
|
+
keywords: string[];
|
|
2818
|
+
groups: string[];
|
|
1587
2819
|
path: () => Promise<typeof import("./icons/icon-satellite-dish.js")>;
|
|
2820
|
+
related?: undefined;
|
|
1588
2821
|
hidden?: undefined;
|
|
1589
2822
|
} | {
|
|
1590
2823
|
name: string;
|
|
2824
|
+
keywords: string[];
|
|
2825
|
+
groups: string[];
|
|
2826
|
+
related: string[];
|
|
1591
2827
|
path: () => Promise<typeof import("./icons/icon-save.js")>;
|
|
1592
2828
|
hidden?: undefined;
|
|
1593
2829
|
} | {
|
|
1594
2830
|
name: string;
|
|
2831
|
+
keywords: string[];
|
|
2832
|
+
groups: string[];
|
|
1595
2833
|
path: () => Promise<typeof import("./icons/icon-scan.js")>;
|
|
2834
|
+
related?: undefined;
|
|
1596
2835
|
hidden?: undefined;
|
|
1597
2836
|
} | {
|
|
1598
2837
|
name: string;
|
|
2838
|
+
keywords: string[];
|
|
2839
|
+
groups: string[];
|
|
1599
2840
|
path: () => Promise<typeof import("./icons/icon-school.js")>;
|
|
2841
|
+
related?: undefined;
|
|
1600
2842
|
hidden?: undefined;
|
|
1601
2843
|
} | {
|
|
1602
2844
|
name: string;
|
|
2845
|
+
keywords: string[];
|
|
2846
|
+
groups: string[];
|
|
2847
|
+
related: string[];
|
|
1603
2848
|
path: () => Promise<typeof import("./icons/icon-screensharing.js")>;
|
|
1604
2849
|
hidden?: undefined;
|
|
1605
2850
|
} | {
|
|
1606
2851
|
name: string;
|
|
1607
2852
|
hidden: boolean;
|
|
2853
|
+
keywords: string[];
|
|
2854
|
+
groups: string[];
|
|
2855
|
+
related: string[];
|
|
1608
2856
|
path: () => Promise<typeof import("./icons/icon-script-alt.js")>;
|
|
1609
2857
|
} | {
|
|
1610
2858
|
name: string;
|
|
2859
|
+
keywords: string[];
|
|
2860
|
+
groups: string[];
|
|
2861
|
+
related: string[];
|
|
2862
|
+
path: () => Promise<typeof import("./icons/icon-script.js")>;
|
|
2863
|
+
hidden?: undefined;
|
|
2864
|
+
} | {
|
|
2865
|
+
name: string;
|
|
2866
|
+
keywords: string[];
|
|
2867
|
+
groups: string[];
|
|
2868
|
+
related: string[];
|
|
1611
2869
|
path: () => Promise<typeof import("./icons/icon-scull.js")>;
|
|
1612
2870
|
hidden?: undefined;
|
|
1613
2871
|
} | {
|
|
1614
2872
|
name: string;
|
|
2873
|
+
keywords: string[];
|
|
2874
|
+
groups: string[];
|
|
1615
2875
|
path: () => Promise<typeof import("./icons/icon-search.js")>;
|
|
2876
|
+
related?: undefined;
|
|
1616
2877
|
hidden?: undefined;
|
|
1617
2878
|
} | {
|
|
1618
2879
|
name: string;
|
|
2880
|
+
keywords: string[];
|
|
2881
|
+
groups: string[];
|
|
1619
2882
|
path: () => Promise<typeof import("./icons/icon-sensor.js")>;
|
|
2883
|
+
related?: undefined;
|
|
1620
2884
|
hidden?: undefined;
|
|
1621
2885
|
} | {
|
|
1622
2886
|
name: string;
|
|
1623
2887
|
hidden: boolean;
|
|
2888
|
+
keywords: string[];
|
|
2889
|
+
groups: string[];
|
|
1624
2890
|
path: () => Promise<typeof import("./icons/icon-server-alt.js")>;
|
|
2891
|
+
related?: undefined;
|
|
1625
2892
|
} | {
|
|
1626
2893
|
name: string;
|
|
2894
|
+
keywords: string[];
|
|
2895
|
+
groups: string[];
|
|
2896
|
+
related: string[];
|
|
1627
2897
|
path: () => Promise<typeof import("./icons/icon-server.js")>;
|
|
1628
2898
|
hidden?: undefined;
|
|
1629
2899
|
} | {
|
|
1630
2900
|
name: string;
|
|
1631
2901
|
hidden: boolean;
|
|
2902
|
+
keywords: string[];
|
|
2903
|
+
groups: string[];
|
|
2904
|
+
related: string[];
|
|
1632
2905
|
path: () => Promise<typeof import("./icons/icon-settings-alt.js")>;
|
|
1633
2906
|
} | {
|
|
1634
2907
|
name: string;
|
|
2908
|
+
keywords: string[];
|
|
2909
|
+
groups: string[];
|
|
2910
|
+
related: string[];
|
|
1635
2911
|
path: () => Promise<typeof import("./icons/icon-settings.js")>;
|
|
1636
2912
|
hidden?: undefined;
|
|
1637
2913
|
} | {
|
|
1638
2914
|
name: string;
|
|
2915
|
+
keywords: string[];
|
|
2916
|
+
groups: string[];
|
|
1639
2917
|
path: () => Promise<typeof import("./icons/icon-share-alt.js")>;
|
|
2918
|
+
related?: undefined;
|
|
1640
2919
|
hidden?: undefined;
|
|
1641
2920
|
} | {
|
|
1642
2921
|
name: string;
|
|
2922
|
+
keywords: string[];
|
|
2923
|
+
groups: string[];
|
|
1643
2924
|
path: () => Promise<typeof import("./icons/icon-share.js")>;
|
|
2925
|
+
related?: undefined;
|
|
1644
2926
|
hidden?: undefined;
|
|
1645
2927
|
} | {
|
|
1646
2928
|
name: string;
|
|
2929
|
+
keywords: string[];
|
|
2930
|
+
groups: string[];
|
|
1647
2931
|
path: () => Promise<typeof import("./icons/icon-sharing-iphone.js")>;
|
|
2932
|
+
related?: undefined;
|
|
1648
2933
|
hidden?: undefined;
|
|
1649
2934
|
} | {
|
|
1650
2935
|
name: string;
|
|
2936
|
+
keywords: string[];
|
|
2937
|
+
groups: string[];
|
|
1651
2938
|
path: () => Promise<typeof import("./icons/icon-shield.js")>;
|
|
2939
|
+
related?: undefined;
|
|
1652
2940
|
hidden?: undefined;
|
|
1653
2941
|
} | {
|
|
1654
2942
|
name: string;
|
|
2943
|
+
keywords: string[];
|
|
2944
|
+
groups: string[];
|
|
1655
2945
|
path: () => Promise<typeof import("./icons/icon-shift.js")>;
|
|
2946
|
+
related?: undefined;
|
|
1656
2947
|
hidden?: undefined;
|
|
1657
2948
|
} | {
|
|
1658
2949
|
name: string;
|
|
2950
|
+
keywords: string[];
|
|
2951
|
+
groups: string[];
|
|
1659
2952
|
path: () => Promise<typeof import("./icons/icon-shipping-box.js")>;
|
|
2953
|
+
related?: undefined;
|
|
1660
2954
|
hidden?: undefined;
|
|
1661
2955
|
} | {
|
|
1662
2956
|
name: string;
|
|
2957
|
+
keywords: string[];
|
|
2958
|
+
groups: string[];
|
|
2959
|
+
related: string[];
|
|
1663
2960
|
path: () => Promise<typeof import("./icons/icon-shipping.js")>;
|
|
1664
2961
|
hidden?: undefined;
|
|
1665
2962
|
} | {
|
|
1666
2963
|
name: string;
|
|
1667
2964
|
hidden: boolean;
|
|
2965
|
+
keywords: string[];
|
|
2966
|
+
groups: string[];
|
|
1668
2967
|
path: () => Promise<typeof import("./icons/icon-shoe.js")>;
|
|
2968
|
+
related?: undefined;
|
|
2969
|
+
} | {
|
|
2970
|
+
name: string;
|
|
2971
|
+
hidden: boolean;
|
|
2972
|
+
keywords: string[];
|
|
2973
|
+
groups: string[];
|
|
2974
|
+
related: string[];
|
|
2975
|
+
path: () => Promise<typeof import("./icons/icon-shopping-basket-alt-2.js")>;
|
|
1669
2976
|
} | {
|
|
1670
2977
|
name: string;
|
|
2978
|
+
keywords: string[];
|
|
2979
|
+
groups: string[];
|
|
2980
|
+
related: string[];
|
|
1671
2981
|
path: () => Promise<typeof import("./icons/icon-shopping-basket-alt.js")>;
|
|
1672
2982
|
hidden?: undefined;
|
|
1673
2983
|
} | {
|
|
1674
2984
|
name: string;
|
|
2985
|
+
keywords: string[];
|
|
2986
|
+
groups: string[];
|
|
2987
|
+
related: string[];
|
|
1675
2988
|
path: () => Promise<typeof import("./icons/icon-shopping-basket.js")>;
|
|
1676
2989
|
hidden?: undefined;
|
|
1677
2990
|
} | {
|
|
1678
2991
|
name: string;
|
|
2992
|
+
keywords: string[];
|
|
2993
|
+
groups: string[];
|
|
2994
|
+
related: string[];
|
|
1679
2995
|
path: () => Promise<typeof import("./icons/icon-shuffle.js")>;
|
|
1680
2996
|
hidden?: undefined;
|
|
1681
2997
|
} | {
|
|
1682
2998
|
name: string;
|
|
1683
2999
|
hidden: boolean;
|
|
3000
|
+
keywords: string[];
|
|
3001
|
+
groups: string[];
|
|
1684
3002
|
path: () => Promise<typeof import("./icons/icon-sience.js")>;
|
|
3003
|
+
related?: undefined;
|
|
1685
3004
|
} | {
|
|
1686
3005
|
name: string;
|
|
3006
|
+
keywords: string[];
|
|
3007
|
+
groups: string[];
|
|
1687
3008
|
path: () => Promise<typeof import("./icons/icon-science.js")>;
|
|
3009
|
+
related?: undefined;
|
|
1688
3010
|
hidden?: undefined;
|
|
1689
3011
|
} | {
|
|
1690
3012
|
name: string;
|
|
3013
|
+
keywords: string[];
|
|
3014
|
+
groups: string[];
|
|
1691
3015
|
path: () => Promise<typeof import("./icons/icon-single-note.js")>;
|
|
3016
|
+
related?: undefined;
|
|
1692
3017
|
hidden?: undefined;
|
|
1693
3018
|
} | {
|
|
1694
3019
|
name: string;
|
|
3020
|
+
keywords: string[];
|
|
3021
|
+
groups: string[];
|
|
1695
3022
|
path: () => Promise<typeof import("./icons/icon-sleep.js")>;
|
|
3023
|
+
related?: undefined;
|
|
1696
3024
|
hidden?: undefined;
|
|
1697
3025
|
} | {
|
|
1698
3026
|
name: string;
|
|
1699
3027
|
hidden: boolean;
|
|
3028
|
+
keywords: string[];
|
|
3029
|
+
groups: string[];
|
|
3030
|
+
related: string[];
|
|
1700
3031
|
path: () => Promise<typeof import("./icons/icon-smiley-inverted.js")>;
|
|
1701
3032
|
} | {
|
|
1702
3033
|
name: string;
|
|
3034
|
+
keywords: string[];
|
|
3035
|
+
groups: string[];
|
|
3036
|
+
related: string[];
|
|
1703
3037
|
path: () => Promise<typeof import("./icons/icon-smiley.js")>;
|
|
1704
3038
|
hidden?: undefined;
|
|
1705
3039
|
} | {
|
|
1706
3040
|
name: string;
|
|
3041
|
+
keywords: string[];
|
|
3042
|
+
groups: string[];
|
|
1707
3043
|
path: () => Promise<typeof import("./icons/icon-snow.js")>;
|
|
3044
|
+
related?: undefined;
|
|
1708
3045
|
hidden?: undefined;
|
|
1709
3046
|
} | {
|
|
1710
3047
|
name: string;
|
|
3048
|
+
keywords: string[];
|
|
3049
|
+
groups: string[];
|
|
1711
3050
|
path: () => Promise<typeof import("./icons/icon-sort.js")>;
|
|
3051
|
+
related?: undefined;
|
|
1712
3052
|
hidden?: undefined;
|
|
1713
3053
|
} | {
|
|
1714
3054
|
name: string;
|
|
3055
|
+
keywords: string[];
|
|
3056
|
+
groups: string[];
|
|
3057
|
+
related: string[];
|
|
1715
3058
|
path: () => Promise<typeof import("./icons/icon-sound-low.js")>;
|
|
1716
3059
|
hidden?: undefined;
|
|
1717
3060
|
} | {
|
|
1718
3061
|
name: string;
|
|
1719
3062
|
hidden: boolean;
|
|
3063
|
+
keywords: string[];
|
|
3064
|
+
groups: string[];
|
|
3065
|
+
related: string[];
|
|
1720
3066
|
path: () => Promise<typeof import("./icons/icon-sound-medium.js")>;
|
|
1721
3067
|
} | {
|
|
1722
3068
|
name: string;
|
|
3069
|
+
keywords: string[];
|
|
3070
|
+
groups: string[];
|
|
3071
|
+
related: string[];
|
|
1723
3072
|
path: () => Promise<typeof import("./icons/icon-sound-off.js")>;
|
|
1724
3073
|
hidden?: undefined;
|
|
1725
3074
|
} | {
|
|
1726
3075
|
name: string;
|
|
3076
|
+
keywords: string[];
|
|
3077
|
+
groups: string[];
|
|
1727
3078
|
path: () => Promise<typeof import("./icons/icon-sound-waves.js")>;
|
|
3079
|
+
related?: undefined;
|
|
1728
3080
|
hidden?: undefined;
|
|
1729
3081
|
} | {
|
|
1730
3082
|
name: string;
|
|
3083
|
+
keywords: string[];
|
|
3084
|
+
groups: string[];
|
|
3085
|
+
related: string[];
|
|
1731
3086
|
path: () => Promise<typeof import("./icons/icon-sound.js")>;
|
|
1732
3087
|
hidden?: undefined;
|
|
1733
3088
|
} | {
|
|
1734
3089
|
name: string;
|
|
3090
|
+
keywords: string[];
|
|
3091
|
+
groups: string[];
|
|
1735
3092
|
path: () => Promise<typeof import("./icons/icon-spades.js")>;
|
|
3093
|
+
related?: undefined;
|
|
1736
3094
|
hidden?: undefined;
|
|
1737
3095
|
} | {
|
|
1738
3096
|
name: string;
|
|
3097
|
+
keywords: string[];
|
|
3098
|
+
groups: string[];
|
|
3099
|
+
related: string[];
|
|
1739
3100
|
path: () => Promise<typeof import("./icons/icon-speaker.js")>;
|
|
1740
3101
|
hidden?: undefined;
|
|
1741
3102
|
} | {
|
|
1742
3103
|
name: string;
|
|
3104
|
+
keywords: string[];
|
|
3105
|
+
groups: string[];
|
|
3106
|
+
related: string[];
|
|
1743
3107
|
path: () => Promise<typeof import("./icons/icon-speed-gauge.js")>;
|
|
1744
3108
|
hidden?: undefined;
|
|
1745
3109
|
} | {
|
|
1746
3110
|
name: string;
|
|
3111
|
+
keywords: string[];
|
|
3112
|
+
groups: string[];
|
|
3113
|
+
related: string[];
|
|
1747
3114
|
path: () => Promise<typeof import("./icons/icon-split-alt.js")>;
|
|
1748
3115
|
hidden?: undefined;
|
|
1749
3116
|
} | {
|
|
1750
3117
|
name: string;
|
|
3118
|
+
keywords: string[];
|
|
3119
|
+
groups: string[];
|
|
3120
|
+
related: string[];
|
|
3121
|
+
path: () => Promise<typeof import("./icons/icon-split.js")>;
|
|
3122
|
+
hidden?: undefined;
|
|
3123
|
+
} | {
|
|
3124
|
+
name: string;
|
|
3125
|
+
keywords: string[];
|
|
3126
|
+
groups: string[];
|
|
3127
|
+
related: string[];
|
|
1751
3128
|
path: () => Promise<typeof import("./icons/icon-sprout.js")>;
|
|
1752
3129
|
hidden?: undefined;
|
|
1753
3130
|
} | {
|
|
1754
3131
|
name: string;
|
|
1755
3132
|
hidden: boolean;
|
|
3133
|
+
keywords: string[];
|
|
3134
|
+
groups: string[];
|
|
3135
|
+
related: string[];
|
|
1756
3136
|
path: () => Promise<typeof import("./icons/icon-squiggly-line.js")>;
|
|
1757
3137
|
} | {
|
|
1758
3138
|
name: string;
|
|
1759
3139
|
hidden: boolean;
|
|
3140
|
+
keywords: string[];
|
|
3141
|
+
groups: string[];
|
|
3142
|
+
related: string[];
|
|
3143
|
+
path: () => Promise<typeof import("./icons/icon-ssd.js")>;
|
|
3144
|
+
} | {
|
|
3145
|
+
name: string;
|
|
3146
|
+
hidden: boolean;
|
|
3147
|
+
keywords: string[];
|
|
3148
|
+
groups: string[];
|
|
3149
|
+
related: string[];
|
|
1760
3150
|
path: () => Promise<typeof import("./icons/icon-stacked-disks.js")>;
|
|
1761
3151
|
} | {
|
|
1762
3152
|
name: string;
|
|
1763
3153
|
hidden: boolean;
|
|
3154
|
+
keywords: string[];
|
|
3155
|
+
groups: string[];
|
|
1764
3156
|
path: () => Promise<typeof import("./icons/icon-stamp.js")>;
|
|
3157
|
+
related?: undefined;
|
|
1765
3158
|
} | {
|
|
1766
3159
|
name: string;
|
|
3160
|
+
keywords: string[];
|
|
3161
|
+
groups: string[];
|
|
3162
|
+
related: string[];
|
|
1767
3163
|
path: () => Promise<typeof import("./icons/icon-stop-alt.js")>;
|
|
1768
3164
|
hidden?: undefined;
|
|
1769
3165
|
} | {
|
|
1770
3166
|
name: string;
|
|
3167
|
+
hidden: boolean;
|
|
3168
|
+
keywords: string[];
|
|
3169
|
+
groups: string[];
|
|
3170
|
+
related: string[];
|
|
3171
|
+
path: () => Promise<typeof import("./icons/icon-stop-hand.js")>;
|
|
3172
|
+
} | {
|
|
3173
|
+
name: string;
|
|
3174
|
+
keywords: string[];
|
|
3175
|
+
groups: string[];
|
|
3176
|
+
related: string[];
|
|
1771
3177
|
path: () => Promise<typeof import("./icons/icon-stop.js")>;
|
|
1772
3178
|
hidden?: undefined;
|
|
1773
3179
|
} | {
|
|
1774
3180
|
name: string;
|
|
3181
|
+
keywords: string[];
|
|
3182
|
+
groups: string[];
|
|
1775
3183
|
path: () => Promise<typeof import("./icons/icon-store.js")>;
|
|
3184
|
+
related?: undefined;
|
|
1776
3185
|
hidden?: undefined;
|
|
1777
3186
|
} | {
|
|
1778
3187
|
name: string;
|
|
1779
3188
|
hidden: boolean;
|
|
3189
|
+
keywords: string[];
|
|
3190
|
+
groups: string[];
|
|
1780
3191
|
path: () => Promise<typeof import("./icons/icon-stream.js")>;
|
|
3192
|
+
related?: undefined;
|
|
1781
3193
|
} | {
|
|
1782
3194
|
name: string;
|
|
3195
|
+
keywords: string[];
|
|
3196
|
+
groups: string[];
|
|
1783
3197
|
path: () => Promise<typeof import("./icons/icon-strikethrough.js")>;
|
|
3198
|
+
related?: undefined;
|
|
1784
3199
|
hidden?: undefined;
|
|
1785
3200
|
} | {
|
|
1786
3201
|
name: string;
|
|
3202
|
+
keywords: string[];
|
|
3203
|
+
groups: string[];
|
|
1787
3204
|
path: () => Promise<typeof import("./icons/icon-subscript.js")>;
|
|
3205
|
+
related?: undefined;
|
|
1788
3206
|
hidden?: undefined;
|
|
1789
3207
|
} | {
|
|
1790
3208
|
name: string;
|
|
3209
|
+
keywords: string[];
|
|
3210
|
+
groups: string[];
|
|
1791
3211
|
path: () => Promise<typeof import("./icons/icon-superscript.js")>;
|
|
3212
|
+
related?: undefined;
|
|
3213
|
+
hidden?: undefined;
|
|
3214
|
+
} | {
|
|
3215
|
+
name: string;
|
|
3216
|
+
keywords: string[];
|
|
3217
|
+
groups: string[];
|
|
3218
|
+
related: string[];
|
|
3219
|
+
path: () => Promise<typeof import("./icons/icon-sunny.js")>;
|
|
1792
3220
|
hidden?: undefined;
|
|
1793
3221
|
} | {
|
|
1794
3222
|
name: string;
|
|
1795
3223
|
hidden: boolean;
|
|
3224
|
+
keywords: string[];
|
|
3225
|
+
groups: string[];
|
|
3226
|
+
related: string[];
|
|
1796
3227
|
path: () => Promise<typeof import("./icons/icon-sweatshirt.js")>;
|
|
1797
3228
|
} | {
|
|
1798
3229
|
name: string;
|
|
3230
|
+
keywords: string[];
|
|
3231
|
+
groups: string[];
|
|
3232
|
+
related: string[];
|
|
1799
3233
|
path: () => Promise<typeof import("./icons/icon-t-shirt.js")>;
|
|
1800
3234
|
hidden?: undefined;
|
|
1801
3235
|
} | {
|
|
1802
3236
|
name: string;
|
|
3237
|
+
keywords: string[];
|
|
3238
|
+
groups: string[];
|
|
3239
|
+
related: string[];
|
|
1803
3240
|
path: () => Promise<typeof import("./icons/icon-tab-key.js")>;
|
|
1804
3241
|
hidden?: undefined;
|
|
1805
3242
|
} | {
|
|
1806
3243
|
name: string;
|
|
3244
|
+
keywords: string[];
|
|
3245
|
+
groups: string[];
|
|
1807
3246
|
path: () => Promise<typeof import("./icons/icon-table.js")>;
|
|
3247
|
+
related?: undefined;
|
|
1808
3248
|
hidden?: undefined;
|
|
1809
3249
|
} | {
|
|
1810
3250
|
name: string;
|
|
3251
|
+
keywords: string[];
|
|
3252
|
+
groups: string[];
|
|
3253
|
+
related: string[];
|
|
1811
3254
|
path: () => Promise<typeof import("./icons/icon-tag.js")>;
|
|
1812
3255
|
hidden?: undefined;
|
|
1813
3256
|
} | {
|
|
1814
3257
|
name: string;
|
|
3258
|
+
keywords: string[];
|
|
3259
|
+
groups: string[];
|
|
3260
|
+
related: string[];
|
|
1815
3261
|
path: () => Promise<typeof import("./icons/icon-tags.js")>;
|
|
1816
3262
|
hidden?: undefined;
|
|
1817
3263
|
} | {
|
|
1818
3264
|
name: string;
|
|
1819
3265
|
hidden: boolean;
|
|
3266
|
+
keywords: string[];
|
|
3267
|
+
groups: string[];
|
|
3268
|
+
related: string[];
|
|
1820
3269
|
path: () => Promise<typeof import("./icons/icon-takeaway-cup.js")>;
|
|
1821
3270
|
} | {
|
|
1822
3271
|
name: string;
|
|
3272
|
+
keywords: string[];
|
|
3273
|
+
groups: string[];
|
|
1823
3274
|
path: () => Promise<typeof import("./icons/icon-target.js")>;
|
|
3275
|
+
related?: undefined;
|
|
1824
3276
|
hidden?: undefined;
|
|
1825
3277
|
} | {
|
|
1826
3278
|
name: string;
|
|
3279
|
+
keywords: string[];
|
|
3280
|
+
groups: string[];
|
|
3281
|
+
related: string[];
|
|
1827
3282
|
path: () => Promise<typeof import("./icons/icon-temperatrure-alt.js")>;
|
|
1828
3283
|
hidden?: undefined;
|
|
1829
3284
|
} | {
|
|
1830
3285
|
name: string;
|
|
3286
|
+
keywords: string[];
|
|
3287
|
+
groups: string[];
|
|
3288
|
+
related: string[];
|
|
1831
3289
|
path: () => Promise<typeof import("./icons/icon-temperature.js")>;
|
|
1832
3290
|
hidden?: undefined;
|
|
1833
3291
|
} | {
|
|
1834
3292
|
name: string;
|
|
1835
3293
|
path: () => Promise<typeof import("./icons/icon-text-align-center.js")>;
|
|
3294
|
+
keywords?: undefined;
|
|
3295
|
+
groups?: undefined;
|
|
3296
|
+
related?: undefined;
|
|
3297
|
+
hidden?: undefined;
|
|
3298
|
+
} | {
|
|
3299
|
+
name: string;
|
|
3300
|
+
path: () => Promise<typeof import("./icons/icon-text-align-justify.js")>;
|
|
3301
|
+
keywords?: undefined;
|
|
3302
|
+
groups?: undefined;
|
|
3303
|
+
related?: undefined;
|
|
1836
3304
|
hidden?: undefined;
|
|
1837
3305
|
} | {
|
|
1838
3306
|
name: string;
|
|
1839
3307
|
path: () => Promise<typeof import("./icons/icon-text-align-left.js")>;
|
|
3308
|
+
keywords?: undefined;
|
|
3309
|
+
groups?: undefined;
|
|
3310
|
+
related?: undefined;
|
|
1840
3311
|
hidden?: undefined;
|
|
1841
3312
|
} | {
|
|
1842
3313
|
name: string;
|
|
1843
3314
|
path: () => Promise<typeof import("./icons/icon-text-align-right.js")>;
|
|
3315
|
+
keywords?: undefined;
|
|
3316
|
+
groups?: undefined;
|
|
3317
|
+
related?: undefined;
|
|
1844
3318
|
hidden?: undefined;
|
|
1845
3319
|
} | {
|
|
1846
3320
|
name: string;
|
|
3321
|
+
keywords: string[];
|
|
3322
|
+
groups: string[];
|
|
1847
3323
|
path: () => Promise<typeof import("./icons/icon-text-direction-ltr.js")>;
|
|
3324
|
+
related?: undefined;
|
|
1848
3325
|
hidden?: undefined;
|
|
1849
3326
|
} | {
|
|
1850
3327
|
name: string;
|
|
3328
|
+
keywords: string[];
|
|
3329
|
+
groups: string[];
|
|
1851
3330
|
path: () => Promise<typeof import("./icons/icon-text-direction-rtl.js")>;
|
|
3331
|
+
related?: undefined;
|
|
1852
3332
|
hidden?: undefined;
|
|
1853
3333
|
} | {
|
|
1854
3334
|
name: string;
|
|
3335
|
+
keywords: string[];
|
|
3336
|
+
groups: string[];
|
|
1855
3337
|
path: () => Promise<typeof import("./icons/icon-theater.js")>;
|
|
3338
|
+
related?: undefined;
|
|
1856
3339
|
hidden?: undefined;
|
|
1857
3340
|
} | {
|
|
1858
3341
|
name: string;
|
|
3342
|
+
keywords: string[];
|
|
3343
|
+
groups: string[];
|
|
3344
|
+
related: string[];
|
|
1859
3345
|
path: () => Promise<typeof import("./icons/icon-thumb-down.js")>;
|
|
1860
3346
|
hidden?: undefined;
|
|
1861
3347
|
} | {
|
|
1862
3348
|
name: string;
|
|
3349
|
+
keywords: string[];
|
|
3350
|
+
groups: string[];
|
|
3351
|
+
related: string[];
|
|
3352
|
+
path: () => Promise<typeof import("./icons/icon-thumb-up.js")>;
|
|
3353
|
+
hidden?: undefined;
|
|
3354
|
+
} | {
|
|
3355
|
+
name: string;
|
|
3356
|
+
keywords: string[];
|
|
3357
|
+
groups: string[];
|
|
1863
3358
|
path: () => Promise<typeof import("./icons/icon-thumbnail-list.js")>;
|
|
3359
|
+
related?: undefined;
|
|
1864
3360
|
hidden?: undefined;
|
|
1865
3361
|
} | {
|
|
1866
3362
|
name: string;
|
|
3363
|
+
keywords: string[];
|
|
3364
|
+
groups: string[];
|
|
3365
|
+
related: string[];
|
|
1867
3366
|
path: () => Promise<typeof import("./icons/icon-thumbnails-small.js")>;
|
|
1868
3367
|
hidden?: undefined;
|
|
1869
3368
|
} | {
|
|
1870
3369
|
name: string;
|
|
3370
|
+
keywords: string[];
|
|
3371
|
+
groups: string[];
|
|
3372
|
+
related: string[];
|
|
1871
3373
|
path: () => Promise<typeof import("./icons/icon-thumbnails.js")>;
|
|
1872
3374
|
hidden?: undefined;
|
|
1873
3375
|
} | {
|
|
1874
3376
|
name: string;
|
|
3377
|
+
keywords: string[];
|
|
3378
|
+
groups: string[];
|
|
3379
|
+
related: string[];
|
|
1875
3380
|
path: () => Promise<typeof import("./icons/icon-ticket.js")>;
|
|
1876
3381
|
hidden?: undefined;
|
|
1877
3382
|
} | {
|
|
1878
3383
|
name: string;
|
|
3384
|
+
keywords: string[];
|
|
3385
|
+
groups: string[];
|
|
1879
3386
|
path: () => Promise<typeof import("./icons/icon-time.js")>;
|
|
3387
|
+
related?: undefined;
|
|
1880
3388
|
hidden?: undefined;
|
|
1881
3389
|
} | {
|
|
1882
3390
|
name: string;
|
|
3391
|
+
keywords: string[];
|
|
3392
|
+
groups: string[];
|
|
1883
3393
|
path: () => Promise<typeof import("./icons/icon-timer.js")>;
|
|
3394
|
+
related?: undefined;
|
|
1884
3395
|
hidden?: undefined;
|
|
1885
3396
|
} | {
|
|
1886
3397
|
name: string;
|
|
1887
3398
|
hidden: boolean;
|
|
3399
|
+
keywords: string[];
|
|
3400
|
+
groups: string[];
|
|
3401
|
+
related: string[];
|
|
1888
3402
|
path: () => Promise<typeof import("./icons/icon-tools.js")>;
|
|
1889
3403
|
} | {
|
|
1890
3404
|
name: string;
|
|
1891
3405
|
hidden: boolean;
|
|
3406
|
+
keywords: string[];
|
|
3407
|
+
groups: string[];
|
|
3408
|
+
related: string[];
|
|
1892
3409
|
path: () => Promise<typeof import("./icons/icon-traffic-alt.js")>;
|
|
1893
3410
|
} | {
|
|
1894
3411
|
name: string;
|
|
3412
|
+
keywords: string[];
|
|
3413
|
+
groups: string[];
|
|
3414
|
+
related: string[];
|
|
1895
3415
|
path: () => Promise<typeof import("./icons/icon-trafic.js")>;
|
|
1896
3416
|
hidden?: undefined;
|
|
1897
3417
|
} | {
|
|
1898
3418
|
name: string;
|
|
3419
|
+
keywords: string[];
|
|
3420
|
+
groups: string[];
|
|
1899
3421
|
path: () => Promise<typeof import("./icons/icon-train.js")>;
|
|
3422
|
+
related?: undefined;
|
|
1900
3423
|
hidden?: undefined;
|
|
1901
3424
|
} | {
|
|
1902
3425
|
name: string;
|
|
1903
3426
|
hidden: boolean;
|
|
3427
|
+
keywords: string[];
|
|
3428
|
+
groups: string[];
|
|
3429
|
+
related: string[];
|
|
1904
3430
|
path: () => Promise<typeof import("./icons/icon-trash-alt-2.js")>;
|
|
1905
3431
|
} | {
|
|
1906
3432
|
name: string;
|
|
3433
|
+
keywords: string[];
|
|
3434
|
+
groups: string[];
|
|
3435
|
+
related: string[];
|
|
3436
|
+
path: () => Promise<typeof import("./icons/icon-trash.js")>;
|
|
3437
|
+
hidden?: undefined;
|
|
3438
|
+
} | {
|
|
3439
|
+
name: string;
|
|
3440
|
+
keywords: string[];
|
|
3441
|
+
groups: string[];
|
|
1907
3442
|
path: () => Promise<typeof import("./icons/icon-tree.js")>;
|
|
3443
|
+
related?: undefined;
|
|
1908
3444
|
hidden?: undefined;
|
|
1909
3445
|
} | {
|
|
1910
3446
|
name: string;
|
|
3447
|
+
keywords: string[];
|
|
3448
|
+
groups: string[];
|
|
1911
3449
|
path: () => Promise<typeof import("./icons/icon-trending-up-down.js")>;
|
|
3450
|
+
related?: undefined;
|
|
1912
3451
|
hidden?: undefined;
|
|
1913
3452
|
} | {
|
|
1914
3453
|
name: string;
|
|
3454
|
+
keywords: string[];
|
|
3455
|
+
groups: string[];
|
|
3456
|
+
related: string[];
|
|
1915
3457
|
path: () => Promise<typeof import("./icons/icon-trophy.js")>;
|
|
1916
3458
|
hidden?: undefined;
|
|
1917
3459
|
} | {
|
|
1918
3460
|
name: string;
|
|
3461
|
+
keywords: string[];
|
|
3462
|
+
groups: string[];
|
|
3463
|
+
related: string[];
|
|
1919
3464
|
path: () => Promise<typeof import("./icons/icon-truck.js")>;
|
|
1920
3465
|
hidden?: undefined;
|
|
1921
3466
|
} | {
|
|
1922
3467
|
name: string;
|
|
3468
|
+
keywords: string[];
|
|
3469
|
+
groups: string[];
|
|
3470
|
+
related: string[];
|
|
1923
3471
|
path: () => Promise<typeof import("./icons/icon-tv-old.js")>;
|
|
1924
3472
|
hidden?: undefined;
|
|
3473
|
+
} | {
|
|
3474
|
+
name: string;
|
|
3475
|
+
keywords: string[];
|
|
3476
|
+
groups: string[];
|
|
3477
|
+
related: string[];
|
|
3478
|
+
path: () => Promise<typeof import("./icons/icon-tv.js")>;
|
|
3479
|
+
hidden?: undefined;
|
|
1925
3480
|
} | {
|
|
1926
3481
|
name: string;
|
|
1927
3482
|
hidden: boolean;
|
|
3483
|
+
keywords: string[];
|
|
3484
|
+
groups: string[];
|
|
3485
|
+
related: string[];
|
|
3486
|
+
path: () => Promise<typeof import("./icons/icon-umb-content.js")>;
|
|
3487
|
+
} | {
|
|
3488
|
+
name: string;
|
|
3489
|
+
hidden: boolean;
|
|
3490
|
+
keywords: string[];
|
|
3491
|
+
groups: string[];
|
|
3492
|
+
related: string[];
|
|
1928
3493
|
path: () => Promise<typeof import("./icons/icon-umb-developer.js")>;
|
|
1929
3494
|
} | {
|
|
1930
3495
|
name: string;
|
|
3496
|
+
keywords: string[];
|
|
3497
|
+
groups: string[];
|
|
1931
3498
|
path: () => Promise<typeof import("./icons/icon-umbrella.js")>;
|
|
3499
|
+
related?: undefined;
|
|
1932
3500
|
hidden?: undefined;
|
|
1933
3501
|
} | {
|
|
1934
3502
|
name: string;
|
|
3503
|
+
keywords: string[];
|
|
3504
|
+
groups: string[];
|
|
3505
|
+
related: string[];
|
|
1935
3506
|
path: () => Promise<typeof import("./icons/icon-undo.js")>;
|
|
1936
3507
|
hidden?: undefined;
|
|
1937
3508
|
} | {
|
|
1938
3509
|
name: string;
|
|
3510
|
+
keywords: string[];
|
|
3511
|
+
groups: string[];
|
|
1939
3512
|
path: () => Promise<typeof import("./icons/icon-underline.js")>;
|
|
3513
|
+
related?: undefined;
|
|
1940
3514
|
hidden?: undefined;
|
|
1941
3515
|
} | {
|
|
1942
3516
|
name: string;
|
|
3517
|
+
keywords: string[];
|
|
3518
|
+
groups: string[];
|
|
1943
3519
|
path: () => Promise<typeof import("./icons/icon-unlink.js")>;
|
|
3520
|
+
related?: undefined;
|
|
1944
3521
|
hidden?: undefined;
|
|
1945
3522
|
} | {
|
|
1946
3523
|
name: string;
|
|
3524
|
+
keywords: string[];
|
|
3525
|
+
groups: string[];
|
|
3526
|
+
related: string[];
|
|
1947
3527
|
path: () => Promise<typeof import("./icons/icon-unlocked.js")>;
|
|
1948
3528
|
hidden?: undefined;
|
|
1949
3529
|
} | {
|
|
1950
3530
|
name: string;
|
|
3531
|
+
keywords: string[];
|
|
3532
|
+
groups: string[];
|
|
1951
3533
|
path: () => Promise<typeof import("./icons/icon-unplug.js")>;
|
|
3534
|
+
related?: undefined;
|
|
1952
3535
|
hidden?: undefined;
|
|
1953
3536
|
} | {
|
|
1954
3537
|
name: string;
|
|
1955
3538
|
hidden: boolean;
|
|
3539
|
+
keywords: string[];
|
|
3540
|
+
groups: string[];
|
|
1956
3541
|
path: () => Promise<typeof import("./icons/icon-untitled.js")>;
|
|
3542
|
+
related?: undefined;
|
|
1957
3543
|
} | {
|
|
1958
3544
|
name: string;
|
|
1959
3545
|
hidden: boolean;
|
|
3546
|
+
keywords: string[];
|
|
3547
|
+
groups: string[];
|
|
3548
|
+
related: string[];
|
|
1960
3549
|
path: () => Promise<typeof import("./icons/icon-usb-connector.js")>;
|
|
1961
3550
|
} | {
|
|
1962
3551
|
name: string;
|
|
3552
|
+
keywords: string[];
|
|
3553
|
+
groups: string[];
|
|
3554
|
+
related: string[];
|
|
1963
3555
|
path: () => Promise<typeof import("./icons/icon-usb.js")>;
|
|
1964
3556
|
hidden?: undefined;
|
|
1965
3557
|
} | {
|
|
1966
3558
|
name: string;
|
|
1967
3559
|
hidden: boolean;
|
|
3560
|
+
keywords: string[];
|
|
3561
|
+
groups: string[];
|
|
3562
|
+
related: string[];
|
|
1968
3563
|
path: () => Promise<typeof import("./icons/icon-user-females-alt.js")>;
|
|
1969
3564
|
} | {
|
|
1970
3565
|
name: string;
|
|
3566
|
+
keywords: string[];
|
|
3567
|
+
groups: string[];
|
|
3568
|
+
related: string[];
|
|
1971
3569
|
path: () => Promise<typeof import("./icons/icon-user.js")>;
|
|
1972
3570
|
hidden?: undefined;
|
|
1973
3571
|
} | {
|
|
1974
3572
|
name: string;
|
|
3573
|
+
keywords: string[];
|
|
3574
|
+
groups: string[];
|
|
3575
|
+
related: string[];
|
|
1975
3576
|
path: () => Promise<typeof import("./icons/icon-users.js")>;
|
|
1976
3577
|
hidden?: undefined;
|
|
1977
3578
|
} | {
|
|
1978
3579
|
name: string;
|
|
3580
|
+
keywords: string[];
|
|
3581
|
+
groups: string[];
|
|
3582
|
+
related: string[];
|
|
1979
3583
|
path: () => Promise<typeof import("./icons/icon-utilities.js")>;
|
|
1980
3584
|
hidden?: undefined;
|
|
1981
3585
|
} | {
|
|
1982
3586
|
name: string;
|
|
3587
|
+
keywords: string[];
|
|
3588
|
+
groups: string[];
|
|
3589
|
+
related: string[];
|
|
1983
3590
|
path: () => Promise<typeof import("./icons/icon-vcard.js")>;
|
|
1984
3591
|
hidden?: undefined;
|
|
1985
3592
|
} | {
|
|
1986
3593
|
name: string;
|
|
3594
|
+
keywords: string[];
|
|
3595
|
+
groups: string[];
|
|
1987
3596
|
path: () => Promise<typeof import("./icons/icon-video.js")>;
|
|
3597
|
+
related?: undefined;
|
|
1988
3598
|
hidden?: undefined;
|
|
1989
3599
|
} | {
|
|
1990
3600
|
name: string;
|
|
3601
|
+
keywords: string[];
|
|
3602
|
+
groups: string[];
|
|
1991
3603
|
path: () => Promise<typeof import("./icons/icon-voice.js")>;
|
|
3604
|
+
related?: undefined;
|
|
1992
3605
|
hidden?: undefined;
|
|
1993
3606
|
} | {
|
|
1994
3607
|
name: string;
|
|
3608
|
+
keywords: string[];
|
|
3609
|
+
groups: string[];
|
|
3610
|
+
related: string[];
|
|
1995
3611
|
path: () => Promise<typeof import("./icons/icon-wall-plug.js")>;
|
|
1996
3612
|
hidden?: undefined;
|
|
1997
3613
|
} | {
|
|
1998
3614
|
name: string;
|
|
3615
|
+
keywords: string[];
|
|
3616
|
+
groups: string[];
|
|
1999
3617
|
path: () => Promise<typeof import("./icons/icon-wallet.js")>;
|
|
3618
|
+
related?: undefined;
|
|
2000
3619
|
hidden?: undefined;
|
|
2001
3620
|
} | {
|
|
2002
3621
|
name: string;
|
|
3622
|
+
keywords: string[];
|
|
3623
|
+
groups: string[];
|
|
2003
3624
|
path: () => Promise<typeof import("./icons/icon-wand.js")>;
|
|
3625
|
+
related?: undefined;
|
|
2004
3626
|
hidden?: undefined;
|
|
2005
3627
|
} | {
|
|
2006
3628
|
name: string;
|
|
3629
|
+
keywords: string[];
|
|
3630
|
+
groups: string[];
|
|
2007
3631
|
path: () => Promise<typeof import("./icons/icon-webhook.js")>;
|
|
3632
|
+
related?: undefined;
|
|
2008
3633
|
hidden?: undefined;
|
|
2009
3634
|
} | {
|
|
2010
3635
|
name: string;
|
|
3636
|
+
keywords: string[];
|
|
3637
|
+
groups: string[];
|
|
3638
|
+
related: string[];
|
|
2011
3639
|
path: () => Promise<typeof import("./icons/icon-weight.js")>;
|
|
2012
3640
|
hidden?: undefined;
|
|
2013
3641
|
} | {
|
|
2014
3642
|
name: string;
|
|
3643
|
+
keywords: string[];
|
|
3644
|
+
groups: string[];
|
|
2015
3645
|
path: () => Promise<typeof import("./icons/icon-width.js")>;
|
|
3646
|
+
related?: undefined;
|
|
2016
3647
|
hidden?: undefined;
|
|
2017
3648
|
} | {
|
|
2018
3649
|
name: string;
|
|
3650
|
+
keywords: string[];
|
|
3651
|
+
groups: string[];
|
|
2019
3652
|
path: () => Promise<typeof import("./icons/icon-window-popin.js")>;
|
|
3653
|
+
related?: undefined;
|
|
2020
3654
|
hidden?: undefined;
|
|
2021
3655
|
} | {
|
|
2022
3656
|
name: string;
|
|
3657
|
+
keywords: string[];
|
|
3658
|
+
groups: string[];
|
|
2023
3659
|
path: () => Promise<typeof import("./icons/icon-window-popout.js")>;
|
|
3660
|
+
related?: undefined;
|
|
2024
3661
|
hidden?: undefined;
|
|
2025
3662
|
} | {
|
|
2026
3663
|
name: string;
|
|
3664
|
+
keywords: string[];
|
|
3665
|
+
groups: string[];
|
|
3666
|
+
related: string[];
|
|
2027
3667
|
path: () => Promise<typeof import("./icons/icon-wine-glass.js")>;
|
|
2028
3668
|
hidden?: undefined;
|
|
2029
3669
|
} | {
|
|
2030
3670
|
name: string;
|
|
3671
|
+
keywords: string[];
|
|
3672
|
+
groups: string[];
|
|
3673
|
+
related: string[];
|
|
2031
3674
|
path: () => Promise<typeof import("./icons/icon-wrench.js")>;
|
|
2032
3675
|
hidden?: undefined;
|
|
2033
3676
|
} | {
|
|
2034
3677
|
name: string;
|
|
2035
3678
|
hidden: boolean;
|
|
3679
|
+
keywords: string[];
|
|
3680
|
+
groups: string[];
|
|
2036
3681
|
path: () => Promise<typeof import("./icons/icon-zom-out.js")>;
|
|
3682
|
+
related?: undefined;
|
|
2037
3683
|
} | {
|
|
2038
3684
|
name: string;
|
|
3685
|
+
keywords: string[];
|
|
3686
|
+
groups: string[];
|
|
3687
|
+
related: string[];
|
|
2039
3688
|
path: () => Promise<typeof import("./icons/icon-zoom-in.js")>;
|
|
2040
3689
|
hidden?: undefined;
|
|
2041
3690
|
} | {
|
|
2042
3691
|
name: string;
|
|
3692
|
+
keywords: string[];
|
|
3693
|
+
groups: string[];
|
|
3694
|
+
related: string[];
|
|
2043
3695
|
path: () => Promise<typeof import("./icons/icon-zoom-out.js")>;
|
|
2044
3696
|
hidden?: undefined;
|
|
2045
3697
|
} | {
|
|
2046
3698
|
name: string;
|
|
3699
|
+
keywords: string[];
|
|
3700
|
+
groups: string[];
|
|
2047
3701
|
path: () => Promise<typeof import("./icons/icon-star.js")>;
|
|
3702
|
+
related?: undefined;
|
|
2048
3703
|
hidden?: undefined;
|
|
2049
3704
|
} | {
|
|
2050
3705
|
name: string;
|
|
3706
|
+
keywords: string[];
|
|
3707
|
+
groups: string[];
|
|
2051
3708
|
path: () => Promise<typeof import("./icons/icon-stretch-horizontal.js")>;
|
|
3709
|
+
related?: undefined;
|
|
2052
3710
|
hidden?: undefined;
|
|
2053
3711
|
} | {
|
|
2054
3712
|
name: string;
|
|
3713
|
+
keywords: string[];
|
|
3714
|
+
groups: string[];
|
|
2055
3715
|
path: () => Promise<typeof import("./icons/icon-database.js")>;
|
|
3716
|
+
related?: undefined;
|
|
2056
3717
|
hidden?: undefined;
|
|
2057
3718
|
} | {
|
|
2058
3719
|
name: string;
|
|
2059
3720
|
hidden: boolean;
|
|
3721
|
+
keywords: string[];
|
|
3722
|
+
groups: string[];
|
|
2060
3723
|
path: () => Promise<typeof import("./icons/icon-umb-manifest.js")>;
|
|
3724
|
+
related?: undefined;
|
|
2061
3725
|
} | {
|
|
2062
3726
|
name: string;
|
|
3727
|
+
keywords: string[];
|
|
3728
|
+
groups: string[];
|
|
2063
3729
|
path: () => Promise<typeof import("./icons/icon-puzzle-piece.js")>;
|
|
3730
|
+
related?: undefined;
|
|
2064
3731
|
hidden?: undefined;
|
|
2065
3732
|
} | {
|
|
2066
3733
|
name: string;
|
|
3734
|
+
keywords: string[];
|
|
3735
|
+
groups: string[];
|
|
2067
3736
|
path: () => Promise<typeof import("./icons/icon-document-3d.js")>;
|
|
3737
|
+
related?: undefined;
|
|
2068
3738
|
hidden?: undefined;
|
|
2069
3739
|
} | {
|
|
2070
3740
|
name: string;
|
|
3741
|
+
keywords: string[];
|
|
3742
|
+
groups: string[];
|
|
2071
3743
|
path: () => Promise<typeof import("./icons/icon-document-chart-bar.js")>;
|
|
3744
|
+
related?: undefined;
|
|
2072
3745
|
hidden?: undefined;
|
|
2073
3746
|
} | {
|
|
2074
3747
|
name: string;
|
|
3748
|
+
keywords: string[];
|
|
3749
|
+
groups: string[];
|
|
2075
3750
|
path: () => Promise<typeof import("./icons/icon-document-chart-graph.js")>;
|
|
3751
|
+
related?: undefined;
|
|
2076
3752
|
hidden?: undefined;
|
|
2077
3753
|
} | {
|
|
2078
3754
|
name: string;
|
|
3755
|
+
keywords: string[];
|
|
3756
|
+
groups: string[];
|
|
2079
3757
|
path: () => Promise<typeof import("./icons/icon-document-html.js")>;
|
|
3758
|
+
related?: undefined;
|
|
2080
3759
|
hidden?: undefined;
|
|
2081
3760
|
} | {
|
|
2082
3761
|
name: string;
|
|
2083
3762
|
path: () => Promise<typeof import("./icons/icon-document-js.js")>;
|
|
3763
|
+
keywords?: undefined;
|
|
3764
|
+
groups?: undefined;
|
|
3765
|
+
related?: undefined;
|
|
2084
3766
|
hidden?: undefined;
|
|
2085
3767
|
} | {
|
|
2086
3768
|
name: string;
|
|
3769
|
+
keywords: string[];
|
|
3770
|
+
groups: string[];
|
|
2087
3771
|
path: () => Promise<typeof import("./icons/icon-document-key.js")>;
|
|
3772
|
+
related?: undefined;
|
|
2088
3773
|
hidden?: undefined;
|
|
2089
3774
|
} | {
|
|
2090
3775
|
name: string;
|
|
2091
3776
|
path: () => Promise<typeof import("./icons/icon-document-search.js")>;
|
|
3777
|
+
keywords?: undefined;
|
|
3778
|
+
groups?: undefined;
|
|
3779
|
+
related?: undefined;
|
|
2092
3780
|
hidden?: undefined;
|
|
2093
3781
|
} | {
|
|
2094
3782
|
name: string;
|
|
3783
|
+
keywords: string[];
|
|
3784
|
+
groups: string[];
|
|
2095
3785
|
path: () => Promise<typeof import("./icons/icon-document-settings.js")>;
|
|
3786
|
+
related?: undefined;
|
|
2096
3787
|
hidden?: undefined;
|
|
2097
3788
|
} | {
|
|
2098
3789
|
name: string;
|
|
3790
|
+
keywords: string[];
|
|
3791
|
+
groups: string[];
|
|
2099
3792
|
path: () => Promise<typeof import("./icons/icon-document-spreadsheet.js")>;
|
|
3793
|
+
related?: undefined;
|
|
2100
3794
|
hidden?: undefined;
|
|
2101
3795
|
} | {
|
|
2102
3796
|
name: string;
|
|
3797
|
+
keywords: string[];
|
|
3798
|
+
groups: string[];
|
|
2103
3799
|
path: () => Promise<typeof import("./icons/icon-document-command.js")>;
|
|
3800
|
+
related?: undefined;
|
|
2104
3801
|
hidden?: undefined;
|
|
2105
3802
|
} | {
|
|
2106
3803
|
name: string;
|
|
3804
|
+
keywords: string[];
|
|
3805
|
+
groups: string[];
|
|
2107
3806
|
path: () => Promise<typeof import("./icons/icon-document-font.js")>;
|
|
3807
|
+
related?: undefined;
|
|
2108
3808
|
hidden?: undefined;
|
|
2109
3809
|
} | {
|
|
2110
3810
|
name: string;
|
|
3811
|
+
keywords: string[];
|
|
3812
|
+
groups: string[];
|
|
2111
3813
|
path: () => Promise<typeof import("./icons/icon-document-user.js")>;
|
|
3814
|
+
related?: undefined;
|
|
2112
3815
|
hidden?: undefined;
|
|
2113
3816
|
} | {
|
|
2114
3817
|
name: string;
|
|
3818
|
+
keywords: string[];
|
|
3819
|
+
groups: string[];
|
|
2115
3820
|
path: () => Promise<typeof import("./icons/icon-document-image.js")>;
|
|
3821
|
+
related?: undefined;
|
|
2116
3822
|
hidden?: undefined;
|
|
2117
3823
|
} | {
|
|
2118
3824
|
name: string;
|
|
2119
3825
|
path: () => Promise<typeof import("./icons/icon-document-play.js")>;
|
|
3826
|
+
keywords?: undefined;
|
|
3827
|
+
groups?: undefined;
|
|
3828
|
+
related?: undefined;
|
|
2120
3829
|
hidden?: undefined;
|
|
2121
3830
|
} | {
|
|
2122
3831
|
name: string;
|
|
3832
|
+
keywords: string[];
|
|
3833
|
+
groups: string[];
|
|
2123
3834
|
path: () => Promise<typeof import("./icons/icon-shared-value.js")>;
|
|
3835
|
+
related?: undefined;
|
|
2124
3836
|
hidden?: undefined;
|
|
2125
3837
|
} | {
|
|
2126
3838
|
name: string;
|
|
3839
|
+
keywords: string[];
|
|
3840
|
+
groups: string[];
|
|
3841
|
+
path: () => Promise<typeof import("./icons/icon-layout-grid.js")>;
|
|
3842
|
+
related?: undefined;
|
|
3843
|
+
hidden?: undefined;
|
|
3844
|
+
} | {
|
|
3845
|
+
name: string;
|
|
3846
|
+
keywords: string[];
|
|
3847
|
+
groups: string[];
|
|
2127
3848
|
path: () => Promise<typeof import("./icons/icon-layout-panel-left.js")>;
|
|
3849
|
+
related?: undefined;
|
|
2128
3850
|
hidden?: undefined;
|
|
2129
3851
|
} | {
|
|
2130
3852
|
name: string;
|
|
3853
|
+
keywords: string[];
|
|
3854
|
+
groups: string[];
|
|
2131
3855
|
path: () => Promise<typeof import("./icons/icon-spray-can.js")>;
|
|
3856
|
+
related?: undefined;
|
|
2132
3857
|
hidden?: undefined;
|
|
2133
3858
|
} | {
|
|
2134
3859
|
name: string;
|
|
3860
|
+
keywords: string[];
|
|
3861
|
+
groups: string[];
|
|
2135
3862
|
path: () => Promise<typeof import("./icons/icon-swatch-book.js")>;
|
|
3863
|
+
related?: undefined;
|
|
2136
3864
|
hidden?: undefined;
|
|
2137
3865
|
} | {
|
|
2138
3866
|
name: string;
|
|
3867
|
+
keywords: string[];
|
|
3868
|
+
groups: string[];
|
|
2139
3869
|
path: () => Promise<typeof import("./icons/icon-shape-cylinder.js")>;
|
|
3870
|
+
related?: undefined;
|
|
2140
3871
|
hidden?: undefined;
|
|
2141
3872
|
} | {
|
|
2142
3873
|
name: string;
|
|
3874
|
+
keywords: string[];
|
|
3875
|
+
groups: string[];
|
|
2143
3876
|
path: () => Promise<typeof import("./icons/icon-shape-triangle-right.js")>;
|
|
3877
|
+
related?: undefined;
|
|
2144
3878
|
hidden?: undefined;
|
|
2145
3879
|
} | {
|
|
2146
3880
|
name: string;
|
|
3881
|
+
keywords: string[];
|
|
3882
|
+
groups: string[];
|
|
2147
3883
|
path: () => Promise<typeof import("./icons/icon-shape-triangle.js")>;
|
|
3884
|
+
related?: undefined;
|
|
2148
3885
|
hidden?: undefined;
|
|
2149
3886
|
} | {
|
|
2150
3887
|
name: string;
|
|
3888
|
+
keywords: string[];
|
|
3889
|
+
groups: string[];
|
|
2151
3890
|
path: () => Promise<typeof import("./icons/icon-shape-circle.js")>;
|
|
3891
|
+
related?: undefined;
|
|
3892
|
+
hidden?: undefined;
|
|
3893
|
+
} | {
|
|
3894
|
+
name: string;
|
|
3895
|
+
keywords: string[];
|
|
3896
|
+
groups: string[];
|
|
3897
|
+
path: () => Promise<typeof import("./icons/icon-shape-square.js")>;
|
|
3898
|
+
related?: undefined;
|
|
2152
3899
|
hidden?: undefined;
|
|
2153
3900
|
} | {
|
|
2154
3901
|
name: string;
|
|
3902
|
+
keywords: string[];
|
|
3903
|
+
groups: string[];
|
|
2155
3904
|
path: () => Promise<typeof import("./icons/icon-shape-hexagon.js")>;
|
|
3905
|
+
related?: undefined;
|
|
2156
3906
|
hidden?: undefined;
|
|
2157
3907
|
} | {
|
|
2158
3908
|
name: string;
|
|
3909
|
+
keywords: string[];
|
|
3910
|
+
groups: string[];
|
|
2159
3911
|
path: () => Promise<typeof import("./icons/icon-shape-rectangle-horizontal.js")>;
|
|
3912
|
+
related?: undefined;
|
|
2160
3913
|
hidden?: undefined;
|
|
2161
3914
|
} | {
|
|
2162
3915
|
name: string;
|
|
3916
|
+
keywords: string[];
|
|
3917
|
+
groups: string[];
|
|
2163
3918
|
path: () => Promise<typeof import("./icons/icon-shape-rectangle-vertical.js")>;
|
|
3919
|
+
related?: undefined;
|
|
2164
3920
|
hidden?: undefined;
|
|
2165
3921
|
} | {
|
|
2166
3922
|
name: string;
|
|
3923
|
+
keywords: string[];
|
|
3924
|
+
groups: string[];
|
|
2167
3925
|
path: () => Promise<typeof import("./icons/icon-shapes.js")>;
|
|
3926
|
+
related?: undefined;
|
|
2168
3927
|
hidden?: undefined;
|
|
2169
3928
|
} | {
|
|
2170
3929
|
name: string;
|
|
3930
|
+
keywords: string[];
|
|
3931
|
+
groups: string[];
|
|
2171
3932
|
path: () => Promise<typeof import("./icons/icon-layout-dislocated.js")>;
|
|
3933
|
+
related?: undefined;
|
|
2172
3934
|
hidden?: undefined;
|
|
2173
3935
|
} | {
|
|
2174
3936
|
name: string;
|
|
3937
|
+
keywords: string[];
|
|
3938
|
+
groups: string[];
|
|
2175
3939
|
path: () => Promise<typeof import("./icons/icon-blend.js")>;
|
|
3940
|
+
related?: undefined;
|
|
2176
3941
|
hidden?: undefined;
|
|
2177
3942
|
} | {
|
|
2178
3943
|
name: string;
|
|
3944
|
+
keywords: string[];
|
|
3945
|
+
groups: string[];
|
|
2179
3946
|
path: () => Promise<typeof import("./icons/icon-land-plot.js")>;
|
|
3947
|
+
related?: undefined;
|
|
3948
|
+
hidden?: undefined;
|
|
3949
|
+
} | {
|
|
3950
|
+
name: string;
|
|
3951
|
+
path: () => Promise<typeof import("./icons/icon-ball.js")>;
|
|
3952
|
+
keywords?: undefined;
|
|
3953
|
+
groups?: undefined;
|
|
3954
|
+
related?: undefined;
|
|
2180
3955
|
hidden?: undefined;
|
|
2181
3956
|
} | {
|
|
2182
3957
|
name: string;
|
|
2183
3958
|
path: () => Promise<typeof import("./icons/icon-facebook.js")>;
|
|
3959
|
+
keywords?: undefined;
|
|
3960
|
+
groups?: undefined;
|
|
3961
|
+
related?: undefined;
|
|
2184
3962
|
hidden?: undefined;
|
|
2185
3963
|
} | {
|
|
2186
3964
|
name: string;
|
|
2187
3965
|
path: () => Promise<typeof import("./icons/icon-gitbook.js")>;
|
|
3966
|
+
keywords?: undefined;
|
|
3967
|
+
groups?: undefined;
|
|
3968
|
+
related?: undefined;
|
|
2188
3969
|
hidden?: undefined;
|
|
2189
3970
|
} | {
|
|
2190
3971
|
name: string;
|
|
2191
3972
|
path: () => Promise<typeof import("./icons/icon-github.js")>;
|
|
3973
|
+
keywords?: undefined;
|
|
3974
|
+
groups?: undefined;
|
|
3975
|
+
related?: undefined;
|
|
2192
3976
|
hidden?: undefined;
|
|
2193
3977
|
} | {
|
|
2194
3978
|
name: string;
|
|
2195
3979
|
path: () => Promise<typeof import("./icons/icon-gitlab.js")>;
|
|
3980
|
+
keywords?: undefined;
|
|
3981
|
+
groups?: undefined;
|
|
3982
|
+
related?: undefined;
|
|
2196
3983
|
hidden?: undefined;
|
|
2197
3984
|
} | {
|
|
2198
3985
|
name: string;
|
|
2199
3986
|
path: () => Promise<typeof import("./icons/icon-google.js")>;
|
|
3987
|
+
keywords?: undefined;
|
|
3988
|
+
groups?: undefined;
|
|
3989
|
+
related?: undefined;
|
|
2200
3990
|
hidden?: undefined;
|
|
2201
3991
|
} | {
|
|
2202
3992
|
name: string;
|
|
2203
3993
|
path: () => Promise<typeof import("./icons/icon-mastodon.js")>;
|
|
3994
|
+
keywords?: undefined;
|
|
3995
|
+
groups?: undefined;
|
|
3996
|
+
related?: undefined;
|
|
2204
3997
|
hidden?: undefined;
|
|
2205
3998
|
} | {
|
|
2206
3999
|
name: string;
|
|
2207
4000
|
path: () => Promise<typeof import("./icons/icon-twitter-x.js")>;
|
|
4001
|
+
keywords?: undefined;
|
|
4002
|
+
groups?: undefined;
|
|
4003
|
+
related?: undefined;
|
|
2208
4004
|
hidden?: undefined;
|
|
2209
4005
|
} | {
|
|
2210
4006
|
name: string;
|
|
2211
4007
|
hidden: boolean;
|
|
4008
|
+
keywords: string[];
|
|
4009
|
+
groups: string[];
|
|
2212
4010
|
path: () => Promise<typeof import("./icons/icon-art-easel.js")>;
|
|
4011
|
+
related?: undefined;
|
|
2213
4012
|
} | {
|
|
2214
4013
|
name: string;
|
|
2215
4014
|
hidden: boolean;
|
|
2216
4015
|
path: () => Promise<typeof import("./icons/icon-article.js")>;
|
|
4016
|
+
keywords?: undefined;
|
|
4017
|
+
groups?: undefined;
|
|
4018
|
+
related?: undefined;
|
|
2217
4019
|
} | {
|
|
2218
4020
|
name: string;
|
|
2219
4021
|
hidden: boolean;
|
|
2220
4022
|
path: () => Promise<typeof import("./icons/icon-auction-hammer.js")>;
|
|
4023
|
+
keywords?: undefined;
|
|
4024
|
+
groups?: undefined;
|
|
4025
|
+
related?: undefined;
|
|
2221
4026
|
} | {
|
|
2222
4027
|
name: string;
|
|
2223
4028
|
hidden: boolean;
|
|
2224
4029
|
path: () => Promise<typeof import("./icons/icon-badge-count.js")>;
|
|
4030
|
+
keywords?: undefined;
|
|
4031
|
+
groups?: undefined;
|
|
4032
|
+
related?: undefined;
|
|
2225
4033
|
} | {
|
|
2226
4034
|
name: string;
|
|
2227
4035
|
hidden: boolean;
|
|
4036
|
+
keywords: string[];
|
|
4037
|
+
groups: string[];
|
|
2228
4038
|
path: () => Promise<typeof import("./icons/icon-band-aid.js")>;
|
|
4039
|
+
related?: undefined;
|
|
2229
4040
|
} | {
|
|
2230
4041
|
name: string;
|
|
2231
4042
|
hidden: boolean;
|
|
4043
|
+
keywords: string[];
|
|
2232
4044
|
path: () => Promise<typeof import("./icons/icon-baby-stroller.js")>;
|
|
4045
|
+
groups?: undefined;
|
|
4046
|
+
related?: undefined;
|
|
2233
4047
|
} | {
|
|
2234
4048
|
name: string;
|
|
2235
4049
|
hidden: boolean;
|
|
4050
|
+
keywords: string[];
|
|
2236
4051
|
path: () => Promise<typeof import("./icons/icon-bill-dollar.js")>;
|
|
4052
|
+
groups?: undefined;
|
|
4053
|
+
related?: undefined;
|
|
2237
4054
|
} | {
|
|
2238
4055
|
name: string;
|
|
2239
4056
|
hidden: boolean;
|
|
2240
4057
|
path: () => Promise<typeof import("./icons/icon-bill-euro.js")>;
|
|
4058
|
+
keywords?: undefined;
|
|
4059
|
+
groups?: undefined;
|
|
4060
|
+
related?: undefined;
|
|
2241
4061
|
} | {
|
|
2242
4062
|
name: string;
|
|
2243
4063
|
hidden: boolean;
|
|
2244
4064
|
path: () => Promise<typeof import("./icons/icon-bill-pound.js")>;
|
|
4065
|
+
keywords?: undefined;
|
|
4066
|
+
groups?: undefined;
|
|
4067
|
+
related?: undefined;
|
|
2245
4068
|
} | {
|
|
2246
4069
|
name: string;
|
|
2247
4070
|
hidden: boolean;
|
|
2248
4071
|
path: () => Promise<typeof import("./icons/icon-bill-yen.js")>;
|
|
4072
|
+
keywords?: undefined;
|
|
4073
|
+
groups?: undefined;
|
|
4074
|
+
related?: undefined;
|
|
2249
4075
|
} | {
|
|
2250
4076
|
name: string;
|
|
2251
4077
|
hidden: boolean;
|
|
4078
|
+
keywords: string[];
|
|
4079
|
+
groups: string[];
|
|
2252
4080
|
path: () => Promise<typeof import("./icons/icon-bill.js")>;
|
|
4081
|
+
related?: undefined;
|
|
2253
4082
|
} | {
|
|
2254
4083
|
name: string;
|
|
2255
4084
|
hidden: boolean;
|
|
2256
4085
|
path: () => Promise<typeof import("./icons/icon-billboard.js")>;
|
|
4086
|
+
keywords?: undefined;
|
|
4087
|
+
groups?: undefined;
|
|
4088
|
+
related?: undefined;
|
|
2257
4089
|
} | {
|
|
2258
4090
|
name: string;
|
|
2259
4091
|
hidden: boolean;
|
|
4092
|
+
keywords: string[];
|
|
2260
4093
|
path: () => Promise<typeof import("./icons/icon-bills-dollar.js")>;
|
|
4094
|
+
groups?: undefined;
|
|
4095
|
+
related?: undefined;
|
|
2261
4096
|
} | {
|
|
2262
4097
|
name: string;
|
|
2263
4098
|
hidden: boolean;
|
|
2264
4099
|
path: () => Promise<typeof import("./icons/icon-bills-euro.js")>;
|
|
4100
|
+
keywords?: undefined;
|
|
4101
|
+
groups?: undefined;
|
|
4102
|
+
related?: undefined;
|
|
2265
4103
|
} | {
|
|
2266
4104
|
name: string;
|
|
2267
4105
|
hidden: boolean;
|
|
2268
4106
|
path: () => Promise<typeof import("./icons/icon-bills-pound.js")>;
|
|
4107
|
+
keywords?: undefined;
|
|
4108
|
+
groups?: undefined;
|
|
4109
|
+
related?: undefined;
|
|
2269
4110
|
} | {
|
|
2270
4111
|
name: string;
|
|
2271
4112
|
hidden: boolean;
|
|
2272
4113
|
path: () => Promise<typeof import("./icons/icon-bills-yen.js")>;
|
|
4114
|
+
keywords?: undefined;
|
|
4115
|
+
groups?: undefined;
|
|
4116
|
+
related?: undefined;
|
|
2273
4117
|
} | {
|
|
2274
4118
|
name: string;
|
|
2275
4119
|
hidden: boolean;
|
|
2276
4120
|
path: () => Promise<typeof import("./icons/icon-bills.js")>;
|
|
4121
|
+
keywords?: undefined;
|
|
4122
|
+
groups?: undefined;
|
|
4123
|
+
related?: undefined;
|
|
2277
4124
|
} | {
|
|
2278
4125
|
name: string;
|
|
2279
4126
|
hidden: boolean;
|
|
2280
4127
|
path: () => Promise<typeof import("./icons/icon-blueprint.js")>;
|
|
4128
|
+
keywords?: undefined;
|
|
4129
|
+
groups?: undefined;
|
|
4130
|
+
related?: undefined;
|
|
2281
4131
|
} | {
|
|
2282
4132
|
name: string;
|
|
2283
4133
|
hidden: boolean;
|
|
2284
4134
|
path: () => Promise<typeof import("./icons/icon-bomb.js")>;
|
|
4135
|
+
keywords?: undefined;
|
|
4136
|
+
groups?: undefined;
|
|
4137
|
+
related?: undefined;
|
|
2285
4138
|
} | {
|
|
2286
4139
|
name: string;
|
|
2287
4140
|
hidden: boolean;
|
|
2288
4141
|
path: () => Promise<typeof import("./icons/icon-cash-register.js")>;
|
|
4142
|
+
keywords?: undefined;
|
|
4143
|
+
groups?: undefined;
|
|
4144
|
+
related?: undefined;
|
|
2289
4145
|
} | {
|
|
2290
4146
|
name: string;
|
|
2291
4147
|
hidden: boolean;
|
|
2292
4148
|
path: () => Promise<typeof import("./icons/icon-checkbox-dotted-active.js")>;
|
|
4149
|
+
keywords?: undefined;
|
|
4150
|
+
groups?: undefined;
|
|
4151
|
+
related?: undefined;
|
|
2293
4152
|
} | {
|
|
2294
4153
|
name: string;
|
|
2295
4154
|
hidden: boolean;
|
|
2296
4155
|
path: () => Promise<typeof import("./icons/icon-chess.js")>;
|
|
4156
|
+
keywords?: undefined;
|
|
4157
|
+
groups?: undefined;
|
|
4158
|
+
related?: undefined;
|
|
2297
4159
|
} | {
|
|
2298
4160
|
name: string;
|
|
2299
4161
|
hidden: boolean;
|
|
2300
4162
|
path: () => Promise<typeof import("./icons/icon-circus.js")>;
|
|
4163
|
+
keywords?: undefined;
|
|
4164
|
+
groups?: undefined;
|
|
4165
|
+
related?: undefined;
|
|
2301
4166
|
} | {
|
|
2302
4167
|
name: string;
|
|
2303
4168
|
hidden: boolean;
|
|
4169
|
+
keywords: string[];
|
|
4170
|
+
groups: string[];
|
|
2304
4171
|
path: () => Promise<typeof import("./icons/icon-clothes-hanger.js")>;
|
|
4172
|
+
related?: undefined;
|
|
2305
4173
|
} | {
|
|
2306
4174
|
name: string;
|
|
2307
4175
|
hidden: boolean;
|
|
4176
|
+
keywords: string[];
|
|
2308
4177
|
path: () => Promise<typeof import("./icons/icon-coin.js")>;
|
|
4178
|
+
groups?: undefined;
|
|
4179
|
+
related?: undefined;
|
|
2309
4180
|
} | {
|
|
2310
4181
|
name: string;
|
|
2311
4182
|
hidden: boolean;
|
|
4183
|
+
keywords: string[];
|
|
2312
4184
|
path: () => Promise<typeof import("./icons/icon-coins-dollar-alt.js")>;
|
|
4185
|
+
groups?: undefined;
|
|
4186
|
+
related?: undefined;
|
|
2313
4187
|
} | {
|
|
2314
4188
|
name: string;
|
|
2315
4189
|
hidden: boolean;
|
|
4190
|
+
keywords: string[];
|
|
2316
4191
|
path: () => Promise<typeof import("./icons/icon-coins-dollar.js")>;
|
|
4192
|
+
groups?: undefined;
|
|
4193
|
+
related?: undefined;
|
|
2317
4194
|
} | {
|
|
2318
4195
|
name: string;
|
|
2319
4196
|
hidden: boolean;
|
|
2320
4197
|
path: () => Promise<typeof import("./icons/icon-coins-euro-alt.js")>;
|
|
4198
|
+
keywords?: undefined;
|
|
4199
|
+
groups?: undefined;
|
|
4200
|
+
related?: undefined;
|
|
2321
4201
|
} | {
|
|
2322
4202
|
name: string;
|
|
2323
4203
|
hidden: boolean;
|
|
2324
4204
|
path: () => Promise<typeof import("./icons/icon-coins-euro.js")>;
|
|
4205
|
+
keywords?: undefined;
|
|
4206
|
+
groups?: undefined;
|
|
4207
|
+
related?: undefined;
|
|
2325
4208
|
} | {
|
|
2326
4209
|
name: string;
|
|
2327
4210
|
hidden: boolean;
|
|
2328
4211
|
path: () => Promise<typeof import("./icons/icon-coins-pound-alt.js")>;
|
|
4212
|
+
keywords?: undefined;
|
|
4213
|
+
groups?: undefined;
|
|
4214
|
+
related?: undefined;
|
|
2329
4215
|
} | {
|
|
2330
4216
|
name: string;
|
|
2331
4217
|
hidden: boolean;
|
|
2332
4218
|
path: () => Promise<typeof import("./icons/icon-coins-pound.js")>;
|
|
4219
|
+
keywords?: undefined;
|
|
4220
|
+
groups?: undefined;
|
|
4221
|
+
related?: undefined;
|
|
2333
4222
|
} | {
|
|
2334
4223
|
name: string;
|
|
2335
4224
|
hidden: boolean;
|
|
2336
4225
|
path: () => Promise<typeof import("./icons/icon-coins-yen-alt.js")>;
|
|
4226
|
+
keywords?: undefined;
|
|
4227
|
+
groups?: undefined;
|
|
4228
|
+
related?: undefined;
|
|
2337
4229
|
} | {
|
|
2338
4230
|
name: string;
|
|
2339
4231
|
hidden: boolean;
|
|
2340
4232
|
path: () => Promise<typeof import("./icons/icon-coins-yen.js")>;
|
|
4233
|
+
keywords?: undefined;
|
|
4234
|
+
groups?: undefined;
|
|
4235
|
+
related?: undefined;
|
|
2341
4236
|
} | {
|
|
2342
4237
|
name: string;
|
|
2343
4238
|
hidden: boolean;
|
|
2344
4239
|
path: () => Promise<typeof import("./icons/icon-comb.js")>;
|
|
4240
|
+
keywords?: undefined;
|
|
4241
|
+
groups?: undefined;
|
|
4242
|
+
related?: undefined;
|
|
2345
4243
|
} | {
|
|
2346
4244
|
name: string;
|
|
2347
4245
|
hidden: boolean;
|
|
4246
|
+
keywords: string[];
|
|
4247
|
+
groups: string[];
|
|
2348
4248
|
path: () => Promise<typeof import("./icons/icon-desk.js")>;
|
|
4249
|
+
related?: undefined;
|
|
2349
4250
|
} | {
|
|
2350
4251
|
name: string;
|
|
2351
4252
|
hidden: boolean;
|
|
4253
|
+
keywords: string[];
|
|
2352
4254
|
path: () => Promise<typeof import("./icons/icon-dollar-bag.js")>;
|
|
4255
|
+
groups?: undefined;
|
|
4256
|
+
related?: undefined;
|
|
2353
4257
|
} | {
|
|
2354
4258
|
name: string;
|
|
2355
4259
|
hidden: boolean;
|
|
4260
|
+
keywords: string[];
|
|
4261
|
+
groups: string[];
|
|
2356
4262
|
path: () => Promise<typeof import("./icons/icon-eject.js")>;
|
|
4263
|
+
related?: undefined;
|
|
2357
4264
|
} | {
|
|
2358
4265
|
name: string;
|
|
2359
4266
|
hidden: boolean;
|
|
2360
4267
|
path: () => Promise<typeof import("./icons/icon-euro-bag.js")>;
|
|
4268
|
+
keywords?: undefined;
|
|
4269
|
+
groups?: undefined;
|
|
4270
|
+
related?: undefined;
|
|
2361
4271
|
} | {
|
|
2362
4272
|
name: string;
|
|
2363
4273
|
hidden: boolean;
|
|
4274
|
+
keywords: string[];
|
|
4275
|
+
groups: string[];
|
|
2364
4276
|
path: () => Promise<typeof import("./icons/icon-female-symbol.js")>;
|
|
4277
|
+
related?: undefined;
|
|
2365
4278
|
} | {
|
|
2366
4279
|
name: string;
|
|
2367
4280
|
hidden: boolean;
|
|
2368
4281
|
path: () => Promise<typeof import("./icons/icon-firewall.js")>;
|
|
4282
|
+
keywords?: undefined;
|
|
4283
|
+
groups?: undefined;
|
|
4284
|
+
related?: undefined;
|
|
2369
4285
|
} | {
|
|
2370
4286
|
name: string;
|
|
2371
4287
|
hidden: boolean;
|
|
4288
|
+
keywords: string[];
|
|
4289
|
+
groups: string[];
|
|
2372
4290
|
path: () => Promise<typeof import("./icons/icon-folder-open.js")>;
|
|
4291
|
+
related?: undefined;
|
|
2373
4292
|
} | {
|
|
2374
4293
|
name: string;
|
|
2375
4294
|
hidden: boolean;
|
|
2376
4295
|
path: () => Promise<typeof import("./icons/icon-folder-outline.js")>;
|
|
4296
|
+
keywords?: undefined;
|
|
4297
|
+
groups?: undefined;
|
|
4298
|
+
related?: undefined;
|
|
2377
4299
|
} | {
|
|
2378
4300
|
name: string;
|
|
2379
4301
|
hidden: boolean;
|
|
4302
|
+
keywords: string[];
|
|
4303
|
+
groups: string[];
|
|
2380
4304
|
path: () => Promise<typeof import("./icons/icon-handprint.js")>;
|
|
4305
|
+
related?: undefined;
|
|
2381
4306
|
} | {
|
|
2382
4307
|
name: string;
|
|
2383
4308
|
hidden: boolean;
|
|
2384
4309
|
path: () => Promise<typeof import("./icons/icon-hat.js")>;
|
|
4310
|
+
keywords?: undefined;
|
|
4311
|
+
groups?: undefined;
|
|
4312
|
+
related?: undefined;
|
|
2385
4313
|
} | {
|
|
2386
4314
|
name: string;
|
|
2387
4315
|
hidden: boolean;
|
|
2388
4316
|
path: () => Promise<typeof import("./icons/icon-hd.js")>;
|
|
4317
|
+
keywords?: undefined;
|
|
4318
|
+
groups?: undefined;
|
|
4319
|
+
related?: undefined;
|
|
2389
4320
|
} | {
|
|
2390
4321
|
name: string;
|
|
2391
4322
|
hidden: boolean;
|
|
4323
|
+
keywords: string[];
|
|
4324
|
+
groups: string[];
|
|
2392
4325
|
path: () => Promise<typeof import("./icons/icon-inactive-line.js")>;
|
|
4326
|
+
related?: undefined;
|
|
2393
4327
|
} | {
|
|
2394
4328
|
name: string;
|
|
2395
4329
|
hidden: boolean;
|
|
4330
|
+
groups: string[];
|
|
4331
|
+
related: string[];
|
|
2396
4332
|
path: () => Promise<typeof import("./icons/icon-keychain.js")>;
|
|
4333
|
+
keywords?: undefined;
|
|
2397
4334
|
} | {
|
|
2398
4335
|
name: string;
|
|
2399
4336
|
hidden: boolean;
|
|
4337
|
+
groups: string[];
|
|
4338
|
+
related: string[];
|
|
2400
4339
|
path: () => Promise<typeof import("./icons/icon-keyhole.js")>;
|
|
4340
|
+
keywords?: undefined;
|
|
2401
4341
|
} | {
|
|
2402
4342
|
name: string;
|
|
2403
4343
|
hidden: boolean;
|
|
2404
4344
|
path: () => Promise<typeof import("./icons/icon-linkedin.js")>;
|
|
4345
|
+
keywords?: undefined;
|
|
4346
|
+
groups?: undefined;
|
|
4347
|
+
related?: undefined;
|
|
2405
4348
|
} | {
|
|
2406
4349
|
name: string;
|
|
2407
4350
|
hidden: boolean;
|
|
4351
|
+
keywords: string[];
|
|
4352
|
+
groups: string[];
|
|
4353
|
+
related: string[];
|
|
2408
4354
|
path: () => Promise<typeof import("./icons/icon-linux-tux.js")>;
|
|
2409
4355
|
} | {
|
|
2410
4356
|
name: string;
|
|
2411
4357
|
hidden: boolean;
|
|
2412
4358
|
path: () => Promise<typeof import("./icons/icon-male-and-female.js")>;
|
|
4359
|
+
keywords?: undefined;
|
|
4360
|
+
groups?: undefined;
|
|
4361
|
+
related?: undefined;
|
|
2413
4362
|
} | {
|
|
2414
4363
|
name: string;
|
|
2415
4364
|
hidden: boolean;
|
|
2416
4365
|
path: () => Promise<typeof import("./icons/icon-male-symbol.js")>;
|
|
4366
|
+
keywords?: undefined;
|
|
4367
|
+
groups?: undefined;
|
|
4368
|
+
related?: undefined;
|
|
2417
4369
|
} | {
|
|
2418
4370
|
name: string;
|
|
2419
4371
|
hidden: boolean;
|
|
4372
|
+
keywords: string[];
|
|
4373
|
+
groups: string[];
|
|
4374
|
+
related: string[];
|
|
2420
4375
|
path: () => Promise<typeof import("./icons/icon-molecular-network.js")>;
|
|
2421
4376
|
} | {
|
|
2422
4377
|
name: string;
|
|
2423
4378
|
hidden: boolean;
|
|
4379
|
+
keywords: string[];
|
|
4380
|
+
groups: string[];
|
|
4381
|
+
related: string[];
|
|
2424
4382
|
path: () => Promise<typeof import("./icons/icon-molecular.js")>;
|
|
2425
4383
|
} | {
|
|
2426
4384
|
name: string;
|
|
2427
4385
|
path: () => Promise<typeof import("./icons/icon-trash-empty.js")>;
|
|
4386
|
+
keywords?: undefined;
|
|
4387
|
+
groups?: undefined;
|
|
4388
|
+
related?: undefined;
|
|
2428
4389
|
hidden?: undefined;
|
|
2429
4390
|
} | {
|
|
2430
4391
|
name: string;
|
|
2431
4392
|
path: () => Promise<typeof import("./icons/icon-umbraco.js")>;
|
|
4393
|
+
keywords?: undefined;
|
|
4394
|
+
groups?: undefined;
|
|
4395
|
+
related?: undefined;
|
|
2432
4396
|
hidden?: undefined;
|
|
2433
4397
|
} | {
|
|
2434
4398
|
name: string;
|
|
2435
4399
|
hidden: boolean;
|
|
2436
4400
|
path: () => Promise<typeof import("./icons/icon-azure.js")>;
|
|
4401
|
+
keywords?: undefined;
|
|
4402
|
+
groups?: undefined;
|
|
4403
|
+
related?: undefined;
|
|
2437
4404
|
} | {
|
|
2438
4405
|
name: string;
|
|
2439
4406
|
hidden: boolean;
|
|
2440
4407
|
path: () => Promise<typeof import("./icons/icon-microsoft.js")>;
|
|
4408
|
+
keywords?: undefined;
|
|
4409
|
+
groups?: undefined;
|
|
4410
|
+
related?: undefined;
|
|
2441
4411
|
} | {
|
|
2442
4412
|
name: string;
|
|
2443
4413
|
hidden: boolean;
|
|
2444
4414
|
path: () => Promise<typeof import("./icons/icon-os-x.js")>;
|
|
4415
|
+
keywords?: undefined;
|
|
4416
|
+
groups?: undefined;
|
|
4417
|
+
related?: undefined;
|
|
2445
4418
|
} | {
|
|
2446
4419
|
name: string;
|
|
2447
4420
|
hidden: boolean;
|
|
2448
4421
|
path: () => Promise<typeof import("./icons/icon-pants.js")>;
|
|
4422
|
+
keywords?: undefined;
|
|
4423
|
+
groups?: undefined;
|
|
4424
|
+
related?: undefined;
|
|
2449
4425
|
} | {
|
|
2450
4426
|
name: string;
|
|
2451
4427
|
hidden: boolean;
|
|
2452
4428
|
path: () => Promise<typeof import("./icons/icon-parachute-drop.js")>;
|
|
4429
|
+
keywords?: undefined;
|
|
4430
|
+
groups?: undefined;
|
|
4431
|
+
related?: undefined;
|
|
2453
4432
|
} | {
|
|
2454
4433
|
name: string;
|
|
2455
4434
|
hidden: boolean;
|
|
2456
4435
|
path: () => Promise<typeof import("./icons/icon-parental-control.js")>;
|
|
4436
|
+
keywords?: undefined;
|
|
4437
|
+
groups?: undefined;
|
|
4438
|
+
related?: undefined;
|
|
2457
4439
|
} | {
|
|
2458
4440
|
name: string;
|
|
2459
4441
|
hidden: boolean;
|
|
2460
4442
|
path: () => Promise<typeof import("./icons/icon-path.js")>;
|
|
4443
|
+
keywords?: undefined;
|
|
4444
|
+
groups?: undefined;
|
|
4445
|
+
related?: undefined;
|
|
2461
4446
|
} | {
|
|
2462
4447
|
name: string;
|
|
2463
4448
|
hidden: boolean;
|
|
2464
4449
|
path: () => Promise<typeof import("./icons/icon-piracy.js")>;
|
|
4450
|
+
keywords?: undefined;
|
|
4451
|
+
groups?: undefined;
|
|
4452
|
+
related?: undefined;
|
|
2465
4453
|
} | {
|
|
2466
4454
|
name: string;
|
|
2467
4455
|
hidden: boolean;
|
|
2468
4456
|
path: () => Promise<typeof import("./icons/icon-poker-chip.js")>;
|
|
4457
|
+
keywords?: undefined;
|
|
4458
|
+
groups?: undefined;
|
|
4459
|
+
related?: undefined;
|
|
2469
4460
|
} | {
|
|
2470
4461
|
name: string;
|
|
2471
4462
|
hidden: boolean;
|
|
2472
4463
|
path: () => Promise<typeof import("./icons/icon-pound-bag.js")>;
|
|
4464
|
+
keywords?: undefined;
|
|
4465
|
+
groups?: undefined;
|
|
4466
|
+
related?: undefined;
|
|
2473
4467
|
} | {
|
|
2474
4468
|
name: string;
|
|
2475
4469
|
hidden: boolean;
|
|
2476
4470
|
path: () => Promise<typeof import("./icons/icon-receipt-dollar.js")>;
|
|
4471
|
+
keywords?: undefined;
|
|
4472
|
+
groups?: undefined;
|
|
4473
|
+
related?: undefined;
|
|
2477
4474
|
} | {
|
|
2478
4475
|
name: string;
|
|
2479
4476
|
hidden: boolean;
|
|
2480
4477
|
path: () => Promise<typeof import("./icons/icon-receipt-euro.js")>;
|
|
4478
|
+
keywords?: undefined;
|
|
4479
|
+
groups?: undefined;
|
|
4480
|
+
related?: undefined;
|
|
2481
4481
|
} | {
|
|
2482
4482
|
name: string;
|
|
2483
4483
|
hidden: boolean;
|
|
2484
4484
|
path: () => Promise<typeof import("./icons/icon-receipt-pound.js")>;
|
|
4485
|
+
keywords?: undefined;
|
|
4486
|
+
groups?: undefined;
|
|
4487
|
+
related?: undefined;
|
|
2485
4488
|
} | {
|
|
2486
4489
|
name: string;
|
|
2487
4490
|
hidden: boolean;
|
|
2488
4491
|
path: () => Promise<typeof import("./icons/icon-receipt-yen.js")>;
|
|
4492
|
+
keywords?: undefined;
|
|
4493
|
+
groups?: undefined;
|
|
4494
|
+
related?: undefined;
|
|
2489
4495
|
} | {
|
|
2490
4496
|
name: string;
|
|
2491
4497
|
hidden: boolean;
|
|
2492
4498
|
path: () => Promise<typeof import("./icons/icon-road.js")>;
|
|
4499
|
+
keywords?: undefined;
|
|
4500
|
+
groups?: undefined;
|
|
4501
|
+
related?: undefined;
|
|
2493
4502
|
} | {
|
|
2494
4503
|
name: string;
|
|
2495
4504
|
hidden: boolean;
|
|
2496
4505
|
path: () => Promise<typeof import("./icons/icon-safe.js")>;
|
|
4506
|
+
keywords?: undefined;
|
|
4507
|
+
groups?: undefined;
|
|
4508
|
+
related?: undefined;
|
|
2497
4509
|
} | {
|
|
2498
4510
|
name: string;
|
|
2499
4511
|
hidden: boolean;
|
|
2500
4512
|
path: () => Promise<typeof import("./icons/icon-safedial.js")>;
|
|
4513
|
+
keywords?: undefined;
|
|
4514
|
+
groups?: undefined;
|
|
4515
|
+
related?: undefined;
|
|
2501
4516
|
} | {
|
|
2502
4517
|
name: string;
|
|
2503
4518
|
hidden: boolean;
|
|
2504
4519
|
path: () => Promise<typeof import("./icons/icon-sandbox-toys.js")>;
|
|
4520
|
+
keywords?: undefined;
|
|
4521
|
+
groups?: undefined;
|
|
4522
|
+
related?: undefined;
|
|
2505
4523
|
} | {
|
|
2506
4524
|
name: string;
|
|
2507
4525
|
hidden: boolean;
|
|
2508
4526
|
path: () => Promise<typeof import("./icons/icon-security-camera.js")>;
|
|
4527
|
+
keywords?: undefined;
|
|
4528
|
+
groups?: undefined;
|
|
4529
|
+
related?: undefined;
|
|
2509
4530
|
} | {
|
|
2510
4531
|
name: string;
|
|
2511
4532
|
hidden: boolean;
|
|
2512
4533
|
path: () => Promise<typeof import("./icons/icon-settings-alt-2.js")>;
|
|
4534
|
+
keywords?: undefined;
|
|
4535
|
+
groups?: undefined;
|
|
4536
|
+
related?: undefined;
|
|
2513
4537
|
} | {
|
|
2514
4538
|
name: string;
|
|
2515
4539
|
hidden: boolean;
|
|
2516
4540
|
path: () => Promise<typeof import("./icons/icon-share-alt-2.js")>;
|
|
4541
|
+
keywords?: undefined;
|
|
4542
|
+
groups?: undefined;
|
|
4543
|
+
related?: undefined;
|
|
2517
4544
|
} | {
|
|
2518
4545
|
name: string;
|
|
2519
4546
|
hidden: boolean;
|
|
2520
4547
|
path: () => Promise<typeof import("./icons/icon-shorts.js")>;
|
|
4548
|
+
keywords?: undefined;
|
|
4549
|
+
groups?: undefined;
|
|
4550
|
+
related?: undefined;
|
|
2521
4551
|
} | {
|
|
2522
4552
|
name: string;
|
|
2523
4553
|
hidden: boolean;
|
|
2524
4554
|
path: () => Promise<typeof import("./icons/icon-simcard.js")>;
|
|
4555
|
+
keywords?: undefined;
|
|
4556
|
+
groups?: undefined;
|
|
4557
|
+
related?: undefined;
|
|
2525
4558
|
} | {
|
|
2526
4559
|
name: string;
|
|
2527
4560
|
hidden: boolean;
|
|
2528
4561
|
path: () => Promise<typeof import("./icons/icon-tab.js")>;
|
|
4562
|
+
keywords?: undefined;
|
|
4563
|
+
groups?: undefined;
|
|
4564
|
+
related?: undefined;
|
|
2529
4565
|
} | {
|
|
2530
4566
|
name: string;
|
|
2531
4567
|
hidden: boolean;
|
|
2532
4568
|
path: () => Promise<typeof import("./icons/icon-tactics.js")>;
|
|
4569
|
+
keywords?: undefined;
|
|
4570
|
+
groups?: undefined;
|
|
4571
|
+
related?: undefined;
|
|
2533
4572
|
} | {
|
|
2534
4573
|
name: string;
|
|
2535
4574
|
hidden: boolean;
|
|
2536
4575
|
path: () => Promise<typeof import("./icons/icon-theif.js")>;
|
|
4576
|
+
keywords?: undefined;
|
|
4577
|
+
groups?: undefined;
|
|
4578
|
+
related?: undefined;
|
|
2537
4579
|
} | {
|
|
2538
4580
|
name: string;
|
|
2539
4581
|
hidden: boolean;
|
|
2540
4582
|
path: () => Promise<typeof import("./icons/icon-thought-bubble.js")>;
|
|
4583
|
+
keywords?: undefined;
|
|
4584
|
+
groups?: undefined;
|
|
4585
|
+
related?: undefined;
|
|
2541
4586
|
} | {
|
|
2542
4587
|
name: string;
|
|
2543
4588
|
hidden: boolean;
|
|
2544
4589
|
path: () => Promise<typeof import("./icons/icon-twitter.js")>;
|
|
4590
|
+
keywords?: undefined;
|
|
4591
|
+
groups?: undefined;
|
|
4592
|
+
related?: undefined;
|
|
2545
4593
|
} | {
|
|
2546
4594
|
name: string;
|
|
2547
4595
|
hidden: boolean;
|
|
2548
4596
|
path: () => Promise<typeof import("./icons/icon-umb-contour.js")>;
|
|
4597
|
+
keywords?: undefined;
|
|
4598
|
+
groups?: undefined;
|
|
4599
|
+
related?: undefined;
|
|
2549
4600
|
} | {
|
|
2550
4601
|
name: string;
|
|
2551
4602
|
hidden: boolean;
|
|
2552
4603
|
path: () => Promise<typeof import("./icons/icon-umb-deploy.js")>;
|
|
4604
|
+
keywords?: undefined;
|
|
4605
|
+
groups?: undefined;
|
|
4606
|
+
related?: undefined;
|
|
2553
4607
|
} | {
|
|
2554
4608
|
name: string;
|
|
2555
4609
|
hidden: boolean;
|
|
2556
4610
|
path: () => Promise<typeof import("./icons/icon-umb-members.js")>;
|
|
4611
|
+
keywords?: undefined;
|
|
4612
|
+
groups?: undefined;
|
|
4613
|
+
related?: undefined;
|
|
2557
4614
|
} | {
|
|
2558
4615
|
name: string;
|
|
2559
4616
|
hidden: boolean;
|
|
2560
4617
|
path: () => Promise<typeof import("./icons/icon-universal.js")>;
|
|
4618
|
+
keywords?: undefined;
|
|
4619
|
+
groups?: undefined;
|
|
4620
|
+
related?: undefined;
|
|
2561
4621
|
} | {
|
|
2562
4622
|
name: string;
|
|
2563
4623
|
hidden: boolean;
|
|
2564
4624
|
path: () => Promise<typeof import("./icons/icon-war.js")>;
|
|
4625
|
+
keywords?: undefined;
|
|
4626
|
+
groups?: undefined;
|
|
4627
|
+
related?: undefined;
|
|
2565
4628
|
} | {
|
|
2566
4629
|
name: string;
|
|
2567
4630
|
hidden: boolean;
|
|
2568
4631
|
path: () => Promise<typeof import("./icons/icon-windows.js")>;
|
|
4632
|
+
keywords?: undefined;
|
|
4633
|
+
groups?: undefined;
|
|
4634
|
+
related?: undefined;
|
|
2569
4635
|
} | {
|
|
2570
4636
|
name: string;
|
|
2571
4637
|
hidden: boolean;
|
|
2572
4638
|
path: () => Promise<typeof import("./icons/icon-yen-bag.js")>;
|
|
4639
|
+
keywords?: undefined;
|
|
4640
|
+
groups?: undefined;
|
|
4641
|
+
related?: undefined;
|
|
2573
4642
|
})[];
|
|
2574
4643
|
export default _default;
|