@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,118 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-15
|
|
2
|
+
var e = {
|
|
3
|
+
accessibility: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-6 1M5 8l3-3l5.5 3l-2.36 3.5m-6.9 3a5 5 0 0 0 6.88 6\"/><path d=\"M13.76 17.5a5 5 0 0 0-6.88-6\"/></g>",
|
|
4
|
+
"align-center-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h20m-12 4v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4m6-8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4m16 8v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1m0-8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1\"/>",
|
|
5
|
+
"align-end-vertical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"6\" x=\"2\" y=\"4\" rx=\"2\"/><rect width=\"9\" height=\"6\" x=\"9\" y=\"14\" rx=\"2\"/><path d=\"M22 22V2\"/></g>",
|
|
6
|
+
"align-horizontal-distribute-end": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"4\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"14\" y=\"7\" rx=\"2\"/><path d=\"M10 2v20M20 2v20\"/></g>",
|
|
7
|
+
apple: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6.528V3a1 1 0 0 1 1-1h0\"/><path d=\"M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10a3 3 0 0 0 3.648.648a5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21\"/></g>",
|
|
8
|
+
"arrow-up-0-1": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 8l4-4l4 4M7 4v16\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"4\" ry=\"2\"/><path d=\"M17 20v-6h-2m0 6h4\"/></g>",
|
|
9
|
+
"arrow-up-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 7h10v10M7 17L17 7\"/>",
|
|
10
|
+
beaker: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.5 3h15M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3M6 14h12\"/>",
|
|
11
|
+
"beef-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.771 6.109a2.5 2.5 0 0 1 3.12 3.12\"/><path d=\"M17.852 12.185a6.5 6.5 0 0 0-9.035-9.04m9.196 14.868C15.029 20.349 10.831 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5\"/><path d=\"m18.5 6l2.19 4.5a6.48 6.48 0 0 1-.139 4.393M2 2l20 20M6.355 6.37a7 7 0 0 0-.075.23c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c3.356 0 6.993-1.267 9.85-3.151\"/></g>",
|
|
12
|
+
"between-horizontal-start": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"13\" height=\"7\" x=\"8\" y=\"3\" rx=\"1\"/><path d=\"m2 9l3 3l-3 3\"/><rect width=\"13\" height=\"7\" x=\"8\" y=\"14\" rx=\"1\"/></g>",
|
|
13
|
+
blender: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 14a2 2 0 0 0-1.963 1.615l-1.018 5.193A1 1 0 0 0 6 22h12a1 1 0 0 0 .981-1.192l-1.018-5.193A2 2 0 0 0 16 14zm9-12l-1 12m-7.994 0L7 2m.565 6.787A5 5 0 0 0 12 8a5 5 0 0 1 4.56-.75M19 2H5a2 2 0 0 0-2 2v5a2 2 0 0 0 .688 1.5M12 18h.01\"/>",
|
|
14
|
+
bone: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5a.5.5 0 0 1-.5-.5a2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z\"/>",
|
|
15
|
+
"book-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 22H5.5a1 1 0 0 1 0-5h4.501M21 22l-1.879-1.878\"/><path d=\"M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8\"/><circle cx=\"17\" cy=\"18\" r=\"3\"/></g>",
|
|
16
|
+
"bow-arrow": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3h4v4m-2.425 4.082a13 13 0 0 1 1.048 9.027a1.17 1.17 0 0 1-1.914.597L14 17m-7-7L3.29 6.29a1.17 1.17 0 0 1 .6-1.91a13 13 0 0 1 9.03 1.05M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1zm2.707.293L21 3\"/>",
|
|
17
|
+
calendar: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18\"/></g>",
|
|
18
|
+
"calendar-arrow-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 18l4-4l4 4M16 2v4m2 16v-8\"/><path d=\"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9M3 10h18M8 2v4\"/></g>",
|
|
19
|
+
"chart-column-big": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"4\" height=\"12\" x=\"15\" y=\"5\" rx=\"1\"/><rect width=\"4\" height=\"9\" x=\"7\" y=\"8\" rx=\"1\"/></g>",
|
|
20
|
+
"chess-knight": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm11.5-2c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456M15 5l1.425-1.425M17 8l1.53-1.53m-8.817 5.715L7 18\"/>",
|
|
21
|
+
"circle-user": "<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=\"10\" r=\"3\"/><path d=\"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662\"/></g>",
|
|
22
|
+
citrus: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z\"/><path d=\"M19.65 15.66A8 8 0 0 1 8.35 4.34M14 10l-5.5 5.5\"/><path d=\"M14 17.85V10H6.15\"/></g>",
|
|
23
|
+
"clipboard-pen": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 4h2a2 2 0 0 1 2 2v2m1.34 7.664a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506zM8 22H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"/><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\"/></g>",
|
|
24
|
+
"clock-5": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6l2 4\"/></g>",
|
|
25
|
+
"cloud-rain": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242M16 14v6m-8-6v6m4-4v6\"/>",
|
|
26
|
+
codepen: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 2l10 6.5v7L12 22L2 15.5v-7zm0 20v-6.5\"/><path d=\"m22 8.5l-10 7l-10-7\"/><path d=\"m2 15.5l10-7l10 7M12 2v6.5\"/></g>",
|
|
27
|
+
compass: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m16.24 7.76l-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z\"/></g>",
|
|
28
|
+
cookie: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2a10 10 0 1 0 10 10a4 4 0 0 1-5-5a4 4 0 0 1-5-5M8.5 8.5v.01M16 15.5v.01M12 12v.01M11 17v.01M7 14v.01\"/>",
|
|
29
|
+
"copy-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 12v6m-3-3h6\"/><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
|
+
"creative-commons": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M10 9.3a2.8 2.8 0 0 0-3.5 1a3.1 3.1 0 0 0 0 3.4a2.7 2.7 0 0 0 3.5 1m7-5.4a2.8 2.8 0 0 0-3.5 1a3.1 3.1 0 0 0 0 3.4a2.7 2.7 0 0 0 3.5 1\"/></g>",
|
|
31
|
+
cylinder: "<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\"/></g>",
|
|
32
|
+
"database-arrow-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 19l3 3l3-3m-3-3v6m2-9.464V5M3 12a9 3 0 0 0 12.182 2.806\"/><path d=\"M3 5v14a9 3 0 0 0 10.318 2.968\"/><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/></g>",
|
|
33
|
+
"database-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 11.693V5m1 17l-1.875-1.875M3 12a9 3 0 0 0 8.697 2.998\"/><path d=\"M3 5v14a9 3 0 0 0 9.28 2.999\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/></g>",
|
|
34
|
+
"dice-4": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M16 8h.01M8 8h.01M8 16h.01M16 16h.01\"/></g>",
|
|
35
|
+
dices: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"12\" height=\"12\" x=\"2\" y=\"10\" rx=\"2\" ry=\"2\"/><path d=\"m17.92 14l3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6M6 18h.01M10 14h.01M15 6h.01M18 9h.01\"/></g>",
|
|
36
|
+
donut: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4a10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>",
|
|
37
|
+
drumstick: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.4 15.63a7.875 6 135 1 1 6.23-6.23a4.5 3.43 135 0 0-6.23 6.23\"/><path d=\"m8.29 12.71l-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59\"/></g>",
|
|
38
|
+
equal: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 9h14M5 15h14\"/>",
|
|
39
|
+
"file-image": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"/><circle cx=\"10\" cy=\"12\" r=\"2\"/><path d=\"m20 17l-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22\"/></g>",
|
|
40
|
+
"file-scan": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 10V8a2.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 2v16a2 2 0 0 0 2 2h4.35\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-4 6a2 2 0 0 0-2 2m2 6a2 2 0 0 1-2-2m6-6a2 2 0 0 1 2 2m-2 6a2 2 0 0 0 2-2\"/></g>",
|
|
41
|
+
"folder-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3m-7.695 8.23l.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=\"18\" r=\"3\"/></g>",
|
|
42
|
+
"folder-git-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 19a5 5 0 0 1-5-5v8\"/><path d=\"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5\"/><circle cx=\"13\" cy=\"12\" r=\"2\"/><circle cx=\"20\" cy=\"19\" r=\"2\"/></g>",
|
|
43
|
+
"folder-kanban": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" 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 2m4-10v4m4-4v2m4-2v6\"/>",
|
|
44
|
+
"folder-key": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.36M19 12v6m0-4h2\"/><circle cx=\"19\" cy=\"20\" r=\"2\"/></g>",
|
|
45
|
+
gift: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v14m8-10v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8m3.5-4a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5a1 1 0 0 1 0 5\"/><rect width=\"18\" height=\"4\" x=\"3\" y=\"7\" rx=\"1\"/></g>",
|
|
46
|
+
"git-branch-minus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 6a9 9 0 0 0-9 9V3m15 15h-6\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/></g>",
|
|
47
|
+
"git-merge-conflict": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6h4a2 2 0 0 1 2 2v7M6 12v9M9 3L3 9m6 0L3 3\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>",
|
|
48
|
+
"globe-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 6l2 2l4-4\"/><path d=\"M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 4-10\"/></g>",
|
|
49
|
+
"globe-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 3l5 5M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 4-10m5-9l-5 5\"/>",
|
|
50
|
+
"grid-2x2-plus": "<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 7h6m-3 3v-6\"/>",
|
|
51
|
+
"grid-3x2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 3v18M3 12h18M9 3v18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
52
|
+
guitar: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11.9 12.1l4.514-4.514M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4zM6 16l2 2m.23-8.15A3 3 0 0 1 11 8a5 5 0 0 1 5 5a3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4a6 6 0 0 1-6-6a4 4 0 0 1 4-4a2 2 0 0 0 1.85-1.23z\"/>",
|
|
53
|
+
history: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8\"/><path d=\"M3 3v5h5m4-1v5l4 2\"/></g>",
|
|
54
|
+
"house-wifi": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9.5 13.866a4 4 0 0 1 5 .01M12 17h.01\"/><path d=\"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/><path d=\"M7 10.754a8 8 0 0 1 10 0\"/></g>",
|
|
55
|
+
"id-card-lanyard": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.5 8h-3M15 2l-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3\"/><path d=\"M16.899 22A5 5 0 0 0 7.1 22M9 2l3 6\"/><circle cx=\"12\" cy=\"15\" r=\"3\"/></g>",
|
|
56
|
+
"image-minus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7m4 2h6\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/></g>",
|
|
57
|
+
joystick: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM6 15v-2m6 2V9\"/><circle cx=\"12\" cy=\"6\" r=\"3\"/></g>",
|
|
58
|
+
layers: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z\"/><path d=\"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12\"/><path d=\"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17\"/></g>",
|
|
59
|
+
"layers-3": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z\"/><path d=\"m6.08 9.5l-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59\"/><path d=\"m6.08 14.5l-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59\"/></g>",
|
|
60
|
+
"library-big": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"18\" x=\"3\" y=\"3\" rx=\"1\"/><path d=\"M7 3v18m13.4-2.1c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z\"/></g>",
|
|
61
|
+
"life-buoy": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m4.93 4.93l4.24 4.24m5.66 0l4.24-4.24m-4.24 9.9l4.24 4.24m-9.9-4.24l-4.24 4.24\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></g>",
|
|
62
|
+
linkedin: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2a2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6M2 9h4v12H2z\"/><circle cx=\"4\" cy=\"4\" r=\"2\"/></g>",
|
|
63
|
+
"list-music": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 5H3m8 7H3m8 7H3m18-3V5\"/><circle cx=\"18\" cy=\"16\" r=\"3\"/></g>",
|
|
64
|
+
"list-restart": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 5H3m4 7H3m4 7H3m9-1a5 5 0 0 0 9-3a4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14\"/><path d=\"M11 10v4h4\"/></g>",
|
|
65
|
+
"list-video": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H3m7 7H3m7 7H3m12-6.997a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z\"/>",
|
|
66
|
+
locate: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 12h3m14 0h3M12 2v3m0 14v3\"/><circle cx=\"12\" cy=\"12\" r=\"7\"/></g>",
|
|
67
|
+
magnet: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 15l4 4M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282zM5 8l4 4\"/>",
|
|
68
|
+
"mars-stroke": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 6l4 4m-1-7h4v4m0-4l-7.75 7.75\"/><circle cx=\"9\" cy=\"15\" r=\"6\"/></g>",
|
|
69
|
+
maximize: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3M3 16v3a2 2 0 0 0 2 2h3m8 0h3a2 2 0 0 0 2-2v-3\"/>",
|
|
70
|
+
"message-square-plus": "<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 2zM12 8v6m-3-3h6\"/>",
|
|
71
|
+
minus: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 12h14\"/>",
|
|
72
|
+
"monitor-smartphone": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8m-2 4v-3.96v3.15M7 19h5\"/><rect width=\"6\" height=\"10\" x=\"16\" y=\"12\" rx=\"2\"/></g>",
|
|
73
|
+
motorbike: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m18 14l-1-3M3 9l6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81\"/><path d=\"M8 17h3a1 1 0 0 0 1-1a6 6 0 0 1 6-6a1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5\"/><circle cx=\"19\" cy=\"17\" r=\"3\"/><circle cx=\"5\" cy=\"17\" r=\"3\"/></g>",
|
|
74
|
+
"mouse-pointer-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z\"/>",
|
|
75
|
+
"mouse-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7.318V10m7 0v5a7 7 0 0 1-14 0V9c0-3.527 2.608-6.515 6-7\"/><circle cx=\"17\" cy=\"4\" r=\"2\"/></g>",
|
|
76
|
+
"move-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 8l4 4l-4 4M2 12h20\"/>",
|
|
77
|
+
"octagon-pause": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 15V9m4 6V9M2.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\"/>",
|
|
78
|
+
orbit: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20.341 6.484A10 10 0 0 1 10.266 21.85m-6.607-4.334A10 10 0 0 1 13.74 2.152\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/><circle cx=\"19\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/></g>",
|
|
79
|
+
parentheses: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 21s-4-3-4-9s4-9 4-9m8 0s4 3 4 9s-4 9-4 9\"/>",
|
|
80
|
+
"person-standing": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"5\" r=\"1\"/><path d=\"m9 20l3-6l3 6M6 8l6 2l6-2m-6 2v4\"/></g>",
|
|
81
|
+
"philippine-peso": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 11H4m16-4H4m3 14V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7\"/>",
|
|
82
|
+
phone: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233a14 14 0 0 0 6.392 6.384\"/>",
|
|
83
|
+
"picture-in-picture-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4\"/><rect width=\"10\" height=\"7\" x=\"12\" y=\"13\" rx=\"2\"/></g>",
|
|
84
|
+
printer: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6\"/><rect width=\"12\" height=\"8\" x=\"6\" y=\"14\" rx=\"1\"/></g>",
|
|
85
|
+
"rectangle-vertical": "<rect width=\"12\" height=\"20\" x=\"6\" y=\"2\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" rx=\"2\"/>",
|
|
86
|
+
"rotate-cw": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"/><path d=\"M21 3v5h-5\"/></g>",
|
|
87
|
+
"ruler-dimension-line": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 15v-3m4 3v-3m4 3v-3M2 8V4m20 2H2m20 2V4M6 15v-3\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"12\" rx=\"2\"/></g>",
|
|
88
|
+
"scan-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"m16 16l-1.9-1.9\"/></g>",
|
|
89
|
+
"screen-share": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3M8 21h8m-4-4v4m5-13l5-5m-5 0h5v5\"/>",
|
|
90
|
+
send: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11zm7.318-19.539l-10.94 10.939\"/>",
|
|
91
|
+
shapes: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><circle cx=\"17.5\" cy=\"17.5\" r=\"3.5\"/></g>",
|
|
92
|
+
ship: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 10.189V14m0-12v3m7 8V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6\"/><path d=\"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76\"/><path d=\"M2 21c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1\"/></g>",
|
|
93
|
+
smile: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01\"/></g>",
|
|
94
|
+
"square-arrow-out-up-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6M3 3l9 9M3 9V3h6\"/>",
|
|
95
|
+
"square-chevron-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m10 8l4 4l-4 4\"/></g>",
|
|
96
|
+
"square-parking-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41M3 8.7V19a2 2 0 0 0 2 2h10.3M2 2l20 20\"/><path d=\"M13 13a3 3 0 1 0 0-6H9v2m0 8v-2.3\"/></g>",
|
|
97
|
+
"square-round-corner": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 11a8 8 0 0 0-8-8m8 12v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"/>",
|
|
98
|
+
"squares-intersect": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 22a2 2 0 0 1-2-2m6-18a2 2 0 0 1 2 2m0 18h-2M2 10V8m0-4a2 2 0 0 1 2-2m16 6a2 2 0 0 1 2 2m0 4v2m0 4a2 2 0 0 1-2 2M4 16a2 2 0 0 1-2-2m6-4a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1zm0-8h2\"/>",
|
|
99
|
+
"squares-unite": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z\"/>",
|
|
100
|
+
superscript: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 19l8-8m0 8l-8-8m16 1h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06\"/>",
|
|
101
|
+
swords: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.5 17.5L3 6V3h3l11.5 11.5M13 19l6-6m-3 3l4 4m-1 1l2-2M14.5 6.5L18 3h3v3l-3.5 3.5M5 14l4 4m-2-1l-3 3m-1-1l2 2\"/>",
|
|
102
|
+
table: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18M3 15h18\"/></g>",
|
|
103
|
+
"tally-5": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16M9 4v16m5-16v16m5-16v16m3-14L2 18\"/>",
|
|
104
|
+
trophy: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978m7-7.318v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978M18 9h1.5a1 1 0 0 0 0-5H18M4 22h16\"/><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm0 0H4.5a1 1 0 0 1 0-5H6\"/></g>",
|
|
105
|
+
turtle: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 10l2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4zM4.82 7.9L8 10m7.18-2.1L12 10\"/><path d=\"M16.93 10H20a2 2 0 0 1 0 4H2\"/></g>",
|
|
106
|
+
tv: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 2l-5 5l-5-5\"/><rect width=\"20\" height=\"15\" x=\"2\" y=\"7\" rx=\"2\"/></g>",
|
|
107
|
+
underline: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 4v6a6 6 0 0 0 12 0V4M4 20h16\"/>",
|
|
108
|
+
undo: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7v6h6\"/><path d=\"M21 17a9 9 0 0 0-9-9a9 9 0 0 0-6 2.3L3 13\"/></g>",
|
|
109
|
+
"user-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 11l2 2l4-4m-6 12v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/></g>",
|
|
110
|
+
"user-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/><path d=\"m17 8l5 5m0-5l-5 5\"/></g>",
|
|
111
|
+
vault: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m7.9 7.9l2.7 2.7\"/><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m13.4 10.6l2.7-2.7\"/><circle cx=\"7.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m7.9 16.1l2.7-2.7\"/><circle cx=\"16.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"/><path d=\"m13.4 13.4l2.7 2.7\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>",
|
|
112
|
+
volume: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z\"/>",
|
|
113
|
+
wand: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 4V2m0 14v-2M8 9h2m10 0h2m-4.2 2.8L19 13m-4-4h.01m2.79-2.8L19 5M3 21l9-9m.2-5.8L11 5\"/>",
|
|
114
|
+
"wifi-low": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M8.5 16.429a5 5 0 0 1 7 0\"/>",
|
|
115
|
+
"wrap-text": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m16 16l-2 2l2 2\"/><path d=\"M3 12h15a3 3 0 1 1 0 6h-4M3 18h7M3 6h18\"/></g>"
|
|
116
|
+
};
|
|
117
|
+
//#endregion
|
|
118
|
+
export { e as default };
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-2
|
|
2
|
+
var e = {
|
|
3
|
+
"align-vertical-space-around": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"10\" height=\"6\" x=\"7\" y=\"9\" rx=\"2\"/><path d=\"M22 20H2M22 4H2\"/></g>",
|
|
4
|
+
"arrow-down-1-0": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 16l4 4l4-4m-4 4V4m10 6V4h-2m0 6h4\"/><rect width=\"4\" height=\"6\" x=\"15\" y=\"14\" ry=\"2\"/></g>",
|
|
5
|
+
"arrow-right-to-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 12H3m8 6l6-6l-6-6m10-1v14\"/>",
|
|
6
|
+
"arrow-up-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 17V7h10m0 10L7 7\"/>",
|
|
7
|
+
"badge-euro": "<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.76M7 12h5\"/><path d=\"M15 9.4a4 4 0 1 0 0 5.2\"/></g>",
|
|
8
|
+
"banknote-arrow-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5m-6 6l3 3l3-3m-4-7h.01m.99 4v6M6 12h.01\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>",
|
|
9
|
+
"banknote-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5m-5 4l5 5m-4-10h.01M22 17l-5 5M6 12h.01\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>",
|
|
10
|
+
"bar-chart-4": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v18h18m-8-4V9m5 8V5M8 17v-3\"/>",
|
|
11
|
+
baseline: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20h16M6 16l6-12l6 12M8 12h8\"/>",
|
|
12
|
+
"battery-medium": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 14v-4m12 4v-4M6 14v-4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
13
|
+
"biceps-flexed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7c-4.077 0-8.153-.82-10.371-2.462c-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3a2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1\"/><path d=\"M15 14a5 5 0 0 0-7.584 2\"/><path d=\"M9.964 6.825C8.019 7.977 9.5 13 8 15\"/></g>",
|
|
14
|
+
bird: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 7h.01M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20\"/><path d=\"m20 7l2 .5l-2 .5M10 18v3m4-3.25V21m-7-3a6 6 0 0 0 3.84-10.61\"/></g>",
|
|
15
|
+
birdhouse: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 18v4m5-4l1.956-11.468M3 8l7.82-5.615a2 2 0 0 1 2.36 0L21 8M4 18h16M7 18L5.044 6.532\"/><circle cx=\"12\" cy=\"10\" r=\"2\"/></g>",
|
|
16
|
+
"book-dashed": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17h1.5M12 22h1.5M12 2h1.5m4 20H19a1 1 0 0 0 1-1M17.5 2H19a1 1 0 0 1 1 1v1.5m0 9.5v3h-2.5M20 8.5V10M4 10V8.5m0 11V14m0-9.5A2.5 2.5 0 0 1 6.5 2H8m0 20H6.5a1 1 0 0 1 0-5H8\"/>",
|
|
17
|
+
"boom-box": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4M8 8v1m4-1v1m4-1v1\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"9\" rx=\"2\"/><circle cx=\"8\" cy=\"15\" r=\"2\"/><circle cx=\"16\" cy=\"15\" r=\"2\"/></g>",
|
|
18
|
+
box: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z\"/><path d=\"m3.3 7l8.7 5l8.7-5M12 22V12\"/></g>",
|
|
19
|
+
boxes: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3zM7 16.5l-4.74-2.85M7 16.5l5-3m-5 3v5.17m5-8.17V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5zm5 3l-5-3m5 3l4.74-2.85M17 16.5v5.17\"/><path d=\"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3l5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0zM12 8L7.26 5.15M12 8l4.74-2.85M12 13.5V8\"/></g>",
|
|
20
|
+
broccoli: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 13a3 3 0 0 1-2.121-5.121\"/><path d=\"M15.606 14.204c-3.5 1.5-5.899 4.503-8.899 7.503A1 1 0 0 1 6 22c-2 0-4-2-4-4a1 1 0 0 1 .293-.707c1.911-1.911 3.823-3.578 5.347-5.441\"/><path d=\"M16.573 14.737A4 4 0 0 1 14 11\"/><path d=\"M7.14 10.907a4 4 0 1 1 2.756-7.43A4 4 0 0 1 16.7 4.48a2 2 0 0 1 2.82 2.82a4 4 0 0 1 1.002 6.805A4 4 0 1 1 13 16\"/></g>",
|
|
21
|
+
"calendar-heart": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125\"/><path d=\"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0zM16 2v4M3 10h18M8 2v4\"/></g>",
|
|
22
|
+
"calendar-minus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 19h6M16 2v4m5 9V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5M3 10h18M8 2v4\"/>",
|
|
23
|
+
captions: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\" ry=\"2\"/><path d=\"M7 15h4m4 0h2M7 11h2m4 0h4\"/></g>",
|
|
24
|
+
"captions-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 5H19a2 2 0 0 1 2 2v8.5M17 11h-.5m2.5 8H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2M2 2l20 20M7 11h4m-4 4h2.5\"/>",
|
|
25
|
+
carrot: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7M8.64 14l-2.05-2.04M15.34 15l-2.46-2.46\"/><path d=\"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9\"/><path d=\"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2\"/></g>",
|
|
26
|
+
"chevron-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 15l-6-6l-6 6\"/>",
|
|
27
|
+
"chevrons-left-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 7l-5 5l5 5m6-10l5 5l-5 5\"/>",
|
|
28
|
+
church: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9h4m-2-2v5m2 9v-3a2 2 0 0 0-4 0v3\"/><path d=\"m18 9l3.52 2.147a1 1 0 0 1 .48.854V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.999a1 1 0 0 1 .48-.854L6 9\"/><path d=\"M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14\"/></g>",
|
|
29
|
+
"circle-arrow-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m12 16l4-4l-4-4m-4 4h8\"/></g>",
|
|
30
|
+
"circle-question-mark": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01\"/></g>",
|
|
31
|
+
clapperboard: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12.296 3.464l3.02 3.956M20.2 6L3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3zM3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm3.18-5.724l3.1 3.899\"/>",
|
|
32
|
+
"clipboard-clock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 14v2.2l1.6 1M16 4h2a2 2 0 0 1 2 2v.832M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2\"/><circle cx=\"16\" cy=\"16\" r=\"6\"/><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\"/></g>",
|
|
33
|
+
"clock-6": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v10\"/></g>",
|
|
34
|
+
command: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3\"/>",
|
|
35
|
+
"corner-right-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 15l5 5l5-5\"/><path d=\"M4 4h7a4 4 0 0 1 4 4v12\"/></g>",
|
|
36
|
+
"diamond-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v8m-9.3-5.7a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0zM8 12h8\"/>",
|
|
37
|
+
dna: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 16l1.5 1.5M14 8l-1.5-1.5M15 2c-1.798 1.998-2.518 3.995-2.807 5.993M16.5 10.5l1 1M17 6l-2.891-2.891M2 15c6.667-6 13.333 0 20-6m-2 0l.891.891M3.109 14.109L4 15m2.5-2.5l1 1M7 18l2.891 2.891M9 22c1.798-1.998 2.518-3.995 2.807-5.993\"/>",
|
|
38
|
+
"dna-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8m3-2l-2.891-2.891M2 15c3.333-3 6.667-3 10-3M2 2l20 20M20 9l.891.891M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1M3.109 14.109L4 15m2.5-2.5l1 1M7 18l2.891 2.891M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16\"/>",
|
|
39
|
+
ellipsis: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"19\" cy=\"12\" r=\"1\"/><circle cx=\"5\" cy=\"12\" r=\"1\"/></g>",
|
|
40
|
+
fan: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618zM12 12v.01\"/>",
|
|
41
|
+
"file-badge-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m13.69 12.479l1.29 4.88a.5.5 0 0 1-.697.591l-1.844-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88\"/><path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/></g>",
|
|
42
|
+
"file-down": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-8 10v-6m-3 3l3 3l3-3\"/></g>",
|
|
43
|
+
"file-key-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 2v6\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4\"/><circle cx=\"4\" cy=\"16\" r=\"2\"/><path d=\"m10 10l-4.5 4.5M9 11l1 1\"/></g>",
|
|
44
|
+
"file-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"/><circle cx=\"11.5\" cy=\"14.5\" r=\"2.5\"/><path d=\"M13.3 16.3L15 18\"/></g>",
|
|
45
|
+
"file-terminal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 16l2-2l-2-2m4 6h4\"/></g>",
|
|
46
|
+
"filter-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055M22 3l-5 5m0-5l5 5\"/>",
|
|
47
|
+
github: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5c.08-1.25-.27-2.48-1-3.5c.28-1.15.28-2.35 0-3.5c0 0-1 0-3 1.5c-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.4 5.4 0 0 0 4 9c0 3.5 3 5.5 6 5.5c-.39.49-.68 1.05-.85 1.65S8.93 17.38 9 18v4\"/><path d=\"M9 18c-4.51 2-5-2-7-2\"/></g>",
|
|
48
|
+
globe: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20\"/></g>",
|
|
49
|
+
"globe-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.114 4.462A14.5 14.5 0 0 1 12 2a10 10 0 0 1 9.313 13.643m-5.756-.087A14.5 14.5 0 0 1 12 22A10 10 0 0 1 4.929 4.929\"/><path d=\"M15.892 10.234A14.5 14.5 0 0 0 12 2a10 10 0 0 0-3.643.687M17.656 12H22m-2.929 7.071A10 10 0 0 1 12 22A14.5 14.5 0 0 1 8.44 8.45M2 12h10M2 2l20 20\"/></g>",
|
|
50
|
+
"hand-metal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4m0-.4V9a2 2 0 1 0-4 0v2m0-.5V5a2 2 0 1 0-4 0v9\"/><path d=\"m7 15l-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5\"/></g>",
|
|
51
|
+
"house-plug": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 12V8.964M14 12V8.964M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z\"/><path d=\"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2\"/></g>",
|
|
52
|
+
"image-upscale": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3h5v5m-4 13h2a2 2 0 0 0 2-2m0-7v3m0-12l-5 5M3 7V5a2 2 0 0 1 2-2m0 18l4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19M9 3h3\"/><rect width=\"10\" height=\"10\" x=\"3\" y=\"11\" rx=\"1\"/></g>",
|
|
53
|
+
"indent-increase": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12H11m10 6H11M21 6H11M3 8l4 4l-4 4\"/>",
|
|
54
|
+
"laptop-minimal-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 20h20M9 10l2 2l4-4\"/><rect width=\"18\" height=\"12\" x=\"3\" y=\"4\" rx=\"2\"/></g>",
|
|
55
|
+
"layers-minus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18a2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.832zM16 17h6M2.003 11.995a1 1 0 0 0 .597.915l8.58 3.91a2 2 0 0 0 .83.18m-10.007-.005a1 1 0 0 0 .597.915l8.58 3.91a2 2 0 0 0 .83.18a2 2 0 0 0 .83-.18l2.11-.96m7.068-8.856a1 1 0 0 1-.598.916l-.177.08\"/>",
|
|
56
|
+
"layout-list": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><path d=\"M14 4h7m-7 5h7m-7 6h7m-7 5h7\"/></g>",
|
|
57
|
+
"layout-panel-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"7\" height=\"18\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"3\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"/></g>",
|
|
58
|
+
"layout-panel-top": "<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=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"/></g>",
|
|
59
|
+
"line-chart": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v18h18\"/><path d=\"m19 9l-5 5l-4-4l-3 3\"/></g>",
|
|
60
|
+
loader: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v4m4.2 1.8l2.9-2.9M18 12h4m-5.8 4.2l2.9 2.9M12 18v4m-7.1-2.9l2.9-2.9M2 12h4M4.9 4.9l2.9 2.9\"/>",
|
|
61
|
+
lock: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"11\" x=\"3\" y=\"11\" rx=\"2\" ry=\"2\"/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"/></g>",
|
|
62
|
+
"map-pin-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.248 21.969a1 1 0 0 1-.849-.17C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0q-.001.63-.112 1.262M22 22l-1.88-1.88\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>",
|
|
63
|
+
"message-square-code": "<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=\"m10 8l-3 3l3 3m4 0l3-3l-3-3\"/></g>",
|
|
64
|
+
"message-square-share": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4M16 3h6v6m-6 0l6-6\"/>",
|
|
65
|
+
milk: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2h8M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2\"/><path d=\"M7 15a6.47 6.47 0 0 1 5 0a6.47 6.47 0 0 0 5 0\"/></g>",
|
|
66
|
+
"milk-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2h8M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3\"/><path d=\"M7 15a6.47 6.47 0 0 1 5 0a6.47 6.47 0 0 0 3.435.435M2 2l20 20\"/></g>",
|
|
67
|
+
mountain: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 3l4 8l5-5l5 15H2z\"/>",
|
|
68
|
+
"mouse-left": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7.318V10m-7 0v5a7 7 0 0 0 14 0V9c0-3.527-2.608-6.515-6-7\"/><circle cx=\"7\" cy=\"4\" r=\"2\"/></g>",
|
|
69
|
+
"move-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 8l-4 4l4 4m-4-4h20\"/>",
|
|
70
|
+
nfc: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 8.32a7.43 7.43 0 0 1 0 7.36m3.46-9.47a11.76 11.76 0 0 1 0 11.58M12.91 4.1a15.91 15.91 0 0 1 .01 15.8M16.37 2a20.16 20.16 0 0 1 0 20\"/>",
|
|
71
|
+
"package-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22V12m4 5l2 2l4-4\"/><path d=\"M21 11.127V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l1.32-.753\"/><path d=\"M3.29 7L12 12l8.71-5M7.5 4.27l8.997 5.148\"/></g>",
|
|
72
|
+
"panel-top-open": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18m-6 5l-3 3l-3-3\"/></g>",
|
|
73
|
+
"panels-top-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=\"M3 9h18M9 21V9\"/></g>",
|
|
74
|
+
pi: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 4v16M4 7c0-1.7 1.3-3 3-3h13\"/><path d=\"M18 20c-1.7 0-3-1.3-3-3V4\"/></g>",
|
|
75
|
+
pill: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.5 20.5l10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7m-2-12l7 7\"/>",
|
|
76
|
+
"refresh-ccw": "<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\"/></g>",
|
|
77
|
+
"rotate-3d": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15.194 13.707l3.814 1.86l-1.86 3.814m-.676-11.853A5 10 0 1 0 13 21.798\"/><path d=\"M21.798 11A10 5 0 1 0 19 15.57\"/></g>",
|
|
78
|
+
sailboat: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v15m-3 5a4 4 0 0 1-4-4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1a4 4 0 0 1-4 4zM9.159 2.46a1 1 0 0 1 1.521-.193l9.977 8.98A1 1 0 0 1 20 13H4a1 1 0 0 1-.824-1.567z\"/>",
|
|
79
|
+
"save-pen": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.33 13H8a1 1 0 0 0-1 1v7m7.363-3.366a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506l4.013-4.009a1 1 0 1 0-3.004-3.004zM7 3v4a1 1 0 0 0 1 1h7\"/><path d=\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4v.3\"/></g>",
|
|
80
|
+
scaling: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M14 15H9v-5m7-7h5v5m0-5L9 15\"/></g>",
|
|
81
|
+
server: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"8\" x=\"2\" y=\"2\" rx=\"2\" ry=\"2\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\" ry=\"2\"/><path d=\"M6 6h.01M6 18h.01\"/></g>",
|
|
82
|
+
"server-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5m-5 0L2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2zm12 7v-1a2 2 0 0 0-2-2h-1M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5l.5.5l-8-8zm2 4h.01M2 2l20 20\"/>",
|
|
83
|
+
"skip-forward": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 4v16M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z\"/>",
|
|
84
|
+
smartphone: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"2\" ry=\"2\"/><path d=\"M12 18h.01\"/></g>",
|
|
85
|
+
soup: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9m-5 0h10m2.5-9L22 6m-5.75-3c.27.1.8.53.75 1.36c-.06.83-.93 1.2-1 2.02c-.05.78.34 1.24.73 1.62m-5.48-5c.27.1.8.53.74 1.36c-.05.83-.93 1.2-.98 2.02c-.06.78.33 1.24.72 1.62M6.25 3c.27.1.8.53.75 1.36c-.06.83-.93 1.2-1 2.02c-.05.78.34 1.24.74 1.62\"/>",
|
|
86
|
+
spade: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 18v4M2 14.499a5.5 5.5 0 0 0 9.591 3.675a.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5\"/>",
|
|
87
|
+
sparkles: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594zM20 2v4m2-2h-4\"/><circle cx=\"4\" cy=\"20\" r=\"2\"/></g>",
|
|
88
|
+
speaker: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/><path d=\"M12 6h.01\"/><circle cx=\"12\" cy=\"14\" r=\"4\"/><path d=\"M12 14h.01\"/></g>",
|
|
89
|
+
"square-chevron-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=\"m14 16l-4-4l4-4\"/></g>",
|
|
90
|
+
"square-dashed-mouse-pointer": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" 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 3a2 2 0 0 0-2 2m16-2a2 2 0 0 1 2 2M5 21a2 2 0 0 1-2-2M9 3h1M9 21h2m3-18h1M3 9v1m18-1v2M3 14v1\"/>",
|
|
91
|
+
"square-power": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v4M7.998 9.003a5 5 0 1 0 8-.005\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
92
|
+
"square-split-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3m8 0h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3M12 4v16\"/>",
|
|
93
|
+
"square-square": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><rect width=\"8\" height=\"8\" x=\"8\" y=\"8\" rx=\"1\"/></g>",
|
|
94
|
+
"squares-subtract": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 22a2 2 0 0 1-2-2m8 2h-2m2-18a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1zm4 4a2 2 0 0 1 2 2m0 4v2m0 4a2 2 0 0 1-2 2\"/>",
|
|
95
|
+
"sun-dim": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 4h.01M20 12h.01M12 20h.01M4 12h.01m13.647-5.657h.01m-.01 11.314h.01m-11.324 0h.01m-.01-11.314h.01\"/></g>",
|
|
96
|
+
"table-rows-split": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 10h2m-1 12v-8m0-12v4M2 10h2m16 0h2M3 19h18M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2M8 10h2M9 22v-8M9 2v4\"/>",
|
|
97
|
+
tangent: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"17\" cy=\"4\" r=\"2\"/><path d=\"M15.59 5.41L5.41 15.59\"/><circle cx=\"4\" cy=\"17\" r=\"2\"/><path d=\"M12 22s-4-9-1.5-11.5S22 12 22 12\"/></g>",
|
|
98
|
+
"test-tube": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5s-2.5-1.1-2.5-2.5V2m-1 0h7m-1 14h-5\"/>",
|
|
99
|
+
"test-tube-diagonal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 7L6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3m-1-1l6 6m-10 8H4\"/>",
|
|
100
|
+
"text-align-end": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 5H3m18 7H9m12 7H7\"/>",
|
|
101
|
+
theater: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 10s3-3 3-8m17 8s-3-3-3-8\"/><path d=\"M10 2c0 4.4-3.6 8-8 8m12-8c0 4.4 3.6 8 8 8M2 10s2 2 2 5m18-5s-2 2-2 5M8 15h8M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1m4 0v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1\"/></g>",
|
|
102
|
+
"thumbs-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 5.88L14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88M7 10v12\"/>",
|
|
103
|
+
tickets: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3.173 8.18l11-5a2 2 0 0 1 2.647.993L18.56 8M6 10V8m0 6v1m0 4v2\"/><rect width=\"20\" height=\"13\" x=\"2\" y=\"8\" rx=\"2\"/></g>",
|
|
104
|
+
timer: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 2h4m-2 12l3-3\"/><circle cx=\"12\" cy=\"14\" r=\"8\"/></g>",
|
|
105
|
+
"timer-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2h4m-9.4 9a8 8 0 0 0 1.7 8.7a8 8 0 0 0 8.7 1.7m-7.6-14a8 8 0 0 1 10.3 1a8 8 0 0 1 .9 10.2M2 2l20 20M12 12v-2\"/>",
|
|
106
|
+
"tool-case": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 15h4m.817-4.005l-.971-1.45l1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27\"/><path d=\"m18.822 10.995l2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z\"/></g>",
|
|
107
|
+
torus: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"11\" rx=\"3\" ry=\"2\"/><ellipse cx=\"12\" cy=\"12.5\" rx=\"10\" ry=\"8.5\"/></g>",
|
|
108
|
+
trees: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0m-3 6v6m6-3v3\"/><path d=\"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5\"/></g>",
|
|
109
|
+
unlink: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07a5.006 5.006 0 0 0-6.95 0l-1.72 1.71m-6.58 6.57l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07a5.006 5.006 0 0 0 6.95 0l1.71-1.71M8 2v3M2 8h3m11 11v3m3-6h3\"/>",
|
|
110
|
+
user: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\"/><circle cx=\"12\" cy=\"7\" r=\"4\"/></g>",
|
|
111
|
+
"user-round-search": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"10\" cy=\"8\" r=\"5\"/><path d=\"M2 21a8 8 0 0 1 10.434-7.62\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/><path d=\"m22 22l-1.9-1.9\"/></g>",
|
|
112
|
+
van: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3\"/><path d=\"M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2M9 18h5\"/><circle cx=\"16\" cy=\"18\" r=\"2\"/><circle cx=\"7\" cy=\"18\" r=\"2\"/></g>",
|
|
113
|
+
vegan: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 8q6 0 6-6q-6 0-6 6\"/><path d=\"M17.41 3.59a10 10 0 1 0 3 3\"/><path d=\"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14\"/></g>",
|
|
114
|
+
voicemail: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"12\" r=\"4\"/><circle cx=\"18\" cy=\"12\" r=\"4\"/><path d=\"M6 16h12\"/></g>",
|
|
115
|
+
"wallet-cards": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 11h3.75a2 2 0 0 1 1.6.8l.45.6a4 4 0 0 0 6.4 0l.45-.6a2 2 0 0 1 1.6-.8H21M3 7h18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
116
|
+
"waves-vertical": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2q2 2.5 0 5t0 5t0 5t0 5m7-20q2 2.5 0 5t0 5t0 5t0 5M5 2q2 2.5 0 5t0 5t0 5t0 5\"/>",
|
|
117
|
+
"wifi-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14.305 19.53l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924M2 7.82a15 15 0 0 1 20 0m-1.228 9.032l.924-.383m-.924 2.679l.924.383M5 11.858a10 10 0 0 1 11.5-1.785m-8 5.356a5 5 0 0 1 2.413-1.31\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>",
|
|
118
|
+
"wifi-pen": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 8.82a15 15 0 0 1 20 0m-.622 7.806a1 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-.506zM5 12.859a10 10 0 0 1 10.5-2.222m-7 5.792a5 5 0 0 1 3-1.406\"/>",
|
|
119
|
+
"wind-arrow-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v8m2.8 11.6A2 2 0 1 0 14 18H2m15.5-8a2.5 2.5 0 1 1 2 4H2m4-8l4 4l4-4\"/>",
|
|
120
|
+
worm: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m19 12l-1.5 3m2.13 3.81L22 20M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z\"/>",
|
|
121
|
+
"x-line-top": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 4H6m12 4L6 20M6 8l12 12\"/>",
|
|
122
|
+
"zodiac-sagittarius": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3h6v6m0-6L3 21M9 9l6 6\"/>"
|
|
123
|
+
};
|
|
124
|
+
//#endregion
|
|
125
|
+
export { e as default };
|