@rotki/ui-library 2.24.0 → 2.25.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/README.md +1 -2
- package/dist/components/accordions/accordion/RuiAccordion.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/accordions/accordions/RuiAccordions.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/alerts/RuiAlert.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/avatars/RuiAvatar.vue.d.ts +1 -1
- package/dist/components/avatars/RuiAvatar.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/avatars/RuiAvatarGroup.js.map +1 -1
- package/dist/components/avatars/RuiAvatarGroup.vue.d.ts +1 -1
- package/dist/components/avatars/RuiAvatarGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/avatars/use-avatar-group.d.ts +1 -1
- package/dist/components/buttons/button/RuiButton.vue.d.ts +1 -1
- package/dist/components/buttons/button/RuiButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/buttons/button/button-styles.d.ts +40 -2
- package/dist/components/buttons/button/button-styles.js +38 -0
- package/dist/components/buttons/button/button-styles.js.map +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.js.map +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue_vue_type_script_setup_true_lang.js +26 -14
- package/dist/components/buttons/button-group/RuiButtonGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar/RuiCalendar.js.map +1 -1
- package/dist/components/calendar/RuiCalendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar/RuiCalendarGrid.js.map +1 -1
- package/dist/components/calendar/RuiCalendarGrid.vue_vue_type_script_setup_true_lang.js +7 -0
- package/dist/components/calendar/RuiCalendarGrid.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar/RuiCalendarHeader.vue.d.ts +1 -1
- package/dist/components/calendar/RuiCalendarHeader.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar/RuiCalendarMenu.js.map +1 -1
- package/dist/components/calendar/RuiCalendarMenu.vue.d.ts +1 -1
- package/dist/components/calendar/RuiCalendarMenu.vue_vue_type_script_setup_true_lang.js +1 -0
- package/dist/components/calendar/RuiCalendarMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/cards/RuiCard.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/cards/RuiCardHeader.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/chips/RuiChip.vue.d.ts +1 -1
- package/dist/components/chips/RuiChip.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-picker/RuiColorBoard.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-picker/RuiColorDisplay.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-picker/RuiColorHue.vue_vue_type_script_setup_true_lang.js +2 -1
- package/dist/components/color-picker/RuiColorHue.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-picker/RuiColorInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/color-picker/RuiColorPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +2 -2
- package/dist/components/date-time-picker/RuiDateTimePicker.vue_vue_type_script_setup_true_lang.js +54 -26
- package/dist/components/date-time-picker/RuiDateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +2 -2
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/RuiTimezoneSelect.vue.d.ts +3 -3
- package/dist/components/date-time-picker/RuiTimezoneSelect.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/date-time-picker-styles.d.ts +48 -3
- package/dist/components/date-time-picker/partial-time.d.ts +1 -1
- package/dist/components/date-time-picker/partial-time.js +17 -6
- package/dist/components/date-time-picker/partial-time.js.map +1 -1
- package/dist/components/date-time-picker/segment-config.d.ts +1 -1
- package/dist/components/date-time-picker/segment-utils.d.ts +2 -2
- package/dist/components/date-time-picker/segment-utils.js +17 -5
- package/dist/components/date-time-picker/segment-utils.js.map +1 -1
- package/dist/components/date-time-picker/timezones.js.map +1 -1
- package/dist/components/date-time-picker/use-date-bounds.d.ts +2 -1
- package/dist/components/date-time-picker/use-date-bounds.js +7 -3
- package/dist/components/date-time-picker/use-date-bounds.js.map +1 -1
- package/dist/components/date-time-picker/use-date-time-selection.d.ts +13 -13
- package/dist/components/date-time-picker/use-date-time-selection.js +96 -86
- package/dist/components/date-time-picker/use-date-time-selection.js.map +1 -1
- package/dist/components/date-time-picker/use-input-handler.d.ts +1 -1
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +2 -2
- package/dist/components/date-time-picker/use-keyboard-handler.js +52 -13
- package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -1
- package/dist/components/date-time-picker/utils.d.ts +1 -1
- package/dist/components/date-time-picker/utils.js.map +1 -1
- package/dist/components/divider/RuiDivider.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.js.map +1 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +2 -2
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue_vue_type_script_setup_true_lang.js +136 -158
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/auto-complete/RuiAutoCompleteOption.js +7 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOption.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOption.vue.d.ts +45 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOption.vue_vue_type_script_setup_true_lang.js +58 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOption.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOptionList.js +7 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOptionList.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOptionList.vue.d.ts +70 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOptionList.vue_vue_type_script_setup_true_lang.js +140 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteOptionList.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteSelection.js +7 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteSelection.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteSelection.vue.d.ts +39 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteSelection.vue_vue_type_script_setup_true_lang.js +56 -0
- package/dist/components/forms/auto-complete/RuiAutoCompleteSelection.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/auto-complete/auto-complete-styles.d.ts +48 -3
- package/dist/components/forms/category-picker/RuiCategoryPicker.js.map +1 -1
- package/dist/components/forms/category-picker/RuiCategoryPicker.vue.d.ts +2 -2
- package/dist/components/forms/category-picker/RuiCategoryPicker.vue_vue_type_script_setup_true_lang.js +49 -5
- package/dist/components/forms/category-picker/RuiCategoryPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/category-picker/category-picker-styles.d.ts +69 -5
- package/dist/components/forms/category-picker/category-picker-styles.js +19 -0
- package/dist/components/forms/category-picker/category-picker-styles.js.map +1 -1
- package/dist/components/forms/check-control-styles.d.ts +2 -2
- package/dist/components/forms/checkbox/RuiCheckbox.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/checkbox/checkbox-group/RuiCheckboxGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/file-upload/RuiFileUpload.js.map +1 -1
- package/dist/components/forms/file-upload/RuiFileUpload.vue.d.ts +1 -1
- package/dist/components/forms/file-upload/RuiFileUpload.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.js.map +1 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +1 -1
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/select/RuiMenuSelect.js.map +1 -1
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +2 -2
- package/dist/components/forms/select/RuiMenuSelect.vue_vue_type_script_setup_true_lang.js +10 -8
- package/dist/components/forms/select/RuiMenuSelect.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/select/RuiSimpleSelect.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/select/menu-select-styles.d.ts +48 -3
- package/dist/components/forms/slider/RuiSlider.js.map +1 -1
- package/dist/components/forms/slider/RuiSlider.vue_vue_type_script_setup_true_lang.js +22 -12
- package/dist/components/forms/slider/RuiSlider.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/slider/RuiSliderTicks.js +7 -0
- package/dist/components/forms/slider/RuiSliderTicks.js.map +1 -0
- package/dist/components/forms/slider/RuiSliderTicks.vue.d.ts +15 -0
- package/dist/components/forms/slider/RuiSliderTicks.vue_vue_type_script_setup_true_lang.js +59 -0
- package/dist/components/forms/slider/RuiSliderTicks.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/slider/slider-styles.d.ts +2 -2
- package/dist/components/forms/switch/RuiSwitch.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +1 -1
- package/dist/components/forms/text-area/RuiTextArea.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/text-area/text-area-styles.d.ts +3 -3
- package/dist/components/forms/text-area/text-area-styles.js.map +1 -1
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +3 -3
- package/dist/components/forms/text-field/RuiTextField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/text-field/text-field-styles.d.ts +37 -4
- package/dist/components/forms/text-field/text-field-styles.js +34 -1
- package/dist/components/forms/text-field/text-field-styles.js.map +1 -1
- package/dist/components/forms/text-input-styles.d.ts +20 -5
- package/dist/components/forms/text-input-styles.js +16 -1
- package/dist/components/forms/text-input-styles.js.map +1 -1
- package/dist/components/helpers/RuiFormTextDetail.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/icons/RuiIcon.js.map +1 -1
- package/dist/components/icons/RuiIcon.vue_vue_type_script_setup_true_lang.js +26 -0
- package/dist/components/icons/RuiIcon.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/index.d.ts +57 -53
- package/dist/components/index.js +5 -1
- package/dist/components/loaders/RuiSkeletonBase.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +2 -2
- package/dist/components/loaders/RuiSkeletonLoader.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/logos/RuiLogo.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/logos/use-logo-sources.d.ts +1 -1
- package/dist/components/logos/use-logo-sources.js +6 -1
- package/dist/components/logos/use-logo-sources.js.map +1 -1
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +1 -1
- package/dist/components/overlays/badge/RuiBadge.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.js.map +1 -1
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +1 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/overlays/dialog/RuiDialog.js.map +1 -1
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +2 -0
- package/dist/components/overlays/dialog/RuiDialog.vue_vue_type_script_setup_true_lang.js +15 -1
- package/dist/components/overlays/dialog/RuiDialog.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/overlays/menu/RuiMenu.js.map +1 -1
- package/dist/components/overlays/menu/RuiMenu.vue_vue_type_script_setup_true_lang.js +20 -0
- package/dist/components/overlays/menu/RuiMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.js.map +1 -1
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/overlays/notification/RuiNotification.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/overlays/tooltip/tooltip-styles.d.ts +2 -2
- package/dist/components/progress/RuiProgress.js.map +1 -1
- package/dist/components/progress/RuiProgress.vue.d.ts +3 -3
- package/dist/components/progress/RuiProgress.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +1 -1
- package/dist/components/steppers/RuiFooterStepper.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/steppers/RuiStepper.js.map +1 -1
- package/dist/components/steppers/RuiStepper.vue_vue_type_script_setup_true_lang.js +8 -0
- package/dist/components/steppers/RuiStepper.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/steppers/RuiStepperCustomIcon.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/steppers/RuiStepperIcon.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/RuiDataTable.js.map +1 -1
- package/dist/components/tables/RuiDataTable.vue.d.ts +5 -6
- package/dist/components/tables/RuiDataTable.vue_vue_type_script_setup_true_lang.js +42 -22
- package/dist/components/tables/RuiDataTable.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/RuiExpandButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/RuiTable.js +7 -0
- package/dist/components/tables/RuiTable.js.map +1 -0
- package/dist/components/tables/RuiTable.vue.d.ts +40 -0
- package/dist/components/tables/RuiTable.vue_vue_type_script_setup_true_lang.js +95 -0
- package/dist/components/tables/RuiTable.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/RuiTableEmptyState.js.map +1 -1
- package/dist/components/tables/RuiTableEmptyState.vue.d.ts +5 -0
- package/dist/components/tables/RuiTableEmptyState.vue_vue_type_script_setup_true_lang.js +25 -10
- package/dist/components/tables/RuiTableEmptyState.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/RuiTableErrorState.js +7 -0
- package/dist/components/tables/RuiTableErrorState.js.map +1 -0
- package/dist/components/tables/RuiTableErrorState.vue.d.ts +28 -0
- package/dist/components/tables/RuiTableErrorState.vue_vue_type_script_setup_true_lang.js +44 -0
- package/dist/components/tables/RuiTableErrorState.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/RuiTableHead.js.map +1 -1
- package/dist/components/tables/RuiTableHead.vue.d.ts +5 -9
- package/dist/components/tables/RuiTableHead.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/RuiTableLoadingState.js +7 -0
- package/dist/components/tables/RuiTableLoadingState.js.map +1 -0
- package/dist/components/tables/RuiTableLoadingState.vue.d.ts +13 -0
- package/dist/components/tables/RuiTableLoadingState.vue_vue_type_script_setup_true_lang.js +40 -0
- package/dist/components/tables/RuiTableLoadingState.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue.d.ts +1 -1
- package/dist/components/tables/RuiTablePagination.vue_vue_type_script_setup_true_lang.js +2 -1
- package/dist/components/tables/RuiTablePagination.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableBody.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableBody.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableCell.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableCell.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableCell.vue_vue_type_script_setup_true_lang.js +6 -0
- package/dist/components/tables/data-table/RuiDataTableCell.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableEmptyRow.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableExpandedRow.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableExpandedRow.vue_vue_type_script_setup_true_lang.js +6 -0
- package/dist/components/tables/data-table/RuiDataTableExpandedRow.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableGroupRow.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableGroupRow.vue_vue_type_script_setup_true_lang.js +5 -0
- package/dist/components/tables/data-table/RuiDataTableGroupRow.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableLoadingRow.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableLoadingRow.vue_vue_type_script_setup_true_lang.js +2 -6
- package/dist/components/tables/data-table/RuiDataTableLoadingRow.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableMobileSort.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableMobileSort.vue.d.ts +2 -2
- package/dist/components/tables/data-table/RuiDataTableMobileSort.vue_vue_type_script_setup_true_lang.js +4 -0
- package/dist/components/tables/data-table/RuiDataTableMobileSort.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableRow.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableRow.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableRow.vue_vue_type_script_setup_true_lang.js +25 -0
- package/dist/components/tables/data-table/RuiDataTableRow.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/context.d.ts +2 -3
- package/dist/components/tables/data-table/context.js.map +1 -1
- package/dist/components/tables/data-table-styles.d.ts +2 -5
- package/dist/components/tables/data-table-styles.js +1 -2
- package/dist/components/tables/data-table-styles.js.map +1 -1
- package/dist/components/tabs/tab/RuiTab.js.map +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +1 -1
- package/dist/components/tabs/tab/RuiTab.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tabs/tab-items/RuiTabItems.js.map +1 -1
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +9 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue_vue_type_script_setup_true_lang.js +16 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tabs/tabs/RuiTabs.js.map +1 -1
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +6 -1
- package/dist/components/tabs/tabs/RuiTabs.vue_vue_type_script_setup_true_lang.js +12 -0
- package/dist/components/tabs/tabs/RuiTabs.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tabs/tabs/use-tab-routing.d.ts +1 -1
- package/dist/components/time-picker/RuiTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/time-picker/time-picker-styles.d.ts +2 -2
- package/dist/composables/colors/index.d.ts +3 -3
- package/dist/composables/dropdown-menu.d.ts +2 -2
- package/dist/composables/dropdown-menu.js +26 -23
- package/dist/composables/dropdown-menu.js.map +1 -1
- package/dist/composables/floating.d.ts +7 -8
- package/dist/composables/floating.js +19 -14
- package/dist/composables/floating.js.map +1 -1
- package/dist/composables/forms/auto-complete/focus.js +5 -0
- package/dist/composables/forms/auto-complete/focus.js.map +1 -1
- package/dist/composables/forms/auto-complete/keyboard-navigation.js +12 -5
- package/dist/composables/forms/auto-complete/keyboard-navigation.js.map +1 -1
- package/dist/composables/forms/auto-complete/search.d.ts +1 -1
- package/dist/composables/forms/auto-complete/search.js +5 -0
- package/dist/composables/forms/auto-complete/search.js.map +1 -1
- package/dist/composables/forms/auto-complete/value.js.map +1 -1
- package/dist/composables/forms/category-picker/use-category-picker.d.ts +1 -1
- package/dist/composables/forms/category-picker/use-category-picker.js +1 -0
- package/dist/composables/forms/category-picker/use-category-picker.js.map +1 -1
- package/dist/composables/forms/use-prepend-append-width.d.ts +18 -3
- package/dist/composables/forms/use-prepend-append-width.js +18 -3
- package/dist/composables/forms/use-prepend-append-width.js.map +1 -1
- package/dist/composables/index.d.ts +4 -3
- package/dist/composables/index.js +2 -1
- package/dist/composables/overlay-stack.d.ts +52 -0
- package/dist/composables/overlay-stack.js +93 -0
- package/dist/composables/overlay-stack.js.map +1 -0
- package/dist/composables/sticky-header.js.map +1 -1
- package/dist/composables/tables/data-table/expansion.js +7 -0
- package/dist/composables/tables/data-table/expansion.js.map +1 -1
- package/dist/composables/tables/data-table/grouping.d.ts +1 -1
- package/dist/composables/tables/data-table/pagination.d.ts +2 -2
- package/dist/composables/tables/data-table/selection.d.ts +1 -1
- package/dist/composables/tables/data-table/selection.js +37 -34
- package/dist/composables/tables/data-table/selection.js.map +1 -1
- package/dist/composables/theme.d.ts +4 -2
- package/dist/composables/theme.js +18 -24
- package/dist/composables/theme.js.map +1 -1
- package/dist/i18n/keys.d.ts +1 -1
- package/dist/i18n/keys.js +1 -1
- package/dist/i18n/keys.js.map +1 -1
- package/dist/icons/icons_1.d.ts +8 -8
- package/dist/icons/icons_1.js +246 -223
- package/dist/icons/icons_1.js.map +1 -1
- package/dist/icons/icons_2.d.ts +26 -26
- package/dist/icons/icons_2.js +320 -400
- package/dist/icons/icons_2.js.map +1 -1
- package/dist/icons/icons_3.d.ts +46 -46
- package/dist/icons/icons_3.js +661 -706
- package/dist/icons/icons_3.js.map +1 -1
- package/dist/icons/icons_4.d.ts +63 -63
- package/dist/icons/icons_4.js +4347 -4480
- package/dist/icons/icons_4.js.map +1 -1
- package/dist/icons/icons_5.d.ts +60 -1
- package/dist/icons/icons_5.js +774 -31
- package/dist/icons/icons_5.js.map +1 -1
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +84 -25
- package/dist/icons/index.js.map +1 -1
- package/dist/index.js +11 -6
- package/dist/index.js.map +1 -1
- package/dist/style.css +83 -10
- package/dist/theme/index.js +1 -0
- package/dist/theme/index.js.map +1 -1
- package/dist/types/theme.d.ts +1 -1
- package/dist/utils/assert.js +2 -2
- package/dist/utils/assert.js.map +1 -1
- package/dist/utils/blockie.d.ts +4 -0
- package/dist/utils/blockie.js +8 -0
- package/dist/utils/blockie.js.map +1 -1
- package/dist/utils/helpers.d.ts +24 -18
- package/dist/utils/helpers.js +28 -21
- package/dist/utils/helpers.js.map +1 -1
- package/dist/utils/is-equal.d.ts +9 -0
- package/dist/utils/is-equal.js +22 -15
- package/dist/utils/is-equal.js.map +1 -1
- package/dist/utils/tv.d.ts +6 -2
- package/dist/utils/tv.js +30 -14
- package/dist/utils/tv.js.map +1 -1
- package/dist/vite-plugin/client.d.ts +1 -1
- package/dist/vite-plugin/index.js +29 -21
- package/dist/vite-plugin/index.js.map +1 -1
- package/dist/vite-plugin/scanner.d.ts +5 -2
- package/dist/vite-plugin/scanner.js +5 -2
- package/dist/vite-plugin/scanner.js.map +1 -1
- package/dist/vite-plugin/types.d.ts +4 -8
- package/dist/web-types.json +863 -50
- package/package.json +32 -33
package/dist/icons/icons_3.js
CHANGED
|
@@ -1,4 +1,343 @@
|
|
|
1
1
|
//#region src/icons/icons_3.ts
|
|
2
|
+
var LuLoader = {
|
|
3
|
+
name: "lu-loader",
|
|
4
|
+
components: [
|
|
5
|
+
["path", { "d": "M12 2v4" }],
|
|
6
|
+
["path", { "d": "m16.2 7.8 2.9-2.9" }],
|
|
7
|
+
["path", { "d": "M18 12h4" }],
|
|
8
|
+
["path", { "d": "m16.2 16.2 2.9 2.9" }],
|
|
9
|
+
["path", { "d": "M12 18v4" }],
|
|
10
|
+
["path", { "d": "m4.9 19.1 2.9-2.9" }],
|
|
11
|
+
["path", { "d": "M2 12h4" }],
|
|
12
|
+
["path", { "d": "m4.9 4.9 2.9 2.9" }]
|
|
13
|
+
]
|
|
14
|
+
};
|
|
15
|
+
var LuLocateFixed = {
|
|
16
|
+
name: "lu-locate-fixed",
|
|
17
|
+
components: [
|
|
18
|
+
["line", {
|
|
19
|
+
"x1": "2",
|
|
20
|
+
"x2": "5",
|
|
21
|
+
"y1": "12",
|
|
22
|
+
"y2": "12"
|
|
23
|
+
}],
|
|
24
|
+
["line", {
|
|
25
|
+
"x1": "19",
|
|
26
|
+
"x2": "22",
|
|
27
|
+
"y1": "12",
|
|
28
|
+
"y2": "12"
|
|
29
|
+
}],
|
|
30
|
+
["line", {
|
|
31
|
+
"x1": "12",
|
|
32
|
+
"x2": "12",
|
|
33
|
+
"y1": "2",
|
|
34
|
+
"y2": "5"
|
|
35
|
+
}],
|
|
36
|
+
["line", {
|
|
37
|
+
"x1": "12",
|
|
38
|
+
"x2": "12",
|
|
39
|
+
"y1": "19",
|
|
40
|
+
"y2": "22"
|
|
41
|
+
}],
|
|
42
|
+
["circle", {
|
|
43
|
+
"cx": "12",
|
|
44
|
+
"cy": "12",
|
|
45
|
+
"r": "7"
|
|
46
|
+
}],
|
|
47
|
+
["circle", {
|
|
48
|
+
"cx": "12",
|
|
49
|
+
"cy": "12",
|
|
50
|
+
"r": "3"
|
|
51
|
+
}]
|
|
52
|
+
]
|
|
53
|
+
};
|
|
54
|
+
var LuLocateOff = {
|
|
55
|
+
name: "lu-locate-off",
|
|
56
|
+
components: [
|
|
57
|
+
["path", { "d": "M12 19v3" }],
|
|
58
|
+
["path", { "d": "M12 2v3" }],
|
|
59
|
+
["path", { "d": "M18.89 13.24a7 7 0 0 0-8.13-8.13" }],
|
|
60
|
+
["path", { "d": "M19 12h3" }],
|
|
61
|
+
["path", { "d": "M2 12h3" }],
|
|
62
|
+
["path", { "d": "m2 2 20 20" }],
|
|
63
|
+
["path", { "d": "M7.05 7.05a7 7 0 0 0 9.9 9.9" }]
|
|
64
|
+
]
|
|
65
|
+
};
|
|
66
|
+
var LuLocate = {
|
|
67
|
+
name: "lu-locate",
|
|
68
|
+
components: [
|
|
69
|
+
["line", {
|
|
70
|
+
"x1": "2",
|
|
71
|
+
"x2": "5",
|
|
72
|
+
"y1": "12",
|
|
73
|
+
"y2": "12"
|
|
74
|
+
}],
|
|
75
|
+
["line", {
|
|
76
|
+
"x1": "19",
|
|
77
|
+
"x2": "22",
|
|
78
|
+
"y1": "12",
|
|
79
|
+
"y2": "12"
|
|
80
|
+
}],
|
|
81
|
+
["line", {
|
|
82
|
+
"x1": "12",
|
|
83
|
+
"x2": "12",
|
|
84
|
+
"y1": "2",
|
|
85
|
+
"y2": "5"
|
|
86
|
+
}],
|
|
87
|
+
["line", {
|
|
88
|
+
"x1": "12",
|
|
89
|
+
"x2": "12",
|
|
90
|
+
"y1": "19",
|
|
91
|
+
"y2": "22"
|
|
92
|
+
}],
|
|
93
|
+
["circle", {
|
|
94
|
+
"cx": "12",
|
|
95
|
+
"cy": "12",
|
|
96
|
+
"r": "7"
|
|
97
|
+
}]
|
|
98
|
+
]
|
|
99
|
+
};
|
|
100
|
+
var LuLockKeyholeOpen = {
|
|
101
|
+
name: "lu-lock-keyhole-open",
|
|
102
|
+
components: [
|
|
103
|
+
["circle", {
|
|
104
|
+
"cx": "12",
|
|
105
|
+
"cy": "16",
|
|
106
|
+
"r": "1"
|
|
107
|
+
}],
|
|
108
|
+
["rect", {
|
|
109
|
+
"width": "18",
|
|
110
|
+
"height": "12",
|
|
111
|
+
"x": "3",
|
|
112
|
+
"y": "10",
|
|
113
|
+
"rx": "2"
|
|
114
|
+
}],
|
|
115
|
+
["path", { "d": "M7 10V7a5 5 0 0 1 9.33-2.5" }]
|
|
116
|
+
]
|
|
117
|
+
};
|
|
118
|
+
var LuLockKeyhole = {
|
|
119
|
+
name: "lu-lock-keyhole",
|
|
120
|
+
components: [
|
|
121
|
+
["circle", {
|
|
122
|
+
"cx": "12",
|
|
123
|
+
"cy": "16",
|
|
124
|
+
"r": "1"
|
|
125
|
+
}],
|
|
126
|
+
["rect", {
|
|
127
|
+
"x": "3",
|
|
128
|
+
"y": "10",
|
|
129
|
+
"width": "18",
|
|
130
|
+
"height": "12",
|
|
131
|
+
"rx": "2"
|
|
132
|
+
}],
|
|
133
|
+
["path", { "d": "M7 10V7a5 5 0 0 1 10 0v3" }]
|
|
134
|
+
]
|
|
135
|
+
};
|
|
136
|
+
var LuLockOpen = {
|
|
137
|
+
name: "lu-lock-open",
|
|
138
|
+
components: [["rect", {
|
|
139
|
+
"width": "18",
|
|
140
|
+
"height": "11",
|
|
141
|
+
"x": "3",
|
|
142
|
+
"y": "11",
|
|
143
|
+
"rx": "2",
|
|
144
|
+
"ry": "2"
|
|
145
|
+
}], ["path", { "d": "M7 11V7a5 5 0 0 1 9.9-1" }]]
|
|
146
|
+
};
|
|
147
|
+
var LuLock = {
|
|
148
|
+
name: "lu-lock",
|
|
149
|
+
components: [["rect", {
|
|
150
|
+
"width": "18",
|
|
151
|
+
"height": "11",
|
|
152
|
+
"x": "3",
|
|
153
|
+
"y": "11",
|
|
154
|
+
"rx": "2",
|
|
155
|
+
"ry": "2"
|
|
156
|
+
}], ["path", { "d": "M7 11V7a5 5 0 0 1 10 0v4" }]]
|
|
157
|
+
};
|
|
158
|
+
var LuLogIn = {
|
|
159
|
+
name: "lu-log-in",
|
|
160
|
+
components: [
|
|
161
|
+
["path", { "d": "m10 17 5-5-5-5" }],
|
|
162
|
+
["path", { "d": "M15 12H3" }],
|
|
163
|
+
["path", { "d": "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }]
|
|
164
|
+
]
|
|
165
|
+
};
|
|
166
|
+
var LuLogOut = {
|
|
167
|
+
name: "lu-log-out",
|
|
168
|
+
components: [
|
|
169
|
+
["path", { "d": "m16 17 5-5-5-5" }],
|
|
170
|
+
["path", { "d": "M21 12H9" }],
|
|
171
|
+
["path", { "d": "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }]
|
|
172
|
+
]
|
|
173
|
+
};
|
|
174
|
+
var LuLogs = {
|
|
175
|
+
name: "lu-logs",
|
|
176
|
+
components: [
|
|
177
|
+
["path", { "d": "M3 5h1" }],
|
|
178
|
+
["path", { "d": "M3 12h1" }],
|
|
179
|
+
["path", { "d": "M3 19h1" }],
|
|
180
|
+
["path", { "d": "M8 5h1" }],
|
|
181
|
+
["path", { "d": "M8 12h1" }],
|
|
182
|
+
["path", { "d": "M8 19h1" }],
|
|
183
|
+
["path", { "d": "M13 5h8" }],
|
|
184
|
+
["path", { "d": "M13 12h8" }],
|
|
185
|
+
["path", { "d": "M13 19h8" }]
|
|
186
|
+
]
|
|
187
|
+
};
|
|
188
|
+
var LuLollipop = {
|
|
189
|
+
name: "lu-lollipop",
|
|
190
|
+
components: [
|
|
191
|
+
["circle", {
|
|
192
|
+
"cx": "11",
|
|
193
|
+
"cy": "11",
|
|
194
|
+
"r": "8"
|
|
195
|
+
}],
|
|
196
|
+
["path", { "d": "m21 21-4.3-4.3" }],
|
|
197
|
+
["path", { "d": "M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0" }]
|
|
198
|
+
]
|
|
199
|
+
};
|
|
200
|
+
var LuLuggage = {
|
|
201
|
+
name: "lu-luggage",
|
|
202
|
+
components: [
|
|
203
|
+
["path", { "d": "M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2" }],
|
|
204
|
+
["path", { "d": "M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14" }],
|
|
205
|
+
["path", { "d": "M10 20h4" }],
|
|
206
|
+
["circle", {
|
|
207
|
+
"cx": "16",
|
|
208
|
+
"cy": "20",
|
|
209
|
+
"r": "2"
|
|
210
|
+
}],
|
|
211
|
+
["circle", {
|
|
212
|
+
"cx": "8",
|
|
213
|
+
"cy": "20",
|
|
214
|
+
"r": "2"
|
|
215
|
+
}]
|
|
216
|
+
]
|
|
217
|
+
};
|
|
218
|
+
var LuMagnet = {
|
|
219
|
+
name: "lu-magnet",
|
|
220
|
+
components: [
|
|
221
|
+
["path", { "d": "m12 15 4 4" }],
|
|
222
|
+
["path", { "d": "M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z" }],
|
|
223
|
+
["path", { "d": "m5 8 4 4" }]
|
|
224
|
+
]
|
|
225
|
+
};
|
|
226
|
+
var LuMailBadge = {
|
|
227
|
+
name: "lu-mail-badge",
|
|
228
|
+
components: [
|
|
229
|
+
["path", { "d": "M22 7.7V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8.25" }],
|
|
230
|
+
["path", { "d": "M12 12.996a1.94 1.94 0 0 1-1.03-.296L2 7" }],
|
|
231
|
+
["path", { "d": "m20.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88" }],
|
|
232
|
+
["circle", {
|
|
233
|
+
"cx": "19",
|
|
234
|
+
"cy": "14",
|
|
235
|
+
"r": "3"
|
|
236
|
+
}]
|
|
237
|
+
]
|
|
238
|
+
};
|
|
239
|
+
var LuMailCheck = {
|
|
240
|
+
name: "lu-mail-check",
|
|
241
|
+
components: [
|
|
242
|
+
["path", { "d": "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" }],
|
|
243
|
+
["path", { "d": "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }],
|
|
244
|
+
["path", { "d": "m16 19 2 2 4-4" }]
|
|
245
|
+
]
|
|
246
|
+
};
|
|
247
|
+
var LuMailClock = {
|
|
248
|
+
name: "lu-mail-clock",
|
|
249
|
+
components: [
|
|
250
|
+
["path", { "d": "M16 14v2.2l1.6 1" }],
|
|
251
|
+
["path", { "d": "m22 7-.759.484" }],
|
|
252
|
+
["path", { "d": "M6.835 20H4a2 2 0 01-2-2V6a2 2 0 012-2h16a2 2 0 012 2v2" }],
|
|
253
|
+
["path", { "d": "M7.605 10.567 2 7" }],
|
|
254
|
+
["circle", {
|
|
255
|
+
"cx": "16",
|
|
256
|
+
"cy": "16",
|
|
257
|
+
"r": "6"
|
|
258
|
+
}]
|
|
259
|
+
]
|
|
260
|
+
};
|
|
261
|
+
var LuMailMinus = {
|
|
262
|
+
name: "lu-mail-minus",
|
|
263
|
+
components: [
|
|
264
|
+
["path", { "d": "M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" }],
|
|
265
|
+
["path", { "d": "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }],
|
|
266
|
+
["path", { "d": "M16 19h6" }]
|
|
267
|
+
]
|
|
268
|
+
};
|
|
269
|
+
var LuMailOpen = {
|
|
270
|
+
name: "lu-mail-open",
|
|
271
|
+
components: [["path", { "d": "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z" }], ["path", { "d": "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10" }]]
|
|
272
|
+
};
|
|
273
|
+
var LuMailPen = {
|
|
274
|
+
name: "lu-mail-pen",
|
|
275
|
+
components: [
|
|
276
|
+
["path", { "d": "M15.506 17.646A2 2 0 0015 18.5l-.837 2.87a.5.5 0 00.62.62l2.87-.837a2 2 0 00.854-.506l3.013-3.009a1 1 0 00-3.004-3.004z" }],
|
|
277
|
+
["path", { "d": "M22 10.346V6a2 2 0 00-2-2H4a2 2 0 00-2 2v12a2 2 0 002 2h6.396" }],
|
|
278
|
+
["path", { "d": "m22 7-8.991 5.727a2 2 0 01-2.009 0L2 7" }]
|
|
279
|
+
]
|
|
280
|
+
};
|
|
281
|
+
var LuMailPlus = {
|
|
282
|
+
name: "lu-mail-plus",
|
|
283
|
+
components: [
|
|
284
|
+
["path", { "d": "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" }],
|
|
285
|
+
["path", { "d": "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }],
|
|
286
|
+
["path", { "d": "M19 16v6" }],
|
|
287
|
+
["path", { "d": "M16 19h6" }]
|
|
288
|
+
]
|
|
289
|
+
};
|
|
290
|
+
var LuMailQuestionMark = {
|
|
291
|
+
name: "lu-mail-question-mark",
|
|
292
|
+
components: [
|
|
293
|
+
["path", { "d": "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5" }],
|
|
294
|
+
["path", { "d": "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }],
|
|
295
|
+
["path", { "d": "M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2" }],
|
|
296
|
+
["path", { "d": "M20 22v.01" }]
|
|
297
|
+
]
|
|
298
|
+
};
|
|
299
|
+
var LuMailSearch = {
|
|
300
|
+
name: "lu-mail-search",
|
|
301
|
+
components: [
|
|
302
|
+
["path", { "d": "M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5" }],
|
|
303
|
+
["path", { "d": "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }],
|
|
304
|
+
["path", { "d": "M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" }],
|
|
305
|
+
["circle", {
|
|
306
|
+
"cx": "18",
|
|
307
|
+
"cy": "18",
|
|
308
|
+
"r": "3"
|
|
309
|
+
}],
|
|
310
|
+
["path", { "d": "m22 22-1.5-1.5" }]
|
|
311
|
+
]
|
|
312
|
+
};
|
|
313
|
+
var LuMailWarning = {
|
|
314
|
+
name: "lu-mail-warning",
|
|
315
|
+
components: [
|
|
316
|
+
["path", { "d": "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5" }],
|
|
317
|
+
["path", { "d": "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }],
|
|
318
|
+
["path", { "d": "M20 14v4" }],
|
|
319
|
+
["path", { "d": "M20 22v.01" }]
|
|
320
|
+
]
|
|
321
|
+
};
|
|
322
|
+
var LuMailX = {
|
|
323
|
+
name: "lu-mail-x",
|
|
324
|
+
components: [
|
|
325
|
+
["path", { "d": "M22 12.532V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8.792" }],
|
|
326
|
+
["path", { "d": "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" }],
|
|
327
|
+
["path", { "d": "m16.5 16.5 5 5" }],
|
|
328
|
+
["path", { "d": "m21.5 16.5-5 5" }]
|
|
329
|
+
]
|
|
330
|
+
};
|
|
331
|
+
var LuMail = {
|
|
332
|
+
name: "lu-mail",
|
|
333
|
+
components: [["path", { "d": "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" }], ["rect", {
|
|
334
|
+
"x": "2",
|
|
335
|
+
"y": "4",
|
|
336
|
+
"width": "20",
|
|
337
|
+
"height": "16",
|
|
338
|
+
"rx": "2"
|
|
339
|
+
}]]
|
|
340
|
+
};
|
|
2
341
|
var LuMailbox = {
|
|
3
342
|
name: "lu-mailbox",
|
|
4
343
|
components: [
|
|
@@ -284,34 +623,6 @@ var LuMegaphone = {
|
|
|
284
623
|
["path", { "d": "M8 6v8" }]
|
|
285
624
|
]
|
|
286
625
|
};
|
|
287
|
-
var LuMeh = {
|
|
288
|
-
name: "lu-meh",
|
|
289
|
-
components: [
|
|
290
|
-
["circle", {
|
|
291
|
-
"cx": "12",
|
|
292
|
-
"cy": "12",
|
|
293
|
-
"r": "10"
|
|
294
|
-
}],
|
|
295
|
-
["line", {
|
|
296
|
-
"x1": "8",
|
|
297
|
-
"x2": "16",
|
|
298
|
-
"y1": "15",
|
|
299
|
-
"y2": "15"
|
|
300
|
-
}],
|
|
301
|
-
["line", {
|
|
302
|
-
"x1": "9",
|
|
303
|
-
"x2": "9.01",
|
|
304
|
-
"y1": "9",
|
|
305
|
-
"y2": "9"
|
|
306
|
-
}],
|
|
307
|
-
["line", {
|
|
308
|
-
"x1": "15",
|
|
309
|
-
"x2": "15.01",
|
|
310
|
-
"y1": "9",
|
|
311
|
-
"y2": "9"
|
|
312
|
-
}]
|
|
313
|
-
]
|
|
314
|
-
};
|
|
315
626
|
var LuMemoryStick = {
|
|
316
627
|
name: "lu-memory-stick",
|
|
317
628
|
components: [
|
|
@@ -352,7 +663,7 @@ var LuMerge = {
|
|
|
352
663
|
};
|
|
353
664
|
var LuMessageCircleCheck = {
|
|
354
665
|
name: "lu-message-circle-check",
|
|
355
|
-
components: [["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }], ["path", { "d": "
|
|
666
|
+
components: [["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }], ["path", { "d": "m16 9-5.5 5.5L8 12" }]]
|
|
356
667
|
};
|
|
357
668
|
var LuMessageCircleCode = {
|
|
358
669
|
name: "lu-message-circle-code",
|
|
@@ -362,6 +673,20 @@ var LuMessageCircleCode = {
|
|
|
362
673
|
["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }]
|
|
363
674
|
]
|
|
364
675
|
};
|
|
676
|
+
var LuMessageCircleDashedCheck = {
|
|
677
|
+
name: "lu-message-circle-dashed-check",
|
|
678
|
+
components: [
|
|
679
|
+
["path", { "d": "M10.1 2.182a10 10 0 013.8 0" }],
|
|
680
|
+
["path", { "d": "M13.9 21.818a10 10 0 01-3.8 0" }],
|
|
681
|
+
["path", { "d": "M17.609 3.72a10 10 0 012.69 2.7" }],
|
|
682
|
+
["path", { "d": "M2.182 13.9a10 10 0 010-3.8" }],
|
|
683
|
+
["path", { "d": "M20.28 17.61a10 10 0 01-2.7 2.69" }],
|
|
684
|
+
["path", { "d": "M21.818 10.1a10 10 0 010 3.8" }],
|
|
685
|
+
["path", { "d": "M3.721 6.391a10 10 0 012.7-2.69" }],
|
|
686
|
+
["path", { "d": "m6.163 21.117-2.906.85a1 1 0 01-1.236-1.169l.965-2.98" }],
|
|
687
|
+
["path", { "d": "m16 9-5.5 5.5L8 12" }]
|
|
688
|
+
]
|
|
689
|
+
};
|
|
365
690
|
var LuMessageCircleDashed = {
|
|
366
691
|
name: "lu-message-circle-dashed",
|
|
367
692
|
components: [
|
|
@@ -597,6 +922,26 @@ var LuMetronome = {
|
|
|
597
922
|
}]
|
|
598
923
|
]
|
|
599
924
|
};
|
|
925
|
+
var LuMicAudioLines = {
|
|
926
|
+
name: "lu-mic-audio-lines",
|
|
927
|
+
components: [
|
|
928
|
+
["path", { "d": "M10 3v2.341" }],
|
|
929
|
+
["path", { "d": "M12 17v4" }],
|
|
930
|
+
["path", { "d": "M14 5v.341" }],
|
|
931
|
+
["path", { "d": "M18 5v13" }],
|
|
932
|
+
["path", { "d": "M2 10v3" }],
|
|
933
|
+
["path", { "d": "M22 10v3" }],
|
|
934
|
+
["path", { "d": "M6 6v11" }],
|
|
935
|
+
["path", { "d": "M9 21h6" }],
|
|
936
|
+
["rect", {
|
|
937
|
+
"width": "4",
|
|
938
|
+
"height": "8",
|
|
939
|
+
"x": "10",
|
|
940
|
+
"y": "9",
|
|
941
|
+
"rx": "2"
|
|
942
|
+
}]
|
|
943
|
+
]
|
|
944
|
+
};
|
|
600
945
|
var LuMicOff = {
|
|
601
946
|
name: "lu-mic-off",
|
|
602
947
|
components: [
|
|
@@ -608,6 +953,24 @@ var LuMicOff = {
|
|
|
608
953
|
["path", { "d": "M9 9v3a3 3 0 0 0 5.12 2.12" }]
|
|
609
954
|
]
|
|
610
955
|
};
|
|
956
|
+
var LuMicSignal = {
|
|
957
|
+
name: "lu-mic-signal",
|
|
958
|
+
components: [
|
|
959
|
+
["path", { "d": "M12 17v4" }],
|
|
960
|
+
["path", { "d": "M18 11a6 6 0 00-3-5.197" }],
|
|
961
|
+
["path", { "d": "M2 11a10 10 0 015-8.662" }],
|
|
962
|
+
["path", { "d": "M22 11a10 10 0 00-5-8.662" }],
|
|
963
|
+
["path", { "d": "M6 11a6 6 0 013-5.197" }],
|
|
964
|
+
["path", { "d": "M9 21h6" }],
|
|
965
|
+
["rect", {
|
|
966
|
+
"x": "10",
|
|
967
|
+
"y": "9",
|
|
968
|
+
"width": "4",
|
|
969
|
+
"height": "8",
|
|
970
|
+
"rx": "2"
|
|
971
|
+
}]
|
|
972
|
+
]
|
|
973
|
+
};
|
|
611
974
|
var LuMicVocal = {
|
|
612
975
|
name: "lu-mic-vocal",
|
|
613
976
|
components: [
|
|
@@ -688,16 +1051,32 @@ var LuMicrowave = {
|
|
|
688
1051
|
["path", { "d": "M18 19v2" }]
|
|
689
1052
|
]
|
|
690
1053
|
};
|
|
691
|
-
var
|
|
692
|
-
name: "lu-
|
|
1054
|
+
var LuMidiPort = {
|
|
1055
|
+
name: "lu-midi-port",
|
|
693
1056
|
components: [
|
|
694
|
-
["path", { "d": "M12
|
|
695
|
-
["path", { "d": "
|
|
696
|
-
["path", { "d": "
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
|
|
1057
|
+
["path", { "d": "M12 18h.01" }],
|
|
1058
|
+
["path", { "d": "M15 2.458V5a1 1 0 01-1 1h-4a1 1 0 01-1-1V2.458" }],
|
|
1059
|
+
["path", { "d": "M16 16h.01" }],
|
|
1060
|
+
["path", { "d": "M18 12h.01" }],
|
|
1061
|
+
["path", { "d": "M6 12h.01" }],
|
|
1062
|
+
["path", { "d": "M8 16h.01" }],
|
|
1063
|
+
["circle", {
|
|
1064
|
+
"cx": "12",
|
|
1065
|
+
"cy": "12",
|
|
1066
|
+
"r": "10"
|
|
1067
|
+
}]
|
|
1068
|
+
]
|
|
1069
|
+
};
|
|
1070
|
+
var LuMilestone = {
|
|
1071
|
+
name: "lu-milestone",
|
|
1072
|
+
components: [
|
|
1073
|
+
["path", { "d": "M12 13v8" }],
|
|
1074
|
+
["path", { "d": "M12 3v3" }],
|
|
1075
|
+
["path", { "d": "M18.172 6a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z" }]
|
|
1076
|
+
]
|
|
1077
|
+
};
|
|
1078
|
+
var LuMilkOff = {
|
|
1079
|
+
name: "lu-milk-off",
|
|
701
1080
|
components: [
|
|
702
1081
|
["path", { "d": "M8 2h8" }],
|
|
703
1082
|
["path", { "d": "M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3" }],
|
|
@@ -1013,6 +1392,40 @@ var LuMoon = {
|
|
|
1013
1392
|
name: "lu-moon",
|
|
1014
1393
|
components: [["path", { "d": "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" }]]
|
|
1015
1394
|
};
|
|
1395
|
+
var LuMopSparkles = {
|
|
1396
|
+
name: "lu-mop-sparkles",
|
|
1397
|
+
components: [
|
|
1398
|
+
["path", { "d": "M10 22a3 3 0 01-3-3" }],
|
|
1399
|
+
["path", { "d": "M10 22c2.761 0 5-1.79 5-4-4.42 0-4.08-5-8.5-5a4.501 4.501 0 000 9z" }],
|
|
1400
|
+
["path", { "d": "M10 3H8" }],
|
|
1401
|
+
["path", { "d": "M12.5 11.5 22 2" }],
|
|
1402
|
+
["path", { "d": "M20 13v4" }],
|
|
1403
|
+
["path", { "d": "M22 15h-4" }],
|
|
1404
|
+
["path", { "d": "M4 5v4" }],
|
|
1405
|
+
["path", { "d": "M6 7H2" }],
|
|
1406
|
+
["path", { "d": "m6.98 13.02 2.665-2.664a1.21 1.21 0 011.71 0l2.29 2.288a1.21 1.21 0 010 1.712l-2.088 2.087" }],
|
|
1407
|
+
["path", { "d": "M9 2v2" }]
|
|
1408
|
+
]
|
|
1409
|
+
};
|
|
1410
|
+
var LuMop = {
|
|
1411
|
+
name: "lu-mop",
|
|
1412
|
+
components: [
|
|
1413
|
+
["path", { "d": "M10 22c2.761 0 5-1.79 5-4-4.42 0-4.08-5-8.5-5a1 1 0 100 9za3 3 0 01-3-3" }],
|
|
1414
|
+
["path", { "d": "M12.5 11.5 22 2" }],
|
|
1415
|
+
["path", { "d": "m6.98 13.02 2.665-2.664a1.21 1.21 0 011.71 0l2.29 2.288a1.21 1.21 0 010 1.712l-2.088 2.087" }]
|
|
1416
|
+
]
|
|
1417
|
+
};
|
|
1418
|
+
var LuMosque = {
|
|
1419
|
+
name: "lu-mosque",
|
|
1420
|
+
components: [
|
|
1421
|
+
["path", { "d": "M12.268 2a2 2 0 003.465 2" }],
|
|
1422
|
+
["path", { "d": "M14 5 L14 8" }],
|
|
1423
|
+
["path", { "d": "M16 22v-3a2 2 0 00-4 0v3" }],
|
|
1424
|
+
["path", { "d": "M21 13c-.662-1.497-1.666-2.753-2.9-3.63C16.825 8.47 15.422 8 14 8s-2.826.47-4.1 1.37C8.668 10.248 7.663 11.504 7 13z" }],
|
|
1425
|
+
["path", { "d": "M3 9h4" }],
|
|
1426
|
+
["path", { "d": "M7 22V6a5 5 0 00-2-4 5 5 0 00-2 4v14a2 2 0 002 2h14a2 2 0 002-2v-7" }]
|
|
1427
|
+
]
|
|
1428
|
+
};
|
|
1016
1429
|
var LuMotorbike = {
|
|
1017
1430
|
name: "lu-motorbike",
|
|
1018
1431
|
components: [
|
|
@@ -1712,9 +2125,9 @@ var LuPanda = {
|
|
|
1712
2125
|
components: [
|
|
1713
2126
|
["path", { "d": "M11.25 17.25h1.5L12 18z" }],
|
|
1714
2127
|
["path", { "d": "m15 12 2 2" }],
|
|
1715
|
-
["path", { "d": "
|
|
1716
|
-
["path", { "d": "
|
|
1717
|
-
["path", { "d": "M6 6.
|
|
2128
|
+
["path", { "d": "M17.902 6.599a8 8 0 0 0-.5-.5" }],
|
|
2129
|
+
["path", { "d": "M2 14.5C2 19.47 6.48 22 12 22s10-2.53 10-7.5a10 10 0 0 0-1.3-4.83 4.5 4.5 0 1 0-7.05-5.5 8 8 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5A10 10 0 0 0 2 14.5" }],
|
|
2130
|
+
["path", { "d": "M6.099 6.599a8 8 0 0 1 .5-.5" }],
|
|
1718
2131
|
["path", { "d": "m9 12-2 2" }]
|
|
1719
2132
|
]
|
|
1720
2133
|
};
|
|
@@ -2308,12 +2721,12 @@ var LuPi = {
|
|
|
2308
2721
|
var LuPiano = {
|
|
2309
2722
|
name: "lu-piano",
|
|
2310
2723
|
components: [
|
|
2311
|
-
["path", { "d": "
|
|
2312
|
-
["path", { "d": "
|
|
2313
|
-
["path", { "d": "
|
|
2314
|
-
["path", { "d": "
|
|
2315
|
-
["path", { "d": "
|
|
2316
|
-
["path", { "d": "
|
|
2724
|
+
["path", { "d": "M10 13v4" }],
|
|
2725
|
+
["path", { "d": "M14 13v4" }],
|
|
2726
|
+
["path", { "d": "M18 13v4" }],
|
|
2727
|
+
["path", { "d": "M2 13h20" }],
|
|
2728
|
+
["path", { "d": "M22 11.5A3.5 3.5 0 0018.5 8a3.52 3.52 0 01-3.173-2A7 7 0 002 9v10a2 2 0 002 2h16a2 2 0 002-2z" }],
|
|
2729
|
+
["path", { "d": "M6 13v4" }]
|
|
2317
2730
|
]
|
|
2318
2731
|
};
|
|
2319
2732
|
var LuPickaxe = {
|
|
@@ -2460,6 +2873,38 @@ var LuPlay = {
|
|
|
2460
2873
|
name: "lu-play",
|
|
2461
2874
|
components: [["path", { "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" }]]
|
|
2462
2875
|
};
|
|
2876
|
+
var LuPlayingCard = {
|
|
2877
|
+
name: "lu-playing-card",
|
|
2878
|
+
components: [["path", { "d": "M12.832 8.445a1 1 0 00-1.589-.098l-2.075 3.098a1 1 0 000 1.11l2 3a1 1 0 001.664 0l2-3a1 1 0 000-1.11z" }], ["rect", {
|
|
2879
|
+
"x": "5",
|
|
2880
|
+
"y": "2",
|
|
2881
|
+
"width": "14",
|
|
2882
|
+
"height": "20",
|
|
2883
|
+
"rx": "2"
|
|
2884
|
+
}]]
|
|
2885
|
+
};
|
|
2886
|
+
var LuPlayingCardsFan = {
|
|
2887
|
+
name: "lu-playing-cards-fan",
|
|
2888
|
+
components: [
|
|
2889
|
+
["path", { "d": "M12.65 7.65a2 2 0 012.629-1.046l5.51 2.374a2 2 0 011.046 2.628l-3.957 9.184a2 2 0 01-2.628 1.046l-5.51-2.374a2 2 0 01-1.046-2.628z" }],
|
|
2890
|
+
["path", { "d": "M18 7.777V4a2 2 0 00-2-2h-6a2 2 0 00-2 2v10a2 2 0 001.137 1.805" }],
|
|
2891
|
+
["path", { "d": "m8 4.389-4.364.809a2 2 0 00-1.602 2.33l1.822 9.833a2 2 0 002.331 1.602l2.542-.47" }]
|
|
2892
|
+
]
|
|
2893
|
+
};
|
|
2894
|
+
var LuPlayingCards = {
|
|
2895
|
+
name: "lu-playing-cards",
|
|
2896
|
+
components: [
|
|
2897
|
+
["path", { "d": "M14.832 8.445a1 1 0 00-1.589-.098l-2.075 3.098a1 1 0 000 1.11l2 3a1 1 0 001.664 0l2-3a1 1 0 000-1.11z" }],
|
|
2898
|
+
["path", { "d": "m7.18 20.827-5-11a2 2 0 01.993-2.647L7 5.44" }],
|
|
2899
|
+
["rect", {
|
|
2900
|
+
"x": "7",
|
|
2901
|
+
"y": "2",
|
|
2902
|
+
"width": "14",
|
|
2903
|
+
"height": "20",
|
|
2904
|
+
"rx": "2"
|
|
2905
|
+
}]
|
|
2906
|
+
]
|
|
2907
|
+
};
|
|
2463
2908
|
var LuPlug2 = {
|
|
2464
2909
|
name: "lu-plug-2",
|
|
2465
2910
|
components: [
|
|
@@ -2503,23 +2948,6 @@ var LuPocketKnife = {
|
|
|
2503
2948
|
["path", { "d": "M18 11.66V22a4 4 0 0 0 4-4V6" }]
|
|
2504
2949
|
]
|
|
2505
2950
|
};
|
|
2506
|
-
var LuPodcast = {
|
|
2507
|
-
name: "lu-podcast",
|
|
2508
|
-
components: [
|
|
2509
|
-
["path", {
|
|
2510
|
-
"d": "M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z",
|
|
2511
|
-
"fill": "currentColor"
|
|
2512
|
-
}],
|
|
2513
|
-
["path", { "d": "M16.85 18.58a9 9 0 1 0-9.7 0" }],
|
|
2514
|
-
["path", { "d": "M8 14a5 5 0 1 1 8 0" }],
|
|
2515
|
-
["circle", {
|
|
2516
|
-
"cx": "12",
|
|
2517
|
-
"cy": "11",
|
|
2518
|
-
"r": "1",
|
|
2519
|
-
"fill": "currentColor"
|
|
2520
|
-
}]
|
|
2521
|
-
]
|
|
2522
|
-
};
|
|
2523
2951
|
var LuPodium = {
|
|
2524
2952
|
name: "lu-podium",
|
|
2525
2953
|
components: [
|
|
@@ -3196,6 +3624,38 @@ var LuRoad = {
|
|
|
3196
3624
|
["path", { "d": "M2.077 18.449A2 2 0 0 0 4 21h16a2 2 0 0 0 1.924-2.55l-4-14A2 2 0 0 0 16 3H8a2 2 0 0 0-1.924 1.45z" }]
|
|
3197
3625
|
]
|
|
3198
3626
|
};
|
|
3627
|
+
var LuRobotArm = {
|
|
3628
|
+
name: "lu-robot-arm",
|
|
3629
|
+
components: [
|
|
3630
|
+
["path", { "d": "M12 21 7.5 8.322" }],
|
|
3631
|
+
["path", { "d": "m14 7 1.75-3.767a.5.5 0 0 1 .662-.172L20 5.005" }],
|
|
3632
|
+
["path", { "d": "m20 8.998-3.588 1.944a.5.5 0 0 1-.662-.172L14 7H8" }],
|
|
3633
|
+
["path", { "d": "M3.486 21h10" }],
|
|
3634
|
+
["path", { "d": "M5 21V8.732" }],
|
|
3635
|
+
["circle", {
|
|
3636
|
+
"cx": "6",
|
|
3637
|
+
"cy": "7",
|
|
3638
|
+
"r": "2"
|
|
3639
|
+
}]
|
|
3640
|
+
]
|
|
3641
|
+
};
|
|
3642
|
+
var LuRobotVacuum = {
|
|
3643
|
+
name: "lu-robot-vacuum",
|
|
3644
|
+
components: [
|
|
3645
|
+
["path", { "d": "M11 17h2" }],
|
|
3646
|
+
["path", { "d": "M12 12h.01" }],
|
|
3647
|
+
["path", { "d": "M17 12a5 5 0 00-10 0" }],
|
|
3648
|
+
["path", { "d": "M19 2v2.8" }],
|
|
3649
|
+
["path", { "d": "M2 5h2.8" }],
|
|
3650
|
+
["path", { "d": "M22 5h-2.8" }],
|
|
3651
|
+
["path", { "d": "M5 2v2.8" }],
|
|
3652
|
+
["circle", {
|
|
3653
|
+
"cx": "12",
|
|
3654
|
+
"cy": "12",
|
|
3655
|
+
"r": "10"
|
|
3656
|
+
}]
|
|
3657
|
+
]
|
|
3658
|
+
};
|
|
3199
3659
|
var LuRocket = {
|
|
3200
3660
|
name: "lu-rocket",
|
|
3201
3661
|
components: [
|
|
@@ -3248,6 +3708,14 @@ var LuRotate3d = {
|
|
|
3248
3708
|
["path", { "d": "M21.79796 11 A 10 5 0 1 0 19 15.57071" }]
|
|
3249
3709
|
]
|
|
3250
3710
|
};
|
|
3711
|
+
var LuRotateCcwClock = {
|
|
3712
|
+
name: "lu-rotate-ccw-clock",
|
|
3713
|
+
components: [
|
|
3714
|
+
["path", { "d": "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }],
|
|
3715
|
+
["path", { "d": "M3 3v5h5" }],
|
|
3716
|
+
["path", { "d": "M12 7v5l4 2" }]
|
|
3717
|
+
]
|
|
3718
|
+
};
|
|
3251
3719
|
var LuRotateCcwKey = {
|
|
3252
3720
|
name: "lu-rotate-ccw-key",
|
|
3253
3721
|
components: [
|
|
@@ -3274,6 +3742,21 @@ var LuRotateCcw = {
|
|
|
3274
3742
|
name: "lu-rotate-ccw",
|
|
3275
3743
|
components: [["path", { "d": "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], ["path", { "d": "M3 3v5h5" }]]
|
|
3276
3744
|
};
|
|
3745
|
+
var LuRotateCwFadingClock = {
|
|
3746
|
+
name: "lu-rotate-cw-fading-clock",
|
|
3747
|
+
components: [
|
|
3748
|
+
["path", { "d": "M12 3a9.75 9.75 0 0 1 6.74 2.74" }],
|
|
3749
|
+
["path", { "d": "M18.74 5.74 21 8" }],
|
|
3750
|
+
["path", { "d": "M21 8V3" }],
|
|
3751
|
+
["path", { "d": "M7.5 19.794c-6-3.464-6-12.124 0-15.588" }],
|
|
3752
|
+
["path", { "d": "M7.5 4.206A9 9 0 0 1 12 3" }],
|
|
3753
|
+
["path", { "d": "M12 7v5l4 2" }],
|
|
3754
|
+
["path", { "d": "M14 20.775A9 9 0 0 1 12 21" }],
|
|
3755
|
+
["path", { "d": "M19 17.656a9 9 0 0 1-1.5 1.456" }],
|
|
3756
|
+
["path", { "d": "M21 12a9 9 0 0 1-.228 2" }],
|
|
3757
|
+
["path", { "d": "M21 8h-5" }]
|
|
3758
|
+
]
|
|
3759
|
+
};
|
|
3277
3760
|
var LuRotateCwSquare = {
|
|
3278
3761
|
name: "lu-rotate-cw-square",
|
|
3279
3762
|
components: [
|
|
@@ -3683,6 +4166,22 @@ var LuScanSearch = {
|
|
|
3683
4166
|
["path", { "d": "m16 16-1.9-1.9" }]
|
|
3684
4167
|
]
|
|
3685
4168
|
};
|
|
4169
|
+
var LuScanSquare = {
|
|
4170
|
+
name: "lu-scan-square",
|
|
4171
|
+
components: [
|
|
4172
|
+
["path", { "d": "M3 7V5a2 2 0 0 1 2-2h2" }],
|
|
4173
|
+
["path", { "d": "M17 3h2a2 2 0 0 1 2 2v2" }],
|
|
4174
|
+
["path", { "d": "M21 17v2a2 2 0 0 1-2 2h-2" }],
|
|
4175
|
+
["path", { "d": "M7 21H5a2 2 0 0 1-2-2v-2" }],
|
|
4176
|
+
["rect", {
|
|
4177
|
+
"width": "8",
|
|
4178
|
+
"height": "8",
|
|
4179
|
+
"x": "8",
|
|
4180
|
+
"y": "8",
|
|
4181
|
+
"rx": "1"
|
|
4182
|
+
}]
|
|
4183
|
+
]
|
|
4184
|
+
};
|
|
3686
4185
|
var LuScanText = {
|
|
3687
4186
|
name: "lu-scan-text",
|
|
3688
4187
|
components: [
|
|
@@ -4224,6 +4723,20 @@ var LuShieldKeyhole = {
|
|
|
4224
4723
|
}]
|
|
4225
4724
|
]
|
|
4226
4725
|
};
|
|
4726
|
+
var LuShieldLock = {
|
|
4727
|
+
name: "lu-shield-lock",
|
|
4728
|
+
components: [
|
|
4729
|
+
["path", { "d": "M20 9.807V6a1 1 0 00-1-1c-2 0-4.49-1.19-6.24-2.72a1.17 1.17 0 00-1.52 0C9.5 3.8 7 5 5 5a1 1 0 00-1 1v7c0 3.88 2.107 6.254 5 7.796" }],
|
|
4730
|
+
["path", { "d": "M19 17v-2a2 2 0 00-4 0v2" }],
|
|
4731
|
+
["rect", {
|
|
4732
|
+
"x": "13",
|
|
4733
|
+
"y": "17",
|
|
4734
|
+
"width": "8",
|
|
4735
|
+
"height": "5",
|
|
4736
|
+
"rx": "1"
|
|
4737
|
+
}]
|
|
4738
|
+
]
|
|
4739
|
+
};
|
|
4227
4740
|
var LuShieldMinus = {
|
|
4228
4741
|
name: "lu-shield-minus",
|
|
4229
4742
|
components: [["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 12h6" }]]
|
|
@@ -4276,6 +4789,16 @@ var LuShield = {
|
|
|
4276
4789
|
name: "lu-shield",
|
|
4277
4790
|
components: [["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" }]]
|
|
4278
4791
|
};
|
|
4792
|
+
var LuShipCargo = {
|
|
4793
|
+
name: "lu-ship-cargo",
|
|
4794
|
+
components: [
|
|
4795
|
+
["path", { "d": "M12 15v-3" }],
|
|
4796
|
+
["path", { "d": "M12 2v2" }],
|
|
4797
|
+
["path", { "d": "M16.5 12V9a1 1 0 011-1h1a1 1 0 001-1V5a1 1 0 00-1-1h-13a1 1 0 00-1 1v2a1 1 0 001 1h1a1 1 0 011 1v3" }],
|
|
4798
|
+
["path", { "d": "M19.38 19c1.076-1.815 1.636-4.89 1.628-6.008a1 1 0 00-1-.992H3.984a1 1 0 00-1 .984c-.03 1.86.97 5.621 2.826 7.776" }],
|
|
4799
|
+
["path", { "d": "M2 20c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }]
|
|
4800
|
+
]
|
|
4801
|
+
};
|
|
4279
4802
|
var LuShipWheel = {
|
|
4280
4803
|
name: "lu-ship-wheel",
|
|
4281
4804
|
components: [
|
|
@@ -4302,11 +4825,11 @@ var LuShipWheel = {
|
|
|
4302
4825
|
var LuShip = {
|
|
4303
4826
|
name: "lu-ship",
|
|
4304
4827
|
components: [
|
|
4305
|
-
["path", { "d": "M12
|
|
4306
|
-
["path", { "d": "M12
|
|
4307
|
-
["path", { "d": "M19
|
|
4308
|
-
["path", { "d": "M19.38
|
|
4309
|
-
["path", { "d": "M2
|
|
4828
|
+
["path", { "d": "M12 2v2" }],
|
|
4829
|
+
["path", { "d": "M12 9.189V13" }],
|
|
4830
|
+
["path", { "d": "M19 12V6a2 2 0 00-2-2H7a2 2 0 00-2 2v6" }],
|
|
4831
|
+
["path", { "d": "M19.38 19A11.6 11.6 0 0021 13l-8.188-3.639a2 2 0 00-1.624 0L3 13.001a11.6 11.6 0 002.81 7.76" }],
|
|
4832
|
+
["path", { "d": "M2 20c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }]
|
|
4310
4833
|
]
|
|
4311
4834
|
};
|
|
4312
4835
|
var LuShirt = {
|
|
@@ -4333,20 +4856,60 @@ var LuShoppingBasket = {
|
|
|
4333
4856
|
["path", { "d": "m9 11 1 9" }]
|
|
4334
4857
|
]
|
|
4335
4858
|
};
|
|
4336
|
-
var
|
|
4337
|
-
name: "lu-shopping-cart",
|
|
4859
|
+
var LuShoppingCartMinus = {
|
|
4860
|
+
name: "lu-shopping-cart-minus",
|
|
4338
4861
|
components: [
|
|
4862
|
+
["path", { "d": "M16 5h6" }],
|
|
4863
|
+
["path", { "d": "m2.05 2.05 1.099-.028a1 1 0 011.008.815l2.69 14.347A1 1 0 007.83 18H18" }],
|
|
4864
|
+
["path", { "d": "M4.564 5H12" }],
|
|
4865
|
+
["path", { "d": "M6.25 14h12.712a2 2 0 001.991-1.57l.514-3.113" }],
|
|
4866
|
+
["circle", {
|
|
4867
|
+
"cx": "18",
|
|
4868
|
+
"cy": "20",
|
|
4869
|
+
"r": "2"
|
|
4870
|
+
}],
|
|
4339
4871
|
["circle", {
|
|
4340
4872
|
"cx": "8",
|
|
4341
|
-
"cy": "
|
|
4342
|
-
"r": "
|
|
4873
|
+
"cy": "20",
|
|
4874
|
+
"r": "2"
|
|
4875
|
+
}]
|
|
4876
|
+
]
|
|
4877
|
+
};
|
|
4878
|
+
var LuShoppingCartPlus = {
|
|
4879
|
+
name: "lu-shopping-cart-plus",
|
|
4880
|
+
components: [
|
|
4881
|
+
["path", { "d": "M16 5h6" }],
|
|
4882
|
+
["path", { "d": "M19 2v6" }],
|
|
4883
|
+
["path", { "d": "m2.05 2.05 1.099-.028a1 1 0 011.008.815l2.69 14.347A1 1 0 007.83 18H18" }],
|
|
4884
|
+
["path", { "d": "M4.564 5H12" }],
|
|
4885
|
+
["path", { "d": "M6.25 14h12.712a2 2 0 001.991-1.57l.172-1.041" }],
|
|
4886
|
+
["circle", {
|
|
4887
|
+
"cx": "18",
|
|
4888
|
+
"cy": "20",
|
|
4889
|
+
"r": "2"
|
|
4343
4890
|
}],
|
|
4344
4891
|
["circle", {
|
|
4345
|
-
"cx": "
|
|
4346
|
-
"cy": "
|
|
4347
|
-
"r": "
|
|
4892
|
+
"cx": "8",
|
|
4893
|
+
"cy": "20",
|
|
4894
|
+
"r": "2"
|
|
4895
|
+
}]
|
|
4896
|
+
]
|
|
4897
|
+
};
|
|
4898
|
+
var LuShoppingCart = {
|
|
4899
|
+
name: "lu-shopping-cart",
|
|
4900
|
+
components: [
|
|
4901
|
+
["path", { "d": "m2.05 2.05 1.099-.028a1 1 0 0 1 1.008.815l2.69 14.347A1 1 0 0 0 7.83 18H18" }],
|
|
4902
|
+
["path", { "d": "M4.563 5h16.435a1 1 0 0 1 .981 1.204l-1.026 6.226A2 2 0 0 1 18.962 14H6.25" }],
|
|
4903
|
+
["circle", {
|
|
4904
|
+
"cx": "18",
|
|
4905
|
+
"cy": "20",
|
|
4906
|
+
"r": "2"
|
|
4348
4907
|
}],
|
|
4349
|
-
["
|
|
4908
|
+
["circle", {
|
|
4909
|
+
"cx": "8",
|
|
4910
|
+
"cy": "20",
|
|
4911
|
+
"r": "2"
|
|
4912
|
+
}]
|
|
4350
4913
|
]
|
|
4351
4914
|
};
|
|
4352
4915
|
var LuShovel = {
|
|
@@ -4384,14 +4947,26 @@ var LuShredder = {
|
|
|
4384
4947
|
["path", { "d": "M6 20v-3" }]
|
|
4385
4948
|
]
|
|
4386
4949
|
};
|
|
4950
|
+
var LuShrimpOff = {
|
|
4951
|
+
name: "lu-shrimp-off",
|
|
4952
|
+
components: [
|
|
4953
|
+
["path", { "d": "M10 2a3.28 3.28 0 003.227 1.798l6.17-.561A1 1 0 1119.614 8H13.5" }],
|
|
4954
|
+
["path", { "d": "M11 20c-.5.5-1.12 1-2.5 1a1 1 0 010-5H12a7 7 0 003.283-.817" }],
|
|
4955
|
+
["path", { "d": "M11 22c-.5-.5-1.12-1-2.5-1a6.5 6.5 0 01-5.63-3.25 6.44 6.44 0 015.236-9.744" }],
|
|
4956
|
+
["path", { "d": "M18.04 12.54A7 7 0 0019 9V8" }],
|
|
4957
|
+
["path", { "d": "m2 2 20 20" }],
|
|
4958
|
+
["path", { "d": "M8 16c-2 0-4.5-4-4-6" }],
|
|
4959
|
+
["path", { "d": "M9.43 9.33A8.5 8.5 0 0010 16" }]
|
|
4960
|
+
]
|
|
4961
|
+
};
|
|
4387
4962
|
var LuShrimp = {
|
|
4388
4963
|
name: "lu-shrimp",
|
|
4389
4964
|
components: [
|
|
4390
|
-
["path", { "d": "
|
|
4391
|
-
["path", { "d": "
|
|
4392
|
-
["path", { "d": "
|
|
4393
|
-
["path", { "d": "
|
|
4394
|
-
["path", { "d": "
|
|
4965
|
+
["path", { "d": "M10 2a3.28 3.28 0 003.227 1.798l6.17-.561A1 1 0 1119.614 8H8.5a6.44 6.44 0 00-5.63 9.75A6.5 6.5 0 008.5 21c1.38 0 2-.5 2.5-1" }],
|
|
4966
|
+
["path", { "d": "M10 8a8.5 8.5 0 000 8" }],
|
|
4967
|
+
["path", { "d": "M11 22c-.5-.5-1.12-1-2.5-1a1 1 0 010-5H12a7 7 0 007-7V8" }],
|
|
4968
|
+
["path", { "d": "M13 12h.01" }],
|
|
4969
|
+
["path", { "d": "M8 16c-2 0-4.5-4-4-6" }]
|
|
4395
4970
|
]
|
|
4396
4971
|
};
|
|
4397
4972
|
var LuShrink = {
|
|
@@ -4592,50 +5167,6 @@ var LuSmartphone = {
|
|
|
4592
5167
|
"ry": "2"
|
|
4593
5168
|
}], ["path", { "d": "M12 18h.01" }]]
|
|
4594
5169
|
};
|
|
4595
|
-
var LuSmilePlus = {
|
|
4596
|
-
name: "lu-smile-plus",
|
|
4597
|
-
components: [
|
|
4598
|
-
["path", { "d": "M22 11v1a10 10 0 1 1-9-10" }],
|
|
4599
|
-
["path", { "d": "M8 14s1.5 2 4 2 4-2 4-2" }],
|
|
4600
|
-
["line", {
|
|
4601
|
-
"x1": "9",
|
|
4602
|
-
"x2": "9.01",
|
|
4603
|
-
"y1": "9",
|
|
4604
|
-
"y2": "9"
|
|
4605
|
-
}],
|
|
4606
|
-
["line", {
|
|
4607
|
-
"x1": "15",
|
|
4608
|
-
"x2": "15.01",
|
|
4609
|
-
"y1": "9",
|
|
4610
|
-
"y2": "9"
|
|
4611
|
-
}],
|
|
4612
|
-
["path", { "d": "M16 5h6" }],
|
|
4613
|
-
["path", { "d": "M19 2v6" }]
|
|
4614
|
-
]
|
|
4615
|
-
};
|
|
4616
|
-
var LuSmile = {
|
|
4617
|
-
name: "lu-smile",
|
|
4618
|
-
components: [
|
|
4619
|
-
["circle", {
|
|
4620
|
-
"cx": "12",
|
|
4621
|
-
"cy": "12",
|
|
4622
|
-
"r": "10"
|
|
4623
|
-
}],
|
|
4624
|
-
["path", { "d": "M8 14s1.5 2 4 2 4-2 4-2" }],
|
|
4625
|
-
["line", {
|
|
4626
|
-
"x1": "9",
|
|
4627
|
-
"x2": "9.01",
|
|
4628
|
-
"y1": "9",
|
|
4629
|
-
"y2": "9"
|
|
4630
|
-
}],
|
|
4631
|
-
["line", {
|
|
4632
|
-
"x1": "15",
|
|
4633
|
-
"x2": "15.01",
|
|
4634
|
-
"y1": "9",
|
|
4635
|
-
"y2": "9"
|
|
4636
|
-
}]
|
|
4637
|
-
]
|
|
4638
|
-
};
|
|
4639
5170
|
var LuSnail = {
|
|
4640
5171
|
name: "lu-snail",
|
|
4641
5172
|
components: [
|
|
@@ -4772,9 +5303,9 @@ var LuSpellCheck2 = {
|
|
|
4772
5303
|
var LuSpellCheck = {
|
|
4773
5304
|
name: "lu-spell-check",
|
|
4774
5305
|
components: [
|
|
4775
|
-
["path", { "d": "
|
|
4776
|
-
["path", { "d": "
|
|
4777
|
-
["path", { "d": "
|
|
5306
|
+
["path", { "d": "m20 15-5.5 5.5L12 18" }],
|
|
5307
|
+
["path", { "d": "m4 16 6-12 5.115 10.23" }],
|
|
5308
|
+
["path", { "d": "M6 12h8" }]
|
|
4778
5309
|
]
|
|
4779
5310
|
};
|
|
4780
5311
|
var LuSplinePointer = {
|
|
@@ -4907,583 +5438,7 @@ var LuSquareArrowDownRight = {
|
|
|
4907
5438
|
}]
|
|
4908
5439
|
]
|
|
4909
5440
|
};
|
|
4910
|
-
var LuSquareArrowDown = {
|
|
4911
|
-
name: "lu-square-arrow-down",
|
|
4912
|
-
components: [
|
|
4913
|
-
["rect", {
|
|
4914
|
-
"width": "18",
|
|
4915
|
-
"height": "18",
|
|
4916
|
-
"x": "3",
|
|
4917
|
-
"y": "3",
|
|
4918
|
-
"rx": "2"
|
|
4919
|
-
}],
|
|
4920
|
-
["path", { "d": "M12 8v8" }],
|
|
4921
|
-
["path", { "d": "m8 12 4 4 4-4" }]
|
|
4922
|
-
]
|
|
4923
|
-
};
|
|
4924
|
-
var LuSquareArrowLeft = {
|
|
4925
|
-
name: "lu-square-arrow-left",
|
|
4926
|
-
components: [
|
|
4927
|
-
["rect", {
|
|
4928
|
-
"width": "18",
|
|
4929
|
-
"height": "18",
|
|
4930
|
-
"x": "3",
|
|
4931
|
-
"y": "3",
|
|
4932
|
-
"rx": "2"
|
|
4933
|
-
}],
|
|
4934
|
-
["path", { "d": "m12 8-4 4 4 4" }],
|
|
4935
|
-
["path", { "d": "M16 12H8" }]
|
|
4936
|
-
]
|
|
4937
|
-
};
|
|
4938
|
-
var LuSquareArrowOutDownLeft = {
|
|
4939
|
-
name: "lu-square-arrow-out-down-left",
|
|
4940
|
-
components: [
|
|
4941
|
-
["path", { "d": "M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6" }],
|
|
4942
|
-
["path", { "d": "m3 21 9-9" }],
|
|
4943
|
-
["path", { "d": "M9 21H3v-6" }]
|
|
4944
|
-
]
|
|
4945
|
-
};
|
|
4946
|
-
var LuSquareArrowOutDownRight = {
|
|
4947
|
-
name: "lu-square-arrow-out-down-right",
|
|
4948
|
-
components: [
|
|
4949
|
-
["path", { "d": "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }],
|
|
4950
|
-
["path", { "d": "m21 21-9-9" }],
|
|
4951
|
-
["path", { "d": "M21 15v6h-6" }]
|
|
4952
|
-
]
|
|
4953
|
-
};
|
|
4954
|
-
var LuSquareArrowOutUpLeft = {
|
|
4955
|
-
name: "lu-square-arrow-out-up-left",
|
|
4956
|
-
components: [
|
|
4957
|
-
["path", { "d": "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6" }],
|
|
4958
|
-
["path", { "d": "m3 3 9 9" }],
|
|
4959
|
-
["path", { "d": "M3 9V3h6" }]
|
|
4960
|
-
]
|
|
4961
|
-
};
|
|
4962
|
-
var LuSquareArrowOutUpRight = {
|
|
4963
|
-
name: "lu-square-arrow-out-up-right",
|
|
4964
|
-
components: [
|
|
4965
|
-
["path", { "d": "M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6" }],
|
|
4966
|
-
["path", { "d": "m21 3-9 9" }],
|
|
4967
|
-
["path", { "d": "M15 3h6v6" }]
|
|
4968
|
-
]
|
|
4969
|
-
};
|
|
4970
|
-
var LuSquareArrowRightEnter = {
|
|
4971
|
-
name: "lu-square-arrow-right-enter",
|
|
4972
|
-
components: [
|
|
4973
|
-
["path", { "d": "m10 16 4-4-4-4" }],
|
|
4974
|
-
["path", { "d": "M3 12h11" }],
|
|
4975
|
-
["path", { "d": "M3 8V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3" }]
|
|
4976
|
-
]
|
|
4977
|
-
};
|
|
4978
|
-
var LuSquareArrowRightExit = {
|
|
4979
|
-
name: "lu-square-arrow-right-exit",
|
|
4980
|
-
components: [
|
|
4981
|
-
["path", { "d": "M10 12h11" }],
|
|
4982
|
-
["path", { "d": "m17 16 4-4-4-4" }],
|
|
4983
|
-
["path", { "d": "M21 6.344V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.344" }]
|
|
4984
|
-
]
|
|
4985
|
-
};
|
|
4986
|
-
var LuSquareArrowRight = {
|
|
4987
|
-
name: "lu-square-arrow-right",
|
|
4988
|
-
components: [
|
|
4989
|
-
["rect", {
|
|
4990
|
-
"width": "18",
|
|
4991
|
-
"height": "18",
|
|
4992
|
-
"x": "3",
|
|
4993
|
-
"y": "3",
|
|
4994
|
-
"rx": "2"
|
|
4995
|
-
}],
|
|
4996
|
-
["path", { "d": "M8 12h8" }],
|
|
4997
|
-
["path", { "d": "m12 16 4-4-4-4" }]
|
|
4998
|
-
]
|
|
4999
|
-
};
|
|
5000
|
-
var LuSquareArrowUpLeft = {
|
|
5001
|
-
name: "lu-square-arrow-up-left",
|
|
5002
|
-
components: [
|
|
5003
|
-
["path", { "d": "M15 15 9 9" }],
|
|
5004
|
-
["path", { "d": "M9 15V9h6" }],
|
|
5005
|
-
["rect", {
|
|
5006
|
-
"x": "3",
|
|
5007
|
-
"y": "3",
|
|
5008
|
-
"width": "18",
|
|
5009
|
-
"height": "18",
|
|
5010
|
-
"rx": "2"
|
|
5011
|
-
}]
|
|
5012
|
-
]
|
|
5013
|
-
};
|
|
5014
|
-
var LuSquareArrowUpRight = {
|
|
5015
|
-
name: "lu-square-arrow-up-right",
|
|
5016
|
-
components: [
|
|
5017
|
-
["path", { "d": "M15 15V9H9" }],
|
|
5018
|
-
["path", { "d": "m9 15 6-6" }],
|
|
5019
|
-
["rect", {
|
|
5020
|
-
"x": "3",
|
|
5021
|
-
"y": "3",
|
|
5022
|
-
"width": "18",
|
|
5023
|
-
"height": "18",
|
|
5024
|
-
"rx": "2"
|
|
5025
|
-
}]
|
|
5026
|
-
]
|
|
5027
|
-
};
|
|
5028
|
-
var LuSquareArrowUp = {
|
|
5029
|
-
name: "lu-square-arrow-up",
|
|
5030
|
-
components: [
|
|
5031
|
-
["rect", {
|
|
5032
|
-
"width": "18",
|
|
5033
|
-
"height": "18",
|
|
5034
|
-
"x": "3",
|
|
5035
|
-
"y": "3",
|
|
5036
|
-
"rx": "2"
|
|
5037
|
-
}],
|
|
5038
|
-
["path", { "d": "m16 12-4-4-4 4" }],
|
|
5039
|
-
["path", { "d": "M12 16V8" }]
|
|
5040
|
-
]
|
|
5041
|
-
};
|
|
5042
|
-
var LuSquareAsterisk = {
|
|
5043
|
-
name: "lu-square-asterisk",
|
|
5044
|
-
components: [
|
|
5045
|
-
["rect", {
|
|
5046
|
-
"width": "18",
|
|
5047
|
-
"height": "18",
|
|
5048
|
-
"x": "3",
|
|
5049
|
-
"y": "3",
|
|
5050
|
-
"rx": "2"
|
|
5051
|
-
}],
|
|
5052
|
-
["path", { "d": "M12 8v8" }],
|
|
5053
|
-
["path", { "d": "m8.5 14 7-4" }],
|
|
5054
|
-
["path", { "d": "m8.5 10 7 4" }]
|
|
5055
|
-
]
|
|
5056
|
-
};
|
|
5057
|
-
var LuSquareBottomDashedScissors = {
|
|
5058
|
-
name: "lu-square-bottom-dashed-scissors",
|
|
5059
|
-
components: [
|
|
5060
|
-
["line", {
|
|
5061
|
-
"x1": "5",
|
|
5062
|
-
"y1": "3",
|
|
5063
|
-
"x2": "19",
|
|
5064
|
-
"y2": "3"
|
|
5065
|
-
}],
|
|
5066
|
-
["line", {
|
|
5067
|
-
"x1": "3",
|
|
5068
|
-
"y1": "5",
|
|
5069
|
-
"x2": "3",
|
|
5070
|
-
"y2": "19"
|
|
5071
|
-
}],
|
|
5072
|
-
["line", {
|
|
5073
|
-
"x1": "21",
|
|
5074
|
-
"y1": "5",
|
|
5075
|
-
"x2": "21",
|
|
5076
|
-
"y2": "19"
|
|
5077
|
-
}],
|
|
5078
|
-
["line", {
|
|
5079
|
-
"x1": "9",
|
|
5080
|
-
"y1": "21",
|
|
5081
|
-
"x2": "10",
|
|
5082
|
-
"y2": "21"
|
|
5083
|
-
}],
|
|
5084
|
-
["line", {
|
|
5085
|
-
"x1": "14",
|
|
5086
|
-
"y1": "21",
|
|
5087
|
-
"x2": "15",
|
|
5088
|
-
"y2": "21"
|
|
5089
|
-
}],
|
|
5090
|
-
["path", { "d": "M 3 5 A2 2 0 0 1 5 3" }],
|
|
5091
|
-
["path", { "d": "M 19 3 A2 2 0 0 1 21 5" }],
|
|
5092
|
-
["path", { "d": "M 5 21 A2 2 0 0 1 3 19" }],
|
|
5093
|
-
["path", { "d": "M 21 19 A2 2 0 0 1 19 21" }],
|
|
5094
|
-
["circle", {
|
|
5095
|
-
"cx": "8.5",
|
|
5096
|
-
"cy": "8.5",
|
|
5097
|
-
"r": "1.5"
|
|
5098
|
-
}],
|
|
5099
|
-
["line", {
|
|
5100
|
-
"x1": "9.56066",
|
|
5101
|
-
"y1": "9.56066",
|
|
5102
|
-
"x2": "12",
|
|
5103
|
-
"y2": "12"
|
|
5104
|
-
}],
|
|
5105
|
-
["line", {
|
|
5106
|
-
"x1": "17",
|
|
5107
|
-
"y1": "17",
|
|
5108
|
-
"x2": "14.82",
|
|
5109
|
-
"y2": "14.82"
|
|
5110
|
-
}],
|
|
5111
|
-
["circle", {
|
|
5112
|
-
"cx": "8.5",
|
|
5113
|
-
"cy": "15.5",
|
|
5114
|
-
"r": "1.5"
|
|
5115
|
-
}],
|
|
5116
|
-
["line", {
|
|
5117
|
-
"x1": "9.56066",
|
|
5118
|
-
"y1": "14.43934",
|
|
5119
|
-
"x2": "17",
|
|
5120
|
-
"y2": "7"
|
|
5121
|
-
}]
|
|
5122
|
-
]
|
|
5123
|
-
};
|
|
5124
|
-
var LuSquareCenterlineDashedHorizontal = {
|
|
5125
|
-
name: "lu-square-centerline-dashed-horizontal",
|
|
5126
|
-
components: [
|
|
5127
|
-
["path", { "d": "M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3" }],
|
|
5128
|
-
["path", { "d": "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3" }],
|
|
5129
|
-
["path", { "d": "M12 20v2" }],
|
|
5130
|
-
["path", { "d": "M12 14v2" }],
|
|
5131
|
-
["path", { "d": "M12 8v2" }],
|
|
5132
|
-
["path", { "d": "M12 2v2" }]
|
|
5133
|
-
]
|
|
5134
|
-
};
|
|
5135
|
-
var LuSquareCenterlineDashedVertical = {
|
|
5136
|
-
name: "lu-square-centerline-dashed-vertical",
|
|
5137
|
-
components: [
|
|
5138
|
-
["path", { "d": "M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3" }],
|
|
5139
|
-
["path", { "d": "M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3" }],
|
|
5140
|
-
["path", { "d": "M4 12H2" }],
|
|
5141
|
-
["path", { "d": "M10 12H8" }],
|
|
5142
|
-
["path", { "d": "M16 12h-2" }],
|
|
5143
|
-
["path", { "d": "M22 12h-2" }]
|
|
5144
|
-
]
|
|
5145
|
-
};
|
|
5146
|
-
var LuSquareChartGantt = {
|
|
5147
|
-
name: "lu-square-chart-gantt",
|
|
5148
|
-
components: [
|
|
5149
|
-
["rect", {
|
|
5150
|
-
"width": "18",
|
|
5151
|
-
"height": "18",
|
|
5152
|
-
"x": "3",
|
|
5153
|
-
"y": "3",
|
|
5154
|
-
"rx": "2"
|
|
5155
|
-
}],
|
|
5156
|
-
["path", { "d": "M9 8h7" }],
|
|
5157
|
-
["path", { "d": "M8 12h6" }],
|
|
5158
|
-
["path", { "d": "M11 16h5" }]
|
|
5159
|
-
]
|
|
5160
|
-
};
|
|
5161
|
-
var LuSquareCheckBig = {
|
|
5162
|
-
name: "lu-square-check-big",
|
|
5163
|
-
components: [["path", { "d": "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" }], ["path", { "d": "m9 11 3 3L22 4" }]]
|
|
5164
|
-
};
|
|
5165
|
-
var LuSquareCheck = {
|
|
5166
|
-
name: "lu-square-check",
|
|
5167
|
-
components: [["rect", {
|
|
5168
|
-
"width": "18",
|
|
5169
|
-
"height": "18",
|
|
5170
|
-
"x": "3",
|
|
5171
|
-
"y": "3",
|
|
5172
|
-
"rx": "2"
|
|
5173
|
-
}], ["path", { "d": "m9 12 2 2 4-4" }]]
|
|
5174
|
-
};
|
|
5175
|
-
var LuSquareChevronDown = {
|
|
5176
|
-
name: "lu-square-chevron-down",
|
|
5177
|
-
components: [["rect", {
|
|
5178
|
-
"width": "18",
|
|
5179
|
-
"height": "18",
|
|
5180
|
-
"x": "3",
|
|
5181
|
-
"y": "3",
|
|
5182
|
-
"rx": "2"
|
|
5183
|
-
}], ["path", { "d": "m16 10-4 4-4-4" }]]
|
|
5184
|
-
};
|
|
5185
|
-
var LuSquareChevronLeft = {
|
|
5186
|
-
name: "lu-square-chevron-left",
|
|
5187
|
-
components: [["rect", {
|
|
5188
|
-
"width": "18",
|
|
5189
|
-
"height": "18",
|
|
5190
|
-
"x": "3",
|
|
5191
|
-
"y": "3",
|
|
5192
|
-
"rx": "2"
|
|
5193
|
-
}], ["path", { "d": "m14 16-4-4 4-4" }]]
|
|
5194
|
-
};
|
|
5195
|
-
var LuSquareChevronRight = {
|
|
5196
|
-
name: "lu-square-chevron-right",
|
|
5197
|
-
components: [["rect", {
|
|
5198
|
-
"width": "18",
|
|
5199
|
-
"height": "18",
|
|
5200
|
-
"x": "3",
|
|
5201
|
-
"y": "3",
|
|
5202
|
-
"rx": "2"
|
|
5203
|
-
}], ["path", { "d": "m10 8 4 4-4 4" }]]
|
|
5204
|
-
};
|
|
5205
|
-
var LuSquareChevronUp = {
|
|
5206
|
-
name: "lu-square-chevron-up",
|
|
5207
|
-
components: [["rect", {
|
|
5208
|
-
"width": "18",
|
|
5209
|
-
"height": "18",
|
|
5210
|
-
"x": "3",
|
|
5211
|
-
"y": "3",
|
|
5212
|
-
"rx": "2"
|
|
5213
|
-
}], ["path", { "d": "m8 14 4-4 4 4" }]]
|
|
5214
|
-
};
|
|
5215
|
-
var LuSquareCode = {
|
|
5216
|
-
name: "lu-square-code",
|
|
5217
|
-
components: [
|
|
5218
|
-
["path", { "d": "m10 9-3 3 3 3" }],
|
|
5219
|
-
["path", { "d": "m14 15 3-3-3-3" }],
|
|
5220
|
-
["rect", {
|
|
5221
|
-
"x": "3",
|
|
5222
|
-
"y": "3",
|
|
5223
|
-
"width": "18",
|
|
5224
|
-
"height": "18",
|
|
5225
|
-
"rx": "2"
|
|
5226
|
-
}]
|
|
5227
|
-
]
|
|
5228
|
-
};
|
|
5229
|
-
var LuSquareDashedBottomCode = {
|
|
5230
|
-
name: "lu-square-dashed-bottom-code",
|
|
5231
|
-
components: [
|
|
5232
|
-
["path", { "d": "M10 9.5 8 12l2 2.5" }],
|
|
5233
|
-
["path", { "d": "M14 21h1" }],
|
|
5234
|
-
["path", { "d": "m14 9.5 2 2.5-2 2.5" }],
|
|
5235
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" }],
|
|
5236
|
-
["path", { "d": "M9 21h1" }]
|
|
5237
|
-
]
|
|
5238
|
-
};
|
|
5239
|
-
var LuSquareDashedBottom = {
|
|
5240
|
-
name: "lu-square-dashed-bottom",
|
|
5241
|
-
components: [
|
|
5242
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" }],
|
|
5243
|
-
["path", { "d": "M9 21h1" }],
|
|
5244
|
-
["path", { "d": "M14 21h1" }]
|
|
5245
|
-
]
|
|
5246
|
-
};
|
|
5247
|
-
var LuSquareDashedKanban = {
|
|
5248
|
-
name: "lu-square-dashed-kanban",
|
|
5249
|
-
components: [
|
|
5250
|
-
["path", { "d": "M8 7v7" }],
|
|
5251
|
-
["path", { "d": "M12 7v4" }],
|
|
5252
|
-
["path", { "d": "M16 7v9" }],
|
|
5253
|
-
["path", { "d": "M5 3a2 2 0 0 0-2 2" }],
|
|
5254
|
-
["path", { "d": "M9 3h1" }],
|
|
5255
|
-
["path", { "d": "M14 3h1" }],
|
|
5256
|
-
["path", { "d": "M19 3a2 2 0 0 1 2 2" }],
|
|
5257
|
-
["path", { "d": "M21 9v1" }],
|
|
5258
|
-
["path", { "d": "M21 14v1" }],
|
|
5259
|
-
["path", { "d": "M21 19a2 2 0 0 1-2 2" }],
|
|
5260
|
-
["path", { "d": "M14 21h1" }],
|
|
5261
|
-
["path", { "d": "M9 21h1" }],
|
|
5262
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2" }],
|
|
5263
|
-
["path", { "d": "M3 14v1" }],
|
|
5264
|
-
["path", { "d": "M3 9v1" }]
|
|
5265
|
-
]
|
|
5266
|
-
};
|
|
5267
|
-
var LuSquareDashedMousePointer = {
|
|
5268
|
-
name: "lu-square-dashed-mouse-pointer",
|
|
5269
|
-
components: [
|
|
5270
|
-
["path", { "d": "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" }],
|
|
5271
|
-
["path", { "d": "M5 3a2 2 0 0 0-2 2" }],
|
|
5272
|
-
["path", { "d": "M19 3a2 2 0 0 1 2 2" }],
|
|
5273
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2" }],
|
|
5274
|
-
["path", { "d": "M9 3h1" }],
|
|
5275
|
-
["path", { "d": "M9 21h2" }],
|
|
5276
|
-
["path", { "d": "M14 3h1" }],
|
|
5277
|
-
["path", { "d": "M3 9v1" }],
|
|
5278
|
-
["path", { "d": "M21 9v2" }],
|
|
5279
|
-
["path", { "d": "M3 14v1" }]
|
|
5280
|
-
]
|
|
5281
|
-
};
|
|
5282
|
-
var LuSquareDashedText = {
|
|
5283
|
-
name: "lu-square-dashed-text",
|
|
5284
|
-
components: [
|
|
5285
|
-
["path", { "d": "M14 21h1" }],
|
|
5286
|
-
["path", { "d": "M14 3h1" }],
|
|
5287
|
-
["path", { "d": "M19 3a2 2 0 0 1 2 2" }],
|
|
5288
|
-
["path", { "d": "M21 14v1" }],
|
|
5289
|
-
["path", { "d": "M21 19a2 2 0 0 1-2 2" }],
|
|
5290
|
-
["path", { "d": "M21 9v1" }],
|
|
5291
|
-
["path", { "d": "M3 14v1" }],
|
|
5292
|
-
["path", { "d": "M3 9v1" }],
|
|
5293
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2" }],
|
|
5294
|
-
["path", { "d": "M5 3a2 2 0 0 0-2 2" }],
|
|
5295
|
-
["path", { "d": "M7 12h10" }],
|
|
5296
|
-
["path", { "d": "M7 16h6" }],
|
|
5297
|
-
["path", { "d": "M7 8h8" }],
|
|
5298
|
-
["path", { "d": "M9 21h1" }],
|
|
5299
|
-
["path", { "d": "M9 3h1" }]
|
|
5300
|
-
]
|
|
5301
|
-
};
|
|
5302
|
-
var LuSquareDashedTopSolid = {
|
|
5303
|
-
name: "lu-square-dashed-top-solid",
|
|
5304
|
-
components: [
|
|
5305
|
-
["path", { "d": "M14 21h1" }],
|
|
5306
|
-
["path", { "d": "M21 14v1" }],
|
|
5307
|
-
["path", { "d": "M21 19a2 2 0 0 1-2 2" }],
|
|
5308
|
-
["path", { "d": "M21 9v1" }],
|
|
5309
|
-
["path", { "d": "M3 14v1" }],
|
|
5310
|
-
["path", { "d": "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" }],
|
|
5311
|
-
["path", { "d": "M3 9v1" }],
|
|
5312
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2" }],
|
|
5313
|
-
["path", { "d": "M9 21h1" }]
|
|
5314
|
-
]
|
|
5315
|
-
};
|
|
5316
|
-
var LuSquareDashed = {
|
|
5317
|
-
name: "lu-square-dashed",
|
|
5318
|
-
components: [
|
|
5319
|
-
["path", { "d": "M5 3a2 2 0 0 0-2 2" }],
|
|
5320
|
-
["path", { "d": "M19 3a2 2 0 0 1 2 2" }],
|
|
5321
|
-
["path", { "d": "M21 19a2 2 0 0 1-2 2" }],
|
|
5322
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2" }],
|
|
5323
|
-
["path", { "d": "M9 3h1" }],
|
|
5324
|
-
["path", { "d": "M9 21h1" }],
|
|
5325
|
-
["path", { "d": "M14 3h1" }],
|
|
5326
|
-
["path", { "d": "M14 21h1" }],
|
|
5327
|
-
["path", { "d": "M3 9v1" }],
|
|
5328
|
-
["path", { "d": "M21 9v1" }],
|
|
5329
|
-
["path", { "d": "M3 14v1" }],
|
|
5330
|
-
["path", { "d": "M21 14v1" }]
|
|
5331
|
-
]
|
|
5332
|
-
};
|
|
5333
|
-
var LuSquareDivide = {
|
|
5334
|
-
name: "lu-square-divide",
|
|
5335
|
-
components: [
|
|
5336
|
-
["rect", {
|
|
5337
|
-
"width": "18",
|
|
5338
|
-
"height": "18",
|
|
5339
|
-
"x": "3",
|
|
5340
|
-
"y": "3",
|
|
5341
|
-
"rx": "2",
|
|
5342
|
-
"ry": "2"
|
|
5343
|
-
}],
|
|
5344
|
-
["line", {
|
|
5345
|
-
"x1": "8",
|
|
5346
|
-
"x2": "16",
|
|
5347
|
-
"y1": "12",
|
|
5348
|
-
"y2": "12"
|
|
5349
|
-
}],
|
|
5350
|
-
["line", {
|
|
5351
|
-
"x1": "12",
|
|
5352
|
-
"x2": "12",
|
|
5353
|
-
"y1": "16",
|
|
5354
|
-
"y2": "16"
|
|
5355
|
-
}],
|
|
5356
|
-
["line", {
|
|
5357
|
-
"x1": "12",
|
|
5358
|
-
"x2": "12",
|
|
5359
|
-
"y1": "8",
|
|
5360
|
-
"y2": "8"
|
|
5361
|
-
}]
|
|
5362
|
-
]
|
|
5363
|
-
};
|
|
5364
|
-
var LuSquareDot = {
|
|
5365
|
-
name: "lu-square-dot",
|
|
5366
|
-
components: [["rect", {
|
|
5367
|
-
"width": "18",
|
|
5368
|
-
"height": "18",
|
|
5369
|
-
"x": "3",
|
|
5370
|
-
"y": "3",
|
|
5371
|
-
"rx": "2"
|
|
5372
|
-
}], ["circle", {
|
|
5373
|
-
"cx": "12",
|
|
5374
|
-
"cy": "12",
|
|
5375
|
-
"r": "1"
|
|
5376
|
-
}]]
|
|
5377
|
-
};
|
|
5378
|
-
var LuSquareEqual = {
|
|
5379
|
-
name: "lu-square-equal",
|
|
5380
|
-
components: [
|
|
5381
|
-
["rect", {
|
|
5382
|
-
"width": "18",
|
|
5383
|
-
"height": "18",
|
|
5384
|
-
"x": "3",
|
|
5385
|
-
"y": "3",
|
|
5386
|
-
"rx": "2"
|
|
5387
|
-
}],
|
|
5388
|
-
["path", { "d": "M7 10h10" }],
|
|
5389
|
-
["path", { "d": "M7 14h10" }]
|
|
5390
|
-
]
|
|
5391
|
-
};
|
|
5392
|
-
var LuSquareFunction = {
|
|
5393
|
-
name: "lu-square-function",
|
|
5394
|
-
components: [
|
|
5395
|
-
["rect", {
|
|
5396
|
-
"width": "18",
|
|
5397
|
-
"height": "18",
|
|
5398
|
-
"x": "3",
|
|
5399
|
-
"y": "3",
|
|
5400
|
-
"rx": "2",
|
|
5401
|
-
"ry": "2"
|
|
5402
|
-
}],
|
|
5403
|
-
["path", { "d": "M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3" }],
|
|
5404
|
-
["path", { "d": "M9 11.2h5.7" }]
|
|
5405
|
-
]
|
|
5406
|
-
};
|
|
5407
|
-
var LuSquareKanban = {
|
|
5408
|
-
name: "lu-square-kanban",
|
|
5409
|
-
components: [
|
|
5410
|
-
["rect", {
|
|
5411
|
-
"width": "18",
|
|
5412
|
-
"height": "18",
|
|
5413
|
-
"x": "3",
|
|
5414
|
-
"y": "3",
|
|
5415
|
-
"rx": "2"
|
|
5416
|
-
}],
|
|
5417
|
-
["path", { "d": "M8 7v7" }],
|
|
5418
|
-
["path", { "d": "M12 7v4" }],
|
|
5419
|
-
["path", { "d": "M16 7v9" }]
|
|
5420
|
-
]
|
|
5421
|
-
};
|
|
5422
|
-
var LuSquareLibrary = {
|
|
5423
|
-
name: "lu-square-library",
|
|
5424
|
-
components: [
|
|
5425
|
-
["rect", {
|
|
5426
|
-
"width": "18",
|
|
5427
|
-
"height": "18",
|
|
5428
|
-
"x": "3",
|
|
5429
|
-
"y": "3",
|
|
5430
|
-
"rx": "2"
|
|
5431
|
-
}],
|
|
5432
|
-
["path", { "d": "M7 7v10" }],
|
|
5433
|
-
["path", { "d": "M11 7v10" }],
|
|
5434
|
-
["path", { "d": "m15 7 2 10" }]
|
|
5435
|
-
]
|
|
5436
|
-
};
|
|
5437
|
-
var LuSquareM = {
|
|
5438
|
-
name: "lu-square-m",
|
|
5439
|
-
components: [["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", {
|
|
5440
|
-
"x": "3",
|
|
5441
|
-
"y": "3",
|
|
5442
|
-
"width": "18",
|
|
5443
|
-
"height": "18",
|
|
5444
|
-
"rx": "2"
|
|
5445
|
-
}]]
|
|
5446
|
-
};
|
|
5447
|
-
var LuSquareMenu = {
|
|
5448
|
-
name: "lu-square-menu",
|
|
5449
|
-
components: [
|
|
5450
|
-
["rect", {
|
|
5451
|
-
"width": "18",
|
|
5452
|
-
"height": "18",
|
|
5453
|
-
"x": "3",
|
|
5454
|
-
"y": "3",
|
|
5455
|
-
"rx": "2"
|
|
5456
|
-
}],
|
|
5457
|
-
["path", { "d": "M7 8h10" }],
|
|
5458
|
-
["path", { "d": "M7 12h10" }],
|
|
5459
|
-
["path", { "d": "M7 16h10" }]
|
|
5460
|
-
]
|
|
5461
|
-
};
|
|
5462
|
-
var LuSquareMinus = {
|
|
5463
|
-
name: "lu-square-minus",
|
|
5464
|
-
components: [["rect", {
|
|
5465
|
-
"width": "18",
|
|
5466
|
-
"height": "18",
|
|
5467
|
-
"x": "3",
|
|
5468
|
-
"y": "3",
|
|
5469
|
-
"rx": "2"
|
|
5470
|
-
}], ["path", { "d": "M8 12h8" }]]
|
|
5471
|
-
};
|
|
5472
|
-
var LuSquareMousePointer = {
|
|
5473
|
-
name: "lu-square-mouse-pointer",
|
|
5474
|
-
components: [["path", { "d": "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" }], ["path", { "d": "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }]]
|
|
5475
|
-
};
|
|
5476
|
-
var LuSquareParkingOff = {
|
|
5477
|
-
name: "lu-square-parking-off",
|
|
5478
|
-
components: [
|
|
5479
|
-
["path", { "d": "M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41" }],
|
|
5480
|
-
["path", { "d": "M3 8.7V19a2 2 0 0 0 2 2h10.3" }],
|
|
5481
|
-
["path", { "d": "m2 2 20 20" }],
|
|
5482
|
-
["path", { "d": "M13 13a3 3 0 1 0 0-6H9v2" }],
|
|
5483
|
-
["path", { "d": "M9 17v-2.3" }]
|
|
5484
|
-
]
|
|
5485
|
-
};
|
|
5486
5441
|
//#endregion
|
|
5487
|
-
export { LuMailbox, LuMails, LuMap, LuMapMinus, LuMapPin, LuMapPinCheck, LuMapPinCheckInside, LuMapPinHouse, LuMapPinMinus, LuMapPinMinusInside, LuMapPinOff, LuMapPinPen, LuMapPinPlus, LuMapPinPlusInside, LuMapPinSearch, LuMapPinX, LuMapPinXInside, LuMapPinned, LuMapPlus, LuMars, LuMarsStroke, LuMartini, LuMaximize, LuMaximize2, LuMedal, LuMegaphone, LuMegaphoneOff,
|
|
5442
|
+
export { LuLoader, LuLocate, LuLocateFixed, LuLocateOff, LuLock, LuLockKeyhole, LuLockKeyholeOpen, LuLockOpen, LuLogIn, LuLogOut, LuLogs, LuLollipop, LuLuggage, LuMagnet, LuMail, LuMailBadge, LuMailCheck, LuMailClock, LuMailMinus, LuMailOpen, LuMailPen, LuMailPlus, LuMailQuestionMark, LuMailSearch, LuMailWarning, LuMailX, LuMailbox, LuMails, LuMap, LuMapMinus, LuMapPin, LuMapPinCheck, LuMapPinCheckInside, LuMapPinHouse, LuMapPinMinus, LuMapPinMinusInside, LuMapPinOff, LuMapPinPen, LuMapPinPlus, LuMapPinPlusInside, LuMapPinSearch, LuMapPinX, LuMapPinXInside, LuMapPinned, LuMapPlus, LuMars, LuMarsStroke, LuMartini, LuMaximize, LuMaximize2, LuMedal, LuMegaphone, LuMegaphoneOff, LuMemoryStick, LuMenu, LuMerge, LuMessageCircle, LuMessageCircleCheck, LuMessageCircleCode, LuMessageCircleDashed, LuMessageCircleDashedCheck, LuMessageCircleHeart, LuMessageCircleMore, LuMessageCircleOff, LuMessageCirclePlus, LuMessageCircleQuestionMark, LuMessageCircleReply, LuMessageCircleWarning, LuMessageCircleX, LuMessageSquare, LuMessageSquareCheck, LuMessageSquareCode, LuMessageSquareDashed, LuMessageSquareDiff, LuMessageSquareDot, LuMessageSquareHeart, LuMessageSquareLock, LuMessageSquareMore, LuMessageSquareOff, LuMessageSquarePlus, LuMessageSquareQuote, LuMessageSquareReply, LuMessageSquareShare, LuMessageSquareText, LuMessageSquareWarning, LuMessageSquareX, LuMessagesSquare, LuMetronome, LuMic, LuMicAudioLines, LuMicOff, LuMicSignal, LuMicVocal, LuMicrochip, LuMicroscope, LuMicrowave, LuMidiPort, LuMilestone, LuMilk, LuMilkOff, LuMinimize, LuMinimize2, LuMinus, LuMirrorRectangular, LuMirrorRound, LuMonitor, LuMonitorCheck, LuMonitorCloud, LuMonitorCog, LuMonitorDot, LuMonitorDown, LuMonitorOff, LuMonitorPause, LuMonitorPlay, LuMonitorSmartphone, LuMonitorSpeaker, LuMonitorStop, LuMonitorUp, LuMonitorX, LuMoon, LuMoonStar, LuMop, LuMopSparkles, LuMosque, LuMotorbike, LuMountain, LuMountainSnow, LuMouse, LuMouseLeft, LuMouseOff, LuMousePointer, LuMousePointer2, LuMousePointer2Off, LuMousePointerBan, LuMousePointerClick, LuMouseRight, LuMove, LuMove3d, LuMoveDiagonal, LuMoveDiagonal2, LuMoveDown, LuMoveDownLeft, LuMoveDownRight, LuMoveHorizontal, LuMoveLeft, LuMoveRight, LuMoveUp, LuMoveUpLeft, LuMoveUpRight, LuMoveVertical, LuMusic, LuMusic2, LuMusic3, LuMusic4, LuNavigation, LuNavigation2, LuNavigation2Off, LuNavigationOff, LuNetwork, LuNewspaper, LuNfc, LuNonBinary, LuNotebook, LuNotebookPen, LuNotebookTabs, LuNotebookText, LuNotepadText, LuNotepadTextDashed, LuNut, LuNutOff, LuOctagon, LuOctagonAlert, LuOctagonMinus, LuOctagonPause, LuOctagonX, LuOmega, LuOption, LuOrbit, LuOrigami, LuPackage, LuPackage2, LuPackageCheck, LuPackageMinus, LuPackageOpen, LuPackagePlus, LuPackageSearch, LuPackageX, LuPaintBucket, LuPaintRoller, LuPaintbrush, LuPaintbrushVertical, LuPalette, LuPanda, LuPanelBottom, LuPanelBottomClose, LuPanelBottomDashed, LuPanelBottomOpen, LuPanelLeft, LuPanelLeftClose, LuPanelLeftDashed, LuPanelLeftOpen, LuPanelLeftRightDashed, LuPanelRight, LuPanelRightClose, LuPanelRightDashed, LuPanelRightOpen, LuPanelTop, LuPanelTopBottomDashed, LuPanelTopClose, LuPanelTopDashed, LuPanelTopOpen, LuPanelsLeftBottom, LuPanelsRightBottom, LuPanelsTopLeft, LuPaperBag, LuPaperclip, LuParasol, LuParentheses, LuParkingMeter, LuPartyPopper, LuPause, LuPawPrint, LuPcCase, LuPen, LuPenLine, LuPenOff, LuPenTool, LuPencil, LuPencilLine, LuPencilOff, LuPencilRuler, LuPencilSparkles, LuPentagon, LuPercent, LuPersonStanding, LuPhi, LuPhilippinePeso, LuPhone, LuPhoneCall, LuPhoneForwarded, LuPhoneIncoming, LuPhoneMissed, LuPhoneOff, LuPhoneOutgoing, LuPi, LuPiano, LuPickaxe, LuPictureInPicture, LuPictureInPicture2, LuPiggyBank, LuPilcrow, LuPilcrowLeft, LuPilcrowRight, LuPill, LuPillBottle, LuPin, LuPinOff, LuPipette, LuPizza, LuPlane, LuPlaneLanding, LuPlaneTakeoff, LuPlay, LuPlayOff, LuPlayingCard, LuPlayingCards, LuPlayingCardsFan, LuPlug, LuPlug2, LuPlugZap, LuPlus, LuPocketKnife, LuPodium, LuPointer, LuPointerOff, LuPopcorn, LuPopsicle, LuPoundSterling, LuPower, LuPowerOff, LuPresentation, LuPrinter, LuPrinterCheck, LuPrinterX, LuProjector, LuProportions, LuPuzzle, LuPyramid, LuQrCode, LuQuote, LuRabbit, LuRadar, LuRadiation, LuRadical, LuRadio, LuRadioOff, LuRadioReceiver, LuRadioTower, LuRadius, LuRainbow, LuRat, LuRatio, LuReceipt, LuReceiptCent, LuReceiptEuro, LuReceiptIndianRupee, LuReceiptJapaneseYen, LuReceiptPoundSterling, LuReceiptRussianRuble, LuReceiptSwissFranc, LuReceiptText, LuReceiptTurkishLira, LuRectangleCircle, LuRectangleEllipsis, LuRectangleGoggles, LuRectangleHorizontal, LuRectangleVertical, LuRecycle, LuRedo, LuRedo2, LuRedoDot, LuRefreshCcw, LuRefreshCcwDot, LuRefreshCw, LuRefreshCwOff, LuRefrigerator, LuRegex, LuRemoveFormatting, LuRepeat, LuRepeat1, LuRepeat2, LuRepeatOff, LuReplace, LuReplaceAll, LuReply, LuReplyAll, LuRewind, LuRibbon, LuRoad, LuRobotArm, LuRobotVacuum, LuRocket, LuRockingChair, LuRollerCoaster, LuRose, LuRotate3d, LuRotateCcw, LuRotateCcwClock, LuRotateCcwKey, LuRotateCcwSquare, LuRotateCw, LuRotateCwFadingClock, LuRotateCwSquare, LuRoute, LuRouteOff, LuRouter, LuRows2, LuRows3, LuRows4, LuRss, LuRuler, LuRulerDimensionLine, LuRussianRuble, LuSailboat, LuSalad, LuSandwich, LuSatellite, LuSatelliteDish, LuSaudiRiyal, LuSave, LuSaveAll, LuSaveCheck, LuSaveOff, LuSavePen, LuSavePlus, LuScale, LuScale3d, LuScaling, LuScan, LuScanBarcode, LuScanBox, LuScanEye, LuScanFace, LuScanHeart, LuScanLine, LuScanQrCode, LuScanSearch, LuScanSquare, LuScanText, LuSchool, LuScissors, LuScissorsLineDashed, LuScooter, LuScreenShare, LuScreenShareOff, LuScroll, LuScrollText, LuSearch, LuSearchAlert, LuSearchCheck, LuSearchCode, LuSearchSlash, LuSearchX, LuSection, LuSend, LuSendHorizontal, LuSendToBack, LuSeparatorHorizontal, LuSeparatorVertical, LuServer, LuServerCog, LuServerCrash, LuServerOff, LuServerPlus, LuSettings, LuSettings2, LuShapes, LuShare, LuShare2, LuSheet, LuShell, LuShelvingUnit, LuShield, LuShieldAlert, LuShieldBan, LuShieldCheck, LuShieldCog, LuShieldCogCorner, LuShieldEllipsis, LuShieldHalf, LuShieldKeyhole, LuShieldLock, LuShieldMinus, LuShieldOff, LuShieldPlus, LuShieldQuestionMark, LuShieldUser, LuShieldX, LuShip, LuShipCargo, LuShipWheel, LuShirt, LuShoppingBag, LuShoppingBasket, LuShoppingCart, LuShoppingCartMinus, LuShoppingCartPlus, LuShovel, LuShowerHead, LuShredder, LuShrimp, LuShrimpOff, LuShrink, LuShrub, LuShuffle, LuSigma, LuSignal, LuSignalHigh, LuSignalLow, LuSignalMedium, LuSignalZero, LuSignature, LuSignpost, LuSignpostBig, LuSiren, LuSkipBack, LuSkipForward, LuSkull, LuSlash, LuSlice, LuSlidersHorizontal, LuSlidersVertical, LuSmartphone, LuSmartphoneCharging, LuSmartphoneNfc, LuSnail, LuSnowflake, LuSoapDispenserDroplet, LuSofa, LuSolarPanel, LuSoup, LuSpace, LuSpade, LuSparkle, LuSparkles, LuSpeaker, LuSpeech, LuSpellCheck, LuSpellCheck2, LuSpline, LuSplinePointer, LuSplit, LuSpool, LuSportShoe, LuSpotlight, LuSprayCan, LuSprout, LuSquareActivity, LuSquareArrowDownLeft, LuSquareArrowDownRight };
|
|
5488
5443
|
|
|
5489
5444
|
//# sourceMappingURL=icons_3.js.map
|