@n8n/design-system 2.33.3 → 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 +142 -18
- 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,134 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-10
|
|
2
|
+
var e = {
|
|
3
|
+
"a-arrow-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 11l4-4l4 4m-4 5V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>",
|
|
4
|
+
"align-horizontal-distribute-start": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M4 2v20M14 2v20\"/></g>",
|
|
5
|
+
"align-horizontal-justify-center": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"16\" y=\"7\" rx=\"2\"/><path d=\"M12 2v20\"/></g>",
|
|
6
|
+
"archive-restore": "<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 2h2M20 8v11a2 2 0 0 1-2 2h-2m-7-6l3-3l3 3m-3-3v9\"/></g>",
|
|
7
|
+
armchair: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3\"/><path d=\"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0zm2 2v2m14-2v2\"/></g>",
|
|
8
|
+
"arrow-big-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.207 19.793a.707.707 0 0 1-1.207-.5V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1V4.707a.707.707 0 0 1 1.207-.5l6.94 6.94a1.207 1.207 0 0 1 0 1.707z\"/>",
|
|
9
|
+
"arrow-down-to-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17V3m-6 8l6 6l6-6m1 10H5\"/>",
|
|
10
|
+
"at-sign": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8\"/></g>",
|
|
11
|
+
"badge-pound-sterling": "<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.76M8 12h4\"/><path d=\"M10 16V9.5a2.5 2.5 0 0 1 5 0M8 16h7\"/></g>",
|
|
12
|
+
"badge-turkish-lira": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 7v10a5 5 0 0 0 5-5m-1-4l-6 3\"/><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\"/></g>",
|
|
13
|
+
"bell-dot": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.268 21a2 2 0 0 0 3.464 0M11.68 2.009A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.824-.85-1.678-1.731-2.21-3.348\"/><circle cx=\"18\" cy=\"5\" r=\"3\"/></g>",
|
|
14
|
+
"between-horizontal-end": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"13\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><path d=\"m22 15l-3-3l3-3\"/><rect width=\"13\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/></g>",
|
|
15
|
+
"book-a": "<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=\"m8 13l4-7l4 7m-6.9-2h5.7\"/></g>",
|
|
16
|
+
"book-open-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 21V7m4 5l2 2l4-4\"/><path d=\"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4a4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3a3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3\"/></g>",
|
|
17
|
+
"book-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V7M4 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 10l3-3l3 3\"/></g>",
|
|
18
|
+
"bug-play": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97\"/><path d=\"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86zm.12-11.123L16 2m5 3a4 4 0 0 1-3.55 3.97M3 21a4 4 0 0 1 3.81-4M3 5a4 4 0 0 0 3.55 3.97M6 13H2M8 2l1.88 1.88M9 7.13V6a3 3 0 1 1 6 0v1.13\"/></g>",
|
|
19
|
+
"calendar-arrow-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 18l4 4l4-4M16 2v4m2 8v8\"/><path d=\"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343M3 10h18M8 2v4\"/></g>",
|
|
20
|
+
"calendar-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 19h6M16 2v4m3 10v6m2-9.402V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5M3 10h18M8 2v4\"/>",
|
|
21
|
+
"calendar-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18m-7 4l-4 4m0-4l4 4\"/></g>",
|
|
22
|
+
cannabis: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-4m-5-6c-1.5 0-4.5 1.5-5 3c3.5 1.5 6 1 6 1c-1.5 1.5-2 3.5-2 5c2.5 0 4.5-1.5 6-3c1.5 1.5 3.5 3 6 3c0-1.5-.5-3.5-2-5c0 0 2.5.5 6-1c-.5-1.5-3.5-3-5-3c1.5-1 4-4 4-6c-2.5 0-5.5 1.5-7 3c0-2.5-.5-5-2-7c-1.5 2-2 4.5-2 7c-1.5-1.5-4.5-3-7-3c0 2 2.5 5 4 6\"/>",
|
|
23
|
+
"cannabis-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-4c1.5 1.5 3.5 3 6 3c0-1.5-.5-3.5-2-5m-2.012-7.673C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9m6.82 6.825C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684M2 2l20 20m-.976-6.622A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6c-1.5 0-4.5 1.5-5 3c3.5 1.5 6 1 6 1c-1.5 1.5-2 3.5-2 5c2.5 0 4.5-1.5 6-3\"/>",
|
|
24
|
+
"chart-no-axes-column-increasing": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 21v-6m7 6V9m7 12V3\"/>",
|
|
25
|
+
"chart-no-axes-gantt": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 5h12M4 12h10m-2 7h8\"/>",
|
|
26
|
+
"chevrons-down-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 20l5-5l5 5M7 4l5 5l5-5\"/>",
|
|
27
|
+
"chevrons-left-right-ellipsis": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12h.01M16 12h.01M17 7l5 5l-5 5M7 7l-5 5l5 5m1-5h.01\"/>",
|
|
28
|
+
"circle-alert": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 8v4m0 4h.01\"/></g>",
|
|
29
|
+
"closed-caption": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9.17a3 3 0 1 0 0 5.66m7-5.66a3 3 0 1 0 0 5.66\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>",
|
|
30
|
+
"columns-3-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5m-6.7 9.1l1-.4M15 3v7.5m.2 6.4l-.9-.3m2.3 5.1l.3-.9m-.1-5.5l-.4-1m2.7.9l.3-.9m.2 7.4l-.4-1m1.5-3.9l1-.4m0 3l-.9-.3M9 3v18\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>",
|
|
31
|
+
combine: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1m5-7a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1M7 15l3 3m-3 3l3-3H5a2 2 0 0 1-2-2v-2\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/></g>",
|
|
32
|
+
cone: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m20.9 18.55l-8-15.98a1 1 0 0 0-1.8 0l-8 15.98\"/><ellipse cx=\"12\" cy=\"19\" rx=\"9\" ry=\"3\"/></g>",
|
|
33
|
+
"contact-round": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 2v2m1.915 18a6 6 0 0 0-12 0M8 2v2\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/></g>",
|
|
34
|
+
delete: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm2 4l6 6m0-6l-6 6\"/>",
|
|
35
|
+
diameter: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"19\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"5\" r=\"2\"/><path d=\"M6.48 3.66a10 10 0 0 1 13.86 13.86M6.41 6.41l11.18 11.18M3.66 6.48a10 10 0 0 0 13.86 13.86\"/></g>",
|
|
36
|
+
"diamond-minus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0zM8 12h8\"/>",
|
|
37
|
+
diff: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v14m-7-7h14M5 21h14\"/>",
|
|
38
|
+
"disc-album": "<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\"/><circle cx=\"12\" cy=\"12\" r=\"5\"/><path d=\"M12 12h.01\"/></g>",
|
|
39
|
+
dock: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 8h20\"/><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M6 16h12\"/></g>",
|
|
40
|
+
"ethernet-port": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 20l3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3zM6 8v1m4-1v1m4-1v1m4-1v1\"/>",
|
|
41
|
+
eye: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.062 12.348a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 19.876 0a1 1 0 0 1 0 .696a10.75 10.75 0 0 1-19.876 0\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>",
|
|
42
|
+
"eye-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575a1 1 0 0 1 0 .696a10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242\"/><path d=\"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 4.446-5.143M2 2l20 20\"/></g>",
|
|
43
|
+
"file-braces": "<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 1h5m-10 4a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1a1 1 0 0 1 1 1v1a1 1 0 0 0 1 1m4 0a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1\"/></g>",
|
|
44
|
+
"file-check": "<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 1h5M9 15l2 2l4-4\"/></g>",
|
|
45
|
+
"file-pen-line": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14.364 13.634a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506l4.013-4.009a1 1 0 0 0-3.004-3.004zm.123-5.776A1 1 0 0 1 14 7V2\"/><path d=\"M20 19.645V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l2.516 2.516M8 18h1\"/></g>",
|
|
46
|
+
"file-signal": "<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 15h.01m3.49-1.5a2.5 2.5 0 0 1 0 3M15 12a5 5 0 0 1 0 6\"/></g>",
|
|
47
|
+
"file-stack": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1m12 4a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1m12-1a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z\"/>",
|
|
48
|
+
"file-type": "<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 1h5m-9 10h2m-1-6v6m-3-5v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5\"/></g>",
|
|
49
|
+
"fish-symbol": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 16s9-15 20-4C11 23 2 8 2 8\"/>",
|
|
50
|
+
"folder-open-dot": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m6 14l1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2\"/><circle cx=\"14\" cy=\"15\" r=\"1\"/></g>",
|
|
51
|
+
folders: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z\"/><path d=\"M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1\"/></g>",
|
|
52
|
+
forward: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 17l5-5l-5-5\"/><path d=\"M4 18v-2a4 4 0 0 1 4-4h12\"/></g>",
|
|
53
|
+
"gallery-vertical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 2h18\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"6\" rx=\"2\"/><path d=\"M3 22h18\"/></g>",
|
|
54
|
+
"gallery-vertical-end": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 2h10M5 6h14\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"10\" rx=\"2\"/></g>",
|
|
55
|
+
"git-branch": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 6a9 9 0 0 0-9 9V3\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/></g>",
|
|
56
|
+
"git-commit-horizontal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M3 12h6m6 0h6\"/></g>",
|
|
57
|
+
"git-compare-arrows": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M12 6h5a2 2 0 0 1 2 2v7\"/><path d=\"m15 9l-3-3l3-3\"/><circle cx=\"19\" cy=\"18\" r=\"3\"/><path d=\"M12 18H7a2 2 0 0 1-2-2V9\"/><path d=\"m9 15l3 3l-3 3\"/></g>",
|
|
58
|
+
"git-graph": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M5 9v6\"/><circle cx=\"5\" cy=\"18\" r=\"3\"/><path d=\"M12 3v18\"/><circle cx=\"19\" cy=\"6\" r=\"3\"/><path d=\"M16 15.7A9 9 0 0 0 19 9\"/></g>",
|
|
59
|
+
"git-merge": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M6 21V9a9 9 0 0 0 9 9\"/></g>",
|
|
60
|
+
gitlab: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m22 13.29l-3.33-10a.4.4 0 0 0-.14-.18a.38.38 0 0 0-.22-.11a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.4.4 0 0 0-.1-.18a.38.38 0 0 0-.26-.08a.4.4 0 0 0-.23.07a.4.4 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83\"/>",
|
|
61
|
+
"globe-lock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20a10 10 0 1 0 9.542 13M2 12h8.5M20 6V4a2 2 0 1 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"6\" rx=\"1\"/></g>",
|
|
62
|
+
"grip-vertical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"/><circle cx=\"9\" cy=\"5\" r=\"1\"/><circle cx=\"9\" cy=\"19\" r=\"1\"/><circle cx=\"15\" cy=\"12\" r=\"1\"/><circle cx=\"15\" cy=\"5\" r=\"1\"/><circle cx=\"15\" cy=\"19\" r=\"1\"/></g>",
|
|
63
|
+
"heading-6": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 12h8m-8 6V6m8 12V6\"/><circle cx=\"19\" cy=\"16\" r=\"2\"/><path d=\"M20 10c-2 2-3 3.5-3 6\"/></g>",
|
|
64
|
+
image: "<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\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/></g>",
|
|
65
|
+
"image-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 2l20 20M10.41 10.41a2 2 0 1 1-2.83-2.83m5.92 5.92L6 21m12-9l3 3\"/><path d=\"M3.59 3.59A2 2 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59M21 15V5a2 2 0 0 0-2-2H9\"/></g>",
|
|
66
|
+
"indent-decrease": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12H11m10 6H11M21 6H11M7 8l-4 4l4 4\"/>",
|
|
67
|
+
"indian-rupee": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 3h12M6 8h12M6 13l8.5 8M6 13h3m0 0c6.667 0 6.667-10 0-10\"/>",
|
|
68
|
+
"iteration-ccw": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 14l4 4l-4 4\"/><path d=\"M20 10a8 8 0 1 0-8 8h8\"/></g>",
|
|
69
|
+
"layers-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18a2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831zM16 17h6m-3-3v6M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962\"/>",
|
|
70
|
+
"leafy-green": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5a4 4 0 0 0 6.187-2.353a3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8A3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373a3.5 3.5 0 0 0-5.116 3.69a4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1C3.926 19.743 3.014 20.732 2 22m0 0L17 7\"/>",
|
|
71
|
+
"link-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 17H7A5 5 0 0 1 7 7h2m6 0h2a5 5 0 1 1 0 10h-2m-7-5h8\"/>",
|
|
72
|
+
"link-2-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 17H7A5 5 0 0 1 7 7m8 0h2a5 5 0 0 1 4 8M8 12h4M2 2l20 20\"/>",
|
|
73
|
+
lollipop: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3M11 11a2 2 0 0 0 4 0a4 4 0 0 0-8 0a6 6 0 0 0 12 0\"/></g>",
|
|
74
|
+
"map-pin-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0a32 32 0 0 0 .813-.728\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"m16 18l2 2l4-4\"/></g>",
|
|
75
|
+
"map-pin-house": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1zm3-12a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2M18 22v-3\"/><circle cx=\"10\" cy=\"10\" r=\"3\"/></g>",
|
|
76
|
+
menu: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 5h16M4 12h16M4 19h16\"/>",
|
|
77
|
+
"message-circle-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/><path d=\"m9 12l2 2l4-4\"/></g>",
|
|
78
|
+
microwave: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"15\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"8\" height=\"7\" x=\"6\" y=\"8\" rx=\"1\"/><path d=\"M18 8v7M6 19v2m12-2v2\"/></g>",
|
|
79
|
+
"mountain-snow": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m8 3l4 8l5-5l5 15H2z\"/><path d=\"M4.14 15.08q3.93-2.355 7.86.42c2.74 1.94 5.49 2 8.23.19\"/></g>",
|
|
80
|
+
"notebook-pen": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4M2 6h4m-4 4h4m-4 4h4m-4 4h4\"/><path d=\"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/></g>",
|
|
81
|
+
"package-open": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22v-9m3.17-10.79a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.66 1.66 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z\"/><path d=\"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13\"/><path d=\"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.64 1.64 0 0 0 1.63 0z\"/></g>",
|
|
82
|
+
"package-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22V12m8.27 6.27L22 20m-1-9.502V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l.98-.559\"/><path d=\"M3.29 7L12 12l8.71-5M7.5 4.27l8.997 5.148\"/><circle cx=\"18.5\" cy=\"16.5\" r=\"2.5\"/></g>",
|
|
83
|
+
"panel-bottom-open": "<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=\"M3 15h18M9 10l3-3l3 3\"/></g>",
|
|
84
|
+
"panel-right": "<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=\"M15 3v18\"/></g>",
|
|
85
|
+
percent: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 5L5 19\"/><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"/><circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\"/></g>",
|
|
86
|
+
"phone-call": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 2a9 9 0 0 1 9 9m-9-5a5 5 0 0 1 5 5m-4.168 5.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\"/>",
|
|
87
|
+
"phone-forwarded": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 6h8m-4-4l4 4l-4 4m-4.168 6.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\"/>",
|
|
88
|
+
"plug-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 2v6m6-6v6m-3 9v5M5 8h14M6 11V8h12v3a6 6 0 1 1-12 0\"/>",
|
|
89
|
+
pointer: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 14a8 8 0 0 1-8 8m4-11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2m0 0V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1m0-.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10\"/><path d=\"M18 11a2 2 0 1 1 4 0v3a8 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>",
|
|
90
|
+
"pointer-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 4.5V4a2 2 0 0 0-2.41-1.957M13.9 8.4a2 2 0 0 0-1.26-1.295M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158M7 15l-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343M6 6v8M2 2l20 20\"/>",
|
|
91
|
+
popcorn: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 8a2 2 0 0 0 0-4a2 2 0 0 0-4 0a2 2 0 0 0-4 0a2 2 0 0 0-4 0a2 2 0 0 0 0 4m4 14L9 8m5 14l1-14\"/><path d=\"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z\"/></g>",
|
|
92
|
+
"printer-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.531 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6.377m3.123 2.5l5 5m-5 0l5-5\"/><path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.5M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6\"/></g>",
|
|
93
|
+
"redo-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 14l5-5l-5-5\"/><path d=\"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13\"/></g>",
|
|
94
|
+
repeat: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 2l4 4l-4 4\"/><path d=\"M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4l4-4\"/><path d=\"M21 13v1a4 4 0 0 1-4 4H3\"/></g>",
|
|
95
|
+
"repeat-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.656 6H21l-4-4m.898 15.898A4 4 0 0 1 17 18H3l4-4M2 2l20 20m-1-9v1a4 4 0 0 1-.171 1.159M21 6l-4 4M3 11v-1a4 4 0 0 1 3.102-3.898M7 22l-4-4\"/>",
|
|
96
|
+
"rotate-ccw-key": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v6m0-4h2M3 12a9 9 0 1 0 9-9a9.74 9.74 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5\"/><circle cx=\"12\" cy=\"15\" r=\"2\"/></g>",
|
|
97
|
+
salad: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 21h10m-5 0a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9\"/><path d=\"M11.38 12a2.4 2.4 0 0 1-.4-4.77a2.4 2.4 0 0 1 3.2-2.77a2.4 2.4 0 0 1 3.47-.63a2.4 2.4 0 0 1 3.37 3.37a2.4 2.4 0 0 1-1.1 3.7a2.5 2.5 0 0 1 .03 1.1M13 12l4-4\"/><path d=\"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2\"/></g>",
|
|
98
|
+
satellite: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13.5 6.5l-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5m7-3L19 5m-1.5 5.5l3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5M9 21a6 6 0 0 0-6-6\"/><path d=\"M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z\"/></g>",
|
|
99
|
+
"save-all": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2v3a1 1 0 0 0 1 1h5m2 12v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6\"/><path d=\"M18 22H4a2 2 0 0 1-2-2V6\"/><path d=\"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z\"/></g>",
|
|
100
|
+
"search-alert": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3M11 7v4m0 4h.01\"/></g>",
|
|
101
|
+
"send-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904zM6 12h16\"/>",
|
|
102
|
+
"shield-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.929 14.467l-.383.924m.383-6.468L10.546 8m2.679.923L13.608 8m-.001 7.391l-.382-.924m1.624-3.92l.923-.383m-.923 2.679l.923.383M20 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 1zM9.305 10.547l-.923-.383m.923 2.679l-.923.383\"/><circle cx=\"12.077\" cy=\"11.695\" r=\"3\"/></g>",
|
|
103
|
+
"shield-half": "<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 1zm-8 9V2\"/>",
|
|
104
|
+
"shopping-basket": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 11l-1 9m5-9l-4-7M2 11h20M3.5 11l1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4M4.5 15.5h15M5 11l4-7m0 7l1 9\"/>",
|
|
105
|
+
shrimp: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 12h.01M13 22c.5-.5 1.12-1 2.5-1c-1.38 0-2-.5-2.5-1m1-18a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13a1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8\"/><path d=\"M14 8a8.5 8.5 0 0 1 0 8m2 0c2 0 4.5-4 4-6\"/></g>",
|
|
106
|
+
"skip-back": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432zM3 20V4\"/>",
|
|
107
|
+
skull: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12.5 17l-.5-1l-.5 1z\"/><path d=\"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25a8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z\"/><circle cx=\"15\" cy=\"12\" r=\"1\"/><circle cx=\"9\" cy=\"12\" r=\"1\"/></g>",
|
|
108
|
+
slash: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 2L2 22\"/>",
|
|
109
|
+
"sliders-vertical": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 8h4m-2 13v-9m0-4V3m5 13h4m-2-4V3m0 18v-5M3 14h4m-2-4V3m0 18v-7\"/>",
|
|
110
|
+
"smartphone-charging": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"2\" ry=\"2\"/><path d=\"M12.667 8L10 12h4l-2.667 4\"/></g>",
|
|
111
|
+
"smartphone-nfc": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"12\" x=\"2\" y=\"6\" rx=\"1\"/><path d=\"M13 8.32a7.43 7.43 0 0 1 0 7.36m3.46-9.47a11.76 11.76 0 0 1 0 11.58M19.91 4.1a15.91 15.91 0 0 1 .01 15.8\"/></g>",
|
|
112
|
+
"smile-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 11v1a10 10 0 1 1-9-10\"/><path d=\"M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01M16 5h6m-3-3v6\"/></g>",
|
|
113
|
+
snail: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 13a6 6 0 1 0 12 0a4 4 0 1 0-8 0a2 2 0 0 0 4 0\"/><circle cx=\"10\" cy=\"13\" r=\"8\"/><path d=\"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6m0-10l1.1 2.2M22 3l-1.1 2.2\"/></g>",
|
|
114
|
+
"square-arrow-down-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 15L9 9m0 6h6V9\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
115
|
+
"square-kanban": "<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 7v7m4-7v4m4-4v9\"/></g>",
|
|
116
|
+
"square-scissors": "<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\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><path d=\"M9.561 9.561L12 12m5 5l-2.18-2.18\"/><circle cx=\"8.5\" cy=\"15.5\" r=\"1.5\"/><path d=\"M9.561 14.439L17 7\"/></g>",
|
|
117
|
+
"sticky-notes": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 16 14v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2z\"/><path d=\"M10 8v5a1 1 0 0 0 1 1h5M8 4a2 2 0 0 1 2-2h6a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 22 8v6a2 2 0 0 1-2 2\"/><path d=\"M16 2v5a1 1 0 0 0 1 1h5\"/></g>",
|
|
118
|
+
stone: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z\"/><path d=\"M11.99 22L14 12l7.822 3.184M14 12L8.47 2.302\"/></g>",
|
|
119
|
+
subscript: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 5l8 8m0-8l-8 8m16 6h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07\"/>",
|
|
120
|
+
"toggle-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"15\" cy=\"12\" r=\"3\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"7\"/></g>",
|
|
121
|
+
tornado: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 4H3m15 4H6m13 4H9m7 4h-6m1 4H9\"/>",
|
|
122
|
+
"trending-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 7h6v6\"/><path d=\"m22 7l-8.5 8.5l-5-5L2 17\"/></g>",
|
|
123
|
+
"triangle-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z\"/>",
|
|
124
|
+
twitch: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 2H3v16h5v4l4-4h5l4-4zm-10 9V7m5 4V7\"/>",
|
|
125
|
+
unplug: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m19 5l3-3M2 22l3-3m1.3 1.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6l-2.3 2.3a2.4 2.4 0 0 0 0 3.4Zm1.2-6.8L10 11m.5 5.5L13 14m-1-8l6 6l2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z\"/>",
|
|
126
|
+
"user-lock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 16v-2a2 2 0 0 0-4 0v2m-5.5-1H7a4 4 0 0 0-4 4v2\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/><rect width=\"8\" height=\"5\" x=\"13\" y=\"16\" rx=\".899\"/></g>",
|
|
127
|
+
"user-round-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 21a8 8 0 0 1 13.292-6\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"m16 19l2 2l4-4\"/></g>",
|
|
128
|
+
"users-round": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 21a8 8 0 0 0-16 0\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3\"/></g>",
|
|
129
|
+
"volume-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298zM22 9l-6 6m0-6l6 6\"/>",
|
|
130
|
+
"weight-tilde": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z\"/><path d=\"M7.999 15a2.5 2.5 0 0 1 4 0a2.5 2.5 0 0 0 4 0\"/><circle cx=\"12\" cy=\"5\" r=\"3\"/></g>",
|
|
131
|
+
"zodiac-libra": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 16h6.857c.162-.012.19-.323.038-.38a6 6 0 1 1 4.212 0c-.153.057-.125.368.038.38H21M3 20h18\"/>"
|
|
132
|
+
};
|
|
133
|
+
//#endregion
|
|
134
|
+
export { e as default };
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-11
|
|
2
|
+
var e = {
|
|
3
|
+
"a-arrow-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 12l4 4l4-4m-4 4V7M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>",
|
|
4
|
+
"align-horizontal-space-between": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"15\" y=\"7\" rx=\"2\"/><path d=\"M3 2v20M21 2v20\"/></g>",
|
|
5
|
+
"app-window": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/><path d=\"M10 4v4M2 8h20M6 4v4\"/></g>",
|
|
6
|
+
"arrow-up-1-0": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 8l4-4l4 4M7 4v16m10-10V4h-2m0 6h4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"14\" ry=\"2\"/></g>",
|
|
7
|
+
"arrow-up-to-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3h14m-1 10l-6-6l-6 6m6-6v14\"/>",
|
|
8
|
+
"arrows-up-from-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 6l3-3l3 3M7 17V3m7 3l3-3l3 3m-3 11V3M4 21h16\"/>",
|
|
9
|
+
axe: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 12l-8.381 8.38a1 1 0 0 1-3.001-3L11 9\"/><path d=\"M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z\"/></g>",
|
|
10
|
+
backpack: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm4 0h8m-8 8h8\"/><path d=\"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2\"/></g>",
|
|
11
|
+
"badge-info": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" 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.76M12 16v-4m0-4h.01\"/>",
|
|
12
|
+
"badge-question-mark": "<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.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01\"/></g>",
|
|
13
|
+
"badge-russian-ruble": "<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.76M9 16h5\"/><path d=\"M9 12h5a2 2 0 1 0 0-4h-3v9\"/></g>",
|
|
14
|
+
"battery-warning": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17h.01M10 7v6m4-7h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2m8-4v-4M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2\"/>",
|
|
15
|
+
"bean-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66\"/><path d=\"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4 4 0 0 1 2.039 2.04M2 2l20 20\"/></g>",
|
|
16
|
+
"bed-single": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4M3 18h18\"/>",
|
|
17
|
+
beef: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3\"/><path d=\"m18.5 6l2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5\"/><circle cx=\"12.5\" cy=\"8.5\" r=\"2.5\"/></g>",
|
|
18
|
+
"beer-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 13v5m4-6.53V8m0 3h1a3 3 0 0 1 2.745 4.211M2 2l20 20M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3\"/><path d=\"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268m4.995-.528C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.2 3.2 0 0 0-.842.12M9 14.6V18\"/></g>",
|
|
19
|
+
"book-audio": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v7m4-5v3M4 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-5H20M8 8v3\"/>",
|
|
20
|
+
"book-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V7M4 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 10l3 3l3-3\"/></g>",
|
|
21
|
+
"book-marked": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2v8l3-3l3 3V2\"/><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\"/></g>",
|
|
22
|
+
"bus-front": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 6L2 7m8-1h4m8 1l-2-1\"/><rect width=\"16\" height=\"16\" x=\"4\" y=\"3\" rx=\"2\"/><path d=\"M4 11h16M8 15h.01M16 15h.01M6 19v2m12 0v-2\"/></g>",
|
|
23
|
+
"chart-bar-stacked": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 13v4m4-12v4M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"9\" height=\"4\" x=\"7\" y=\"13\" rx=\"1\"/><rect width=\"12\" height=\"4\" x=\"7\" y=\"5\" rx=\"1\"/></g>",
|
|
24
|
+
"chart-no-axes-combined": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 16v5m4-6.361V21m4-10.344V21m2-18l-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15m2 3.463V21m4-6.344V21\"/>",
|
|
25
|
+
"chess-rook": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm5-18v2m4-2v2m3 14l-1-9M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2M6 4h12M7 18l1-9\"/>",
|
|
26
|
+
"circle-arrow-out-down-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12a10 10 0 1 1 10 10M2 22l10-10M8 22H2v-6\"/>",
|
|
27
|
+
"circle-chevron-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m14 16l-4-4l4-4\"/></g>",
|
|
28
|
+
"circle-dot-dashed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.1 2.18a9.9 9.9 0 0 1 3.8 0m3.7 1.53a10 10 0 0 1 2.69 2.7m1.53 3.69a9.9 9.9 0 0 1 0 3.8m-1.53 3.7a10 10 0 0 1-2.7 2.69m-3.69 1.53a9.9 9.9 0 0 1-3.8 0m-3.7-1.53a10 10 0 0 1-2.69-2.7M2.18 13.9a9.9 9.9 0 0 1 0-3.8m1.53-3.7a10 10 0 0 1 2.7-2.69\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/></g>",
|
|
29
|
+
"clock-9": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6H8\"/></g>",
|
|
30
|
+
"cloud-backup": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607\"/><path d=\"M7 11v4h4\"/><path d=\"M8 19a5 5 0 0 0 9-3a4.5 4.5 0 0 0-4.5-4.5a4.82 4.82 0 0 0-3.41 1.41L7 15\"/></g>",
|
|
31
|
+
"cloud-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 15l-5.5 5.5L9 18\"/><path d=\"M5.516 16.07A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 3.501 7.327\"/></g>",
|
|
32
|
+
croissant: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97a11 11 0 0 1 .132-6.487M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352a11 11 0 0 0-6.486.132\"/><path d=\"M18 5a4 3 0 0 1 4 3a2 2 0 0 1-2 2a10 10 0 0 0-5.139 1.42M5 18a3 4 0 0 0 3 4a2 2 0 0 0 2-2a10 10 0 0 1 1.42-5.14\"/><path d=\"M8.709 2.554a10 10 0 0 0-6.155 6.155a1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676\"/></g>",
|
|
33
|
+
cross: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z\"/>",
|
|
34
|
+
"fast-forward": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z\"/><path d=\"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z\"/></g>",
|
|
35
|
+
figma: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5M12 2h3.5a3.5 3.5 0 1 1 0 7H12z\"/><path d=\"M12 12.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 1 1-7 0m-7 7A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0m0-7A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5\"/></g>",
|
|
36
|
+
"file-audio-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 2v2\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4\"/><circle cx=\"3\" cy=\"17\" r=\"1\"/><path d=\"M2 17v-3a4 4 0 0 1 8 0v3\"/><circle cx=\"9\" cy=\"17\" r=\"1\"/></g>",
|
|
37
|
+
"file-json-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 2h4M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1a1 1 0 0 1 1 1v1a1 1 0 0 0 1 1m4 0a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1\"/></g>",
|
|
38
|
+
"file-output": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4.226 20.925A2 2 0 0 0 6 22h12a2 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.127\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M5 11l-3 3m3 3l-3-3h10\"/></g>",
|
|
39
|
+
film: "<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=\"M7 3v18M3 7.5h4M3 12h18M3 16.5h4M17 3v18m0-13.5h4m-4 9h4\"/></g>",
|
|
40
|
+
"flag-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528M2 2l20 20M4 22V4m3.656-2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347\"/>",
|
|
41
|
+
"fold-vertical": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-6m0-8V2M4 12H2m8 0H8m8 0h-2m8 0h-2m-5 7l-3-3l-3 3m6-14l-3 3l-3-3\"/>",
|
|
42
|
+
"folder-symlink": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7\"/><path d=\"m8 16l3-3l-3-3\"/></g>",
|
|
43
|
+
"folder-sync": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5\"/><path d=\"M12 10v4h4\"/><path d=\"m12 14l1.535-1.605a5 5 0 0 1 8 1.5M22 22v-4h-4\"/><path d=\"m22 18l-1.535 1.605a5 5 0 0 1-8-1.5\"/></g>",
|
|
44
|
+
frown: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 16s-1.5-2-4-2s-4 2-4 2m1-7h.01M15 9h.01\"/></g>",
|
|
45
|
+
"git-pull-request-draft": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18\" cy=\"18\" r=\"3\"/><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M18 6V5m0 6v-1M6 9v12\"/></g>",
|
|
46
|
+
glasses: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"15\" r=\"4\"/><circle cx=\"18\" cy=\"15\" r=\"4\"/><path d=\"M14 15a2 2 0 0 0-2-2a2 2 0 0 0-2 2m-7.5-2L5 7c.7-1.3 1.4-2 3-2m13.5 8L19 7c-.7-1.3-1.5-2-3-2\"/></g>",
|
|
47
|
+
"hand-coins": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"/><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"/><circle cx=\"16\" cy=\"9\" r=\"2.9\"/><circle cx=\"6\" cy=\"5\" r=\"3\"/></g>",
|
|
48
|
+
"heading-1": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h8m-8 6V6m8 12V6m5 6l3-2v8\"/>",
|
|
49
|
+
"heart-handshake": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676a.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052a2.12 2.12 0 0 0-.004-3a2.124 2.124 0 1 0 3-3a2.124 2.124 0 0 0 3.004 0a2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0a2 2 0 0 1 0-2.828l2.823-2.762\"/>",
|
|
50
|
+
"heart-pulse": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"/><path d=\"M3.22 13H9.5l.5-1l2 4.5l2-7l1.5 3.5h5.27\"/></g>",
|
|
51
|
+
hexagon: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16\"/>",
|
|
52
|
+
house: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8\"/><path d=\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/></g>",
|
|
53
|
+
images: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m22 11l-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16\"/><path d=\"M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2\"/><circle cx=\"13\" cy=\"7\" r=\"1\" fill=\"currentColor\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"2\" rx=\"2\"/></g>",
|
|
54
|
+
inbox: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 12h-6l-2 3h-4l-2-3H2\"/><path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11\"/></g>",
|
|
55
|
+
instagram: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"20\" x=\"2\" y=\"2\" rx=\"5\" ry=\"5\"/><path d=\"M16 11.37A4 4 0 1 1 12.63 8A4 4 0 0 1 16 11.37m1.5-4.87h.01\"/></g>",
|
|
56
|
+
lamp: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12v6m-7.923-7.385A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23ZM8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z\"/>",
|
|
57
|
+
"lamp-desk": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5l5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994l-2.5-2.5a1 1 0 0 1 0-1.414zm3.914 2.5l-3.414 3.414M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\"/><path d=\"m9.086 6.5l-4.793 4.793a1 1 0 0 0-.18 1.17L7 18\"/></g>",
|
|
58
|
+
"laptop-minimal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"12\" x=\"3\" y=\"4\" rx=\"2\" ry=\"2\"/><path d=\"M2 20h20\"/></g>",
|
|
59
|
+
"list-collapse": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 5h11m-11 7h11m-11 7h11M3 10l3-3l-3-3m0 16l3-3l-3-3\"/>",
|
|
60
|
+
"list-sort-ascending": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19h18m-6-7H3m6-7H3\"/>",
|
|
61
|
+
"log-in": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 17l5-5l-5-5m5 5H3m12-9h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\"/>",
|
|
62
|
+
luggage: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2\"/><path d=\"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14m-6 2h4\"/><circle cx=\"16\" cy=\"20\" r=\"2\"/><circle cx=\"8\" cy=\"20\" r=\"2\"/></g>",
|
|
63
|
+
"mail-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m14 12l2 2l4-4\"/></g>",
|
|
64
|
+
"mail-warning": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m18 7v4m0 4v.01\"/></g>",
|
|
65
|
+
mailbox: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4z\"/><path d=\"M15 9h3v2M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2m-3-9h1\"/></g>",
|
|
66
|
+
"memory-stick": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12v-2m0 8v-2m4-4v-2m0 8v-2M2 11h1.5M20 18v-2m.5-5H22M4 18v-2m4-4v-2m0 8v-2\"/><rect width=\"20\" height=\"10\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
67
|
+
"message-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 0M17.609 3.72a10 10 0 0 1 2.69 2.7M2.182 13.9a10 10 0 0 1 0-3.8m18.098 7.51a10 10 0 0 1-2.7 2.69m4.238-10.2a10 10 0 0 1 0 3.8M3.721 6.391a10 10 0 0 1 2.7-2.69m-.258 17.416l-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98\"/>",
|
|
68
|
+
metronome: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 11.4V9.1m0 7.9l6.59-6.59M15.05 5.7l-.218-.691a3 3 0 0 0-5.663 0L4.418 19.695A1 1 0 0 0 5.37 21h13.253a1 1 0 0 0 .951-1.31L18.45 16.2\"/><circle cx=\"20\" cy=\"9\" r=\"2\"/></g>",
|
|
69
|
+
"moon-star": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 5h4m-2-2v4m.985 5.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
|
+
"move-down-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 19H5v-6m14-8L5 19\"/>",
|
|
71
|
+
"music-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"8\" cy=\"18\" r=\"4\"/><path d=\"M12 18V2l7 4\"/></g>",
|
|
72
|
+
package: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73zm1 .27V12\"/><path d=\"M3.29 7L12 12l8.71-5M7.5 4.27l9 5.15\"/></g>",
|
|
73
|
+
panda: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.25 17.25h1.5L12 18zM15 12l2 2m1-7.5a.5.5 0 0 0-.5-.5\"/><path d=\"M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5a8.4 8.4 0 0 0-3.3 0a4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5C2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83\"/><path d=\"M6 6.5a.495.495 0 0 1 .5-.5M9 12l-2 2\"/></g>",
|
|
74
|
+
"panel-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=\"M3 15h18\"/></g>",
|
|
75
|
+
"panel-top-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=\"M14 9h1m4 0h2M3 9h2m4 0h1\"/></g>",
|
|
76
|
+
parasol: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.5 11.134L18.196 21m2.229-15.701a10 10 0 0 0-16.941 9.78c.183.563.843.774 1.355.478L20.16 6.711c.512-.296.66-.973.264-1.413M21 21H3\"/>",
|
|
77
|
+
"plug-zap": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6l-2.3 2.3a2.4 2.4 0 0 0 0 3.4ZM2 22l3-3m2.5-5.5L10 11m.5 5.5L13 14m5-11l-4 4h6l-4 4\"/>",
|
|
78
|
+
radar: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.07 4.93A10 10 0 0 0 6.99 3.34M4 6h.01M2.29 9.62a10 10 0 1 0 19.02-1.27\"/><path d=\"M16.24 7.76a6 6 0 1 0-8.01 8.91M12 18h.01m5.98-6.34a6 6 0 0 1-2.22 5.01\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"m13.41 10.59l5.66-5.66\"/></g>",
|
|
79
|
+
refrigerator: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm0 4h14m-4-3v6\"/>",
|
|
80
|
+
"remove-formatting": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7V4h16v3M5 20h6m2-16L8 20m7-5l5 5m0-5l-5 5\"/>",
|
|
81
|
+
road: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v4m0-16V3m0 6v3m-9.923 6.449A2 2 0 0 0 4 21h16a2 2 0 0 0 1.924-2.55l-4-14A2 2 0 0 0 16 3H8a2 2 0 0 0-1.924 1.45z\"/>",
|
|
82
|
+
"saudi-riyal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20 19.5l-5.5 1.2m0-16.7v11.22a1 1 0 0 0 1.242.97L20 15.2M2.978 19.351l5.549-1.363A2 2 0 0 0 10 16V2m10 8L4 13.5\"/>",
|
|
83
|
+
"search-large": "<g fill=\"none\"><path clip-rule=\"evenodd\" d=\"M18.874 19.581a6 6 0 1 1 .707-.707l4.273 4.272l-.708.708zM20 15a5 5 0 1 1-10 0a5 5 0 0 1 10 0z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></g>",
|
|
84
|
+
"separator-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 16l-4 4l-4-4m-5-4h18M8 8l4-4l4 4\"/>",
|
|
85
|
+
"shield-alert": "<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 1zm-8-5v4m0 4h.01\"/>",
|
|
86
|
+
"shield-plus": "<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 1zM9 12h6m-3-3v6\"/>",
|
|
87
|
+
"spell-check-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 16l6-12l6 12M8 12h8M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1c1.1 0 1.1 1 2.3 1c1.1 0 1.1-1 2.3-1c1.1 0 1.1 1 2.3 1c1.1 0 1.1-1 2.3-1\"/>",
|
|
88
|
+
"square-centerline-dashed-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3m8-18h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3m-4-1v2m0-8v2m0-8v2m0-8v2\"/>",
|
|
89
|
+
"square-equal": "<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=\"M7 10h10M7 14h10\"/></g>",
|
|
90
|
+
"square-minus": "<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 12h8\"/></g>",
|
|
91
|
+
"square-parking": "<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 17V7h4a3 3 0 0 1 0 6H9\"/></g>",
|
|
92
|
+
"square-stack": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2m0 12c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2\"/><rect width=\"8\" height=\"8\" x=\"14\" y=\"14\" rx=\"2\"/></g>",
|
|
93
|
+
"square-x": "<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=\"m15 9l-6 6m0-6l6 6\"/></g>",
|
|
94
|
+
"step-forward": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432zM3 4v16\"/>",
|
|
95
|
+
"stretch-vertical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><rect width=\"6\" height=\"20\" x=\"14\" y=\"2\" rx=\"2\"/></g>",
|
|
96
|
+
"sun-medium": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 3v1m0 16v1m-9-9h1m16 0h1m-2.636-6.364l-.707.707M6.343 17.657l-.707.707m0-12.728l.707.707m11.314 11.314l.707.707\"/></g>",
|
|
97
|
+
"tent-tree": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"4\" cy=\"4\" r=\"2\"/><path d=\"m14 5l3-3l3 3m-6 5l3-3l3 3m-3 4V2m0 12H7l-5 8h20Zm-9 0v8m1-8l5 8\"/></g>",
|
|
98
|
+
"train-front": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 3.1V7a4 4 0 0 0 8 0V3.1M9 15l-1-1m7 1l1-1\"/><path d=\"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Zm-1 0l-2 3m10-3l2 3\"/></g>",
|
|
99
|
+
"trending-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 17h6v-6\"/><path d=\"m22 17l-8.5-8.5l-5 5L2 7\"/></g>",
|
|
100
|
+
"user-round-arrow-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m19 16l-3 3M2 21a8 8 0 0 1 12.664-6.5M22 19h-6l3 3\"/><circle cx=\"10\" cy=\"8\" r=\"5\"/></g>",
|
|
101
|
+
waypoints: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.586 5.414l-5.172 5.172m13.172 2.828l-5.172 5.172M6 12h12\"/><circle cx=\"12\" cy=\"20\" r=\"2\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/><circle cx=\"20\" cy=\"12\" r=\"2\"/><circle cx=\"4\" cy=\"12\" r=\"2\"/></g>",
|
|
102
|
+
"zodiac-capricorn": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 21a3 3 0 0 0 3-3V6.5a1 1 0 0 0-7 0M7 19V6a3 3 0 0 0-3-3h0\"/><circle cx=\"17\" cy=\"17\" r=\"3\"/></g>"
|
|
103
|
+
};
|
|
104
|
+
//#endregion
|
|
105
|
+
export { e as default };
|