@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,124 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-8
|
|
2
|
+
var e = {
|
|
3
|
+
ad: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13H6m4 2v-4a2 2 0 0 0-4 0v4m8-.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>",
|
|
4
|
+
"alarm-clock-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13l2 2l4-4\"/></g>",
|
|
5
|
+
"alarm-clock-minus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13h6\"/></g>",
|
|
6
|
+
"align-center": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 12H7m12 6H5M21 6H3\"/>",
|
|
7
|
+
"align-start-vertical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"9\" height=\"6\" x=\"6\" y=\"14\" rx=\"2\"/><rect width=\"16\" height=\"6\" x=\"6\" y=\"4\" rx=\"2\"/><path d=\"M2 2v20\"/></g>",
|
|
8
|
+
atom: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><path d=\"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9c-4.54-4.52-9.87-6.54-11.9-4.5c-2.04 2.03-.02 7.36 4.5 11.9c4.54 4.52 9.87 6.54 11.9 4.5\"/><path d=\"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9c-2.03-2.04-7.36-.02-11.9 4.5c-4.52 4.54-6.54 9.87-4.5 11.9c2.03 2.04 7.36.02 11.9-4.5\"/></g>",
|
|
9
|
+
badge: "<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.76\"/>",
|
|
10
|
+
"badge-indian-rupee": "<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 8h8m-8 4h8\"/><path d=\"m13 17l-5-1h1a4 4 0 0 0 0-8\"/></g>",
|
|
11
|
+
bell: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326\"/>",
|
|
12
|
+
bike: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"18.5\" cy=\"17.5\" r=\"3.5\"/><circle cx=\"5.5\" cy=\"17.5\" r=\"3.5\"/><circle cx=\"15\" cy=\"5\" r=\"1\"/><path d=\"M12 17.5V14l-3-3l4-3l2 3h2\"/></g>",
|
|
13
|
+
blend: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"9\" r=\"7\"/><circle cx=\"15\" cy=\"15\" r=\"7\"/></g>",
|
|
14
|
+
book: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" 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\"/>",
|
|
15
|
+
"book-lock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 6V4a2 2 0 1 0-4 0v2m6 9v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10\"/><rect width=\"8\" height=\"5\" x=\"12\" y=\"6\" rx=\"1\"/></g>",
|
|
16
|
+
"book-text": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" 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-5H20M8 11h8M8 7h6\"/>",
|
|
17
|
+
"calendar-clock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 14v2.2l1.6 1M16 2v4m5 1.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5M3 10h5m0-8v4\"/><circle cx=\"16\" cy=\"16\" r=\"6\"/></g>",
|
|
18
|
+
"case-upper": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11h4.5a1 1 0 0 1 0 5h-4a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h3a1 1 0 0 1 0 5M2 16l4.039-9.69a.5.5 0 0 1 .923 0L11 16m-7.696-3h6.392\"/>",
|
|
19
|
+
"chart-column-decreasing": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5\"/>",
|
|
20
|
+
"chart-pie": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z\"/><path d=\"M21.21 15.89A10 10 0 1 1 8 2.83\"/></g>",
|
|
21
|
+
cherry: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3c-2.5-2-5 .24-5 3m10 0a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3c-2.5-2-5 .24-5 3\"/><path d=\"M7 14c3.22-2.91 4.29-8.75 5-12c1.66 2.38 4.94 9 5 12\"/><path d=\"M22 9c-4.29 0-7.14-2.33-10-7c5.71 0 10 4.67 10 7\"/></g>",
|
|
22
|
+
"chevrons-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 6l5 5l5-5M7 13l5 5l5-5\"/>",
|
|
23
|
+
"circle-parking-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.656 7H13a3 3 0 0 1 2.984 3.307M13 13H9m10.071 6.071A1 1 0 0 1 4.93 4.93M2 2l20 20\"/><path d=\"M8.357 2.687a10 10 0 0 1 12.956 12.956M9 17V9\"/></g>",
|
|
24
|
+
"clock-8": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l-4 2\"/></g>",
|
|
25
|
+
"clock-arrow-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l2 1\"/><path d=\"M12.337 21.994a10 10 0 1 1 9.588-8.767\"/><path d=\"m14 18l4 4l4-4m-4-4v8\"/></g>",
|
|
26
|
+
"clock-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l4 2\"/><path d=\"M22 12a10 10 0 1 0-11 9.95\"/><path d=\"m22 16l-5.5 5.5L14 19\"/></g>",
|
|
27
|
+
clover: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.17 7.83L2 22m2.02-10a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12m3.83-4.17l8.34 8.34\"/>",
|
|
28
|
+
computer: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"8\" x=\"5\" y=\"2\" rx=\"2\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6 18h2m4 0h6\"/></g>",
|
|
29
|
+
container: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z\"/><path d=\"M10 21.9V14L2.1 9.1M10 14l11.9-6.9M14 19.8v-8.1m4 5.8V9.4\"/></g>",
|
|
30
|
+
"corner-down-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 10l5 5l-5 5\"/><path d=\"M4 4v7a4 4 0 0 0 4 4h12\"/></g>",
|
|
31
|
+
"corner-up-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 20v-7a4 4 0 0 0-4-4H4\"/><path d=\"M9 14L4 9l5-5\"/></g>",
|
|
32
|
+
database: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/><path d=\"M3 5v14a9 3 0 0 0 18 0V5\"/><path d=\"M3 12a9 3 0 0 0 18 0\"/></g>",
|
|
33
|
+
euro: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10h12M4 14h9m6-8a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8c2 0 3.8-.8 5.2-2\"/>",
|
|
34
|
+
feather: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1zM16 8L2 22m15.5-7H9\"/>",
|
|
35
|
+
"file-question-mark": "<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 2zm6-5h.01\"/><path d=\"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3\"/></g>",
|
|
36
|
+
"file-search-corner": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m1 14l-2.88-2.88\"/><circle cx=\"16\" cy=\"17\" r=\"3\"/></g>",
|
|
37
|
+
"fingerprint-pattern": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4M14 13.12c0 2.38 0 6.38-1 8.88m4.29-.98c.12-.6.43-2.3.5-3.02M2 12a10 10 0 0 1 18-6M2 16h.01m19.79 0c.2-2 .131-5.354 0-6\"/><path d=\"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2m2.31 12c.21-.66.45-1.32.57-2M9 6.8a6 6 0 0 1 9 5.2v2\"/></g>",
|
|
38
|
+
"folder-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/><path d=\"m9 13l2 2l4-4\"/></g>",
|
|
39
|
+
"folder-minus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 13h6m5 7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z\"/>",
|
|
40
|
+
"folder-open": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 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.9H18a2 2 0 0 1 2 2v2\"/>",
|
|
41
|
+
"folder-root": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2\"/><circle cx=\"12\" cy=\"13\" r=\"2\"/><path d=\"M12 15v5\"/></g>",
|
|
42
|
+
"folder-tree": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Zm0 11a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1ZM3 5a2 2 0 0 0 2 2h3\"/><path d=\"M3 3v13a2 2 0 0 0 2 2h3\"/></g>",
|
|
43
|
+
"folder-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2ZM9.5 10.5l5 5m0-5l-5 5\"/>",
|
|
44
|
+
fullscreen: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/><rect width=\"10\" height=\"8\" x=\"7\" y=\"8\" rx=\"1\"/></g>",
|
|
45
|
+
gamepad: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 12h4m-2-2v4m7-1h.01M18 11h.01\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
46
|
+
gavel: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 13l-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381M16 16l6-6m-.5.5l-8-8M8 8l6-6M8.5 7.5l8 8\"/>",
|
|
47
|
+
"georgian-lari": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.5 21a7.5 7.5 0 1 1 7.35-9M13 12V3M4 21h16M9 12V3\"/>",
|
|
48
|
+
"git-pull-request-closed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"/><path d=\"M6 9v12M21 3l-6 6m6 0l-6-6m3 8.5V15\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>",
|
|
49
|
+
"git-pull-request-create-arrow": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"6\" r=\"3\"/><path d=\"M5 9v12M15 9l-3-3l3-3\"/><path d=\"M12 6h5a2 2 0 0 1 2 2v3m0 4v6m3-3h-6\"/></g>",
|
|
50
|
+
hamburger: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25M5 12a2 2 0 0 1-2-2a9 7 0 0 1 18 0a2 2 0 0 1-2 2M5 16a2 2 0 0 0-2 2a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3a2 2 0 0 0-2-2q0 0 0 0\"/><path d=\"m6.67 12l6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2\"/></g>",
|
|
51
|
+
hop: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.82 16.12c1.69.6 3.91.79 5.18.85c.55.03 1-.42.97-.97c-.06-1.27-.26-3.5-.85-5.18M11.5 6.5c1.64 0 5-.38 6.71-1.07c.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12c.69-1.71 1.07-5.07 1.07-6.71c1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88\"/><path d=\"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7a16.6 16.6 0 0 1-4.08-1.36\"/><path d=\"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96a17.7 17.7 0 0 0-.9-4.87\"/><path d=\"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9a16.6 16.6 0 0 0-1.36-4.08\"/><path d=\"M17.99 5.52a20.8 20.8 0 0 1 3.15 4.5a.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57M4.93 4.93L3 3a.7.7 0 0 1 0-1m6.58 10.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68a20.8 20.8 0 0 1-4.5-3.15\"/></g>",
|
|
52
|
+
"inspection-panel": "<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 7h.01M17 7h.01M7 17h.01M17 17h.01\"/></g>",
|
|
53
|
+
"keyboard-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4a2 2 0 0 1 2 2m0 0v10.41M7 16h9M9.69 4H20m-6 4h.01M18 8h.01M2 2l20 20m-2-2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m2 4h.01M8 12h.01\"/>",
|
|
54
|
+
languages: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 8l6 6m-7 0l6-6l2-3M2 5h12M7 2h1m14 20l-5-10l-5 10m2-4h6\"/>",
|
|
55
|
+
"layout-template": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"9\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><rect width=\"5\" height=\"7\" x=\"16\" y=\"14\" rx=\"1\"/></g>",
|
|
56
|
+
"lightbulb-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5M2 2l20 20M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4\"/>",
|
|
57
|
+
"list-start": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 5h6m-6 7h13M3 19h13m0-11l-3-3l3-3\"/><path d=\"M21 19V7a2 2 0 0 0-2-2h-6\"/></g>",
|
|
58
|
+
"log-out": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 17l5-5l-5-5m5 5H9m0 9H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"/>",
|
|
59
|
+
mars: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3h5v5m0-5l-6.75 6.75\"/><circle cx=\"10\" cy=\"14\" r=\"6\"/></g>",
|
|
60
|
+
"message-circle-question-mark": "<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.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01\"/></g>",
|
|
61
|
+
"message-square-diff": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zm-12-2h4m-4-6h4m-2-2v4\"/>",
|
|
62
|
+
"message-square-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826M2 2l20 20M8.656 3H20a2 2 0 0 1 2 2v11.344\"/>",
|
|
63
|
+
"monitor-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 13V7m3 3l-3 3l-3-3\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>",
|
|
64
|
+
"mouse-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v.343m6.218 11.875A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218M19 13.343V9A7 7 0 0 0 8.56 2.902M22 22L2 2\"/>",
|
|
65
|
+
"music-3": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"18\" r=\"4\"/><path d=\"M16 18V2\"/></g>",
|
|
66
|
+
"navigation-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 2l7 19l-7-4l-7 4z\"/>",
|
|
67
|
+
newspaper: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 18h-5m8-4h-8m-6 8h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2\"/><rect width=\"8\" height=\"4\" x=\"10\" y=\"6\" rx=\"1\"/></g>",
|
|
68
|
+
nut: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 4V2m-7 8v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7 7 0 0 0 19 14v-4\"/><path d=\"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3c1.31-.082 1.972-.29 3-1c.54.92.982 1.356 2 2c1.452-.647 1.954-1.098 2.5-2c.595.995 1.151 1.427 2.5 2c1.31-.621 1.862-1.058 2.5-2c.629.977 1.162 1.423 2.5 2c1.209-.548 1.68-.967 2-2c1.032.916 1.683 1.157 3 1c-1.297-1.036-1.758-2.03-2-3c-.5-2-4-4-8-4\"/></g>",
|
|
69
|
+
octagon: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z\"/>",
|
|
70
|
+
omega: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437a8 8 0 1 1 8.494-.001a.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21\"/>",
|
|
71
|
+
"pencil-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 10l-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982m-1.171-6.81l4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353M15 5l4 4M2 2l20 20\"/>",
|
|
72
|
+
"pin-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v5m3-12.66V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H7.89M2 2l20 20M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11\"/>",
|
|
73
|
+
"plane-takeoff": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 22h20M6.36 17.4L4 17l-2-4l1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12L5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.4 2.4 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z\"/>",
|
|
74
|
+
radiation: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12h.01M14 15.464a4 4 0 0 1-4 0l-2.472 4.282a1 1 0 0 0 .465 1.416a10 10 0 0 0 8.014 0a1 1 0 0 0 .465-1.416zM16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305a10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12zm-8 0a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305a10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z\"/>",
|
|
75
|
+
"radio-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.414 13.414a2 2 0 1 1-2.828-2.828m5.661-2.825a6 6 0 0 1 1.744 4.572m1.084-7.4a10 10 0 0 1 2.234 10.72M2 2l20 20M4.925 19.067a10 10 0 0 1 0-14.134m2.828 11.306a6 6 0 0 1 0-8.478\"/>",
|
|
76
|
+
"rail-symbol": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 15h14M5 9h14m-5 11l-5-5l6-6l-5-5\"/>",
|
|
77
|
+
rat: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 22H4a2 2 0 0 1 0-4h12m-2.764 0a3 3 0 0 0-2.2-5M16 9h.01\"/><path d=\"M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3\"/><path d=\"M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015A4 4 0 0 0 8 18\"/></g>",
|
|
78
|
+
"receipt-cent": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v10m2.828-2.171a4 4 0 0 1-5.656 0a4 4 0 0 1 0-5.657a4 4 0 0 1 5.656 0\"/><path d=\"M4 3a1 1 0 0 1 1-1a1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1a1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2a1 1 0 0 1-1-1z\"/></g>",
|
|
79
|
+
"refresh-ccw-dot": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12a9 9 0 0 0-9-9a9.75 9.75 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5m-5 4a9 9 0 0 0 9 9a9.75 9.75 0 0 0 6.74-2.74L21 16\"/><path d=\"M16 16h5v5\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/></g>",
|
|
80
|
+
regex: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3v10m-4.33-7.5l8.66 5m-8.66 0l8.66-5M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2z\"/>",
|
|
81
|
+
save: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z\"/><path d=\"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7\"/></g>",
|
|
82
|
+
scan: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/>",
|
|
83
|
+
"scan-text": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2m4-9h8m-8 4h10M7 16h6\"/>",
|
|
84
|
+
"server-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.852 14.772l-.383.923m2.679-.923a3 3 0 1 0-2.296-5.544l-.383-.923m2.679.923l.383-.923\"/><path d=\"m13.53 15.696l-.382-.924a3 3 0 1 1-2.296-5.544m3.92 1.624l.923-.383m-.923 2.679l.923.383\"/><path d=\"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5m-15 4H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5M6 18h.01M6 6h.01m3.218 4.852l-.923-.383m.923 2.679l-.923.383\"/></g>",
|
|
85
|
+
settings: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9.671 4.136a2.34 2.34 0 0 1 4.659 0a2.34 2.34 0 0 0 3.319 1.915a2.34 2.34 0 0 1 2.33 4.033a2.34 2.34 0 0 0 0 3.831a2.34 2.34 0 0 1-2.33 4.033a2.34 2.34 0 0 0-3.319 1.915a2.34 2.34 0 0 1-4.659 0a2.34 2.34 0 0 0-3.32-1.915a2.34 2.34 0 0 1-2.33-4.033a2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>",
|
|
86
|
+
share: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\"/>",
|
|
87
|
+
sheet: "<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=\"M3 9h18M3 15h18M9 9v12m6-12v12\"/></g>",
|
|
88
|
+
"spline-pointer": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033zM5 17A12 12 0 0 1 17 5\"/><circle cx=\"19\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/></g>",
|
|
89
|
+
"square-arrow-right-exit": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12h11m-4 4l4-4l-4-4\"/><path d=\"M21 6.344V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.344\"/></g>",
|
|
90
|
+
"square-chart-gantt": "<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 8h7m-8 4h6m-3 4h5\"/></g>",
|
|
91
|
+
"square-code": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 9l-3 3l3 3m4 0l3-3l-3-3\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
92
|
+
"square-dashed-bottom": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M9 21h1m4 0h1\"/>",
|
|
93
|
+
"square-dashed-kanban": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7v7m4-7v4m4-4v9M5 3a2 2 0 0 0-2 2m6-2h1m4 0h1m4 0a2 2 0 0 1 2 2m0 4v1m0 4v1m0 4a2 2 0 0 1-2 2m-5 0h1m-6 0h1m-5 0a2 2 0 0 1-2-2m0-5v1m0-6v1\"/>",
|
|
94
|
+
"square-sigma": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M16 8.9V7H8l4 5l-4 5h8v-1.9\"/></g>",
|
|
95
|
+
"sticky-note-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 19l2 2l4-4M15 3v5a1 1 0 0 0 1 1h5\"/><path d=\"M21 13V9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6.5\"/></g>",
|
|
96
|
+
"sticky-note-minus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 3v5a1 1 0 0 0 1 1h5\"/><path d=\"M21 14V9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.35M21 18h-6\"/></g>",
|
|
97
|
+
"sticky-note-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 3v5a1 1 0 0 0 1 1h5m-5 7l5 5\"/><path d=\"M21 12V9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m9-5l-5 5\"/></g>",
|
|
98
|
+
target: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"6\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>",
|
|
99
|
+
"thermometer-sun": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v2m0 4a4 4 0 0 0-1.645 7.647M2 12h2m16 2.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0zM4.93 4.93l1.41 1.41m0 11.32l-1.41 1.41\"/>",
|
|
100
|
+
"ticket-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7 3h6m-3-3v6\"/>",
|
|
101
|
+
"timer-reset": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2h4m-2 12v-4m-8 3a8 8 0 0 1 8-7a8 8 0 1 1-5.3 14L4 17.6\"/><path d=\"M9 17H4v5\"/></g>",
|
|
102
|
+
toilet: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 12h13a1 1 0 0 1 1 1a5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18\"/><path d=\"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8\"/></g>",
|
|
103
|
+
toolbox: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12v4m0-10a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6zm0 0V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m-6 8h20M8 12v4\"/>",
|
|
104
|
+
"towel-rack": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 7h-2M6.5 3h11A2.5 2.5 0 0 1 20 5.5V20a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V5.5a1 1 0 0 0-5 0V17a1 1 0 0 0 1 1h4M9 7H2\"/>",
|
|
105
|
+
tractor: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 11l11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20m-4 0h-5\"/><path d=\"M18 5a1 1 0 0 0-1 1v5.573M3 4h8.129a1 1 0 0 1 .99.863L13 11.246M4 11V4m3 11h.01M8 10.1V4\"/><circle cx=\"18\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"15\" r=\"5\"/></g>",
|
|
106
|
+
"tree-palm": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1l1 1h4m3-.86A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1l-1 1h-3\"/><path d=\"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25l.7-.7l.71-.71l2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35\"/><path d=\"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\"/></g>",
|
|
107
|
+
truck: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2m10 0H9m10 0h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14\"/><circle cx=\"17\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/></g>",
|
|
108
|
+
"user-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 15H6a4 4 0 0 0-4 4v2m12.305-4.47l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383\"/><circle cx=\"18\" cy=\"15\" r=\"3\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/></g>",
|
|
109
|
+
"user-pen": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.5 15H7a4 4 0 0 0-4 4v2m18.378-4.374a1 1 0 0 0-3.004-3.004l-4.01 4.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\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/></g>",
|
|
110
|
+
"venus-and-mars": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 20h4m-2-4v6m5-20h4v4m0-4l-5.46 5.46\"/><circle cx=\"12\" cy=\"11\" r=\"5\"/></g>",
|
|
111
|
+
"vibrate-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 8l2 2l-2 2l2 2l-2 2m20-8l-2 2l2 2l-2 2l2 2M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2m0-5.66V6c0-.55-.45-1-1-1h-4.34M2 2l20 20\"/>",
|
|
112
|
+
view: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/><path d=\"M18.944 12.33a1 1 0 0 0 0-.66a7.5 7.5 0 0 0-13.888 0a1 1 0 0 0 0 .66a7.5 7.5 0 0 0 13.888 0\"/></g>",
|
|
113
|
+
watch: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 10v2.2l1.6 1m2.53-5.54l-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05m.02 8.7l.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05\"/><circle cx=\"12\" cy=\"12\" r=\"6\"/></g>",
|
|
114
|
+
"waves-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12q2.5 2 5 0t5 0t5 0t5 0M2 19q2.5 2 5 0t5 0t5 0t5 0M2 5q2.5 2 5 0t5 0t5 0t5 0\"/>",
|
|
115
|
+
webcam: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"10\" r=\"8\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M7 22h10m-5 0v-4\"/></g>",
|
|
116
|
+
wifi: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M2 8.82a15 15 0 0 1 20 0M5 12.859a10 10 0 0 1 14 0m-10.5 3.57a5 5 0 0 1 7 0\"/>",
|
|
117
|
+
"wifi-sync": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5m-9.535.105h4m2 4h4L20.43 19.71a5 5 0 0 1-8-1.5M2 8.82a15 15 0 0 1 20 0m-.035 13.285v-4M5 12.86a10 10 0 0 1 3-2.032m.5 5.601h.01\"/>",
|
|
118
|
+
"wine-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 22h8M7 10h3m7 0h-1.343M12 15v7M7.307 7.307A12.3 12.3 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981Q8.807 2.511 9 2h6c1.5 4 2 6 2 8q-.001.613-.145 1.198M2 2l20 20\"/>",
|
|
119
|
+
workflow: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"8\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M7 11v4a2 2 0 0 0 2 2h4\"/><rect width=\"8\" height=\"8\" x=\"13\" y=\"13\" rx=\"2\"/></g>",
|
|
120
|
+
"wrench-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.747 5.093a6 6 0 0 1 6.841-2.882c.438.12.54.662.219.984L14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-2.882 6.842M13.5 13.5l-7.88 7.88a1 1 0 0 1-2.999-3l7.88-7.88M2 2l20 20\"/>",
|
|
121
|
+
"zodiac-cancer": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 14.5A9 6.5 0 0 1 5.5 19M3 9.5A9 6.5 0 0 1 18.5 5\"/><circle cx=\"17.5\" cy=\"14.5\" r=\"3.5\"/><circle cx=\"6.5\" cy=\"9.5\" r=\"3.5\"/></g>"
|
|
122
|
+
};
|
|
123
|
+
//#endregion
|
|
124
|
+
export { e as default };
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-9
|
|
2
|
+
var e = {
|
|
3
|
+
"align-vertical-space-between": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"15\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"3\" rx=\"2\"/><path d=\"M2 21h20M2 3h20\"/></g>",
|
|
4
|
+
amphora: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8\"/><path d=\"M10 5H8a2 2 0 0 0 0 4h.68M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8\"/><path d=\"M14 5h2a2 2 0 0 1 0 4h-.68M18 22H6M9 2h6\"/></g>",
|
|
5
|
+
aperture: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94\"/></g>",
|
|
6
|
+
"arrow-big-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.793 19.793a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-6a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707z\"/>",
|
|
7
|
+
"arrow-down-from-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 3H5m7 18V7m-6 8l6 6l6-6\"/>",
|
|
8
|
+
"arrow-down-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m14 4l-4-4l-4 4m4-4v16\"/>",
|
|
9
|
+
"arrow-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 12h14m-7-7l7 7l-7 7\"/>",
|
|
10
|
+
"arrow-up-a-z": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8l4-4l4 4M7 4v16M20 8h-5m0 2V6.5a2.5 2.5 0 0 1 5 0V10m-5 4h5l-5 6h5\"/>",
|
|
11
|
+
baby: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5m1-4h.01\"/><path d=\"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6a9 9 0 0 1-17.6 0a2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1m-3 5h.01\"/></g>",
|
|
12
|
+
"badge-cent": "<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.76M12 7v10\"/><path d=\"M15.4 10a4 4 0 1 0 0 4\"/></g>",
|
|
13
|
+
"badge-japanese-yen": "<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 8l3 3v7m0-7l3-3m-6 4h6m-6 4h6\"/></g>",
|
|
14
|
+
bandage: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10.01h.01m-.01 4h.01m3.99-4h.01m-.01 4h.01M18 6v12M6 6v12\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
15
|
+
"battery-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9v6m2.543-9H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605M22 14v-4M7 12h6m-5.394 6H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606\"/>",
|
|
16
|
+
bookmark: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z\"/>",
|
|
17
|
+
"briefcase-medical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 11v4m2-2h-4m6-7V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2m10 0v14M6 6v14\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
18
|
+
"bring-to-front": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"8\" x=\"8\" y=\"8\" rx=\"2\"/><path d=\"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2m4 16a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2\"/></g>",
|
|
19
|
+
bus: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 6v6m7-6v6M2 12h19.6M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2s-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/><path d=\"M9 18h5\"/><circle cx=\"16\" cy=\"18\" r=\"2\"/></g>",
|
|
20
|
+
cake: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8\"/><path d=\"M4 16s.5-1 2-1s2.5 2 4 2s2.5-2 4-2s2.5 2 4 2s2-1 2-1M2 21h20M7 8v3m5-3v3m5-3v3M7 4h.01M12 4h.01M17 4h.01\"/></g>",
|
|
21
|
+
"calendar-check-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 2v4m8-4v4m5 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8M3 10h18m-5 10l2 2l4-4\"/>",
|
|
22
|
+
"candlestick-chart": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 5v4\"/><rect width=\"4\" height=\"6\" x=\"7\" y=\"9\" rx=\"1\"/><path d=\"M9 15v2m8-14v2\"/><rect width=\"4\" height=\"8\" x=\"15\" y=\"5\" rx=\"1\"/><path d=\"M17 13v3M3 3v18h18\"/></g>",
|
|
23
|
+
castle: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 5V3m4 2V3m1 18v-3a3 3 0 0 0-6 0v3m9-18v8m0-6H6m16 6H2\"/><path d=\"M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9m4-6v8\"/></g>",
|
|
24
|
+
cctv: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97m1.696-5.627a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3zM2 19h3.76a2 2 0 0 0 1.8-1.1L9 15m-7 6v-4m5-8h.01\"/>",
|
|
25
|
+
circle: "<circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/>",
|
|
26
|
+
"clipboard-copy": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M16 4h2a2 2 0 0 1 2 2v4m1 4H11\"/><path d=\"m15 10l-4 4l4 4\"/></g>",
|
|
27
|
+
"clock-10": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l-4-2\"/></g>",
|
|
28
|
+
"clock-3": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6h4\"/></g>",
|
|
29
|
+
"copy-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 12l6 6m-6 0l6-6\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"/><path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"/></g>",
|
|
30
|
+
"corner-left-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 15l-5 5l-5-5\"/><path d=\"M20 4h-7a4 4 0 0 0-4 4v12\"/></g>",
|
|
31
|
+
cpu: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 20v2m0-20v2m5 16v2m0-20v2M2 12h2m-2 5h2M2 7h2m16 5h2m-2 5h2M20 7h2M7 20v2M7 2v2\"/><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\"/><rect width=\"8\" height=\"8\" x=\"8\" y=\"8\" rx=\"1\"/></g>",
|
|
32
|
+
dessert: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006a10 10 0 0 0-8.161-9.826\"/><path d=\"M20.804 14.869a9 9 0 0 1-17.608 0\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/></g>",
|
|
33
|
+
"dice-2": "<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 9h.01M9 15h.01\"/></g>",
|
|
34
|
+
dog: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.25 16.25h1.5L12 17zM16 14v.5\"/><path d=\"M4.42 11.247A13.2 13.2 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.7 11.7 0 0 0-.493-3.309M8 14v.5\"/><path d=\"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5c-1.931.722-3.576-.297-3.656-1c-.113-.994 1.177-6.53 4-7c1.923-.321 3.651.845 3.651 2.235A7.5 7.5 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277c2.823.47 4.113 6.006 4 7c-.08.703-1.725 1.722-3.656 1c-1.261-.472-1.855-1.45-2.239-2.5\"/></g>",
|
|
35
|
+
download: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 15V3m9 12v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"/><path d=\"m7 10l5 5l5-5\"/></g>",
|
|
36
|
+
"drafting-compass": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12.99 6.74l1.93 3.44M19.136 12a10 10 0 0 1-14.271 0M21 21l-2.16-3.84M3 21l8.02-14.26\"/><circle cx=\"12\" cy=\"5\" r=\"2\"/></g>",
|
|
37
|
+
"droplet-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586M2 2l20 20M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208\"/>",
|
|
38
|
+
"earth-lock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 3.34V5a3 3 0 0 0 3 3m1 13.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05m19.49 4H17a2 2 0 0 0-2 2v4.54\"/><path d=\"M12 2a10 10 0 1 0 9.54 13M20 6V4a2 2 0 1 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"6\" rx=\"1\"/></g>",
|
|
39
|
+
"external-link": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"/>",
|
|
40
|
+
"file-chart-pie": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M4.017 11.512a6 6 0 1 0 8.466 8.475\"/><path d=\"M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z\"/></g>",
|
|
41
|
+
"file-minus-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4M3 15h6\"/></g>",
|
|
42
|
+
"file-music": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 20v-7l3 1.474\"/><circle cx=\"6\" cy=\"20\" r=\"2\"/></g>",
|
|
43
|
+
"file-x-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 2h4M8 12.5l-5 5m0-5l5 5\"/></g>",
|
|
44
|
+
"flower-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1\"/><circle cx=\"12\" cy=\"8\" r=\"2\"/><path d=\"M12 10v12m0 0c4.2 0 7-1.667 7-5c-4.2 0-7 1.667-7 5m0 0c-4.2 0-7-1.667-7-5c4.2 0 7 1.667 7 5\"/></g>",
|
|
45
|
+
"fold-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h6m14 0h-6M12 2v2m0 4v2m0 4v2m0 4v2m7-13l-3 3l3 3M5 15l3-3l-3-3\"/>",
|
|
46
|
+
funnel: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z\"/>",
|
|
47
|
+
"git-compare": "<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=\"M13 6h3a2 2 0 0 1 2 2v7m-7 3H8a2 2 0 0 1-2-2V9\"/></g>",
|
|
48
|
+
"grid-2x2-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3m13 4l5 5m-5 0l5-5\"/>",
|
|
49
|
+
"hand-fist": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0\"/><path d=\"M13.888 9.662A2 2 0 0 0 17 8V5a2 2 0 1 0-4 0M9 5a2 2 0 1 0-4 0v5m4-3V4a2 2 0 1 1 4 0v3.268\"/></g>",
|
|
50
|
+
"hand-platter": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3V2m3.4 15.4l3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5\"/><path d=\"M2 14h12a2 2 0 0 1 0 4h-2m-8-8h16M5 10a7 7 0 0 1 14 0\"/><path d=\"M5 14v6a1 1 0 0 1-1 1H2\"/></g>",
|
|
51
|
+
"hard-drive": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 16h.01m-7.798-4.423a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11zm19.734.436H2.054M6 16h.01\"/>",
|
|
52
|
+
hd: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12H6m4 3V9m4 5.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5zM6 15V9\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>",
|
|
53
|
+
"headphone-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 14h-1.343M9.128 3.47A9 9 0 0 1 21 12v3.343M2 2l20 20m-1.586-1.586A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364\"/>",
|
|
54
|
+
infinity: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8\"/>",
|
|
55
|
+
"key-round": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z\"/><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/></g>",
|
|
56
|
+
lasso: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.704 14.467a10 8 0 1 1 3.115 2.375M7 22a5 5 0 0 1-2-3.994\"/><circle cx=\"5\" cy=\"16\" r=\"2\"/></g>",
|
|
57
|
+
"line-dot-right-horizontal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12h12\"/><circle cx=\"18\" cy=\"12\" r=\"3\"/></g>",
|
|
58
|
+
link: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"/><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"/></g>",
|
|
59
|
+
"list-chevrons-up-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h8m-8 7h8m-8 7h8m4-11l3-3l3 3m-6 8l3 3l3-3\"/>",
|
|
60
|
+
"list-end": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 5H3m13 7H3m6 7H3m13-3l-3 3l3 3\"/><path d=\"M21 5v12a2 2 0 0 1-2 2h-6\"/></g>",
|
|
61
|
+
"list-indent-decrease": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H11m10 7H11m10 7H11M7 8l-4 4l4 4\"/>",
|
|
62
|
+
"list-sort-descending": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12H3m0-7h18M9 19H3\"/>",
|
|
63
|
+
"mail-plus": "<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 7m17 9v6m-3-3h6\"/></g>",
|
|
64
|
+
"map-pin-plus-inside": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0m-8-3v6m-3-3h6\"/>",
|
|
65
|
+
"megaphone-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.636 6A13 13 0 0 0 19.4 3.2A1 1 0 0 1 21 4v11.344m-6.622-.987A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1M2 2l20 20\"/><path d=\"M6 14a12 12 0 0 0 2.4 7.2a2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14M8 8v6\"/></g>",
|
|
66
|
+
"message-square-heart": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"/><path d=\"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314a1 1 0 0 0 .783-.004a1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5A2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5\"/></g>",
|
|
67
|
+
"message-square-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2zm-7.5-8.5l-5 5m0-5l5 5\"/>",
|
|
68
|
+
monitor: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M8 21h8m-4-4v4\"/></g>",
|
|
69
|
+
"mouse-pointer-click": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 4.1L12 6M5.1 8l-2.9-.8M6 12l-1.9 2M7.2 2.2L8 5.1m1.037 4.59a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z\"/>",
|
|
70
|
+
origami: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025M12 21l-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009\"/><path d=\"m12.214 3.381l8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027\"/></g>",
|
|
71
|
+
"panel-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 3v18\"/></g>",
|
|
72
|
+
"panel-right-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=\"M15 3v18m-5-6l-3-3l3-3\"/></g>",
|
|
73
|
+
"paw-print": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"4\" r=\"2\"/><circle cx=\"18\" cy=\"8\" r=\"2\"/><circle cx=\"20\" cy=\"16\" r=\"2\"/><path d=\"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045q-.64-2.065-2.7-2.705A3.5 3.5 0 0 1 5.5 10Z\"/></g>",
|
|
74
|
+
pentagon: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z\"/>",
|
|
75
|
+
plug: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-5m3-9V2m2 6a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1zM9 8V2\"/>",
|
|
76
|
+
podium: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6V2h-1M9 15a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1\"/><path d=\"M9 21V11a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10\"/></g>",
|
|
77
|
+
presentation: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 3h20m-1 0v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3m4 18l5-5l5 5\"/>",
|
|
78
|
+
rainbow: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 17a10 10 0 0 0-20 0\"/><path d=\"M6 17a6 6 0 0 1 12 0\"/><path d=\"M10 17a2 2 0 0 1 4 0\"/></g>",
|
|
79
|
+
"receipt-indian-rupee": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 3a1 1 0 0 1 1-1a1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1a1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2a1 1 0 0 1-1-1zm4 8h8M8 7h8\"/><path d=\"M9 7a4 4 0 0 1 0 8H8l3 2\"/></g>",
|
|
80
|
+
redo: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 7v6h-6\"/><path d=\"M3 17a9 9 0 0 1 9-9a9 9 0 0 1 6 2.3l3 2.7\"/></g>",
|
|
81
|
+
ribbon: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22M12 18l2.57-3.5\"/><path d=\"M6.243 9.016a7 7 0 0 1 11.507-.009m-8.4 5.523L12 11.22\"/><path d=\"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z\"/></g>",
|
|
82
|
+
school: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 21v-3a2 2 0 0 0-4 0v3m8-16.067V21M4 6l7.106-3.79a2 2 0 0 1 1.788 0L20 6\"/><path d=\"m6 11l-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11M6 4.933V21\"/><circle cx=\"12\" cy=\"9\" r=\"2\"/></g>",
|
|
83
|
+
search: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m21 21l-4.34-4.34\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/></g>",
|
|
84
|
+
"search-code": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13 13.5l2-2.5l-2-2.5M21 21l-4.3-4.3M9 8.5L7 11l2 2.5\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/></g>",
|
|
85
|
+
"shield-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"m9 12l2 2l4-4\"/></g>",
|
|
86
|
+
signal: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01M7 20v-4m5 4v-8m5 8V8m5-4v16\"/>",
|
|
87
|
+
"square-arrow-down-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 15H9l6-6m-6 6V9\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
88
|
+
"star-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.344 4.688l1.181-2.393a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.237 3.152m-.658 4.999l.43 2.505a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a8 8 0 0 0 .4-.099M2 2l20 20\"/>",
|
|
89
|
+
"stretch-horizontal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"6\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"20\" height=\"6\" x=\"2\" y=\"14\" rx=\"2\"/></g>",
|
|
90
|
+
"tally-3": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16M9 4v16m5-16v16\"/>",
|
|
91
|
+
"ticket-percent": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Zm7 0h.01M15 9l-6 6m6 0h.01\"/>",
|
|
92
|
+
"toggle-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"3\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"7\"/></g>",
|
|
93
|
+
"tree-deciduous": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Zm4 0v3\"/>",
|
|
94
|
+
"tv-minimal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 21h10\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/></g>",
|
|
95
|
+
university: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 21v-3a2 2 0 0 0-4 0v3m8-9h.01M18 16h.01\"/><path d=\"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2zM6 12h.01M6 16h.01\"/><circle cx=\"12\" cy=\"10\" r=\"2\"/></g>",
|
|
96
|
+
"user-star": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535zM8 15H7a4 4 0 0 0-4 4v2\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/></g>",
|
|
97
|
+
volleyball: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 7a16 16 20 0 1 10.98 4.362M12 12a13 13 0 0 1-8.66 5m13.49-3.366a16 16 0 0 1-9.267 7.328\"/><path d=\"M20.66 17A13 13 0 0 0 12 12a13 13 0 0 1 0-10M8.17 15.366a16 16 0 0 1-1.713-11.69\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>",
|
|
98
|
+
wallpaper: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m-4 0h8m-7-4l6.1-6.1a2 2 0 0 1 2.81.01L22 15\"/><circle cx=\"8\" cy=\"9\" r=\"2\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/></g>",
|
|
99
|
+
"wand-sparkles": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21.64 3.64l-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72M14 7l3 3M5 6v4m14 4v4M10 2v2M7 8H3m18 8h-4M11 3H9\"/>",
|
|
100
|
+
"waves-arrow-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v8M2 15c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M8 6l4-4l4 4\"/>",
|
|
101
|
+
weight: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"5\" r=\"3\"/><path d=\"M6.5 8a2 2 0 0 0-1.905 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\"/></g>"
|
|
102
|
+
};
|
|
103
|
+
//#endregion
|
|
104
|
+
export { e as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as localeMixin } from './locale';
|
package/dist/plugin.d.ts
ADDED