@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,133 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-3
|
|
2
|
+
var e = {
|
|
3
|
+
"align-justify": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12h18M3 18h18M3 6h18\"/>",
|
|
4
|
+
"align-vertical-justify-start": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"16\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"6\" rx=\"2\"/><path d=\"M2 2h20\"/></g>",
|
|
5
|
+
"arrow-left-to-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19V5m10 1l-6 6l6 6m-6-6h14\"/>",
|
|
6
|
+
"badge-alert": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 8v4m0 4h.01\"/>",
|
|
7
|
+
"badge-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M12 8v8m-4-4h8\"/>",
|
|
8
|
+
"bar-chart-3": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v18h18m-3-4V9m-5 8V5M8 17v-3\"/>",
|
|
9
|
+
"bell-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.268 21a2 2 0 0 0 3.464 0M15 8h6m-3-3v6m2.002 3.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332\"/>",
|
|
10
|
+
blocks: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2\"/><rect width=\"8\" height=\"8\" x=\"14\" y=\"2\" rx=\"1\"/></g>",
|
|
11
|
+
"book-alert": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 13h.01M12 6v3M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/>",
|
|
12
|
+
"book-open": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v14m-9-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3z\"/>",
|
|
13
|
+
"book-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v6m-8 6.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M9 10h6\"/>",
|
|
14
|
+
brain: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 18V5m3 8a4.17 4.17 0 0 1-3-4a4.17 4.17 0 0 1-3 4m8.598-6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5\"/><path d=\"M17.997 5.125a4 4 0 0 1 2.526 5.77\"/><path d=\"M18 18a4 4 0 0 0 2-7.464\"/><path d=\"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517\"/><path d=\"M6 18a4 4 0 0 1-2-7.464\"/><path d=\"M6.003 5.125a4 4 0 0 0-2.526 5.77\"/></g>",
|
|
15
|
+
briefcase: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
16
|
+
"briefcase-conveyor-belt": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 20v2m4-2v2m4-2v2m3-2H3m3 0v2m2-6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12\"/><rect width=\"16\" height=\"10\" x=\"4\" y=\"6\" rx=\"2\"/></g>",
|
|
17
|
+
brush: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m11 10l3 3m-7.5 8A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z\"/><path d=\"M9.969 17.031L21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031\"/></g>",
|
|
18
|
+
"calendar-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18M21 15.5V6a2 2 0 0 0-2-2H9.5M16 2v4M3 10h7m11 0h-5.5M2 2l20 20\"/>",
|
|
19
|
+
"calendar-range": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M16 2v4M3 10h18M8 2v4m9 8h-6m2 4H7m0-4h.01M17 18h.01\"/></g>",
|
|
20
|
+
"car-front": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m21 8l-2 2l-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10L3 8m4 6h.01M17 14h.01\"/><rect width=\"18\" height=\"8\" x=\"3\" y=\"10\" rx=\"2\"/><path d=\"M5 18v2m14-2v2\"/></g>",
|
|
21
|
+
"chart-bar": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3v16a2 2 0 0 0 2 2h16M7 16h8m-8-5h12M7 6h3\"/>",
|
|
22
|
+
"chart-spline": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"/><path d=\"M7 16c.5-2 1.5-7 4-7c2 0 2 3 4 3c2.5 0 4.5-5 5-7\"/></g>",
|
|
23
|
+
"chess-bishop": "<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-1zm10-2c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2C9.5 4.462 6 8.77 6 13.077C6 15.539 7.5 17.385 9 18m7-11l-2.5 2.5M9 2h6\"/>",
|
|
24
|
+
"chevron-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 9l6 6l6-6\"/>",
|
|
25
|
+
"chevron-first": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 18l-6-6l6-6M7 6v12\"/>",
|
|
26
|
+
"chevron-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18l6-6l-6-6\"/>",
|
|
27
|
+
chrome: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M21.17 8H12M3.95 6.06L8.54 14m2.34 7.94L15.46 14\"/></g>",
|
|
28
|
+
cigarette: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14m1-8c0-2.5-2-2.5-2-5m5 13a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1m1-4c0-2.5-2-2.5-2-5M7 12v4\"/>",
|
|
29
|
+
"circle-check-big": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.801 10A10 10 0 1 1 17 3.335\"/><path d=\"m9 11l3 3L22 4\"/></g>",
|
|
30
|
+
"circle-chevron-up": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m8 14l4-4l4 4\"/></g>",
|
|
31
|
+
"circle-dot": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"1\"/></g>",
|
|
32
|
+
"circle-small": "<circle cx=\"12\" cy=\"12\" r=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/>",
|
|
33
|
+
"clock-1": "<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>",
|
|
34
|
+
"clock-12": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6\"/></g>",
|
|
35
|
+
"cloud-fog": "<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 17H7m10 4H9\"/>",
|
|
36
|
+
"cloud-hail": "<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 14v2m-8-2v2m8 4h.01M8 20h.01M12 16v2m0 4h.01\"/>",
|
|
37
|
+
codesandbox: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16\"/><path d=\"m7.5 4.21l4.5 2.6l4.5-2.6m-9 15.58V14.6L3 12m18 0l-4.5 2.6v5.19M3.27 6.96L12 12.01l8.73-5.05M12 22.08V12\"/></g>",
|
|
38
|
+
"columns-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M12 3v18\"/></g>",
|
|
39
|
+
contact: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 2v2M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2M8 2v2\"/><circle cx=\"12\" cy=\"11\" r=\"3\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/></g>",
|
|
40
|
+
contrast: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 18a6 6 0 0 0 0-12z\"/></g>",
|
|
41
|
+
crosshair: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M22 12h-4M6 12H2m10-6V2m0 20v-4\"/></g>",
|
|
42
|
+
cuboid: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 22v-8M2.336 8.89L10 14l11.715-7.029\"/><path d=\"M22 14a2 2 0 0 1-.971 1.715l-10 6a2 2 0 0 1-2.138-.05l-6-4A2 2 0 0 1 2 16v-6a2 2 0 0 1 .971-1.715l10-6a2 2 0 0 1 2.138.05l6 4A2 2 0 0 1 22 8z\"/></g>",
|
|
43
|
+
"database-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 16v6m2-9.464V5m1 14h-6M3 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>",
|
|
44
|
+
"disc-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M12 12h.01\"/></g>",
|
|
45
|
+
"dollar-sign": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20m5-17H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"/>",
|
|
46
|
+
dribbble: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94m19.5 1.9c-6.62-1.41-12.14 1-16.38 6.32\"/><path d=\"M8.56 2.75c4.37 6 6 9.42 8 17.72\"/></g>",
|
|
47
|
+
ear: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0\"/><path d=\"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4\"/></g>",
|
|
48
|
+
"ellipsis-vertical": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"12\" cy=\"5\" r=\"1\"/><circle cx=\"12\" cy=\"19\" r=\"1\"/></g>",
|
|
49
|
+
"equal-approximately": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 15a6.5 6.5 0 0 1 7 0a6.5 6.5 0 0 0 7 0M5 9a6.5 6.5 0 0 1 7 0a6.5 6.5 0 0 0 7 0\"/>",
|
|
50
|
+
"equal-not": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 9h14M5 15h14m0-10L5 19\"/>",
|
|
51
|
+
file: "<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\"/></g>",
|
|
52
|
+
"file-chart-column": "<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 18v-1m4 1v-6m4 6v-3\"/></g>",
|
|
53
|
+
"file-chart-line": "<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-4 5l-3.5 3.5l-2-2L8 17\"/></g>",
|
|
54
|
+
"file-video-camera": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-10 9.843l3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157\"/><rect width=\"7\" height=\"6\" x=\"3\" y=\"16\" rx=\"1\"/></g>",
|
|
55
|
+
"file-volume-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4M8 15h.01m3.49-1.5a2.5 2.5 0 0 1 0 3M15 12a5 5 0 0 1 0 6\"/></g>",
|
|
56
|
+
"fire-extinguisher": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5M9 18h8m1-15h-3\"/><path d=\"M11 3a6 6 0 0 0-6 6v11m0-7h4m8-3a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z\"/></g>",
|
|
57
|
+
fish: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6.5 12c.94-3.46 4.94-6 8.5-6s6.06 2.54 7 6c-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6M18 12v.5\"/><path d=\"M16 17.93a9.77 9.77 0 0 1 0-11.86m-9 4.6C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5c-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33\"/><path d=\"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4m0 11.86l-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98\"/></g>",
|
|
58
|
+
flashlight: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 13v1m5-12a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1zM6 6h12\"/>",
|
|
59
|
+
focus: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><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\"/></g>",
|
|
60
|
+
"folder-pen": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5\"/><path d=\"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z\"/></g>",
|
|
61
|
+
"folder-search-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11.5\" cy=\"12.5\" r=\"2.5\"/><path d=\"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Zm-6.7-5.7L15 16\"/></g>",
|
|
62
|
+
"hat-glasses": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 18a2 2 0 0 0-4 0m9-7l-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11m-3 0h20\"/><circle cx=\"17\" cy=\"18\" r=\"3\"/><circle cx=\"7\" cy=\"18\" r=\"3\"/></g>",
|
|
63
|
+
heart: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676a.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"/>",
|
|
64
|
+
hospital: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 7v4m2 10v-3a2 2 0 0 0-4 0v3m4-12h-4\"/><path d=\"M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2\"/><path d=\"M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16\"/></g>",
|
|
65
|
+
"image-play": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z\"/><path d=\"M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6m-5 0l5-5\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/></g>",
|
|
66
|
+
"lens-convex": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.433 2a1 1 0 0 1 .824.448a18 18 0 0 1 0 19.104a1 1 0 0 1-.824.448h-2.866a1 1 0 0 1-.824-.448a18 18 0 0 1 0-19.104A1 1 0 0 1 10.567 2z\"/>",
|
|
67
|
+
"line-style": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 5h2m2 7h6m-2-7h2M3 12h6m-6 7h18M3 5h2\"/>",
|
|
68
|
+
"list-chevrons-down-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h8m-8 7h8m-8 7h8m4-14l3 3l3-3m-6 14l3-3l3 3\"/>",
|
|
69
|
+
"loader-pinwheel": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 12a1 1 0 0 1-10 0a1 1 0 0 0-10 0\"/><path d=\"M7 20.7a1 1 0 1 1 5-8.7a1 1 0 1 0 5-8.6\"/><path d=\"M7 3.3a1 1 0 1 1 5 8.6a1 1 0 1 0 5 8.6\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>",
|
|
70
|
+
"locate-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 19v3m0-20v3m6.89 8.24a7 7 0 0 0-8.13-8.13M19 12h3M2 12h3M2 2l20 20M7.05 7.05a7 7 0 0 0 9.9 9.9\"/>",
|
|
71
|
+
"mail-minus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m14 12h6\"/></g>",
|
|
72
|
+
"mail-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9\"/><path d=\"m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7m15 10l4 4m0-4l-4 4\"/></g>",
|
|
73
|
+
"map-pin": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/></g>",
|
|
74
|
+
"message-circle": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719\"/>",
|
|
75
|
+
"message-circle-more": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092a10 10 0 1 0-4.777-4.719M8 12h.01M12 12h.01M16 12h.01\"/>",
|
|
76
|
+
"mirror-rectangular": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 6L8 9m8-2l-8 8\"/><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"/></g>",
|
|
77
|
+
"mirror-round": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 6.6L8.6 8M12 18v4m3-14.5L9.5 13M7 22h10\"/><circle cx=\"12\" cy=\"10\" r=\"8\"/></g>",
|
|
78
|
+
"monitor-cog": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m2.305-13.47l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.924m.383 6.468l-.383.923m2.679-6.467l.383-.924m-.001 7.392l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7M8 21h8\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/></g>",
|
|
79
|
+
"monitor-dot": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m10-8.693V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693M8 21h8\"/><circle cx=\"19\" cy=\"6\" r=\"3\"/></g>",
|
|
80
|
+
"mouse-pointer-2-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15.55 8.45l5.138 2.087a.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.063L8.45 15.551M22 2L2 22m4.816-10.472l-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779\"/>",
|
|
81
|
+
"move-diagonal-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 13v6h-6m-8-8V5h6M5 5l14 14\"/>",
|
|
82
|
+
"move-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 8l4 4l-4 4M2 12h20M6 8l-4 4l4 4\"/>",
|
|
83
|
+
navigation: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 11l19-9l-9 19l-2-8z\"/>",
|
|
84
|
+
"octagon-alert": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 16h.01M12 8v4m3.312-10a2 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-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z\"/>",
|
|
85
|
+
"panel-bottom-dashed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M14 15h1m4 0h2M3 15h2m4 0h1\"/></g>",
|
|
86
|
+
"panel-right-close": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M15 3v18M8 9l3 3l-3 3\"/></g>",
|
|
87
|
+
"panel-top": "<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 9h18\"/></g>",
|
|
88
|
+
"panels-right-bottom": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 15h12m0-12v18\"/></g>",
|
|
89
|
+
"phone-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.1 13.9a14 14 0 0 0 3.732 2.668a1 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-12.728-5.272M22 2L2 22m2.76-8.418A18 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 .244.473\"/>",
|
|
90
|
+
"plane-landing": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 22h20M3.77 10.77L2 9l2-4.5l1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6l1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38\"/>",
|
|
91
|
+
play: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z\"/>",
|
|
92
|
+
podcast: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path fill=\"currentColor\" d=\"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 0 0 1 0z\"/><path d=\"M16.85 18.58a9 9 0 1 0-9.7 0\"/><path d=\"M8 14a5 5 0 1 1 8 0\"/><circle cx=\"12\" cy=\"11\" r=\"1\" fill=\"currentColor\"/></g>",
|
|
93
|
+
projector: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 7L3 5m6 1V3m4 4l2-2\"/><circle cx=\"9\" cy=\"13\" r=\"3\"/><path d=\"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17M16 16h2\"/></g>",
|
|
94
|
+
radius: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20.34 17.52a10 10 0 1 0-2.82 2.82\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/><path d=\"m13.41 13.41l4.18 4.18\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>",
|
|
95
|
+
receipt: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17V7m4 1h-6a2 2 0 0 0 0 4h4a2 2 0 0 1 0 4H8\"/><path d=\"M4 3a1 1 0 0 1 1-1a1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1a1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2a1 1 0 0 1-1-1z\"/></g>",
|
|
96
|
+
"receipt-euro": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.828 14.829a4 4 0 0 1-5.656 0a4 4 0 0 1 0-5.657a4 4 0 0 1 5.656 0\"/><path d=\"M4 3a1 1 0 0 1 1-1a1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1a1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2a1 1 0 0 1-1-1zm4 9h5\"/></g>",
|
|
97
|
+
"rectangle-goggles": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z\"/>",
|
|
98
|
+
"redo-dot": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"17\" r=\"1\"/><path d=\"M21 7v6h-6\"/><path d=\"M3 17a9 9 0 0 1 9-9a9 9 0 0 1 6 2.3l3 2.7\"/></g>",
|
|
99
|
+
replace: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 4a1 1 0 0 1 1-1m0 7a1 1 0 0 1-1-1m7-5a1 1 0 0 0-1-1m1 6a1 1 0 0 1-1 1M3 7l3 3l3-3\"/><path d=\"M6 10V5a2 2 0 0 1 2-2h2\"/><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"/></g>",
|
|
100
|
+
rss: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16\"/><circle cx=\"5\" cy=\"19\" r=\"1\"/></g>",
|
|
101
|
+
ruler: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Zm-6.8-2.8l2-2m-5-1l2-2m-5-1l2-2m7 11l2-2\"/>",
|
|
102
|
+
"save-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V12\"/><path d=\"M16 13H8a1 1 0 0 0-1 1v7m12 1v-6m3 3h-6M7 3v4a1 1 0 0 0 1 1h7\"/></g>",
|
|
103
|
+
"scale-3d": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 7v11a1 1 0 0 0 1 1h11m-11.707-.293L11 13\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"5\" r=\"2\"/></g>",
|
|
104
|
+
"scissors-line-dashed": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.42 9.42L8 12\"/><circle cx=\"4\" cy=\"8\" r=\"2\"/><path d=\"m14 6l-8.58 8.58\"/><circle cx=\"4\" cy=\"16\" r=\"2\"/><path d=\"M10.8 14.8L14 18m2-6h-2m8 0h-2\"/></g>",
|
|
105
|
+
"screen-share-off": "<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-4v4M22 3l-5 5m0-5l5 5\"/>",
|
|
106
|
+
"shield-question-mark": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3m.08 4h.01\"/></g>",
|
|
107
|
+
shirt: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.38 3.46L16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23\"/>",
|
|
108
|
+
shrub: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5m5 1L12 17\"/><path d=\"M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z\"/></g>",
|
|
109
|
+
"signal-medium": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01M7 20v-4m5 4v-8\"/>",
|
|
110
|
+
"soap-dispenser-droplet": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 2v4M14 2H7a2 2 0 0 0-2 2m14.29 10.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19c0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3\"/>",
|
|
111
|
+
split: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3h5v5M8 3H3v5\"/><path d=\"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3m12 6l6-6\"/></g>",
|
|
112
|
+
"sport-shoe": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 10.42l4.8-5.07M19 18h3M9.5 22L21.414 9.415A2 2 0 0 0 21.2 6.4l-5.61-4.208A1 1 0 0 0 14 3v2a2 2 0 0 1-1.394 1.906L8.677 8.053A1 1 0 0 0 8 9c-.155 6.393-2.082 9-4 9a2 2 0 0 0 0 4h14\"/>",
|
|
113
|
+
"square-arrow-up-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 15V9H9m0 6l6-6\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
114
|
+
"square-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m9 12l2 2l4-4\"/></g>",
|
|
115
|
+
summary: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 4H7m11 12l3 3l-3 3\"/><path d=\"M3 4v13a2 2 0 0 0 2 2h16M7 14h7M7 9h12\"/></g>",
|
|
116
|
+
"switch-camera": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5m4 0h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"m18 22l-3-3l3-3M6 2l3 3l-3 3\"/></g>",
|
|
117
|
+
"table-properties": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 3v18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M21 9H3m18 6H3\"/></g>",
|
|
118
|
+
tag: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z\"/><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/></g>",
|
|
119
|
+
"tally-1": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16\"/>",
|
|
120
|
+
telescope: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.065 12.493l-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44m-2.875 6.493l4.332-.924M16 21l-3.105-6.21\"/><path d=\"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455zM6.158 8.633l1.114 4.456M8 21l3.105-6.21\"/><circle cx=\"12\" cy=\"13\" r=\"2\"/></g>",
|
|
121
|
+
"test-tubes": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2m16 0v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2M3 2h7m4 0h7M9 16H4m16 0h-5\"/>",
|
|
122
|
+
"text-cursor": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1M7 22h1a4 4 0 0 0 4-4M7 2h1a4 4 0 0 1 4 4\"/>",
|
|
123
|
+
"text-quote": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 5H3m18 7H8m13 7H8m-5-7v7\"/>",
|
|
124
|
+
"thumbs-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 18.12L10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88M17 14V2\"/>",
|
|
125
|
+
"train-track": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 17L17 2M2 14l8 8M5 11l8 8M8 8l8 8M11 5l8 8M14 2l8 8M7 22L22 7\"/>",
|
|
126
|
+
"tram-front": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"3\" rx=\"2\"/><path d=\"M4 11h16m-8-8v8m-4 8l-2 3m12 0l-2-3m-8-4h.01M16 15h.01\"/></g>",
|
|
127
|
+
"user-round": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"8\" r=\"5\"/><path d=\"M20 21a8 8 0 0 0-16 0\"/></g>",
|
|
128
|
+
users: "<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 4v2M16 3.128a4 4 0 0 1 0 7.744M22 21v-2a4 4 0 0 0-3-3.87\"/><circle cx=\"9\" cy=\"7\" r=\"4\"/></g>",
|
|
129
|
+
"volume-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 9a5 5 0 0 1 .95 2.293m2.414-5.657a9 9 0 0 1 1.889 9.96M2 2l20 20M7 7l-.587.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.298V11M9.828 4.172A.686.686 0 0 1 11 4.657v.686\"/>",
|
|
130
|
+
"wifi-high": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M5 12.859a10 10 0 0 1 14 0m-10.5 3.57a5 5 0 0 1 7 0\"/>"
|
|
131
|
+
};
|
|
132
|
+
//#endregion
|
|
133
|
+
export { e as default };
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
//#region \0virtual:lucide-icons/lucide-icons-bucket-4
|
|
2
|
+
var e = {
|
|
3
|
+
"align-horizontal-justify-end": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/><rect width=\"6\" height=\"10\" x=\"12\" y=\"7\" rx=\"2\"/><path d=\"M22 2v20\"/></g>",
|
|
4
|
+
"align-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12H3m14 6H3M21 6H3\"/>",
|
|
5
|
+
"align-vertical-distribute-start": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"6\" x=\"5\" y=\"14\" rx=\"2\"/><rect width=\"10\" height=\"6\" x=\"7\" y=\"4\" rx=\"2\"/><path d=\"M2 14h20M2 4h20\"/></g>",
|
|
6
|
+
ampersand: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12h3m-1.5 0a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13\"/>",
|
|
7
|
+
anchor: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v16m7-9l2-1a9 9 0 0 1-18 0l2 1m4-2h6\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/></g>",
|
|
8
|
+
"arrow-big-down": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 0 1 1h3.293a.707.707 0 0 1 .5 1.207l-7.086 7.086a1 1 0 0 1-1.414 0l-7.086-7.086a.707.707 0 0 1 .5-1.207H8a1 1 0 0 0 1-1z\"/>",
|
|
9
|
+
"arrow-big-up-dash": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 16a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1h3.293a.707.707 0 0 0 .5-1.207l-6.939-6.939a1.207 1.207 0 0 0-1.708 0l-6.94 6.94a.707.707 0 0 0 .5 1.206H8a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1zm-5 4h6\"/>",
|
|
10
|
+
"arrow-down-a-z": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 16l4 4l4-4m-4 4V4m13 4h-5m0 2V6.5a2.5 2.5 0 0 1 5 0V10m-5 4h5l-5 6h5\"/>",
|
|
11
|
+
"arrow-up": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 12l7-7l7 7m-7 7V5\"/>",
|
|
12
|
+
"arrow-up-from-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 9l-6-6l-6 6m6-6v14m-7 4h14\"/>",
|
|
13
|
+
"axis-3d": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.5 10.5L15 9M4 4v15a1 1 0 0 0 1 1h15m-15.707-.293L6 18m3-3l1.5-1.5\"/>",
|
|
14
|
+
"badge-percent": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76M15 9l-6 6m0-6h.01M15 15h.01\"/>",
|
|
15
|
+
"bar-chart-big": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v18h18\"/><rect width=\"4\" height=\"7\" x=\"7\" y=\"10\" rx=\"1\"/><rect width=\"4\" height=\"12\" x=\"15\" y=\"5\" rx=\"1\"/></g>",
|
|
16
|
+
"book-headphones": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M8 12v-2a4 4 0 0 1 8 0v2\"/><circle cx=\"15\" cy=\"12\" r=\"1\"/><circle cx=\"9\" cy=\"12\" r=\"1\"/></g>",
|
|
17
|
+
"book-image": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m20 13.7l-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17\"/><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><circle cx=\"10\" cy=\"8\" r=\"2\"/></g>",
|
|
18
|
+
"bookmark-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z\"/><path d=\"m9 10l2 2l4-4\"/></g>",
|
|
19
|
+
"bookmark-minus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 10H9m8-7a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z\"/>",
|
|
20
|
+
bubbles: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7.001 15.085A1.5 1.5 0 0 1 9 16.5\"/><circle cx=\"18.5\" cy=\"8.5\" r=\"3.5\"/><circle cx=\"7.5\" cy=\"16.5\" r=\"5.5\"/><circle cx=\"7.5\" cy=\"4.5\" r=\"2.5\"/></g>",
|
|
21
|
+
calendars: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v2m3.726 17.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m14-6v2M2 13h2m4-5h14\"/><rect width=\"14\" height=\"14\" x=\"8\" y=\"3\" rx=\"2\"/></g>",
|
|
22
|
+
"candy-cane": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.8 5l2.111 4.223M17.75 7L15 2.1M4.874 14.647l2.12 4.24M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6a2 2 0 1 1-3.464-2a2 2 0 1 0-3.464-2zM7.906 9.712l2.005 4.411\"/>",
|
|
23
|
+
"chart-gantt": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6h8m-6 10h6M3 3v16a2 2 0 0 0 2 2h16M8 11h7\"/>",
|
|
24
|
+
"check-line": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4L9 15m12 4H3m6-4l-5-5\"/>",
|
|
25
|
+
"circle-arrow-out-down-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22a10 10 0 1 1 10-10m0 10L12 12m10 4v6h-6\"/>",
|
|
26
|
+
"circle-arrow-out-up-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 8V2h6M2 2l10 10m0-10A10 10 0 1 1 2 12\"/>",
|
|
27
|
+
"circle-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m9 12l2 2l4-4\"/></g>",
|
|
28
|
+
"circle-chevron-right": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m10 8l4 4l-4 4\"/></g>",
|
|
29
|
+
"circle-dollar-sign": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8m4 2V6\"/></g>",
|
|
30
|
+
"circle-equal": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M7 10h10M7 14h10\"/></g>",
|
|
31
|
+
"circle-minus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M8 12h8\"/></g>",
|
|
32
|
+
"circle-parking": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"/></g>",
|
|
33
|
+
"circle-star": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z\"/></g>",
|
|
34
|
+
"circle-stop": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"9\" rx=\"1\"/></g>",
|
|
35
|
+
"clipboard-plus": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m1 10h6m-3 3v-6\"/></g>",
|
|
36
|
+
"clipboard-x": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\"/><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m7 7l-6 6m0-6l6 6\"/></g>",
|
|
37
|
+
"cloud-moon": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6zm5.376-1.488a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36\"/>",
|
|
38
|
+
code: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 18l6-6l-6-6M8 6l-6 6l6 6\"/>",
|
|
39
|
+
copy: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><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>",
|
|
40
|
+
"file-audio": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0\"/></g>",
|
|
41
|
+
"file-clock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5M8 14v2.2l1.6 1\"/><circle cx=\"8\" cy=\"16\" r=\"6\"/></g>",
|
|
42
|
+
"file-code-2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4M5 12l-3 3l3 3m4 0l3-3l-3-3\"/></g>",
|
|
43
|
+
"file-json": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4m-10 4a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1a1 1 0 0 1 1 1v1a1 1 0 0 0 1 1m4 0a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1\"/></g>",
|
|
44
|
+
"file-minus-corner": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-6 10h6\"/></g>",
|
|
45
|
+
"file-play": "<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-4.967 5.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z\"/></g>",
|
|
46
|
+
"file-spreadsheet": "<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 13h2m4 0h2m-8 4h2m4 0h2\"/></g>",
|
|
47
|
+
"file-x-corner": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5m-5 9l5 5m0-5l-5 5\"/></g>",
|
|
48
|
+
"flag-triangle-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5\"/>",
|
|
49
|
+
"flask-conical-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 2v2.343M14 2v6.343M2 2l20 20m-2-2a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563M6.453 15H15M8.5 2h7\"/>",
|
|
50
|
+
"flip-vertical-2": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17 3l-5 5l-5-5zm0 18l-5-5l-5 5zM4 12H2m8 0H8m8 0h-2m8 0h-2\"/>",
|
|
51
|
+
"folder-input": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1m0-4h10\"/><path d=\"m9 16l3-3l-3-3\"/></g>",
|
|
52
|
+
"gallery-horizontal-end": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 7v10M6 5v14\"/><rect width=\"12\" height=\"18\" x=\"10\" y=\"3\" rx=\"2\"/></g>",
|
|
53
|
+
"graduation-cap": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0zM22 10v6\"/><path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"/></g>",
|
|
54
|
+
"grid-2x2": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v18m-9-9h18\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
55
|
+
"hand-helping": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14\"/><path d=\"m7 18l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 13l6 6\"/></g>",
|
|
56
|
+
"hard-drive-download": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2v8m4-4l-4 4l-4-4\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6 18h.01M10 18h.01\"/></g>",
|
|
57
|
+
"heading-4": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 18V6m5 4v3a1 1 0 0 0 1 1h3m0-4v8M4 12h8m-8 6V6\"/>",
|
|
58
|
+
"heart-crack": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15\"/><path d=\"M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677a.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z\"/></g>",
|
|
59
|
+
import: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v12m-4-4l4 4l4-4\"/><path d=\"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4\"/></g>",
|
|
60
|
+
keyboard: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 8h.01M12 12h.01M14 8h.01M16 12h.01M18 8h.01M6 8h.01M7 16h10m-9-4h.01\"/><rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"/></g>",
|
|
61
|
+
"lasso-select": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 22a5 5 0 0 1-2-4m2-1.07c.96.43 1.96.74 2.99.91M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.2 7.2 0 0 1-.33 2\"/><path d=\"M5 18a2 2 0 1 0 0-4a2 2 0 0 0 0 4m9.33 4h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14\"/></g>",
|
|
62
|
+
lightbulb: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 14c.2-1 .7-1.7 1.5-2.5c1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4\"/>",
|
|
63
|
+
"list-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m8 7H3m13 7H3M18 9v6m3-3h-6\"/>",
|
|
64
|
+
"list-tree": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 5h13m-8 7h8m-8 7h8M3 10a2 2 0 0 0 2 2h3\"/><path d=\"M3 5v12a2 2 0 0 0 2 2h3\"/></g>",
|
|
65
|
+
"list-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m8 7H3m13 7H3m12.5-9.5l5 5m0-5l-5 5\"/>",
|
|
66
|
+
"map-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 19l-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12m-6-6.236V12m3 3v6m3-3h-6M9 3.236v15\"/>",
|
|
67
|
+
"message-square": "<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 2z\"/>",
|
|
68
|
+
"message-square-lock": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10\"/><path d=\"M20 15v-2a2 2 0 0 0-4 0v2\"/><rect width=\"8\" height=\"5\" x=\"14\" y=\"15\" rx=\"1\"/></g>",
|
|
69
|
+
"mic-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 19v3m3-12.66V5a3 3 0 0 0-5.68-1.33m7.63 13.28A7 7 0 0 1 5 12v-2m13.89 3.23A7 7 0 0 0 19 12v-2M2 2l20 20\"/><path d=\"M9 9v3a3 3 0 0 0 5.12 2.12\"/></g>",
|
|
70
|
+
"monitor-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m9 10l2 2l4-4\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>",
|
|
71
|
+
"monitor-stop": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m-4 0h8\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><rect width=\"6\" height=\"6\" x=\"9\" y=\"7\" rx=\"1\"/></g>",
|
|
72
|
+
mouse: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"7\"/><path d=\"M12 6v4\"/></g>",
|
|
73
|
+
move: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v20m3-3l-3 3l-3-3M19 9l3 3l-3 3M2 12h20M5 9l-3 3l3 3M9 5l3-3l3 3\"/>",
|
|
74
|
+
"move-3d": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 3v16h16M5 19l6-6\"/><path d=\"m2 6l3-3l3 3m10 10l3 3l-3 3\"/></g>",
|
|
75
|
+
"move-down-right": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 13v6h-6M5 5l14 14\"/>",
|
|
76
|
+
"move-up-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 11V5h6M5 5l14 14\"/>",
|
|
77
|
+
music: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 18V5l12-2v13\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><circle cx=\"18\" cy=\"16\" r=\"3\"/></g>",
|
|
78
|
+
option: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3h6l6 18h6M14 3h7\"/>",
|
|
79
|
+
"pen-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 10l-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982m-1.171-6.81l4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353M2 2l20 20\"/>",
|
|
80
|
+
pencil: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4\"/>",
|
|
81
|
+
pickaxe: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 13l-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999m4.973-5.972A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024m4 4.001a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069\"/><path d=\"M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z\"/></g>",
|
|
82
|
+
pin: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17v5M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4a1 1 0 0 1 1 1z\"/>",
|
|
83
|
+
pipette: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 9l-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12\"/><path d=\"m18 9l.4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4l3.4-3.4a1 1 0 1 1 3 3zM2 22l.414-.414\"/></g>",
|
|
84
|
+
"qr-code": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"5\" height=\"5\" x=\"3\" y=\"3\" rx=\"1\"/><rect width=\"5\" height=\"5\" x=\"16\" y=\"3\" rx=\"1\"/><rect width=\"5\" height=\"5\" x=\"3\" y=\"16\" rx=\"1\"/><path d=\"M21 16h-3a2 2 0 0 0-2 2v3m5 0v.01M12 7v3a2 2 0 0 1-2 2H7m-4 0h.01M12 3h.01M12 16v.01M16 12h1m4 0v.01M12 21v-1\"/></g>",
|
|
85
|
+
radio: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16.247 7.761a6 6 0 0 1 0 8.478m2.828-11.306a10 10 0 0 1 0 14.134m-14.15 0a10 10 0 0 1 0-14.134m2.828 11.306a6 6 0 0 1 0-8.478\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></g>",
|
|
86
|
+
ratio: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"12\" height=\"20\" x=\"6\" y=\"2\" rx=\"2\"/><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>",
|
|
87
|
+
"receipt-japanese-yen": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 10l3-3M4 3a1 1 0 0 1 1-1a1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1a1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2a1 1 0 0 1-1-1zm5 8h6m-6 4h6\"/><path d=\"m9 7l3 3v7\"/></g>",
|
|
88
|
+
"rocking-chair": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 13l3.708 7.416M3 19a15 15 0 0 0 18 0M3 2l3.21 9.633A2 2 0 0 0 8.109 13H18m-9 0l-3.708 7.416\"/>",
|
|
89
|
+
router: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6.01 18H6m4.01 0H10m5-8v4m2.84-6.83a4 4 0 0 0-5.66 0m8.48-2.83a8 8 0 0 0-11.31 0\"/></g>",
|
|
90
|
+
"rows-3": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M21 9H3m18 6H3\"/></g>",
|
|
91
|
+
sandwich: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2.37 11.223l8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9\"/><path d=\"m6.67 15l6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2\"/><rect width=\"20\" height=\"4\" x=\"2\" y=\"11\" rx=\"1\"/></g>",
|
|
92
|
+
scooter: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 4h-3.5l2 11.05M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009\"/><circle cx=\"19.5\" cy=\"17.5\" r=\"2.5\"/><circle cx=\"4.5\" cy=\"17.5\" r=\"2.5\"/></g>",
|
|
93
|
+
"scroll-text": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 12h-5m5-4h-5m9 9V5a2 2 0 0 0-2-2H4\"/><path d=\"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3\"/></g>",
|
|
94
|
+
"search-check": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m8 11l2 2l4-4\"/><circle cx=\"11\" cy=\"11\" r=\"8\"/><path d=\"m21 21l-4.3-4.3\"/></g>",
|
|
95
|
+
"shield-ellipsis": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zM8 12h.01M12 12h.01M16 12h.01\"/>",
|
|
96
|
+
"shield-off": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 2l20 20M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71M9.309 3.652A12.3 12.3 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a10 10 0 0 1-.08 1.264\"/>",
|
|
97
|
+
"shield-user": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M6.376 18.91a6 6 0 0 1 11.249.003\"/><circle cx=\"12\" cy=\"11\" r=\"4\"/></g>",
|
|
98
|
+
sigma: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2\"/>",
|
|
99
|
+
"spell-check": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 16l6-12l6 12M8 12h8m0 8l2 2l4-4\"/>",
|
|
100
|
+
"square-arrow-out-down-left": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6m0 10l9-9m-3 9H3v-6\"/>",
|
|
101
|
+
"square-bottom-dashed-scissors": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 3h14M3 5v14M21 5v14M9 21h1m4 0h1M3 5a2 2 0 0 1 2-2m14 0a2 2 0 0 1 2 2M5 21a2 2 0 0 1-2-2m18 0a2 2 0 0 1-2 2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><path d=\"M9.561 9.561L12 12m5 5l-2.18-2.18\"/><circle cx=\"8.5\" cy=\"15.5\" r=\"1.5\"/><path d=\"M9.561 14.439L17 7\"/></g>",
|
|
102
|
+
"square-m": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/></g>",
|
|
103
|
+
"square-pen": "<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=\"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z\"/></g>",
|
|
104
|
+
"square-split-vertical": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3m0 8v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3m-1-4h16\"/>",
|
|
105
|
+
stamp: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13m10 2.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1zM5 22h14\"/>",
|
|
106
|
+
"star-plus": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11.013 18.582L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904L20 11.5M15 18h6m-3-3v6\"/>",
|
|
107
|
+
"star-x": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15.5 15.5l5 5m-.437-8.975l1.777-1.731a.53.53 0 0 0-.294-.905l-5.166-.755a2.1 2.1 0 0 1-1.595-1.16l-2.31-4.68a.53.53 0 0 0-.95.001L9.216 6.974a2.1 2.1 0 0 1-1.597 1.16l-5.165.755a.53.53 0 0 0-.294.906l3.736 3.637a2.1 2.1 0 0 1 .611 1.879l-.88 5.139a.53.53 0 0 0 .769.56l4.617-2.428a2.1 2.1 0 0 1 .987-.243a2 2 0 0 1 .132.004M20.5 15.5l-5 5\"/>",
|
|
108
|
+
strikethrough: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 4H9a3 3 0 0 0-2.83 4M14 12a4 4 0 0 1 0 8H6m-2-8h16\"/>",
|
|
109
|
+
sunrise: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2v8m-7.07.93l1.41 1.41M2 18h2m16 0h2m-2.93-7.07l-1.41 1.41M22 22H2M8 6l4-4l4 4m0 12a4 4 0 0 0-8 0\"/>",
|
|
110
|
+
"table-of-contents": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 5H3m13 7H3m13 7H3M21 5h.01M21 12h.01M21 19h.01\"/>",
|
|
111
|
+
transgender: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 16v6m2-2h-4m8-18h4v4M2 2l7.17 7.17M2 5.355V2h3.357M22 2l-7.17 7.17M8 5L5 8\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/></g>",
|
|
112
|
+
twitter: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6c2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4c-.9-4.2 4-6.6 7-3.8c1.1 0 3-1.2 3-1.2\"/>",
|
|
113
|
+
"unfold-horizontal": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12h6M8 12H2M12 2v2m0 4v2m0 4v2m0 4v2m7-7l3-3l-3-3M5 9l-3 3l3 3\"/>",
|
|
114
|
+
"user-key": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20 11v6m0-4h2M3 21v-2a4 4 0 0 1 4-4h6a4 4 0 0 1 2.072.578\"/><circle cx=\"10\" cy=\"7\" r=\"4\"/><circle cx=\"20\" cy=\"19\" r=\"2\"/></g>",
|
|
115
|
+
vibrate: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 8l2 2l-2 2l2 2l-2 2m20-8l-2 2l2 2l-2 2l2 2\"/><rect width=\"8\" height=\"14\" x=\"8\" y=\"5\" rx=\"1\"/></g>",
|
|
116
|
+
warehouse: "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11\"/><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8zM6 13h12M6 17h12\"/></g>",
|
|
117
|
+
"wheat-off": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m2 22l10-10m4-4l-1.17 1.17M3.47 12.53L5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94M8 8l-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97m-.6-6.24c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4\"/><path d=\"M11.47 17.47L13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0M16 16l-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 1.97-.98m6.24.6c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28M2 2l20 20\"/></g>",
|
|
118
|
+
wine: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 22h8M7 10h10m-5 5v7m0-7a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5\"/>",
|
|
119
|
+
wrench: "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z\"/>"
|
|
120
|
+
};
|
|
121
|
+
//#endregion
|
|
122
|
+
export { e as default };
|