@n8n/design-system 2.33.4 → 2.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +146 -14
- package/dist/assets/CommitMonoVariable.woff2 +0 -0
- package/dist/assets/InterVariable-Italic.woff2 +0 -0
- package/dist/assets/InterVariable.woff2 +0 -0
- package/dist/assets/element-icons.ttf +0 -0
- package/dist/assets/element-icons.woff +0 -0
- package/dist/components/AskAssistantAvatar/AssistantAvatar.vue.d.ts +7 -0
- package/dist/components/AskAssistantAvatar/index.d.ts +2 -0
- package/dist/components/AskAssistantButton/AskAssistantButton.vue.d.ts +10 -0
- package/dist/components/AskAssistantButton/index.d.ts +2 -0
- package/dist/components/AskAssistantChat/AskAssistantChat.vue.d.ts +733 -0
- package/dist/components/AskAssistantChat/index.d.ts +5 -0
- package/dist/components/AskAssistantChat/messages/BaseMessage.vue.d.ts +30 -0
- package/dist/components/AskAssistantChat/messages/BlockMessage.vue.d.ts +21 -0
- package/dist/components/AskAssistantChat/messages/CodeDiffMessage.vue.d.ts +24 -0
- package/dist/components/AskAssistantChat/messages/ErrorMessage.vue.d.ts +14 -0
- package/dist/components/AskAssistantChat/messages/EventMessage.vue.d.ts +17 -0
- package/dist/components/AskAssistantChat/messages/MessageRating.vue.d.ts +150 -0
- package/dist/components/AskAssistantChat/messages/MessageWrapper.vue.d.ts +54 -0
- package/dist/components/AskAssistantChat/messages/RestoreVersionConfirm.vue.d.ts +14 -0
- package/dist/components/AskAssistantChat/messages/TextMessage.vue.d.ts +43 -0
- package/dist/components/AskAssistantChat/messages/ThinkingMessage.vue.d.ts +12 -0
- package/dist/components/AskAssistantChat/messages/ToolMessage.vue.d.ts +15 -0
- package/dist/components/AskAssistantChat/messages/helpers.d.ts +46 -0
- package/dist/components/AskAssistantChat/messages/useMarkdown.d.ts +3 -0
- package/dist/components/AskAssistantIcon/AssistantIcon.vue.d.ts +9 -0
- package/dist/components/AskAssistantIcon/index.d.ts +2 -0
- package/dist/components/AskAssistantText/AssistantText.vue.d.ts +9 -0
- package/dist/components/AskAssistantText/index.d.ts +2 -0
- package/dist/components/BlinkingCursor/BlinkingCursor.vue.d.ts +2 -0
- package/dist/components/CanvasCollaborationPill/CanvasCollaborationPill.vue.d.ts +11 -0
- package/dist/components/CanvasCollaborationPill/index.d.ts +2 -0
- package/dist/components/CanvasPill/CanvasPill.vue.d.ts +18 -0
- package/dist/components/CanvasPill/index.d.ts +2 -0
- package/dist/components/CanvasThinkingPill/CanvasThinkingPill.vue.d.ts +9 -0
- package/dist/components/CanvasThinkingPill/index.d.ts +2 -0
- package/dist/components/CodeDiff/CodeDiff.vue.d.ts +23 -0
- package/dist/components/ConditionalRouterLink/CondtionalRouterLink.vue.d.ts +31 -0
- package/dist/components/ConditionalRouterLink/index.d.ts +2 -0
- package/dist/components/DateRangePicker/DateRangePicker.constants.d.ts +2 -0
- package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +43 -0
- package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +2 -0
- package/dist/components/DateRangePicker/index.d.ts +7 -0
- package/dist/components/IconTextButton/IconTextButton.vue.d.ts +41 -0
- package/dist/components/IconTextButton/index.d.ts +2 -0
- package/dist/components/InlineAskAssistantButton/InlineAskAssistantButton.vue.d.ts +16 -0
- package/dist/components/InlineAskAssistantButton/index.d.ts +2 -0
- package/dist/components/N8nActionDropdown/ActionDropdown.types.d.ts +16 -0
- package/dist/components/N8nActionDropdown/ActionDropdown.vue.d.ts +41 -0
- package/dist/components/N8nActionDropdown/index.d.ts +2 -0
- package/dist/components/N8nActionPill/ActionPill.vue.d.ts +35 -0
- package/dist/components/N8nActionToggle/ActionToggle.types.d.ts +23 -0
- package/dist/components/N8nActionToggle/ActionToggle.vue.d.ts +24 -0
- package/dist/components/N8nActionToggle/index.d.ts +2 -0
- package/dist/components/N8nAiActivityStep/AiActivityStep.vue.d.ts +32 -0
- package/dist/components/N8nAiActivityStep/context.d.ts +2 -0
- package/dist/components/N8nAiActivityStep/index.d.ts +1 -0
- package/dist/components/N8nAiActivityStepButton/AiActivityStepButton.vue.d.ts +34 -0
- package/dist/components/N8nAiActivityStepButton/index.d.ts +1 -0
- package/dist/components/N8nAiActivityStepChevron/AiActivityStepChevron.vue.d.ts +5 -0
- package/dist/components/N8nAiActivityStepChevron/index.d.ts +1 -0
- package/dist/components/N8nAiActivityStepGroup/AiActivityStepGroup.vue.d.ts +27 -0
- package/dist/components/N8nAiActivityStepGroup/index.d.ts +1 -0
- package/dist/components/N8nAiActivityStepResultSection/AiActivityStepResultSection.vue.d.ts +17 -0
- package/dist/components/N8nAiActivityStepResultSection/index.d.ts +1 -0
- package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.types.d.ts +15 -0
- package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.vue.d.ts +54 -0
- package/dist/components/N8nAiModelSelectorDropdown/index.d.ts +2 -0
- package/dist/components/N8nAlert/Alert.vue.d.ts +34 -0
- package/dist/components/N8nAlert/index.d.ts +1 -0
- package/dist/components/N8nAlertDialog/AlertDialog.vue.d.ts +51 -0
- package/dist/components/N8nAlertDialog/index.d.ts +2 -0
- package/dist/components/N8nAnimatedCollapsibleContent/AnimatedCollapsibleContent.vue.d.ts +22 -0
- package/dist/components/N8nAnimatedCollapsibleContent/index.d.ts +1 -0
- package/dist/components/N8nAvatar/Avatar.vue.d.ts +14 -0
- package/dist/components/N8nAvatar/avatarSizes.d.ts +8 -0
- package/dist/components/N8nAvatar/index.d.ts +3 -0
- package/dist/components/N8nBadge/Badge.vue.d.ts +29 -0
- package/dist/components/N8nBadge/index.d.ts +2 -0
- package/dist/components/N8nBlockUi/BlockUi.vue.d.ts +7 -0
- package/dist/components/N8nBlockUi/index.d.ts +2 -0
- package/dist/components/N8nBreadcrumbs/Breadcrumbs.vue.d.ts +59 -0
- package/dist/components/N8nBreadcrumbs/index.d.ts +3 -0
- package/dist/components/N8nButton/Button.vue.d.ts +24 -0
- package/dist/components/N8nButton/index.d.ts +2 -0
- package/dist/components/N8nButtonList/ButtonList.types.d.ts +4 -0
- package/dist/components/N8nButtonList/ButtonList.vue.d.ts +20 -0
- package/dist/components/N8nButtonList/index.d.ts +3 -0
- package/dist/components/N8nCallout/Callout.vue.d.ts +35 -0
- package/dist/components/N8nCallout/index.d.ts +3 -0
- package/dist/components/N8nCard/Card.vue.d.ts +26 -0
- package/dist/components/N8nCard/index.d.ts +2 -0
- package/dist/components/N8nChatInput/ChatInput.vue.d.ts +88 -0
- package/dist/components/N8nChatInput/index.d.ts +4 -0
- package/dist/components/N8nChatInput/useChatInputAutoFocus.d.ts +10 -0
- package/dist/components/N8nChatMessage/ChatMessage.vue.d.ts +30 -0
- package/dist/components/N8nChatMessage/index.d.ts +1 -0
- package/dist/components/N8nCircleLoader/CircleLoader.vue.d.ts +9 -0
- package/dist/components/N8nCircleLoader/index.d.ts +2 -0
- package/dist/components/N8nCodeBlock/CodeBlock.types.d.ts +14 -0
- package/dist/components/N8nCodeBlock/CodeBlock.vue.d.ts +20 -0
- package/dist/components/N8nCodeBlock/index.d.ts +2 -0
- package/dist/components/N8nCollapsiblePanel/CollapsiblePanel.vue.d.ts +36 -0
- package/dist/components/N8nCollapsiblePanel/index.d.ts +3 -0
- package/dist/components/N8nColorPicker/ColorPicker.vue.d.ts +31 -0
- package/dist/components/N8nColorPicker/index.d.ts +2 -0
- package/dist/components/N8nCommandBar/CommandBar.vue.d.ts +191 -0
- package/dist/components/N8nCommandBar/CommandBarItem.vue.d.ts +11 -0
- package/dist/components/N8nCommandBar/index.d.ts +2 -0
- package/dist/components/N8nCommandBar/types.d.ts +21 -0
- package/dist/components/N8nCopyInput/CopyInput.vue.d.ts +21 -0
- package/dist/components/N8nCopyInput/index.d.ts +2 -0
- package/dist/components/N8nDataTableServer/N8nDataTableServer.vue.d.ts +97 -0
- package/dist/components/N8nDataTableServer/index.d.ts +3 -0
- package/dist/components/N8nDatatable/Datatable.types.d.ts +8 -0
- package/dist/components/N8nDatatable/Datatable.vue.d.ts +25 -0
- package/dist/components/N8nDatatable/index.d.ts +2 -0
- package/dist/components/N8nDialog/Dialog.vue.d.ts +57 -0
- package/dist/components/N8nDialog/DialogClose.vue.d.ts +21 -0
- package/dist/components/N8nDialog/DialogContent.vue.d.ts +48 -0
- package/dist/components/N8nDialog/DialogDescription.vue.d.ts +20 -0
- package/dist/components/N8nDialog/DialogFooter.vue.d.ts +17 -0
- package/dist/components/N8nDialog/DialogHeader.vue.d.ts +17 -0
- package/dist/components/N8nDialog/DialogOverlay.vue.d.ts +5 -0
- package/dist/components/N8nDialog/DialogTitle.vue.d.ts +20 -0
- package/dist/components/N8nDialog/index.d.ts +14 -0
- package/dist/components/N8nDropdownMenu/DropdownMenu.typeguards.d.ts +3 -0
- package/dist/components/N8nDropdownMenu/DropdownMenu.types.d.ts +104 -0
- package/dist/components/N8nDropdownMenu/DropdownMenu.utils.d.ts +10 -0
- package/dist/components/N8nDropdownMenu/DropdownMenu.vue.d.ts +23 -0
- package/dist/components/N8nDropdownMenu/DropdownMenuItem.vue.d.ts +23 -0
- package/dist/components/N8nDropdownMenu/DropdownMenuItems.vue.d.ts +29 -0
- package/dist/components/N8nDropdownMenu/DropdownMenuSearch.vue.d.ts +42 -0
- package/dist/components/N8nDropdownMenu/DropdownMenuSearchableContent.vue.d.ts +44 -0
- package/dist/components/N8nDropdownMenu/composables/useDropdownSearch.d.ts +16 -0
- package/dist/components/N8nDropdownMenu/index.d.ts +4 -0
- package/dist/components/N8nEmptyState/EmptyState.vue.d.ts +40 -0
- package/dist/components/N8nEmptyState/EmptyStateIconCards.vue.d.ts +11 -0
- package/dist/components/N8nEmptyState/index.d.ts +3 -0
- package/dist/components/N8nEmptyState/types.d.ts +9 -0
- package/dist/components/N8nExternalLink/ExternalLink.vue.d.ts +27 -0
- package/dist/components/N8nExternalLink/index.d.ts +2 -0
- package/dist/components/N8nFloatingWindow/FloatingWindow.vue.d.ts +75 -0
- package/dist/components/N8nFloatingWindow/index.d.ts +3 -0
- package/dist/components/N8nFormBox/FormBox.vue.d.ts +41 -0
- package/dist/components/N8nFormBox/index.d.ts +2 -0
- package/dist/components/N8nFormInput/FormInput.vue.d.ts +355 -0
- package/dist/components/N8nFormInput/index.d.ts +2 -0
- package/dist/components/N8nFormInput/validators.d.ts +46 -0
- package/dist/components/N8nFormInputs/FormInputs.vue.d.ts +39 -0
- package/dist/components/N8nFormInputs/index.d.ts +2 -0
- package/dist/components/N8nHeaderAction/HeaderAction.vue.d.ts +18 -0
- package/dist/components/N8nHeaderAction/index.d.ts +2 -0
- package/dist/components/N8nHeading/Heading.vue.d.ts +33 -0
- package/dist/components/N8nHeading/index.d.ts +2 -0
- package/dist/components/N8nHoverCard/HoverCard.vue.d.ts +70 -0
- package/dist/components/N8nHoverCard/index.d.ts +2 -0
- package/dist/components/N8nIcon/Icon.vue.d.ts +15 -0
- package/dist/components/N8nIcon/iconColor.d.ts +2 -0
- package/dist/components/N8nIcon/icons.d.ts +495 -0
- package/dist/components/N8nIcon/index.d.ts +3 -0
- package/dist/components/N8nIcon/node-icon-names.d.ts +2 -0
- package/dist/components/N8nIcon/node-icons.d.ts +82 -0
- package/dist/components/N8nIcon/svgContentDirective.d.ts +2 -0
- package/dist/components/N8nIconButton/IconButton.vue.d.ts +8 -0
- package/dist/components/N8nIconButton/index.d.ts +2 -0
- package/dist/components/N8nIconPicker/IconColorPicker.vue.d.ts +11 -0
- package/dist/components/N8nIconPicker/IconPicker.vue.d.ts +206 -0
- package/dist/components/N8nIconPicker/SkinTonePicker.vue.d.ts +11 -0
- package/dist/components/N8nIconPicker/constants.d.ts +2 -0
- package/dist/components/N8nIconPicker/emojiData.d.ts +12 -0
- package/dist/components/N8nIconPicker/iconCategories.d.ts +8 -0
- package/dist/components/N8nIconPicker/iconPickerBlocklist.d.ts +1 -0
- package/dist/components/N8nIconPicker/index.d.ts +2 -0
- package/dist/components/N8nIconPicker/lucideIconData.d.ts +6 -0
- package/dist/components/N8nIconPicker/types.d.ts +10 -0
- package/dist/components/N8nIconPicker/useIconPickerSearch.d.ts +22 -0
- package/dist/components/N8nIconPicker/useIconPickerVirtualRows.d.ts +25 -0
- package/dist/components/N8nInfoAccordion/InfoAccordion.vue.d.ts +48 -0
- package/dist/components/N8nInfoAccordion/index.d.ts +3 -0
- package/dist/components/N8nInfoTip/InfoTip.vue.d.ts +37 -0
- package/dist/components/N8nInfoTip/index.d.ts +2 -0
- package/dist/components/N8nInlineTextEdit/InlineTextEdit.vue.d.ts +196 -0
- package/dist/components/N8nInlineTextEdit/index.d.ts +2 -0
- package/dist/components/N8nInput/Input.types.d.ts +37 -0
- package/dist/components/N8nInput/Input.vue.d.ts +57 -0
- package/dist/components/N8nInput/index.d.ts +2 -0
- package/dist/components/N8nInputLabel/InputLabel.vue.d.ts +39 -0
- package/dist/components/N8nInputLabel/index.d.ts +2 -0
- package/dist/components/N8nInputNumber/InputNumber.vue.d.ts +16 -0
- package/dist/components/N8nInputNumber/index.d.ts +2 -0
- package/dist/components/N8nKeyboardShortcut/N8nKeyboardShortcut.vue.d.ts +3 -0
- package/dist/components/N8nKeyboardShortcut/index.d.ts +1 -0
- package/dist/components/N8nLink/Link.vue.d.ts +35 -0
- package/dist/components/N8nLink/index.d.ts +2 -0
- package/dist/components/N8nLoading/Loading.vue.d.ts +18 -0
- package/dist/components/N8nLoading/index.d.ts +2 -0
- package/dist/components/N8nLogo/Logo.vue.d.ts +39 -0
- package/dist/components/N8nLogo/index.d.ts +2 -0
- package/dist/components/N8nMarkdown/Markdown.vue.d.ts +43 -0
- package/dist/components/N8nMarkdown/index.d.ts +2 -0
- package/dist/components/N8nMarkdown/youtube.d.ts +9 -0
- package/dist/components/N8nMarkdownEditor/MarkdownEditor.types.d.ts +22 -0
- package/dist/components/N8nMarkdownEditor/MarkdownEditor.vue.d.ts +37 -0
- package/dist/components/N8nMarkdownEditor/MarkdownEditorToolbar.vue.d.ts +15 -0
- package/dist/components/N8nMarkdownEditor/composables/useMarkdownEditor.d.ts +3 -0
- package/dist/components/N8nMarkdownEditor/index.d.ts +3 -0
- package/dist/components/N8nMarkdownEditor/markdownEditorUtils.d.ts +7 -0
- package/dist/components/N8nMenuItem/MenuItem.vue.d.ts +16 -0
- package/dist/components/N8nMenuItem/index.d.ts +2 -0
- package/dist/components/N8nMenuItem/routerUtil.d.ts +3 -0
- package/dist/components/N8nNavigationDropdown/NavigationDropdown.vue.d.ts +224 -0
- package/dist/components/N8nNavigationDropdown/index.d.ts +2 -0
- package/dist/components/N8nNodeCreatorNode/NodeCreatorNode.vue.d.ts +40 -0
- package/dist/components/N8nNodeCreatorNode/index.d.ts +2 -0
- package/dist/components/N8nNodeIcon/IconContent.vue.d.ts +16 -0
- package/dist/components/N8nNodeIcon/NodeIcon.vue.d.ts +24 -0
- package/dist/components/N8nNodeIcon/index.d.ts +2 -0
- package/dist/components/N8nNotice/Notice.vue.d.ts +34 -0
- package/dist/components/N8nNotice/index.d.ts +2 -0
- package/dist/components/N8nOption/Option.vue.d.ts +22 -0
- package/dist/components/N8nOption/index.d.ts +2 -0
- package/dist/components/N8nPagination/Pagination.vue.d.ts +56 -0
- package/dist/components/N8nPagination/index.d.ts +2 -0
- package/dist/components/N8nPopover/Popover.vue.d.ts +62 -0
- package/dist/components/N8nPopover/index.d.ts +2 -0
- package/dist/components/N8nPromptInputSuggestions/N8nPromptInputSuggestions.vue.d.ts +32 -0
- package/dist/components/N8nPromptInputSuggestions/index.d.ts +3 -0
- package/dist/components/N8nPulse/Pulse.vue.d.ts +17 -0
- package/dist/components/N8nPulse/index.d.ts +2 -0
- package/dist/components/N8nRadioButtons/RadioButton.vue.d.ts +32 -0
- package/dist/components/N8nRadioButtons/RadioButtons.types.d.ts +13 -0
- package/dist/components/N8nRadioButtons/RadioButtons.vue.d.ts +20 -0
- package/dist/components/N8nRadioButtons/index.d.ts +2 -0
- package/dist/components/N8nRecycleScroller/RecycleScroller.types.d.ts +7 -0
- package/dist/components/N8nRecycleScroller/RecycleScroller.vue.d.ts +26 -0
- package/dist/components/N8nRecycleScroller/index.d.ts +2 -0
- package/dist/components/N8nResizeWrapper/ResizeWrapper.vue.d.ts +53 -0
- package/dist/components/N8nResizeWrapper/index.d.ts +2 -0
- package/dist/components/N8nResizeableSticky/ResizeableSticky.vue.d.ts +29 -0
- package/dist/components/N8nResizeableSticky/index.d.ts +2 -0
- package/dist/components/N8nRoute/Route.vue.d.ts +25 -0
- package/dist/components/N8nRoute/index.d.ts +2 -0
- package/dist/components/N8nScrollArea/N8nScrollArea.vue.d.ts +181 -0
- package/dist/components/N8nScrollArea/index.d.ts +2 -0
- package/dist/components/N8nSectionHeader/SectionHeader.vue.d.ts +23 -0
- package/dist/components/N8nSectionHeader/index.d.ts +2 -0
- package/dist/components/N8nSelect/Select.types.d.ts +8 -0
- package/dist/components/N8nSelect/Select.vue.d.ts +301 -0
- package/dist/components/N8nSelect/index.d.ts +2 -0
- package/dist/components/N8nSelectableList/SelectableList.vue.d.ts +30 -0
- package/dist/components/N8nSelectableList/index.d.ts +2 -0
- package/dist/components/N8nSendStopButton/N8nSendStopButton.vue.d.ts +23 -0
- package/dist/components/N8nSendStopButton/index.d.ts +3 -0
- package/dist/components/N8nSettingsLayout/SettingsLayout.vue.d.ts +33 -0
- package/dist/components/N8nSettingsLayout/index.d.ts +2 -0
- package/dist/components/N8nSettingsPageHeader/SettingsPageHeader.vue.d.ts +34 -0
- package/dist/components/N8nSettingsPageHeader/index.d.ts +2 -0
- package/dist/components/N8nSettingsRow/SettingsRow.vue.d.ts +197 -0
- package/dist/components/N8nSettingsRow/index.d.ts +2 -0
- package/dist/components/N8nSettingsRowConfigure/SettingsRowConfigure.vue.d.ts +7 -0
- package/dist/components/N8nSettingsRowConfigure/index.d.ts +2 -0
- package/dist/components/N8nSettingsRowGroup/SettingsRowGroup.vue.d.ts +22 -0
- package/dist/components/N8nSettingsRowGroup/index.d.ts +2 -0
- package/dist/components/N8nSettingsSaveBar/SettingsSaveBar.vue.d.ts +47 -0
- package/dist/components/N8nSettingsSaveBar/index.d.ts +2 -0
- package/dist/components/N8nSettingsSaveBar/quickSaveNotification.d.ts +2 -0
- package/dist/components/N8nSettingsSection/SettingsSection.vue.d.ts +28 -0
- package/dist/components/N8nSettingsSection/index.d.ts +2 -0
- package/dist/components/N8nSpinner/Spinner.vue.d.ts +11 -0
- package/dist/components/N8nSpinner/index.d.ts +2 -0
- package/dist/components/N8nStatusDot/StatusDot.types.d.ts +5 -0
- package/dist/components/N8nStatusDot/StatusDot.vue.d.ts +6 -0
- package/dist/components/N8nStatusDot/index.d.ts +3 -0
- package/dist/components/N8nStepper/Stepper.vue.d.ts +36 -0
- package/dist/components/N8nSticky/Sticky.vue.d.ts +156 -0
- package/dist/components/N8nSticky/constants.d.ts +10 -0
- package/dist/components/N8nSticky/index.d.ts +2 -0
- package/dist/components/N8nSticky/types.d.ts +12 -0
- package/dist/components/N8nSuggestedActions/SuggestedActions.vue.d.ts +26 -0
- package/dist/components/N8nSuggestedActions/index.d.ts +1 -0
- package/dist/components/N8nSwitch/Switch.types.d.ts +12 -0
- package/dist/components/N8nSwitch/Switch.vue.d.ts +26 -0
- package/dist/components/N8nSwitch/index.d.ts +5 -0
- package/dist/components/N8nTabs/Tabs.types.d.ts +8 -0
- package/dist/components/N8nTabs/Tabs.vue.d.ts +17 -0
- package/dist/components/N8nTabs/index.d.ts +2 -0
- package/dist/components/N8nTag/Tag.vue.d.ts +25 -0
- package/dist/components/N8nTag/index.d.ts +2 -0
- package/dist/components/N8nTags/Tags.vue.d.ts +23 -0
- package/dist/components/N8nTags/index.d.ts +2 -0
- package/dist/components/N8nText/Text.vue.d.ts +32 -0
- package/dist/components/N8nText/index.d.ts +2 -0
- package/dist/components/N8nToggle/Toggle.vue.d.ts +37 -0
- package/dist/components/N8nToggle/index.d.ts +2 -0
- package/dist/components/N8nToggleGroup/ToggleGroup.vue.d.ts +48 -0
- package/dist/components/N8nToggleGroup/index.d.ts +2 -0
- package/dist/components/N8nTooltip/Tooltip.types.d.ts +22 -0
- package/dist/components/N8nTooltip/Tooltip.vue.d.ts +30 -0
- package/dist/components/N8nTooltip/index.d.ts +3 -0
- package/dist/components/N8nTree/Tree.types.d.ts +6 -0
- package/dist/components/N8nTree/Tree.vue.d.ts +41 -0
- package/dist/components/N8nTree/index.d.ts +2 -0
- package/dist/components/N8nUserInfo/UserInfo.vue.d.ts +16 -0
- package/dist/components/N8nUserInfo/index.d.ts +3 -0
- package/dist/components/N8nUserSelect/UserSelect.vue.d.ts +44 -0
- package/dist/components/N8nUserSelect/index.d.ts +2 -0
- package/dist/components/N8nUserStack/UserStack.vue.d.ts +14 -0
- package/dist/components/N8nUserStack/index.d.ts +2 -0
- package/dist/components/N8nUsersList/UsersList.types.d.ts +8 -0
- package/dist/components/N8nUsersList/UsersList.vue.d.ts +27 -0
- package/dist/components/N8nUsersList/index.d.ts +2 -0
- package/dist/components/PreviewTag/PreviewTag.vue.d.ts +9 -0
- package/dist/components/ResizeObserver/ResizeObserver.vue.d.ts +34 -0
- package/dist/components/ResizeObserver/index.d.ts +2 -0
- package/dist/components/TableBase/TableBase.vue.d.ts +20 -0
- package/dist/components/TableBase/index.d.ts +2 -0
- package/dist/components/TableHeaderControlsButton/TableHeaderControlsButton.types.d.ts +15 -0
- package/dist/components/TableHeaderControlsButton/TableHeaderControlsButton.vue.d.ts +17 -0
- package/dist/components/TableHeaderControlsButton/index.d.ts +2 -0
- package/dist/components/index.d.ts +133 -0
- package/dist/composables/useAutosizeTextarea.d.ts +28 -0
- package/dist/composables/useCharacterLimit.d.ts +13 -0
- package/dist/composables/useI18n.d.ts +4 -0
- package/dist/composables/useIconBodyLoader.d.ts +4 -0
- package/dist/composables/useMessage.d.ts +12 -0
- package/dist/composables/useParentScroll.d.ts +7 -0
- package/dist/composables/useTooltipAppendTo.d.ts +5 -0
- package/dist/constants.d.ts +1 -0
- package/dist/css/_primitives.scss +324 -0
- package/dist/css/_tokens.legacy.scss +146 -0
- package/dist/css/_tokens.scss +1264 -0
- package/dist/css/base.scss +3 -0
- package/dist/css/checkbox.scss +376 -0
- package/dist/css/col.scss +158 -0
- package/dist/css/color-picker.scss +376 -0
- package/dist/css/common/popup.scss +41 -0
- package/dist/css/common/transition.scss +110 -0
- package/dist/css/common/var.scss +1109 -0
- package/dist/css/date-picker/date-picker.scss +97 -0
- package/dist/css/date-picker/date-range-picker.scss +101 -0
- package/dist/css/date-picker/date-table.scss +151 -0
- package/dist/css/date-picker/month-table.scss +83 -0
- package/dist/css/date-picker/picker-panel.scss +130 -0
- package/dist/css/date-picker/picker.scss +198 -0
- package/dist/css/date-picker/time-picker.scss +87 -0
- package/dist/css/date-picker/time-range-picker.scss +32 -0
- package/dist/css/date-picker/time-spinner.scss +110 -0
- package/dist/css/date-picker/year-table.scss +52 -0
- package/dist/css/date-picker.scss +38 -0
- package/dist/css/dialog.scss +143 -0
- package/dist/css/display.scss +12 -0
- package/dist/css/drawer.scss +152 -0
- package/dist/css/dropdown.scss +194 -0
- package/dist/css/fonts.scss +25 -0
- package/dist/css/icon.scss +1186 -0
- package/dist/css/index.scss +36 -0
- package/dist/css/input-number.scss +191 -0
- package/dist/css/input.scss +378 -0
- package/dist/css/loading.scss +102 -0
- package/dist/css/markdown.scss +397 -0
- package/dist/css/menu.scss +311 -0
- package/dist/css/message-box.scss +353 -0
- package/dist/css/mixins/_breakpoints.scss +22 -0
- package/dist/css/mixins/_button.scss +129 -0
- package/dist/css/mixins/_focus.scss +34 -0
- package/dist/css/mixins/_input.scss +61 -0
- package/dist/css/mixins/config.scss +4 -0
- package/dist/css/mixins/function.scss +53 -0
- package/dist/css/mixins/index.scss +9 -0
- package/dist/css/mixins/markdown.scss +313 -0
- package/dist/css/mixins/mixins.scss +214 -0
- package/dist/css/mixins/motion.scss +616 -0
- package/dist/css/mixins/utils.scss +54 -0
- package/dist/css/notification.scss +115 -0
- package/dist/css/option-group.scss +42 -0
- package/dist/css/option.scss +40 -0
- package/dist/css/pagination.scss +534 -0
- package/dist/css/popover.scss +42 -0
- package/dist/css/popper.scss +156 -0
- package/dist/css/radio.scss +200 -0
- package/dist/css/reset.scss +249 -0
- package/dist/css/row.scss +37 -0
- package/dist/css/scrollbar.scss +64 -0
- package/dist/css/select-dropdown.scss +60 -0
- package/dist/css/select.scss +180 -0
- package/dist/css/skeleton.scss +101 -0
- package/dist/css/slider.scss +7 -0
- package/dist/css/switch.scss +122 -0
- package/dist/css/table-column.scss +97 -0
- package/dist/css/table.scss +572 -0
- package/dist/css/tabs.scss +609 -0
- package/dist/css/tag.scss +185 -0
- package/dist/css/tailwind/index.css +3 -0
- package/dist/css/tooltip.scss +135 -0
- package/dist/css/tree.scss +124 -0
- package/dist/css/utilities/_float.scss +7 -0
- package/dist/css/utilities/_link.scss +10 -0
- package/dist/css/utilities/_list.scss +14 -0
- package/dist/css/utilities/_spacing.scss +52 -0
- package/dist/css/utilities/_typography.scss +15 -0
- package/dist/css/utilities/index.scss +5 -0
- package/dist/css/utils.scss +7 -0
- package/dist/directives/index.d.ts +2 -0
- package/dist/directives/n8n-html.d.ts +2 -0
- package/dist/directives/n8n-smart-decimal.d.ts +2 -0
- package/dist/directives/n8n-truncate.d.ts +2 -0
- package/dist/{en-CilgL5Ll.js → en-BN17fhJM.js} +18 -2
- package/dist/en-eH4tuQQe.js +2 -0
- package/dist/icons/lucide/bucket.d.ts +2 -0
- package/dist/icons/lucide/index.d.ts +2 -0
- package/dist/icons/lucide/index.js +37 -0
- package/dist/index.d.ts +41 -0
- package/dist/index.js +21572 -0
- package/dist/locale/format.d.ts +1 -0
- package/dist/locale/index.d.ts +11 -0
- package/dist/locale/lang/en.d.ts +3 -0
- package/dist/lucide-icons-bucket-0-_FAUqb7V.js +120 -0
- package/dist/lucide-icons-bucket-1-Di6-h4oX.js +124 -0
- package/dist/lucide-icons-bucket-10-Cbet_3-P.js +134 -0
- package/dist/lucide-icons-bucket-11-DXByO0iR.js +105 -0
- package/dist/lucide-icons-bucket-12-BgdKhqIx.js +129 -0
- package/dist/lucide-icons-bucket-13-CPZPIjuP.js +98 -0
- package/dist/lucide-icons-bucket-14-CoBYaDIN.js +98 -0
- package/dist/lucide-icons-bucket-15-eHHlEyaM.js +118 -0
- package/dist/lucide-icons-bucket-2-1f3EoyT5.js +125 -0
- package/dist/lucide-icons-bucket-3-GJHLvy9q.js +133 -0
- package/dist/lucide-icons-bucket-4-4gywAul8.js +122 -0
- package/dist/lucide-icons-bucket-5-4iCem2l-.js +135 -0
- package/dist/lucide-icons-bucket-6-iE4ywa_E.js +108 -0
- package/dist/lucide-icons-bucket-7-BPXrMpDj.js +106 -0
- package/dist/lucide-icons-bucket-8-DbHwuUDR.js +124 -0
- package/dist/lucide-icons-bucket-9-DYv2gFrZ.js +104 -0
- package/dist/mixins/index.d.ts +1 -0
- package/dist/mixins/locale.d.ts +6 -0
- package/dist/plugin.d.ts +4 -0
- package/dist/style.css +2 -0
- package/dist/theme.css +1 -0
- package/dist/types/action-dropdown.d.ts +18 -0
- package/dist/types/assistant.d.ts +190 -0
- package/dist/types/badge.d.ts +3 -0
- package/dist/types/binary.d.ts +8 -0
- package/dist/types/button.d.ts +30 -0
- package/dist/types/callout.d.ts +3 -0
- package/dist/types/datatable.d.ts +14 -0
- package/dist/types/form.d.ts +87 -0
- package/dist/types/i18n.d.ts +3 -0
- package/dist/types/icon.d.ts +7 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/input.d.ts +5 -0
- package/dist/types/keyboardshortcut.d.ts +6 -0
- package/dist/types/menu.d.ts +56 -0
- package/dist/types/node-creator-node.d.ts +7 -0
- package/dist/types/recycle-scroller.d.ts +5 -0
- package/dist/types/resize.d.ts +20 -0
- package/dist/types/select.d.ts +3 -0
- package/dist/types/tabs.d.ts +17 -0
- package/dist/types/text.d.ts +11 -0
- package/dist/types/user.d.ts +25 -0
- package/dist/utils/cn.d.ts +2 -0
- package/dist/utils/colorUtils.d.ts +3 -0
- package/dist/utils/form-event-bus.d.ts +5 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/labelUtil.d.ts +1 -0
- package/dist/utils/markdown.d.ts +2 -0
- package/dist/utils/testUtils.d.ts +1 -0
- package/dist/utils/typeguards.d.ts +1 -0
- package/dist/utils/uid.d.ts +1 -0
- package/dist/utils/valueByPath.d.ts +1 -0
- package/dist/v2/components/Checkbox/Checkbox.types.d.ts +13 -0
- package/dist/v2/components/Checkbox/Checkbox.vue.d.ts +26 -0
- package/dist/v2/components/InputNumber/InputNumber.types.d.ts +18 -0
- package/dist/v2/components/InputNumber/InputNumber.vue.d.ts +29 -0
- package/dist/v2/components/InputNumber/index.d.ts +2 -0
- package/dist/v2/components/Loading/Loading.types.d.ts +10 -0
- package/dist/v2/components/Loading/Loading.vue.d.ts +10 -0
- package/dist/v2/components/Loading/index.d.ts +3 -0
- package/dist/v2/components/Pagination/Pagination.types.d.ts +49 -0
- package/dist/v2/components/Pagination/Pagination.vue.d.ts +45 -0
- package/dist/v2/components/RadioGroup/RadioGroup.types.d.ts +12 -0
- package/dist/v2/components/RadioGroup/RadioGroup.vue.d.ts +27 -0
- package/dist/v2/components/RadioGroup/RadioGroupItem.types.d.ts +13 -0
- package/dist/v2/components/RadioGroup/RadioGroupItem.vue.d.ts +16 -0
- package/dist/v2/components/RadioGroup/index.d.ts +4 -0
- package/dist/v2/components/RadioGroup/radio-group-context.d.ts +3 -0
- package/dist/v2/components/RadioGroup/reka-ui.d.ts +2 -0
- package/dist/v2/components/Select/Select.types.d.ts +67 -0
- package/dist/v2/components/Select/Select.vue.d.ts +71 -0
- package/dist/v2/components/Select/SelectItem.vue.d.ts +28 -0
- package/dist/v2/components/TagsInput/TagsInput.types.d.ts +28 -0
- package/dist/v2/components/TagsInput/TagsInput.vue.d.ts +35 -0
- package/dist/v2/components/TagsInput/index.d.ts +3 -0
- package/dist/v2/components/TagsInput/reka-ui.d.ts +2 -0
- package/dist/v2/components/Tree/Tree.types.d.ts +79 -0
- package/dist/v2/components/Tree/Tree.vue.d.ts +28 -0
- package/dist/v2/components/Tree/TreeNode.vue.d.ts +30 -0
- package/dist/v2/components/Tree/TreeNodeDefault.vue.d.ts +32 -0
- package/dist/v2/components/Tree/index.d.ts +2 -0
- package/dist/v2/utils/index.d.ts +2 -0
- package/dist/v2/utils/types.d.ts +44 -0
- package/package.json +1 -1
- package/src/components/N8nIcon/custom/discord.svg +1 -0
- package/src/index.ts +4 -1
- package/src/styleguide/colour.mdx +1 -1
- package/src/styleguide/css-tokens.mdx +1 -1
- package/src/styleguide/motion.mdx +1 -1
- package/src/styleguide/shadow.mdx +1 -1
- package/src/styleguide/spacing-size.mdx +1 -1
- package/src/styleguide/type.mdx +1 -1
- package/tsconfig.build.json +27 -0
- package/dist/design-system.css +0 -2
- package/dist/en-DkOeoXBZ.js +0 -2
- package/dist/n8n-design-system.es.js +0 -90675
- package/dist/n8n-design-system.umd.js +0 -328
- package/vite.config.mts +0 -75
- /package/dist/{emojiData-B2DmDStL.js → emojiData-DjghW_MV.js} +0 -0
- /package/dist/{lucideIconData-D_Sr0JOU.js → lucideIconData-B3lNk4Jv.js} +0 -0
- /package/dist/{node-icons-Cn_NF7qq.js → node-icons-C_zc8eJj.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (): (value: string | ((...args: unknown[]) => string), ...args: Array<string | object>) => string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { N8nLocaleTranslateFn } from '../types';
|
|
2
|
+
declare let i18nHandler: N8nLocaleTranslateFn;
|
|
3
|
+
export declare const t: (path: Parameters<typeof i18nHandler>[0], options: Parameters<typeof i18nHandler>[1]) => string;
|
|
4
|
+
export declare function use(l: string): Promise<void>;
|
|
5
|
+
export declare function i18n(fn: N8nLocaleTranslateFn): void;
|
|
6
|
+
declare const _default: {
|
|
7
|
+
use: typeof use;
|
|
8
|
+
t: (path: Parameters<typeof i18nHandler>[0], options: Parameters<typeof i18nHandler>[1]) => string;
|
|
9
|
+
i18n: typeof i18n;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-0
|
|
2
|
+
var e = {
|
|
3
|
+
"a-large-small": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 16l2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16m-6.303-2h5.606M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>",
|
|
4
|
+
"alarm-clock-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21m-8-11v6m-3-3h6\"/></g>",
|
|
5
|
+
"align-horizontal-space-around": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"10\" x=\"9\" y=\"7\" rx=\"2\"/><path d=\"M4 22V2m16 20V2\"/></g>",
|
|
6
|
+
"align-vertical-justify-center": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"16\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"2\" rx=\"2\"/><path d=\"M2 12h20\"/></g>",
|
|
7
|
+
antenna: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12L7 2m0 10l5-10m0 10l5-10m0 10l5-10M4.5 7h15M12 16v6\"/>",
|
|
8
|
+
"archive-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"5\" x=\"2\" y=\"3\" rx=\"1\"/><path d=\"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8M9.5 17l5-5m-5 0l5 5\"/></g>",
|
|
9
|
+
"arrow-big-left-dash": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 9a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707l6.94 6.94a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm7 0v6\"/>",
|
|
10
|
+
banana: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5\"/><path d=\"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8c0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11\"/></g>",
|
|
11
|
+
bath: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 4L8 6m9 13v2M2 12h20M7 19v2M9 5L7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5\"/>",
|
|
12
|
+
"battery-full": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10v4m4-4v4m8 0v-4M6 10v4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
13
|
+
"between-vertical-end": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"13\" x=\"3\" y=\"3\" rx=\"1\"/><path d=\"m9 22l3-3l3 3\"/><rect width=\"7\" height=\"13\" x=\"14\" y=\"3\" rx=\"1\"/></g>",
|
|
14
|
+
"bone-fracture": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 4.5a1 1 0 0 1 5 0a.5.5 0 0 0 .5.5a1 1 0 0 1 0 5c-.81 0-1.8-.7-2.5 0l-1.958 1.957a.15.15 0 0 1-.252-.072l-.493-2.07a.15.15 0 0 0-.111-.112l-2.072-.494a.15.15 0 0 1-.072-.252L14 7c.7-.7 0-1.69 0-2.5M16 20l-1-2m5-2l-2-1M4 8l2 1m2-5l1 2m.698 8.19a.15.15 0 0 0 .112.112l2.074.489a.15.15 0 0 1 .072.252L10 17c-.7.7 0 1.69 0 2.5a1 1 0 0 1-5 0a.495.495 0 0 0-.5-.5a1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z\"/>",
|
|
15
|
+
"bot-message-square": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6V2H8m7 9v2M2 12h2m16 0h2m-2 4a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2zM9 11v2\"/>",
|
|
16
|
+
brackets: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3m-8 0H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3\"/>",
|
|
17
|
+
"briefcase-business": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12h.01M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m14 7a18.15 18.15 0 0 1-20 0\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
18
|
+
"chart-column": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v16a2 2 0 0 0 2 2h16m-3-4V9m-5 8V5M8 17v-3\"/>",
|
|
19
|
+
"chart-column-increasing": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V9m5 8V5M3 3v16a2 2 0 0 0 2 2h16M8 17v-3\"/>",
|
|
20
|
+
"chart-column-stacked": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 13H7m12-4h-4M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"4\" height=\"12\" x=\"15\" y=\"5\" rx=\"1\"/><rect width=\"4\" height=\"9\" x=\"7\" y=\"8\" rx=\"1\"/></g>",
|
|
21
|
+
"chart-line": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"m19 9l-5 5l-4-4l-3 3\"/></g>",
|
|
22
|
+
"chart-network": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13.11 7.664l1.78 2.672m-.728 2.452l-3.324 1.424M20 4l-6.06 1.515M3 3v16a2 2 0 0 0 2 2h16\"/><circle cx=\"12\" cy=\"6\" r=\"2\"/><circle cx=\"16\" cy=\"12\" r=\"2\"/><circle cx=\"9\" cy=\"15\" r=\"2\"/></g>",
|
|
23
|
+
"chart-scatter": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"18.5\" cy=\"5.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"11.5\" cy=\"11.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"7.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"17.5\" cy=\"14.5\" r=\".5\" fill=\"currentColor\"/><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/></g>",
|
|
24
|
+
"chess-queen": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm8.474-14.057l1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402M20 9l-3 9M5.594 8.209l2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34M7 18L4 9\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/><circle cx=\"20\" cy=\"7\" r=\"2\"/><circle cx=\"4\" cy=\"7\" r=\"2\"/></g>",
|
|
25
|
+
"chevrons-up-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 15l5 5l5-5M7 9l5-5l5 5\"/>",
|
|
26
|
+
"circle-fading-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 0 1 7.38 16.75M12 8v8m4-4H8M2.5 8.875a10 10 0 0 0-.5 3M2.83 16a10 10 0 0 0 2.43 3.4M4.636 5.235a10 10 0 0 1 .891-.857M8.644 21.42a10 10 0 0 0 7.631-.38\"/>",
|
|
27
|
+
"clock-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l3.644 1.822M16 19h6m-3-3v6\"/><path d=\"M21.92 13.267a10 10 0 1 0-8.653 8.653\"/></g>",
|
|
28
|
+
"cloud-upload": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13v8m-8-6.101A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242\"/><path d=\"m8 17l4-4l4 4\"/></g>",
|
|
29
|
+
"code-xml": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 16l4-4l-4-4M6 8l-4 4l4 4m8.5-12l-5 16\"/>",
|
|
30
|
+
cog: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 10.27L7 3.34m4 10.39l-4 6.93M12 22v-2m0-18v2m2 8h8m-5 8.66l-1-1.73m1-15.59l-1 1.73M2 12h2m16.66 5l-1.73-1m1.73-9l-1.73 1M3.34 17l1.73-1M3.34 7l1.73 1\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><circle cx=\"12\" cy=\"12\" r=\"8\"/></g>",
|
|
31
|
+
"columns-3": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18m6-18v18\"/></g>",
|
|
32
|
+
component: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0zm-13.239 0a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0zm6.619 6.619a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0zm0-13.238a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z\"/>",
|
|
33
|
+
crown: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294zM5 21h14\"/>",
|
|
34
|
+
"dice-1": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M12 12h.01\"/></g>",
|
|
35
|
+
"disc-3": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M6 12c0-1.7.7-3.2 1.8-4.2\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"M18 12c0 1.7-.7 3.2-1.8 4.2\"/></g>",
|
|
36
|
+
divide: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"6\" r=\"1\"/><path d=\"M5 12h14\"/><circle cx=\"12\" cy=\"18\" r=\"1\"/></g>",
|
|
37
|
+
dot: "<circle cx=\"12.1\" cy=\"12.1\" r=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/>",
|
|
38
|
+
drama: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 11h.01M14 6h.01M18 6h.01M6.5 13.1h.01M22 5c0 9-4 12-6 12s-6-3-6-12q0-3 6-3c6 0 6 1 6 3\"/><path d=\"M17.4 9.9c-.8.8-2 .8-2.8 0m-4.5-2.8C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6c4.5 7.8 9.5 8.4 11.2 7.4c.9-.5 1.9-2.1 1.9-4.7\"/><path d=\"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4\"/></g>",
|
|
39
|
+
dumbbell: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829zM2.5 21.5l1.4-1.4M20.1 3.9l1.4-1.4M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829zM9.6 14.4l4.8-4.8\"/>",
|
|
40
|
+
"file-archive": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 12v-1m0 7v-2m0-9V6\"/><circle cx=\"8\" cy=\"20\" r=\"2\"/></g>",
|
|
41
|
+
"file-braces-corner": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1m4 0a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1a1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1\"/></g>",
|
|
42
|
+
"file-check-corner": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-6 12l2 2l4-4\"/></g>",
|
|
43
|
+
"file-headphone": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0\"/></g>",
|
|
44
|
+
"file-type-corner": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16m-5 6h2m-1-8v8\"/></g>",
|
|
45
|
+
files: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8\"/><path d=\"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706zM5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1\"/></g>",
|
|
46
|
+
flame: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0a5 5 0 0 1 1-3a1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4\"/>",
|
|
47
|
+
"flask-conical": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2M6.453 15h11.094M8.5 2h7\"/>",
|
|
48
|
+
"folder-bookmark": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v8l3-3l3 3V6\"/><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z\"/></g>",
|
|
49
|
+
"folder-closed": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2ZM2 10h20\"/>",
|
|
50
|
+
"folder-git": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"2\"/><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Zm-6-7h3M7 13h3\"/></g>",
|
|
51
|
+
"folder-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10v6m-3-3h6m5 7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/>",
|
|
52
|
+
forklift: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12H5a2 2 0 0 0-2 2v5m12 0h7m-6 0V2M6 12V7a2 2 0 0 1 2-2h2.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 16 10.828M7 19h4\"/><circle cx=\"13\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/></g>",
|
|
53
|
+
"gallery-horizontal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 3v18\"/><rect width=\"12\" height=\"18\" x=\"6\" y=\"3\" rx=\"2\"/><path d=\"M22 3v18\"/></g>",
|
|
54
|
+
gauge: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 14l4-4M3.34 19a10 10 0 1 1 17.32 0\"/>",
|
|
55
|
+
ghost: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 10h.01M15 10h.01M12 2a8 8 0 0 0-8 8v12l3-3l2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8\"/>",
|
|
56
|
+
grape: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 5V2l-5.89 5.89\"/><circle cx=\"16.6\" cy=\"15.89\" r=\"3\"/><circle cx=\"8.11\" cy=\"7.4\" r=\"3\"/><circle cx=\"12.35\" cy=\"11.65\" r=\"3\"/><circle cx=\"13.91\" cy=\"5.85\" r=\"3\"/><circle cx=\"18.15\" cy=\"10.09\" r=\"3\"/><circle cx=\"6.56\" cy=\"13.2\" r=\"3\"/><circle cx=\"10.8\" cy=\"17.44\" r=\"3\"/><circle cx=\"5\" cy=\"19\" r=\"3\"/></g>",
|
|
57
|
+
"grip-horizontal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"9\" r=\"1\"/><circle cx=\"19\" cy=\"9\" r=\"1\"/><circle cx=\"5\" cy=\"9\" r=\"1\"/><circle cx=\"12\" cy=\"15\" r=\"1\"/><circle cx=\"19\" cy=\"15\" r=\"1\"/><circle cx=\"5\" cy=\"15\" r=\"1\"/></g>",
|
|
58
|
+
hand: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2m0 4V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2m0 4.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8\"/><path d=\"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15\"/></g>",
|
|
59
|
+
heater: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 8c2-3-2-3 0-6m4.5 6c2-3-2-3 0-6M6 10h.01M6 14h.01M10 16v-4m4 4v-4m4 4v-4\"/><path d=\"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3M5 20v2m14-2v2\"/></g>",
|
|
60
|
+
helicopter: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 17v4m3-18v8a2 2 0 0 0 2 2h5.865M17 17v4\"/><path d=\"M18 17a4 4 0 0 0 4-4a8 6 0 0 0-8-6a6 5 0 0 0-6 5v3a2 2 0 0 0 2 2zM2 10v5M6 3h16M7 21h14M8 13H2\"/></g>",
|
|
61
|
+
"image-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21\"/><path d=\"m14 19.5l3-3l3 3M17 22v-5.5\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/></g>",
|
|
62
|
+
kayak: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2zm2.97-13.39a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61M6.707 6.707l10.586 10.586M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z\"/>",
|
|
63
|
+
"lamp-wall-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629zM6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z\"/><path d=\"M8 18h4a2 2 0 0 0 2-2v-5\"/></g>",
|
|
64
|
+
lectern: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3\"/><path d=\"M18 6V3a1 1 0 0 0-1-1h-3\"/><rect width=\"8\" height=\"12\" x=\"8\" y=\"10\" rx=\"1\"/></g>",
|
|
65
|
+
library: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 6l4 14M12 6v14M8 8v12M4 4v16\"/>",
|
|
66
|
+
"locate-fixed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 12h3m14 0h3M12 2v3m0 14v3\"/><circle cx=\"12\" cy=\"12\" r=\"7\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>",
|
|
67
|
+
mic: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 19v3m7-12v2a7 7 0 0 1-14 0v-2\"/><rect width=\"6\" height=\"13\" x=\"9\" y=\"2\" rx=\"3\"/></g>",
|
|
68
|
+
"mic-vocal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m11 7.601l-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12\"/><path d=\"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2s-2.775-3.369-1.5-4.5\"/><circle cx=\"16\" cy=\"7\" r=\"5\"/></g>",
|
|
69
|
+
moon: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401\"/>",
|
|
70
|
+
"mouse-pointer": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.586 12.586L19 19M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z\"/>",
|
|
71
|
+
notebook: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 6h4m-4 4h4m-4 4h4m-4 4h4\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M16 2v20\"/></g>",
|
|
72
|
+
"notebook-text": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 6h4m-4 4h4m-4 4h4m-4 4h4\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M9.5 8h5m-5 4H16m-6.5 4H14\"/></g>",
|
|
73
|
+
"notepad-text-dashed": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 2v4m4-4v4m4-4v4m0-2h2a2 2 0 0 1 2 2v2m0 4v2m0 4v2a2 2 0 0 1-2 2h-1m-4 0h-2m-4 0H6a2 2 0 0 1-2-2v-2m0-4v-2m0-4V6a2 2 0 0 1 2-2h2m0 6h6m-6 4h8m-8 4h5\"/>",
|
|
74
|
+
"package-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v6m4.76-6a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3zM3.054 9.013h17.893\"/>",
|
|
75
|
+
palette: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"/><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"/><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/></g>",
|
|
76
|
+
"panel-left-close": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18m7-6l-3-3l3-3\"/></g>",
|
|
77
|
+
"panel-left-right-dashed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 10V9m0 6v-1m0 7v-2m0-14V3m-6 7V9m0 6v-1m0 7v-2M9 5V3\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
78
|
+
"panels-left-bottom": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18m0-6h12\"/></g>",
|
|
79
|
+
pen: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z\"/>",
|
|
80
|
+
"pencil-sparkles": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 3H8m7.007 2.008l3.987 3.986M20 15v4m1.174-12.187a2.82 2.82 0 0 0-3.986-3.987L3.842 16.175a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM22 17h-4M4 5v4m2-2H2m7-5v2\"/>",
|
|
81
|
+
"phone-outgoing": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 8l6-6m0 6V2h-6m-2.168 14.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>",
|
|
82
|
+
"picture-in-picture": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 10h6V4M2 4l6 6m13 0V7a2 2 0 0 0-2-2h-7m-9 9v2a2 2 0 0 0 2 2h3\"/><rect width=\"10\" height=\"7\" x=\"12\" y=\"14\" rx=\"1\"/></g>",
|
|
83
|
+
"pie-chart": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.21 15.89A10 10 0 1 1 8 2.83\"/><path d=\"M22 12A10 10 0 0 0 12 2v10z\"/></g>",
|
|
84
|
+
"pound-sterling": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 7c0-5.333-8-5.333-8 0m0 0v14m-4 0h12M6 13h10\"/>",
|
|
85
|
+
"radio-tower": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4.9 16.1C1 12.2 1 5.8 4.9 1.9m2.9 2.8a6.14 6.14 0 0 0-.8 7.5\"/><circle cx=\"12\" cy=\"9\" r=\"2\"/><path d=\"M16.2 4.8c2 2 2.26 5.11.8 7.47M19.1 1.9a9.96 9.96 0 0 1 0 14.1m-9.6 2h5M8 22l4-11l4 11\"/></g>",
|
|
86
|
+
"scan-eye": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/><path d=\"M18.944 12.33a1 1 0 0 0 0-.66a7.5 7.5 0 0 0-13.888 0a1 1 0 0 0 0 .66a7.5 7.5 0 0 0 13.888 0\"/></g>",
|
|
87
|
+
"server-crash": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2M6 6h.01M6 18h.01\"/><path d=\"m13 6l-4 6h6l-4 6\"/></g>",
|
|
88
|
+
shield: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/>",
|
|
89
|
+
"shield-cog-corner": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 22c-3.806-1.45-7-3.966-7-9V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v4m-5.077 6.547L14 16.164m.923 2.679l-.923.383m2.547-4.303L16.164 14m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.923-.383m-.923 2.679l.923.383\"/><circle cx=\"17.695\" cy=\"17.695\" r=\"3\"/></g>",
|
|
90
|
+
shredder: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M10 22v-5m4 2v-2m4 3v-3M2 13h20M6 20v-3\"/></g>",
|
|
91
|
+
shrink: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 15l6 6m-6-6v4.8m0-4.8h4.8M9 19.8V15m0 0H4.2M9 15l-6 6M15 4.2V9m0 0h4.8M15 9l6-6M9 4.2V9m0 0H4.2M9 9L3 3\"/>",
|
|
92
|
+
"signal-high": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01M7 20v-4m5 4v-8m5 8V8\"/>",
|
|
93
|
+
"sliders-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 5H3m9 14H3M14 3v4m2 10v4m5-9h-9m9 7h-5m5-14h-7m-6 5v4m0-2H3\"/>",
|
|
94
|
+
spool: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 13.44L4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66\"/><path d=\"m7 10.56l12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178\"/></g>",
|
|
95
|
+
sprout: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4a4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3M4 9a5 5 0 0 1 8 4a5 5 0 0 1-8-4m1 12h14\"/>",
|
|
96
|
+
"square-activity": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M17 12h-2l-2 5l-2-10l-2 5H7\"/></g>",
|
|
97
|
+
"square-arrow-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m12 8l-4 4l4 4m4-4H8\"/></g>",
|
|
98
|
+
"square-arrow-out-up-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6m10 0l-9 9m3-9h6v6\"/>",
|
|
99
|
+
"square-arrow-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m16 12l-4-4l-4 4m4 4V8\"/></g>",
|
|
100
|
+
"square-dashed": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3a2 2 0 0 0-2 2m16-2a2 2 0 0 1 2 2m0 14a2 2 0 0 1-2 2M5 21a2 2 0 0 1-2-2M9 3h1M9 21h1m4-18h1m-1 18h1M3 9v1m18-1v1M3 14v1m18-1v1\"/>",
|
|
101
|
+
"square-dashed-text": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 21h1M14 3h1m4 0a2 2 0 0 1 2 2m0 9v1m0 4a2 2 0 0 1-2 2m2-12v1M3 14v1m0-6v1m2 11a2 2 0 0 1-2-2M5 3a2 2 0 0 0-2 2m4 7h10M7 16h6M7 8h8M9 21h1M9 3h1\"/>",
|
|
102
|
+
"square-dashed-top-solid": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 21h1m6-7v1m0 4a2 2 0 0 1-2 2m2-12v1M3 14v1M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2M3 9v1m2 11a2 2 0 0 1-2-2m6 2h1\"/>",
|
|
103
|
+
"squares-exclude": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2\"/>",
|
|
104
|
+
"sticky-note-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 3v5a1 1 0 0 0 1 1h5m-3 6v6\"/><path d=\"M21 12.356V9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.355M21 18h-6\"/></g>",
|
|
105
|
+
"table-columns-split": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 14v2m0 4v2m0-20v2m0 4v2M2 15h8M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2M2 9h8m12 6h-4m4-12h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2m0-12h-4M5 3v18\"/>",
|
|
106
|
+
tags: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1zM2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193\"/><circle cx=\"10.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"/></g>",
|
|
107
|
+
tent: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 21L14 3m6.5 18L10 3m5.5 18L12 15l-3.5 6M2 21h20\"/>",
|
|
108
|
+
"ticket-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z\"/><path d=\"m9 12l2 2l4-4\"/></g>",
|
|
109
|
+
"ticket-minus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7 3h6\"/>",
|
|
110
|
+
"ticket-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7.5 5.5l5-5m-5 0l5 5\"/>",
|
|
111
|
+
"turkish-lira": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 4L5 9m10-.5l-10 5M18 12a9 9 0 0 1-9 9V3\"/>",
|
|
112
|
+
"venetian-mask": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 11c-1.5 0-2.5.5-3 2\"/><path d=\"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5a8 8 0 0 1 5 2a8 8 0 0 1 5-2a5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2a8 8 0 0 0-5-2z\"/><path d=\"M6 11c1.5 0 2.5.5 3 2\"/></g>",
|
|
113
|
+
"video-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2M2 2l20 20\"/>",
|
|
114
|
+
"waves-arrow-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10V2m4 4l-4 4l-4-4m-6 9c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1\"/>",
|
|
115
|
+
wheat: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 22L16 8M3.47 12.53L5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94m4-4L9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94m4-4L13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4\"/><path d=\"M11.47 17.47L13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0m4-4L17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0m4-4L21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0\"/></g>",
|
|
116
|
+
"zap-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.513 4.856L13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773m-2.787 2.87L10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643M2 2l20 20\"/>",
|
|
117
|
+
"zodiac-taurus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"15\" r=\"6\"/><path d=\"M18 3A6 6 0 0 1 6 3\"/></g>"
|
|
118
|
+
};
|
|
119
|
+
//#endregion
|
|
120
|
+
export { e as default };
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-1
|
|
2
|
+
var e = {
|
|
3
|
+
"align-center-vertical": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4m8 6h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1m8 0h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1\"/>",
|
|
4
|
+
"align-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12H9m12 6H7M21 6H3\"/>",
|
|
5
|
+
"align-vertical-distribute-center": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17h-3m3-10h-5M5 17H2M7 7H2\"/><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/></g>",
|
|
6
|
+
"arrow-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5v14m7-7l-7 7l-7-7\"/>",
|
|
7
|
+
"arrow-right-from-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5v14m18-7H7m8 6l6-6l-6-6\"/>",
|
|
8
|
+
"arrow-up-z-a": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16m8-16h5l-5 6h5m-5 10v-3.5a2.5 2.5 0 0 1 5 0V20m0-2h-5\"/>",
|
|
9
|
+
asterisk: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v12m5.196-9L6.804 15m0-6l10.392 6\"/>",
|
|
10
|
+
astroid: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.983 21.186a1 1 0 0 1-1.966 0a10 10 0 0 0-8.203-8.203a1 1 0 0 1 0-1.966a10 10 0 0 0 8.203-8.203a1 1 0 0 1 1.966 0a10 10 0 0 0 8.203 8.203a1 1 0 0 1 0 1.966a10 10 0 0 0-8.203 8.203\"/>",
|
|
11
|
+
"badge-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76\"/><path d=\"m9 12l2 2l4-4\"/></g>",
|
|
12
|
+
barrel: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 3a41 41 0 0 0 0 18m4-18a41 41 0 0 1 0 18\"/><path d=\"M17 3a2 2 0 0 1 1.68.92a15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92a15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3zM3.84 17h16.32M3.84 7h16.32\"/></g>",
|
|
13
|
+
"bell-check": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0M15 8l2 2l4-4m-4.14-1.518A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326m0 0A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.531-.548-1.075-1.109-1.537-1.873\"/>",
|
|
14
|
+
"bell-ring": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0M22 8c0-2.3-.8-4.3-2-6M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326M4 2C2.8 3.7 2 5.7 2 8\"/>",
|
|
15
|
+
"between-vertical-start": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"13\" x=\"3\" y=\"8\" rx=\"1\"/><path d=\"m15 2l-3 3l-3-3\"/><rect width=\"7\" height=\"13\" x=\"14\" y=\"8\" rx=\"1\"/></g>",
|
|
16
|
+
biohazard: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"11.9\" r=\"2\"/><path d=\"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6m6.9-1.5l1.4.8m7-7.5c.9 2.5 0 5.2-2.2 6.7c2.4-1.2 5.2-.6 6.9 1.5m-6.9-1.5l-1.4.8m3 9.9c-2.6-.4-4.6-2.6-4.7-5.3c-.2 2.6-2.1 4.8-4.7 5.2m4.7-6.8v1.6m1.5-10.1q-1.5-.3-3 0m6.5 11c.7-.7 1.2-1.6 1.5-2.5m-13 0c.3.9.8 1.8 1.5 2.5\"/></g>",
|
|
17
|
+
bomb: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"13\" r=\"9\"/><path d=\"M14.35 4.65L16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95M22 2l-1.5 1.5\"/></g>",
|
|
18
|
+
"book-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"m9 9.5l2 2l4-4\"/></g>",
|
|
19
|
+
"book-open-text": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v14m4-9h2m-2-4h2M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3zm3-6h2M6 8h2\"/>",
|
|
20
|
+
"bookmark-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 19v1a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5M2 2l20 20M8.656 3H17a2 2 0 0 1 2 2v8.344\"/>",
|
|
21
|
+
braces: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2a2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1m8 0h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1\"/>",
|
|
22
|
+
"brain-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.852 14.772l-.383.923m.383-6.467l-.383-.923m2.679 6.467l.382.924m.001-7.391l-.383.923m1.624 1.624l.923-.383m-.923 2.679l.923.383M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446a3 3 0 0 0-.368 1.571a4 4 0 0 0-2.525 5.771\"/><path d=\"M17.998 5.125a4 4 0 0 1 2.525 5.771\"/><path d=\"M19.505 10.294a4 4 0 0 1-1.5 7.706\"/><path d=\"M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516\"/><path d=\"M4.5 10.291A4 4 0 0 0 6 18m.002-12.875a3 3 0 0 0 .4 1.375m2.826 4.352l-.923-.383m.923 2.679l-.923.383\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>",
|
|
23
|
+
"brick-wall-shield": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 9v1.258M16 3v5.46m5 .658V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75\"/><path d=\"M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5zM3 15h7M3 9h12.142M8 15v6M8 3v6\"/></g>",
|
|
24
|
+
"brush-cleaning": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 22l-1-4m4-4a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v1a1 1 0 0 0 1 1\"/><path d=\"M19 14H5l-1.973 6.767A1 1 0 0 0 4 22h16a1 1 0 0 0 .973-1.233zM8 22l1-4\"/></g>",
|
|
25
|
+
car: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2\"/><circle cx=\"7\" cy=\"17\" r=\"2\"/><path d=\"M9 17h6\"/><circle cx=\"17\" cy=\"17\" r=\"2\"/></g>",
|
|
26
|
+
"case-lower": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9v7m4-10v10\"/><circle cx=\"17.5\" cy=\"12.5\" r=\"3.5\"/><circle cx=\"6.5\" cy=\"12.5\" r=\"3.5\"/></g>",
|
|
27
|
+
"cctv-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12.309 6.652l4.797 2.401a1 1 0 0 1 .447 1.341l-.501 1.001l.605.605h2.725a1 1 0 0 1 .894 1.447l-.724 1.448m-5.386.271l-.719 1.439a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.9 2.9 0 0 1 .873-1.037\"/><path d=\"M2 19h3.76a2 2 0 0 0 1.8-1.1l1.441-2.902M2 2l20 20M2 21v-4m5-8h.01\"/></g>",
|
|
28
|
+
"chart-candlestick": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 5v4\"/><rect width=\"4\" height=\"6\" x=\"7\" y=\"9\" rx=\"1\"/><path d=\"M9 15v2m8-14v2\"/><rect width=\"4\" height=\"8\" x=\"15\" y=\"5\" rx=\"1\"/><path d=\"M17 13v3M3 3v16a2 2 0 0 0 2 2h16\"/></g>",
|
|
29
|
+
"chess-king": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm2.7-2l-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1M10 4h4m-2-2v6.818\"/>",
|
|
30
|
+
"chevrons-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 11l-5-5l-5 5m10 7l-5-5l-5 5\"/>",
|
|
31
|
+
chromium: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.88 21.94L15.46 14m5.71-6H12M3.95 6.06L8.54 14\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></g>",
|
|
32
|
+
"circle-arrow-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m12 8l-4 4l4 4m4-4H8\"/></g>",
|
|
33
|
+
"circle-arrow-out-up-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 12A10 10 0 1 1 12 2m10 0L12 12m4-10h6v6\"/>",
|
|
34
|
+
"circle-dashed": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.1 2.182a10 10 0 0 1 3.8 0m0 19.636a10 10 0 0 1-3.8 0m7.509-18.097a10 10 0 0 1 2.69 2.7M2.182 13.9a10 10 0 0 1 0-3.8m18.097 7.509a10 10 0 0 1-2.7 2.69M21.818 10.1a10 10 0 0 1 0 3.8M3.721 6.391a10 10 0 0 1 2.7-2.69m-.03 16.578a10 10 0 0 1-2.69-2.7\"/>",
|
|
35
|
+
"circle-fading-arrow-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 0 1 7.38 16.75M16 12l-4-4l-4 4m4 4V8m-9.5.875a10 10 0 0 0-.5 3M2.83 16a10 10 0 0 0 2.43 3.4M4.636 5.235a10 10 0 0 1 .891-.857M8.644 21.42a10 10 0 0 0 7.631-.38\"/>",
|
|
36
|
+
"circle-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 2l20 20M8.35 2.69A10 10 0 0 1 21.3 15.65m-2.22 3.43A10 10 0 1 1 4.92 4.92\"/>",
|
|
37
|
+
"circle-pound-sterling": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M10 16V9.5a1 1 0 0 1 5 0M8 12h4m-4 4h7\"/></g>",
|
|
38
|
+
"circuit-board": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M11 9h4a2 2 0 0 0 2-2V3\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"M7 21v-4a2 2 0 0 1 2-2h4\"/><circle cx=\"15\" cy=\"15\" r=\"2\"/></g>",
|
|
39
|
+
clipboard: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"/></g>",
|
|
40
|
+
"clock-arrow-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l1.56.78\"/><path d=\"M13.227 21.925a10 10 0 1 1 8.767-9.588\"/><path d=\"m14 18l4-4l4 4m-4 4v-8\"/></g>",
|
|
41
|
+
"clock-fading": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 0 1 7.38 16.75M12 6v6l4 2M2.5 8.875a10 10 0 0 0-.5 3M2.83 16a10 10 0 0 0 2.43 3.4M4.636 5.235a10 10 0 0 1 .891-.857M8.644 21.42a10 10 0 0 0 7.631-.38\"/>",
|
|
42
|
+
"cloud-drizzle": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M8 19v1m0-6v1m8 4v1m0-6v1m-4 6v1m0-6v1\"/>",
|
|
43
|
+
"cloud-lightning": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973\"/><path d=\"m13 12l-3 5h4l-3 5\"/></g>",
|
|
44
|
+
"cloud-moon-rain": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 20v2m7.376-7.488a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24M7 19v2\"/>",
|
|
45
|
+
coffee: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v2m4-2v2m2 4a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1M6 2v2\"/>",
|
|
46
|
+
"cooking-pot": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h20m-2 0v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8m0-4l16-4M8.86 6.78l-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8\"/>",
|
|
47
|
+
"copy-minus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 15h6\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>",
|
|
48
|
+
dam: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 11.31c1.17.56 1.54 1.69 3.5 1.69c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1m-10.25 6c.35.5 1.45 1 2.75 1c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 10h4m-4 4h4m-4 4h4M2 6h4\"/><path d=\"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z\"/></g>",
|
|
49
|
+
"database-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 19l2 2l4-4m-1-3.873V5M3 12a9 3 0 0 0 18 0\"/><path d=\"M3 5v14a9 3 0 0 0 10.318 2.968\"/><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/></g>",
|
|
50
|
+
drone: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10L7 7m3 7l-3 3m7-7l3-3m-3 7l3 3M14.205 4.139a4 4 0 1 1 5.439 5.863M19.637 14a4 4 0 1 1-5.432 5.868M4.367 10a4 4 0 1 1 5.438-5.862m-.01 15.724a4 4 0 1 1-5.429-5.873\"/><rect width=\"4\" height=\"8\" x=\"10\" y=\"8\" rx=\"1\"/></g>",
|
|
51
|
+
droplet: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5S5 13 5 15a7 7 0 0 0 7 7\"/>",
|
|
52
|
+
ellipse: "<ellipse cx=\"12\" cy=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" rx=\"10\" ry=\"6\"/>",
|
|
53
|
+
"ev-charger": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5m-4 16V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16m-1 0h13M3 7h11\"/><path d=\"m9 11l-2 3h3l-2 3\"/></g>",
|
|
54
|
+
expand: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 15l6 6M15 9l6-6m0 13v5h-5m5-13V3h-5M3 16v5h5m-5 0l6-6M3 8V3h5m1 6L3 3\"/>",
|
|
55
|
+
facebook: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"/>",
|
|
56
|
+
"file-axis-3d": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 18l4-4m-4-4v8h8\"/></g>",
|
|
57
|
+
"file-badge": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M7.69 16.479l1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88\"/><circle cx=\"6\" cy=\"14\" r=\"3\"/></g>",
|
|
58
|
+
"file-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 8a1 1 0 0 1-1-1V2a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8zm5 0v12a2 2 0 0 1-2 2h-4.182M3.305 19.53l.923-.382M4 10.592V4a2 2 0 0 1 2-2h8M4.228 16.852l-.924-.383m2.548-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.625-3.92l.922-.383m-.922 2.679l.922.383\"/><circle cx=\"7\" cy=\"18\" r=\"3\"/></g>",
|
|
59
|
+
"file-diff": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2zm3-12h6m-3 3V7M9 17h6\"/>",
|
|
60
|
+
"file-key": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 2v5a1 1 0 0 0 1 1h5M4 12v6m0-4h2\"/><path d=\"M9.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v4\"/><circle cx=\"4\" cy=\"20\" r=\"2\"/></g>",
|
|
61
|
+
"file-pie-chart": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 2v4a2 2 0 0 0 2 2h4\"/><path d=\"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5m.017 4.012a6 6 0 1 0 8.466 8.475\"/><path d=\"M8 16v-6a6 6 0 0 1 6 6z\"/></g>",
|
|
62
|
+
"file-plus-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4M3 15h6m-3-3v6\"/></g>",
|
|
63
|
+
"file-text": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M10 9H8m8 4H8m8 4H8\"/></g>",
|
|
64
|
+
"flag-triangle-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5\"/>",
|
|
65
|
+
"git-pull-request-arrow": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M5 9v12\"/><circle cx=\"19\" cy=\"18\" r=\"3\"/><path d=\"m15 9l-3-3l3-3\"/><path d=\"M12 6h5a2 2 0 0 1 2 2v7\"/></g>",
|
|
66
|
+
hash: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 9h16M4 15h16M10 3L8 21m8-18l-2 18\"/>",
|
|
67
|
+
"hdmi-port": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1ZM7.5 12h9\"/>",
|
|
68
|
+
"heading-3": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h8m-8 6V6m8 12V6m5.5 4.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2m-2 3.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2\"/>",
|
|
69
|
+
headset: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2z\"/><path d=\"M21 16v2a4 4 0 0 1-4 4h-5\"/></g>",
|
|
70
|
+
"ice-cream-cone": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 11l4.08 10.35a1 1 0 0 0 1.84 0L17 11m0-4A5 5 0 0 0 7 7m10 0a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4\"/>",
|
|
71
|
+
"id-card": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 10h2m-2 4h2M6.17 15a3 3 0 0 1 5.66 0\"/><circle cx=\"9\" cy=\"11\" r=\"2\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>",
|
|
72
|
+
"lamp-ceiling": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v5m2.829 8.998a3 3 0 1 1-5.658 0\"/><path d=\"M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z\"/></g>",
|
|
73
|
+
"lens-concave": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 2a1 1 0 0 0-.8 1.6a14 14 0 0 1 0 16.8A1 1 0 0 0 7 22h10a1 1 0 0 0 .8-1.6a14 14 0 0 1 0-16.8A1 1 0 0 0 17 2z\"/>",
|
|
74
|
+
list: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h.01M3 12h.01M3 19h.01M8 5h13M8 12h13M8 19h13\"/>",
|
|
75
|
+
"list-filter-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5H2m4 7h12m-9 7h6m1-14h6m-3 3V2\"/>",
|
|
76
|
+
"loader-circle": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 1 1-6.219-8.56\"/>",
|
|
77
|
+
"lock-open": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"11\" x=\"3\" y=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 9.9-1\"/></g>",
|
|
78
|
+
map: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zm.894.211v15M9 3.236v15\"/>",
|
|
79
|
+
"map-pin-minus-inside": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0M9 10h6\"/>",
|
|
80
|
+
"map-pin-x-inside": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0m-5.5-2.5l-5 5m0-5l5 5\"/>",
|
|
81
|
+
megaphone: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z\"/><path d=\"M6 14a12 12 0 0 0 2.4 7.2a2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14M8 6v8\"/></g>",
|
|
82
|
+
microchip: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12h4m-4 5h4M10 7h4m4 5h2m-2 6h2M18 6h2M4 12h2m-2 6h2M4 6h2\"/><rect width=\"12\" height=\"20\" x=\"6\" y=\"2\" rx=\"2\"/></g>",
|
|
83
|
+
microscope: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18h8M3 22h18m-7 0a7 7 0 1 0 0-14h-1m-4 6h2m-2-2a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Zm3-6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3\"/>",
|
|
84
|
+
"monitor-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v4m5-4H4a2 2 0 0 1-2-2V5a2 2 0 0 1 1.184-1.826M2 2l20 20M8 21h8M8.656 3H20a2 2 0 0 1 2 2v10a2 2 0 0 1-.293 1.042\"/>",
|
|
85
|
+
"monitor-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m9 10l3-3l3 3m-3 3V7\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>",
|
|
86
|
+
"move-up-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 5h6v6m0-6L5 19\"/>",
|
|
87
|
+
paintbrush: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14.622 17.897l-10.68-2.913M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0zM9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15\"/>",
|
|
88
|
+
"panel-left-dashed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 14v1m0 4v2M9 3v2m0 4v1\"/></g>",
|
|
89
|
+
"panel-top-bottom-dashed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 15h1m-1-6h1m4 6h2m-2-6h2M3 15h2M3 9h2m4 6h1M9 9h1\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
90
|
+
"pen-tool": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z\"/><path d=\"m18 13l-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18M2.3 2.3l7.286 7.286\"/><circle cx=\"11\" cy=\"11\" r=\"2\"/></g>",
|
|
91
|
+
"pencil-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 21h8M15 5l4 4m2.174-2.188a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z\"/>",
|
|
92
|
+
pilcrow: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 4v16m4-16v16m2-16H9.5a4.5 4.5 0 0 0 0 9H13\"/>",
|
|
93
|
+
"pill-bottle": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4\"/><path d=\"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7\"/><rect width=\"16\" height=\"5\" x=\"4\" y=\"2\" rx=\"1\"/></g>",
|
|
94
|
+
"receipt-text": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 16H8m6-8H8m8 4H8M4 3a1 1 0 0 1 1-1a1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1a1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2a1 1 0 0 1-1-1z\"/>",
|
|
95
|
+
"replace-all": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1m0-17a1 1 0 0 1 1-1m0 7a1 1 0 0 1-1-1m5 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1m2-17a1 1 0 0 0-1-1m1 6a1 1 0 0 1-1 1M3 7l3 3l3-3\"/><path d=\"M6 10V5a2 2 0 0 1 2-2h2\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/></g>",
|
|
96
|
+
"rows-4": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M21 7.5H3M21 12H3m18 4.5H3\"/></g>",
|
|
97
|
+
"save-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4v4.35M16 19l2 2l4-4\"/><path d=\"M17 15.13V14a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7\"/></g>",
|
|
98
|
+
scale: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v18m7-13l3 8a5 5 0 0 1-6 0zV7\"/><path d=\"M3 7h1a17 17 0 0 0 8-2a17 17 0 0 0 8 2h1M5 8l3 8a5 5 0 0 1-6 0zV7m2 14h10\"/></g>",
|
|
99
|
+
"send-to-back": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"8\" x=\"14\" y=\"14\" rx=\"2\"/><rect width=\"8\" height=\"8\" x=\"2\" y=\"2\" rx=\"2\"/><path d=\"M7 14v1a2 2 0 0 0 2 2h1m4-10h1a2 2 0 0 1 2 2v1\"/></g>",
|
|
100
|
+
shell: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 11a2 2 0 1 1-4 0a4 4 0 0 1 8 0a6 6 0 0 1-12 0a8 8 0 0 1 16 0a10 10 0 1 1-20 0a11.93 11.93 0 0 1 2.42-7.22a2 2 0 1 1 3.16 2.44\"/>",
|
|
101
|
+
slice: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14\"/>",
|
|
102
|
+
"solar-panel": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 2h2m1.28 12l-4.56 8M21 22l-1.558-4H4.558M3 10v2\"/><path d=\"M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506zM7 2a4 4 0 0 1-4 4m5.66 1.66l1.41 1.41\"/></g>",
|
|
103
|
+
"square-arrow-out-down-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6m10 0l-9-9m9 3v6h-6\"/>",
|
|
104
|
+
"square-pause": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M10 15V9m4 6V9\"/></g>",
|
|
105
|
+
"square-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M8 12h8m-4-4v8\"/></g>",
|
|
106
|
+
"square-radical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 12h2l2 5l2-10h4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
107
|
+
"square-stop": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"9\" rx=\"1\"/></g>",
|
|
108
|
+
star: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.12 2.12 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16z\"/>",
|
|
109
|
+
sun: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41\"/></g>",
|
|
110
|
+
"swatch-book": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z\"/><path d=\"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7m0-4h.01\"/><path d=\"m11 8l2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8\"/></g>",
|
|
111
|
+
"swiss-franc": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 21V3h8M6 16h9m-5-6.5h7\"/>",
|
|
112
|
+
tablet: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\" ry=\"2\"/><path d=\"M12 18h.01\"/></g>",
|
|
113
|
+
terminal: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 19h8M4 17l6-6l-6-6\"/>",
|
|
114
|
+
"text-wrap": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 16l-3 3l3 3\"/><path d=\"M3 12h14.5a1 1 0 0 1 0 7H13M3 19h6M3 5h18\"/></g>",
|
|
115
|
+
"ticket-slash": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7.5 5.5l5-5\"/>",
|
|
116
|
+
usb: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"10\" cy=\"7\" r=\"1\"/><circle cx=\"4\" cy=\"20\" r=\"1\"/><path d=\"M4.7 19.3L19 5m2-2l-3 1l2 2ZM9.26 7.68L5 12l2 5m3-3l5 2l3.5-3.5\"/><path d=\"m18 12l1-1l1 1l-1 1Z\"/></g>",
|
|
117
|
+
"user-round-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14.305 19.53l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924M2 21a8 8 0 0 1 10.434-7.62m8.338 3.472l.924-.383m-.924 2.679l.924.383\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>",
|
|
118
|
+
"user-round-key": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 11v6m0-4h2M2 21a8 8 0 0 1 12.868-6.349\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/></g>",
|
|
119
|
+
"user-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"10\" cy=\"7\" r=\"4\"/><path d=\"M10.3 15H7a4 4 0 0 0-4 4v2\"/><circle cx=\"17\" cy=\"17\" r=\"3\"/><path d=\"m21 21l-1.9-1.9\"/></g>",
|
|
120
|
+
"wifi-zero": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01\"/>",
|
|
121
|
+
"zodiac-aquarius": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 10l2.456-3.684a.7.7 0 0 1 1.106-.013l2.39 3.413a.7.7 0 0 0 1.096-.001l2.402-3.432a.7.7 0 0 1 1.098 0l2.402 3.432a.7.7 0 0 0 1.098 0l2.389-3.413a.7.7 0 0 1 1.106.013L22 10M2 18.002l2.456-3.684a.7.7 0 0 1 1.106-.013l2.39 3.413a.7.7 0 0 0 1.097 0l2.402-3.432a.7.7 0 0 1 1.098 0l2.402 3.432a.7.7 0 0 0 1.098 0l2.389-3.413a.7.7 0 0 1 1.106.013L22 18.002\"/>"
|
|
122
|
+
};
|
|
123
|
+
//#endregion
|
|
124
|
+
export { e as default };
|