@umbraco-cms/backoffice 17.3.4 → 17.4.0-rc
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 +280 -5
- package/dist-cms/apps/app/app-error.element.js +1 -1
- package/dist-cms/apps/backoffice/backoffice.element.js +1 -0
- 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.js +1 -1
- 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/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 +5 -6
- 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-workspace.context.js +1 -1
- 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/property-editors/block-grid-editor/manifests.js +6 -0
- 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 +4 -3
- 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 +2 -2
- 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/content/content/audit-log/info-app/content-audit-log-workspace-info-app.element.js +4 -10
- 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 +0 -1
- 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/delay.condition.d.ts +12 -0
- package/dist-cms/packages/core/extension-registry/conditions/delay.condition.js +20 -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/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-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/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/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/workspace/kinds/default/default-workspace.context.js +1 -1
- package/dist-cms/packages/core/workspace/submittable/submittable-workspace-context-base.js +1 -1
- 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/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/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/input-document-property-value-user-permission/input-document-property-value-user-permission.element.js +1 -1
- 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/document-workspace.context.d.ts +2 -2
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +2 -2
- package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info.element.js +27 -10
- 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/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/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/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/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/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/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/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 +136 -18
- 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,708 +1,1166 @@
|
|
|
1
1
|
export default [{
|
|
2
2
|
name: "icon-activity",
|
|
3
|
+
keywords: ["pulse", "action", "motion", "movement", "exercise", "fitness", "healthcare", "heart rate monitor", "vital signs", "vitals", "emergency room", "er", "intensive care", "hospital", "defibrillator", "earthquake", "siesmic", "magnitude", "richter scale", "aftershock", "tremor", "shockwave", "audio", "waveform", "synthesizer", "synthesiser", "music"],
|
|
4
|
+
groups: ["medical", "account", "social", "science", "multimedia"],
|
|
3
5
|
path: () => import("./icons/icon-activity.js"),
|
|
4
6
|
}, {
|
|
5
7
|
name: "icon-add",
|
|
8
|
+
keywords: ["add", "new", "increase", "increment", "positive", "calculate", "toolbar", "crosshair", "aim", "target", "scope", "sight", "reticule", "maximum", "upgrade", "extra", "+"],
|
|
9
|
+
groups: ["math", "tools", "development", "text", "cursors", "gaming"],
|
|
6
10
|
path: () => import("./icons/icon-add.js"),
|
|
7
11
|
}, {
|
|
8
12
|
name: "icon-addressbook",
|
|
13
|
+
keywords: ["person", "people", "family", "friends", "acquaintances", "contacts", "details", "addresses", "phone numbers", "directory", "listing", "networking"],
|
|
14
|
+
groups: ["account", "connectivity", "communication", "social"],
|
|
9
15
|
path: () => import("./icons/icon-addressbook.js"),
|
|
10
16
|
}, {
|
|
11
17
|
name: "icon-alarm-clock",
|
|
18
|
+
keywords: ["morning"],
|
|
19
|
+
groups: ["devices", "notifications", "time"],
|
|
12
20
|
path: () => import("./icons/icon-alarm-clock.js"),
|
|
13
21
|
}, {
|
|
14
22
|
name: "icon-alert-alt",
|
|
23
|
+
keywords: ["warning", "alert", "danger", "exclamation mark", "linter"],
|
|
24
|
+
groups: ["notifications", "shapes", "development"],
|
|
15
25
|
path: () => import("./icons/icon-alert-alt.js"),
|
|
16
26
|
}, {
|
|
17
27
|
name: "icon-alert",
|
|
28
|
+
keywords: ["warning", "alert", "exclamation", "danger", "exclamation mark", "linter"],
|
|
29
|
+
groups: ["sign", "security", "symbol", "notifications", "shapes", "development"],
|
|
30
|
+
related: ["icon-info"],
|
|
18
31
|
path: () => import("./icons/icon-alert.js"),
|
|
19
32
|
}, {
|
|
20
33
|
name: "icon-alt",
|
|
34
|
+
keywords: ["keyboard", "key", "mac", "alt", "button"],
|
|
35
|
+
groups: ["development"],
|
|
21
36
|
path: () => import("./icons/icon-alt.js"),
|
|
22
37
|
}, {
|
|
23
38
|
name: "icon-anchor",
|
|
39
|
+
keywords: ["ship"],
|
|
40
|
+
groups: ["transport", "text"],
|
|
24
41
|
path: () => import("./icons/icon-anchor.js"),
|
|
25
42
|
}, {
|
|
26
43
|
name: "icon-app",
|
|
44
|
+
keywords: ["application", "menu bar", "pane", "executable"],
|
|
45
|
+
groups: ["layout", "design", "development", "files"],
|
|
27
46
|
path: () => import("./icons/icon-app.js"),
|
|
28
47
|
}, {
|
|
29
48
|
name: "icon-application-error",
|
|
49
|
+
keywords: ["screen", "window", "404", "500", "page not found", "server error", "fault", "cancel", "close", "delete", "remove", "times", "clear", "error", "incorrect", "wrong", "mistake", "failure", "linter", "multiply", "multiplication"],
|
|
50
|
+
groups: ["action", "window", "math", "development"],
|
|
51
|
+
related: ["icon-application-window-alt", "icon-application", "icon-section"],
|
|
30
52
|
path: () => import("./icons/icon-application-error.js"),
|
|
31
53
|
}, {
|
|
32
54
|
name: "icon-application-window-alt",
|
|
55
|
+
keywords: ["screen", "window", "application", "menu bar", "pane", "executable"],
|
|
56
|
+
groups: ["action", "window", "layout", "design", "development", "files"],
|
|
57
|
+
related: ["icon-application-window", "icon-application-error", "icon-section"],
|
|
33
58
|
path: () => import("./icons/icon-application-window-alt.js"),
|
|
34
59
|
}, {
|
|
35
60
|
name: "icon-application-window",
|
|
61
|
+
keywords: ["screen", "window", "sidebar", "application", "menu bar", "pane", "executable"],
|
|
62
|
+
groups: ["action", "window", "layout", "design", "development", "files"],
|
|
63
|
+
related: ["icon-application-window-alt", "icon-application-error", "icon-section"],
|
|
36
64
|
path: () => import("./icons/icon-application-window.js"),
|
|
37
65
|
}, {
|
|
38
66
|
name: "icon-arrivals",
|
|
67
|
+
keywords: ["arrival", "plane", "trip", "airplane", "landing"],
|
|
68
|
+
groups: ["transport", "travel"],
|
|
39
69
|
path: () => import("./icons/icon-arrivals.js"),
|
|
40
70
|
}, {
|
|
41
71
|
name: "icon-arrow-down",
|
|
72
|
+
keywords: ["backwards", "reverse", "direction", "south"],
|
|
73
|
+
groups: ["arrows"],
|
|
42
74
|
path: () => import("./icons/icon-arrow-down.js"),
|
|
43
75
|
}, {
|
|
44
76
|
name: "icon-arrow-left",
|
|
77
|
+
keywords: ["arrows", "back", "previous", "direction", "west", "<-"],
|
|
78
|
+
groups: ["action", "arrow", "arrows"],
|
|
45
79
|
path: () => import("./icons/icon-arrow-left.js"),
|
|
46
80
|
}, {
|
|
47
81
|
name: "icon-arrow-right",
|
|
82
|
+
keywords: ["arrows", "forwards", "forward", "next", "direction", "east", "->"],
|
|
83
|
+
groups: ["action", "arrow", "arrows"],
|
|
48
84
|
path: () => import("./icons/icon-arrow-right.js"),
|
|
49
85
|
}, {
|
|
50
86
|
name: "icon-arrow-up",
|
|
87
|
+
keywords: ["forward", "direction", "north"],
|
|
88
|
+
groups: ["arrows"],
|
|
51
89
|
path: () => import("./icons/icon-arrow-up.js"),
|
|
52
90
|
}, {
|
|
53
91
|
name: "icon-attachment",
|
|
92
|
+
keywords: ["paperclips", "clippy", "attachments", "stationery", "attachment", "file"],
|
|
93
|
+
groups: ["item", "workplace", "text", "design", "files", "mail"],
|
|
54
94
|
path: () => import("./icons/icon-attachment.js"),
|
|
55
95
|
}, {
|
|
56
96
|
name: "icon-audio-lines",
|
|
97
|
+
keywords: ["graphic equaliser", "sound", "noise", "listen", "hearing", "hertz", "frequency", "wavelength", "vibrate", "sine", "synthesizer", "synthesiser", "levels", "track", "music", "playback", "radio", "broadcast", "airwaves", "voice", "vocals", "singer", "song"],
|
|
98
|
+
groups: ["multimedia", "communication"],
|
|
57
99
|
path: () => import("./icons/icon-audio-lines.js"),
|
|
58
100
|
}, {
|
|
59
101
|
name: "icon-autofill",
|
|
102
|
+
keywords: ["edits", "editing", "editor", "writes", "writing", "text boxes", "textboxes", "pencils", "pens", "select"],
|
|
103
|
+
groups: ["action", "text", "layout"],
|
|
60
104
|
path: () => import("./icons/icon-autofill.js"),
|
|
61
105
|
}, {
|
|
62
106
|
name: "icon-award",
|
|
107
|
+
keywords: ["achievement", "badge", "rosette", "prize", "winner"],
|
|
108
|
+
groups: ["account", "sports", "gaming"],
|
|
63
109
|
path: () => import("./icons/icon-award.js"),
|
|
64
110
|
}, {
|
|
65
111
|
name: "icon-axis-rotation-2",
|
|
112
|
+
keywords: ["refresh", "recycle", "sync", "arrows", "rotate", "reload", "rerun", "synchronise", "synchronize", "circular", "cycle"],
|
|
113
|
+
groups: ["action", "rotate", "arrows"],
|
|
114
|
+
related: ["icon-axis-rotation", "icon-axis-rotation-3", "icon-sync", "icon-refresh"],
|
|
66
115
|
path: () => import("./icons/icon-axis-rotation-2.js"),
|
|
67
116
|
}, {
|
|
68
117
|
name: "icon-axis-rotation-3",
|
|
118
|
+
keywords: ["refresh", "recycle", "arrows", "rotate", "reload", "rerun", "synchronise", "synchronize", "circular", "cycle"],
|
|
119
|
+
groups: ["action", "rotate", "arrows"],
|
|
120
|
+
related: ["icon-axis-rotation", "icon-axis-rotation-2", "icon-refresh"],
|
|
69
121
|
path: () => import("./icons/icon-axis-rotation-3.js"),
|
|
70
122
|
}, {
|
|
71
123
|
name: "icon-axis-rotation",
|
|
124
|
+
keywords: ["refresh", "recycle", "sync", "arrows", "rotate", "reload", "rerun", "synchronise", "synchronize", "circular", "cycle"],
|
|
125
|
+
groups: ["action", "rotate", "arrows"],
|
|
126
|
+
related: ["icon-sync", "icon-axis-rotation-2", "icon-axis-rotation-3", "icon-refresh"],
|
|
72
127
|
path: () => import("./icons/icon-axis-rotation.js"),
|
|
73
128
|
}, {
|
|
74
129
|
name: "icon-backspace",
|
|
130
|
+
keywords: ["backspace", "remove"],
|
|
131
|
+
groups: ["text", "arrows"],
|
|
75
132
|
path: () => import("./icons/icon-backspace.js"),
|
|
76
133
|
}, {
|
|
77
134
|
name: "icon-badge",
|
|
135
|
+
keywords: ["card", "badge", "identity", "authentication", "secure"],
|
|
136
|
+
groups: ["security", "account"],
|
|
78
137
|
path: () => import("./icons/icon-badge.js"),
|
|
79
138
|
}, {
|
|
80
139
|
name: "icon-badge-add",
|
|
140
|
+
keywords: ["add", "new", "increase", "increment", "positive", "calculate", "crosshair", "aim", "target", "scope", "sight", "reticule", "maximum", "upgrade", "extra", "operator", "join", "concatenate", "code", "coding", "+"],
|
|
141
|
+
groups: ["math", "development", "cursors", "gaming"],
|
|
81
142
|
path: () => import("./icons/icon-badge-add.js"),
|
|
82
143
|
}, {
|
|
83
144
|
name: "icon-badge-remove",
|
|
145
|
+
keywords: ["subtract", "remove", "decrease", "reduce", "calculate", "line", "operator", "code", "coding", "minimum", "downgrade", "-"],
|
|
146
|
+
groups: ["math"],
|
|
84
147
|
path: () => import("./icons/icon-badge-remove.js"),
|
|
85
148
|
}, {
|
|
86
149
|
name: "icon-badge-restricted",
|
|
87
150
|
hidden: true,
|
|
151
|
+
keywords: ["cancel", "no", "stop", "forbidden", "prohibited", "error", "incorrect", "mistake", "wrong", "failure", "circle", "slash", "null", "void"],
|
|
152
|
+
groups: ["account"],
|
|
88
153
|
path: () => import("./icons/icon-badge-restricted.js"),
|
|
89
|
-
}, {
|
|
90
|
-
name: "icon-ball",
|
|
91
|
-
path: () => import("./icons/icon-ball.js"),
|
|
92
154
|
}, {
|
|
93
155
|
name: "icon-bar-chart",
|
|
156
|
+
keywords: ["statistics", "analytics", "diagram", "graph"],
|
|
157
|
+
groups: ["charts"],
|
|
94
158
|
path: () => import("./icons/icon-bar-chart.js"),
|
|
95
159
|
}, {
|
|
96
160
|
name: "icon-barcode",
|
|
161
|
+
keywords: ["checkout", "till", "cart", "transaction", "purchase", "buy", "product", "packaging", "retail", "consumer"],
|
|
162
|
+
groups: ["shopping", "devices"],
|
|
97
163
|
path: () => import("./icons/icon-barcode.js"),
|
|
98
164
|
}, {
|
|
99
165
|
name: "icon-bars",
|
|
166
|
+
keywords: ["statistics", "analytics", "diagram", "graph", "trending up"],
|
|
167
|
+
groups: ["charts"],
|
|
100
168
|
path: () => import("./icons/icon-bars.js"),
|
|
101
169
|
}, {
|
|
102
170
|
name: "icon-battery-full",
|
|
171
|
+
keywords: ["power", "electricity", "energy", "accumulator", "charge"],
|
|
172
|
+
groups: ["connectivity", "devices"],
|
|
103
173
|
path: () => import("./icons/icon-battery-full.js"),
|
|
104
174
|
}, {
|
|
105
175
|
name: "icon-battery-low",
|
|
176
|
+
keywords: ["power", "electricity", "energy", "accumulator", "charge"],
|
|
177
|
+
groups: ["connectivity", "devices"],
|
|
106
178
|
path: () => import("./icons/icon-battery-low.js"),
|
|
107
179
|
}, {
|
|
108
180
|
name: "icon-beer-glass",
|
|
181
|
+
keywords: ["alcohol", "bar", "beverage", "brewery", "drink"],
|
|
182
|
+
groups: ["food-beverage"],
|
|
109
183
|
path: () => import("./icons/icon-beer-glass.js"),
|
|
110
184
|
}, {
|
|
111
185
|
name: "icon-bell-off",
|
|
186
|
+
keywords: ["alarm", "notification", "silent", "reminder"],
|
|
187
|
+
groups: ["notifications"],
|
|
112
188
|
path: () => import("./icons/icon-bell-off.js"),
|
|
113
189
|
}, {
|
|
114
190
|
name: "icon-bell",
|
|
191
|
+
keywords: ["bells", "notifications", "alerts", "alarm", "notification", "sound", "reminder"],
|
|
192
|
+
groups: ["item", "account", "notifications"],
|
|
115
193
|
path: () => import("./icons/icon-bell.js"),
|
|
116
194
|
}, {
|
|
117
195
|
name: "icon-binarycode",
|
|
196
|
+
keywords: ["code", "digits", "computer", "zero", "one", "boolean"],
|
|
197
|
+
groups: ["text", "development"],
|
|
118
198
|
path: () => import("./icons/icon-binarycode.js"),
|
|
119
199
|
}, {
|
|
120
200
|
name: "icon-binoculars",
|
|
121
201
|
hidden: true,
|
|
202
|
+
keywords: ["field glasses", "lorgnette", "pince-nez", "observation", "sightseeing", "nature", "wildlife", "birdwatching", "scouting", "surveillance", "search", "discovery", "monitoring", "lookout", "viewpoint", "travel", "tourism", "research"],
|
|
203
|
+
groups: ["navigation", "nature", "photography", "science", "travel", "development"],
|
|
122
204
|
path: () => import("./icons/icon-binoculars.js"),
|
|
123
205
|
}, {
|
|
124
206
|
name: "icon-bird",
|
|
207
|
+
keywords: ["peace", "freedom", "wing", "avian", "tweet"],
|
|
208
|
+
groups: ["animals"],
|
|
125
209
|
path: () => import("./icons/icon-bird.js"),
|
|
126
210
|
}, {
|
|
127
211
|
name: "icon-birthday-cake",
|
|
212
|
+
keywords: ["birthday", "birthdate", "celebration", "party", "surprise", "gateaux", "dessert", "fondant", "icing sugar", "sweet", "baking"],
|
|
213
|
+
groups: ["food-beverage", "social", "account"],
|
|
128
214
|
path: () => import("./icons/icon-birthday-cake.js"),
|
|
129
215
|
}, {
|
|
130
216
|
name: "icon-block",
|
|
217
|
+
keywords: ["cancel", "no", "stop", "forbidden", "prohibited", "error", "incorrect", "mistake", "wrong", "failure", "circle", "slash", "null", "void"],
|
|
218
|
+
groups: ["account"],
|
|
131
219
|
path: () => import("./icons/icon-block.js"),
|
|
132
220
|
}, {
|
|
133
221
|
name: "icon-blockquote",
|
|
222
|
+
keywords: ["blockquote", "quotation", "indent", "reply", "response"],
|
|
223
|
+
groups: ["text"],
|
|
134
224
|
path: () => import("./icons/icon-blockquote.js"),
|
|
135
225
|
}, {
|
|
136
226
|
name: "icon-bluetooth",
|
|
227
|
+
keywords: ["wireless"],
|
|
228
|
+
groups: ["connectivity", "devices"],
|
|
137
229
|
path: () => import("./icons/icon-bluetooth.js"),
|
|
138
230
|
}, {
|
|
139
231
|
name: "icon-boat-shipping",
|
|
232
|
+
keywords: ["boat", "knots", "nautical mile", "maritime", "sailing", "yacht", "cruise", "ocean liner", "tanker", "vessel", "navy", "trip", "releases"],
|
|
233
|
+
groups: ["transport", "navigation", "travel"],
|
|
140
234
|
path: () => import("./icons/icon-boat-shipping.js"),
|
|
141
235
|
}, {
|
|
142
236
|
name: "icon-bold",
|
|
237
|
+
keywords: ["text", "strong", "format"],
|
|
238
|
+
groups: ["text"],
|
|
143
239
|
path: () => import("./icons/icon-bold.js"),
|
|
144
240
|
}, {
|
|
145
241
|
name: "icon-bones",
|
|
242
|
+
keywords: ["health", "skeleton", "skull", "death", "pets", "dog"],
|
|
243
|
+
groups: ["animals", "medical", "gaming"],
|
|
146
244
|
path: () => import("./icons/icon-bones.js"),
|
|
147
245
|
}, {
|
|
148
246
|
name: "icon-book-alt-2",
|
|
247
|
+
keywords: ["books", "reading", "documentation", "library", "pages", "booklet", "magazine", "leaflet", "pamphlet", "writing", "written", "writer", "author", "story", "script", "fiction", "novel", "information", "knowledge", "education", "high school", "university", "college", "academy", "student", "study", "learning", "homework", "research", "revealed"],
|
|
248
|
+
groups: ["item", "text", "development"],
|
|
149
249
|
path: () => import("./icons/icon-book-alt-2.js"),
|
|
150
250
|
}, {
|
|
151
251
|
name: "icon-book-alt",
|
|
252
|
+
keywords: ["reading", "pages", "booklet", "magazine", "leaflet", "pamphlet", "library", "writing", "written", "writer", "author", "story", "script", "screenplay", "fiction", "novel", "information", "knowledge", "education", "high school", "university", "college", "academy", "student", "study", "learning", "homework", "research", "documentation", "revealed", "blank", "plain"],
|
|
253
|
+
groups: ["text", "development", "gaming"],
|
|
152
254
|
path: () => import("./icons/icon-book-alt.js"),
|
|
153
255
|
}, {
|
|
154
256
|
name: "icon-book",
|
|
257
|
+
keywords: ["books", "dictionary", "dictionaries", "thesaurus", "thesauruses", "library", "authors", "manuals", "reading", "booklet", "magazine", "leaflet", "pamphlet", "tome", "writing", "written", "writer", "author", "story", "script", "fiction", "novel", "information", "knowledge", "education", "high school", "university", "college", "academy", "student", "study", "learning", "homework", "research", "documentation"],
|
|
258
|
+
groups: ["item", "text", "gaming"],
|
|
155
259
|
path: () => import("./icons/icon-book.js"),
|
|
156
260
|
}, {
|
|
157
261
|
name: "icon-bookmark",
|
|
262
|
+
keywords: ["save", "favorite", "mark", "label", "attachment", "file", "stick", "pin", "read", "clip", "marker", "tag"],
|
|
263
|
+
groups: ["account"],
|
|
158
264
|
path: () => import("./icons/icon-bookmark.js"),
|
|
159
265
|
}, {
|
|
160
266
|
name: "icon-books",
|
|
267
|
+
keywords: ["books", "reading", "written", "authors", "stories", "fiction", "novels", "information", "knowledge", "education", "high school", "university", "college", "academy", "learning", "study", "research", "collection", "vinyl", "records", "albums", "music", "package"],
|
|
268
|
+
groups: ["text", "photography", "multimedia", "navigation", "development"],
|
|
161
269
|
path: () => import("./icons/icon-books.js"),
|
|
162
270
|
}, {
|
|
163
271
|
name: "icon-box-alt",
|
|
272
|
+
keywords: ["filing", "boxes", "storage", "index", "backup", "box", "records"],
|
|
273
|
+
groups: ["item", "workplace", "files", "mail"],
|
|
164
274
|
path: () => import("./icons/icon-box-alt.js"),
|
|
165
275
|
}, {
|
|
166
276
|
name: "icon-box-open",
|
|
277
|
+
keywords: ["boxes", "storage", "dropbox", "packages", "parcels", "packaging", "opens", "box", "container", "unpack", "unarchive", "unzip", "opened", "delivered"],
|
|
278
|
+
groups: ["item", "files", "development"],
|
|
167
279
|
path: () => import("./icons/icon-box-open.js"),
|
|
168
280
|
}, {
|
|
169
281
|
name: "icon-box",
|
|
282
|
+
keywords: ["box", "container", "storage", "sealed", "delivery", "undelivered", "unopened", "packed", "archive", "zip", "module"],
|
|
283
|
+
groups: ["files", "development"],
|
|
170
284
|
path: () => import("./icons/icon-box.js"),
|
|
171
285
|
}, {
|
|
172
286
|
name: "icon-brackets",
|
|
287
|
+
keywords: ["json", "code", "token", "curly brackets", "data", "{", "}"],
|
|
288
|
+
groups: ["development", "files"],
|
|
173
289
|
path: () => import("./icons/icon-brackets.js"),
|
|
174
290
|
}, {
|
|
175
291
|
name: "icon-brick",
|
|
292
|
+
keywords: ["lego", "block", "addon", "plugin", "integration"],
|
|
293
|
+
groups: ["gaming", "development"],
|
|
176
294
|
path: () => import("./icons/icon-brick.js"),
|
|
177
295
|
}, {
|
|
178
296
|
name: "icon-briefcase",
|
|
297
|
+
keywords: ["work", "bag", "baggage", "folder"],
|
|
298
|
+
groups: ["transport"],
|
|
179
299
|
path: () => import("./icons/icon-briefcase.js"),
|
|
180
300
|
}, {
|
|
181
301
|
name: "icon-browser-window",
|
|
302
|
+
keywords: ["application", "menu bar", "pane", "executable"],
|
|
303
|
+
groups: ["layout", "design", "development", "files"],
|
|
182
304
|
path: () => import("./icons/icon-browser-window.js"),
|
|
183
305
|
}, {
|
|
184
306
|
name: "icon-brush-alt-2",
|
|
307
|
+
keywords: ["brush", "paintbrush", "design", "color", "colour", "decoration", "diy"],
|
|
308
|
+
groups: ["text", "design", "photography", "home", "tools"],
|
|
185
309
|
path: () => import("./icons/icon-brush-alt-2.js"),
|
|
186
310
|
}, {
|
|
187
311
|
name: "icon-brush-alt",
|
|
312
|
+
keywords: ["brush", "paintbrush", "design", "color", "colour", "decoration", "diy"],
|
|
313
|
+
groups: ["text", "design", "photography", "home", "tools"],
|
|
188
314
|
path: () => import("./icons/icon-brush-alt.js"),
|
|
189
315
|
}, {
|
|
190
316
|
name: "icon-brush",
|
|
317
|
+
keywords: ["clean", "sweep", "refactor", "remove", "draw", "paint", "color", "artist"],
|
|
318
|
+
groups: ["text", "design", "tools"],
|
|
191
319
|
path: () => import("./icons/icon-brush.js"),
|
|
192
320
|
}, {
|
|
193
321
|
name: "icon-bug",
|
|
322
|
+
keywords: ["ladybugs", "lady bugs", "ladybirds", "lady birds", "bugs", "insects", "minibeasts", "wildlife", "issues", "issue", "error", "defect", "testing", "troubleshoot", "problem", "report", "debug", "code", "insect", "beetle"],
|
|
323
|
+
groups: ["item", "nature", "development", "animals"],
|
|
194
324
|
path: () => import("./icons/icon-bug.js"),
|
|
195
325
|
}, {
|
|
196
326
|
name: "icon-bulleted-list",
|
|
327
|
+
keywords: ["bulletpoints", "bullets", "ul", "lists", "options"],
|
|
328
|
+
groups: ["shape", "box", "layout", "text"],
|
|
197
329
|
path: () => import("./icons/icon-bulleted-list.js"),
|
|
198
330
|
}, {
|
|
199
331
|
name: "icon-burn",
|
|
332
|
+
keywords: ["radioactive", "nuclear", "fallout", "waste", "atomic", "physics", "particle", "element", "molecule"],
|
|
333
|
+
groups: ["science"],
|
|
200
334
|
path: () => import("./icons/icon-burn.js"),
|
|
201
335
|
}, {
|
|
202
336
|
name: "icon-bus",
|
|
337
|
+
keywords: ["bus", "vehicle", "transport", "trip"],
|
|
338
|
+
groups: ["transport"],
|
|
203
339
|
path: () => import("./icons/icon-bus.js"),
|
|
204
340
|
}, {
|
|
205
341
|
name: "icon-calculator",
|
|
342
|
+
keywords: ["count", "calculating machine"],
|
|
343
|
+
groups: ["math", "devices"],
|
|
206
344
|
path: () => import("./icons/icon-calculator.js"),
|
|
207
345
|
}, {
|
|
208
346
|
name: "icon-calendar-alt",
|
|
347
|
+
keywords: ["dates", "calendars", "events", "date", "month", "year", "event"],
|
|
348
|
+
groups: ["item", "time"],
|
|
209
349
|
path: () => import("./icons/icon-calendar-alt.js"),
|
|
210
350
|
}, {
|
|
211
351
|
name: "icon-calendar",
|
|
352
|
+
keywords: ["date", "day", "month", "year", "event", "confirm", "subscribe", "schedule", "done", "todo", "tick", "complete", "task"],
|
|
353
|
+
groups: ["time"],
|
|
212
354
|
path: () => import("./icons/icon-calendar.js"),
|
|
213
355
|
}, {
|
|
214
356
|
name: "icon-camcorder",
|
|
215
357
|
hidden: true,
|
|
358
|
+
keywords: ["camera", "movie", "film", "recording", "motion picture", "camcorder", "reel"],
|
|
359
|
+
groups: ["devices", "communication", "connectivity", "photography"],
|
|
216
360
|
path: () => import("./icons/icon-camcorder.js"),
|
|
217
361
|
}, {
|
|
218
362
|
name: "icon-camera-roll",
|
|
363
|
+
keywords: ["films", "cameras", "vhs", "movie", "film", "recording", "motion picture", "showreel", "cassette"],
|
|
364
|
+
groups: ["item", "technology", "devices", "communication", "connectivity", "photography", "files"],
|
|
219
365
|
path: () => import("./icons/icon-camera-roll.js"),
|
|
220
366
|
}, {
|
|
221
367
|
name: "icon-candy",
|
|
368
|
+
keywords: ["sugar", "food", "sweet"],
|
|
369
|
+
groups: ["food-beverage"],
|
|
222
370
|
path: () => import("./icons/icon-candy.js"),
|
|
223
371
|
}, {
|
|
224
372
|
name: "icon-caps-lock",
|
|
373
|
+
keywords: ["caps lock", "capitals", "keyboard", "button", "mac", "forward", "direction", "north", "faster", "speed", "boost"],
|
|
374
|
+
groups: ["arrows", "text", "development", "gaming"],
|
|
225
375
|
path: () => import("./icons/icon-caps-lock.js"),
|
|
226
376
|
}, {
|
|
227
377
|
name: "icon-car",
|
|
378
|
+
keywords: ["vehicle", "drive", "trip", "journey"],
|
|
379
|
+
groups: ["transport"],
|
|
228
380
|
path: () => import("./icons/icon-car.js"),
|
|
229
381
|
}, {
|
|
230
382
|
name: "icon-categories",
|
|
383
|
+
keywords: ["index", "backup", "box", "storage", "records"],
|
|
384
|
+
groups: ["files", "mail"],
|
|
231
385
|
path: () => import("./icons/icon-categories.js"),
|
|
232
386
|
}, {
|
|
233
387
|
name: "icon-certificate",
|
|
234
388
|
path: () => import("./icons/icon-certificate.js"),
|
|
235
389
|
}, {
|
|
236
390
|
name: "icon-chart-curve",
|
|
391
|
+
keywords: ["statistics", "analytics", "diagram", "graph", "trending up"],
|
|
392
|
+
groups: ["charts"],
|
|
237
393
|
path: () => import("./icons/icon-chart-curve.js"),
|
|
238
394
|
}, {
|
|
239
395
|
name: "icon-chart",
|
|
396
|
+
keywords: ["lines", "graphs", "charts", "stocks", "finance", "financial", "statistics", "analytics", "diagram", "graph"],
|
|
397
|
+
groups: ["data", "charts"],
|
|
240
398
|
path: () => import("./icons/icon-chart.js"),
|
|
241
399
|
}, {
|
|
242
400
|
name: "icon-chat-active",
|
|
243
401
|
hidden: true,
|
|
402
|
+
keywords: ["comment", "chat", "conversation", "dialog", "feedback", "speech bubble"],
|
|
403
|
+
groups: ["social"],
|
|
244
404
|
path: () => import("./icons/icon-chat-active.js"),
|
|
245
405
|
}, {
|
|
246
406
|
name: "icon-chat",
|
|
407
|
+
keywords: ["comment", "chat", "conversation", "dialog", "feedback", "speech bubble"],
|
|
408
|
+
groups: ["social"],
|
|
247
409
|
path: () => import("./icons/icon-chat.js"),
|
|
248
410
|
}, {
|
|
249
411
|
name: "icon-check",
|
|
412
|
+
keywords: ["done", "todo", "tick", "complete", "task"],
|
|
413
|
+
groups: ["notifications"],
|
|
250
414
|
path: () => import("./icons/icon-check.js"),
|
|
251
415
|
}, {
|
|
252
416
|
name: "icon-checkbox-dotted",
|
|
417
|
+
keywords: ["selection", "square", "rectangular", "marquee", "tool", "dashed", "box"],
|
|
418
|
+
groups: ["text", "design"],
|
|
253
419
|
path: () => import("./icons/icon-checkbox-dotted.js"),
|
|
254
420
|
}, {
|
|
255
421
|
name: "icon-checkbox-empty",
|
|
256
422
|
hidden: true,
|
|
423
|
+
keywords: ["selection", "square", "rectangular", "marquee", "tool", "dashed", "box"],
|
|
424
|
+
groups: ["text", "design"],
|
|
257
425
|
path: () => import("./icons/icon-checkbox-empty.js"),
|
|
258
426
|
}, {
|
|
259
427
|
name: "icon-checkbox",
|
|
428
|
+
keywords: ["done", "todo", "tick", "complete", "task"],
|
|
429
|
+
groups: ["notifications"],
|
|
260
430
|
path: () => import("./icons/icon-checkbox.js"),
|
|
261
431
|
}, {
|
|
262
432
|
name: "icon-chip-alt",
|
|
263
433
|
hidden: true,
|
|
434
|
+
keywords: ["processor", "cores", "technology", "computer", "chip", "circuit", "memory", "ram", "specs", "gigahertz", "ghz"],
|
|
435
|
+
groups: ["devices"],
|
|
264
436
|
path: () => import("./icons/icon-chip-alt.js"),
|
|
265
437
|
}, {
|
|
266
438
|
name: "icon-chip",
|
|
439
|
+
keywords: ["processor", "cores", "technology", "computer", "chip", "circuit", "memory", "ram", "specs", "gigahertz", "ghz"],
|
|
440
|
+
groups: ["devices"],
|
|
267
441
|
path: () => import("./icons/icon-chip.js"),
|
|
268
442
|
}, {
|
|
269
443
|
name: "icon-cinema",
|
|
444
|
+
keywords: ["theater", "theatre", "entertainment", "podium", "stage", "musical"],
|
|
445
|
+
groups: ["buildings", "social"],
|
|
270
446
|
path: () => import("./icons/icon-cinema.js"),
|
|
271
447
|
}, {
|
|
272
448
|
name: "icon-circle-dotted-active",
|
|
449
|
+
keywords: ["done", "todo", "tick", "complete", "task"],
|
|
450
|
+
groups: ["notifications"],
|
|
273
451
|
path: () => import("./icons/icon-circle-dotted-active.js"),
|
|
274
452
|
}, {
|
|
275
453
|
name: "icon-circle-dotted",
|
|
454
|
+
keywords: ["pending", "dot", "progress", "issue", "draft", "code", "coding", "version control"],
|
|
455
|
+
groups: ["development", "shapes"],
|
|
276
456
|
path: () => import("./icons/icon-circle-dotted.js"),
|
|
277
457
|
}, {
|
|
278
458
|
name: "icon-circuits",
|
|
459
|
+
keywords: ["computing", "electricity", "electronics"],
|
|
460
|
+
groups: ["science", "development"],
|
|
279
461
|
path: () => import("./icons/icon-circuits.js"),
|
|
280
462
|
}, {
|
|
281
463
|
name: "icon-clear-formatting",
|
|
464
|
+
keywords: ["text", "font", "typography", "format", "x", "remove", "delete", "times", "clear"],
|
|
465
|
+
groups: ["text"],
|
|
282
466
|
path: () => import("./icons/icon-clear-formatting.js"),
|
|
283
467
|
}, {
|
|
284
468
|
name: "icon-client",
|
|
285
469
|
hidden: true,
|
|
470
|
+
keywords: ["person", "account", "contact"],
|
|
471
|
+
groups: ["account"],
|
|
286
472
|
path: () => import("./icons/icon-client.js"),
|
|
287
473
|
}, {
|
|
288
474
|
name: "icon-clipboard",
|
|
475
|
+
keywords: ["copy", "paste"],
|
|
476
|
+
groups: ["text"],
|
|
289
477
|
path: () => import("./icons/icon-clipboard.js"),
|
|
290
478
|
}, {
|
|
291
479
|
name: "icon-clipboard-copy",
|
|
480
|
+
keywords: ["copy", "paste"],
|
|
481
|
+
groups: ["text", "arrows"],
|
|
292
482
|
path: () => import("./icons/icon-clipboard-copy.js"),
|
|
293
483
|
}, {
|
|
294
484
|
name: "icon-clipboard-entry",
|
|
485
|
+
keywords: ["copy", "paste"],
|
|
486
|
+
groups: ["text"],
|
|
295
487
|
path: () => import("./icons/icon-clipboard-entry.js"),
|
|
296
488
|
}, {
|
|
297
489
|
name: "icon-clipboard-paste",
|
|
490
|
+
keywords: ["copy", "paste"],
|
|
491
|
+
groups: ["text", "arrows"],
|
|
298
492
|
path: () => import("./icons/icon-clipboard-paste.js"),
|
|
299
493
|
}, {
|
|
300
494
|
name: "icon-cloud-drive",
|
|
495
|
+
keywords: ["computer", "server", "memory", "data", "ssd", "disk", "hard disk", "storage", "hardware", "backup", "media"],
|
|
496
|
+
groups: ["development", "devices"],
|
|
301
497
|
path: () => import("./icons/icon-cloud-drive.js"),
|
|
302
498
|
}, {
|
|
303
499
|
name: "icon-cloud-upload",
|
|
500
|
+
keywords: ["file"],
|
|
501
|
+
groups: ["arrows", "files"],
|
|
304
502
|
path: () => import("./icons/icon-cloud-upload.js"),
|
|
305
503
|
}, {
|
|
306
504
|
name: "icon-cloud",
|
|
505
|
+
keywords: ["weather"],
|
|
506
|
+
groups: ["weather"],
|
|
307
507
|
path: () => import("./icons/icon-cloud.js"),
|
|
308
508
|
}, {
|
|
309
509
|
name: "icon-cloudy",
|
|
510
|
+
keywords: ["weather", "clouds"],
|
|
511
|
+
groups: ["weather"],
|
|
310
512
|
path: () => import("./icons/icon-cloudy.js"),
|
|
311
513
|
}, {
|
|
312
514
|
name: "icon-clubs",
|
|
515
|
+
keywords: ["shape", "suit", "playing", "cards"],
|
|
516
|
+
groups: ["shapes", "gaming"],
|
|
313
517
|
path: () => import("./icons/icon-clubs.js"),
|
|
314
518
|
}, {
|
|
315
519
|
name: "icon-cocktail",
|
|
520
|
+
keywords: ["cocktail", "alcohol", "beverage", "bar", "drink", "glass"],
|
|
521
|
+
groups: ["food-beverage"],
|
|
316
522
|
path: () => import("./icons/icon-cocktail.js"),
|
|
317
523
|
}, {
|
|
318
524
|
name: "icon-code",
|
|
525
|
+
keywords: ["source", "programming", "html", "xml"],
|
|
526
|
+
groups: ["text", "development"],
|
|
319
527
|
path: () => import("./icons/icon-code.js"),
|
|
320
528
|
}, {
|
|
321
529
|
name: "icon-code-xml",
|
|
530
|
+
keywords: ["source", "programming", "html", "xml"],
|
|
531
|
+
groups: ["text", "development"],
|
|
322
532
|
path: () => import("./icons/icon-code-xml.js"),
|
|
323
533
|
}, {
|
|
324
534
|
name: "icon-coffee",
|
|
535
|
+
keywords: ["drink", "cup", "mug", "tea", "cafe", "hot", "beverage"],
|
|
536
|
+
groups: ["food-beverage"],
|
|
325
537
|
path: () => import("./icons/icon-coffee.js"),
|
|
326
538
|
}, {
|
|
327
539
|
name: "icon-coin-dollar",
|
|
540
|
+
keywords: ["money", "us", "usa", "cash", "currency", "payment"],
|
|
541
|
+
groups: ["finance"],
|
|
328
542
|
path: () => import("./icons/icon-coin-dollar.js"),
|
|
329
543
|
}, {
|
|
330
544
|
name: "icon-coin-euro",
|
|
545
|
+
keywords: ["currency", "money", "payment"],
|
|
546
|
+
groups: ["finance"],
|
|
331
547
|
path: () => import("./icons/icon-coin-euro.js"),
|
|
332
548
|
}, {
|
|
333
549
|
name: "icon-coin-pound",
|
|
550
|
+
keywords: ["money", "sterling", "cash", "currency", "payment"],
|
|
551
|
+
groups: ["finance"],
|
|
334
552
|
path: () => import("./icons/icon-coin-pound.js"),
|
|
335
553
|
}, {
|
|
336
554
|
name: "icon-coin-yen",
|
|
555
|
+
keywords: ["currency", "money", "payment"],
|
|
556
|
+
groups: ["finance"],
|
|
337
557
|
path: () => import("./icons/icon-coin-yen.js"),
|
|
338
558
|
}, {
|
|
339
559
|
name: "icon-coins-alt",
|
|
340
560
|
hidden: true,
|
|
561
|
+
keywords: ["money", "cash", "finance", "gamble"],
|
|
562
|
+
groups: ["gaming"],
|
|
341
563
|
path: () => import("./icons/icon-coins-alt.js"),
|
|
342
564
|
}, {
|
|
343
565
|
name: "icon-coins",
|
|
566
|
+
keywords: ["money", "cash", "finance", "gamble"],
|
|
567
|
+
groups: ["gaming"],
|
|
344
568
|
path: () => import("./icons/icon-coins.js"),
|
|
345
569
|
}, {
|
|
346
570
|
name: "icon-color-bucket",
|
|
571
|
+
keywords: ["fill", "paint", "bucket", "color", "colour"],
|
|
572
|
+
groups: ["design", "tools"],
|
|
347
573
|
path: () => import("./icons/icon-color-bucket.js"),
|
|
348
574
|
}, {
|
|
349
575
|
name: "icon-colorpicker",
|
|
576
|
+
keywords: ["pipettes", "eyedroppers", "eye droppers", "eye-droppers", "color pickers", "colour pickers", "colorpickers", "colourpickers", "styles", "eye dropper", "color picker", "lab", "chemistry"],
|
|
577
|
+
groups: ["item", "text", "design", "science"],
|
|
350
578
|
path: () => import("./icons/icon-colorpicker.js"),
|
|
351
579
|
}, {
|
|
352
580
|
name: "icon-columns",
|
|
581
|
+
keywords: ["count", "score", "enumerate", "days", "three", "3", "third", "triple", "bars", "prison", "cell", "sentence"],
|
|
582
|
+
groups: ["math", "gaming"],
|
|
353
583
|
path: () => import("./icons/icon-columns.js"),
|
|
354
584
|
}, {
|
|
355
585
|
name: "icon-columns-2",
|
|
586
|
+
keywords: ["lines", "list", "queue", "preview", "panel", "parallel", "series", "split", "vertical", "horizontal", "half", "center", "middle", "even", "sidebar", "drawer", "gutter", "fold", "reflow", "typography", "pagination", "pages"],
|
|
587
|
+
groups: ["layout", "design", "text"],
|
|
356
588
|
path: () => import("./icons/icon-columns-2.js"),
|
|
357
589
|
}, {
|
|
358
590
|
name: "icon-columns-3",
|
|
591
|
+
keywords: ["lines", "list", "queue", "preview", "parallel", "series", "split", "vertical", "horizontal", "thirds", "triple", "center", "middle", "alignment", "even", "sidebars", "drawers", "gutters", "fold", "reflow", "typography", "pagination", "pages"],
|
|
592
|
+
groups: ["layout", "design", "text"],
|
|
359
593
|
path: () => import("./icons/icon-columns-3.js"),
|
|
360
594
|
}, {
|
|
361
595
|
name: "icon-columns-4",
|
|
596
|
+
keywords: ["lines", "list", "queue", "preview", "parallel", "series", "split", "vertical", "horizontal", "thirds", "triple", "center", "middle", "alignment", "even", "sidebars", "drawers", "gutters", "fold", "reflow", "typography", "pagination", "pages", "prison", "jail", "bars", "sentence", "police", "cops", "cell", "crime", "criminal", "justice", "law", "enforcement", "grill"],
|
|
597
|
+
groups: ["layout", "design", "text", "security"],
|
|
362
598
|
path: () => import("./icons/icon-columns-4.js"),
|
|
363
599
|
}, {
|
|
364
600
|
name: "icon-rows-2",
|
|
601
|
+
keywords: ["lines", "list", "queue", "preview", "panel", "paragraphs", "parallel", "series", "split", "vertical", "horizontal", "half", "center", "middle", "even", "drawer"],
|
|
602
|
+
groups: ["layout", "design", "text"],
|
|
365
603
|
path: () => import("./icons/icon-rows-2.js"),
|
|
366
604
|
}, {
|
|
367
605
|
name: "icon-rows-3",
|
|
606
|
+
keywords: ["lines", "list", "queue", "preview", "paragraphs", "parallel", "series", "split", "vertical", "horizontal", "half", "center", "middle", "even", "drawers"],
|
|
607
|
+
groups: ["layout", "design", "text"],
|
|
368
608
|
path: () => import("./icons/icon-rows-3.js"),
|
|
369
609
|
}, {
|
|
370
610
|
name: "icon-rows-4",
|
|
611
|
+
keywords: ["lines", "list", "queue", "preview", "paragraphs", "parallel", "series", "split", "vertical", "horizontal", "half", "center", "middle", "even", "drawers", "grill"],
|
|
612
|
+
groups: ["layout", "design", "text"],
|
|
371
613
|
path: () => import("./icons/icon-rows-4.js"),
|
|
372
614
|
}, {
|
|
373
615
|
name: "icon-grid-2",
|
|
616
|
+
keywords: ["table", "rows", "columns", "blocks", "plot", "land", "geometry", "measure", "size", "width", "height", "distance", "surface area", "square meter", "acre", "window", "skylight"],
|
|
617
|
+
groups: ["text", "layout", "design", "math"],
|
|
374
618
|
path: () => import("./icons/icon-grid-2.js"),
|
|
375
619
|
}, {
|
|
376
620
|
name: "icon-grid-3",
|
|
621
|
+
keywords: ["table", "rows", "columns"],
|
|
622
|
+
groups: ["text", "layout", "design"],
|
|
377
623
|
path: () => import("./icons/icon-grid-3.js"),
|
|
378
624
|
}, {
|
|
379
625
|
name: "icon-combination-lock-open",
|
|
626
|
+
keywords: ["security"],
|
|
627
|
+
groups: ["security"],
|
|
628
|
+
related: ["icon-combination-lock", "icon-unlocked", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
380
629
|
path: () => import("./icons/icon-combination-lock-open.js"),
|
|
381
630
|
}, {
|
|
382
631
|
name: "icon-combination-lock",
|
|
632
|
+
keywords: ["security", "password", "secure", "admin"],
|
|
633
|
+
groups: ["security"],
|
|
634
|
+
related: ["icon-combination-lock-open", "icon-lock", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
383
635
|
path: () => import("./icons/icon-combination-lock.js"),
|
|
384
636
|
}, {
|
|
385
637
|
name: "icon-command",
|
|
638
|
+
keywords: ["code", "command line", "prompt", "shell"],
|
|
639
|
+
groups: ["development"],
|
|
386
640
|
path: () => import("./icons/icon-command.js"),
|
|
387
641
|
}, {
|
|
388
642
|
name: "icon-company",
|
|
643
|
+
keywords: ["city", "cities", "towns", "companies", "sky scrapers", "buildings", "offices", "business", "company", "enterprise", "skyscraper", "organisation", "organization"],
|
|
644
|
+
groups: ["building", "account", "buildings"],
|
|
389
645
|
path: () => import("./icons/icon-company.js"),
|
|
390
646
|
}, {
|
|
391
647
|
name: "icon-compress",
|
|
648
|
+
keywords: ["zip", "package", "archive"],
|
|
649
|
+
groups: ["files"],
|
|
392
650
|
path: () => import("./icons/icon-compress.js"),
|
|
393
651
|
}, {
|
|
394
652
|
name: "icon-connection",
|
|
653
|
+
keywords: ["flash", "camera", "lightning", "electricity", "energy"],
|
|
654
|
+
groups: ["connectivity", "devices", "photography", "weather"],
|
|
395
655
|
path: () => import("./icons/icon-connection.js"),
|
|
396
656
|
}, {
|
|
397
657
|
name: "icon-console",
|
|
658
|
+
keywords: ["code", "command line", "prompt", "shell"],
|
|
659
|
+
groups: ["development"],
|
|
398
660
|
path: () => import("./icons/icon-console.js"),
|
|
399
661
|
}, {
|
|
400
662
|
name: "icon-contrast",
|
|
663
|
+
keywords: ["display", "accessibility"],
|
|
664
|
+
groups: ["photography", "accessibility", "design"],
|
|
401
665
|
path: () => import("./icons/icon-contrast.js"),
|
|
402
666
|
}, {
|
|
403
667
|
name: "icon-conversation-alt",
|
|
668
|
+
keywords: ["comment", "chat", "conversation", "dialog", "feedback", "speech bubbles", "copy", "multiple", "discussion", "interview", "debate"],
|
|
669
|
+
groups: ["social"],
|
|
404
670
|
path: () => import("./icons/icon-conversation-alt.js"),
|
|
405
671
|
}, {
|
|
406
672
|
name: "icon-conversation",
|
|
407
673
|
hidden: true,
|
|
674
|
+
keywords: ["arrows", "rotate", "reload", "rerun", "synchronise", "synchronize", "circular", "cycle"],
|
|
675
|
+
groups: ["arrows"],
|
|
408
676
|
path: () => import("./icons/icon-conversation.js"),
|
|
409
677
|
}, {
|
|
410
678
|
name: "icon-coverflow",
|
|
679
|
+
keywords: ["carousel", "pictures", "images", "scroll", "swipe", "album", "portfolio"],
|
|
680
|
+
groups: ["layout", "design", "development", "photography", "multimedia"],
|
|
411
681
|
path: () => import("./icons/icon-coverflow.js"),
|
|
412
682
|
}, {
|
|
413
683
|
name: "icon-credit-card-alt",
|
|
414
684
|
hidden: true,
|
|
685
|
+
keywords: ["payments", "debit cards", "credit cards", "contactless", "cashless", "loyalty cards", "store cards", "business cards", "bank", "purchase", "payment", "cc"],
|
|
686
|
+
groups: ["item", "money", "card", "account", "finance"],
|
|
687
|
+
related: ["icon-credit-card", "icon-credit-card-alt", "icon-multiple-credit-cards"],
|
|
415
688
|
path: () => import("./icons/icon-credit-card-alt.js"),
|
|
416
689
|
}, {
|
|
417
690
|
name: "icon-credit-card",
|
|
691
|
+
keywords: ["payments", "debit cards", "credit cards", "contactless", "cashless", "loyalty cards", "store cards", "business cards", "bank", "purchase", "payment", "cc"],
|
|
692
|
+
groups: ["item", "money", "card", "account", "finance"],
|
|
693
|
+
related: ["icon-credit-card", "icon-credit-card-alt", "icon-multiple-credit-cards"],
|
|
418
694
|
path: () => import("./icons/icon-credit-card.js"),
|
|
419
695
|
}, {
|
|
420
696
|
name: "icon-crop",
|
|
697
|
+
keywords: ["photo", "image"],
|
|
698
|
+
groups: ["photography", "design"],
|
|
421
699
|
path: () => import("./icons/icon-crop.js"),
|
|
422
700
|
}, {
|
|
423
701
|
name: "icon-crosshair",
|
|
702
|
+
keywords: ["aim", "target"],
|
|
703
|
+
groups: ["photography"],
|
|
424
704
|
path: () => import("./icons/icon-crosshair.js"),
|
|
425
705
|
}, {
|
|
426
706
|
name: "icon-crown-alt",
|
|
427
707
|
hidden: true,
|
|
708
|
+
keywords: ["diadem", "tiara", "circlet", "corona", "king", "ruler", "winner", "favourite"],
|
|
709
|
+
groups: ["gaming"],
|
|
428
710
|
path: () => import("./icons/icon-crown-alt.js"),
|
|
429
711
|
}, {
|
|
430
712
|
name: "icon-crown",
|
|
713
|
+
keywords: ["diadem", "tiara", "circlet", "corona", "king", "ruler", "winner", "favourite"],
|
|
714
|
+
groups: ["gaming"],
|
|
431
715
|
path: () => import("./icons/icon-crown.js"),
|
|
432
716
|
}, {
|
|
433
717
|
name: "icon-cupcake",
|
|
434
718
|
hidden: true,
|
|
719
|
+
keywords: ["pudding", "christmas", "xmas", "custard", "iced bun", "icing", "fondant", "cake", "ice cream", "gelato", "sundae", "scoop", "dollop", "sugar", "food", "sweet"],
|
|
720
|
+
groups: ["food-beverage"],
|
|
435
721
|
path: () => import("./icons/icon-cupcake.js"),
|
|
436
722
|
}, {
|
|
437
723
|
name: "icon-curve",
|
|
724
|
+
keywords: ["tangential", "shape", "circle", "geometry", "trigonometry", "bezier curve"],
|
|
725
|
+
groups: ["shapes", "math", "design", "tools"],
|
|
438
726
|
path: () => import("./icons/icon-curve.js"),
|
|
439
727
|
}, {
|
|
440
728
|
name: "icon-cut",
|
|
729
|
+
keywords: ["cut", "snip", "chop", "stationery", "crafts"],
|
|
730
|
+
groups: ["text", "design", "tools"],
|
|
441
731
|
path: () => import("./icons/icon-cut.js"),
|
|
442
732
|
}, {
|
|
443
733
|
name: "icon-dashboard",
|
|
734
|
+
keywords: ["dashboard", "dial", "meter", "speed", "pressure", "measure", "level"],
|
|
735
|
+
groups: ["transport", "sports", "science"],
|
|
444
736
|
path: () => import("./icons/icon-dashboard.js"),
|
|
445
737
|
}, {
|
|
446
738
|
name: "icon-defrag",
|
|
739
|
+
keywords: ["statistics", "analytics", "diagram", "graph"],
|
|
740
|
+
groups: ["charts"],
|
|
447
741
|
path: () => import("./icons/icon-defrag.js"),
|
|
448
742
|
}, {
|
|
449
743
|
name: "icon-delete-key",
|
|
744
|
+
keywords: ["backspace", "remove"],
|
|
745
|
+
groups: ["text", "arrows"],
|
|
450
746
|
path: () => import("./icons/icon-delete-key.js"),
|
|
451
747
|
}, {
|
|
452
748
|
name: "icon-delete",
|
|
749
|
+
keywords: ["cancel", "close", "cross", "delete", "ex", "remove", "times", "clear", "math", "multiply", "multiplication"],
|
|
750
|
+
groups: ["notifications", "math"],
|
|
453
751
|
path: () => import("./icons/icon-delete.js"),
|
|
454
752
|
}, {
|
|
455
753
|
name: "icon-departure",
|
|
754
|
+
keywords: ["departure", "plane", "trip", "airplane", "takeoff"],
|
|
755
|
+
groups: ["transport", "travel"],
|
|
456
756
|
path: () => import("./icons/icon-departure.js"),
|
|
457
757
|
}, {
|
|
458
758
|
name: "icon-desktop",
|
|
459
759
|
hidden: true,
|
|
760
|
+
keywords: ["tv", "screen", "display", "virtual machine", "vm"],
|
|
761
|
+
groups: ["connectivity", "devices"],
|
|
460
762
|
path: () => import("./icons/icon-desktop.js"),
|
|
461
763
|
}, {
|
|
462
764
|
name: "icon-diagnostics",
|
|
765
|
+
keywords: ["phonendoscope", "medical", "heart", "lungs", "sound"],
|
|
766
|
+
groups: ["science", "medical"],
|
|
463
767
|
path: () => import("./icons/icon-diagnostics.js"),
|
|
464
768
|
}, {
|
|
465
769
|
name: "icon-diagonal-arrow-alt",
|
|
770
|
+
keywords: ["double", "arrow"],
|
|
771
|
+
groups: ["arrows", "cursors"],
|
|
466
772
|
path: () => import("./icons/icon-diagonal-arrow-alt.js"),
|
|
467
773
|
}, {
|
|
468
774
|
name: "icon-diagonal-arrow",
|
|
775
|
+
keywords: ["arrows", "grows", "expands", "bigger", "double", "arrow"],
|
|
776
|
+
groups: ["action", "arrow", "arrows", "cursors"],
|
|
777
|
+
related: ["icon-diagonal-arrow-alt"],
|
|
469
778
|
path: () => import("./icons/icon-diagonal-arrow.js"),
|
|
470
779
|
}, {
|
|
471
780
|
name: "icon-diamond",
|
|
781
|
+
keywords: ["diamonds", "gems", "special", "expensive", "commodities", "commodity", "precious", "valuable", "diamond", "crystal", "ruby", "jewellery", "price", "present", "gift", "ring", "wedding", "proposal", "marriage", "rubygems"],
|
|
782
|
+
groups: ["item", "money", "gaming", "development", "finance"],
|
|
472
783
|
path: () => import("./icons/icon-diamond.js"),
|
|
473
784
|
}, {
|
|
474
785
|
name: "icon-diamonds",
|
|
786
|
+
keywords: ["square", "rectangle", "oblique", "rhombus", "shape", "suit", "playing", "cards"],
|
|
787
|
+
groups: ["shapes", "gaming"],
|
|
475
788
|
path: () => import("./icons/icon-diamonds.js"),
|
|
476
789
|
}, {
|
|
477
790
|
name: "icon-dice",
|
|
791
|
+
keywords: ["dice", "random", "tabletop", "board", "game"],
|
|
792
|
+
groups: ["gaming"],
|
|
478
793
|
path: () => import("./icons/icon-dice.js"),
|
|
479
794
|
}, {
|
|
480
795
|
name: "icon-diploma-alt",
|
|
481
796
|
hidden: true,
|
|
797
|
+
keywords: ["paper", "log", "scripture", "document", "notes", "parchment", "list", "long", "script", "story", "code", "coding"],
|
|
798
|
+
groups: ["gaming", "development", "text"],
|
|
482
799
|
path: () => import("./icons/icon-diploma-alt.js"),
|
|
483
800
|
}, {
|
|
484
801
|
name: "icon-diploma",
|
|
802
|
+
keywords: ["paper", "log", "scripture", "document", "notes", "parchment", "list", "long", "script", "story", "code", "coding"],
|
|
803
|
+
groups: ["gaming", "development", "text"],
|
|
485
804
|
path: () => import("./icons/icon-diploma.js"),
|
|
486
805
|
}, {
|
|
487
806
|
name: "icon-directions-alt",
|
|
807
|
+
keywords: ["break", "disband", "divide", "separate", "branch", "disunite"],
|
|
808
|
+
groups: ["development", "arrows"],
|
|
488
809
|
path: () => import("./icons/icon-directions-alt.js"),
|
|
489
810
|
}, {
|
|
490
811
|
name: "icon-directions",
|
|
812
|
+
keywords: ["signs", "signposts", "bidirectional", "left", "right", "east", "west"],
|
|
813
|
+
groups: ["item", "arrows", "navigation", "development", "gaming"],
|
|
491
814
|
path: () => import("./icons/icon-directions.js"),
|
|
492
815
|
}, {
|
|
493
816
|
name: "icon-disc",
|
|
817
|
+
keywords: ["cds", "discs", "disks", "record", "dvds", "blurays", "bluerays", "blu-rays", "blue rays", "blue-rays", "movies", "films", "music", "album", "vinyl", "cd", "dvd", "format", "dj", "spin", "rotate", "rpm"],
|
|
818
|
+
groups: ["item", "technology", "devices", "multimedia"],
|
|
494
819
|
path: () => import("./icons/icon-disc.js"),
|
|
495
820
|
}, {
|
|
496
821
|
name: "icon-disk-image",
|
|
822
|
+
keywords: ["cds", "dvds", "disk", "disc", "drive", "computer", "server", "memory", "data", "ssd", "hard disk", "storage", "hardware", "backup", "media"],
|
|
823
|
+
groups: ["item", "technology", "hardware", "development", "devices"],
|
|
497
824
|
path: () => import("./icons/icon-disk-image.js"),
|
|
498
825
|
}, {
|
|
499
826
|
name: "icon-display",
|
|
827
|
+
keywords: ["displays", "monitors", "screens", "tvs", "televisions", "computers", "pcs", "tv", "screen", "display", "virtual machine", "vm"],
|
|
828
|
+
groups: ["item", "technology", "hardware", "connectivity", "devices"],
|
|
500
829
|
path: () => import("./icons/icon-display.js"),
|
|
501
830
|
}, {
|
|
502
831
|
name: "icon-dna",
|
|
832
|
+
keywords: ["biology", "id", "identity", "gene", "gmo", "helix", "heredity", "chromosome", "nucleic acid"],
|
|
833
|
+
groups: ["item", "science", "medical"],
|
|
503
834
|
path: () => import("./icons/icon-dna.js"),
|
|
504
835
|
}, {
|
|
505
836
|
name: "icon-dock-connector",
|
|
837
|
+
keywords: ["usb", "apple", "30-pin", "adaptor", "cable", "charges", "charging", "cord", "wire", "connector", "connection", "link", "signal", "console", "computer", "equipment", "electricity", "energy", "electronics", "recharging", "charger", "power", "supply", "disconnected", "unplugged", "plugs", "interface", "input", "output", "audio video", "av", "rca", "scart", "tv", "television", "optical"],
|
|
838
|
+
groups: ["item", "technology", "connectivity", "devices", "multimedia"],
|
|
506
839
|
path: () => import("./icons/icon-dock-connector.js"),
|
|
507
840
|
}, {
|
|
508
841
|
name: "icon-document-dashed-line",
|
|
509
842
|
hidden: true,
|
|
843
|
+
keywords: ["documents", "new", "create", "pages", "papers", "drafts", "document"],
|
|
844
|
+
groups: ["document", "files"],
|
|
510
845
|
path: () => import("./icons/icon-document-dashed-line.js"),
|
|
511
846
|
}, {
|
|
512
847
|
name: "icon-document",
|
|
848
|
+
keywords: ["papers", "documents", "pages", "sheets", "leaf", "leaves", "new", "blank", "document"],
|
|
849
|
+
groups: ["item", "files"],
|
|
513
850
|
path: () => import("./icons/icon-document.js"),
|
|
514
851
|
}, {
|
|
515
852
|
name: "icon-documents",
|
|
853
|
+
keywords: ["multiple", "copy", "documents"],
|
|
854
|
+
groups: ["files"],
|
|
516
855
|
path: () => import("./icons/icon-documents.js"),
|
|
517
856
|
}, {
|
|
518
857
|
name: "icon-donate",
|
|
519
858
|
hidden: true,
|
|
859
|
+
keywords: ["agreement", "help", "proposal", "charity", "begging", "terms"],
|
|
860
|
+
groups: ["emoji"],
|
|
520
861
|
path: () => import("./icons/icon-donate.js"),
|
|
521
862
|
}, {
|
|
522
863
|
name: "icon-door-open-alt",
|
|
523
864
|
hidden: true,
|
|
865
|
+
keywords: ["entrance", "entry", "exit", "ingress", "egress", "gate", "gateway", "emergency exit"],
|
|
866
|
+
groups: ["home", "travel", "security"],
|
|
524
867
|
path: () => import("./icons/icon-door-open-alt.js"),
|
|
525
868
|
}, {
|
|
526
869
|
name: "icon-door-open",
|
|
870
|
+
keywords: ["doors", "entrances", "exits", "log out", "logout", "log in", "login", "entrance", "entry", "exit", "ingress", "egress", "gate", "gateway", "emergency exit"],
|
|
871
|
+
groups: ["item", "home", "travel", "security"],
|
|
527
872
|
path: () => import("./icons/icon-door-open.js"),
|
|
528
873
|
}, {
|
|
529
874
|
name: "icon-download-alt",
|
|
875
|
+
keywords: ["import", "export", "save"],
|
|
876
|
+
groups: ["arrows", "files"],
|
|
530
877
|
path: () => import("./icons/icon-download-alt.js"),
|
|
531
878
|
}, {
|
|
532
879
|
name: "icon-download",
|
|
880
|
+
keywords: ["tv", "screen", "display", "desktop", "download"],
|
|
881
|
+
groups: ["connectivity", "devices"],
|
|
533
882
|
path: () => import("./icons/icon-download.js"),
|
|
534
883
|
}, {
|
|
535
884
|
name: "icon-drop",
|
|
885
|
+
keywords: ["water", "weather", "liquid", "fluid", "wet", "moisture", "damp", "bead", "globule"],
|
|
886
|
+
groups: ["weather", "gaming"],
|
|
536
887
|
path: () => import("./icons/icon-drop.js"),
|
|
537
888
|
}, {
|
|
538
889
|
name: "icon-eco",
|
|
890
|
+
keywords: ["sustainability", "nature", "energy", "plant", "autumn"],
|
|
891
|
+
groups: ["nature", "sustainability", "seasons"],
|
|
539
892
|
path: () => import("./icons/icon-eco.js"),
|
|
540
893
|
}, {
|
|
541
894
|
name: "icon-economy",
|
|
542
895
|
hidden: true,
|
|
896
|
+
keywords: ["money", "cash", "finance", "gamble"],
|
|
897
|
+
groups: ["gaming"],
|
|
543
898
|
path: () => import("./icons/icon-economy.js"),
|
|
544
899
|
}, {
|
|
545
900
|
name: "icon-edit",
|
|
901
|
+
keywords: ["pencils", "pens", "edits", "writers", "authors", "writes", "rubber", "edit", "create", "draw", "sketch", "draft", "writer", "writing", "stationery", "artist"],
|
|
902
|
+
groups: ["item", "design", "cursors", "tools", "text"],
|
|
546
903
|
path: () => import("./icons/icon-edit.js"),
|
|
547
904
|
}, {
|
|
548
905
|
name: "icon-embed",
|
|
906
|
+
keywords: ["tv", "screen", "display", "desktop", "video", "movie", "film", "running", "start", "boot", "virtual machine", "vm"],
|
|
907
|
+
groups: ["connectivity", "devices", "multimedia"],
|
|
549
908
|
path: () => import("./icons/icon-embed.js"),
|
|
550
909
|
}, {
|
|
551
910
|
name: "icon-employee",
|
|
552
911
|
hidden: true,
|
|
912
|
+
keywords: ["person", "account", "contact"],
|
|
913
|
+
groups: ["user", "special", "account"],
|
|
914
|
+
related: ["icon-user", "icon-user-female", "icon-umb-users", "icon-user-glasses", "icon-client", "icon-employee", "icon-piracy", "icon-theif", "icon-operator"],
|
|
553
915
|
path: () => import("./icons/icon-employee.js"),
|
|
554
916
|
}, {
|
|
555
917
|
name: "icon-energy-saving-bulb",
|
|
918
|
+
keywords: ["idea", "bright", "lights"],
|
|
919
|
+
groups: ["photography"],
|
|
556
920
|
path: () => import("./icons/icon-energy-saving-bulb.js"),
|
|
557
921
|
}, {
|
|
558
922
|
name: "icon-enter",
|
|
923
|
+
keywords: ["arrow", "return"],
|
|
924
|
+
groups: ["arrows"],
|
|
559
925
|
path: () => import("./icons/icon-enter.js"),
|
|
560
926
|
}, {
|
|
561
927
|
name: "icon-equalizer",
|
|
928
|
+
keywords: ["equalizers", "equaliser", "equalisers", "settings", "options", "configuration", "filters", "controls"],
|
|
929
|
+
groups: ["item", "technology", "hardware", "account"],
|
|
562
930
|
path: () => import("./icons/icon-equalizer.js"),
|
|
563
931
|
}, {
|
|
564
932
|
name: "icon-escape",
|
|
933
|
+
keywords: ["out", "escapes", "exits", "outwards", "direction", "north-west", "diagonal", "keyboard", "button", "escape"],
|
|
934
|
+
groups: ["action", "arrow", "circle", "arrows", "development"],
|
|
565
935
|
path: () => import("./icons/icon-escape.js"),
|
|
566
936
|
}, {
|
|
567
937
|
name: "icon-ethernet",
|
|
938
|
+
keywords: ["tree"],
|
|
939
|
+
groups: ["development"],
|
|
568
940
|
path: () => import("./icons/icon-ethernet.js"),
|
|
569
941
|
}, {
|
|
570
942
|
name: "icon-eye",
|
|
943
|
+
keywords: ["view", "watch", "see", "show", "expose", "reveal", "display", "visible", "visibility", "vision", "preview", "read"],
|
|
944
|
+
groups: ["accessibility", "photography", "design", "security"],
|
|
571
945
|
path: () => import("./icons/icon-eye.js"),
|
|
572
946
|
}, {
|
|
573
947
|
name: "icon-exit-fullscreen",
|
|
948
|
+
keywords: ["exit fullscreen", "arrows", "close", "shrink"],
|
|
949
|
+
groups: ["arrows", "layout", "design"],
|
|
574
950
|
path: () => import("./icons/icon-exit-fullscreen.js"),
|
|
575
951
|
}, {
|
|
576
952
|
name: "icon-facebook-like",
|
|
953
|
+
keywords: ["thumbs up", "likes", "social media", "like", "good", "emotion"],
|
|
954
|
+
groups: ["item", "hand", "thumb", "account", "social", "emoji"],
|
|
577
955
|
path: () => import("./icons/icon-facebook-like.js"),
|
|
578
956
|
}, {
|
|
579
957
|
name: "icon-factory",
|
|
958
|
+
keywords: ["building", "business", "energy", "industry", "manufacture", "sector"],
|
|
959
|
+
groups: ["buildings", "navigation"],
|
|
580
960
|
path: () => import("./icons/icon-factory.js"),
|
|
581
961
|
}, {
|
|
582
962
|
name: "icon-favorite",
|
|
963
|
+
keywords: ["like", "love", "emotion", "suit", "playing", "cards"],
|
|
964
|
+
groups: ["medical", "social", "multimedia", "emoji", "gaming", "shapes"],
|
|
583
965
|
path: () => import("./icons/icon-favorite.js"),
|
|
584
966
|
}, {
|
|
585
967
|
name: "icon-file-cabinet",
|
|
968
|
+
keywords: ["filing cabinets", "offices", "drawers", "storage", "books", "reading", "written", "authors", "stories", "fiction", "novels", "information", "knowledge", "education", "high school", "university", "college", "academy", "learning", "study", "research", "collection", "vinyl", "records", "albums", "music", "package"],
|
|
969
|
+
groups: ["item", "workplace", "text", "photography", "multimedia", "navigation", "development"],
|
|
586
970
|
path: () => import("./icons/icon-file-cabinet.js"),
|
|
587
971
|
}, {
|
|
588
972
|
name: "icon-files",
|
|
973
|
+
keywords: ["storage", "filing", "filing cabinets", "repository", "repositories", "versions", "multiple", "copy", "documents", "revisions", "version control", "history"],
|
|
974
|
+
groups: ["item", "workplace", "files", "development"],
|
|
589
975
|
path: () => import("./icons/icon-files.js"),
|
|
590
976
|
}, {
|
|
591
977
|
name: "icon-filter-arrows",
|
|
978
|
+
keywords: ["filter", "sort", "ascending", "descending", "increasing", "decreasing", "rising", "falling", "alphabetical"],
|
|
979
|
+
groups: ["text", "layout", "arrows"],
|
|
592
980
|
path: () => import("./icons/icon-filter-arrows.js"),
|
|
593
981
|
}, {
|
|
594
982
|
name: "icon-filter",
|
|
983
|
+
keywords: ["filter", "hopper"],
|
|
984
|
+
groups: ["layout"],
|
|
595
985
|
path: () => import("./icons/icon-filter.js"),
|
|
596
986
|
}, {
|
|
597
987
|
name: "icon-fingerprint",
|
|
988
|
+
keywords: ["fingerprints", "crimes", "criminals", "id", "identification", "biometrics"],
|
|
989
|
+
groups: ["item", "security"],
|
|
598
990
|
path: () => import("./icons/icon-fingerprint.js"),
|
|
599
991
|
}, {
|
|
600
992
|
name: "icon-fire",
|
|
993
|
+
keywords: ["campfire", "camping", "wilderness", "outdoors", "lit", "warmth", "wood", "twigs", "sticks"],
|
|
994
|
+
groups: ["nature", "social", "gaming"],
|
|
601
995
|
path: () => import("./icons/icon-fire.js"),
|
|
602
996
|
}, {
|
|
603
997
|
name: "icon-firewire",
|
|
604
998
|
hidden: true,
|
|
999
|
+
keywords: ["universal", "serial", "bus", "controller", "connector", "interface"],
|
|
1000
|
+
groups: ["devices", "multimedia", "home"],
|
|
605
1001
|
path: () => import("./icons/icon-firewire.js"),
|
|
606
1002
|
}, {
|
|
607
1003
|
name: "icon-flag-alt",
|
|
1004
|
+
keywords: ["report", "marker", "notification", "warning", "milestone", "goal", "notice", "signal", "attention", "banner"],
|
|
1005
|
+
groups: ["account", "social"],
|
|
608
1006
|
path: () => import("./icons/icon-flag-alt.js"),
|
|
609
1007
|
}, {
|
|
610
1008
|
name: "icon-flag",
|
|
1009
|
+
keywords: ["report", "timeline", "marker", "pin"],
|
|
1010
|
+
groups: ["development", "navigation"],
|
|
611
1011
|
path: () => import("./icons/icon-flag.js"),
|
|
612
1012
|
}, {
|
|
613
1013
|
name: "icon-flash",
|
|
1014
|
+
keywords: ["flash", "camera", "lightning", "electricity", "energy"],
|
|
1015
|
+
groups: ["connectivity", "devices", "photography", "weather"],
|
|
614
1016
|
path: () => import("./icons/icon-flash.js"),
|
|
615
1017
|
}, {
|
|
616
1018
|
name: "icon-flashlight",
|
|
1019
|
+
keywords: ["torch", "light", "beam", "emergency", "safety", "tool", "bright"],
|
|
1020
|
+
groups: ["photography", "devices"],
|
|
617
1021
|
path: () => import("./icons/icon-flashlight.js"),
|
|
618
1022
|
}, {
|
|
619
1023
|
name: "icon-flowerpot",
|
|
1024
|
+
keywords: ["sustainability", "nature", "plant"],
|
|
1025
|
+
groups: ["nature", "sustainability", "seasons"],
|
|
620
1026
|
path: () => import("./icons/icon-flowerpot.js"),
|
|
621
1027
|
}, {
|
|
622
1028
|
name: "icon-folder",
|
|
1029
|
+
keywords: ["folders", "filing", "documents", "stroage", "directory"],
|
|
1030
|
+
groups: ["item", "workplace", "files"],
|
|
623
1031
|
path: () => import("./icons/icon-folder.js"),
|
|
624
1032
|
}, {
|
|
625
1033
|
name: "icon-folders",
|
|
1034
|
+
keywords: ["files", "documents", "storage", "library", "components", "multiple", "copy", "directories"],
|
|
1035
|
+
groups: ["item", "workplace", "files"],
|
|
626
1036
|
path: () => import("./icons/icon-folders.js"),
|
|
627
1037
|
}, {
|
|
628
1038
|
name: "icon-font",
|
|
1039
|
+
keywords: ["text", "font", "typography"],
|
|
1040
|
+
groups: ["text"],
|
|
629
1041
|
path: () => import("./icons/icon-font.js"),
|
|
630
1042
|
}, {
|
|
631
1043
|
name: "icon-food",
|
|
1044
|
+
keywords: ["fork", "knife", "cutlery", "flatware", "tableware", "silverware", "food", "restaurant", "meal", "breakfast", "dinner", "supper"],
|
|
1045
|
+
groups: ["food-beverage", "travel", "navigation"],
|
|
632
1046
|
path: () => import("./icons/icon-food.js"),
|
|
633
1047
|
}, {
|
|
634
1048
|
name: "icon-footprints",
|
|
1049
|
+
keywords: ["steps", "walking", "foot", "feet", "trail", "shoe"],
|
|
1050
|
+
groups: ["navigation"],
|
|
635
1051
|
path: () => import("./icons/icon-footprints.js"),
|
|
636
1052
|
}, {
|
|
637
1053
|
name: "icon-forking",
|
|
1054
|
+
keywords: ["code", "version control", "open"],
|
|
1055
|
+
groups: ["development"],
|
|
638
1056
|
path: () => import("./icons/icon-forking.js"),
|
|
639
1057
|
}, {
|
|
640
1058
|
name: "icon-frame-alt",
|
|
641
1059
|
hidden: true,
|
|
1060
|
+
keywords: ["logo", "design", "tool"],
|
|
1061
|
+
groups: ["design", "photography"],
|
|
642
1062
|
path: () => import("./icons/icon-frame-alt.js"),
|
|
643
1063
|
}, {
|
|
644
1064
|
name: "icon-frame",
|
|
1065
|
+
keywords: ["logo", "design", "tool"],
|
|
1066
|
+
groups: ["design", "photography"],
|
|
645
1067
|
path: () => import("./icons/icon-frame.js"),
|
|
646
1068
|
}, {
|
|
647
1069
|
name: "icon-fullscreen-alt",
|
|
1070
|
+
keywords: ["fullscreen", "arrows", "expand"],
|
|
1071
|
+
groups: ["arrows", "layout", "design"],
|
|
648
1072
|
path: () => import("./icons/icon-fullscreen-alt.js"),
|
|
649
1073
|
}, {
|
|
650
1074
|
name: "icon-fullscreen",
|
|
1075
|
+
keywords: ["fullscreen", "expand", "dashed"],
|
|
1076
|
+
groups: ["layout", "design"],
|
|
651
1077
|
path: () => import("./icons/icon-fullscreen.js"),
|
|
652
1078
|
}, {
|
|
653
1079
|
name: "icon-game",
|
|
1080
|
+
keywords: ["console"],
|
|
1081
|
+
groups: ["gaming", "devices"],
|
|
654
1082
|
path: () => import("./icons/icon-game.js"),
|
|
655
1083
|
}, {
|
|
656
1084
|
name: "icon-geometry",
|
|
657
1085
|
hidden: true,
|
|
1086
|
+
keywords: ["measurements", "centimeters", "cm", "millimeters", "mm", "metre", "foot", "feet", "inches", "units", "size", "length", "width", "height", "dimensions", "depth", "breadth", "extent", "stationery"],
|
|
1087
|
+
groups: ["tools", "design", "layout"],
|
|
658
1088
|
path: () => import("./icons/icon-geometry.js"),
|
|
659
1089
|
}, {
|
|
660
1090
|
name: "icon-gift",
|
|
1091
|
+
keywords: ["gifts", "presents", "christmas", "birthdays", "giving", "rewards", "surprises", "present", "box", "birthday", "party"],
|
|
1092
|
+
groups: ["item", "gaming", "account"],
|
|
661
1093
|
path: () => import("./icons/icon-gift.js"),
|
|
662
1094
|
}, {
|
|
663
1095
|
name: "icon-glasses",
|
|
1096
|
+
keywords: ["glasses", "spectacles"],
|
|
1097
|
+
groups: ["accessibility"],
|
|
664
1098
|
path: () => import("./icons/icon-glasses.js"),
|
|
665
1099
|
}, {
|
|
666
1100
|
name: "icon-globe-alt",
|
|
1101
|
+
keywords: ["world", "browser", "language", "translate"],
|
|
1102
|
+
groups: ["navigation"],
|
|
667
1103
|
path: () => import("./icons/icon-globe-alt.js"),
|
|
668
1104
|
}, {
|
|
669
1105
|
name: "icon-globe-asia",
|
|
670
1106
|
hidden: true,
|
|
1107
|
+
keywords: ["world", "browser", "language", "translate"],
|
|
1108
|
+
groups: ["navigation"],
|
|
671
1109
|
path: () => import("./icons/icon-globe-asia.js"),
|
|
672
1110
|
}, {
|
|
673
1111
|
name: "icon-globe-europe-africa",
|
|
674
1112
|
hidden: true,
|
|
1113
|
+
keywords: ["world", "browser", "language", "translate"],
|
|
1114
|
+
groups: ["navigation"],
|
|
675
1115
|
path: () => import("./icons/icon-globe-europe-africa.js"),
|
|
676
1116
|
}, {
|
|
677
1117
|
name: "icon-globe-inverted-america",
|
|
678
1118
|
hidden: true,
|
|
1119
|
+
keywords: ["world", "browser", "language", "translate"],
|
|
1120
|
+
groups: ["navigation"],
|
|
679
1121
|
path: () => import("./icons/icon-globe-inverted-america.js"),
|
|
680
1122
|
}, {
|
|
681
1123
|
name: "icon-globe-inverted-asia",
|
|
682
1124
|
hidden: true,
|
|
1125
|
+
keywords: ["world", "browser", "language", "translate"],
|
|
1126
|
+
groups: ["navigation"],
|
|
683
1127
|
path: () => import("./icons/icon-globe-inverted-asia.js"),
|
|
684
1128
|
}, {
|
|
685
1129
|
name: "icon-globe-inverted-europe-africa",
|
|
686
1130
|
hidden: true,
|
|
1131
|
+
keywords: ["planets", "earth", "world", "browser", "language", "translate"],
|
|
1132
|
+
groups: ["item", "globe", "navigation"],
|
|
687
1133
|
path: () => import("./icons/icon-globe-inverted-europe-africa.js"),
|
|
688
1134
|
}, {
|
|
689
1135
|
name: "icon-globe",
|
|
1136
|
+
keywords: ["world", "browser", "language", "translate"],
|
|
1137
|
+
groups: ["navigation"],
|
|
690
1138
|
path: () => import("./icons/icon-globe.js"),
|
|
691
1139
|
}, {
|
|
692
1140
|
name: "icon-gps",
|
|
1141
|
+
keywords: ["satellites", "space", "satnav", "sat nav", "satellite navigation", "gps", "space station", "orbit", "transmitter"],
|
|
1142
|
+
groups: ["item", "technology", "hardware", "connectivity", "science"],
|
|
693
1143
|
path: () => import("./icons/icon-gps.js"),
|
|
694
1144
|
}, {
|
|
695
1145
|
name: "icon-graduate",
|
|
1146
|
+
keywords: ["school", "university", "learn", "study", "mortarboard", "education", "ceremony", "academic", "hat", "diploma", "bachlor's", "master's", "doctorate"],
|
|
1147
|
+
groups: ["buildings"],
|
|
696
1148
|
path: () => import("./icons/icon-graduate.js"),
|
|
697
1149
|
}, {
|
|
698
1150
|
name: "icon-grid",
|
|
1151
|
+
keywords: ["table", "rows", "columns"],
|
|
1152
|
+
groups: ["text", "layout", "design"],
|
|
699
1153
|
path: () => import("./icons/icon-grid.js"),
|
|
700
1154
|
}, {
|
|
701
1155
|
name: "icon-grip",
|
|
702
1156
|
hidden: true,
|
|
1157
|
+
keywords: ["grab", "dots", "handle", "move", "drag"],
|
|
1158
|
+
groups: ["layout"],
|
|
703
1159
|
path: () => import("./icons/icon-grip.js"),
|
|
704
1160
|
}, {
|
|
705
1161
|
name: "icon-hammer",
|
|
1162
|
+
keywords: ["mallet", "nails", "diy", "toolbox", "build", "construction"],
|
|
1163
|
+
groups: ["tools", "home"],
|
|
706
1164
|
path: () => import("./icons/icon-hammer.js"),
|
|
707
1165
|
}, {
|
|
708
1166
|
name: "icon-hand-active-alt",
|
|
@@ -714,910 +1172,1555 @@ export default [{
|
|
|
714
1172
|
}, {
|
|
715
1173
|
name: "icon-hand-pointer-alt",
|
|
716
1174
|
hidden: true,
|
|
1175
|
+
keywords: ["mouse"],
|
|
1176
|
+
groups: ["cursors"],
|
|
717
1177
|
path: () => import("./icons/icon-hand-pointer-alt.js"),
|
|
718
1178
|
}, {
|
|
719
1179
|
name: "icon-hand-pointer",
|
|
1180
|
+
keywords: ["mouse"],
|
|
1181
|
+
groups: ["cursors"],
|
|
720
1182
|
path: () => import("./icons/icon-hand-pointer.js"),
|
|
721
1183
|
}, {
|
|
722
1184
|
name: "icon-handshake",
|
|
1185
|
+
keywords: ["meetings", "handshakes", "greetings", "business", "agreement", "charity", "help", "deal", "terms", "emotion", "together", "handshake"],
|
|
1186
|
+
groups: ["item", "hand", "emoji", "account", "security"],
|
|
723
1187
|
path: () => import("./icons/icon-handshake.js"),
|
|
724
1188
|
}, {
|
|
725
1189
|
name: "icon-handtool-alt",
|
|
726
1190
|
hidden: true,
|
|
1191
|
+
keywords: ["hands", "grabs", "cursor", "wave", "move", "mouse", "grab"],
|
|
1192
|
+
groups: ["item", "hand", "cursors", "accessibility"],
|
|
727
1193
|
path: () => import("./icons/icon-handtool-alt.js"),
|
|
728
1194
|
}, {
|
|
729
1195
|
name: "icon-handtool",
|
|
1196
|
+
keywords: ["hands", "grabs", "cursor", "wave", "move", "mouse", "grab"],
|
|
1197
|
+
groups: ["item", "hand", "cursors", "accessibility"],
|
|
730
1198
|
path: () => import("./icons/icon-handtool.js"),
|
|
731
1199
|
}, {
|
|
732
1200
|
name: "icon-hard-drive-alt",
|
|
733
1201
|
hidden: true,
|
|
1202
|
+
keywords: ["computer", "server", "memory", "data", "ssd", "disk", "hard disk", "storage", "hardware", "backup", "media"],
|
|
1203
|
+
groups: ["development", "devices"],
|
|
734
1204
|
path: () => import("./icons/icon-hard-drive-alt.js"),
|
|
735
1205
|
}, {
|
|
736
1206
|
name: "icon-hard-drive",
|
|
737
1207
|
hidden: true,
|
|
1208
|
+
keywords: ["computer", "server", "memory", "data", "ssd", "disk", "hard disk", "storage", "hardware", "backup", "media"],
|
|
1209
|
+
groups: ["development", "devices"],
|
|
738
1210
|
path: () => import("./icons/icon-hard-drive.js"),
|
|
739
1211
|
}, {
|
|
740
1212
|
name: "icon-heading",
|
|
1213
|
+
keywords: ["h1", "html", "markup", "markdown"],
|
|
1214
|
+
groups: ["text"],
|
|
741
1215
|
path: () => import("./icons/icon-heading.js"),
|
|
742
1216
|
}, {
|
|
743
1217
|
name: "icon-heading-1",
|
|
1218
|
+
keywords: ["h1", "html", "markup", "markdown"],
|
|
1219
|
+
groups: ["text"],
|
|
744
1220
|
path: () => import("./icons/icon-heading-1.js"),
|
|
745
1221
|
}, {
|
|
746
1222
|
name: "icon-heading-2",
|
|
1223
|
+
keywords: ["h2", "html", "markup", "markdown"],
|
|
1224
|
+
groups: ["text"],
|
|
747
1225
|
path: () => import("./icons/icon-heading-2.js"),
|
|
748
1226
|
}, {
|
|
749
1227
|
name: "icon-heading-3",
|
|
1228
|
+
keywords: ["h3", "html", "markup", "markdown"],
|
|
1229
|
+
groups: ["text"],
|
|
750
1230
|
path: () => import("./icons/icon-heading-3.js"),
|
|
751
1231
|
}, {
|
|
752
1232
|
name: "icon-heading-4",
|
|
1233
|
+
keywords: ["h4", "html", "markup", "markdown"],
|
|
1234
|
+
groups: ["text"],
|
|
753
1235
|
path: () => import("./icons/icon-heading-4.js"),
|
|
754
1236
|
}, {
|
|
755
1237
|
name: "icon-heading-5",
|
|
1238
|
+
keywords: ["h5", "html", "markup", "markdown"],
|
|
1239
|
+
groups: ["text"],
|
|
756
1240
|
path: () => import("./icons/icon-heading-5.js"),
|
|
757
1241
|
}, {
|
|
758
1242
|
name: "icon-heading-6",
|
|
1243
|
+
keywords: ["h6", "html", "markup", "markdown"],
|
|
1244
|
+
groups: ["text"],
|
|
759
1245
|
path: () => import("./icons/icon-heading-6.js"),
|
|
760
1246
|
}, {
|
|
761
1247
|
name: "icon-headphones",
|
|
1248
|
+
keywords: ["music", "audio", "sound"],
|
|
1249
|
+
groups: ["multimedia", "connectivity", "devices", "files", "gaming"],
|
|
762
1250
|
path: () => import("./icons/icon-headphones.js"),
|
|
763
1251
|
}, {
|
|
764
1252
|
name: "icon-headset",
|
|
765
1253
|
hidden: true,
|
|
1254
|
+
keywords: ["music", "audio", "sound"],
|
|
1255
|
+
groups: ["multimedia", "connectivity", "devices", "files", "gaming"],
|
|
766
1256
|
path: () => import("./icons/icon-headset.js"),
|
|
767
1257
|
}, {
|
|
768
1258
|
name: "icon-hearts",
|
|
1259
|
+
keywords: ["love", "care", "caring", "health", "like", "emotion", "suit", "playing", "cards"],
|
|
1260
|
+
groups: ["shape", "medical", "social", "multimedia", "emoji", "gaming", "shapes"],
|
|
769
1261
|
path: () => import("./icons/icon-hearts.js"),
|
|
770
1262
|
}, {
|
|
771
1263
|
name: "icon-height",
|
|
1264
|
+
keywords: ["heights", "distances", "spaces", "spacing", "vertical", "double", "arrow"],
|
|
1265
|
+
groups: ["action", "arrow", "box", "arrows", "cursors"],
|
|
772
1266
|
path: () => import("./icons/icon-height.js"),
|
|
773
1267
|
}, {
|
|
774
1268
|
name: "icon-help-alt",
|
|
1269
|
+
keywords: ["questions", "question marks", "assistance"],
|
|
1270
|
+
groups: ["misc"],
|
|
775
1271
|
path: () => import("./icons/icon-help-alt.js"),
|
|
776
1272
|
}, {
|
|
777
1273
|
name: "icon-help",
|
|
1274
|
+
keywords: ["preserver", "life belt", "lifesaver", "help", "rescue", "ship", "ring", "raft", "inflatable", "wheel", "donut"],
|
|
1275
|
+
groups: ["accessibility", "medical"],
|
|
778
1276
|
path: () => import("./icons/icon-help.js"),
|
|
779
1277
|
}, {
|
|
780
1278
|
name: "icon-history",
|
|
1279
|
+
keywords: ["time", "redo", "undo", "rewind", "timeline", "version", "time machine", "backup", "rotate", "ccw"],
|
|
1280
|
+
groups: ["arrows", "time"],
|
|
781
1281
|
path: () => import("./icons/icon-history.js"),
|
|
782
1282
|
}, {
|
|
783
1283
|
name: "icon-home",
|
|
1284
|
+
keywords: ["home", "living", "building", "residence", "architecture"],
|
|
1285
|
+
groups: ["buildings", "home", "navigation"],
|
|
784
1286
|
path: () => import("./icons/icon-home.js"),
|
|
785
1287
|
}, {
|
|
786
1288
|
name: "icon-horizontal-rule",
|
|
1289
|
+
keywords: ["move", "split"],
|
|
1290
|
+
groups: ["text", "arrows", "layout"],
|
|
787
1291
|
path: () => import("./icons/icon-horizontal-rule.js"),
|
|
788
1292
|
}, {
|
|
789
1293
|
name: "icon-hourglass",
|
|
1294
|
+
keywords: ["timer", "time", "sandglass"],
|
|
1295
|
+
groups: ["time", "gaming"],
|
|
790
1296
|
path: () => import("./icons/icon-hourglass.js"),
|
|
791
1297
|
}, {
|
|
792
1298
|
name: "icon-imac",
|
|
793
1299
|
hidden: true,
|
|
1300
|
+
keywords: ["tv", "screen", "display", "virtual machine", "vm"],
|
|
1301
|
+
groups: ["connectivity", "devices"],
|
|
794
1302
|
path: () => import("./icons/icon-imac.js"),
|
|
795
1303
|
}, {
|
|
796
1304
|
name: "icon-image-up",
|
|
1305
|
+
keywords: ["picture", "photo", "upload", "import"],
|
|
1306
|
+
groups: ["photography", "text", "multimedia", "files"],
|
|
797
1307
|
path: () => import("./icons/icon-image-up.js"),
|
|
798
1308
|
}, {
|
|
799
1309
|
name: "icon-inbox-full",
|
|
800
1310
|
hidden: true,
|
|
1311
|
+
keywords: ["email"],
|
|
1312
|
+
groups: ["account", "mail"],
|
|
801
1313
|
path: () => import("./icons/icon-inbox-full.js"),
|
|
802
1314
|
}, {
|
|
803
1315
|
name: "icon-inbox",
|
|
1316
|
+
keywords: ["email"],
|
|
1317
|
+
groups: ["account", "mail"],
|
|
804
1318
|
path: () => import("./icons/icon-inbox.js"),
|
|
805
1319
|
}, {
|
|
806
1320
|
name: "icon-indent",
|
|
1321
|
+
keywords: ["move", "indentation", "padding", "spacing", "margin"],
|
|
1322
|
+
groups: ["action", "arrow", "box"],
|
|
1323
|
+
related: ["icon-outdent"],
|
|
807
1324
|
path: () => import("./icons/icon-indent.js"),
|
|
808
1325
|
}, {
|
|
809
1326
|
name: "icon-infinity",
|
|
1327
|
+
keywords: ["unlimited", "forever", "loop", "math"],
|
|
1328
|
+
groups: ["multimedia"],
|
|
810
1329
|
path: () => import("./icons/icon-infinity.js"),
|
|
811
1330
|
}, {
|
|
812
1331
|
name: "icon-info",
|
|
1332
|
+
keywords: ["about", "advice", "clue", "details", "help", "hint", "indicator", "information", "knowledge", "notice", "status", "support", "tooltip"],
|
|
1333
|
+
groups: ["accessibility", "notifications"],
|
|
813
1334
|
path: () => import("./icons/icon-info.js"),
|
|
814
1335
|
}, {
|
|
815
1336
|
name: "icon-invoice",
|
|
816
1337
|
hidden: true,
|
|
1338
|
+
keywords: ["bills", "invoices", "dollar", "usd", "currency", "paper", "log", "scripture", "document", "notes", "parchment", "list", "long", "script", "story", "code", "coding"],
|
|
1339
|
+
groups: ["item", "money", "invoice", "gaming", "development", "text"],
|
|
817
1340
|
path: () => import("./icons/icon-invoice.js"),
|
|
818
1341
|
}, {
|
|
819
1342
|
name: "icon-ipad",
|
|
820
1343
|
hidden: true,
|
|
1344
|
+
keywords: ["tablet", "device"],
|
|
1345
|
+
groups: ["devices"],
|
|
821
1346
|
path: () => import("./icons/icon-ipad.js"),
|
|
822
1347
|
}, {
|
|
823
1348
|
name: "icon-iphone",
|
|
824
1349
|
hidden: true,
|
|
1350
|
+
keywords: ["mobiles", "telephones", "cellphones", "cell phones", "phone", "cellphone", "device", "screen"],
|
|
1351
|
+
groups: ["item", "household", "phone", "connectivity", "devices"],
|
|
1352
|
+
related: ["icon-old-phone", "icon-phone", "icon-phone-ring"],
|
|
825
1353
|
path: () => import("./icons/icon-iphone.js"),
|
|
826
1354
|
}, {
|
|
827
1355
|
name: "icon-italic",
|
|
1356
|
+
keywords: ["oblique", "text", "format"],
|
|
1357
|
+
groups: ["text"],
|
|
828
1358
|
path: () => import("./icons/icon-italic.js"),
|
|
829
1359
|
}, {
|
|
830
1360
|
name: "icon-item-arrangement",
|
|
831
1361
|
hidden: true,
|
|
1362
|
+
keywords: ["rows", "grid", "boxes", "squares", "six", "6", "property list", "plist", "spreadsheet", "dictionary", "object", "hash"],
|
|
1363
|
+
groups: ["shape", "box", "layout", "text", "development", "files"],
|
|
1364
|
+
related: ["icon-thumbnails", "icon-grid", "icon-stop", "icon-thumbnail-list", "icon-item-arrangement"],
|
|
832
1365
|
path: () => import("./icons/icon-item-arrangement.js"),
|
|
833
1366
|
}, {
|
|
834
1367
|
name: "icon-junk",
|
|
1368
|
+
keywords: ["trash", "recycling bin", "recycle bin", "bin", "reuses", "index", "backup", "box", "storage", "records", "junk"],
|
|
1369
|
+
groups: ["item", "household", "files", "mail"],
|
|
835
1370
|
path: () => import("./icons/icon-junk.js"),
|
|
836
1371
|
}, {
|
|
837
1372
|
name: "icon-key",
|
|
1373
|
+
keywords: ["key", "lock", "house", "home", "password", "login", "authentication", "secure", "unlock"],
|
|
1374
|
+
groups: ["item", "security", "account"],
|
|
1375
|
+
related: ["icon-lock", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
838
1376
|
path: () => import("./icons/icon-key.js"),
|
|
839
1377
|
}, {
|
|
840
1378
|
name: "icon-keyboard",
|
|
1379
|
+
keywords: ["type", "inputs", "layout", "spell", "settings", "mouse"],
|
|
1380
|
+
groups: ["item", "technology", "hardware", "text", "devices", "development"],
|
|
841
1381
|
path: () => import("./icons/icon-keyboard.js"),
|
|
842
1382
|
}, {
|
|
843
1383
|
name: "icon-lab",
|
|
1384
|
+
keywords: ["science", "beaker", "test tube", "testtube", "erlenmeyer", "lab", "chemistry", "experiment", "test"],
|
|
1385
|
+
groups: ["misc", "science", "gaming"],
|
|
844
1386
|
path: () => import("./icons/icon-lab.js"),
|
|
845
1387
|
}, {
|
|
846
1388
|
name: "icon-laptop",
|
|
1389
|
+
keywords: ["pc", "computers", "macbooks", "computer", "screen", "remote"],
|
|
1390
|
+
groups: ["item", "technology", "hardware", "devices"],
|
|
847
1391
|
path: () => import("./icons/icon-laptop.js"),
|
|
848
1392
|
}, {
|
|
849
1393
|
name: "icon-layers-alt",
|
|
850
1394
|
hidden: true,
|
|
1395
|
+
keywords: ["boxes", "multiple", "three", "3", "nested", "restore", "stack", "pile", "pages", "sheets", "paperwork", "copies", "copy"],
|
|
1396
|
+
groups: ["shape", "box", "design", "layout"],
|
|
1397
|
+
related: ["icon-screensharing"],
|
|
851
1398
|
path: () => import("./icons/icon-layers-alt.js"),
|
|
852
1399
|
}, {
|
|
853
1400
|
name: "icon-layers",
|
|
1401
|
+
keywords: ["stack", "pile", "pages", "sheets", "paperwork", "copies", "copy"],
|
|
1402
|
+
groups: ["design", "layout"],
|
|
854
1403
|
path: () => import("./icons/icon-layers.js"),
|
|
855
1404
|
}, {
|
|
856
1405
|
name: "icon-layout",
|
|
1406
|
+
keywords: ["media", "newspaper", "layouts", "magazines", "masonry", "brick"],
|
|
1407
|
+
groups: ["shape", "box", "layout", "design"],
|
|
857
1408
|
path: () => import("./icons/icon-layout.js"),
|
|
858
1409
|
}, {
|
|
859
1410
|
name: "icon-left-double-arrow",
|
|
1411
|
+
keywords: ["chevrons", "arrows", "backwards", "turn", "corner"],
|
|
1412
|
+
groups: ["action", "arrow", "arrows", "gaming"],
|
|
860
1413
|
path: () => import("./icons/icon-left-double-arrow.js"),
|
|
861
1414
|
}, {
|
|
862
1415
|
name: "icon-legal",
|
|
1416
|
+
keywords: ["scales", "weight", "mass", "compare", "balance", "legal", "license", "right", "rule", "law", "justice", "measure", "judge", "fair", "ethics", "decision"],
|
|
1417
|
+
groups: ["item", "household", "navigation", "science", "finance"],
|
|
1418
|
+
related: ["icon-weight"],
|
|
863
1419
|
path: () => import("./icons/icon-legal.js"),
|
|
864
1420
|
}, {
|
|
865
1421
|
name: "icon-lense",
|
|
866
1422
|
hidden: true,
|
|
1423
|
+
keywords: ["circles", "orbits", "planets", "eyeballs", "target", "camera", "lens", "photo", "dashed"],
|
|
1424
|
+
groups: ["item", "photography"],
|
|
867
1425
|
path: () => import("./icons/icon-lense.js"),
|
|
868
1426
|
}, {
|
|
869
1427
|
name: "icon-library",
|
|
1428
|
+
keywords: ["temple", "institution", "government", "bank", "building", "capitol", "finance", "money", "museum", "art gallery", "hall", "institute", "pediment", "portico", "columns", "pillars", "classical", "architecture"],
|
|
1429
|
+
groups: ["building", "finance", "navigation", "buildings"],
|
|
1430
|
+
related: ["icon-school"],
|
|
870
1431
|
path: () => import("./icons/icon-library.js"),
|
|
871
1432
|
}, {
|
|
872
1433
|
name: "icon-light-down",
|
|
1434
|
+
keywords: ["brightness", "dark", "light", "moon", "sun", "theme", "auto theme", "system theme", "appearance"],
|
|
1435
|
+
groups: ["accessibility"],
|
|
873
1436
|
path: () => import("./icons/icon-light-down.js"),
|
|
874
1437
|
}, {
|
|
875
1438
|
name: "icon-light-up",
|
|
1439
|
+
keywords: ["brightness", "weather", "light", "summer"],
|
|
1440
|
+
groups: ["accessibility", "weather", "seasons", "sustainability"],
|
|
876
1441
|
path: () => import("./icons/icon-light-up.js"),
|
|
877
1442
|
}, {
|
|
878
1443
|
name: "icon-lightbulb-active",
|
|
1444
|
+
keywords: ["on", "switch", "lamps", "bulbs", "lights", "idea", "bright"],
|
|
1445
|
+
groups: ["item", "household", "photography"],
|
|
879
1446
|
path: () => import("./icons/icon-lightbulb-active.js"),
|
|
880
1447
|
}, {
|
|
881
1448
|
name: "icon-lightbulb",
|
|
882
1449
|
hidden: true,
|
|
1450
|
+
keywords: ["off", "lights", "bulbs", "lamps"],
|
|
1451
|
+
groups: ["item", "household", "photography"],
|
|
883
1452
|
path: () => import("./icons/icon-lightbulb.js"),
|
|
884
1453
|
}, {
|
|
885
1454
|
name: "icon-lightning",
|
|
1455
|
+
keywords: ["storms", "electricity", "weather", "bolt"],
|
|
1456
|
+
groups: ["weather", "cloud"],
|
|
886
1457
|
path: () => import("./icons/icon-lightning.js"),
|
|
887
1458
|
}, {
|
|
888
1459
|
name: "icon-link",
|
|
1460
|
+
keywords: ["chains", "links", "hyperlinks", "chain", "url"],
|
|
1461
|
+
groups: ["item", "technology", "text", "account"],
|
|
889
1462
|
path: () => import("./icons/icon-link.js"),
|
|
890
1463
|
}, {
|
|
891
1464
|
name: "icon-list",
|
|
1465
|
+
keywords: ["menus", "hamburgers", "three", "3", "catalogue", "catalog", "inventory", "record"],
|
|
1466
|
+
groups: ["shape", "box", "layout"],
|
|
1467
|
+
related: ["icon-thumbnails", "icon-thumbnails-small", "icon-thumbnail-list", "icon-umb-contour"],
|
|
892
1468
|
path: () => import("./icons/icon-list.js"),
|
|
893
1469
|
}, {
|
|
894
1470
|
name: "icon-load",
|
|
895
1471
|
hidden: true,
|
|
1472
|
+
keywords: ["downloads", "behind", "direction", "south", "download", "save", "git", "version control", "pull", "collapse", "fold", "vertical"],
|
|
1473
|
+
groups: ["action", "arrow", "arrows", "files", "development"],
|
|
1474
|
+
related: ["icon-navigation-bottom"],
|
|
896
1475
|
path: () => import("./icons/icon-load.js"),
|
|
897
1476
|
}, {
|
|
898
1477
|
name: "icon-loading",
|
|
899
1478
|
hidden: true,
|
|
1479
|
+
keywords: ["watches", "clocks", "time", "clock"],
|
|
1480
|
+
groups: ["item", "clock", "time"],
|
|
900
1481
|
path: () => import("./icons/icon-loading.js"),
|
|
901
1482
|
}, {
|
|
902
1483
|
name: "icon-locate",
|
|
1484
|
+
keywords: ["crosshairs", "gps", "location", "map", "cross"],
|
|
1485
|
+
groups: ["space", "navigation"],
|
|
903
1486
|
path: () => import("./icons/icon-locate.js"),
|
|
904
1487
|
}, {
|
|
905
1488
|
name: "icon-location-near-me",
|
|
906
1489
|
hidden: true,
|
|
1490
|
+
keywords: ["geolocation", "maps", "pins", "location", "waypoint", "marker", "drop"],
|
|
1491
|
+
groups: ["misc", "navigation", "travel", "account"],
|
|
1492
|
+
related: ["icon-pin-location", "icon-location-nearby"],
|
|
907
1493
|
path: () => import("./icons/icon-location-near-me.js"),
|
|
908
1494
|
}, {
|
|
909
1495
|
name: "icon-location-nearby",
|
|
1496
|
+
keywords: ["geolocation", "maps", "pins", "location", "waypoint", "marker", "drop"],
|
|
1497
|
+
groups: ["misc", "navigation", "travel", "account"],
|
|
1498
|
+
related: ["icon-pin-location", "icon-location-near-me"],
|
|
910
1499
|
path: () => import("./icons/icon-location-nearby.js"),
|
|
911
1500
|
}, {
|
|
912
1501
|
name: "icon-lock",
|
|
1502
|
+
keywords: ["padlocks", "locks", "security", "secret", "locked", "password", "secure", "admin"],
|
|
1503
|
+
groups: ["item", "security"],
|
|
1504
|
+
related: ["icon-lock", "icon-combination-lock", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
913
1505
|
path: () => import("./icons/icon-lock.js"),
|
|
914
1506
|
}, {
|
|
915
1507
|
name: "icon-log-out",
|
|
1508
|
+
keywords: ["sign out", "arrow", "exit", "auth"],
|
|
1509
|
+
groups: ["arrows", "account"],
|
|
916
1510
|
path: () => import("./icons/icon-log-out.js"),
|
|
917
1511
|
}, {
|
|
918
1512
|
name: "icon-logout",
|
|
919
1513
|
hidden: true,
|
|
1514
|
+
keywords: ["sign out", "arrow", "exit", "auth"],
|
|
1515
|
+
groups: ["arrows", "account"],
|
|
920
1516
|
path: () => import("./icons/icon-logout.js"),
|
|
921
1517
|
}, {
|
|
922
1518
|
name: "icon-loupe",
|
|
923
1519
|
hidden: true,
|
|
1520
|
+
keywords: ["preview", "zoom", "expand", "fullscreen", "gallery", "image", "focus", "lens"],
|
|
1521
|
+
groups: ["photography", "multimedia", "accessibility"],
|
|
924
1522
|
path: () => import("./icons/icon-loupe.js"),
|
|
925
1523
|
}, {
|
|
926
1524
|
name: "icon-magnet",
|
|
1525
|
+
keywords: ["horseshoe", "lock", "science", "snap"],
|
|
1526
|
+
groups: ["design"],
|
|
927
1527
|
path: () => import("./icons/icon-magnet.js"),
|
|
928
1528
|
}, {
|
|
929
1529
|
name: "icon-mailbox",
|
|
1530
|
+
keywords: ["emails", "messages", "letters", "mailing list", "newsletter"],
|
|
1531
|
+
groups: ["mail"],
|
|
930
1532
|
path: () => import("./icons/icon-mailbox.js"),
|
|
931
1533
|
}, {
|
|
932
1534
|
name: "icon-map-alt",
|
|
1535
|
+
keywords: ["location", "travel"],
|
|
1536
|
+
groups: ["navigation"],
|
|
933
1537
|
path: () => import("./icons/icon-map-alt.js"),
|
|
934
1538
|
}, {
|
|
935
1539
|
name: "icon-map-location",
|
|
936
1540
|
hidden: true,
|
|
1541
|
+
keywords: ["location", "waypoint", "marker", "drop"],
|
|
1542
|
+
groups: ["navigation", "travel", "account"],
|
|
937
1543
|
path: () => import("./icons/icon-map-location.js"),
|
|
938
1544
|
}, {
|
|
939
1545
|
name: "icon-map-marker",
|
|
1546
|
+
keywords: ["pins", "maps", "markers", "locations", "lollipop", "lolly", "location", "waypoint", "marker", "drop"],
|
|
1547
|
+
groups: ["misc", "navigation", "travel", "account"],
|
|
940
1548
|
path: () => import("./icons/icon-map-marker.js"),
|
|
941
1549
|
}, {
|
|
942
1550
|
name: "icon-map",
|
|
1551
|
+
keywords: ["partitions", "screens", "leaflets", "flyers", "location", "navigation", "travel"],
|
|
1552
|
+
groups: ["item", "globe", "text", "navigation"],
|
|
943
1553
|
path: () => import("./icons/icon-map.js"),
|
|
944
1554
|
}, {
|
|
945
1555
|
name: "icon-medal",
|
|
1556
|
+
keywords: ["awards", "prizes", "stars", "heroes", "prize", "sports", "winner", "trophy", "award", "achievement"],
|
|
1557
|
+
groups: ["item", "award", "sports", "gaming"],
|
|
1558
|
+
related: ["icon-diploma", "icon-diploma-alt", "icon-trophy"],
|
|
946
1559
|
path: () => import("./icons/icon-medal.js"),
|
|
947
1560
|
}, {
|
|
948
1561
|
name: "icon-medical-emergency",
|
|
1562
|
+
keywords: ["medicine", "hospitals", "ambulances", "health", "heartbeat", "pulse", "medical", "blood pressure", "cardiac", "systole", "diastole"],
|
|
1563
|
+
groups: ["logo", "medical"],
|
|
1564
|
+
related: ["icon-medicine"],
|
|
949
1565
|
path: () => import("./icons/icon-medical-emergency.js"),
|
|
950
1566
|
}, {
|
|
951
1567
|
name: "icon-medicine",
|
|
1568
|
+
keywords: ["bottles", "pills", "medicines", "medicine", "medication", "drug", "prescription", "tablet", "pharmacy"],
|
|
1569
|
+
groups: ["item", "household", "medical"],
|
|
1570
|
+
related: ["icon-medical-emergency"],
|
|
952
1571
|
path: () => import("./icons/icon-medicine.js"),
|
|
953
1572
|
}, {
|
|
954
1573
|
name: "icon-meeting",
|
|
955
1574
|
hidden: true,
|
|
1575
|
+
keywords: ["boardroom", "table", "dinner", "screen", "whiteboard", "marker pens", "markers", "blackboard", "chalk", "easel", "school", "learning", "lesson", "office", "meeting", "project", "planning"],
|
|
1576
|
+
groups: ["user", "multimedia", "photography", "devices", "communication", "design"],
|
|
956
1577
|
path: () => import("./icons/icon-meeting.js"),
|
|
957
1578
|
}, {
|
|
958
1579
|
name: "icon-megaphone",
|
|
1580
|
+
keywords: ["announcements", "advertisement", "announcement", "attention", "alert", "loudspeaker", "megaphone", "notification"],
|
|
1581
|
+
groups: ["item", "household", "multimedia", "notifications"],
|
|
959
1582
|
path: () => import("./icons/icon-megaphone.js"),
|
|
960
1583
|
}, {
|
|
961
1584
|
name: "icon-merge",
|
|
1585
|
+
keywords: ["combine", "join", "unite"],
|
|
1586
|
+
groups: ["action", "arrow", "development", "arrows"],
|
|
962
1587
|
path: () => import("./icons/icon-merge.js"),
|
|
963
1588
|
}, {
|
|
964
1589
|
name: "icon-message-open",
|
|
1590
|
+
keywords: ["emails", "envelopes", "letters", "sms", "email", "message", "letter", "read"],
|
|
1591
|
+
groups: ["item", "household", "mail"],
|
|
1592
|
+
related: ["icon-message-unopened", "icon-message"],
|
|
965
1593
|
path: () => import("./icons/icon-message-open.js"),
|
|
966
1594
|
}, {
|
|
967
1595
|
name: "icon-message-unopened",
|
|
968
1596
|
hidden: true,
|
|
1597
|
+
keywords: ["emails", "envelopes", "letters", "sms", "email", "message", "letter", "unread"],
|
|
1598
|
+
groups: ["item", "household", "text", "account", "mail"],
|
|
1599
|
+
related: ["icon-message", "icon-message-open"],
|
|
969
1600
|
path: () => import("./icons/icon-message-unopened.js"),
|
|
970
1601
|
}, {
|
|
971
1602
|
name: "icon-message",
|
|
1603
|
+
keywords: ["emails", "envelopes", "letters", "sms", "email", "message", "letter", "unread"],
|
|
1604
|
+
groups: ["item", "household", "text", "account", "mail"],
|
|
1605
|
+
related: ["icon-message-unopened", "icon-message-open"],
|
|
972
1606
|
path: () => import("./icons/icon-message.js"),
|
|
973
1607
|
}, {
|
|
974
1608
|
name: "icon-microscope",
|
|
1609
|
+
keywords: ["science", "lab", "medical", "education", "imaging", "research"],
|
|
1610
|
+
groups: ["item", "science", "medical"],
|
|
1611
|
+
related: ["icon-lab"],
|
|
975
1612
|
path: () => import("./icons/icon-microscope.js"),
|
|
976
1613
|
}, {
|
|
977
1614
|
name: "icon-mindmap",
|
|
978
1615
|
hidden: true,
|
|
1616
|
+
keywords: ["chart", "flow chart", "diagram", "decision tree", "tree"],
|
|
1617
|
+
groups: ["data", "development"],
|
|
979
1618
|
path: () => import("./icons/icon-mindmap.js"),
|
|
980
1619
|
}, {
|
|
981
1620
|
name: "icon-mobile",
|
|
1621
|
+
keywords: ["phone", "cellphone", "device", "screen"],
|
|
1622
|
+
groups: ["connectivity", "devices"],
|
|
982
1623
|
path: () => import("./icons/icon-mobile.js"),
|
|
983
1624
|
}, {
|
|
984
1625
|
name: "icon-mountain",
|
|
1626
|
+
keywords: ["landscape", "geography", "nature", "natural feature", "alpine", "climb", "snow"],
|
|
1627
|
+
groups: ["item", "nature"],
|
|
985
1628
|
path: () => import("./icons/icon-mountain.js"),
|
|
986
1629
|
}, {
|
|
987
1630
|
name: "icon-mouse-cursor",
|
|
1631
|
+
keywords: ["cursors", "pointers", "arrows", "mouse", "mice", "click", "select"],
|
|
1632
|
+
groups: ["action", "arrow", "arrows", "cursors"],
|
|
988
1633
|
path: () => import("./icons/icon-mouse-cursor.js"),
|
|
989
1634
|
}, {
|
|
990
1635
|
name: "icon-mouse",
|
|
1636
|
+
keywords: ["device", "scroll", "click"],
|
|
1637
|
+
groups: ["devices"],
|
|
991
1638
|
path: () => import("./icons/icon-mouse.js"),
|
|
992
1639
|
}, {
|
|
993
1640
|
name: "icon-movie-alt",
|
|
1641
|
+
keywords: ["movies", "films", "hollywood", "action", "clapperboards", "filmmaking", "directors", "crew", "movie", "film", "video", "camera", "cinema", "cut", "television", "tv", "show", "entertainment"],
|
|
1642
|
+
groups: ["item", "multimedia"],
|
|
994
1643
|
path: () => import("./icons/icon-movie-alt.js"),
|
|
995
1644
|
}, {
|
|
996
1645
|
name: "icon-movie",
|
|
1646
|
+
keywords: ["movies", "films", "reels", "movie", "video", "reel", "camera", "cinema", "entertainment"],
|
|
1647
|
+
groups: ["item", "photography", "multimedia"],
|
|
997
1648
|
path: () => import("./icons/icon-movie.js"),
|
|
998
1649
|
}, {
|
|
999
1650
|
name: "icon-multiple-credit-cards",
|
|
1651
|
+
keywords: ["payments", "debit cards", "credit cards", "contactless", "cashless", "loyalty cards", "store cards", "business cards", "money", "finance", "pocket", "credit", "purchase", "payment", "shopping", "retail", "consumer", "cc"],
|
|
1652
|
+
groups: ["item", "money", "card", "account", "finance"],
|
|
1653
|
+
related: ["icon-credit-card", "icon-credit-card-alt", "icon-multiple-credit-cards"],
|
|
1000
1654
|
path: () => import("./icons/icon-multiple-credit-cards.js"),
|
|
1001
1655
|
}, {
|
|
1002
1656
|
name: "icon-multiple-windows",
|
|
1657
|
+
keywords: ["stacked", "minimize", "restore", "code", "coding", "version control", "git", "repository", "clone", "fork", "duplicate", "multiple", "books", "library", "copies", "copied", "plagiarism", "plagiarised", "plagiarized", "reading list", "information", "informed", "knowledge", "knowledgeable", "knowledgable", "education", "high school", "university", "college", "academy", "student", "study", "learning", "research", "smart", "intelligent", "intellectual"],
|
|
1658
|
+
groups: ["action", "window", "development", "text", "gaming"],
|
|
1003
1659
|
path: () => import("./icons/icon-multiple-windows.js"),
|
|
1004
1660
|
}, {
|
|
1005
1661
|
name: "icon-music",
|
|
1662
|
+
keywords: ["notes", "musical", "sounds", "note", "quaver", "eighth note"],
|
|
1663
|
+
groups: ["item", "media", "multimedia", "files"],
|
|
1006
1664
|
path: () => import("./icons/icon-music.js"),
|
|
1007
1665
|
}, {
|
|
1008
1666
|
name: "icon-name-badge",
|
|
1009
1667
|
hidden: true,
|
|
1668
|
+
keywords: ["brooch", "sheriff", "sticker", "user", "person", "family", "friend", "acquaintance", "listing", "networking"],
|
|
1669
|
+
groups: ["account", "connectivity", "communication", "social"],
|
|
1010
1670
|
path: () => import("./icons/icon-name-badge.js"),
|
|
1011
1671
|
}, {
|
|
1012
1672
|
name: "icon-navigation-bottom",
|
|
1013
1673
|
hidden: true,
|
|
1674
|
+
keywords: ["last", "end", "arrows", "triangles", "behind", "direction", "south", "download", "save", "git", "version control", "pull", "collapse", "fold", "vertical"],
|
|
1675
|
+
groups: ["action", "arrow", "arrows", "files", "development"],
|
|
1676
|
+
related: ["icon-page-up", "icon-page-down", "icon-navigation-top"],
|
|
1014
1677
|
path: () => import("./icons/icon-navigation-bottom.js"),
|
|
1015
1678
|
}, {
|
|
1016
1679
|
name: "icon-navigation-down",
|
|
1017
1680
|
hidden: true,
|
|
1681
|
+
keywords: ["arrows", "triangles", "backwards", "reverse", "slow", "dropdown"],
|
|
1682
|
+
groups: ["action", "arrow", "arrows", "gaming"],
|
|
1018
1683
|
path: () => import("./icons/icon-navigation-down.js"),
|
|
1019
1684
|
}, {
|
|
1020
1685
|
name: "icon-navigation-first",
|
|
1021
1686
|
hidden: true,
|
|
1687
|
+
keywords: ["start", "beginning", "previous", "back", "direction", "west", "collapse", "fold", "horizontal", "|<-"],
|
|
1688
|
+
groups: ["action", "arrow", "arrows"],
|
|
1022
1689
|
path: () => import("./icons/icon-navigation-first.js"),
|
|
1023
1690
|
}, {
|
|
1024
1691
|
name: "icon-navigation-horizontal",
|
|
1025
1692
|
hidden: true,
|
|
1693
|
+
keywords: ["arrows", "lengths", "widths", "measure", "double", "arrow"],
|
|
1694
|
+
groups: ["action", "arrow", "arrows", "cursors"],
|
|
1026
1695
|
path: () => import("./icons/icon-navigation-horizontal.js"),
|
|
1027
1696
|
}, {
|
|
1028
1697
|
name: "icon-navigation-last",
|
|
1029
1698
|
hidden: true,
|
|
1699
|
+
keywords: ["end", "finish", "next", "forward", "direction", "east", "tab", "keyboard", "mac", "indent", "collapse", "fold", "horizontal", "->|"],
|
|
1700
|
+
groups: ["action", "arrow", "arrows", "development"],
|
|
1030
1701
|
path: () => import("./icons/icon-navigation-last.js"),
|
|
1031
1702
|
}, {
|
|
1032
1703
|
name: "icon-navigation-left",
|
|
1033
1704
|
hidden: true,
|
|
1705
|
+
keywords: ["arrows", "triangles", "back", "previous", "less than", "fewer", "menu", "<"],
|
|
1706
|
+
groups: ["action", "arrow", "arrows"],
|
|
1034
1707
|
path: () => import("./icons/icon-navigation-left.js"),
|
|
1035
1708
|
}, {
|
|
1036
1709
|
name: "icon-navigation-right",
|
|
1037
1710
|
hidden: true,
|
|
1711
|
+
keywords: ["arrows", "triangles", "forward", "next", "more than", "greater", "menu", "code", "coding", "command line", "terminal", "prompt", "shell", ">"],
|
|
1712
|
+
groups: ["action", "arrow", "arrows", "math", "development"],
|
|
1713
|
+
related: ["icon-navigation-up"],
|
|
1038
1714
|
path: () => import("./icons/icon-navigation-right.js"),
|
|
1039
1715
|
}, {
|
|
1040
1716
|
name: "icon-navigation-road",
|
|
1041
1717
|
hidden: true,
|
|
1718
|
+
keywords: ["double", "arrow"],
|
|
1719
|
+
groups: ["action", "arrow", "arrows", "cursors"],
|
|
1042
1720
|
path: () => import("./icons/icon-navigation-road.js"),
|
|
1043
1721
|
}, {
|
|
1044
1722
|
name: "icon-navigation-top",
|
|
1045
1723
|
hidden: true,
|
|
1724
|
+
keywords: ["start", "top", "arrows", "triangles", "forward", "direction", "north", "upload", "collapse", "fold", "vertical"],
|
|
1725
|
+
groups: ["action", "arrow", "box", "arrows", "files"],
|
|
1726
|
+
related: ["icon-page-up", "icon-page-down", "icon-navigation-bottom"],
|
|
1046
1727
|
path: () => import("./icons/icon-navigation-top.js"),
|
|
1047
1728
|
}, {
|
|
1048
1729
|
name: "icon-navigation-up",
|
|
1049
1730
|
hidden: true,
|
|
1731
|
+
keywords: ["triangles", "arrows", "caret", "keyboard", "mac", "control", "ctrl", "superscript", "exponential", "power", "ahead", "fast", "^", "dropdown"],
|
|
1732
|
+
groups: ["action", "arrow", "arrows", "math", "gaming"],
|
|
1733
|
+
related: ["icon-navigation-right"],
|
|
1050
1734
|
path: () => import("./icons/icon-navigation-up.js"),
|
|
1051
1735
|
}, {
|
|
1052
1736
|
name: "icon-navigation-vertical",
|
|
1053
1737
|
hidden: true,
|
|
1738
|
+
keywords: ["up", "down", "scroll", "double", "arrow"],
|
|
1739
|
+
groups: ["action", "arrow", "arrows", "cursors"],
|
|
1054
1740
|
path: () => import("./icons/icon-navigation-vertical.js"),
|
|
1055
1741
|
}, {
|
|
1056
1742
|
name: "icon-navigation",
|
|
1057
1743
|
hidden: true,
|
|
1744
|
+
keywords: ["move", "drag and drop", "drag & drop", "pan", "arrows"],
|
|
1745
|
+
groups: ["action", "arrow", "arrows", "cursors"],
|
|
1058
1746
|
path: () => import("./icons/icon-navigation.js"),
|
|
1059
1747
|
}, {
|
|
1060
1748
|
name: "icon-navigational-arrow",
|
|
1749
|
+
keywords: ["satnav", "sat nav", "satellite navigation", "gps", "location", "travel"],
|
|
1750
|
+
groups: ["action", "arrow", "navigation"],
|
|
1061
1751
|
path: () => import("./icons/icon-navigational-arrow.js"),
|
|
1062
1752
|
}, {
|
|
1063
1753
|
name: "icon-network-alt",
|
|
1754
|
+
keywords: ["graphs", "charts", "networks", "trees", "hierarchy", "flowcharts", "flow charts", "branches", "paths", "forks", "tree"],
|
|
1755
|
+
groups: ["data", "development"],
|
|
1756
|
+
related: ["icon-mindmap"],
|
|
1064
1757
|
path: () => import("./icons/icon-network-alt.js"),
|
|
1065
1758
|
}, {
|
|
1066
1759
|
name: "icon-newspaper-alt",
|
|
1067
1760
|
hidden: true,
|
|
1761
|
+
keywords: ["blogs", "articles", "journalism", "journalist", "press", "media", "magazine", "news", "feed", "home", "article", "headline"],
|
|
1762
|
+
groups: ["item", "household", "multimedia", "communication"],
|
|
1068
1763
|
path: () => import("./icons/icon-newspaper-alt.js"),
|
|
1069
1764
|
}, {
|
|
1070
1765
|
name: "icon-newspaper",
|
|
1766
|
+
keywords: ["blogs", "articles", "journalism", "journalist", "press", "media", "magazine", "news", "feed", "home", "article", "headline"],
|
|
1767
|
+
groups: ["item", "household", "multimedia", "communication"],
|
|
1071
1768
|
path: () => import("./icons/icon-newspaper.js"),
|
|
1072
1769
|
}, {
|
|
1073
1770
|
name: "icon-next-media",
|
|
1074
1771
|
hidden: true,
|
|
1772
|
+
keywords: ["fast forward", "skip", "music"],
|
|
1773
|
+
groups: ["item", "media", "multimedia", "arrows"],
|
|
1774
|
+
related: ["icon-previous-media"],
|
|
1075
1775
|
path: () => import("./icons/icon-next-media.js"),
|
|
1076
1776
|
}, {
|
|
1077
1777
|
name: "icon-next",
|
|
1778
|
+
keywords: ["right", "triangles", "forwards", "arrow", "skip", "next", "music"],
|
|
1779
|
+
groups: ["action", "arrow", "multimedia", "arrows"],
|
|
1780
|
+
related: ["icon-play"],
|
|
1078
1781
|
path: () => import("./icons/icon-next.js"),
|
|
1079
1782
|
}, {
|
|
1080
1783
|
name: "icon-nodes",
|
|
1081
1784
|
hidden: true,
|
|
1785
|
+
keywords: ["git", "line", "graph", "indirection", "vpn", "virtual private network", "proxy", "connections", "bounce", "reroute", "path", "journey", "planner", "stops", "stations", "shared", "spread", "viral"],
|
|
1786
|
+
groups: ["data", "security", "account", "navigation", "development", "social"],
|
|
1082
1787
|
path: () => import("./icons/icon-nodes.js"),
|
|
1083
1788
|
}, {
|
|
1084
1789
|
name: "icon-notepad-alt",
|
|
1085
1790
|
hidden: true,
|
|
1791
|
+
keywords: ["data", "txt", "pdf", "document"],
|
|
1792
|
+
groups: ["item", "workplace", "files", "text"],
|
|
1086
1793
|
path: () => import("./icons/icon-notepad-alt.js"),
|
|
1087
1794
|
}, {
|
|
1088
1795
|
name: "icon-notepad",
|
|
1796
|
+
keywords: ["notebook", "text", "txt", "data", "pdf", "document"],
|
|
1797
|
+
groups: ["item", "workplace", "files", "text"],
|
|
1089
1798
|
path: () => import("./icons/icon-notepad.js"),
|
|
1090
1799
|
}, {
|
|
1091
1800
|
name: "icon-old-key",
|
|
1801
|
+
keywords: ["password", "login", "authentication", "secure", "unlock", "keychain", "key ring", "fob"],
|
|
1802
|
+
groups: ["item", "security", "account"],
|
|
1803
|
+
related: ["icon-lock", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
1092
1804
|
path: () => import("./icons/icon-old-key.js"),
|
|
1093
1805
|
}, {
|
|
1094
1806
|
name: "icon-old-phone",
|
|
1095
1807
|
hidden: true,
|
|
1808
|
+
keywords: ["telephones", "call"],
|
|
1809
|
+
groups: ["item", "household", "phone", "text", "connectivity", "devices", "communication"],
|
|
1810
|
+
related: ["icon-iphone", "icon-phone", "icon-phone-ring"],
|
|
1096
1811
|
path: () => import("./icons/icon-old-phone.js"),
|
|
1097
1812
|
}, {
|
|
1098
1813
|
name: "icon-omega",
|
|
1814
|
+
keywords: ["greek", "symbol", "mathematics", "education", "physics", "engineering", "ohms", "electrical resistance", "angular frequency", "dynamical systems", "astronomy", "constellations", "philosophy"],
|
|
1815
|
+
groups: ["math", "development", "text", "science"],
|
|
1099
1816
|
path: () => import("./icons/icon-omega.js"),
|
|
1100
1817
|
}, {
|
|
1101
1818
|
name: "icon-operator",
|
|
1819
|
+
keywords: ["microphones", "users", "people", "person", "support", "phonecalls", "call centres", "call centers", "settings", "edit", "cog", "gear"],
|
|
1820
|
+
groups: ["user", "special", "account"],
|
|
1821
|
+
related: ["icon-user", "icon-user-female", "icon-umb-users", "icon-user-glasses", "icon-client", "icon-employee", "icon-piracy", "icon-theif", "icon-operator"],
|
|
1102
1822
|
path: () => import("./icons/icon-operator.js"),
|
|
1103
1823
|
}, {
|
|
1104
1824
|
name: "icon-ordered-list",
|
|
1825
|
+
keywords: ["numbered list", "numbers", "number", "order", "queue"],
|
|
1826
|
+
groups: ["action", "format", "text"],
|
|
1105
1827
|
path: () => import("./icons/icon-ordered-list.js"),
|
|
1106
1828
|
}, {
|
|
1107
1829
|
name: "icon-origami",
|
|
1830
|
+
keywords: ["paper", "bird"],
|
|
1831
|
+
groups: ["animals", "design"],
|
|
1108
1832
|
path: () => import("./icons/icon-origami.js"),
|
|
1109
1833
|
}, {
|
|
1110
1834
|
name: "icon-out",
|
|
1835
|
+
keywords: ["export", "external", "arrows", "outbound", "open", "share"],
|
|
1836
|
+
groups: ["action", "arrow", "box", "arrows", "text", "social"],
|
|
1111
1837
|
path: () => import("./icons/icon-out.js"),
|
|
1112
1838
|
}, {
|
|
1113
1839
|
name: "icon-outbox",
|
|
1114
1840
|
hidden: true,
|
|
1841
|
+
keywords: ["out tray", "trays", "unarchive", "index", "backup", "box", "storage", "records"],
|
|
1842
|
+
groups: ["item", "workplace", "files", "mail"],
|
|
1115
1843
|
path: () => import("./icons/icon-outbox.js"),
|
|
1116
1844
|
}, {
|
|
1117
1845
|
name: "icon-outdent",
|
|
1846
|
+
keywords: ["move", "indentation", "padding", "spacing", "margin"],
|
|
1847
|
+
groups: ["action", "arrow", "box"],
|
|
1848
|
+
related: ["icon-indent"],
|
|
1118
1849
|
path: () => import("./icons/icon-outdent.js"),
|
|
1119
1850
|
}, {
|
|
1120
1851
|
name: "icon-page-add",
|
|
1852
|
+
keywords: ["new", "create", "documents", "pages"],
|
|
1853
|
+
groups: ["document"],
|
|
1121
1854
|
path: () => import("./icons/icon-page-add.js"),
|
|
1122
1855
|
}, {
|
|
1123
1856
|
name: "icon-page-down",
|
|
1857
|
+
keywords: ["bottom", "behind", "direction", "south", "download", "save", "git", "version control", "pull", "collapse", "fold", "vertical"],
|
|
1858
|
+
groups: ["action", "arrow", "box", "arrows", "files", "development"],
|
|
1859
|
+
related: ["icon-page-up", "icon-navigation-top", "icon-navigation-bottom"],
|
|
1124
1860
|
path: () => import("./icons/icon-page-down.js"),
|
|
1125
1861
|
}, {
|
|
1126
1862
|
name: "icon-page-remove",
|
|
1863
|
+
keywords: ["delete", "documents", "pages"],
|
|
1864
|
+
groups: ["document"],
|
|
1127
1865
|
path: () => import("./icons/icon-page-remove.js"),
|
|
1128
1866
|
}, {
|
|
1129
1867
|
name: "icon-page-restricted",
|
|
1868
|
+
keywords: ["documents", "pages", "disabled", "restricted"],
|
|
1869
|
+
groups: ["document"],
|
|
1130
1870
|
path: () => import("./icons/icon-page-restricted.js"),
|
|
1131
1871
|
}, {
|
|
1132
1872
|
name: "icon-page-up",
|
|
1873
|
+
keywords: ["top", "forward", "direction", "north", "upload", "collapse", "fold", "vertical"],
|
|
1874
|
+
groups: ["action", "arrow", "box", "arrows", "files"],
|
|
1875
|
+
related: ["icon-page-down", "icon-navigation-top", "icon-navigation-bottom"],
|
|
1133
1876
|
path: () => import("./icons/icon-page-up.js"),
|
|
1134
1877
|
}, {
|
|
1135
1878
|
name: "icon-paint-roller",
|
|
1136
1879
|
hidden: true,
|
|
1880
|
+
keywords: ["decorate", "decoration", "decorating", "themes", "theming", "colour", "color", "paint", "fill", "bucket"],
|
|
1881
|
+
groups: ["item", "household", "design", "tools"],
|
|
1137
1882
|
path: () => import("./icons/icon-paint-roller.js"),
|
|
1138
1883
|
}, {
|
|
1139
1884
|
name: "icon-palette",
|
|
1885
|
+
keywords: ["artist", "painting", "painter", "themes", "theming", "colour", "color", "paint", "colors", "colours", "theme", "scheme", "watercolor", "watercolour"],
|
|
1886
|
+
groups: ["item", "household", "text", "design", "photography"],
|
|
1140
1887
|
path: () => import("./icons/icon-palette.js"),
|
|
1141
1888
|
}, {
|
|
1142
1889
|
name: "icon-panel-show",
|
|
1890
|
+
keywords: ["panels", "up", "triangles", "maximize", "maximise", "expand", "drawer", "dock", "show", "reveal", "chevron"],
|
|
1891
|
+
groups: ["action", "window", "layout", "arrows"],
|
|
1892
|
+
related: ["icon-pannel-close"],
|
|
1143
1893
|
path: () => import("./icons/icon-panel-show.js"),
|
|
1144
1894
|
}, {
|
|
1145
1895
|
name: "icon-pannel-close",
|
|
1896
|
+
keywords: ["panels", "down", "triangles", "minimize", "minimise", "drawer", "dock", "hide", "chevron"],
|
|
1897
|
+
groups: ["action", "window", "layout", "arrows"],
|
|
1898
|
+
related: ["icon-panel-show"],
|
|
1146
1899
|
path: () => import("./icons/icon-pannel-close.js"),
|
|
1147
1900
|
}, {
|
|
1148
1901
|
name: "icon-paper-bag",
|
|
1149
1902
|
hidden: true,
|
|
1903
|
+
keywords: ["carrier", "container", "sack", "cart", "e-commerce", "store", "purchase", "products", "items", "ingredients"],
|
|
1904
|
+
groups: ["shopping"],
|
|
1150
1905
|
path: () => import("./icons/icon-paper-bag.js"),
|
|
1151
1906
|
}, {
|
|
1152
1907
|
name: "icon-paper-plane-alt",
|
|
1908
|
+
keywords: ["paper aeroplane", "paper airplane", "sending", "sends", "sent", "delivers", "email", "message", "mail", "submit"],
|
|
1909
|
+
groups: ["item", "household", "mail", "communication", "connectivity"],
|
|
1910
|
+
related: ["icon-paper-plane"],
|
|
1153
1911
|
path: () => import("./icons/icon-paper-plane-alt.js"),
|
|
1154
1912
|
}, {
|
|
1155
1913
|
name: "icon-paper-plane",
|
|
1914
|
+
keywords: ["paper aeroplane", "paper airplane", "sending", "sends", "sent", "delivers", "email", "message", "mail", "submit"],
|
|
1915
|
+
groups: ["item", "household", "mail", "communication", "connectivity"],
|
|
1916
|
+
related: ["icon-paper-plane-alt"],
|
|
1156
1917
|
path: () => import("./icons/icon-paper-plane.js"),
|
|
1157
1918
|
}, {
|
|
1158
1919
|
name: "icon-partly-cloudy",
|
|
1920
|
+
keywords: ["sunny spells", "weather", "partly"],
|
|
1921
|
+
groups: ["weather", "cloud"],
|
|
1159
1922
|
path: () => import("./icons/icon-partly-cloudy.js"),
|
|
1160
1923
|
}, {
|
|
1161
1924
|
name: "icon-paragraph",
|
|
1925
|
+
keywords: ["paragraph", "mark", "paraph", "blind", "typography", "type", "text", "prose", "symbol"],
|
|
1926
|
+
groups: ["text"],
|
|
1162
1927
|
path: () => import("./icons/icon-paragraph.js"),
|
|
1163
1928
|
}, {
|
|
1164
1929
|
name: "icon-paste-in",
|
|
1165
1930
|
hidden: true,
|
|
1931
|
+
keywords: ["clipboard", "copy", "paste"],
|
|
1932
|
+
groups: ["action", "text", "arrows"],
|
|
1166
1933
|
path: () => import("./icons/icon-paste-in.js"),
|
|
1167
1934
|
}, {
|
|
1168
1935
|
name: "icon-pause",
|
|
1936
|
+
keywords: ["music", "stop"],
|
|
1937
|
+
groups: ["item", "media", "multimedia"],
|
|
1169
1938
|
path: () => import("./icons/icon-pause.js"),
|
|
1170
1939
|
}, {
|
|
1171
1940
|
name: "icon-pc",
|
|
1172
1941
|
hidden: true,
|
|
1942
|
+
keywords: ["computers", "servers", "desktops", "pcs", "tv", "screen", "display", "virtual machine", "vm"],
|
|
1943
|
+
groups: ["item", "technology", "hardware", "connectivity", "devices"],
|
|
1173
1944
|
path: () => import("./icons/icon-pc.js"),
|
|
1174
1945
|
}, {
|
|
1175
1946
|
name: "icon-people-alt-2",
|
|
1176
1947
|
hidden: true,
|
|
1948
|
+
keywords: ["person", "man", "men", "male", "people", "human", "accessibility", "stick figure"],
|
|
1949
|
+
groups: ["user", "accessibility", "people"],
|
|
1177
1950
|
path: () => import("./icons/icon-people-alt-2.js"),
|
|
1178
1951
|
}, {
|
|
1179
1952
|
name: "icon-people-alt",
|
|
1180
1953
|
hidden: true,
|
|
1954
|
+
keywords: ["person", "man", "men", "male", "people", "human", "accessibility", "stick figure"],
|
|
1955
|
+
groups: ["user", "accessibility", "people"],
|
|
1181
1956
|
path: () => import("./icons/icon-people-alt.js"),
|
|
1182
1957
|
}, {
|
|
1183
1958
|
name: "icon-people-female",
|
|
1184
1959
|
hidden: true,
|
|
1960
|
+
keywords: ["person", "people", "woman", "female", "women", "human", "accessibility", "stick figure"],
|
|
1961
|
+
groups: ["user", "accessibility", "people"],
|
|
1185
1962
|
path: () => import("./icons/icon-people-female.js"),
|
|
1186
1963
|
}, {
|
|
1187
1964
|
name: "icon-people",
|
|
1965
|
+
keywords: ["person", "man", "men", "male", "people", "human", "accessibility", "stick figure"],
|
|
1966
|
+
groups: ["user", "accessibility", "people"],
|
|
1188
1967
|
path: () => import("./icons/icon-people.js"),
|
|
1189
1968
|
}, {
|
|
1190
1969
|
name: "icon-phone-ring",
|
|
1970
|
+
keywords: ["telephones", "phones", "calling", "ring"],
|
|
1971
|
+
groups: ["item", "household", "phone", "connectivity", "devices", "communication"],
|
|
1191
1972
|
path: () => import("./icons/icon-phone-ring.js"),
|
|
1192
1973
|
}, {
|
|
1193
1974
|
name: "icon-phone",
|
|
1975
|
+
keywords: ["telephones", "phones", "calling", "call"],
|
|
1976
|
+
groups: ["item", "household", "phone", "text", "connectivity", "devices", "communication"],
|
|
1194
1977
|
path: () => import("./icons/icon-phone.js"),
|
|
1195
1978
|
}, {
|
|
1196
1979
|
name: "icon-photo-album",
|
|
1980
|
+
keywords: ["books", "photo albums", "images", "pictures", "photos", "album", "collection", "event", "magazine", "catalog", "catalogue", "brochure", "browse", "gallery"],
|
|
1981
|
+
groups: ["picture", "photography", "text", "multimedia", "files", "social", "shopping", "travel"],
|
|
1197
1982
|
path: () => import("./icons/icon-photo-album.js"),
|
|
1198
1983
|
}, {
|
|
1199
1984
|
name: "icon-picture",
|
|
1985
|
+
keywords: ["photograph", "image", "picture", "mountains", "scenery", "landscape", "photo"],
|
|
1986
|
+
groups: ["picture", "photography", "text", "multimedia", "files"],
|
|
1987
|
+
related: ["icon-umb-media", "icon-pictures", "icon-pictures-alt", "icon-pictures-alt-2", "icon-photo-album", "icon-mountain"],
|
|
1200
1988
|
path: () => import("./icons/icon-picture.js"),
|
|
1201
1989
|
}, {
|
|
1202
1990
|
name: "icon-pictures-alt-2",
|
|
1991
|
+
keywords: ["photograph", "image", "picture", "mountains", "scenery", "landscape", "carousel", "pictures", "images", "album", "portfolio", "preview"],
|
|
1992
|
+
groups: ["picture", "layout", "design", "development", "photography", "multimedia"],
|
|
1993
|
+
related: ["icon-picture", "icon-pictures", "icon-pictures-alt", "icon-umb-media", "icon-photo-album", "icon-mountain"],
|
|
1203
1994
|
path: () => import("./icons/icon-pictures-alt-2.js"),
|
|
1204
1995
|
}, {
|
|
1205
1996
|
name: "icon-pictures-alt",
|
|
1206
1997
|
hidden: true,
|
|
1998
|
+
keywords: ["photograph", "image", "picture", "mountains", "scenery", "landscape", "photo"],
|
|
1999
|
+
groups: ["picture", "photography", "text", "multimedia", "files"],
|
|
2000
|
+
related: ["icon-picture", "icon-pictures", "icon-umb-media", "icon-pictures-alt-2", "icon-photo-album", "icon-mountain"],
|
|
1207
2001
|
path: () => import("./icons/icon-pictures-alt.js"),
|
|
1208
2002
|
}, {
|
|
1209
2003
|
name: "icon-pictures",
|
|
2004
|
+
keywords: ["photograph", "photography", "image", "picture", "cameras", "lens", "focus", "capture", "shot", "visual", "device", "equipment", "photo", "webcam", "video"],
|
|
2005
|
+
groups: ["picture", "photography", "devices", "communication"],
|
|
2006
|
+
related: ["icon-picture", "icon-umb-media", "icon-pictures-alt", "icon-pictures-alt-2", "icon-photo-album"],
|
|
1210
2007
|
path: () => import("./icons/icon-pictures.js"),
|
|
1211
2008
|
}, {
|
|
1212
2009
|
name: "icon-pie-chart",
|
|
2010
|
+
keywords: ["pie graph", "pie chart", "piece", "quarters", "fourths", "pizzas", "cakes", "statistics", "analytics", "diagram", "presentation"],
|
|
2011
|
+
groups: ["data", "charts", "files"],
|
|
1213
2012
|
path: () => import("./icons/icon-pie-chart.js"),
|
|
1214
2013
|
}, {
|
|
1215
2014
|
name: "icon-piggy-bank",
|
|
2015
|
+
keywords: ["animals", "farms", "pigs", "money", "savings"],
|
|
2016
|
+
groups: ["item", "money", "finance"],
|
|
1216
2017
|
path: () => import("./icons/icon-piggy-bank.js"),
|
|
1217
2018
|
}, {
|
|
1218
2019
|
name: "icon-pin-location",
|
|
2020
|
+
keywords: ["geolocation", "maps", "pins", "location", "waypoint", "marker", "drop"],
|
|
2021
|
+
groups: ["misc", "navigation", "travel", "account"],
|
|
2022
|
+
related: ["icon-location-nearby", "icon-location-near-me"],
|
|
1219
2023
|
path: () => import("./icons/icon-pin-location.js"),
|
|
1220
2024
|
}, {
|
|
1221
2025
|
name: "icon-plane",
|
|
2026
|
+
keywords: ["airplanes", "aeroplanes", "aircraft", "flying", "flight", "plane", "trip", "airplane"],
|
|
2027
|
+
groups: ["transport", "vehicle", "travel", "navigation"],
|
|
1222
2028
|
path: () => import("./icons/icon-plane.js"),
|
|
1223
2029
|
}, {
|
|
1224
2030
|
name: "icon-planet",
|
|
1225
2031
|
hidden: true,
|
|
2032
|
+
keywords: ["space", "saturn", "planet", "physics", "satellites", "moons"],
|
|
2033
|
+
groups: ["item", "globe", "science"],
|
|
1226
2034
|
path: () => import("./icons/icon-planet.js"),
|
|
1227
2035
|
}, {
|
|
1228
2036
|
name: "icon-play",
|
|
2037
|
+
keywords: ["right", "arrows", "triangles", "continue", "music", "audio", "video", "start", "run"],
|
|
2038
|
+
groups: ["item", "media", "arrows", "multimedia"],
|
|
2039
|
+
related: ["icon-next"],
|
|
1229
2040
|
path: () => import("./icons/icon-play.js"),
|
|
1230
2041
|
}, {
|
|
1231
2042
|
name: "icon-playing-cards",
|
|
1232
2043
|
hidden: true,
|
|
2044
|
+
keywords: ["slideshows", "carousels", "poker", "card games", "playing cards", "carousel", "pictures", "images", "scroll", "swipe", "album", "portfolio", "history", "versions", "backup", "time machine"],
|
|
2045
|
+
groups: ["misc", "game", "layout", "design", "development", "photography", "multimedia", "files"],
|
|
1233
2046
|
path: () => import("./icons/icon-playing-cards.js"),
|
|
1234
2047
|
}, {
|
|
1235
2048
|
name: "icon-playlist",
|
|
2049
|
+
keywords: ["music", "musical notes", "playlist", "queue", "audio", "playback"],
|
|
2050
|
+
groups: ["item", "media", "multimedia"],
|
|
1236
2051
|
path: () => import("./icons/icon-playlist.js"),
|
|
1237
2052
|
}, {
|
|
1238
2053
|
name: "icon-plugin",
|
|
2054
|
+
keywords: ["puzzle piece", "jigsaws", "games", "kids", "children", "plugins", "plug-ins", "extensions", "packages", "addon", "plugin", "integration", "extension", "package", "build", "stack", "toys", "learning", "squares", "corner"],
|
|
2055
|
+
groups: ["misc", "game", "development", "layout", "shapes"],
|
|
1239
2056
|
path: () => import("./icons/icon-plugin.js"),
|
|
1240
2057
|
}, {
|
|
1241
2058
|
name: "icon-podcast",
|
|
2059
|
+
keywords: ["person", "users", "people", "audio", "music", "mic", "talk", "voice", "subscribe", "subscription", "stream"],
|
|
2060
|
+
groups: ["user", "special", "multimedia", "social"],
|
|
1242
2061
|
path: () => import("./icons/icon-podcast.js"),
|
|
1243
2062
|
}, {
|
|
1244
2063
|
name: "icon-poll",
|
|
1245
2064
|
hidden: true,
|
|
2065
|
+
keywords: ["bar graphs", "bar charts", "vote", "poll", "ballot", "political", "social", "check", "tick"],
|
|
2066
|
+
groups: ["data", "social"],
|
|
1246
2067
|
path: () => import("./icons/icon-poll.js"),
|
|
1247
2068
|
}, {
|
|
1248
2069
|
name: "icon-post-it",
|
|
2070
|
+
keywords: ["postits", "post-its", "post its", "labels", "stickers", "notes", "pages", "sheets", "post-it", "comment", "annotation", "reaction", "memo", "reminder", "todo", "task", "idea", "brainstorm", "document", "page", "paper", "sheet", "stationary", "office"],
|
|
2071
|
+
groups: ["document", "text", "social"],
|
|
1249
2072
|
path: () => import("./icons/icon-post-it.js"),
|
|
1250
2073
|
}, {
|
|
1251
2074
|
name: "icon-power-outlet",
|
|
1252
2075
|
hidden: true,
|
|
2076
|
+
keywords: ["power sockets", "power outlets", "electric", "electricity", "on", "off", "device", "switch", "toggle", "binary", "boolean", "reboot", "restart", "button", "keyboard", "troubleshoot"],
|
|
2077
|
+
groups: ["item", "household", "connectivity"],
|
|
1253
2078
|
path: () => import("./icons/icon-power-outlet.js"),
|
|
1254
2079
|
}, {
|
|
1255
2080
|
name: "icon-power",
|
|
2081
|
+
keywords: ["shut down", "on", "off", "device", "switch", "toggle", "binary", "boolean", "reboot", "restart", "button", "keyboard", "troubleshoot"],
|
|
2082
|
+
groups: ["item", "technology", "connectivity"],
|
|
1256
2083
|
path: () => import("./icons/icon-power.js"),
|
|
1257
2084
|
}, {
|
|
1258
2085
|
name: "icon-presentation",
|
|
2086
|
+
keywords: ["audience", "talks", "powerpoints", "slideshows", "keynotes", "speakers", "conference", "screen", "whiteboard", "marker pens", "markers", "blackboard", "chalk", "easel", "school", "learning", "lesson", "office", "meeting", "project", "planning"],
|
|
2087
|
+
groups: ["item", "workplace", "multimedia", "photography", "devices", "communication", "design"],
|
|
1259
2088
|
path: () => import("./icons/icon-presentation.js"),
|
|
1260
2089
|
}, {
|
|
1261
2090
|
name: "icon-previous-media",
|
|
2091
|
+
keywords: ["rewind", "skip", "music"],
|
|
2092
|
+
groups: ["item", "media", "arrows", "multimedia"],
|
|
2093
|
+
related: ["icon-next-media"],
|
|
1262
2094
|
path: () => import("./icons/icon-previous-media.js"),
|
|
1263
2095
|
}, {
|
|
1264
2096
|
name: "icon-previous",
|
|
2097
|
+
keywords: ["arrows", "triangles", "arrow", "previous", "music"],
|
|
2098
|
+
groups: ["action", "arrow", "multimedia", "arrows"],
|
|
1265
2099
|
path: () => import("./icons/icon-previous.js"),
|
|
1266
2100
|
}, {
|
|
1267
2101
|
name: "icon-price-dollar",
|
|
1268
2102
|
hidden: true,
|
|
2103
|
+
keywords: ["discount", "offer", "sale", "voucher", "tag", "monetization", "marketing", "finance", "financial", "exchange", "transaction", "payment", "usd", "$"],
|
|
2104
|
+
groups: ["item", "money", "shopping", "finance"],
|
|
1269
2105
|
path: () => import("./icons/icon-price-dollar.js"),
|
|
1270
2106
|
}, {
|
|
1271
2107
|
name: "icon-price-euro",
|
|
1272
2108
|
hidden: true,
|
|
2109
|
+
keywords: ["discount", "offer", "sale", "voucher", "tag", "monetization", "marketing", "finance", "financial", "exchange", "transaction", "payment", "€"],
|
|
2110
|
+
groups: ["item", "money", "shopping", "finance"],
|
|
1273
2111
|
path: () => import("./icons/icon-price-euro.js"),
|
|
1274
2112
|
}, {
|
|
1275
2113
|
name: "icon-price-pound",
|
|
1276
2114
|
hidden: true,
|
|
2115
|
+
keywords: ["discount", "offer", "sale", "voucher", "tag", "monetization", "marketing", "finance", "financial", "exchange", "transaction", "payment", "british", "gbp", "£"],
|
|
2116
|
+
groups: ["item", "money", "shopping", "finance"],
|
|
1277
2117
|
path: () => import("./icons/icon-price-pound.js"),
|
|
1278
2118
|
}, {
|
|
1279
2119
|
name: "icon-price-yen",
|
|
1280
2120
|
hidden: true,
|
|
2121
|
+
keywords: ["buy", "money", "discount", "offer", "sale", "voucher", "tag", "monetization", "marketing", "finance", "financial", "exchange", "transaction", "payment", "jpy", "¥"],
|
|
2122
|
+
groups: ["item", "money", "shopping", "finance"],
|
|
1281
2123
|
path: () => import("./icons/icon-price-yen.js"),
|
|
1282
2124
|
}, {
|
|
1283
2125
|
name: "icon-print",
|
|
2126
|
+
keywords: ["printer", "print", "fax", "office", "device"],
|
|
2127
|
+
groups: ["item", "technology", "hardware", "devices"],
|
|
2128
|
+
related: ["icon-printer-alt"],
|
|
1284
2129
|
path: () => import("./icons/icon-print.js"),
|
|
1285
2130
|
}, {
|
|
1286
2131
|
name: "icon-printer-alt",
|
|
1287
2132
|
hidden: true,
|
|
2133
|
+
keywords: ["printers", "peripherals", "fax", "office", "device"],
|
|
2134
|
+
groups: ["item", "technology", "hardware", "devices"],
|
|
2135
|
+
related: ["icon-print"],
|
|
1288
2136
|
path: () => import("./icons/icon-printer-alt.js"),
|
|
1289
2137
|
}, {
|
|
1290
2138
|
name: "icon-projector",
|
|
2139
|
+
keywords: ["home cinema", "slideshows", "presentations", "cinema", "film", "movie", "home video", "presentation", "slideshow", "office", "meeting", "project", "planning"],
|
|
2140
|
+
groups: ["item", "media", "multimedia", "photography", "devices", "communication"],
|
|
1291
2141
|
path: () => import("./icons/icon-projector.js"),
|
|
1292
2142
|
}, {
|
|
1293
2143
|
name: "icon-pulse",
|
|
2144
|
+
keywords: ["heartbeat", "health", "line charts", "monitors", "line graphs", "pulse", "action", "motion", "movement", "exercise", "fitness", "healthcare", "heart rate monitor", "vital signs", "vitals", "emergency room", "er", "intensive care", "hospital", "defibrillator", "earthquake", "siesmic", "magnitude", "richter scale", "aftershock", "tremor", "shockwave", "audio", "waveform", "synthesizer", "synthesiser", "music"],
|
|
2145
|
+
groups: ["data", "medical", "account", "social", "science", "multimedia"],
|
|
1294
2146
|
path: () => import("./icons/icon-pulse.js"),
|
|
1295
2147
|
}, {
|
|
1296
2148
|
name: "icon-pushpin",
|
|
2149
|
+
keywords: ["map pins", "thumb tack", "noticeboard", "save", "map", "lock", "fix"],
|
|
2150
|
+
groups: ["item", "workplace", "navigation", "account"],
|
|
1297
2151
|
path: () => import("./icons/icon-pushpin.js"),
|
|
1298
2152
|
}, {
|
|
1299
2153
|
name: "icon-qr-code",
|
|
2154
|
+
keywords: ["barcode", "qr codes", "scan", "link", "url", "information", "digital"],
|
|
2155
|
+
groups: ["item", "technology", "development", "social"],
|
|
1300
2156
|
path: () => import("./icons/icon-qr-code.js"),
|
|
1301
2157
|
}, {
|
|
1302
2158
|
name: "icon-quote",
|
|
2159
|
+
keywords: ["quotation marks", "speech marks", "speakers", "talks", "quotes", "talking", "chatting", "testimonials", "quotation"],
|
|
2160
|
+
groups: ["misc", "text"],
|
|
1303
2161
|
path: () => import("./icons/icon-quote.js"),
|
|
1304
2162
|
}, {
|
|
1305
2163
|
name: "icon-radio-alt",
|
|
2164
|
+
keywords: ["broadcast", "tv", "fm", "television", "aerials", "ariels", "transmitters", "podcasts", "signal", "connectivity", "live", "frequency"],
|
|
2165
|
+
groups: ["item", "technology", "hardware", "devices", "multimedia", "social"],
|
|
2166
|
+
related: ["icon-radio-alt", "icon-radio-receiver"],
|
|
1306
2167
|
path: () => import("./icons/icon-radio-alt.js"),
|
|
1307
2168
|
}, {
|
|
1308
2169
|
name: "icon-radio-receiver",
|
|
2170
|
+
keywords: ["broadcast", "tv", "fm", "television", "receivers", "podcasts", "retro", "radio", "speakers", "audio", "music", "sound", "live", "frequency"],
|
|
2171
|
+
groups: ["item", "technology", "hardware", "devices", "multimedia", "social"],
|
|
2172
|
+
related: ["icon-radio-alt", "icon-radio"],
|
|
1309
2173
|
path: () => import("./icons/icon-radio-receiver.js"),
|
|
1310
2174
|
}, {
|
|
1311
2175
|
name: "icon-radio",
|
|
2176
|
+
keywords: ["broadcast", "tv", "fm", "television", "aerials", "ariels", "transmitters", "podcasts", "signal", "connectivity", "live", "frequency"],
|
|
2177
|
+
groups: ["item", "technology", "hardware", "devices", "multimedia", "social"],
|
|
2178
|
+
related: ["icon-radio-alt", "icon-radio-receiver"],
|
|
1312
2179
|
path: () => import("./icons/icon-radio.js"),
|
|
1313
2180
|
}, {
|
|
1314
2181
|
name: "icon-rain",
|
|
2182
|
+
keywords: ["raining", "precipitation", "weather", "rainfall"],
|
|
2183
|
+
groups: ["weather", "cloud"],
|
|
1315
2184
|
path: () => import("./icons/icon-rain.js"),
|
|
1316
2185
|
}, {
|
|
1317
2186
|
name: "icon-rate",
|
|
1318
2187
|
hidden: true,
|
|
2188
|
+
keywords: ["stars", "bookmark", "favorite", "like", "review", "rating"],
|
|
2189
|
+
groups: ["shape", "account", "social", "shapes", "multimedia", "weather", "emoji", "gaming"],
|
|
1319
2190
|
path: () => import("./icons/icon-rate.js"),
|
|
1320
2191
|
}, {
|
|
1321
2192
|
name: "icon-re-post",
|
|
2193
|
+
keywords: ["retweet", "share", "repost", "loop", "arrows"],
|
|
2194
|
+
groups: ["action", "arrow", "arrows", "multimedia"],
|
|
2195
|
+
related: ["icon-axis-rotation", "icon-axis-rotation-2", "icon-axis-rotation-3", "icon-sync", "icon-refresh"],
|
|
1322
2196
|
path: () => import("./icons/icon-re-post.js"),
|
|
1323
2197
|
}, {
|
|
1324
2198
|
name: "icon-readonly",
|
|
2199
|
+
keywords: ["uneditable", "disabled", "inactive", "non-editable", "locked", "read-only", "unmodifiable", "frozen", "restricted", "rubber", "edit", "create", "draw", "sketch", "draft", "writer", "writing", "stationery", "artist"],
|
|
2200
|
+
groups: ["action", "design", "cursors", "tools", "text"],
|
|
1325
2201
|
path: () => import("./icons/icon-readonly.js"),
|
|
1326
2202
|
}, {
|
|
1327
2203
|
name: "icon-receipt-alt",
|
|
2204
|
+
keywords: ["bill", "voucher", "slip", "check", "counterfoil", "currency", "dollar", "usd", "$"],
|
|
2205
|
+
groups: ["item", "money", "receipt", "finance", "travel"],
|
|
2206
|
+
related: ["icon-receipt-yen", "icon-receipt-pound", "icon-receipt-euro", "icon-receipt-dollar"],
|
|
1328
2207
|
path: () => import("./icons/icon-receipt-alt.js"),
|
|
1329
2208
|
}, {
|
|
1330
2209
|
name: "icon-reception",
|
|
2210
|
+
keywords: ["receptionists", "desks", "working", "reception", "bell", "porter"],
|
|
2211
|
+
groups: ["user", "travel"],
|
|
1331
2212
|
path: () => import("./icons/icon-reception.js"),
|
|
1332
2213
|
}, {
|
|
1333
2214
|
name: "icon-record",
|
|
1334
2215
|
hidden: true,
|
|
2216
|
+
keywords: ["circles", "album", "music", "vinyl", "record", "cd", "dvd", "format", "dj", "spin", "rotate", "rpm"],
|
|
2217
|
+
groups: ["shape", "devices", "multimedia"],
|
|
1335
2218
|
path: () => import("./icons/icon-record.js"),
|
|
1336
2219
|
}, {
|
|
1337
2220
|
name: "icon-rectangle-ellipsis",
|
|
2221
|
+
keywords: ["login", "password", "authenticate", "2fa", "field", "fill", "ellipsis", "et cetera", "etc", "loader", "loading", "progress", "pending", "throbber", "menu", "options", "operator", "code", "spread", "rest", "more", "further", "extra", "overflow", "dots", "…", "..."],
|
|
2222
|
+
groups: ["text", "development"],
|
|
1338
2223
|
path: () => import("./icons/icon-rectangle-ellipsis.js"),
|
|
1339
2224
|
}, {
|
|
1340
2225
|
name: "icon-redo",
|
|
2226
|
+
keywords: ["arrow", "forward", "undo", "rerun", "history"],
|
|
2227
|
+
groups: ["action", "arrow", "text", "arrows"],
|
|
2228
|
+
related: ["icon-undo", "icon-delete-key", "icon-arrow-right", "icon-navigation-right", "icon-right-double-arrow"],
|
|
1341
2229
|
path: () => import("./icons/icon-redo.js"),
|
|
1342
2230
|
}, {
|
|
1343
2231
|
name: "icon-refresh",
|
|
2232
|
+
keywords: ["arrow", "recycle", "sync", "repeat", "right", "clockwise", "refresh", "reload", "rerun", "redo"],
|
|
2233
|
+
groups: ["action", "rotate", "arrows", "design", "photography"],
|
|
2234
|
+
related: ["icon-axis-rotation", "icon-axis-rotation-2", "icon-axis-rotation-3", "icon-sync", "icon-re-post"],
|
|
1344
2235
|
path: () => import("./icons/icon-refresh.js"),
|
|
1345
2236
|
}, {
|
|
1346
2237
|
name: "icon-remote",
|
|
1347
2238
|
hidden: true,
|
|
2239
|
+
keywords: ["remote controls", "buttons", "count", "calculating machine"],
|
|
2240
|
+
groups: ["item", "household", "math", "devices"],
|
|
1348
2241
|
path: () => import("./icons/icon-remote.js"),
|
|
1349
2242
|
}, {
|
|
1350
2243
|
name: "icon-remove",
|
|
2244
|
+
keywords: ["minus", "subtracts", "lines", "deletes", "garbage", "delete", "remove", "bin"],
|
|
2245
|
+
groups: ["maths", "files", "mail"],
|
|
1351
2246
|
path: () => import("./icons/icon-remove.js"),
|
|
1352
2247
|
}, {
|
|
1353
2248
|
name: "icon-repeat-one",
|
|
2249
|
+
keywords: ["arrows", "bi-directional", "two", "2", "swap", "loop", "reverse", "replay"],
|
|
2250
|
+
groups: ["action", "arrow", "multimedia"],
|
|
2251
|
+
related: ["icon-repeat", "icon-traffic-alt", "icon-tab-key", "icon-shuffle", "icon-traffic", "icon-navigation-road"],
|
|
1354
2252
|
path: () => import("./icons/icon-repeat-one.js"),
|
|
1355
2253
|
}, {
|
|
1356
2254
|
name: "icon-repeat",
|
|
2255
|
+
keywords: ["arrows", "bi-directional", "two", "2", "swap", "loop", "reverse"],
|
|
2256
|
+
groups: ["action", "arrow", "arrows", "multimedia"],
|
|
2257
|
+
related: ["icon-repeat-one", "icon-traffic-alt", "icon-tab-key", "icon-shuffle", "icon-traffic", "icon-navigation-road"],
|
|
1357
2258
|
path: () => import("./icons/icon-repeat.js"),
|
|
1358
2259
|
}, {
|
|
1359
2260
|
name: "icon-reply-arrow",
|
|
2261
|
+
keywords: ["arrows", "back", "email"],
|
|
2262
|
+
groups: ["action", "arrow", "mail"],
|
|
1360
2263
|
path: () => import("./icons/icon-reply-arrow.js"),
|
|
1361
2264
|
}, {
|
|
1362
2265
|
name: "icon-resize",
|
|
2266
|
+
keywords: ["arrows", "move", "resizes", "scales", "scale", "resize", "design"],
|
|
2267
|
+
groups: ["action", "arrow", "design"],
|
|
1363
2268
|
path: () => import("./icons/icon-resize.js"),
|
|
1364
2269
|
}, {
|
|
1365
2270
|
name: "icon-return-to-top",
|
|
1366
2271
|
hidden: true,
|
|
2272
|
+
keywords: ["loops", "repeats", "arrows", "forward", "direction", "north", "upload", "collapse", "fold", "vertical"],
|
|
2273
|
+
groups: ["action", "arrow", "arrows", "files"],
|
|
1367
2274
|
path: () => import("./icons/icon-return-to-top.js"),
|
|
1368
2275
|
}, {
|
|
1369
2276
|
name: "icon-right-double-arrow",
|
|
1370
2277
|
hidden: true,
|
|
2278
|
+
keywords: ["chevrons", "two", "2", "turn", "corner"],
|
|
2279
|
+
groups: ["action", "arrow", "arrows", "gaming"],
|
|
1371
2280
|
path: () => import("./icons/icon-right-double-arrow.js"),
|
|
1372
2281
|
}, {
|
|
1373
2282
|
name: "icon-roadsign",
|
|
1374
2283
|
hidden: true,
|
|
2284
|
+
keywords: ["warnings", "signpost", "direction", "right", "east", "forward", "version control", "waypoint"],
|
|
2285
|
+
groups: ["transport", "arrows", "navigation", "development", "gaming"],
|
|
1375
2286
|
path: () => import("./icons/icon-roadsign.js"),
|
|
1376
2287
|
}, {
|
|
1377
2288
|
name: "icon-rocket",
|
|
2289
|
+
keywords: ["space", "launches", "release", "boost", "launch", "version"],
|
|
2290
|
+
groups: ["transport", "vehicle", "gaming", "development"],
|
|
1378
2291
|
path: () => import("./icons/icon-rocket.js"),
|
|
1379
2292
|
}, {
|
|
1380
2293
|
name: "icon-rss",
|
|
2294
|
+
keywords: ["rss feed", "syndication", "broadcasts", "waves", "feed", "subscribe", "news", "updates", "notifications", "content", "blog", "articles", "broadcast", "reader", "channels", "posts", "publishing", "digest", "alert", "following", "inbox", "newsletter", "weblog", "podcast"],
|
|
2295
|
+
groups: ["item", "technology", "development", "social"],
|
|
1381
2296
|
path: () => import("./icons/icon-rss.js"),
|
|
1382
2297
|
}, {
|
|
1383
2298
|
name: "icon-ruler-alt",
|
|
2299
|
+
keywords: ["triangles", "set squares", "measures", "tools", "edit", "create", "draw", "sketch", "draft", "writer", "writing", "stationery", "artist", "measurements", "centimeters", "cm", "millimeters", "mm", "metre", "foot", "feet", "inches", "units", "size", "length", "width", "height", "dimensions", "depth", "breadth", "extent"],
|
|
2300
|
+
groups: ["item", "tool", "tools", "design", "layout", "text"],
|
|
1384
2301
|
path: () => import("./icons/icon-ruler-alt.js"),
|
|
1385
2302
|
}, {
|
|
1386
2303
|
name: "icon-ruler",
|
|
2304
|
+
keywords: ["measures", "tools", "measurements", "centimeters", "cm", "millimeters", "mm", "metre", "foot", "feet", "inches", "units", "size", "length", "width", "height", "dimensions", "depth", "breadth", "extent", "stationery"],
|
|
2305
|
+
groups: ["item", "tool", "tools", "design", "layout"],
|
|
1387
2306
|
path: () => import("./icons/icon-ruler.js"),
|
|
1388
2307
|
}, {
|
|
1389
2308
|
name: "icon-satellite-dish",
|
|
2309
|
+
keywords: ["broadcasts", "transmits", "receiver", "antenna", "dish aerial", "saucer"],
|
|
2310
|
+
groups: ["item", "technology", "hardware", "connectivity", "devices", "multimedia"],
|
|
1390
2311
|
path: () => import("./icons/icon-satellite-dish.js"),
|
|
1391
2312
|
}, {
|
|
1392
2313
|
name: "icon-save",
|
|
2314
|
+
keywords: ["imports", "circles", "arrows", "floppy disk"],
|
|
2315
|
+
groups: ["action", "arrow", "circle", "text", "files"],
|
|
2316
|
+
related: ["icon-umb-deploy"],
|
|
1393
2317
|
path: () => import("./icons/icon-save.js"),
|
|
1394
2318
|
}, {
|
|
1395
2319
|
name: "icon-scan",
|
|
2320
|
+
keywords: ["radar", "scan", "sonar", "detect", "find", "locate"],
|
|
2321
|
+
groups: ["misc", "navigation", "security", "communication"],
|
|
1396
2322
|
path: () => import("./icons/icon-scan.js"),
|
|
1397
2323
|
}, {
|
|
1398
2324
|
name: "icon-school",
|
|
2325
|
+
keywords: ["clock tower", "town hall", "building", "university", "education", "childhood", "learning", "campus", "scholar", "student", "lecture", "degree", "course", "academia", "study", "knowledge", "classroom", "research", "diploma", "graduation", "professor", "tutorial", "homework", "assignment", "exam"],
|
|
2326
|
+
groups: ["building", "buildings", "navigation"],
|
|
1399
2327
|
path: () => import("./icons/icon-school.js"),
|
|
1400
2328
|
}, {
|
|
1401
2329
|
name: "icon-screensharing",
|
|
2330
|
+
keywords: ["boxes", "multiple", "two", "2", "nested", "restore", "host", "desktop", "monitor"],
|
|
2331
|
+
groups: ["shape", "box", "connectivity", "devices", "communication"],
|
|
2332
|
+
related: ["icon-layers-alt"],
|
|
1402
2333
|
path: () => import("./icons/icon-screensharing.js"),
|
|
1403
2334
|
}, {
|
|
1404
2335
|
name: "icon-script-alt",
|
|
1405
2336
|
hidden: true,
|
|
2337
|
+
keywords: ["scroll", "javascript", "js", "paper", "log", "scripture", "document", "notes", "parchment", "list", "long", "script", "story", "code", "coding"],
|
|
2338
|
+
groups: ["file", "gaming", "development", "text"],
|
|
2339
|
+
related: ["icon-script"],
|
|
1406
2340
|
path: () => import("./icons/icon-script-alt.js"),
|
|
1407
2341
|
}, {
|
|
1408
2342
|
name: "icon-script",
|
|
2343
|
+
keywords: ["scroll", "javascript", "js", "paper", "log", "scripture", "document", "notes", "parchment", "list", "long", "script", "story", "code", "coding"],
|
|
2344
|
+
groups: ["file", "gaming", "development", "text"],
|
|
2345
|
+
related: ["icon-script-alt"],
|
|
1409
2346
|
path: () => import("./icons/icon-script.js"),
|
|
1410
2347
|
}, {
|
|
1411
2348
|
name: "icon-scull",
|
|
2349
|
+
keywords: ["dead", "death", "expired", "old", "skull", "pirate", "piracy", "danger", "bone"],
|
|
2350
|
+
groups: ["item", "gaming"],
|
|
2351
|
+
related: ["icon-piracy"],
|
|
1412
2352
|
path: () => import("./icons/icon-scull.js"),
|
|
1413
2353
|
}, {
|
|
1414
2354
|
name: "icon-search",
|
|
2355
|
+
keywords: ["magnifying glass", "find", "scan", "magnifier", "lens"],
|
|
2356
|
+
groups: ["item", "household", "text", "social"],
|
|
1415
2357
|
path: () => import("./icons/icon-search.js"),
|
|
1416
2358
|
}, {
|
|
1417
2359
|
name: "icon-sensor",
|
|
2360
|
+
keywords: ["waves", "earthquake", "epicentre", "epicenter", "preview", "zoom", "expand", "fullscreen", "gallery", "image", "camera", "watch", "surveillance", "retina", "focus", "lens", "biometric", "identification", "authentication", "access", "login"],
|
|
2361
|
+
groups: ["misc", "photography", "multimedia", "accessibility", "security", "devices", "account"],
|
|
1418
2362
|
path: () => import("./icons/icon-sensor.js"),
|
|
1419
2363
|
}, {
|
|
1420
2364
|
name: "icon-server-alt",
|
|
1421
2365
|
hidden: true,
|
|
2366
|
+
keywords: ["db", "databases", "data store", "storage", "memory", "container", "tin", "pot", "bytes", "servers"],
|
|
2367
|
+
groups: ["item", "technology", "hardware", "devices", "development"],
|
|
1422
2368
|
path: () => import("./icons/icon-server-alt.js"),
|
|
1423
2369
|
}, {
|
|
1424
2370
|
name: "icon-server",
|
|
2371
|
+
keywords: ["servers", "rack", "hardware", "cloud", "storage"],
|
|
2372
|
+
groups: ["item", "technology", "hardware", "development", "devices"],
|
|
2373
|
+
related: ["icon-stacked-disks", "icon-disk-image", "icon-ssd"],
|
|
1425
2374
|
path: () => import("./icons/icon-server.js"),
|
|
1426
2375
|
}, {
|
|
1427
2376
|
name: "icon-settings-alt",
|
|
1428
2377
|
hidden: true,
|
|
2378
|
+
keywords: ["settings", "cog", "wheel", "preferences", "edit", "gear"],
|
|
2379
|
+
groups: ["settings", "account"],
|
|
2380
|
+
related: ["icon-settings", "icon-umb-developer", "icon-settings-alt-2"],
|
|
1429
2381
|
path: () => import("./icons/icon-settings-alt.js"),
|
|
1430
2382
|
}, {
|
|
1431
2383
|
name: "icon-settings",
|
|
2384
|
+
keywords: ["settings", "cog", "wheel", "preferences", "edit", "gear"],
|
|
2385
|
+
groups: ["settings", "account"],
|
|
2386
|
+
related: ["icon-umb-developer", "icon-settings-alt", "icon-settings-alt-2"],
|
|
1432
2387
|
path: () => import("./icons/icon-settings.js"),
|
|
1433
2388
|
}, {
|
|
1434
2389
|
name: "icon-share-alt",
|
|
2390
|
+
keywords: ["broadcasts", "waves", "connection", "signal", "wireless"],
|
|
2391
|
+
groups: ["action", "connectivity", "devices"],
|
|
1435
2392
|
path: () => import("./icons/icon-share-alt.js"),
|
|
1436
2393
|
}, {
|
|
1437
2394
|
name: "icon-share",
|
|
2395
|
+
keywords: ["networks", "social media", "network", "connections"],
|
|
2396
|
+
groups: ["action", "account", "social"],
|
|
1438
2397
|
path: () => import("./icons/icon-share.js"),
|
|
1439
2398
|
}, {
|
|
1440
2399
|
name: "icon-sharing-iphone",
|
|
2400
|
+
keywords: ["share", "export", "arrows", "boxes", "network", "connections"],
|
|
2401
|
+
groups: ["action", "arrow", "box", "account", "social"],
|
|
1441
2402
|
path: () => import("./icons/icon-sharing-iphone.js"),
|
|
1442
2403
|
}, {
|
|
1443
2404
|
name: "icon-shield",
|
|
2405
|
+
keywords: ["security", "protect", "secure", "badge", "cybersecurity", "safety", "protection", "guardian", "armored", "armoured", "defense", "defence", "defender", "block", "threat", "prevention", "antivirus", "vigilance", "vigilant", "detection", "scan", "strength", "strong", "tough", "invincible", "invincibility", "invulnerable", "undamaged", "audit", "admin", "verification", "crest", "logo", "sigil", "flag", "team", "faction", "fraternity", "university", "college", "academy", "school", "education", "uniform", "bravery", "knight", "foot soldier", "infantry", "trooper", "pawn", "battle", "war", "military", "ranking", "army", "cadet", "scout"],
|
|
2406
|
+
groups: ["item", "security", "account", "development", "gaming"],
|
|
1444
2407
|
path: () => import("./icons/icon-shield.js"),
|
|
1445
2408
|
}, {
|
|
1446
2409
|
name: "icon-shift",
|
|
2410
|
+
keywords: ["arrows", "up", "shift", "keyboard", "button", "mac", "capitalize", "capitalise", "forward", "direction", "north"],
|
|
2411
|
+
groups: ["action", "key", "arrows", "text", "development", "gaming"],
|
|
1447
2412
|
path: () => import("./icons/icon-shift.js"),
|
|
1448
2413
|
}, {
|
|
1449
2414
|
name: "icon-shipping-box",
|
|
2415
|
+
keywords: ["grid", "grill", "lines", "storage", "shipping", "freight", "supply chain", "docker", "environment", "devops", "code", "coding"],
|
|
2416
|
+
groups: ["shape", "box", "development", "transport", "mail"],
|
|
1450
2417
|
path: () => import("./icons/icon-shipping-box.js"),
|
|
1451
2418
|
}, {
|
|
1452
2419
|
name: "icon-shipping",
|
|
2420
|
+
keywords: ["trailer", "sack truck", "boxes", "lift", "carry", "baggage", "luggage", "travel", "cart", "trolley", "suitcase"],
|
|
2421
|
+
groups: ["commerce", "transport", "travel"],
|
|
2422
|
+
related: ["icon-truck"],
|
|
1453
2423
|
path: () => import("./icons/icon-shipping.js"),
|
|
1454
2424
|
}, {
|
|
1455
2425
|
name: "icon-shoe",
|
|
1456
2426
|
hidden: true,
|
|
2427
|
+
keywords: ["trainers", "sneakers", "steps", "walking", "foot", "feet", "trail", "shoe"],
|
|
2428
|
+
groups: ["item", "clothing", "navigation"],
|
|
1457
2429
|
path: () => import("./icons/icon-shoe.js"),
|
|
1458
2430
|
}, {
|
|
1459
2431
|
name: "icon-shopping-basket-alt-2",
|
|
1460
2432
|
hidden: true,
|
|
2433
|
+
keywords: ["carts", "checkouts", "cart", "e-commerce", "store", "purchase", "products", "items", "ingredients"],
|
|
2434
|
+
groups: ["commerce", "shopping"],
|
|
2435
|
+
related: ["icon-shopping-basket", "item-shopping-basket-alt"],
|
|
1461
2436
|
path: () => import("./icons/icon-shopping-basket-alt-2.js"),
|
|
1462
2437
|
}, {
|
|
1463
2438
|
name: "icon-shopping-basket-alt",
|
|
2439
|
+
keywords: ["bag", "gift", "cart", "e-commerce", "store", "purchase", "products", "items", "ingredients"],
|
|
2440
|
+
groups: ["commerce", "shopping"],
|
|
2441
|
+
related: ["icon-shopping-basket", "item-shopping-basket-alt-2"],
|
|
1464
2442
|
path: () => import("./icons/icon-shopping-basket-alt.js"),
|
|
1465
2443
|
}, {
|
|
1466
2444
|
name: "icon-shopping-basket",
|
|
2445
|
+
keywords: ["trolley", "trollies", "supermarket", "cart", "basket", "e-commerce", "store", "purchase", "products", "items", "ingredients"],
|
|
2446
|
+
groups: ["commerce", "shopping"],
|
|
2447
|
+
related: ["icon-shopping-basket-alt", "item-shopping-basket-alt-2"],
|
|
1467
2448
|
path: () => import("./icons/icon-shopping-basket.js"),
|
|
1468
2449
|
}, {
|
|
1469
2450
|
name: "icon-shuffle",
|
|
2451
|
+
keywords: ["arrows", "two", "2", "mix", "random", "music", "reorder"],
|
|
2452
|
+
groups: ["action", "arrow", "multimedia", "arrows"],
|
|
2453
|
+
related: ["icon-traffic-alt", "icon-tab-key", "icon-traffic", "icon-repeat", "icon-navigation-road"],
|
|
1470
2454
|
path: () => import("./icons/icon-shuffle.js"),
|
|
1471
2455
|
}, {
|
|
1472
2456
|
name: "icon-sience",
|
|
1473
2457
|
hidden: true,
|
|
2458
|
+
keywords: ["nuclear", "orbit", "atomic", "physics", "particle", "element", "molecule", "electricity", "energy", "chemistry"],
|
|
2459
|
+
groups: ["misc", "science"],
|
|
1474
2460
|
path: () => import("./icons/icon-sience.js"),
|
|
1475
2461
|
}, {
|
|
1476
2462
|
name: "icon-science",
|
|
2463
|
+
keywords: ["atomic", "nuclear", "physics", "particle", "element", "molecule", "electricity", "energy", "chemistry"],
|
|
2464
|
+
groups: ["science"],
|
|
1477
2465
|
path: () => import("./icons/icon-science.js"),
|
|
1478
2466
|
}, {
|
|
1479
2467
|
name: "icon-single-note",
|
|
2468
|
+
keywords: ["music", "sounds", "audio", "quaver", "eighth note", "note"],
|
|
2469
|
+
groups: ["item", "media", "multimedia", "files"],
|
|
1480
2470
|
path: () => import("./icons/icon-single-note.js"),
|
|
1481
2471
|
}, {
|
|
1482
2472
|
name: "icon-sitemap",
|
|
1483
2473
|
hidden: true,
|
|
2474
|
+
keywords: ["trees", "family trees", "hierachies", "hierachy", "structure", "flowcharts", "flow charts", "flow diagrams", "tree"],
|
|
2475
|
+
groups: ["data", "development"],
|
|
1484
2476
|
path: () => import("./icons/icon-sitemap.js"),
|
|
1485
2477
|
}, {
|
|
1486
2478
|
name: "icon-sleep",
|
|
2479
|
+
keywords: ["moons", "crescent", "nighttime", "dark", "night", "star"],
|
|
2480
|
+
groups: ["weather", "accessibility"],
|
|
1487
2481
|
path: () => import("./icons/icon-sleep.js"),
|
|
1488
2482
|
}, {
|
|
1489
2483
|
name: "icon-slideshow",
|
|
1490
2484
|
hidden: true,
|
|
2485
|
+
keywords: ["powerpoints", "data", "keynotes", "presentations", "slideshows", "slide shows", "screen", "whiteboard", "marker pens", "markers", "blackboard", "chalk", "easel", "school", "learning", "lesson", "office", "meeting", "project", "planning"],
|
|
2486
|
+
groups: ["item", "workplace", "multimedia", "photography", "devices", "communication", "design"],
|
|
1491
2487
|
path: () => import("./icons/icon-slideshow.js"),
|
|
1492
2488
|
}, {
|
|
1493
2489
|
name: "icon-smiley-inverted",
|
|
1494
2490
|
hidden: true,
|
|
2491
|
+
keywords: ["emojis", "emoticons", "faces", "people", "person", "user", "happy", "happiness", "emoji", "face", "good", "emotion"],
|
|
2492
|
+
groups: ["user", "emoji", "account"],
|
|
2493
|
+
related: ["icon-smiley"],
|
|
1495
2494
|
path: () => import("./icons/icon-smiley-inverted.js"),
|
|
1496
2495
|
}, {
|
|
1497
2496
|
name: "icon-smiley",
|
|
2497
|
+
keywords: ["emojis", "emoticons", "faces", "people", "person", "user", "happy", "happiness", "emoji", "face", "good", "emotion"],
|
|
2498
|
+
groups: ["user", "emoji", "account"],
|
|
2499
|
+
related: ["icon-smiley-inverted"],
|
|
1498
2500
|
path: () => import("./icons/icon-smiley.js"),
|
|
1499
2501
|
}, {
|
|
1500
2502
|
name: "icon-snow",
|
|
2503
|
+
keywords: ["snowing", "cold", "winter", "hailing", "weather", "blizzard"],
|
|
2504
|
+
groups: ["weather", "cloud"],
|
|
1501
2505
|
path: () => import("./icons/icon-snow.js"),
|
|
1502
2506
|
}, {
|
|
1503
2507
|
name: "icon-sort",
|
|
2508
|
+
keywords: ["bidirectional", "two-way", "2-way", "swap", "switch", "network", "traffic", "flow", "mobile data", "internet", "sort", "reorder", "move"],
|
|
2509
|
+
groups: ["arrows"],
|
|
1504
2510
|
path: () => import("./icons/icon-sort.js"),
|
|
1505
2511
|
}, {
|
|
1506
2512
|
name: "icon-sound-low",
|
|
2513
|
+
keywords: ["sounds", "audio", "music", "speakers", "amplifiers", "amps", "volume", "minimum", "sound", "speaker"],
|
|
2514
|
+
groups: ["item", "media", "connectivity", "communication", "multimedia"],
|
|
2515
|
+
related: ["icon-sound-medium", "icon-sound", "icon-sound-off", "icon-sound-waves", "icon-speaker"],
|
|
1507
2516
|
path: () => import("./icons/icon-sound-low.js"),
|
|
1508
2517
|
}, {
|
|
1509
2518
|
name: "icon-sound-medium",
|
|
1510
2519
|
hidden: true,
|
|
2520
|
+
keywords: ["sounds", "audio", "music", "speakers", "amplifiers", "amps", "volume", "medium", "sound", "speaker"],
|
|
2521
|
+
groups: ["item", "media", "connectivity", "communication", "multimedia"],
|
|
2522
|
+
related: ["icon-sound", "icon-sound-low", "icon-sound-off", "icon-sound-waves", "icon-speaker"],
|
|
1511
2523
|
path: () => import("./icons/icon-sound-medium.js"),
|
|
1512
2524
|
}, {
|
|
1513
2525
|
name: "icon-sound-off",
|
|
2526
|
+
keywords: ["sounds", "audio", "music", "speakers", "amplifiers", "amps", "volume", "muted", "sound", "mute", "speaker"],
|
|
2527
|
+
groups: ["item", "media", "connectivity", "communication", "multimedia"],
|
|
2528
|
+
related: ["icon-sound-medium", "icon-sound-low", "icon-sound", "icon-sound-waves", "icon-speaker"],
|
|
1514
2529
|
path: () => import("./icons/icon-sound-off.js"),
|
|
1515
2530
|
}, {
|
|
1516
2531
|
name: "icon-sound-waves",
|
|
2532
|
+
keywords: ["sounds", "audio", "music", "water", "sea", "sound", "hertz", "wavelength", "vibrate"],
|
|
2533
|
+
groups: ["item", "media", "weather", "navigation", "multimedia", "sustainability"],
|
|
1517
2534
|
path: () => import("./icons/icon-sound-waves.js"),
|
|
1518
2535
|
}, {
|
|
1519
2536
|
name: "icon-sound",
|
|
2537
|
+
keywords: ["sounds", "audio", "music", "speakers", "amplifiers", "amps", "volume", "maximum", "sound", "speaker"],
|
|
2538
|
+
groups: ["item", "media", "connectivity", "communication", "multimedia"],
|
|
2539
|
+
related: ["icon-sound-medium", "icon-sound-low", "icon-sound-off", "icon-sound-waves", "icon-speaker"],
|
|
1520
2540
|
path: () => import("./icons/icon-sound.js"),
|
|
1521
2541
|
}, {
|
|
1522
2542
|
name: "icon-spades",
|
|
2543
|
+
keywords: ["shape", "suit", "playing", "cards"],
|
|
2544
|
+
groups: ["misc", "game", "shapes", "gaming"],
|
|
1523
2545
|
path: () => import("./icons/icon-spades.js"),
|
|
1524
2546
|
}, {
|
|
1525
2547
|
name: "icon-speaker",
|
|
2548
|
+
keywords: ["sounds", "audio", "music", "speakers", "amplifiers", "amps", "sound", "tweeter", "subwoofer", "bass", "production", "producer", "dj"],
|
|
2549
|
+
groups: ["item", "media", "multimedia", "devices"],
|
|
2550
|
+
related: ["icon-sound", "icon-sound-waves"],
|
|
1526
2551
|
path: () => import("./icons/icon-speaker.js"),
|
|
1527
2552
|
}, {
|
|
1528
2553
|
name: "icon-speed-gauge",
|
|
2554
|
+
keywords: ["guage", "speed", "scale", "fuel", "dashboard", "dial", "meter", "pressure", "measure", "level"],
|
|
2555
|
+
groups: ["measure", "transport", "sports", "science"],
|
|
2556
|
+
related: ["icon-temperatrure-alt"],
|
|
1529
2557
|
path: () => import("./icons/icon-speed-gauge.js"),
|
|
1530
2558
|
}, {
|
|
1531
2559
|
name: "icon-split-alt",
|
|
2560
|
+
keywords: ["arrows", "fork", "three", "3", "split", "divide"],
|
|
2561
|
+
groups: ["action", "arrow", "layout"],
|
|
2562
|
+
related: ["icon-split"],
|
|
1532
2563
|
path: () => import("./icons/icon-split-alt.js"),
|
|
1533
2564
|
}, {
|
|
1534
2565
|
name: "icon-split",
|
|
2566
|
+
keywords: ["arrows", "fork", "two", "2", "break", "disband", "divide", "separate", "branch", "disunite"],
|
|
2567
|
+
groups: ["action", "arrow", "development", "arrows"],
|
|
2568
|
+
related: ["icon-split-alt"],
|
|
1535
2569
|
path: () => import("./icons/icon-split.js"),
|
|
1536
2570
|
}, {
|
|
1537
2571
|
name: "icon-sprout",
|
|
2572
|
+
keywords: ["plant", "sapling", "spring", "eco", "green", "growth", "leaf", "nature", "seed", "sustainability"],
|
|
2573
|
+
groups: ["item", "nature", "gaming", "sustainability"],
|
|
2574
|
+
related: ["icon-tree"],
|
|
1538
2575
|
path: () => import("./icons/icon-sprout.js"),
|
|
1539
2576
|
}, {
|
|
1540
2577
|
name: "icon-squiggly-line",
|
|
1541
2578
|
hidden: true,
|
|
2579
|
+
keywords: ["wave", "random", "squiggle", "path", "journey", "planner", "points", "stops", "stations"],
|
|
2580
|
+
groups: ["misc", "navigation"],
|
|
2581
|
+
related: ["icon-stream"],
|
|
1542
2582
|
path: () => import("./icons/icon-squiggly-line.js"),
|
|
1543
2583
|
}, {
|
|
1544
2584
|
name: "icon-ssd",
|
|
1545
2585
|
hidden: true,
|
|
2586
|
+
keywords: ["disk", "hdd", "sata", "hardware", "computer", "server", "memory", "data", "ssd", "hard disk", "storage", "backup", "media"],
|
|
2587
|
+
groups: ["item", "technology", "hardware", "development", "devices"],
|
|
2588
|
+
related: ["icon-server", "icon-disk-image", "icon-ssd"],
|
|
1546
2589
|
path: () => import("./icons/icon-ssd.js"),
|
|
1547
2590
|
}, {
|
|
1548
2591
|
name: "icon-stacked-disks",
|
|
1549
2592
|
hidden: true,
|
|
2593
|
+
keywords: ["hard drives", "ssd", "hdd", "servers", "rack", "hardware", "cloud", "storage"],
|
|
2594
|
+
groups: ["item", "technology", "hardware", "development", "devices"],
|
|
2595
|
+
related: ["icon-server", "icon-disk-image", "icon-ssd"],
|
|
1550
2596
|
path: () => import("./icons/icon-stacked-disks.js"),
|
|
1551
2597
|
}, {
|
|
1552
2598
|
name: "icon-stamp",
|
|
1553
2599
|
hidden: true,
|
|
2600
|
+
keywords: ["frame", "photos", "photographs", "pictures", "images", "icon-shipping-box", "password", "secret", "access", "key", "multiply", "multiplication", "glob pattern", "wildcard", "*"],
|
|
2601
|
+
groups: ["item", "text", "security", "math", "development"],
|
|
1554
2602
|
path: () => import("./icons/icon-stamp.js"),
|
|
1555
2603
|
}, {
|
|
1556
2604
|
name: "icon-stop-alt",
|
|
2605
|
+
keywords: ["sign", "octagon", "eight", "8", "delete", "stop", "alert", "warning", "times", "clear", "math"],
|
|
2606
|
+
groups: ["misc", "math", "notifications"],
|
|
2607
|
+
related: ["icon-stop", "icon-stop-hand"],
|
|
1557
2608
|
path: () => import("./icons/icon-stop-alt.js"),
|
|
1558
2609
|
}, {
|
|
1559
2610
|
name: "icon-stop-hand",
|
|
1560
2611
|
hidden: true,
|
|
2612
|
+
keywords: ["palm", "wave", "move", "mouse", "grab"],
|
|
2613
|
+
groups: ["item", "hand", "cursors", "accessibility"],
|
|
2614
|
+
related: ["icon-stop-alt", "icon-stop-hand"],
|
|
1561
2615
|
path: () => import("./icons/icon-stop-hand.js"),
|
|
1562
2616
|
}, {
|
|
1563
2617
|
name: "icon-stop",
|
|
2618
|
+
keywords: ["square", "stop", "playback", "music", "audio", "video", "rectangle", "aspect ratio", "1:1", "shape"],
|
|
2619
|
+
groups: ["shape", "box", "shapes", "multimedia"],
|
|
2620
|
+
related: ["icon-thumbnails", "icon-thumbnails-small", "icon-record", "icon-play", "icon-pause"],
|
|
1564
2621
|
path: () => import("./icons/icon-stop.js"),
|
|
1565
2622
|
}, {
|
|
1566
2623
|
name: "icon-store",
|
|
2624
|
+
keywords: ["shop", "market", "supermarket", "superstore", "stand", "boutique", "building"],
|
|
2625
|
+
groups: ["building", "buildings", "navigation", "shopping"],
|
|
1567
2626
|
path: () => import("./icons/icon-store.js"),
|
|
1568
2627
|
}, {
|
|
1569
2628
|
name: "icon-stream",
|
|
1570
2629
|
hidden: true,
|
|
2630
|
+
keywords: ["circle", "wave", "sine", "alternating current", "pulse", "action", "motion", "movement", "exercise", "fitness", "healthcare", "heart rate monitor", "vital signs", "vitals", "emergency room", "er", "intensive care", "hospital", "defibrillator", "earthquake", "siesmic", "magnitude", "richter scale", "aftershock", "tremor", "shockwave", "audio", "waveform", "synthesizer", "synthesiser", "music"],
|
|
2631
|
+
groups: ["misc", "medical", "social", "science", "multimedia"],
|
|
1571
2632
|
path: () => import("./icons/icon-stream.js"),
|
|
1572
2633
|
}, {
|
|
1573
2634
|
name: "icon-strikethrough",
|
|
2635
|
+
keywords: ["cross out", "delete", "remove", "format"],
|
|
2636
|
+
groups: ["text"],
|
|
1574
2637
|
path: () => import("./icons/icon-strikethrough.js"),
|
|
1575
2638
|
}, {
|
|
1576
2639
|
name: "icon-subscript",
|
|
2640
|
+
keywords: ["text"],
|
|
2641
|
+
groups: ["text"],
|
|
1577
2642
|
path: () => import("./icons/icon-subscript.js"),
|
|
1578
2643
|
}, {
|
|
1579
2644
|
name: "icon-superscript",
|
|
2645
|
+
keywords: ["text", "exponent"],
|
|
2646
|
+
groups: ["text"],
|
|
1580
2647
|
path: () => import("./icons/icon-superscript.js"),
|
|
1581
2648
|
}, {
|
|
1582
2649
|
name: "icon-sunny",
|
|
2650
|
+
keywords: ["weather", "summer", "brightness", "light"],
|
|
2651
|
+
groups: ["weather", "accessibility", "seasons", "sustainability"],
|
|
2652
|
+
related: ["icon-snow", "icon-cloudy", "icon-cloud"],
|
|
1583
2653
|
path: () => import("./icons/icon-sunny.js"),
|
|
1584
2654
|
}, {
|
|
1585
2655
|
name: "icon-sweatshirt",
|
|
1586
2656
|
hidden: true,
|
|
2657
|
+
keywords: ["jumper", "pullover", "t-shirt", "shopping", "store", "clothing", "clothes"],
|
|
2658
|
+
groups: ["item", "clothing", "shopping"],
|
|
2659
|
+
related: ["icon-top", "icon-t-shirt"],
|
|
1587
2660
|
path: () => import("./icons/icon-sweatshirt.js"),
|
|
1588
2661
|
}, {
|
|
1589
2662
|
name: "icon-sync",
|
|
2663
|
+
keywords: ["refresh", "recycle", "sync", "arrows", "rotate", "reload", "rerun", "synchronise", "synchronize", "circular", "cycle"],
|
|
2664
|
+
groups: ["action", "rotate", "arrows"],
|
|
2665
|
+
related: ["icon-axis-rotation", "icon-axis-rotation-2", "icon-axis-rotation-3", "icon-refresh", "icon-re-post"],
|
|
1590
2666
|
path: () => import("./icons/icon-sync.js"),
|
|
1591
2667
|
}, {
|
|
1592
2668
|
name: "icon-t-shirt",
|
|
2669
|
+
keywords: ["tshirt", "top", "t-shirt", "shopping", "store", "clothing", "clothes"],
|
|
2670
|
+
groups: ["item", "clothing", "shopping"],
|
|
2671
|
+
related: ["icon-top"],
|
|
1593
2672
|
path: () => import("./icons/icon-t-shirt.js"),
|
|
1594
2673
|
}, {
|
|
1595
2674
|
name: "icon-tab-key",
|
|
2675
|
+
keywords: ["arrow", "line", "end", "stop", "next", "forward", "direction", "east", "tab", "keyboard", "mac", "indent", "collapse", "fold", "horizontal", "->|"],
|
|
2676
|
+
groups: ["action", "key", "arrow", "arrows", "development"],
|
|
2677
|
+
related: ["icon-traffic-alt", "icon-traffic", "icon-shuffle", "icon-repeat", "icon-navigation-road"],
|
|
1596
2678
|
path: () => import("./icons/icon-tab-key.js"),
|
|
1597
2679
|
}, {
|
|
1598
2680
|
name: "icon-table",
|
|
2681
|
+
keywords: ["spreadsheet", "grid"],
|
|
2682
|
+
groups: ["text", "files"],
|
|
1599
2683
|
path: () => import("./icons/icon-table.js"),
|
|
1600
2684
|
}, {
|
|
1601
2685
|
name: "icon-tag",
|
|
2686
|
+
keywords: ["prices", "labels", "tags", "label", "badge", "ticket", "mark"],
|
|
2687
|
+
groups: ["item", "account"],
|
|
2688
|
+
related: ["icon-tags"],
|
|
1602
2689
|
path: () => import("./icons/icon-tag.js"),
|
|
1603
2690
|
}, {
|
|
1604
2691
|
name: "icon-tags",
|
|
2692
|
+
keywords: ["two", "2", "prices", "labels", "tags", "badges", "tickets", "marks", "copy", "multiple"],
|
|
2693
|
+
groups: ["item", "account"],
|
|
2694
|
+
related: ["icon-tag"],
|
|
1605
2695
|
path: () => import("./icons/icon-tags.js"),
|
|
1606
2696
|
}, {
|
|
1607
2697
|
name: "icon-takeaway-cup",
|
|
1608
2698
|
hidden: true,
|
|
2699
|
+
keywords: ["coffee", "mug", "tea", "beverage", "cup", "drink", "soda", "straw", "water"],
|
|
2700
|
+
groups: ["item", "food", "drink", "food-beverage"],
|
|
2701
|
+
related: ["icon-coffee", "icon-cocktail", "icon-beer-glass", "icon-wine-glass"],
|
|
1609
2702
|
path: () => import("./icons/icon-takeaway-cup.js"),
|
|
1610
2703
|
}, {
|
|
1611
2704
|
name: "icon-target",
|
|
2705
|
+
keywords: ["circles", "two", "2", "nested", "nesting", "bullet point", "radio buttons", "radios", "logo", "bullseye", "deadline", "projects", "overview", "work", "productivity"],
|
|
2706
|
+
groups: ["misc", "gaming"],
|
|
1612
2707
|
path: () => import("./icons/icon-target.js"),
|
|
1613
2708
|
}, {
|
|
1614
2709
|
name: "icon-temperatrure-alt",
|
|
2710
|
+
keywords: ["temperature", "thermometer", "guage", "speed", "scale", "fuel", "celsius", "fahrenheit", "weather", "cold", "freeze", "freezing"],
|
|
2711
|
+
groups: ["measure", "weather"],
|
|
2712
|
+
related: ["icon-speed-gauge", "icon-temperature"],
|
|
1615
2713
|
path: () => import("./icons/icon-temperatrure-alt.js"),
|
|
1616
2714
|
}, {
|
|
1617
2715
|
name: "icon-temperature",
|
|
2716
|
+
keywords: ["thermometer", "health", "temperature", "celsius", "fahrenheit", "weather", "warm", "hot"],
|
|
2717
|
+
groups: ["measure", "weather"],
|
|
2718
|
+
related: ["icon-temperatrure-alt"],
|
|
1618
2719
|
path: () => import("./icons/icon-temperature.js"),
|
|
1619
2720
|
}, {
|
|
1620
2721
|
name: "icon-terminal",
|
|
2722
|
+
keywords: ["console", "commands", "line", "code", "developers", "cli", "command line", "prompt", "shell"],
|
|
2723
|
+
groups: ["action", "window", "development"],
|
|
1621
2724
|
path: () => import("./icons/icon-terminal.js"),
|
|
1622
2725
|
}, {
|
|
1623
2726
|
name: "icon-text-align-center",
|
|
@@ -1633,283 +2736,492 @@ export default [{
|
|
|
1633
2736
|
path: () => import("./icons/icon-text-align-right.js"),
|
|
1634
2737
|
}, {
|
|
1635
2738
|
name: "icon-text-direction-ltr",
|
|
2739
|
+
keywords: ["direction", "paragraph", "mark", "paraph", "blind", "typography", "type", "text", "prose", "symbol"],
|
|
2740
|
+
groups: ["text"],
|
|
1636
2741
|
path: () => import("./icons/icon-text-direction-ltr.js"),
|
|
1637
2742
|
}, {
|
|
1638
2743
|
name: "icon-text-direction-rtl",
|
|
2744
|
+
keywords: ["direction", "paragraph", "mark", "paraph", "blind", "typography", "type", "text", "prose", "symbol"],
|
|
2745
|
+
groups: ["text"],
|
|
1639
2746
|
path: () => import("./icons/icon-text-direction-rtl.js"),
|
|
1640
2747
|
}, {
|
|
1641
2748
|
name: "icon-theater",
|
|
2749
|
+
keywords: ["theatre", "masks", "arts", "theatrical", "costume", "drama", "theater", "entertainment", "show"],
|
|
2750
|
+
groups: ["building", "multimedia"],
|
|
1642
2751
|
path: () => import("./icons/icon-theater.js"),
|
|
1643
2752
|
}, {
|
|
1644
2753
|
name: "icon-thumb-down",
|
|
2754
|
+
keywords: ["no", "thumbs down", "dislike", "bad", "emotion"],
|
|
2755
|
+
groups: ["item", "hand", "thumb", "account", "social", "emoji"],
|
|
2756
|
+
related: ["icon-thumb-up"],
|
|
1645
2757
|
path: () => import("./icons/icon-thumb-down.js"),
|
|
1646
2758
|
}, {
|
|
1647
2759
|
name: "icon-thumb-up",
|
|
2760
|
+
keywords: ["yes", "thumbs up", "like", "good", "emotion"],
|
|
2761
|
+
groups: ["item", "hand", "thumb", "account", "social", "emoji"],
|
|
2762
|
+
related: ["icon-thumb-down"],
|
|
1648
2763
|
path: () => import("./icons/icon-thumb-up.js"),
|
|
1649
2764
|
}, {
|
|
1650
2765
|
name: "icon-thumbnail-list",
|
|
2766
|
+
keywords: ["media", "todo", "tasks", "items", "pending", "image", "photo"],
|
|
2767
|
+
groups: ["shape", "box", "layout", "design", "photography", "text"],
|
|
1651
2768
|
path: () => import("./icons/icon-thumbnail-list.js"),
|
|
1652
2769
|
}, {
|
|
1653
2770
|
name: "icon-thumbnails-small",
|
|
2771
|
+
keywords: ["grid", "boxes", "squares", "nine", "9", "grab", "dots", "handle", "move", "drag"],
|
|
2772
|
+
groups: ["shape", "box", "layout"],
|
|
2773
|
+
related: ["icon-thumbnails", "icon-grid", "icon-stop", "icon-thumbnail-list", "icon-item-arrangement"],
|
|
1654
2774
|
path: () => import("./icons/icon-thumbnails-small.js"),
|
|
1655
2775
|
}, {
|
|
1656
2776
|
name: "icon-thumbnails",
|
|
2777
|
+
keywords: ["grid", "boxes", "squares", "four", "4", "app", "home", "start"],
|
|
2778
|
+
groups: ["shape", "box", "layout", "design"],
|
|
2779
|
+
related: ["icon-thumbnails-small", "icon-grid", "icon-stop", "icon-thumbnail-list"],
|
|
1657
2780
|
path: () => import("./icons/icon-thumbnails.js"),
|
|
1658
2781
|
}, {
|
|
1659
2782
|
name: "icon-ticket",
|
|
2783
|
+
keywords: ["one", "1", "entry", "pass", "voucher", "event", "concert", "show", "perforated", "dashed"],
|
|
2784
|
+
groups: ["item", "money", "note", "ticket", "account", "transport"],
|
|
2785
|
+
related: ["icon-coins", "icon-bills"],
|
|
1660
2786
|
path: () => import("./icons/icon-ticket.js"),
|
|
1661
2787
|
}, {
|
|
1662
2788
|
name: "icon-time",
|
|
2789
|
+
keywords: ["clock", "stopwatch", "time", "watch", "alarm"],
|
|
2790
|
+
groups: ["item", "clock", "time"],
|
|
1663
2791
|
path: () => import("./icons/icon-time.js"),
|
|
1664
2792
|
}, {
|
|
1665
2793
|
name: "icon-timer",
|
|
2794
|
+
keywords: ["clock", "stopwatch", "time", "timer"],
|
|
2795
|
+
groups: ["item", "clock", "time"],
|
|
1666
2796
|
path: () => import("./icons/icon-timer.js"),
|
|
1667
2797
|
}, {
|
|
1668
2798
|
name: "icon-tools",
|
|
1669
2799
|
hidden: true,
|
|
2800
|
+
keywords: ["spanner", "settings", "wrench", "screwdriver", "account", "diy", "toolbox", "build", "construction"],
|
|
2801
|
+
groups: ["item", "tool", "account", "development", "tools"],
|
|
2802
|
+
related: ["icon-wrench", "icon-tools"],
|
|
1670
2803
|
path: () => import("./icons/icon-tools.js"),
|
|
1671
2804
|
}, {
|
|
1672
2805
|
name: "icon-top",
|
|
1673
2806
|
hidden: true,
|
|
2807
|
+
keywords: ["vest", "t-shirt", "shopping", "store", "clothing", "clothes"],
|
|
2808
|
+
groups: ["item", "clothing", "shopping"],
|
|
2809
|
+
related: ["icon-t-shirt"],
|
|
1674
2810
|
path: () => import("./icons/icon-top.js"),
|
|
1675
2811
|
}, {
|
|
1676
2812
|
name: "icon-traffic-alt",
|
|
1677
2813
|
hidden: true,
|
|
2814
|
+
keywords: ["arrows", "bi-directional", "two", "2", "swap", "navigation", "bidirectional", "two-way", "2-way", "switch", "transaction", "reorder", "move", "<-", "->"],
|
|
2815
|
+
groups: ["action", "arrow", "arrows"],
|
|
2816
|
+
related: ["icon-traffic", "icon-tab-key", "icon-shuffle", "icon-repeat", "icon-repeat-one", "icon-navigation-road"],
|
|
1678
2817
|
path: () => import("./icons/icon-traffic-alt.js"),
|
|
1679
2818
|
}, {
|
|
1680
2819
|
name: "icon-trafic",
|
|
2820
|
+
keywords: ["arrows", "bi-directional", "two", "2", "swap", "bidirectional", "two-way", "2-way", "switch", "transaction", "reorder", "move", "<-", "->"],
|
|
2821
|
+
groups: ["action", "arrow", "arrows"],
|
|
2822
|
+
related: ["icon-traffic-alt", "icon-shuffle", "icon-repeat", "icon-navigation-road"],
|
|
1681
2823
|
path: () => import("./icons/icon-trafic.js"),
|
|
1682
2824
|
}, {
|
|
1683
2825
|
name: "icon-train",
|
|
2826
|
+
keywords: ["trams", "railways", "trains", "public transport", "railway", "metro", "subway", "underground", "high-speed", "bullet", "fast", "track", "line"],
|
|
2827
|
+
groups: ["transport", "vehicle"],
|
|
1684
2828
|
path: () => import("./icons/icon-train.js"),
|
|
1685
2829
|
}, {
|
|
1686
2830
|
name: "icon-trash-alt-2",
|
|
1687
2831
|
hidden: true,
|
|
2832
|
+
keywords: ["bin", "rubbish", "garbage", "delete", "remove"],
|
|
2833
|
+
groups: ["item", "household", "files", "mail"],
|
|
2834
|
+
related: ["icon-trash", "icon-trash-alt"],
|
|
1688
2835
|
path: () => import("./icons/icon-trash-alt-2.js"),
|
|
1689
2836
|
}, {
|
|
1690
2837
|
name: "icon-trash-alt",
|
|
1691
2838
|
hidden: true,
|
|
2839
|
+
keywords: ["bin", "rubbish", "garbage", "delete", "remove"],
|
|
2840
|
+
groups: ["item", "household", "files", "mail"],
|
|
2841
|
+
related: ["icon-trash", "icon-trash-alt-2"],
|
|
1692
2842
|
path: () => import("./icons/icon-trash-alt.js"),
|
|
1693
2843
|
}, {
|
|
1694
2844
|
name: "icon-trash",
|
|
2845
|
+
keywords: ["bin", "rubbish", "garbage", "delete", "remove"],
|
|
2846
|
+
groups: ["item", "household", "files", "mail"],
|
|
2847
|
+
related: ["icon-trash-alt", "icon-trash-alt-2"],
|
|
1695
2848
|
path: () => import("./icons/icon-trash.js"),
|
|
1696
2849
|
}, {
|
|
1697
2850
|
name: "icon-tree",
|
|
2851
|
+
keywords: ["plants", "woods", "forests", "nature", "outdoors", "tree", "forest", "park"],
|
|
2852
|
+
groups: ["item", "nature", "sustainability"],
|
|
1698
2853
|
path: () => import("./icons/icon-tree.js"),
|
|
1699
2854
|
}, {
|
|
1700
2855
|
name: "icon-trending-up-down",
|
|
2856
|
+
keywords: ["arrows", "estimated", "indeterminate", "data fluctuation", "uncertain", "forecast", "variable", "prediction", "dynamic", "volatile"],
|
|
2857
|
+
groups: ["charts", "arrows"],
|
|
1701
2858
|
path: () => import("./icons/icon-trending-up-down.js"),
|
|
1702
2859
|
}, {
|
|
1703
2860
|
name: "icon-trophy",
|
|
2861
|
+
keywords: ["awards", "cups", "winnings", "rewards", "prize", "sports", "winner", "achievement", "award", "champion", "celebration", "victory"],
|
|
2862
|
+
groups: ["item", "award", "sports", "gaming"],
|
|
2863
|
+
related: ["icon-medal", "icon-diploma", "icon-diploma-alt"],
|
|
1704
2864
|
path: () => import("./icons/icon-trophy.js"),
|
|
1705
2865
|
}, {
|
|
1706
2866
|
name: "icon-truck",
|
|
2867
|
+
keywords: ["lorry", "vehicle", "van", "shipping", "delivery", "haulage"],
|
|
2868
|
+
groups: ["transport", "vehicle"],
|
|
2869
|
+
related: ["icon-shipping"],
|
|
1707
2870
|
path: () => import("./icons/icon-truck.js"),
|
|
1708
2871
|
}, {
|
|
1709
2872
|
name: "icon-tv-old",
|
|
2873
|
+
keywords: ["telly", "tv", "retro", "crt", "television", "stream", "display", "widescreen", "high-definition", "hd", "1080p", "4k", "8k", "smart", "digital", "video", "entertainment", "showtime", "channels", "terrestrial", "satellite", "cable", "broadcast", "live", "frequency", "tune", "scan", "aerial", "receiver", "transmission", "signal", "connection", "connectivity"],
|
|
2874
|
+
groups: ["item", "technology", "devices", "multimedia", "communication"],
|
|
2875
|
+
related: ["icon-tv"],
|
|
1710
2876
|
path: () => import("./icons/icon-tv-old.js"),
|
|
1711
2877
|
}, {
|
|
1712
2878
|
name: "icon-tv",
|
|
2879
|
+
keywords: ["telly", "tv", "monitor", "display", "screen", "desktop", "video", "movie", "film", "running", "start", "boot", "virtual machine", "vm"],
|
|
2880
|
+
groups: ["item", "technology", "connectivity", "devices", "multimedia"],
|
|
2881
|
+
related: ["icon-tv-old"],
|
|
1713
2882
|
path: () => import("./icons/icon-tv.js"),
|
|
1714
2883
|
}, {
|
|
1715
2884
|
name: "icon-umb-content",
|
|
1716
2885
|
hidden: true,
|
|
2886
|
+
keywords: ["pages", "papers", "documents", "document"],
|
|
2887
|
+
groups: ["document", "files"],
|
|
2888
|
+
related: ["icon-document", "icon-document-dashed-line", "icon-documents", "icon-article", "icon-diploma-alt", "icon-script", "icon-script-alt"],
|
|
1717
2889
|
path: () => import("./icons/icon-umb-content.js"),
|
|
1718
2890
|
}, {
|
|
1719
2891
|
name: "icon-umb-developer",
|
|
1720
2892
|
hidden: true,
|
|
2893
|
+
keywords: ["settings", "cog", "wheel", "preferences", "edit", "gear"],
|
|
2894
|
+
groups: ["settings", "account"],
|
|
2895
|
+
related: ["icon-settings", "icon-settings-alt", "icon-settings-alt-2"],
|
|
1721
2896
|
path: () => import("./icons/icon-umb-developer.js"),
|
|
1722
2897
|
}, {
|
|
1723
2898
|
name: "icon-umb-media",
|
|
1724
2899
|
hidden: true,
|
|
2900
|
+
keywords: ["photograph", "image", "picture", "mountains", "scenery", "landscape", "photo"],
|
|
2901
|
+
groups: ["picture", "photography", "text", "multimedia", "files"],
|
|
2902
|
+
related: ["icon-picture", "icon-pictures", "icon-pictures-alt", "icon-pictures-alt-2", "icon-photo-album", "icon-mountain"],
|
|
1725
2903
|
path: () => import("./icons/icon-umb-media.js"),
|
|
1726
2904
|
}, {
|
|
1727
2905
|
name: "icon-umb-settings",
|
|
1728
2906
|
hidden: true,
|
|
2907
|
+
keywords: ["spanner", "wrench", "account", "settings", "diy", "toolbox", "build", "construction"],
|
|
2908
|
+
groups: ["item", "tool", "account", "development", "tools"],
|
|
2909
|
+
related: ["icon-wrench", "icon-tools"],
|
|
1729
2910
|
path: () => import("./icons/icon-umb-settings.js"),
|
|
1730
2911
|
}, {
|
|
1731
2912
|
name: "icon-umb-users",
|
|
1732
2913
|
hidden: true,
|
|
2914
|
+
keywords: ["person", "people", "account", "contact"],
|
|
2915
|
+
groups: ["user", "account"],
|
|
2916
|
+
related: ["icon-user", "icon-user-female", "icon-user-glasses", "icon-client", "icon-employee", "icon-piracy", "icon-theif", "icon-operator"],
|
|
1733
2917
|
path: () => import("./icons/icon-umb-users.js"),
|
|
1734
2918
|
}, {
|
|
1735
2919
|
name: "icon-umbrella",
|
|
2920
|
+
keywords: ["rain", "shelter", "weather"],
|
|
2921
|
+
groups: ["item", "household", "weather"],
|
|
1736
2922
|
path: () => import("./icons/icon-umbrella.js"),
|
|
1737
2923
|
}, {
|
|
1738
2924
|
name: "icon-undo",
|
|
2925
|
+
keywords: ["arrow", "back", "redo", "rerun", "history", "return", "reverse", "revert", "direction", "u-turn"],
|
|
2926
|
+
groups: ["action", "arrow", "text", "arrows"],
|
|
2927
|
+
related: ["icon-redo", "icon-backspace", "icon-arrow-left", "icon-navigation-left", "icon-left-double-arrow"],
|
|
1739
2928
|
path: () => import("./icons/icon-undo.js"),
|
|
1740
2929
|
}, {
|
|
1741
2930
|
name: "icon-underline",
|
|
2931
|
+
keywords: ["text", "format"],
|
|
2932
|
+
groups: ["text"],
|
|
1742
2933
|
path: () => import("./icons/icon-underline.js"),
|
|
1743
2934
|
}, {
|
|
1744
2935
|
name: "icon-unlink",
|
|
2936
|
+
keywords: ["url", "unchain"],
|
|
2937
|
+
groups: ["text"],
|
|
1745
2938
|
path: () => import("./icons/icon-unlink.js"),
|
|
1746
2939
|
}, {
|
|
1747
2940
|
name: "icon-unlocked",
|
|
2941
|
+
keywords: ["padlock", "insecure", "security"],
|
|
2942
|
+
groups: ["item", "security", "lock"],
|
|
2943
|
+
related: ["icon-lock", "icon-combination-lock-open", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
1748
2944
|
path: () => import("./icons/icon-unlocked.js"),
|
|
1749
2945
|
}, {
|
|
1750
2946
|
name: "icon-unplug",
|
|
2947
|
+
keywords: ["electricity", "energy", "electronics", "socket", "outlet", "disconnect"],
|
|
2948
|
+
groups: ["devices", "development"],
|
|
1751
2949
|
path: () => import("./icons/icon-unplug.js"),
|
|
1752
2950
|
}, {
|
|
1753
2951
|
name: "icon-untitled",
|
|
1754
2952
|
hidden: true,
|
|
2953
|
+
keywords: ["cube", "package", "container", "storage", "geometry", "3d", "isometric"],
|
|
2954
|
+
groups: ["shapes", "gaming", "development", "math"],
|
|
1755
2955
|
path: () => import("./icons/icon-untitled.js"),
|
|
1756
2956
|
}, {
|
|
1757
2957
|
name: "icon-usb-connector",
|
|
1758
2958
|
hidden: true,
|
|
2959
|
+
keywords: ["plugs", "peripherals", "technology", "cord", "wire", "connector", "connection", "link", "signal", "console", "computer", "equipment", "electricity", "energy", "electronics", "recharging", "charger", "power", "supply", "disconnected", "unplugged", "interface", "input", "output", "audio video", "av", "rca", "scart", "tv", "television", "optical"],
|
|
2960
|
+
groups: ["item", "technology", "connectivity", "devices", "multimedia"],
|
|
2961
|
+
related: ["icon-usb", "icon-wall-plug", "icon-dock-connector"],
|
|
1759
2962
|
path: () => import("./icons/icon-usb-connector.js"),
|
|
1760
2963
|
}, {
|
|
1761
2964
|
name: "icon-usb",
|
|
2965
|
+
keywords: ["universal", "serial", "bus", "controller", "connector", "interface"],
|
|
2966
|
+
groups: ["item", "technology", "devices", "multimedia", "home"],
|
|
2967
|
+
related: ["icon-usb-connector"],
|
|
1762
2968
|
path: () => import("./icons/icon-usb.js"),
|
|
1763
2969
|
}, {
|
|
1764
2970
|
name: "icon-user-female",
|
|
1765
2971
|
hidden: true,
|
|
2972
|
+
keywords: ["person", "people", "woman", "women", "account", "contact"],
|
|
2973
|
+
groups: ["user", "account"],
|
|
2974
|
+
related: ["icon-people-female", "icon-user-females", "icon-user-females-alt", "icon-user", "icon-user-female", "icon-umb-users", "icon-user-glasses", "icon-client", "icon-employee", "icon-piracy", "icon-theif", "icon-operator"],
|
|
1766
2975
|
path: () => import("./icons/icon-user-female.js"),
|
|
1767
2976
|
}, {
|
|
1768
2977
|
name: "icon-user-females-alt",
|
|
1769
2978
|
hidden: true,
|
|
2979
|
+
keywords: ["person", "people", "three", "3", "women", "woman", "group"],
|
|
2980
|
+
groups: ["user", "multiple", "account"],
|
|
2981
|
+
related: ["icon-users-alt", "icon-user-females", "icon-user-females-alt", "icon-user", "icon-user-female", "icon-umb-users"],
|
|
1770
2982
|
path: () => import("./icons/icon-user-females-alt.js"),
|
|
1771
2983
|
}, {
|
|
1772
2984
|
name: "icon-user-females",
|
|
1773
2985
|
hidden: true,
|
|
2986
|
+
keywords: ["person", "people", "three", "3", "women", "woman", "group"],
|
|
2987
|
+
groups: ["user", "multiple", "account"],
|
|
2988
|
+
related: ["icon-users-alt", "icon-user-females", "icon-user-females-alt", "icon-user", "icon-user-female", "icon-umb-users"],
|
|
1774
2989
|
path: () => import("./icons/icon-user-females.js"),
|
|
1775
2990
|
}, {
|
|
1776
2991
|
name: "icon-user-glasses",
|
|
1777
2992
|
hidden: true,
|
|
2993
|
+
keywords: ["person", "people", "man", "men", "male", "specs", "nerd", "account", "contact"],
|
|
2994
|
+
groups: ["user", "special", "account"],
|
|
2995
|
+
related: ["icon-user", "icon-user-female", "icon-umb-users", "icon-client", "icon-employee", "icon-piracy", "icon-theif", "icon-operator"],
|
|
1778
2996
|
path: () => import("./icons/icon-user-glasses.js"),
|
|
1779
2997
|
}, {
|
|
1780
2998
|
name: "icon-user",
|
|
2999
|
+
keywords: ["person", "people", "man", "men", "male", "account", "contact"],
|
|
3000
|
+
groups: ["user", "account"],
|
|
3001
|
+
related: ["icon-user-female", "icon-people", "icon-people-alt", "icon-people-alt-2", "icon-users", "icon-users-alt", "icon-user-female", "icon-umb-users", "icon-user-glasses", "icon-client", "icon-employee", "icon-piracy", "icon-theif", "icon-operator"],
|
|
1781
3002
|
path: () => import("./icons/icon-user.js"),
|
|
1782
3003
|
}, {
|
|
1783
3004
|
name: "icon-users-alt",
|
|
1784
3005
|
hidden: true,
|
|
3006
|
+
keywords: ["person", "people", "three", "3", "men", "man", "male", "group"],
|
|
3007
|
+
groups: ["user", "multiple", "account"],
|
|
3008
|
+
related: ["icon-users-alt", "icon-user-females", "icon-user-females-alt", "icon-user", "icon-user-female", "icon-umb-users"],
|
|
1785
3009
|
path: () => import("./icons/icon-users-alt.js"),
|
|
1786
3010
|
}, {
|
|
1787
3011
|
name: "icon-users",
|
|
3012
|
+
keywords: ["person", "people", "three", "3", "men", "man", "male", "group"],
|
|
3013
|
+
groups: ["user", "multiple", "account"],
|
|
3014
|
+
related: ["icon-users-alt", "icon-user-females", "icon-user-females-alt", "icon-user", "icon-user-female", "icon-umb-users"],
|
|
1788
3015
|
path: () => import("./icons/icon-users.js"),
|
|
1789
3016
|
}, {
|
|
1790
3017
|
name: "icon-utilities",
|
|
3018
|
+
keywords: ["toolbox", "tools", "swiss army knife", "penknife", "multi-tool", "multitask", "blade", "cutter", "gadget", "corkscrew"],
|
|
3019
|
+
groups: ["item", "tool", "tools"],
|
|
3020
|
+
related: ["icon-briefcase"],
|
|
1791
3021
|
path: () => import("./icons/icon-utilities.js"),
|
|
1792
3022
|
}, {
|
|
1793
3023
|
name: "icon-vcard",
|
|
3024
|
+
keywords: ["business cards", "id cards", "profiles", "personas", "person", "users", "user", "family", "friend", "acquaintance", "listing", "networking"],
|
|
3025
|
+
groups: ["file", "account", "connectivity", "communication", "social"],
|
|
3026
|
+
related: ["icon-umb-members"],
|
|
1794
3027
|
path: () => import("./icons/icon-vcard.js"),
|
|
1795
3028
|
}, {
|
|
1796
3029
|
name: "icon-video",
|
|
3030
|
+
keywords: ["media", "movie", "film", "camera", "record", "recording", "motion picture", "camcorder", "reel"],
|
|
3031
|
+
groups: ["item", "media", "devices", "communication", "connectivity", "photography"],
|
|
1797
3032
|
path: () => import("./icons/icon-video.js"),
|
|
1798
3033
|
}, {
|
|
1799
3034
|
name: "icon-voice",
|
|
3035
|
+
keywords: ["microphone", "podcast", "audio", "record", "sound", "listen", "radio"],
|
|
3036
|
+
groups: ["item", "media", "devices", "communication", "connectivity", "multimedia"],
|
|
1800
3037
|
path: () => import("./icons/icon-voice.js"),
|
|
1801
3038
|
}, {
|
|
1802
3039
|
name: "icon-wall-plug",
|
|
3040
|
+
keywords: ["power", "electricity", "cable", "energy", "electronics", "socket", "outlet", "voltage", "current", "charger"],
|
|
3041
|
+
groups: ["item", "technology", "devices", "development"],
|
|
3042
|
+
related: ["icon-power-outlet", "icon-dock-connector"],
|
|
1803
3043
|
path: () => import("./icons/icon-wall-plug.js"),
|
|
1804
3044
|
}, {
|
|
1805
3045
|
name: "icon-wallet",
|
|
3046
|
+
keywords: ["purse", "money", "cash", "pay", "payment", "checkout", "finance", "pocket"],
|
|
3047
|
+
groups: ["item", "money", "account", "finance"],
|
|
1806
3048
|
path: () => import("./icons/icon-wallet.js"),
|
|
1807
3049
|
}, {
|
|
1808
3050
|
name: "icon-wand",
|
|
3051
|
+
keywords: ["magic", "wizard", "magician"],
|
|
3052
|
+
groups: ["item", "design", "gaming", "cursors", "photography"],
|
|
1809
3053
|
path: () => import("./icons/icon-wand.js"),
|
|
1810
3054
|
}, {
|
|
1811
3055
|
name: "icon-webhook",
|
|
3056
|
+
keywords: ["push api", "interface", "callback"],
|
|
3057
|
+
groups: ["development", "social", "account"],
|
|
1812
3058
|
path: () => import("./icons/icon-webhook.js"),
|
|
1813
3059
|
}, {
|
|
1814
3060
|
name: "icon-weight",
|
|
3061
|
+
keywords: ["kg", "tonne", "mass", "heavy", "kilo", "kilogram", "lead", "metal", "measure", "geometry", "scales", "balance"],
|
|
3062
|
+
groups: ["item", "math"],
|
|
3063
|
+
related: ["icon-legal"],
|
|
1815
3064
|
path: () => import("./icons/icon-weight.js"),
|
|
1816
3065
|
}, {
|
|
1817
3066
|
name: "icon-width",
|
|
3067
|
+
keywords: ["arrow", "size", "resize", "length", "double"],
|
|
3068
|
+
groups: ["action", "size", "arrows", "cursors"],
|
|
1818
3069
|
path: () => import("./icons/icon-width.js"),
|
|
1819
3070
|
}, {
|
|
1820
3071
|
name: "icon-wifi",
|
|
3072
|
+
keywords: ["internet", "broadcast", "waves", "connection", "signal", "wireless"],
|
|
3073
|
+
groups: ["item", "technology", "connectivity", "devices"],
|
|
1821
3074
|
path: () => import("./icons/icon-wifi.js"),
|
|
1822
3075
|
}, {
|
|
1823
3076
|
name: "icon-window-popin",
|
|
3077
|
+
keywords: ["in", "arrow", "box", "rectangle", "square", "direction", "south-west", "diagonal", "sign", "turn", "keyboard", "button"],
|
|
3078
|
+
groups: ["action", "window", "arrows", "gaming"],
|
|
1824
3079
|
path: () => import("./icons/icon-window-popin.js"),
|
|
1825
3080
|
}, {
|
|
1826
3081
|
name: "icon-window-popout",
|
|
3082
|
+
keywords: ["direction", "north-east", "diagonal", "sign", "keyboard", "button", "share"],
|
|
3083
|
+
groups: ["arrows", "social"],
|
|
1827
3084
|
path: () => import("./icons/icon-window-popout.js"),
|
|
1828
3085
|
}, {
|
|
1829
3086
|
name: "icon-window-sizes",
|
|
3087
|
+
keywords: ["square", "multiple", "rectangles", "three", "3", "box", "scale", "resize", "design"],
|
|
3088
|
+
groups: ["action", "window", "design"],
|
|
1830
3089
|
path: () => import("./icons/icon-window-sizes.js"),
|
|
1831
3090
|
}, {
|
|
1832
3091
|
name: "icon-wine-glass",
|
|
3092
|
+
keywords: ["goblets", "wine", "glasses", "crockery", "drinks", "dinners", "restaurants", "alcohol", "beverage", "bar", "drink", "glass", "sommelier", "vineyard", "winery"],
|
|
3093
|
+
groups: ["item", "food", "drink", "food-beverage"],
|
|
3094
|
+
related: ["icon-cocktail", "icon-beer-glass", "icon-takeaway-cup", "icon-coffee"],
|
|
1833
3095
|
path: () => import("./icons/icon-wine-glass.js"),
|
|
1834
3096
|
}, {
|
|
1835
3097
|
name: "icon-wrench",
|
|
3098
|
+
keywords: ["spanner", "account", "settings", "diy", "toolbox", "build", "construction"],
|
|
3099
|
+
groups: ["item", "tool", "account", "development", "tools"],
|
|
3100
|
+
related: ["icon-umb-settings", "icon-tools"],
|
|
1836
3101
|
path: () => import("./icons/icon-wrench.js"),
|
|
1837
3102
|
}, {
|
|
1838
3103
|
name: "icon-wrong",
|
|
3104
|
+
keywords: ["cross", "x", "exit", "quit", "close", "error", "cancel", "delete", "remove", "times", "clear", "incorrect", "wrong", "mistake", "failure", "linter", "multiply", "multiplication"],
|
|
3105
|
+
groups: ["action", "boolean", "math", "development"],
|
|
3106
|
+
related: ["icon-delete", "icon-block", "icon-delete-key", "icon-backspace", "icon-check", "icon-checkbox", "icon-checkbox-dotted-active", "icon-circle-dotted-active", "icon-application-error"],
|
|
1839
3107
|
path: () => import("./icons/icon-wrong.js"),
|
|
1840
3108
|
}, {
|
|
1841
3109
|
name: "icon-zip",
|
|
3110
|
+
keywords: ["zipper", "zip", "package", "archive"],
|
|
3111
|
+
groups: ["file", "files"],
|
|
1842
3112
|
path: () => import("./icons/icon-zip.js"),
|
|
1843
3113
|
}, {
|
|
1844
3114
|
name: "icon-zom-out",
|
|
1845
3115
|
hidden: true,
|
|
3116
|
+
keywords: ["magnifying glass", "plus"],
|
|
3117
|
+
groups: ["accessibility", "layout", "design", "text", "photography"],
|
|
1846
3118
|
path: () => import("./icons/icon-zom-out.js"),
|
|
1847
3119
|
}, {
|
|
1848
3120
|
name: "icon-zoom-in",
|
|
3121
|
+
keywords: ["magnifying glass", "grow", "bigger", "plus"],
|
|
3122
|
+
groups: ["action", "zoom", "accessibility", "layout", "design", "text", "photography"],
|
|
3123
|
+
related: ["icon-zoom-out"],
|
|
1849
3124
|
path: () => import("./icons/icon-zoom-in.js"),
|
|
1850
3125
|
}, {
|
|
1851
3126
|
name: "icon-zoom-out",
|
|
3127
|
+
keywords: ["magnifying glass", "shrink", "smaller", "plus"],
|
|
3128
|
+
groups: ["action", "zoom", "accessibility", "layout", "design", "text", "photography"],
|
|
3129
|
+
related: ["icon-zoom-in"],
|
|
1852
3130
|
path: () => import("./icons/icon-zoom-out.js"),
|
|
1853
3131
|
}, {
|
|
1854
3132
|
name: "icon-star",
|
|
3133
|
+
keywords: ["bookmark", "favorite", "like", "review", "rating"],
|
|
3134
|
+
groups: ["account", "social", "shapes", "multimedia", "weather", "emoji", "gaming"],
|
|
1855
3135
|
path: () => import("./icons/icon-star.js"),
|
|
1856
3136
|
}, {
|
|
1857
3137
|
name: "icon-stretch-horizontal",
|
|
3138
|
+
keywords: ["items", "flex", "justify", "distribute"],
|
|
3139
|
+
groups: ["layout"],
|
|
1858
3140
|
path: () => import("./icons/icon-stretch-horizontal.js"),
|
|
1859
3141
|
}, {
|
|
1860
3142
|
name: "icon-database",
|
|
3143
|
+
keywords: ["storage", "memory", "container", "tin", "pot", "bytes", "servers"],
|
|
3144
|
+
groups: ["devices", "development"],
|
|
1861
3145
|
path: () => import("./icons/icon-database.js"),
|
|
1862
3146
|
}, {
|
|
1863
3147
|
name: "icon-umb-manifest",
|
|
1864
3148
|
hidden: true,
|
|
3149
|
+
keywords: ["component", "module", "part", "piece"],
|
|
3150
|
+
groups: ["development", "gaming"],
|
|
1865
3151
|
path: () => import("./icons/icon-umb-manifest.js"),
|
|
1866
3152
|
}, {
|
|
1867
3153
|
name: "icon-puzzle-piece",
|
|
3154
|
+
keywords: ["component", "module", "part", "piece"],
|
|
3155
|
+
groups: ["development", "gaming"],
|
|
1868
3156
|
path: () => import("./icons/icon-puzzle-piece.js"),
|
|
1869
3157
|
}, {
|
|
1870
3158
|
name: "icon-document-3d",
|
|
3159
|
+
keywords: ["model", "3d", "axis", "coordinates"],
|
|
3160
|
+
groups: ["design", "files"],
|
|
1871
3161
|
path: () => import("./icons/icon-document-3d.js"),
|
|
1872
3162
|
}, {
|
|
1873
3163
|
name: "icon-document-medal",
|
|
1874
3164
|
path: () => import("./icons/icon-document-medal.js"),
|
|
1875
3165
|
}, {
|
|
1876
3166
|
name: "icon-document-chart-bar",
|
|
3167
|
+
keywords: ["statistics", "analytics", "diagram", "graph", "presentation"],
|
|
3168
|
+
groups: ["files"],
|
|
1877
3169
|
path: () => import("./icons/icon-document-chart-bar.js"),
|
|
1878
3170
|
}, {
|
|
1879
3171
|
name: "icon-document-chart-graph",
|
|
3172
|
+
keywords: ["statistics", "analytics", "diagram", "graph", "presentation"],
|
|
3173
|
+
groups: ["files"],
|
|
1880
3174
|
path: () => import("./icons/icon-document-chart-graph.js"),
|
|
1881
3175
|
}, {
|
|
1882
3176
|
name: "icon-document-html",
|
|
3177
|
+
keywords: ["script", "document", "gist", "html", "xml", "property list", "plist"],
|
|
3178
|
+
groups: ["files", "development"],
|
|
1883
3179
|
path: () => import("./icons/icon-document-html.js"),
|
|
1884
3180
|
}, {
|
|
1885
3181
|
name: "icon-document-js",
|
|
1886
3182
|
path: () => import("./icons/icon-document-js.js"),
|
|
1887
3183
|
}, {
|
|
1888
3184
|
name: "icon-document-key",
|
|
3185
|
+
keywords: ["key", "private", "public", "security"],
|
|
3186
|
+
groups: ["files", "security"],
|
|
1889
3187
|
path: () => import("./icons/icon-document-key.js"),
|
|
1890
3188
|
}, {
|
|
1891
3189
|
name: "icon-document-search",
|
|
1892
3190
|
path: () => import("./icons/icon-document-search.js"),
|
|
1893
3191
|
}, {
|
|
1894
3192
|
name: "icon-document-settings",
|
|
3193
|
+
keywords: ["cogged", "gear", "mechanical", "machinery", "configuration", "controls", "preferences", "settings", "system", "admin", "edit", "executable"],
|
|
3194
|
+
groups: ["files", "development"],
|
|
1895
3195
|
path: () => import("./icons/icon-document-settings.js"),
|
|
1896
3196
|
}, {
|
|
1897
3197
|
name: "icon-document-spreadsheet",
|
|
3198
|
+
keywords: ["spreadsheet", "sheet", "table"],
|
|
3199
|
+
groups: ["files"],
|
|
1898
3200
|
path: () => import("./icons/icon-document-spreadsheet.js"),
|
|
1899
3201
|
}, {
|
|
1900
3202
|
name: "icon-document-command",
|
|
3203
|
+
keywords: ["terminal", "bash", "script", "executable"],
|
|
3204
|
+
groups: ["files", "development"],
|
|
1901
3205
|
path: () => import("./icons/icon-document-command.js"),
|
|
1902
3206
|
}, {
|
|
1903
3207
|
name: "icon-document-command",
|
|
3208
|
+
keywords: ["terminal", "bash", "script", "executable"],
|
|
3209
|
+
groups: ["files", "development"],
|
|
1904
3210
|
path: () => import("./icons/icon-document-command.js"),
|
|
1905
3211
|
}, {
|
|
1906
3212
|
name: "icon-document-font",
|
|
3213
|
+
keywords: ["font", "text", "typography", "type"],
|
|
3214
|
+
groups: ["files", "text"],
|
|
1907
3215
|
path: () => import("./icons/icon-document-font.js"),
|
|
1908
3216
|
}, {
|
|
1909
3217
|
name: "icon-document-user",
|
|
3218
|
+
keywords: ["person", "personal information", "people", "listing", "networking", "document", "contact", "cover letter", "resume", "cv", "curriculum vitae", "application form"],
|
|
3219
|
+
groups: ["account", "files"],
|
|
1910
3220
|
path: () => import("./icons/icon-document-user.js"),
|
|
1911
3221
|
}, {
|
|
1912
3222
|
name: "icon-document-image",
|
|
3223
|
+
keywords: ["image", "graphics", "photo", "picture"],
|
|
3224
|
+
groups: ["files"],
|
|
1913
3225
|
path: () => import("./icons/icon-document-image.js"),
|
|
1914
3226
|
}, {
|
|
1915
3227
|
name: "icon-document-play",
|
|
@@ -1919,61 +3231,102 @@ export default [{
|
|
|
1919
3231
|
path: () => import("./icons/icon-document-play.js"),
|
|
1920
3232
|
}, {
|
|
1921
3233
|
name: "icon-shared-value",
|
|
3234
|
+
keywords: ["arrows", "retweet", "repost", "share", "repeat", "loop"],
|
|
3235
|
+
groups: ["arrows", "social", "multimedia"],
|
|
1922
3236
|
path: () => import("./icons/icon-shared-value.js"),
|
|
1923
3237
|
}, {
|
|
1924
3238
|
name: "icon-layout-masonry",
|
|
3239
|
+
keywords: ["masonry", "brick"],
|
|
3240
|
+
groups: ["design", "layout"],
|
|
1925
3241
|
path: () => import("./icons/icon-layout-masonry.js"),
|
|
1926
3242
|
}, {
|
|
1927
3243
|
name: "icon-layout-grid",
|
|
3244
|
+
keywords: ["app", "home", "start"],
|
|
3245
|
+
groups: ["design", "layout"],
|
|
1928
3246
|
path: () => import("./icons/icon-layout-grid.js"),
|
|
1929
3247
|
}, {
|
|
1930
3248
|
name: "icon-layout-list",
|
|
3249
|
+
keywords: ["todo", "tasks", "items", "pending", "image", "photo"],
|
|
3250
|
+
groups: ["design", "layout", "photography", "text"],
|
|
1931
3251
|
path: () => import("./icons/icon-layout-list.js"),
|
|
1932
3252
|
}, {
|
|
1933
3253
|
name: "icon-layout-panel-left",
|
|
3254
|
+
keywords: ["app", "home", "start", "grid"],
|
|
3255
|
+
groups: ["design", "layout"],
|
|
1934
3256
|
path: () => import("./icons/icon-layout-panel-left.js"),
|
|
1935
3257
|
}, {
|
|
1936
3258
|
name: "icon-spray-can",
|
|
3259
|
+
keywords: ["paint", "color", "graffiti", "decoration", "aerosol", "deodorant", "shaving foam", "air freshener"],
|
|
3260
|
+
groups: ["design", "tools"],
|
|
1937
3261
|
path: () => import("./icons/icon-spray-can.js"),
|
|
1938
3262
|
}, {
|
|
1939
3263
|
name: "icon-swatch-book",
|
|
3264
|
+
keywords: ["colors", "colours", "swatches", "pantone", "shades", "tint", "hue", "saturation", "brightness", "theme", "scheme", "palette", "samples", "textile", "carpet"],
|
|
3265
|
+
groups: ["design", "home", "photography"],
|
|
1940
3266
|
path: () => import("./icons/icon-swatch-book.js"),
|
|
1941
3267
|
}, {
|
|
1942
3268
|
name: "icon-shape-cylinder",
|
|
3269
|
+
keywords: ["shape", "elliptical", "geometry", "container", "storage", "tin", "pot"],
|
|
3270
|
+
groups: ["shapes", "design", "math"],
|
|
1943
3271
|
path: () => import("./icons/icon-shape-cylinder.js"),
|
|
1944
3272
|
}, {
|
|
1945
3273
|
name: "icon-shape-triangle-right",
|
|
3274
|
+
keywords: ["volume", "controls", "controller", "tv remote", "geometry", "delta", "ramp", "slope", "incline", "increase"],
|
|
3275
|
+
groups: ["shapes", "math"],
|
|
1946
3276
|
path: () => import("./icons/icon-shape-triangle-right.js"),
|
|
1947
3277
|
}, {
|
|
1948
3278
|
name: "icon-shape-triangle",
|
|
3279
|
+
keywords: ["equilateral", "delta", "shape", "pyramid", "hierarchy"],
|
|
3280
|
+
groups: ["shapes"],
|
|
1949
3281
|
path: () => import("./icons/icon-shape-triangle.js"),
|
|
1950
3282
|
}, {
|
|
1951
3283
|
name: "icon-shape-circle",
|
|
3284
|
+
keywords: ["off", "zero", "record", "shape"],
|
|
3285
|
+
groups: ["shapes"],
|
|
1952
3286
|
path: () => import("./icons/icon-shape-circle.js"),
|
|
1953
3287
|
}, {
|
|
1954
3288
|
name: "icon-shape-square",
|
|
3289
|
+
keywords: ["stop", "playback", "music", "audio", "video", "rectangle", "aspect ratio", "1:1", "shape"],
|
|
3290
|
+
groups: ["shapes", "multimedia"],
|
|
1955
3291
|
path: () => import("./icons/icon-shape-square.js"),
|
|
1956
3292
|
}, {
|
|
1957
3293
|
name: "icon-shape-hexagon",
|
|
3294
|
+
keywords: ["shape", "node.js", "logo"],
|
|
3295
|
+
groups: ["shapes", "development"],
|
|
1958
3296
|
path: () => import("./icons/icon-shape-hexagon.js"),
|
|
1959
3297
|
}, {
|
|
1960
3298
|
name: "icon-shape-rectangle-horizontal",
|
|
3299
|
+
keywords: ["rectangle", "aspect ratio", "16:9", "horizontal", "shape"],
|
|
3300
|
+
groups: ["shapes", "design"],
|
|
1961
3301
|
path: () => import("./icons/icon-shape-rectangle-horizontal.js"),
|
|
1962
3302
|
}, {
|
|
1963
3303
|
name: "icon-shape-rectangle-vertical",
|
|
3304
|
+
keywords: ["rectangle", "aspect ratio", "9:16", "vertical", "shape"],
|
|
3305
|
+
groups: ["shapes", "design"],
|
|
1964
3306
|
path: () => import("./icons/icon-shape-rectangle-vertical.js"),
|
|
1965
3307
|
}, {
|
|
1966
3308
|
name: "icon-shapes",
|
|
3309
|
+
keywords: ["triangle", "equilateral", "square", "circle", "classification", "different", "collection", "toy", "blocks", "learning"],
|
|
3310
|
+
groups: ["shapes", "gaming"],
|
|
1967
3311
|
path: () => import("./icons/icon-shapes.js"),
|
|
1968
3312
|
}, {
|
|
1969
3313
|
name: "icon-layout-dislocated",
|
|
3314
|
+
keywords: ["cubes", "packages", "parts", "units", "collection", "cluster", "separate"],
|
|
3315
|
+
groups: ["shapes", "files"],
|
|
1970
3316
|
path: () => import("./icons/icon-layout-dislocated.js"),
|
|
1971
3317
|
}, {
|
|
1972
3318
|
name: "icon-blend",
|
|
3319
|
+
keywords: ["mode", "overlay", "multiply", "screen", "opacity", "transparency", "alpha", "filters", "lenses", "mixed", "shades", "tints", "hues", "saturation", "brightness", "overlap", "colors", "colours"],
|
|
3320
|
+
groups: ["design", "photography", "tools", "development"],
|
|
1973
3321
|
path: () => import("./icons/icon-blend.js"),
|
|
1974
3322
|
}, {
|
|
1975
3323
|
name: "icon-land-plot",
|
|
3324
|
+
keywords: ["area", "surface", "square metres", "allotment", "parcel", "property", "plane", "acres", "measure", "distance", "isometric", "flag", "golf course", "hole"],
|
|
3325
|
+
groups: ["design", "tools", "math", "sports", "gaming"],
|
|
1976
3326
|
path: () => import("./icons/icon-land-plot.js"),
|
|
3327
|
+
}, {
|
|
3328
|
+
name: "icon-ball",
|
|
3329
|
+
path: () => import("./icons/icon-ball.js"),
|
|
1977
3330
|
}, {
|
|
1978
3331
|
name: "icon-facebook",
|
|
1979
3332
|
path: () => import("./icons/icon-facebook.js"),
|
|
@@ -1998,6 +3351,8 @@ export default [{
|
|
|
1998
3351
|
}, {
|
|
1999
3352
|
name: "icon-art-easel",
|
|
2000
3353
|
hidden: true,
|
|
3354
|
+
keywords: ["artworks", "painting", "paints", "artist", "gallary"],
|
|
3355
|
+
groups: ["picture"],
|
|
2001
3356
|
path: () => import("./icons/icon-art-easel.js"),
|
|
2002
3357
|
}, {
|
|
2003
3358
|
name: "icon-article",
|
|
@@ -2014,14 +3369,18 @@ export default [{
|
|
|
2014
3369
|
}, {
|
|
2015
3370
|
name: "icon-band-aid",
|
|
2016
3371
|
hidden: true,
|
|
3372
|
+
keywords: ["bandaids", "plasters", "band aids", "health", "first aid", "medical"],
|
|
3373
|
+
groups: ["item", "household"],
|
|
2017
3374
|
path: () => import("./icons/icon-band-aid.js"),
|
|
2018
3375
|
}, {
|
|
2019
3376
|
name: "icon-baby-stroller",
|
|
2020
3377
|
hidden: true,
|
|
3378
|
+
keywords: ["pram", "pushchair"],
|
|
2021
3379
|
path: () => import("./icons/icon-baby-stroller.js"),
|
|
2022
3380
|
}, {
|
|
2023
3381
|
name: "icon-bill-dollar",
|
|
2024
3382
|
hidden: true,
|
|
3383
|
+
keywords: ["money", "us", "usa", "paper", "cash"],
|
|
2025
3384
|
path: () => import("./icons/icon-bill-dollar.js"),
|
|
2026
3385
|
}, {
|
|
2027
3386
|
name: "icon-bill-euro",
|
|
@@ -2038,6 +3397,8 @@ export default [{
|
|
|
2038
3397
|
}, {
|
|
2039
3398
|
name: "icon-bill",
|
|
2040
3399
|
hidden: true,
|
|
3400
|
+
keywords: ["currency", "money", "notes", "one", "1", "bills"],
|
|
3401
|
+
groups: ["item", "money", "note"],
|
|
2041
3402
|
path: () => import("./icons/icon-bill.js"),
|
|
2042
3403
|
}, {
|
|
2043
3404
|
name: "icon-billboard",
|
|
@@ -2046,6 +3407,7 @@ export default [{
|
|
|
2046
3407
|
}, {
|
|
2047
3408
|
name: "icon-bills-dollar",
|
|
2048
3409
|
hidden: true,
|
|
3410
|
+
keywords: ["money", "us", "usa", "paper", "cash"],
|
|
2049
3411
|
path: () => import("./icons/icon-bills-dollar.js"),
|
|
2050
3412
|
}, {
|
|
2051
3413
|
name: "icon-bills-euro",
|
|
@@ -2090,18 +3452,23 @@ export default [{
|
|
|
2090
3452
|
}, {
|
|
2091
3453
|
name: "icon-clothes-hanger",
|
|
2092
3454
|
hidden: true,
|
|
3455
|
+
keywords: ["clothes", "clothing", "wardrobes"],
|
|
3456
|
+
groups: ["item", "clothing"],
|
|
2093
3457
|
path: () => import("./icons/icon-clothes-hanger.js"),
|
|
2094
3458
|
}, {
|
|
2095
3459
|
name: "icon-coin",
|
|
2096
3460
|
hidden: true,
|
|
3461
|
+
keywords: ["money", "cash"],
|
|
2097
3462
|
path: () => import("./icons/icon-coin.js"),
|
|
2098
3463
|
}, {
|
|
2099
3464
|
name: "icon-coins-dollar-alt",
|
|
2100
3465
|
hidden: true,
|
|
3466
|
+
keywords: ["money", "us", "usa"],
|
|
2101
3467
|
path: () => import("./icons/icon-coins-dollar-alt.js"),
|
|
2102
3468
|
}, {
|
|
2103
3469
|
name: "icon-coins-dollar",
|
|
2104
3470
|
hidden: true,
|
|
3471
|
+
keywords: ["money", "us", "usa", "cash"],
|
|
2105
3472
|
path: () => import("./icons/icon-coins-dollar.js"),
|
|
2106
3473
|
}, {
|
|
2107
3474
|
name: "icon-coins-euro-alt",
|
|
@@ -2134,14 +3501,19 @@ export default [{
|
|
|
2134
3501
|
}, {
|
|
2135
3502
|
name: "icon-desk",
|
|
2136
3503
|
hidden: true,
|
|
3504
|
+
keywords: ["benches", "desks", "horses", "gymnastics", "hurdles"],
|
|
3505
|
+
groups: ["item", "household"],
|
|
2137
3506
|
path: () => import("./icons/icon-desk.js"),
|
|
2138
3507
|
}, {
|
|
2139
3508
|
name: "icon-dollar-bag",
|
|
2140
3509
|
hidden: true,
|
|
3510
|
+
keywords: ["money", "us", "usa", "cash", "sack"],
|
|
2141
3511
|
path: () => import("./icons/icon-dollar-bag.js"),
|
|
2142
3512
|
}, {
|
|
2143
3513
|
name: "icon-eject",
|
|
2144
3514
|
hidden: true,
|
|
3515
|
+
keywords: ["ejects", "up", "top"],
|
|
3516
|
+
groups: ["action", "arrow", "box"],
|
|
2145
3517
|
path: () => import("./icons/icon-eject.js"),
|
|
2146
3518
|
}, {
|
|
2147
3519
|
name: "icon-euro-bag",
|
|
@@ -2150,6 +3522,8 @@ export default [{
|
|
|
2150
3522
|
}, {
|
|
2151
3523
|
name: "icon-female-symbol",
|
|
2152
3524
|
hidden: true,
|
|
3525
|
+
keywords: ["woman", "women", "females", "sexes", "genders"],
|
|
3526
|
+
groups: ["misc"],
|
|
2153
3527
|
path: () => import("./icons/icon-female-symbol.js"),
|
|
2154
3528
|
}, {
|
|
2155
3529
|
name: "icon-firewall",
|
|
@@ -2158,6 +3532,8 @@ export default [{
|
|
|
2158
3532
|
}, {
|
|
2159
3533
|
name: "icon-folder-open",
|
|
2160
3534
|
hidden: true,
|
|
3535
|
+
keywords: ["filing", "documents"],
|
|
3536
|
+
groups: ["item", "workplace"],
|
|
2161
3537
|
path: () => import("./icons/icon-folder-open.js"),
|
|
2162
3538
|
}, {
|
|
2163
3539
|
name: "icon-folder-outline",
|
|
@@ -2166,6 +3542,8 @@ export default [{
|
|
|
2166
3542
|
}, {
|
|
2167
3543
|
name: "icon-handprint",
|
|
2168
3544
|
hidden: true,
|
|
3545
|
+
keywords: ["hands", "personalisation", "personalization", "ids", "profiles"],
|
|
3546
|
+
groups: ["item", "hand"],
|
|
2169
3547
|
path: () => import("./icons/icon-handprint.js"),
|
|
2170
3548
|
}, {
|
|
2171
3549
|
name: "icon-hat",
|
|
@@ -2178,14 +3556,20 @@ export default [{
|
|
|
2178
3556
|
}, {
|
|
2179
3557
|
name: "icon-inactive-line",
|
|
2180
3558
|
hidden: true,
|
|
3559
|
+
keywords: ["slashes", "backslashes", "lines", "disabled", "crossed"],
|
|
3560
|
+
groups: ["shape"],
|
|
2181
3561
|
path: () => import("./icons/icon-inactive-line.js"),
|
|
2182
3562
|
}, {
|
|
2183
3563
|
name: "icon-keychain",
|
|
2184
3564
|
hidden: true,
|
|
3565
|
+
groups: ["item", "security"],
|
|
3566
|
+
related: ["icon-lock", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
2185
3567
|
path: () => import("./icons/icon-keychain.js"),
|
|
2186
3568
|
}, {
|
|
2187
3569
|
name: "icon-keyhole",
|
|
2188
3570
|
hidden: true,
|
|
3571
|
+
groups: ["item", "security"],
|
|
3572
|
+
related: ["icon-lock", "icon-keyhole", "icon-old-key", "icon-keychain", "icon-key"],
|
|
2189
3573
|
path: () => import("./icons/icon-keyhole.js"),
|
|
2190
3574
|
}, {
|
|
2191
3575
|
name: "icon-linkedin",
|
|
@@ -2194,6 +3578,9 @@ export default [{
|
|
|
2194
3578
|
}, {
|
|
2195
3579
|
name: "icon-linux-tux",
|
|
2196
3580
|
hidden: true,
|
|
3581
|
+
keywords: ["penguins"],
|
|
3582
|
+
groups: ["logo"],
|
|
3583
|
+
related: ["icon-os-x"],
|
|
2197
3584
|
path: () => import("./icons/icon-linux-tux.js"),
|
|
2198
3585
|
}, {
|
|
2199
3586
|
name: "icon-male-and-female",
|
|
@@ -2206,10 +3593,16 @@ export default [{
|
|
|
2206
3593
|
}, {
|
|
2207
3594
|
name: "icon-molecular-network",
|
|
2208
3595
|
hidden: true,
|
|
3596
|
+
keywords: ["molecule", "atoms", "network", "hub"],
|
|
3597
|
+
groups: ["misc"],
|
|
3598
|
+
related: ["icon-molecular"],
|
|
2209
3599
|
path: () => import("./icons/icon-molecular-network.js"),
|
|
2210
3600
|
}, {
|
|
2211
3601
|
name: "icon-molecular",
|
|
2212
3602
|
hidden: true,
|
|
3603
|
+
keywords: ["molecule", "atoms", "network", "hub", "virus"],
|
|
3604
|
+
groups: ["misc"],
|
|
3605
|
+
related: ["icon-molecular-network"],
|
|
2213
3606
|
path: () => import("./icons/icon-molecular.js"),
|
|
2214
3607
|
}, {
|
|
2215
3608
|
name: "icon-trash-empty",
|