@rotki/ui-library 2.8.1 → 2.8.3
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/dist/README.md +276 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +11 -0
- package/dist/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.js +11 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.js.map +1 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue2.js +66 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue2.js.map +1 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue3.js +18 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue3.js.map +1 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue.js +78 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue.js.map +1 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue2.js +5 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue2.js.map +1 -0
- package/dist/components/alerts/RuiAlert.vue.d.ts +2 -2
- package/dist/components/alerts/RuiAlert.vue.js +11 -0
- package/dist/components/alerts/RuiAlert.vue.js.map +1 -0
- package/dist/components/alerts/RuiAlert.vue2.js +123 -0
- package/dist/components/alerts/RuiAlert.vue2.js.map +1 -0
- package/dist/components/alerts/RuiAlert.vue3.js +50 -0
- package/dist/components/alerts/RuiAlert.vue3.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.vue.d.ts +1 -1
- package/dist/components/buttons/button/RuiButton.vue.js +11 -0
- package/dist/components/buttons/button/RuiButton.vue.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.vue2.js +94 -0
- package/dist/components/buttons/button/RuiButton.vue2.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.vue3.js +74 -0
- package/dist/components/buttons/button/RuiButton.vue3.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.js +11 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js +112 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue3.js +58 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue3.js.map +1 -0
- package/dist/components/calendar/RuiCalendar.vue.js +128 -0
- package/dist/components/calendar/RuiCalendar.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendar.vue3.js +6 -0
- package/dist/components/calendar/RuiCalendar.vue3.js.map +1 -0
- package/dist/components/calendar/RuiCalendarGrid.vue.js +8 -0
- package/dist/components/calendar/RuiCalendarGrid.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendarGrid.vue2.js +149 -0
- package/dist/components/calendar/RuiCalendarGrid.vue2.js.map +1 -0
- package/dist/components/calendar/RuiCalendarHeader.vue.d.ts +1 -1
- package/dist/components/calendar/RuiCalendarHeader.vue.js +8 -0
- package/dist/components/calendar/RuiCalendarHeader.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendarHeader.vue2.js +112 -0
- package/dist/components/calendar/RuiCalendarHeader.vue2.js.map +1 -0
- package/dist/components/calendar/RuiCalendarMenu.vue.d.ts +1 -1
- package/dist/components/calendar/RuiCalendarMenu.vue.js +8 -0
- package/dist/components/calendar/RuiCalendarMenu.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendarMenu.vue2.js +261 -0
- package/dist/components/calendar/RuiCalendarMenu.vue2.js.map +1 -0
- package/dist/components/calendar/state.js +25 -0
- package/dist/components/calendar/state.js.map +1 -0
- package/dist/components/cards/RuiCard.vue.js +11 -0
- package/dist/components/cards/RuiCard.vue.js.map +1 -0
- package/dist/components/cards/RuiCard.vue2.js +88 -0
- package/dist/components/cards/RuiCard.vue2.js.map +1 -0
- package/dist/components/cards/RuiCard.vue3.js +40 -0
- package/dist/components/cards/RuiCard.vue3.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.vue.js +11 -0
- package/dist/components/cards/RuiCardHeader.vue.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.vue2.js +51 -0
- package/dist/components/cards/RuiCardHeader.vue2.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.vue3.js +27 -0
- package/dist/components/cards/RuiCardHeader.vue3.js.map +1 -0
- package/dist/components/chips/RuiChip.vue.d.ts +2 -2
- package/dist/components/chips/RuiChip.vue.js +11 -0
- package/dist/components/chips/RuiChip.vue.js.map +1 -0
- package/dist/components/chips/RuiChip.vue2.js +95 -0
- package/dist/components/chips/RuiChip.vue2.js.map +1 -0
- package/dist/components/chips/RuiChip.vue3.js +88 -0
- package/dist/components/chips/RuiChip.vue3.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +1 -1
- package/dist/components/color-picker/RuiColorBoard.vue.js +11 -0
- package/dist/components/color-picker/RuiColorBoard.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.vue2.js +102 -0
- package/dist/components/color-picker/RuiColorBoard.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.vue3.js +18 -0
- package/dist/components/color-picker/RuiColorBoard.vue3.js.map +1 -0
- package/dist/components/color-picker/RuiColorDisplay.vue.js +49 -0
- package/dist/components/color-picker/RuiColorDisplay.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorDisplay.vue2.js +5 -0
- package/dist/components/color-picker/RuiColorDisplay.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.vue.js +11 -0
- package/dist/components/color-picker/RuiColorHue.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.vue2.js +89 -0
- package/dist/components/color-picker/RuiColorHue.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.vue3.js +12 -0
- package/dist/components/color-picker/RuiColorHue.vue3.js.map +1 -0
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +1 -1
- package/dist/components/color-picker/RuiColorInput.vue.js +139 -0
- package/dist/components/color-picker/RuiColorInput.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorInput.vue2.js +5 -0
- package/dist/components/color-picker/RuiColorInput.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorPicker.vue.js +72 -0
- package/dist/components/color-picker/RuiColorPicker.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorPicker.vue2.js +5 -0
- package/dist/components/color-picker/RuiColorPicker.vue2.js.map +1 -0
- package/dist/components/color-picker/utils.js +182 -0
- package/dist/components/color-picker/utils.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.js +11 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js +570 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue3.js +66 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue3.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +2 -2
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js +120 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue2.js +5 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue2.js.map +1 -0
- package/dist/components/date-time-picker/timezones.js +601 -0
- package/dist/components/date-time-picker/timezones.js.map +1 -0
- package/dist/components/date-time-picker/types.js +17 -0
- package/dist/components/date-time-picker/types.js.map +1 -0
- package/dist/components/date-time-picker/use-input-handler.d.ts +2 -2
- package/dist/components/date-time-picker/use-input-handler.js +31 -0
- package/dist/components/date-time-picker/use-input-handler.js.map +1 -0
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +2 -2
- package/dist/components/date-time-picker/use-keyboard-handler.js +308 -0
- package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -0
- package/dist/components/date-time-picker/utils.d.ts +1 -1
- package/dist/components/date-time-picker/utils.js +19 -0
- package/dist/components/date-time-picker/utils.js.map +1 -0
- package/dist/components/divider/RuiDivider.vue.js +22 -0
- package/dist/components/divider/RuiDivider.vue.js.map +1 -0
- package/dist/components/divider/RuiDivider.vue2.js +5 -0
- package/dist/components/divider/RuiDivider.vue2.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +2 -2
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.js +11 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js +585 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue3.js +60 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue3.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +1 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue.js +11 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js +137 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue3.js +54 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue3.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +1 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.js +11 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js +115 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue3.js +54 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue3.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +1 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.js +11 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js +78 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue3.js +9 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue3.js.map +1 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +5 -5
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js +82 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js.map +1 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue2.js +5 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue2.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +2 -2
- package/dist/components/forms/select/RuiMenuSelect.vue.js +11 -0
- package/dist/components/forms/select/RuiMenuSelect.vue.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.vue2.js +297 -0
- package/dist/components/forms/select/RuiMenuSelect.vue2.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.vue3.js +60 -0
- package/dist/components/forms/select/RuiMenuSelect.vue3.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue.js +11 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js +67 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue3.js +21 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue3.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +1 -1
- package/dist/components/forms/slider/RuiSlider.vue.js +11 -0
- package/dist/components/forms/slider/RuiSlider.vue.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.vue2.js +165 -0
- package/dist/components/forms/slider/RuiSlider.vue2.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.vue3.js +80 -0
- package/dist/components/forms/slider/RuiSlider.vue3.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +1 -1
- package/dist/components/forms/switch/RuiSwitch.vue.js +11 -0
- package/dist/components/forms/switch/RuiSwitch.vue.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.vue2.js +89 -0
- package/dist/components/forms/switch/RuiSwitch.vue2.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.vue3.js +54 -0
- package/dist/components/forms/switch/RuiSwitch.vue3.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +2 -2
- package/dist/components/forms/text-area/RuiTextArea.vue.js +11 -0
- package/dist/components/forms/text-area/RuiTextArea.vue.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.vue2.js +252 -0
- package/dist/components/forms/text-area/RuiTextArea.vue2.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.vue3.js +92 -0
- package/dist/components/forms/text-area/RuiTextArea.vue3.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +2 -2
- package/dist/components/forms/text-field/RuiTextField.vue.js +11 -0
- package/dist/components/forms/text-field/RuiTextField.vue.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.vue2.js +220 -0
- package/dist/components/forms/text-field/RuiTextField.vue2.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.vue3.js +89 -0
- package/dist/components/forms/text-field/RuiTextField.vue3.js.map +1 -0
- package/dist/components/helpers/RuiFormTextDetail.vue.js +54 -0
- package/dist/components/helpers/RuiFormTextDetail.vue.js.map +1 -0
- package/dist/components/helpers/RuiFormTextDetail.vue2.js +5 -0
- package/dist/components/helpers/RuiFormTextDetail.vue2.js.map +1 -0
- package/dist/components/icons/RuiIcon.vue.d.ts +2 -2
- package/dist/components/icons/RuiIcon.vue.js +11 -0
- package/dist/components/icons/RuiIcon.vue.js.map +1 -0
- package/dist/components/icons/RuiIcon.vue2.js +60 -0
- package/dist/components/icons/RuiIcon.vue2.js.map +1 -0
- package/dist/components/icons/RuiIcon.vue3.js +29 -0
- package/dist/components/icons/RuiIcon.vue3.js.map +1 -0
- package/dist/components/index.d.ts +45 -45
- package/dist/components/index.js +92 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonBase.vue.js +11 -0
- package/dist/components/loaders/RuiSkeletonBase.vue.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonBase.vue2.js +22 -0
- package/dist/components/loaders/RuiSkeletonBase.vue2.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonBase.vue3.js +12 -0
- package/dist/components/loaders/RuiSkeletonBase.vue3.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +1 -1
- package/dist/components/loaders/RuiSkeletonLoader.vue.js +11 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js +47 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue3.js +33 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue3.js.map +1 -0
- package/dist/components/logos/RuiLogo.vue.js +114 -0
- package/dist/components/logos/RuiLogo.vue.js.map +1 -0
- package/dist/components/logos/RuiLogo.vue2.js +5 -0
- package/dist/components/logos/RuiLogo.vue2.js.map +1 -0
- package/dist/components/logos/logo.svg.js +5 -0
- package/dist/components/logos/logo.svg.js.map +1 -0
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +2 -2
- package/dist/components/overlays/badge/RuiBadge.vue.js +11 -0
- package/dist/components/overlays/badge/RuiBadge.vue.js.map +1 -0
- package/dist/components/overlays/badge/RuiBadge.vue2.js +95 -0
- package/dist/components/overlays/badge/RuiBadge.vue2.js.map +1 -0
- package/dist/components/overlays/badge/RuiBadge.vue3.js +77 -0
- package/dist/components/overlays/badge/RuiBadge.vue3.js.map +1 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js +34 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js.map +1 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue2.js +5 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue2.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.vue.js +11 -0
- package/dist/components/overlays/dialog/RuiDialog.vue.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.vue2.js +172 -0
- package/dist/components/overlays/dialog/RuiDialog.vue2.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.vue3.js +18 -0
- package/dist/components/overlays/dialog/RuiDialog.vue3.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +1 -1
- package/dist/components/overlays/menu/RuiMenu.vue.js +11 -0
- package/dist/components/overlays/menu/RuiMenu.vue.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.vue2.js +221 -0
- package/dist/components/overlays/menu/RuiMenu.vue2.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.vue3.js +21 -0
- package/dist/components/overlays/menu/RuiMenu.vue3.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.js +11 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js +112 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue3.js +28 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue3.js.map +1 -0
- package/dist/components/overlays/notification/RuiNotification.vue.js +74 -0
- package/dist/components/overlays/notification/RuiNotification.vue.js.map +1 -0
- package/dist/components/overlays/notification/RuiNotification.vue2.js +5 -0
- package/dist/components/overlays/notification/RuiNotification.vue2.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +1 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue.js +11 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js +105 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue3.js +27 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue3.js.map +1 -0
- package/dist/components/progress/RuiProgress.vue.d.ts +1 -1
- package/dist/components/progress/RuiProgress.vue.js +11 -0
- package/dist/components/progress/RuiProgress.vue.js.map +1 -0
- package/dist/components/progress/RuiProgress.vue2.js +98 -0
- package/dist/components/progress/RuiProgress.vue2.js.map +1 -0
- package/dist/components/progress/RuiProgress.vue3.js +48 -0
- package/dist/components/progress/RuiProgress.vue3.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.vue.js +11 -0
- package/dist/components/steppers/RuiFooterStepper.vue.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.vue2.js +143 -0
- package/dist/components/steppers/RuiFooterStepper.vue2.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.vue3.js +31 -0
- package/dist/components/steppers/RuiFooterStepper.vue3.js.map +1 -0
- package/dist/components/steppers/RuiStepper.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepper.vue.js +11 -0
- package/dist/components/steppers/RuiStepper.vue.js.map +1 -0
- package/dist/components/steppers/RuiStepper.vue2.js +130 -0
- package/dist/components/steppers/RuiStepper.vue2.js.map +1 -0
- package/dist/components/steppers/RuiStepper.vue3.js +58 -0
- package/dist/components/steppers/RuiStepper.vue3.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepperCustomIcon.vue.js +11 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js +38 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue3.js +15 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue3.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepperIcon.vue.js +11 -0
- package/dist/components/steppers/RuiStepperIcon.vue.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.vue2.js +43 -0
- package/dist/components/steppers/RuiStepperIcon.vue2.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.vue3.js +21 -0
- package/dist/components/steppers/RuiStepperIcon.vue3.js.map +1 -0
- package/dist/components/tables/RuiDataTable.vue.d.ts +2 -2
- package/dist/components/tables/RuiDataTable.vue.js +11 -0
- package/dist/components/tables/RuiDataTable.vue.js.map +1 -0
- package/dist/components/tables/RuiDataTable.vue2.js +943 -0
- package/dist/components/tables/RuiDataTable.vue2.js.map +1 -0
- package/dist/components/tables/RuiDataTable.vue3.js +79 -0
- package/dist/components/tables/RuiDataTable.vue3.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.vue.d.ts +1 -1
- package/dist/components/tables/RuiExpandButton.vue.js +11 -0
- package/dist/components/tables/RuiExpandButton.vue.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.vue2.js +42 -0
- package/dist/components/tables/RuiExpandButton.vue2.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.vue3.js +15 -0
- package/dist/components/tables/RuiExpandButton.vue3.js.map +1 -0
- package/dist/components/tables/RuiTableHead.vue.js +11 -0
- package/dist/components/tables/RuiTableHead.vue.js.map +1 -0
- package/dist/components/tables/RuiTableHead.vue2.js +195 -0
- package/dist/components/tables/RuiTableHead.vue2.js.map +1 -0
- package/dist/components/tables/RuiTableHead.vue3.js +69 -0
- package/dist/components/tables/RuiTableHead.vue3.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue.js +11 -0
- package/dist/components/tables/RuiTablePagination.vue.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue2.js +196 -0
- package/dist/components/tables/RuiTablePagination.vue2.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue3.js +28 -0
- package/dist/components/tables/RuiTablePagination.vue3.js.map +1 -0
- package/dist/components/tables/table_no_data_placeholder.svg.js +5 -0
- package/dist/components/tables/table_no_data_placeholder.svg.js.map +1 -0
- package/dist/components/tables/table_no_data_placeholder_dark.svg.js +5 -0
- package/dist/components/tables/table_no_data_placeholder_dark.svg.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.js +11 -0
- package/dist/components/tabs/tab/RuiTab.vue.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.vue2.js +135 -0
- package/dist/components/tabs/tab/RuiTab.vue2.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.vue3.js +17 -0
- package/dist/components/tabs/tab/RuiTab.vue3.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue.js +11 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js +51 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue3.js +9 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue3.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue.js +11 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js +90 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue3.js +9 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue3.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +1 -1
- package/dist/components/tabs/tabs/RuiTabs.vue.js +11 -0
- package/dist/components/tabs/tabs/RuiTabs.vue.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.vue2.js +281 -0
- package/dist/components/tabs/tabs/RuiTabs.vue2.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.vue3.js +20 -0
- package/dist/components/tabs/tabs/RuiTabs.vue3.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.vue.d.ts +1 -1
- package/dist/components/time-picker/RuiTimePicker.vue.js +11 -0
- package/dist/components/time-picker/RuiTimePicker.vue.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.vue2.js +414 -0
- package/dist/components/time-picker/RuiTimePicker.vue2.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.vue3.js +21 -0
- package/dist/components/time-picker/RuiTimePicker.vue3.js.map +1 -0
- package/dist/composables/breakpoint.js +49 -0
- package/dist/composables/breakpoint.js.map +1 -0
- package/dist/composables/defaults/table.js +23 -0
- package/dist/composables/defaults/table.js.map +1 -0
- package/dist/composables/dropdown-menu.js +218 -0
- package/dist/composables/dropdown-menu.js.map +1 -0
- package/dist/composables/forms/auto-complete/focus.js +71 -0
- package/dist/composables/forms/auto-complete/focus.js.map +1 -0
- package/dist/composables/forms/auto-complete/index.d.ts +4 -4
- package/dist/composables/forms/auto-complete/keyboard-navigation.js +133 -0
- package/dist/composables/forms/auto-complete/keyboard-navigation.js.map +1 -0
- package/dist/composables/forms/auto-complete/search.js +93 -0
- package/dist/composables/forms/auto-complete/search.js.map +1 -0
- package/dist/composables/forms/auto-complete/value.js +129 -0
- package/dist/composables/forms/auto-complete/value.js.map +1 -0
- package/dist/composables/icons.js +60 -0
- package/dist/composables/icons.js.map +1 -0
- package/dist/composables/index.d.ts +3 -3
- package/dist/composables/index.js +9 -0
- package/dist/composables/index.js.map +1 -0
- package/dist/composables/popper.js +164 -0
- package/dist/composables/popper.js.map +1 -0
- package/dist/composables/sticky-header.js +105 -0
- package/dist/composables/sticky-header.js.map +1 -0
- package/dist/composables/theme.d.ts +1 -1
- package/dist/composables/theme.js +75 -0
- package/dist/composables/theme.js.map +1 -0
- package/dist/composables/timeout-manager.js +21 -0
- package/dist/composables/timeout-manager.js.map +1 -0
- package/dist/composables/use-rui-i18n.js +24 -0
- package/dist/composables/use-rui-i18n.js.map +1 -0
- package/dist/consts/colors.js +50 -0
- package/dist/consts/colors.js.map +1 -0
- package/dist/consts/time-accuracy.js +9 -0
- package/dist/consts/time-accuracy.js.map +1 -0
- package/dist/i18n/keys.js +20 -0
- package/dist/i18n/keys.js.map +1 -0
- package/dist/icons/icons_1.js +2503 -0
- package/dist/icons/icons_1.js.map +1 -0
- package/dist/icons/icons_2.js +2503 -0
- package/dist/icons/icons_2.js.map +1 -0
- package/dist/icons/icons_3.js +2503 -0
- package/dist/icons/icons_3.js.map +1 -0
- package/dist/icons/icons_4.js +923 -0
- package/dist/icons/icons_4.js.map +1 -0
- package/dist/icons/index.d.ts +4 -4
- package/dist/icons/index.js +9 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.d.ts +11 -11
- package/dist/index.js +1852 -0
- package/dist/index.js.map +1 -0
- package/dist/style.css +12852 -1
- package/dist/theme/index.js +185 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/types/stepper.js +17 -0
- package/dist/types/stepper.js.map +1 -0
- package/dist/types/theme.js +27 -0
- package/dist/types/theme.js.map +1 -0
- package/dist/utils/assert.js +14 -0
- package/dist/utils/assert.js.map +1 -0
- package/dist/utils/blockie.js +79 -0
- package/dist/utils/blockie.js.map +1 -0
- package/dist/utils/form-text-detail.js +31 -0
- package/dist/utils/form-text-detail.js.map +1 -0
- package/dist/utils/generate-id.js +21 -0
- package/dist/utils/generate-id.js.map +1 -0
- package/dist/utils/helpers.js +51 -0
- package/dist/utils/helpers.js.map +1 -0
- package/dist/utils/is-equal.js +33 -0
- package/dist/utils/is-equal.js.map +1 -0
- package/dist/web-types.json +1 -1
- package/package.json +16 -14
- package/dist/components/index.es.js +0 -8030
- package/dist/composables/index-CC7A7CEh.js +0 -737
- package/dist/composables/index.es.js +0 -7
- package/dist/consts/colors-D563Ic3q.js +0 -48
- package/dist/consts/forms/auto-complete/index-l0sNRNKZ.js +0 -2
- package/dist/consts/time-accuracy-BnKA5GyT.js +0 -9
- package/dist/i18n/keys-CNGXWOJX.js +0 -20
- package/dist/icons/icons_1.es.js +0 -2004
- package/dist/icons/icons_2.es.js +0 -2004
- package/dist/icons/icons_3.es.js +0 -2004
- package/dist/icons/icons_4.es.js +0 -740
- package/dist/icons/index.es.js +0 -1697
- package/dist/index-D7l4d7N2.js +0 -54
- package/dist/index.es.js +0 -1757
- package/dist/theme/index.es.js +0 -177
- package/dist/types/index-CN6Ip1GL.js +0 -39
- package/dist/utils/index-DJ-ueLCs.js +0 -158
- package/dist/vendor-Hqbg5uCG.js +0 -1931
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons_4.js","sources":["../../src/icons/icons_4.ts"],"sourcesContent":["// Generated by scripts/generate-icons.js\n/* eslint-disable */\n/* prettier-ignore */\nimport { type GeneratedIcon } from '@/types/icons';\n\nexport const LuTag: GeneratedIcon = {\n name: 'lu-tag',\n components: [[\"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 M7,7.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z\"}]],\n};\nexport const LuTags: GeneratedIcon = {\n name: 'lu-tags',\n components: [[\"path\",{\"d\":\"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193 M10,6.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z\"}]],\n};\nexport const LuTally1: GeneratedIcon = {\n name: 'lu-tally-1',\n components: [[\"path\",{\"d\":\"M4 4v16\"}]],\n};\nexport const LuTally2: GeneratedIcon = {\n name: 'lu-tally-2',\n components: [[\"path\",{\"d\":\"M4 4v16 M9 4v16\"}]],\n};\nexport const LuTally3: GeneratedIcon = {\n name: 'lu-tally-3',\n components: [[\"path\",{\"d\":\"M4 4v16 M9 4v16 M14 4v16\"}]],\n};\nexport const LuTally4: GeneratedIcon = {\n name: 'lu-tally-4',\n components: [[\"path\",{\"d\":\"M4 4v16 M9 4v16 M14 4v16 M19 4v16\"}]],\n};\nexport const LuTally5: GeneratedIcon = {\n name: 'lu-tally-5',\n components: [[\"path\",{\"d\":\"M4 4v16 M9 4v16 M14 4v16 M19 4v16 M22 6 2 18\"}]],\n};\nexport const LuTangent: GeneratedIcon = {\n name: 'lu-tangent',\n components: [[\"path\",{\"d\":\"M15,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M15.59 5.41 5.41 15.59 M2,17 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M12 22s-4-9-1.5-11.5S22 12 22 12\"}]],\n};\nexport const LuTarget: GeneratedIcon = {\n name: 'lu-target',\n components: [[\"path\",{\"d\":\"M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M6,12 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z M10,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z\"}]],\n};\nexport const LuTelescope: GeneratedIcon = {\n name: 'lu-telescope',\n components: [[\"path\",{\"d\":\"m10.065 12.493-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.44 M13.56 11.75 L17.89 10.82 M16 21 L12.89 14.79 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.455z M6.16 8.63 L7.27 13.09 M8 21 L11.11 14.79 M10,13 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z\"}]],\n};\nexport const LuTentTree: GeneratedIcon = {\n name: 'lu-tent-tree',\n components: [[\"path\",{\"d\":\"M2,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M14 5 L17 2 L20 5 M14 10 L17 7 L20 10 M17 14V2 M17 14H7l-5 8h20Z M8 14v8 M9 14 L14 22\"}]],\n};\nexport const LuTent: GeneratedIcon = {\n name: 'lu-tent',\n components: [[\"path\",{\"d\":\"M3.5 21 14 3 M20.5 21 10 3 M15.5 21 12 15l-3.5 6 M2 21h20\"}]],\n};\nexport const LuTerminal: GeneratedIcon = {\n name: 'lu-terminal',\n components: [[\"path\",{\"d\":\"M12 19h8 M4 17 L10 11 L4 5\"}]],\n};\nexport const LuTestTubeDiagonal: GeneratedIcon = {\n name: 'lu-test-tube-diagonal',\n components: [[\"path\",{\"d\":\"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3 M16 2 L22 8 M12 16H4\"}]],\n};\nexport const LuTestTube: GeneratedIcon = {\n name: 'lu-test-tube',\n components: [[\"path\",{\"d\":\"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2 M8.5 2h7 M14.5 16h-5\"}]],\n};\nexport const LuTestTubes: GeneratedIcon = {\n name: 'lu-test-tubes',\n components: [[\"path\",{\"d\":\"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2 M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2 M3 2h7 M14 2h7 M9 16H4 M20 16h-5\"}]],\n};\nexport const LuTextCursorInput: GeneratedIcon = {\n name: 'lu-text-cursor-input',\n components: [[\"path\",{\"d\":\"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6 M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7 M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1 M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1 M9 6v12\"}]],\n};\nexport const LuTextCursor: GeneratedIcon = {\n name: 'lu-text-cursor',\n components: [[\"path\",{\"d\":\"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1 M7 22h1a4 4 0 0 0 4-4v-1 M7 2h1a4 4 0 0 1 4 4v1\"}]],\n};\nexport const LuTextQuote: GeneratedIcon = {\n name: 'lu-text-quote',\n components: [[\"path\",{\"d\":\"M17 6H3 M21 12H8 M21 18H8 M3 12v6\"}]],\n};\nexport const LuTextSearch: GeneratedIcon = {\n name: 'lu-text-search',\n components: [[\"path\",{\"d\":\"M21 6H3 M10 12H3 M10 18H3 M14,15 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M21 19 L19.1 17.1\"}]],\n};\nexport const LuTextSelect: GeneratedIcon = {\n name: 'lu-text-select',\n components: [[\"path\",{\"d\":\"M14 21h1 M14 3h1 M19 3a2 2 0 0 1 2 2 M21 14v1 M21 19a2 2 0 0 1-2 2 M21 9v1 M3 14v1 M3 9v1 M5 21a2 2 0 0 1-2-2 M5 3a2 2 0 0 0-2 2 M7 12h10 M7 16h6 M7 8h8 M9 21h1 M9 3h1\"}]],\n};\nexport const LuText: GeneratedIcon = {\n name: 'lu-text',\n components: [[\"path\",{\"d\":\"M15 18H3 M17 6H3 M21 12H3\"}]],\n};\nexport const LuTheater: GeneratedIcon = {\n name: 'lu-theater',\n components: [[\"path\",{\"d\":\"M2 10s3-3 3-8 M22 10s-3-3-3-8 M10 2c0 4.4-3.6 8-8 8 M14 2c0 4.4 3.6 8 8 8 M2 10s2 2 2 5 M22 10s-2 2-2 5 M8 15h8 M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1 M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1\"}]],\n};\nexport const LuThermometerSnowflake: GeneratedIcon = {\n name: 'lu-thermometer-snowflake',\n components: [[\"path\",{\"d\":\"m10 20-1.25-2.5L6 18 M10 4 8.75 6.5 6 6 M10.585 15H10 M2 12h6.5L10 9 M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z M4 10 L5.5 12 L4 14 M7 21 L10 15 L8.5 12 M7 3 L10 9 L12 9\"}]],\n};\nexport const LuThermometerSun: GeneratedIcon = {\n name: 'lu-thermometer-sun',\n components: [[\"path\",{\"d\":\"M12 9a4 4 0 0 0-2 7.5 M12 3v2 M6.6 18.4 L5.2 19.8 M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z M4 13H2 M6.34 7.34 4.93 5.93\"}]],\n};\nexport const LuThermometer: GeneratedIcon = {\n name: 'lu-thermometer',\n components: [[\"path\",{\"d\":\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\"}]],\n};\nexport const LuThumbsDown: GeneratedIcon = {\n name: 'lu-thumbs-down',\n components: [[\"path\",{\"d\":\"M17 14V2 M9 18.12 10 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.88Z\"}]],\n};\nexport const LuThumbsUp: GeneratedIcon = {\n name: 'lu-thumbs-up',\n components: [[\"path\",{\"d\":\"M7 10v12 M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z\"}]],\n};\nexport const LuTicketCheck: GeneratedIcon = {\n name: 'lu-ticket-check',\n components: [[\"path\",{\"d\":\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 12 L11 14 L15 10\"}]],\n};\nexport const LuTicketMinus: GeneratedIcon = {\n name: 'lu-ticket-minus',\n components: [[\"path\",{\"d\":\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 12h6\"}]],\n};\nexport const LuTicketPercent: GeneratedIcon = {\n name: 'lu-ticket-percent',\n components: [[\"path\",{\"d\":\"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 9h.01 M15 9 L9 15 M15 15h.01\"}]],\n};\nexport const LuTicketPlus: GeneratedIcon = {\n name: 'lu-ticket-plus',\n components: [[\"path\",{\"d\":\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9 12h6 M12 9v6\"}]],\n};\nexport const LuTicketSlash: GeneratedIcon = {\n name: 'lu-ticket-slash',\n components: [[\"path\",{\"d\":\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9.5 14.5 L14.5 9.5\"}]],\n};\nexport const LuTicketX: GeneratedIcon = {\n name: 'lu-ticket-x',\n components: [[\"path\",{\"d\":\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M9.5 14.5 L14.5 9.5 M9.5 9.5 L14.5 14.5\"}]],\n};\nexport const LuTicket: GeneratedIcon = {\n name: 'lu-ticket',\n components: [[\"path\",{\"d\":\"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z M13 5v2 M13 17v2 M13 11v2\"}]],\n};\nexport const LuTicketsPlane: GeneratedIcon = {\n name: 'lu-tickets-plane',\n components: [[\"path\",{\"d\":\"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12 M12 13.5 L15.75 14 M4.5 8 L15.08 2.94 A1 1 0 0 1 16.42 3.43 L18.5 8 M6 10V8 M6 14v1 M6 19v2 M4,8 h16 a2,2 0 0 1 2,2 v9 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-9 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuTickets: GeneratedIcon = {\n name: 'lu-tickets',\n components: [[\"path\",{\"d\":\"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8 M6 10V8 M6 14v1 M6 19v2 M4,8 h16 a2,2 0 0 1 2,2 v9 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-9 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuTimerOff: GeneratedIcon = {\n name: 'lu-timer-off',\n components: [[\"path\",{\"d\":\"M10 2h4 M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7 M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2 M2 2 L22 22 M12 12v-2\"}]],\n};\nexport const LuTimerReset: GeneratedIcon = {\n name: 'lu-timer-reset',\n components: [[\"path\",{\"d\":\"M10 2h4 M12 14v-4 M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6 M9 17H4v5\"}]],\n};\nexport const LuTimer: GeneratedIcon = {\n name: 'lu-timer',\n components: [[\"path\",{\"d\":\"M10 2 L14 2 M12 14 L15 11 M4,14 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z\"}]],\n};\nexport const LuToggleLeft: GeneratedIcon = {\n name: 'lu-toggle-left',\n components: [[\"path\",{\"d\":\"M6,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M9,5 h6 a7,7 0 0 1 7,7 v0 a7,7 0 0 1 -7,7 h-6 a7,7 0 0 1 -7,-7 v-0 a7,7 0 0 1 7,-7 Z\"}]],\n};\nexport const LuToggleRight: GeneratedIcon = {\n name: 'lu-toggle-right',\n components: [[\"path\",{\"d\":\"M12,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M9,5 h6 a7,7 0 0 1 7,7 v0 a7,7 0 0 1 -7,7 h-6 a7,7 0 0 1 -7,-7 v-0 a7,7 0 0 1 7,-7 Z\"}]],\n};\nexport const LuToilet: GeneratedIcon = {\n name: 'lu-toilet',\n components: [[\"path\",{\"d\":\"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18 M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8\"}]],\n};\nexport const LuToolCase: GeneratedIcon = {\n name: 'lu-tool-case',\n components: [[\"path\",{\"d\":\"M10 15h4 M14.82 10.99 L13.85 9.54 L14.88 8.31 A2 2 0 0 0 12.86 5.08 L11.04 5.44 L9.91 3.88 A2 2 0 0 0 6.29 4.63 L6.14 6.55 L4.42 6.98 A2 2 0 0 0 4.23 10.73 L4.88 11 M18.82 10.99 L21.08 5.61 A1 1 0 0 0 20.53 4.3 L16.95 2.9 A1 1 0 0 0 15.67 3.43 L14.75 5.55 M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z\"}]],\n};\nexport const LuTornado: GeneratedIcon = {\n name: 'lu-tornado',\n components: [[\"path\",{\"d\":\"M21 4H3 M18 8H6 M19 12H9 M16 16h-6 M11 20H9\"}]],\n};\nexport const LuTorus: GeneratedIcon = {\n name: 'lu-torus',\n components: [[\"path\",{\"d\":\"M9,11 a3,2 0 1,0 6,0 a3,2 0 1,0 -6,0 Z M2,12.5 a10,8.5 0 1,0 20,0 a10,8.5 0 1,0 -20,0 Z\"}]],\n};\nexport const LuTouchpadOff: GeneratedIcon = {\n name: 'lu-touchpad-off',\n components: [[\"path\",{\"d\":\"M12 20v-6 M19.656 14H22 M2 14h12 M2 2 L22 22 M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2 M9.656 4H20a2 2 0 0 1 2 2v10.344\"}]],\n};\nexport const LuTouchpad: GeneratedIcon = {\n name: 'lu-touchpad',\n components: [[\"path\",{\"d\":\"M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M2 14h20 M12 20v-6\"}]],\n};\nexport const LuTowerControl: GeneratedIcon = {\n name: 'lu-tower-control',\n components: [[\"path\",{\"d\":\"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z M8 13v9 M16 22v-9 M9 6 L10 13 M15 6 L14 13 M12 6V2 M13 2h-2\"}]],\n};\nexport const LuToyBrick: GeneratedIcon = {\n name: 'lu-toy-brick',\n components: [[\"path\",{\"d\":\"M4,8 h16 a1,1 0 0 1 1,1 v10 a1,1 0 0 1 -1,1 h-16 a1,1 0 0 1 -1,-1 v-10 a1,1 0 0 1 1,-1 Z M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3 M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3\"}]],\n};\nexport const LuTractor: GeneratedIcon = {\n name: 'lu-tractor',\n components: [[\"path\",{\"d\":\"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20 M16 18h-5 M18 5a1 1 0 0 0-1 1v5.573 M3 4h8.129a1 1 0 0 1 .99.863L13 11.246 M4 11V4 M7 15h.01 M8 10.1V4 M16,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M2,15 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z\"}]],\n};\nexport const LuTrafficCone: GeneratedIcon = {\n name: 'lu-traffic-cone',\n components: [[\"path\",{\"d\":\"M16.05 10.966a5 2.5 0 0 1-8.1 0 M16.92 14.05 L21.4 16.09 A1 1 0 0 1 21.4 17.92 L12.83 21.82 A2 2 0 0 1 11.17 21.82 L2.6 17.91 A1 1 0 0 1 2.6 16.08 L7.08 14.04 M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z M9.194 6.57a5 2.5 0 0 0 5.61 0\"}]],\n};\nexport const LuTrainFrontTunnel: GeneratedIcon = {\n name: 'lu-train-front-tunnel',\n components: [[\"path\",{\"d\":\"M2 22V12a10 10 0 1 1 20 0v10 M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8 M10 15h.01 M14 15h.01 M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z M9 19 L7 22 M15 19 L17 22\"}]],\n};\nexport const LuTrainFront: GeneratedIcon = {\n name: 'lu-train-front',\n components: [[\"path\",{\"d\":\"M8 3.1V7a4 4 0 0 0 8 0V3.1 M9 15 L8 14 M15 15 L16 14 M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z M8 19 L6 22 M16 19 L18 22\"}]],\n};\nexport const LuTrainTrack: GeneratedIcon = {\n name: 'lu-train-track',\n components: [[\"path\",{\"d\":\"M2 17 17 2 M2 14 L10 22 M5 11 L13 19 M8 8 L16 16 M11 5 L19 13 M14 2 L22 10 M7 22 22 7\"}]],\n};\nexport const LuTramFront: GeneratedIcon = {\n name: 'lu-tram-front',\n components: [[\"path\",{\"d\":\"M6,3 h12 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-12 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M4 11h16 M12 3v8 M8 19 L6 22 M18 22 L16 19 M8 15h.01 M16 15h.01\"}]],\n};\nexport const LuTransgender: GeneratedIcon = {\n name: 'lu-transgender',\n components: [[\"path\",{\"d\":\"M12 16v6 M14 20h-4 M18 2h4v4 M2 2 L9.17 9.17 M2 5.355V2h3.357 M22 2 L14.83 9.17 M8 5 5 8 M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z\"}]],\n};\nexport const LuTrash2: GeneratedIcon = {\n name: 'lu-trash-2',\n components: [[\"path\",{\"d\":\"M10 11v6 M14 11v6 M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6 M3 6h18 M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"}]],\n};\nexport const LuTrash: GeneratedIcon = {\n name: 'lu-trash',\n components: [[\"path\",{\"d\":\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6 M3 6h18 M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"}]],\n};\nexport const LuTreeDeciduous: GeneratedIcon = {\n name: 'lu-tree-deciduous',\n components: [[\"path\",{\"d\":\"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z M12 19v3\"}]],\n};\nexport const LuTreePalm: GeneratedIcon = {\n name: 'lu-tree-palm',\n components: [[\"path\",{\"d\":\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4 M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3 M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35 M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\"}]],\n};\nexport const LuTreePine: GeneratedIcon = {\n name: 'lu-tree-pine',\n components: [[\"path\",{\"d\":\"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z M12 22v-3\"}]],\n};\nexport const LuTrees: GeneratedIcon = {\n name: 'lu-trees',\n components: [[\"path\",{\"d\":\"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z M7 16v6 M13 19v3 M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5\"}]],\n};\nexport const LuTrello: GeneratedIcon = {\n name: 'lu-trello',\n components: [[\"path\",{\"d\":\"M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7,7 h3 v9 h-3 Z M14,7 h3 v5 h-3 Z\"}]],\n};\nexport const LuTrendingDown: GeneratedIcon = {\n name: 'lu-trending-down',\n components: [[\"path\",{\"d\":\"M16 17h6v-6 M22 17 L13.5 8.5 L8.5 13.5 L2 7\"}]],\n};\nexport const LuTrendingUpDown: GeneratedIcon = {\n name: 'lu-trending-up-down',\n components: [[\"path\",{\"d\":\"M14.828 14.828 21 21 M21 16v5h-5 M21 3 L12 12 L8 8 L2 14 M21 8V3h-5\"}]],\n};\nexport const LuTrendingUp: GeneratedIcon = {\n name: 'lu-trending-up',\n components: [[\"path\",{\"d\":\"M16 7h6v6 M22 7 L13.5 15.5 L8.5 10.5 L2 17\"}]],\n};\nexport const LuTriangleAlert: GeneratedIcon = {\n name: 'lu-triangle-alert',\n components: [[\"path\",{\"d\":\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3 M12 9v4 M12 17h.01\"}]],\n};\nexport const LuTriangleDashed: GeneratedIcon = {\n name: 'lu-triangle-dashed',\n components: [[\"path\",{\"d\":\"M10.17 4.193a2 2 0 0 1 3.666.013 M14 21h2 M15.87 7.74 L16.87 9.47 M18.85 12.95 L19.85 14.68 M21.824 18.18a2 2 0 0 1-1.835 2.824 M4.024 21a2 2 0 0 1-1.839-2.839 M5.14 12.95 L4.14 14.68 M8 21h2 M8.1 7.74 L7.1 9.47\"}]],\n};\nexport const LuTriangleRight: GeneratedIcon = {\n name: 'lu-triangle-right',\n components: [[\"path\",{\"d\":\"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z\"}]],\n};\nexport const LuTriangle: GeneratedIcon = {\n name: 'lu-triangle',\n components: [[\"path\",{\"d\":\"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"}]],\n};\nexport const LuTrophy: GeneratedIcon = {\n name: 'lu-trophy',\n components: [[\"path\",{\"d\":\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978 M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978 M18 9h1.5a1 1 0 0 0 0-5H18 M4 22h16 M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z M6 9H4.5a1 1 0 0 1 0-5H6\"}]],\n};\nexport const LuTruckElectric: GeneratedIcon = {\n name: 'lu-truck-electric',\n components: [[\"path\",{\"d\":\"M14 19V7a2 2 0 0 0-2-2H9 M15 19H9 M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14 M2 13v5a1 1 0 0 0 1 1h2 M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02 M15,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M5,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z\"}]],\n};\nexport const LuTruck: GeneratedIcon = {\n name: 'lu-truck',\n components: [[\"path\",{\"d\":\"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2 M15 18H9 M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14 M15,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M5,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z\"}]],\n};\nexport const LuTurkishLira: GeneratedIcon = {\n name: 'lu-turkish-lira',\n components: [[\"path\",{\"d\":\"M15 4 5 9 M15 8.5 L5 13.5 M18 12a9 9 0 0 1-9 9V3\"}]],\n};\nexport const LuTurntable: GeneratedIcon = {\n name: 'lu-turntable',\n components: [[\"path\",{\"d\":\"M10 12.01h.01 M18 8v4a8 8 0 0 1-1.07 4 M6,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuTurtle: GeneratedIcon = {\n name: 'lu-turtle',\n components: [[\"path\",{\"d\":\"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z M4.82 7.9 8 10 M15.18 7.9 12 10 M16.93 10H20a2 2 0 0 1 0 4H2\"}]],\n};\nexport const LuTvMinimalPlay: GeneratedIcon = {\n name: 'lu-tv-minimal-play',\n components: [[\"path\",{\"d\":\"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z M7 21h10 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuTvMinimal: GeneratedIcon = {\n name: 'lu-tv-minimal',\n components: [[\"path\",{\"d\":\"M7 21h10 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuTv: GeneratedIcon = {\n name: 'lu-tv',\n components: [[\"path\",{\"d\":\"m17 2-5 5-5-5 M4,7 h16 a2,2 0 0 1 2,2 v11 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-11 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuTwitch: GeneratedIcon = {\n name: 'lu-twitch',\n components: [[\"path\",{\"d\":\"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7\"}]],\n};\nexport const LuTwitter: GeneratedIcon = {\n name: 'lu-twitter',\n components: [[\"path\",{\"d\":\"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z\"}]],\n};\nexport const LuTypeOutline: GeneratedIcon = {\n name: 'lu-type-outline',\n components: [[\"path\",{\"d\":\"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z\"}]],\n};\nexport const LuType: GeneratedIcon = {\n name: 'lu-type',\n components: [[\"path\",{\"d\":\"M12 4v16 M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2 M9 20h6\"}]],\n};\nexport const LuUmbrellaOff: GeneratedIcon = {\n name: 'lu-umbrella-off',\n components: [[\"path\",{\"d\":\"M12 13v7a2 2 0 0 0 4 0 M12 2v2 M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51 M2 2 L22 22 M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10\"}]],\n};\nexport const LuUmbrella: GeneratedIcon = {\n name: 'lu-umbrella',\n components: [[\"path\",{\"d\":\"M12 13v7a2 2 0 0 0 4 0 M12 2v2 M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z\"}]],\n};\nexport const LuUnderline: GeneratedIcon = {\n name: 'lu-underline',\n components: [[\"path\",{\"d\":\"M6 4v6a6 6 0 0 0 12 0V4 M4 20 L20 20\"}]],\n};\nexport const LuUndo2: GeneratedIcon = {\n name: 'lu-undo-2',\n components: [[\"path\",{\"d\":\"M9 14 4 9l5-5 M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11\"}]],\n};\nexport const LuUndoDot: GeneratedIcon = {\n name: 'lu-undo-dot',\n components: [[\"path\",{\"d\":\"M21 17a9 9 0 0 0-15-6.7L3 13 M3 7v6h6 M11,17 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z\"}]],\n};\nexport const LuUndo: GeneratedIcon = {\n name: 'lu-undo',\n components: [[\"path\",{\"d\":\"M3 7v6h6 M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13\"}]],\n};\nexport const LuUnfoldHorizontal: GeneratedIcon = {\n name: 'lu-unfold-horizontal',\n components: [[\"path\",{\"d\":\"M16 12h6 M8 12H2 M12 2v2 M12 8v2 M12 14v2 M12 20v2 M19 15 L22 12 L19 9 M5 9 L2 12 L5 15\"}]],\n};\nexport const LuUnfoldVertical: GeneratedIcon = {\n name: 'lu-unfold-vertical',\n components: [[\"path\",{\"d\":\"M12 22v-6 M12 8V2 M4 12H2 M10 12H8 M16 12h-2 M22 12h-2 M15 19 L12 22 L9 19 M15 5 L12 2 L9 5\"}]],\n};\nexport const LuUngroup: GeneratedIcon = {\n name: 'lu-ungroup',\n components: [[\"path\",{\"d\":\"M6,4 h6 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z M12,14 h6 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z\"}]],\n};\nexport const LuUniversity: GeneratedIcon = {\n name: 'lu-university',\n components: [[\"path\",{\"d\":\"M14 21v-3a2 2 0 0 0-4 0v3 M18 12h.01 M18 16h.01 M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z M6 12h.01 M6 16h.01 M10,10 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z\"}]],\n};\nexport const LuUnlink2: GeneratedIcon = {\n name: 'lu-unlink-2',\n components: [[\"path\",{\"d\":\"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2\"}]],\n};\nexport const LuUnlink: GeneratedIcon = {\n name: 'lu-unlink',\n components: [[\"path\",{\"d\":\"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71 M5.17 11.75 L3.46 13.46 A5 5 0 0 0 3.58 20.53 A5.01 5.01 0 0 0 10.53 20.53 L12.24 18.82 M8 2 L8 5 M2 8 L5 8 M16 19 L16 22 M19 16 L22 16\"}]],\n};\nexport const LuUnplug: GeneratedIcon = {\n name: 'lu-unplug',\n components: [[\"path\",{\"d\":\"m19 5 3-3 M2 22 L5 19 M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z M7.5 13.5 10 11 M10.5 16.5 13 14 M12 6 L18 12 L20.3 9.7 A2.4 2.4 0 0 0 20.3 6.3 L17.7 3.7 A2.4 2.4 0 0 0 14.3 3.7 Z\"}]],\n};\nexport const LuUpload: GeneratedIcon = {\n name: 'lu-upload',\n components: [[\"path\",{\"d\":\"M12 3v12 M17 8 L12 3 L7 8 M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"}]],\n};\nexport const LuUsb: GeneratedIcon = {\n name: 'lu-usb',\n components: [[\"path\",{\"d\":\"M9,7 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M3,20 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4.7 19.3 19 5 M21 3 L18 4 L20 6 Z M9.26 7.68 5 12l2 5 M10 14 L15 16 L18.5 12.5 M18 12 L19 11 L20 12 L19 13 Z\"}]],\n};\nexport const LuUserCheck: GeneratedIcon = {\n name: 'lu-user-check',\n components: [[\"path\",{\"d\":\"m16 11 2 2 4-4 M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z\"}]],\n};\nexport const LuUserCog: GeneratedIcon = {\n name: 'lu-user-cog',\n components: [[\"path\",{\"d\":\"M10 15H6a4 4 0 0 0-4 4v2 M14.3 16.53 L15.23 16.15 M15.23 13.85 L14.3 13.47 M16.85 12.23 L16.47 11.3 M16.85 17.77 L16.47 18.7 M19.15 12.23 L19.53 11.3 M19.53 18.7 L19.15 17.77 M20.77 13.85 L21.7 13.47 M20.77 16.15 L21.7 16.53 M15,15 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z\"}]],\n};\nexport const LuUserLock: GeneratedIcon = {\n name: 'lu-user-lock',\n components: [[\"path\",{\"d\":\"M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M10.3 15H7a4 4 0 0 0-4 4v2 M15 15.5V14a2 2 0 0 1 4 0v1.5 M13.899000000000001,16 h6.202 a.899,.899 0 0 1 .899,.899 v3.202 a.899,.899 0 0 1 -.899,.899 h-6.202 a.899,.899 0 0 1 -.899,-.899 v-3.202 a.899,.899 0 0 1 .899,-.899 Z\"}]],\n};\nexport const LuUserMinus: GeneratedIcon = {\n name: 'lu-user-minus',\n components: [[\"path\",{\"d\":\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M22 11 L16 11\"}]],\n};\nexport const LuUserPen: GeneratedIcon = {\n name: 'lu-user-pen',\n components: [[\"path\",{\"d\":\"M11.5 15H7a4 4 0 0 0-4 4v2 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z\"}]],\n};\nexport const LuUserPlus: GeneratedIcon = {\n name: 'lu-user-plus',\n components: [[\"path\",{\"d\":\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M19 8 L19 14 M22 11 L16 11\"}]],\n};\nexport const LuUserRoundCheck: GeneratedIcon = {\n name: 'lu-user-round-check',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M16 19 L18 21 L22 17\"}]],\n};\nexport const LuUserRoundCog: GeneratedIcon = {\n name: 'lu-user-round-cog',\n components: [[\"path\",{\"d\":\"m14.305 19.53.923-.382 M15.23 16.85 L14.3 16.47 M16.85 15.23 L16.47 14.3 M16.85 20.77 L16.47 21.7 M19.15 15.23 L19.53 14.3 M19.53 21.7 L19.15 20.77 M2 21a8 8 0 0 1 10.434-7.62 M20.77 16.85 L21.7 16.47 M20.77 19.15 L21.7 19.53 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z\"}]],\n};\nexport const LuUserRoundMinus: GeneratedIcon = {\n name: 'lu-user-round-minus',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M22 19h-6\"}]],\n};\nexport const LuUserRoundPen: GeneratedIcon = {\n name: 'lu-user-round-pen',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 10.821-7.487 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z\"}]],\n};\nexport const LuUserRoundPlus: GeneratedIcon = {\n name: 'lu-user-round-plus',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M19 16v6 M22 19h-6\"}]],\n};\nexport const LuUserRoundSearch: GeneratedIcon = {\n name: 'lu-user-round-search',\n components: [[\"path\",{\"d\":\"M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M2 21a8 8 0 0 1 10.434-7.62 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M22 22 L20.1 20.1\"}]],\n};\nexport const LuUserRoundX: GeneratedIcon = {\n name: 'lu-user-round-x',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 11.873-7 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M17 17 L22 22 M22 17 L17 22\"}]],\n};\nexport const LuUserRound: GeneratedIcon = {\n name: 'lu-user-round',\n components: [[\"path\",{\"d\":\"M7,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M20 21a8 8 0 0 0-16 0\"}]],\n};\nexport const LuUserSearch: GeneratedIcon = {\n name: 'lu-user-search',\n components: [[\"path\",{\"d\":\"M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M10.3 15H7a4 4 0 0 0-4 4v2 M14,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M21 21 L19.1 19.1\"}]],\n};\nexport const LuUserStar: GeneratedIcon = {\n name: 'lu-user-star',\n components: [[\"path\",{\"d\":\"M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z M8 15H7a4 4 0 0 0-4 4v2 M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z\"}]],\n};\nexport const LuUserX: GeneratedIcon = {\n name: 'lu-user-x',\n components: [[\"path\",{\"d\":\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M17 8 L22 13 M22 8 L17 13\"}]],\n};\nexport const LuUser: GeneratedIcon = {\n name: 'lu-user',\n components: [[\"path\",{\"d\":\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2 M8,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z\"}]],\n};\nexport const LuUsersRound: GeneratedIcon = {\n name: 'lu-users-round',\n components: [[\"path\",{\"d\":\"M18 21a8 8 0 0 0-16 0 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3\"}]],\n};\nexport const LuUsers: GeneratedIcon = {\n name: 'lu-users',\n components: [[\"path\",{\"d\":\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2 M16 3.128a4 4 0 0 1 0 7.744 M22 21v-2a4 4 0 0 0-3-3.87 M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z\"}]],\n};\nexport const LuUtensilsCrossed: GeneratedIcon = {\n name: 'lu-utensils-crossed',\n components: [[\"path\",{\"d\":\"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8 M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7 M2.1 21.8 L8.5 15.5 M19 5 L12 12\"}]],\n};\nexport const LuUtensils: GeneratedIcon = {\n name: 'lu-utensils',\n components: [[\"path\",{\"d\":\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2 M7 2v20 M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7\"}]],\n};\nexport const LuUtilityPole: GeneratedIcon = {\n name: 'lu-utility-pole',\n components: [[\"path\",{\"d\":\"M12 2v20 M2 5h20 M3 3v2 M7 3v2 M17 3v2 M21 3v2 M19 5 L12 12 L5 5\"}]],\n};\nexport const LuVariable: GeneratedIcon = {\n name: 'lu-variable',\n components: [[\"path\",{\"d\":\"M8 21s-4-3-4-9 4-9 4-9 M16 3s4 3 4 9-4 9-4 9 M15 9 L9 15 M9 9 L15 15\"}]],\n};\nexport const LuVault: GeneratedIcon = {\n name: 'lu-vault',\n components: [[\"path\",{\"d\":\"M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7,7.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M7.9 7.9 L10.6 10.6 M16,7.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M13.4 10.6 L16.1 7.9 M7,16.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M7.9 16.1 L10.6 13.4 M16,16.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z M13.4 13.4 L16.1 16.1 M10,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z\"}]],\n};\nexport const LuVectorSquare: GeneratedIcon = {\n name: 'lu-vector-square',\n components: [[\"path\",{\"d\":\"M19.5 7a24 24 0 0 1 0 10 M4.5 7a24 24 0 0 0 0 10 M7 19.5a24 24 0 0 0 10 0 M7 4.5a24 24 0 0 1 10 0 M18,17 h3 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-3 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z M18,2 h3 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-3 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z M3,17 h3 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-3 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z M3,2 h3 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-3 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z\"}]],\n};\nexport const LuVegan: GeneratedIcon = {\n name: 'lu-vegan',\n components: [[\"path\",{\"d\":\"M16 8q6 0 6-6-6 0-6 6 M17.41 3.59a10 10 0 1 0 3 3 M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14\"}]],\n};\nexport const LuVenetianMask: GeneratedIcon = {\n name: 'lu-venetian-mask',\n components: [[\"path\",{\"d\":\"M18 11c-1.5 0-2.5.5-3 2 M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z M6 11c1.5 0 2.5.5 3 2\"}]],\n};\nexport const LuVenusAndMars: GeneratedIcon = {\n name: 'lu-venus-and-mars',\n components: [[\"path\",{\"d\":\"M10 20h4 M12 16v6 M17 2h4v4 M21 2 L15.54 7.46 M7,11 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z\"}]],\n};\nexport const LuVenus: GeneratedIcon = {\n name: 'lu-venus',\n components: [[\"path\",{\"d\":\"M12 15v7 M9 19h6 M6,9 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z\"}]],\n};\nexport const LuVibrateOff: GeneratedIcon = {\n name: 'lu-vibrate-off',\n components: [[\"path\",{\"d\":\"m2 8 2 2-2 2 2 2-2 2 M22 8 L20 10 L22 12 L20 14 L22 16 M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2 M16 10.34V6c0-.55-.45-1-1-1h-4.34 M2 2 L22 22\"}]],\n};\nexport const LuVibrate: GeneratedIcon = {\n name: 'lu-vibrate',\n components: [[\"path\",{\"d\":\"m2 8 2 2-2 2 2 2-2 2 M22 8 L20 10 L22 12 L20 14 L22 16 M9,5 h6 a1,1 0 0 1 1,1 v12 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-12 a1,1 0 0 1 1,-1 Z\"}]],\n};\nexport const LuVideoOff: GeneratedIcon = {\n name: 'lu-video-off',\n components: [[\"path\",{\"d\":\"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196 M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2 M2 2 L22 22\"}]],\n};\nexport const LuVideo: GeneratedIcon = {\n name: 'lu-video',\n components: [[\"path\",{\"d\":\"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5 M4,6 h10 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuVideotape: GeneratedIcon = {\n name: 'lu-videotape',\n components: [[\"path\",{\"d\":\"M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M2 8h20 M6,14 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M8 12h8 M14,14 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z\"}]],\n};\nexport const LuView: GeneratedIcon = {\n name: 'lu-view',\n components: [[\"path\",{\"d\":\"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2 M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2 M11,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0\"}]],\n};\nexport const LuVoicemail: GeneratedIcon = {\n name: 'lu-voicemail',\n components: [[\"path\",{\"d\":\"M2,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M14,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M6 16 L18 16\"}]],\n};\nexport const LuVolleyball: GeneratedIcon = {\n name: 'lu-volleyball',\n components: [[\"path\",{\"d\":\"M11.1 7.1a16.55 16.55 0 0 1 10.9 4 M12 12a12.6 12.6 0 0 1-8.7 5 M16.8 13.6a16.55 16.55 0 0 1-9 7.5 M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10 M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5 M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z\"}]],\n};\nexport const LuVolume1: GeneratedIcon = {\n name: 'lu-volume-1',\n components: [[\"path\",{\"d\":\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z M16 9a5 5 0 0 1 0 6\"}]],\n};\nexport const LuVolume2: GeneratedIcon = {\n name: 'lu-volume-2',\n components: [[\"path\",{\"d\":\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z M16 9a5 5 0 0 1 0 6 M19.364 18.364a9 9 0 0 0 0-12.728\"}]],\n};\nexport const LuVolumeOff: GeneratedIcon = {\n name: 'lu-volume-off',\n components: [[\"path\",{\"d\":\"M16 9a5 5 0 0 1 .95 2.293 M19.364 5.636a9 9 0 0 1 1.889 9.96 M2 2 L22 22 M7 7 L6.41 7.59 A1.4 1.4 0 0 1 5.42 8 L3 8 A1 1 0 0 0 2 9 L2 15 A1 1 0 0 0 3 16 L5.42 16 A1.4 1.4 0 0 1 6.41 16.41 L9.8 19.8 A0.7 0.7 0 0 0 11 19.3 L11 11 M9.828 4.172A.686.686 0 0 1 11 4.657v.686\"}]],\n};\nexport const LuVolumeX: GeneratedIcon = {\n name: 'lu-volume-x',\n components: [[\"path\",{\"d\":\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z M22 9 L16 15 M16 9 L22 15\"}]],\n};\nexport const LuVolume: GeneratedIcon = {\n name: 'lu-volume',\n components: [[\"path\",{\"d\":\"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z\"}]],\n};\nexport const LuVote: GeneratedIcon = {\n name: 'lu-vote',\n components: [[\"path\",{\"d\":\"m9 12 2 2 4-4 M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z M22 19H2\"}]],\n};\nexport const LuWalletCards: GeneratedIcon = {\n name: 'lu-wallet-cards',\n components: [[\"path\",{\"d\":\"M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2 M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21\"}]],\n};\nexport const LuWalletMinimal: GeneratedIcon = {\n name: 'lu-wallet-minimal',\n components: [[\"path\",{\"d\":\"M17 14h.01 M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14\"}]],\n};\nexport const LuWallet: GeneratedIcon = {\n name: 'lu-wallet',\n components: [[\"path\",{\"d\":\"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1 M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4\"}]],\n};\nexport const LuWallpaper: GeneratedIcon = {\n name: 'lu-wallpaper',\n components: [[\"path\",{\"d\":\"M12 17v4 M8 21h8 M9 17 L15.1 10.9 A2 2 0 0 1 17.91 10.91 L22 15 M6,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuWandSparkles: GeneratedIcon = {\n name: 'lu-wand-sparkles',\n components: [[\"path\",{\"d\":\"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72 M14 7 L17 10 M5 6v4 M19 14v4 M10 2v2 M7 8H3 M21 16h-4 M11 3H9\"}]],\n};\nexport const LuWand: GeneratedIcon = {\n name: 'lu-wand',\n components: [[\"path\",{\"d\":\"M15 4V2 M15 16v-2 M8 9h2 M20 9h2 M17.8 11.8 19 13 M15 9h.01 M17.8 6.2 19 5 M3 21 L12 12 M12.2 6.2 11 5\"}]],\n};\nexport const LuWarehouse: GeneratedIcon = {\n name: 'lu-warehouse',\n components: [[\"path\",{\"d\":\"M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11 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 8z M6 13h12 M6 17h12\"}]],\n};\nexport const LuWashingMachine: GeneratedIcon = {\n name: 'lu-washing-machine',\n components: [[\"path\",{\"d\":\"M3 6h3 M17 6h.01 M5,2 h14 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z M7,13 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5\"}]],\n};\nexport const LuWatch: GeneratedIcon = {\n name: 'lu-watch',\n components: [[\"path\",{\"d\":\"M12 10v2.2l1.6 1 M16.13 7.66 L15.32 3.61 A2 2 0 0 0 13.32 2 L10.64 2 A2 2 0 0 0 8.64 3.61 L7.86 7.66 M7.88 16.36 L8.68 20.36 A2 2 0 0 0 10.68 21.97 L13.4 21.97 A2 2 0 0 0 15.4 20.36 L16.21 16.31 M6,12 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z\"}]],\n};\nexport const LuWavesLadder: GeneratedIcon = {\n name: 'lu-waves-ladder',\n components: [[\"path\",{\"d\":\"M19 5a2 2 0 0 0-2 2v11 M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M7 13h10 M7 9h10 M9 5a2 2 0 0 0-2 2v11\"}]],\n};\nexport const LuWaves: GeneratedIcon = {\n name: 'lu-waves',\n components: [[\"path\",{\"d\":\"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"}]],\n};\nexport const LuWaypoints: GeneratedIcon = {\n name: 'lu-waypoints',\n components: [[\"path\",{\"d\":\"M9.5,4.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M10.2 6.3 L6.3 10.2 M2,12 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M7 12h10 M17,12 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M13.8 17.7 L17.7 13.8 M9.5,19.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z\"}]],\n};\nexport const LuWebcam: GeneratedIcon = {\n name: 'lu-webcam',\n components: [[\"path\",{\"d\":\"M4,10 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M7 22h10 M12 22v-4\"}]],\n};\nexport const LuWebhookOff: GeneratedIcon = {\n name: 'lu-webhook-off',\n components: [[\"path\",{\"d\":\"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15 M9 3.4a4 4 0 0 1 6.52.66 M6 17 L9.1 11.2 A2.5 2.5 0 0 0 9.16 9.15 M20.3 20.3a4 4 0 0 1-2.3.7 M18.6 13a4 4 0 0 1 3.357 3.414 M12 6 L12.6 7 M2 2 L22 22\"}]],\n};\nexport const LuWebhook: GeneratedIcon = {\n name: 'lu-webhook',\n components: [[\"path\",{\"d\":\"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2 M6 17 L9.13 11.22 C9.66 10.25, 9.23 9.04, 8.63 8.12 A4 4 0 1 1 15.52 4.06 M12 6 L15.13 11.73 C15.66 12.7, 16.9 13, 18 13 A4 4 0 0 1 18 21\"}]],\n};\nexport const LuWeight: GeneratedIcon = {\n name: 'lu-weight',\n components: [[\"path\",{\"d\":\"M9,5 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z\"}]],\n};\nexport const LuWheatOff: GeneratedIcon = {\n name: 'lu-wheat-off',\n components: [[\"path\",{\"d\":\"m2 22 10-10 M16 8 L14.83 9.17 M3.47 12.53 5 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.94Z M8 8 L7.47 8.53 A3.5 3.5 0 0 0 7.47 13.47 L9 15 L10.53 13.47 C11.08 12.92, 11.41 12.22, 11.51 11.5 M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62 M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z M11.47 17.47 13 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 0Z M16 16 L15.47 16.53 A3.5 3.5 0 0 1 10.53 16.53 L9 15 L10.53 13.47 A3.49 3.49 0 0 1 12.5 12.49 M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28 M2 2 L22 22\"}]],\n};\nexport const LuWheat: GeneratedIcon = {\n name: 'lu-wheat',\n components: [[\"path\",{\"d\":\"M2 22 16 8 M3.47 12.53 5 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.94Z M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z M11.47 17.47 13 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 0Z M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z\"}]],\n};\nexport const LuWholeWord: GeneratedIcon = {\n name: 'lu-whole-word',\n components: [[\"path\",{\"d\":\"M4,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M10 9v6 M14,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M14 7v8 M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1\"}]],\n};\nexport const LuWifiCog: GeneratedIcon = {\n name: 'lu-wifi-cog',\n components: [[\"path\",{\"d\":\"m14.305 19.53.923-.382 M15.23 16.85 L14.3 16.47 M16.85 15.23 L16.47 14.3 M16.85 20.77 L16.47 21.7 M19.15 15.23 L19.53 14.3 M19.53 21.7 L19.15 20.77 M2 7.82a15 15 0 0 1 20 0 M20.77 16.85 L21.7 16.47 M20.77 19.15 L21.7 19.53 M5 11.858a10 10 0 0 1 11.5-1.785 M8.5 15.429a5 5 0 0 1 2.413-1.31 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z\"}]],\n};\nexport const LuWifiHigh: GeneratedIcon = {\n name: 'lu-wifi-high',\n components: [[\"path\",{\"d\":\"M12 20h.01 M5 12.859a10 10 0 0 1 14 0 M8.5 16.429a5 5 0 0 1 7 0\"}]],\n};\nexport const LuWifiLow: GeneratedIcon = {\n name: 'lu-wifi-low',\n components: [[\"path\",{\"d\":\"M12 20h.01 M8.5 16.429a5 5 0 0 1 7 0\"}]],\n};\nexport const LuWifiOff: GeneratedIcon = {\n name: 'lu-wifi-off',\n components: [[\"path\",{\"d\":\"M12 20h.01 M8.5 16.429a5 5 0 0 1 7 0 M5 12.859a10 10 0 0 1 5.17-2.69 M19 12.859a10 10 0 0 0-2.007-1.523 M2 8.82a15 15 0 0 1 4.177-2.643 M22 8.82a15 15 0 0 0-11.288-3.764 M2 2 L22 22\"}]],\n};\nexport const LuWifiPen: GeneratedIcon = {\n name: 'lu-wifi-pen',\n components: [[\"path\",{\"d\":\"M2 8.82a15 15 0 0 1 20 0 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M5 12.859a10 10 0 0 1 10.5-2.222 M8.5 16.429a5 5 0 0 1 3-1.406\"}]],\n};\nexport const LuWifiSync: GeneratedIcon = {\n name: 'lu-wifi-sync',\n components: [[\"path\",{\"d\":\"M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5 M11.965 14.105h4 M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5 M2 8.82a15 15 0 0 1 20 0 M21.965 22.105v-4 M5 12.86a10 10 0 0 1 3-2.032 M8.5 16.429h.01\"}]],\n};\nexport const LuWifiZero: GeneratedIcon = {\n name: 'lu-wifi-zero',\n components: [[\"path\",{\"d\":\"M12 20h.01\"}]],\n};\nexport const LuWifi: GeneratedIcon = {\n name: 'lu-wifi',\n components: [[\"path\",{\"d\":\"M12 20h.01 M2 8.82a15 15 0 0 1 20 0 M5 12.859a10 10 0 0 1 14 0 M8.5 16.429a5 5 0 0 1 7 0\"}]],\n};\nexport const LuWindArrowDown: GeneratedIcon = {\n name: 'lu-wind-arrow-down',\n components: [[\"path\",{\"d\":\"M10 2v8 M12.8 21.6A2 2 0 1 0 14 18H2 M17.5 10a2.5 2.5 0 1 1 2 4H2 M6 6 L10 10 L14 6\"}]],\n};\nexport const LuWind: GeneratedIcon = {\n name: 'lu-wind',\n components: [[\"path\",{\"d\":\"M12.8 19.6A2 2 0 1 0 14 16H2 M17.5 8a2.5 2.5 0 1 1 2 4H2 M9.8 4.4A2 2 0 1 1 11 8H2\"}]],\n};\nexport const LuWineOff: GeneratedIcon = {\n name: 'lu-wine-off',\n components: [[\"path\",{\"d\":\"M8 22h8 M7 10h3m7 0h-1.343 M12 15v7 M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198 M2 2 L22 22\"}]],\n};\nexport const LuWine: GeneratedIcon = {\n name: 'lu-wine',\n components: [[\"path\",{\"d\":\"M8 22h8 M7 10h10 M12 15v7 M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z\"}]],\n};\nexport const LuWorkflow: GeneratedIcon = {\n name: 'lu-workflow',\n components: [[\"path\",{\"d\":\"M5,3 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z M7 11v4a2 2 0 0 0 2 2h4 M15,13 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z\"}]],\n};\nexport const LuWorm: GeneratedIcon = {\n name: 'lu-worm',\n components: [[\"path\",{\"d\":\"m19 12-1.5 3 M19.63 18.81 22 20 M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z\"}]],\n};\nexport const LuWrapText: GeneratedIcon = {\n name: 'lu-wrap-text',\n components: [[\"path\",{\"d\":\"m16 16-2 2 2 2 M3 12h15a3 3 0 1 1 0 6h-4 M3 18h7 M3 6h18\"}]],\n};\nexport const LuWrench: GeneratedIcon = {\n name: 'lu-wrench',\n components: [[\"path\",{\"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\"}]],\n};\nexport const LuX: GeneratedIcon = {\n name: 'lu-x',\n components: [[\"path\",{\"d\":\"M18 6 6 18 M6 6 L18 18\"}]],\n};\nexport const LuYoutube: GeneratedIcon = {\n name: 'lu-youtube',\n components: [[\"path\",{\"d\":\"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17 M10 15 L15 12 L10 9 Z\"}]],\n};\nexport const LuZapOff: GeneratedIcon = {\n name: 'lu-zap-off',\n components: [[\"path\",{\"d\":\"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317 M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773 M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643 M2 2 L22 22\"}]],\n};\nexport const LuZap: GeneratedIcon = {\n name: 'lu-zap',\n components: [[\"path\",{\"d\":\"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z\"}]],\n};\nexport const LuZoomIn: GeneratedIcon = {\n name: 'lu-zoom-in',\n components: [[\"path\",{\"d\":\"M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.65 16.65 M11 8 L11 14 M8 11 L14 11\"}]],\n};\nexport const LuZoomOut: GeneratedIcon = {\n name: 'lu-zoom-out',\n components: [[\"path\",{\"d\":\"M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.65 16.65 M8 11 L14 11\"}]],\n};\n"],"names":[],"mappings":"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"}
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './icons_1';
|
|
2
|
-
export * from './icons_2';
|
|
3
|
-
export * from './icons_3';
|
|
4
|
-
export * from './icons_4';
|
|
1
|
+
export * from './icons_1.js';
|
|
2
|
+
export * from './icons_2.js';
|
|
3
|
+
export * from './icons_3.js';
|
|
4
|
+
export * from './icons_4.js';
|
|
5
5
|
export declare const RuiIcons: readonly ["lu-activate-premium", "lu-balances", "lu-bitcoin-accounts", "lu-blockchain", "lu-checkbox-blank-circle-fill", "lu-checkbox-blank-circle", "lu-checkbox-blank", "lu-checkbox-fill", "lu-checkbox-indeterminate-fill", "lu-cloud-download-2-fill", "lu-cloud-download-fill", "lu-cloud-fill", "lu-cloud-off-fill", "lu-cloud-sync-fill", "lu-cloud-upload-2-fill", "lu-cloud-upload-fill", "lu-coins-exchange", "lu-custom-assets", "lu-deposits", "lu-discord", "lu-donate-fill", "lu-droplet-fill", "lu-droplet-half-fill", "lu-droplet-trending-down", "lu-evm-accounts", "lu-export", "lu-eye-semi-off", "lu-folder-shrink-1", "lu-folder-shrink-2", "lu-historic-prices", "lu-history-events-fill", "lu-latest-prices", "lu-layers-in", "lu-layers-out", "lu-liabilities", "lu-manage-assets", "lu-manage-prices", "lu-manual-balances", "lu-more-assets", "lu-onchain", "lu-os-apple", "lu-os-windows", "lu-paypal", "lu-radio-button-fill", "lu-receive-donation-fill", "lu-refund", "lu-slash-divider", "lu-solana-accounts-fill", "lu-substrate-accounts", "lu-tag-manager", "lu-x-twitter", "lu-a-arrow-down", "lu-a-arrow-up", "lu-a-large-small", "lu-accessibility", "lu-activity", "lu-air-vent", "lu-airplay", "lu-alarm-clock-check", "lu-alarm-clock-minus", "lu-alarm-clock-off", "lu-alarm-clock-plus", "lu-alarm-clock", "lu-alarm-smoke", "lu-album", "lu-align-center-horizontal", "lu-align-center-vertical", "lu-align-center", "lu-align-end-horizontal", "lu-align-end-vertical", "lu-align-horizontal-distribute-center", "lu-align-horizontal-distribute-end", "lu-align-horizontal-distribute-start", "lu-align-horizontal-justify-center", "lu-align-horizontal-justify-end", "lu-align-horizontal-justify-start", "lu-align-horizontal-space-around", "lu-align-horizontal-space-between", "lu-align-justify", "lu-align-left", "lu-align-right", "lu-align-start-horizontal", "lu-align-start-vertical", "lu-align-vertical-distribute-center", "lu-align-vertical-distribute-end", "lu-align-vertical-distribute-start", "lu-align-vertical-justify-center", "lu-align-vertical-justify-end", "lu-align-vertical-justify-start", "lu-align-vertical-space-around", "lu-align-vertical-space-between", "lu-ambulance", "lu-ampersand", "lu-ampersands", "lu-amphora", "lu-anchor", "lu-angry", "lu-annoyed", "lu-antenna", "lu-anvil", "lu-aperture", "lu-app-window-mac", "lu-app-window", "lu-apple", "lu-archive-restore", "lu-archive-x", "lu-archive", "lu-armchair", "lu-arrow-big-down-dash", "lu-arrow-big-down", "lu-arrow-big-left-dash", "lu-arrow-big-left", "lu-arrow-big-right-dash", "lu-arrow-big-right", "lu-arrow-big-up-dash", "lu-arrow-big-up", "lu-arrow-down-0-1", "lu-arrow-down-1-0", "lu-arrow-down-a-z", "lu-arrow-down-from-line", "lu-arrow-down-left", "lu-arrow-down-narrow-wide", "lu-arrow-down-right", "lu-arrow-down-to-dot", "lu-arrow-down-to-line", "lu-arrow-down-up", "lu-arrow-down-wide-narrow", "lu-arrow-down-z-a", "lu-arrow-down", "lu-arrow-left-from-line", "lu-arrow-left-right", "lu-arrow-left-to-line", "lu-arrow-left", "lu-arrow-right-from-line", "lu-arrow-right-left", "lu-arrow-right-to-line", "lu-arrow-right", "lu-arrow-up-0-1", "lu-arrow-up-1-0", "lu-arrow-up-a-z", "lu-arrow-up-down", "lu-arrow-up-from-dot", "lu-arrow-up-from-line", "lu-arrow-up-left", "lu-arrow-up-narrow-wide", "lu-arrow-up-right", "lu-arrow-up-to-line", "lu-arrow-up-wide-narrow", "lu-arrow-up-z-a", "lu-arrow-up", "lu-arrows-up-from-line", "lu-asterisk", "lu-at-sign", "lu-atom", "lu-audio-lines", "lu-audio-waveform", "lu-award", "lu-axe", "lu-axis-3d", "lu-baby", "lu-backpack", "lu-badge-alert", "lu-badge-cent", "lu-badge-check", "lu-badge-dollar-sign", "lu-badge-euro", "lu-badge-indian-rupee", "lu-badge-info", "lu-badge-japanese-yen", "lu-badge-minus", "lu-badge-percent", "lu-badge-plus", "lu-badge-pound-sterling", "lu-badge-question-mark", "lu-badge-russian-ruble", "lu-badge-swiss-franc", "lu-badge-turkish-lira", "lu-badge-x", "lu-badge", "lu-baggage-claim", "lu-ban", "lu-banana", "lu-bandage", "lu-banknote-arrow-down", "lu-banknote-arrow-up", "lu-banknote-x", "lu-banknote", "lu-barcode", "lu-barrel", "lu-baseline", "lu-bath", "lu-battery-charging", "lu-battery-full", "lu-battery-low", "lu-battery-medium", "lu-battery-plus", "lu-battery-warning", "lu-battery", "lu-beaker", "lu-bean-off", "lu-bean", "lu-bed-double", "lu-bed-single", "lu-bed", "lu-beef", "lu-beer-off", "lu-beer", "lu-bell-dot", "lu-bell-electric", "lu-bell-minus", "lu-bell-off", "lu-bell-plus", "lu-bell-ring", "lu-bell", "lu-between-horizontal-end", "lu-between-horizontal-start", "lu-between-vertical-end", "lu-between-vertical-start", "lu-biceps-flexed", "lu-bike", "lu-binary", "lu-binoculars", "lu-biohazard", "lu-bird", "lu-bitcoin", "lu-blend", "lu-blinds", "lu-blocks", "lu-bluetooth-connected", "lu-bluetooth-off", "lu-bluetooth-searching", "lu-bluetooth", "lu-bold", "lu-bolt", "lu-bomb", "lu-bone", "lu-book-a", "lu-book-alert", "lu-book-audio", "lu-book-check", "lu-book-copy", "lu-book-dashed", "lu-book-down", "lu-book-headphones", "lu-book-heart", "lu-book-image", "lu-book-key", "lu-book-lock", "lu-book-marked", "lu-book-minus", "lu-book-open-check", "lu-book-open-text", "lu-book-open", "lu-book-plus", "lu-book-text", "lu-book-type", "lu-book-up-2", "lu-book-up", "lu-book-user", "lu-book-x", "lu-book", "lu-bookmark-check", "lu-bookmark-minus", "lu-bookmark-plus", "lu-bookmark-x", "lu-bookmark", "lu-boom-box", "lu-bot-message-square", "lu-bot-off", "lu-bot", "lu-bottle-wine", "lu-bow-arrow", "lu-box", "lu-boxes", "lu-braces", "lu-brackets", "lu-brain-circuit", "lu-brain-cog", "lu-brain", "lu-brick-wall-fire", "lu-brick-wall-shield", "lu-brick-wall", "lu-briefcase-business", "lu-briefcase-conveyor-belt", "lu-briefcase-medical", "lu-briefcase", "lu-bring-to-front", "lu-brush-cleaning", "lu-brush", "lu-bubbles", "lu-bug-off", "lu-bug-play", "lu-bug", "lu-building-2", "lu-building", "lu-bus-front", "lu-bus", "lu-cable-car", "lu-cable", "lu-cake-slice", "lu-cake", "lu-calculator", "lu-calendar-1", "lu-calendar-arrow-down", "lu-calendar-arrow-up", "lu-calendar-check-2", "lu-calendar-check", "lu-calendar-clock", "lu-calendar-cog", "lu-calendar-days", "lu-calendar-fold", "lu-calendar-heart", "lu-calendar-minus-2", "lu-calendar-minus", "lu-calendar-off", "lu-calendar-plus-2", "lu-calendar-plus", "lu-calendar-range", "lu-calendar-search", "lu-calendar-sync", "lu-calendar-x-2", "lu-calendar-x", "lu-calendar", "lu-camera-off", "lu-camera", "lu-candy-cane", "lu-candy-off", "lu-candy", "lu-cannabis", "lu-captions-off", "lu-captions", "lu-car-front", "lu-car-taxi-front", "lu-car", "lu-caravan", "lu-card-sim", "lu-carrot", "lu-case-lower", "lu-case-sensitive", "lu-case-upper", "lu-cassette-tape", "lu-cast", "lu-castle", "lu-cat", "lu-cctv", "lu-chart-area", "lu-chart-bar-big", "lu-chart-bar-decreasing", "lu-chart-bar-increasing", "lu-chart-bar-stacked", "lu-chart-bar", "lu-chart-candlestick", "lu-chart-column-big", "lu-chart-column-decreasing", "lu-chart-column-increasing", "lu-chart-column-stacked", "lu-chart-column", "lu-chart-gantt", "lu-chart-line", "lu-chart-network", "lu-chart-no-axes-column-decreasing", "lu-chart-no-axes-column-increasing", "lu-chart-no-axes-column", "lu-chart-no-axes-combined", "lu-chart-no-axes-gantt", "lu-chart-pie", "lu-chart-scatter", "lu-chart-spline", "lu-check-check", "lu-check-line", "lu-check", "lu-chef-hat", "lu-cherry", "lu-chevron-down", "lu-chevron-first", "lu-chevron-last", "lu-chevron-left", "lu-chevron-right", "lu-chevron-up", "lu-chevrons-down-up", "lu-chevrons-down", "lu-chevrons-left-right-ellipsis", "lu-chevrons-left-right", "lu-chevrons-left", "lu-chevrons-right-left", "lu-chevrons-right", "lu-chevrons-up-down", "lu-chevrons-up", "lu-chromium", "lu-church", "lu-cigarette-off", "lu-cigarette", "lu-circle-alert", "lu-circle-arrow-down", "lu-circle-arrow-left", "lu-circle-arrow-out-down-left", "lu-circle-arrow-out-down-right", "lu-circle-arrow-out-up-left", "lu-circle-arrow-out-up-right", "lu-circle-arrow-right", "lu-circle-arrow-up", "lu-circle-check-big", "lu-circle-check", "lu-circle-chevron-down", "lu-circle-chevron-left", "lu-circle-chevron-right", "lu-circle-chevron-up", "lu-circle-dashed", "lu-circle-divide", "lu-circle-dollar-sign", "lu-circle-dot-dashed", "lu-circle-dot", "lu-circle-ellipsis", "lu-circle-equal", "lu-circle-fading-arrow-up", "lu-circle-fading-plus", "lu-circle-gauge", "lu-circle-minus", "lu-circle-off", "lu-circle-parking-off", "lu-circle-parking", "lu-circle-pause", "lu-circle-percent", "lu-circle-play", "lu-circle-plus", "lu-circle-pound-sterling", "lu-circle-power", "lu-circle-question-mark", "lu-circle-slash-2", "lu-circle-slash", "lu-circle-small", "lu-circle-star", "lu-circle-stop", "lu-circle-user-round", "lu-circle-user", "lu-circle-x", "lu-circle", "lu-circuit-board", "lu-citrus", "lu-clapperboard", "lu-clipboard-check", "lu-clipboard-clock", "lu-clipboard-copy", "lu-clipboard-list", "lu-clipboard-minus", "lu-clipboard-paste", "lu-clipboard-pen-line", "lu-clipboard-pen", "lu-clipboard-plus", "lu-clipboard-type", "lu-clipboard-x", "lu-clipboard", "lu-clock-1", "lu-clock-10", "lu-clock-11", "lu-clock-12", "lu-clock-2", "lu-clock-3", "lu-clock-4", "lu-clock-5", "lu-clock-6", "lu-clock-7", "lu-clock-8", "lu-clock-9", "lu-clock-alert", "lu-clock-arrow-down", "lu-clock-arrow-up", "lu-clock-fading", "lu-clock-plus", "lu-clock", "lu-closed-caption", "lu-cloud-alert", "lu-cloud-check", "lu-cloud-cog", "lu-cloud-download", "lu-cloud-drizzle", "lu-cloud-fog", "lu-cloud-hail", "lu-cloud-lightning", "lu-cloud-moon-rain", "lu-cloud-moon", "lu-cloud-off", "lu-cloud-rain-wind", "lu-cloud-rain", "lu-cloud-snow", "lu-cloud-sun-rain", "lu-cloud-sun", "lu-cloud-upload", "lu-cloud", "lu-cloudy", "lu-clover", "lu-club", "lu-code-xml", "lu-code", "lu-codepen", "lu-codesandbox", "lu-coffee", "lu-cog", "lu-coins", "lu-columns-2", "lu-columns-3-cog", "lu-columns-3", "lu-columns-4", "lu-combine", "lu-command", "lu-compass", "lu-component", "lu-computer", "lu-concierge-bell", "lu-cone", "lu-construction", "lu-contact-round", "lu-contact", "lu-container", "lu-contrast", "lu-cookie", "lu-cooking-pot", "lu-copy-check", "lu-copy-minus", "lu-copy-plus", "lu-copy-slash", "lu-copy-x", "lu-copy", "lu-copyleft", "lu-copyright", "lu-corner-down-left", "lu-corner-down-right", "lu-corner-left-down", "lu-corner-left-up", "lu-corner-right-down", "lu-corner-right-up", "lu-corner-up-left", "lu-corner-up-right", "lu-cpu", "lu-creative-commons", "lu-credit-card", "lu-croissant", "lu-crop", "lu-cross", "lu-crosshair", "lu-crown", "lu-cuboid", "lu-cup-soda", "lu-currency", "lu-cylinder", "lu-dam", "lu-database-backup", "lu-database-zap", "lu-database", "lu-decimals-arrow-left", "lu-decimals-arrow-right", "lu-delete", "lu-dessert", "lu-diameter", "lu-diamond-minus", "lu-diamond-percent", "lu-diamond-plus", "lu-diamond", "lu-dice-1", "lu-dice-2", "lu-dice-3", "lu-dice-4", "lu-dice-5", "lu-dice-6", "lu-dices", "lu-diff", "lu-disc-2", "lu-disc-3", "lu-disc-album", "lu-disc", "lu-divide", "lu-dna-off", "lu-dna", "lu-dock", "lu-dog", "lu-dollar-sign", "lu-donut", "lu-door-closed-locked", "lu-door-closed", "lu-door-open", "lu-dot", "lu-download", "lu-drafting-compass", "lu-drama", "lu-dribbble", "lu-drill", "lu-drone", "lu-droplet-off", "lu-droplet", "lu-droplets", "lu-drum", "lu-drumstick", "lu-dumbbell", "lu-ear-off", "lu-ear", "lu-earth-lock", "lu-earth", "lu-eclipse", "lu-egg-fried", "lu-egg-off", "lu-egg", "lu-ellipsis-vertical", "lu-ellipsis", "lu-equal-approximately", "lu-equal-not", "lu-equal", "lu-eraser", "lu-ethernet-port", "lu-euro", "lu-expand", "lu-external-link", "lu-eye-closed", "lu-eye-off", "lu-eye", "lu-facebook", "lu-factory", "lu-fan", "lu-fast-forward", "lu-feather", "lu-fence", "lu-ferris-wheel", "lu-figma", "lu-file-archive", "lu-file-audio-2", "lu-file-audio", "lu-file-axis-3d", "lu-file-badge-2", "lu-file-badge", "lu-file-box", "lu-file-chart-column-increasing", "lu-file-chart-column", "lu-file-chart-line", "lu-file-chart-pie", "lu-file-check-2", "lu-file-check", "lu-file-clock", "lu-file-code-2", "lu-file-code", "lu-file-cog", "lu-file-diff", "lu-file-digit", "lu-file-down", "lu-file-heart", "lu-file-image", "lu-file-input", "lu-file-json-2", "lu-file-json", "lu-file-key-2", "lu-file-key", "lu-file-lock-2", "lu-file-lock", "lu-file-minus-2", "lu-file-minus", "lu-file-music", "lu-file-output", "lu-file-pen-line", "lu-file-pen", "lu-file-play", "lu-file-plus-2", "lu-file-plus", "lu-file-question-mark", "lu-file-scan", "lu-file-search-2", "lu-file-search", "lu-file-sliders", "lu-file-spreadsheet", "lu-file-stack", "lu-file-symlink", "lu-file-terminal", "lu-file-text", "lu-file-type-2", "lu-file-type", "lu-file-up", "lu-file-user", "lu-file-video-camera", "lu-file-volume-2", "lu-file-volume", "lu-file-warning", "lu-file-x-2", "lu-file-x", "lu-file", "lu-files", "lu-film", "lu-fingerprint", "lu-fire-extinguisher", "lu-fish-off", "lu-fish-symbol", "lu-fish", "lu-flag-off", "lu-flag-triangle-left", "lu-flag-triangle-right", "lu-flag", "lu-flame-kindling", "lu-flame", "lu-flashlight-off", "lu-flashlight", "lu-flask-conical-off", "lu-flask-conical", "lu-flask-round", "lu-flip-horizontal-2", "lu-flip-horizontal", "lu-flip-vertical-2", "lu-flip-vertical", "lu-flower-2", "lu-flower", "lu-focus", "lu-fold-horizontal", "lu-fold-vertical", "lu-folder-archive", "lu-folder-check", "lu-folder-clock", "lu-folder-closed", "lu-folder-code", "lu-folder-cog", "lu-folder-dot", "lu-folder-down", "lu-folder-git-2", "lu-folder-git", "lu-folder-heart", "lu-folder-input", "lu-folder-kanban", "lu-folder-key", "lu-folder-lock", "lu-folder-minus", "lu-folder-open-dot", "lu-folder-open", "lu-folder-output", "lu-folder-pen", "lu-folder-plus", "lu-folder-root", "lu-folder-search-2", "lu-folder-search", "lu-folder-symlink", "lu-folder-sync", "lu-folder-tree", "lu-folder-up", "lu-folder-x", "lu-folder", "lu-folders", "lu-footprints", "lu-forklift", "lu-forward", "lu-frame", "lu-framer", "lu-frown", "lu-fuel", "lu-fullscreen", "lu-funnel-plus", "lu-funnel-x", "lu-funnel", "lu-gallery-horizontal-end", "lu-gallery-horizontal", "lu-gallery-thumbnails", "lu-gallery-vertical-end", "lu-gallery-vertical", "lu-gamepad-2", "lu-gamepad", "lu-gauge", "lu-gavel", "lu-gem", "lu-georgian-lari", "lu-ghost", "lu-gift", "lu-git-branch-plus", "lu-git-branch", "lu-git-commit-horizontal", "lu-git-commit-vertical", "lu-git-compare-arrows", "lu-git-compare", "lu-git-fork", "lu-git-graph", "lu-git-merge", "lu-git-pull-request-arrow", "lu-git-pull-request-closed", "lu-git-pull-request-create-arrow", "lu-git-pull-request-create", "lu-git-pull-request-draft", "lu-git-pull-request", "lu-github", "lu-gitlab", "lu-glass-water", "lu-glasses", "lu-globe-lock", "lu-globe", "lu-goal", "lu-gpu", "lu-graduation-cap", "lu-grape", "lu-grid-2x2-check", "lu-grid-2x2-plus", "lu-grid-2x2-x", "lu-grid-2x2", "lu-grid-3x2", "lu-grid-3x3", "lu-grip-horizontal", "lu-grip-vertical", "lu-grip", "lu-group", "lu-guitar", "lu-ham", "lu-hamburger", "lu-hammer", "lu-hand-coins", "lu-hand-fist", "lu-hand-grab", "lu-hand-heart", "lu-hand-helping", "lu-hand-metal", "lu-hand-platter", "lu-hand", "lu-handbag", "lu-handshake", "lu-hard-drive-download", "lu-hard-drive-upload", "lu-hard-drive", "lu-hard-hat", "lu-hash", "lu-hat-glasses", "lu-haze", "lu-hdmi-port", "lu-heading-1", "lu-heading-2", "lu-heading-3", "lu-heading-4", "lu-heading-5", "lu-heading-6", "lu-heading", "lu-headphone-off", "lu-headphones", "lu-headset", "lu-heart-crack", "lu-heart-handshake", "lu-heart-minus", "lu-heart-off", "lu-heart-plus", "lu-heart-pulse", "lu-heart", "lu-heater", "lu-hexagon", "lu-highlighter", "lu-history", "lu-hop-off", "lu-hop", "lu-hospital", "lu-hotel", "lu-hourglass", "lu-house-plug", "lu-house-plus", "lu-house-wifi", "lu-house", "lu-ice-cream-bowl", "lu-ice-cream-cone", "lu-id-card-lanyard", "lu-id-card", "lu-image-down", "lu-image-minus", "lu-image-off", "lu-image-play", "lu-image-plus", "lu-image-up", "lu-image-upscale", "lu-image", "lu-images", "lu-import", "lu-inbox", "lu-indent-decrease", "lu-indent-increase", "lu-indian-rupee", "lu-infinity", "lu-info", "lu-inspection-panel", "lu-instagram", "lu-italic", "lu-iteration-ccw", "lu-iteration-cw", "lu-japanese-yen", "lu-joystick", "lu-kanban", "lu-kayak", "lu-key-round", "lu-key-square", "lu-key", "lu-keyboard-music", "lu-keyboard-off", "lu-keyboard", "lu-lamp-ceiling", "lu-lamp-desk", "lu-lamp-floor", "lu-lamp-wall-down", "lu-lamp-wall-up", "lu-lamp", "lu-land-plot", "lu-landmark", "lu-languages", "lu-laptop-minimal-check", "lu-laptop-minimal", "lu-laptop", "lu-lasso-select", "lu-lasso", "lu-laugh", "lu-layers-2", "lu-layers", "lu-layout-dashboard", "lu-layout-grid", "lu-layout-list", "lu-layout-panel-left", "lu-layout-panel-top", "lu-layout-template", "lu-leaf", "lu-leafy-green", "lu-lectern", "lu-letter-text", "lu-library-big", "lu-library", "lu-life-buoy", "lu-ligature", "lu-lightbulb-off", "lu-lightbulb", "lu-line-squiggle", "lu-link-2-off", "lu-link-2", "lu-link", "lu-linkedin", "lu-list-check", "lu-list-checks", "lu-list-collapse", "lu-list-end", "lu-list-filter-plus", "lu-list-filter", "lu-list-minus", "lu-list-music", "lu-list-ordered", "lu-list-plus", "lu-list-restart", "lu-list-start", "lu-list-todo", "lu-list-tree", "lu-list-video", "lu-list-x", "lu-list", "lu-loader-circle", "lu-loader-pinwheel", "lu-loader", "lu-locate-fixed", "lu-locate-off", "lu-locate", "lu-lock-keyhole-open", "lu-lock-keyhole", "lu-lock-open", "lu-lock", "lu-log-in", "lu-log-out", "lu-logs", "lu-lollipop", "lu-luggage", "lu-magnet", "lu-mail-check", "lu-mail-minus", "lu-mail-open", "lu-mail-plus", "lu-mail-question-mark", "lu-mail-search", "lu-mail-warning", "lu-mail-x", "lu-mail", "lu-mailbox", "lu-mails", "lu-map-minus", "lu-map-pin-check-inside", "lu-map-pin-check", "lu-map-pin-house", "lu-map-pin-minus-inside", "lu-map-pin-minus", "lu-map-pin-off", "lu-map-pin-pen", "lu-map-pin-plus-inside", "lu-map-pin-plus", "lu-map-pin-x-inside", "lu-map-pin-x", "lu-map-pin", "lu-map-pinned", "lu-map-plus", "lu-map", "lu-mars-stroke", "lu-mars", "lu-martini", "lu-maximize-2", "lu-maximize", "lu-medal", "lu-megaphone-off", "lu-megaphone", "lu-meh", "lu-memory-stick", "lu-menu", "lu-merge", "lu-message-circle-code", "lu-message-circle-dashed", "lu-message-circle-heart", "lu-message-circle-more", "lu-message-circle-off", "lu-message-circle-plus", "lu-message-circle-question-mark", "lu-message-circle-reply", "lu-message-circle-warning", "lu-message-circle-x", "lu-message-circle", "lu-message-square-code", "lu-message-square-dashed", "lu-message-square-diff", "lu-message-square-dot", "lu-message-square-heart", "lu-message-square-lock", "lu-message-square-more", "lu-message-square-off", "lu-message-square-plus", "lu-message-square-quote", "lu-message-square-reply", "lu-message-square-share", "lu-message-square-text", "lu-message-square-warning", "lu-message-square-x", "lu-message-square", "lu-messages-square", "lu-mic-off", "lu-mic-vocal", "lu-mic", "lu-microchip", "lu-microscope", "lu-microwave", "lu-milestone", "lu-milk-off", "lu-milk", "lu-minimize-2", "lu-minimize", "lu-minus", "lu-monitor-check", "lu-monitor-cog", "lu-monitor-dot", "lu-monitor-down", "lu-monitor-off", "lu-monitor-pause", "lu-monitor-play", "lu-monitor-smartphone", "lu-monitor-speaker", "lu-monitor-stop", "lu-monitor-up", "lu-monitor-x", "lu-monitor", "lu-moon-star", "lu-moon", "lu-mountain-snow", "lu-mountain", "lu-mouse-off", "lu-mouse-pointer-2", "lu-mouse-pointer-ban", "lu-mouse-pointer-click", "lu-mouse-pointer", "lu-mouse", "lu-move-3d", "lu-move-diagonal-2", "lu-move-diagonal", "lu-move-down-left", "lu-move-down-right", "lu-move-down", "lu-move-horizontal", "lu-move-left", "lu-move-right", "lu-move-up-left", "lu-move-up-right", "lu-move-up", "lu-move-vertical", "lu-move", "lu-music-2", "lu-music-3", "lu-music-4", "lu-music", "lu-navigation-2-off", "lu-navigation-2", "lu-navigation-off", "lu-navigation", "lu-network", "lu-newspaper", "lu-nfc", "lu-non-binary", "lu-notebook-pen", "lu-notebook-tabs", "lu-notebook-text", "lu-notebook", "lu-notepad-text-dashed", "lu-notepad-text", "lu-nut-off", "lu-nut", "lu-octagon-alert", "lu-octagon-minus", "lu-octagon-pause", "lu-octagon-x", "lu-octagon", "lu-omega", "lu-option", "lu-orbit", "lu-origami", "lu-package-2", "lu-package-check", "lu-package-minus", "lu-package-open", "lu-package-plus", "lu-package-search", "lu-package-x", "lu-package", "lu-paint-bucket", "lu-paint-roller", "lu-paintbrush-vertical", "lu-paintbrush", "lu-palette", "lu-panda", "lu-panel-bottom-close", "lu-panel-bottom-dashed", "lu-panel-bottom-open", "lu-panel-bottom", "lu-panel-left-close", "lu-panel-left-dashed", "lu-panel-left-open", "lu-panel-left-right-dashed", "lu-panel-left", "lu-panel-right-close", "lu-panel-right-dashed", "lu-panel-right-open", "lu-panel-right", "lu-panel-top-bottom-dashed", "lu-panel-top-close", "lu-panel-top-dashed", "lu-panel-top-open", "lu-panel-top", "lu-panels-left-bottom", "lu-panels-right-bottom", "lu-panels-top-left", "lu-paperclip", "lu-parentheses", "lu-parking-meter", "lu-party-popper", "lu-pause", "lu-paw-print", "lu-pc-case", "lu-pen-line", "lu-pen-off", "lu-pen-tool", "lu-pen", "lu-pencil-line", "lu-pencil-off", "lu-pencil-ruler", "lu-pencil", "lu-pentagon", "lu-percent", "lu-person-standing", "lu-philippine-peso", "lu-phone-call", "lu-phone-forwarded", "lu-phone-incoming", "lu-phone-missed", "lu-phone-off", "lu-phone-outgoing", "lu-phone", "lu-pi", "lu-piano", "lu-pickaxe", "lu-picture-in-picture-2", "lu-picture-in-picture", "lu-piggy-bank", "lu-pilcrow-left", "lu-pilcrow-right", "lu-pilcrow", "lu-pill-bottle", "lu-pill", "lu-pin-off", "lu-pin", "lu-pipette", "lu-pizza", "lu-plane-landing", "lu-plane-takeoff", "lu-plane", "lu-play", "lu-plug-2", "lu-plug-zap", "lu-plug", "lu-plus", "lu-pocket-knife", "lu-pocket", "lu-podcast", "lu-pointer-off", "lu-pointer", "lu-popcorn", "lu-popsicle", "lu-pound-sterling", "lu-power-off", "lu-power", "lu-presentation", "lu-printer-check", "lu-printer", "lu-projector", "lu-proportions", "lu-puzzle", "lu-pyramid", "lu-qr-code", "lu-quote", "lu-rabbit", "lu-radar", "lu-radiation", "lu-radical", "lu-radio-receiver", "lu-radio-tower", "lu-radio", "lu-radius", "lu-rail-symbol", "lu-rainbow", "lu-rat", "lu-ratio", "lu-receipt-cent", "lu-receipt-euro", "lu-receipt-indian-rupee", "lu-receipt-japanese-yen", "lu-receipt-pound-sterling", "lu-receipt-russian-ruble", "lu-receipt-swiss-franc", "lu-receipt-text", "lu-receipt-turkish-lira", "lu-receipt", "lu-rectangle-circle", "lu-rectangle-ellipsis", "lu-rectangle-goggles", "lu-rectangle-horizontal", "lu-rectangle-vertical", "lu-recycle", "lu-redo-2", "lu-redo-dot", "lu-redo", "lu-refresh-ccw-dot", "lu-refresh-ccw", "lu-refresh-cw-off", "lu-refresh-cw", "lu-refrigerator", "lu-regex", "lu-remove-formatting", "lu-repeat-1", "lu-repeat-2", "lu-repeat", "lu-replace-all", "lu-replace", "lu-reply-all", "lu-reply", "lu-rewind", "lu-ribbon", "lu-rocket", "lu-rocking-chair", "lu-roller-coaster", "lu-rose", "lu-rotate-3d", "lu-rotate-ccw-key", "lu-rotate-ccw-square", "lu-rotate-ccw", "lu-rotate-cw-square", "lu-rotate-cw", "lu-route-off", "lu-route", "lu-router", "lu-rows-2", "lu-rows-3", "lu-rows-4", "lu-rss", "lu-ruler-dimension-line", "lu-ruler", "lu-russian-ruble", "lu-sailboat", "lu-salad", "lu-sandwich", "lu-satellite-dish", "lu-satellite", "lu-saudi-riyal", "lu-save-all", "lu-save-off", "lu-save", "lu-scale-3d", "lu-scale", "lu-scaling", "lu-scan-barcode", "lu-scan-eye", "lu-scan-face", "lu-scan-heart", "lu-scan-line", "lu-scan-qr-code", "lu-scan-search", "lu-scan-text", "lu-scan", "lu-school", "lu-scissors-line-dashed", "lu-scissors", "lu-screen-share-off", "lu-screen-share", "lu-scroll-text", "lu-scroll", "lu-search-check", "lu-search-code", "lu-search-slash", "lu-search-x", "lu-search", "lu-section", "lu-send-horizontal", "lu-send-to-back", "lu-send", "lu-separator-horizontal", "lu-separator-vertical", "lu-server-cog", "lu-server-crash", "lu-server-off", "lu-server", "lu-settings-2", "lu-settings", "lu-shapes", "lu-share-2", "lu-share", "lu-sheet", "lu-shell", "lu-shield-alert", "lu-shield-ban", "lu-shield-check", "lu-shield-ellipsis", "lu-shield-half", "lu-shield-minus", "lu-shield-off", "lu-shield-plus", "lu-shield-question-mark", "lu-shield-user", "lu-shield-x", "lu-shield", "lu-ship-wheel", "lu-ship", "lu-shirt", "lu-shopping-bag", "lu-shopping-basket", "lu-shopping-cart", "lu-shovel", "lu-shower-head", "lu-shredder", "lu-shrimp", "lu-shrink", "lu-shrub", "lu-shuffle", "lu-sigma", "lu-signal-high", "lu-signal-low", "lu-signal-medium", "lu-signal-zero", "lu-signal", "lu-signature", "lu-signpost-big", "lu-signpost", "lu-siren", "lu-skip-back", "lu-skip-forward", "lu-skull", "lu-slack", "lu-slash", "lu-slice", "lu-sliders-horizontal", "lu-sliders-vertical", "lu-smartphone-charging", "lu-smartphone-nfc", "lu-smartphone", "lu-smile-plus", "lu-smile", "lu-snail", "lu-snowflake", "lu-soap-dispenser-droplet", "lu-sofa", "lu-soup", "lu-space", "lu-spade", "lu-sparkle", "lu-sparkles", "lu-speaker", "lu-speech", "lu-spell-check-2", "lu-spell-check", "lu-spline-pointer", "lu-spline", "lu-split", "lu-spool", "lu-spotlight", "lu-spray-can", "lu-sprout", "lu-square-activity", "lu-square-arrow-down-left", "lu-square-arrow-down-right", "lu-square-arrow-down", "lu-square-arrow-left", "lu-square-arrow-out-down-left", "lu-square-arrow-out-down-right", "lu-square-arrow-out-up-left", "lu-square-arrow-out-up-right", "lu-square-arrow-right", "lu-square-arrow-up-left", "lu-square-arrow-up-right", "lu-square-arrow-up", "lu-square-asterisk", "lu-square-bottom-dashed-scissors", "lu-square-chart-gantt", "lu-square-check-big", "lu-square-check", "lu-square-chevron-down", "lu-square-chevron-left", "lu-square-chevron-right", "lu-square-chevron-up", "lu-square-code", "lu-square-dashed-bottom-code", "lu-square-dashed-bottom", "lu-square-dashed-kanban", "lu-square-dashed-mouse-pointer", "lu-square-dashed-top-solid", "lu-square-dashed", "lu-square-divide", "lu-square-dot", "lu-square-equal", "lu-square-function", "lu-square-kanban", "lu-square-library", "lu-square-m", "lu-square-menu", "lu-square-minus", "lu-square-mouse-pointer", "lu-square-parking-off", "lu-square-parking", "lu-square-pause", "lu-square-pen", "lu-square-percent", "lu-square-pi", "lu-square-pilcrow", "lu-square-play", "lu-square-plus", "lu-square-power", "lu-square-radical", "lu-square-round-corner", "lu-square-scissors", "lu-square-sigma", "lu-square-slash", "lu-square-split-horizontal", "lu-square-split-vertical", "lu-square-square", "lu-square-stack", "lu-square-star", "lu-square-stop", "lu-square-terminal", "lu-square-user-round", "lu-square-user", "lu-square-x", "lu-square", "lu-squares-exclude", "lu-squares-intersect", "lu-squares-subtract", "lu-squares-unite", "lu-squircle-dashed", "lu-squircle", "lu-squirrel", "lu-stamp", "lu-star-half", "lu-star-off", "lu-star", "lu-step-back", "lu-step-forward", "lu-stethoscope", "lu-sticker", "lu-sticky-note", "lu-store", "lu-stretch-horizontal", "lu-stretch-vertical", "lu-strikethrough", "lu-subscript", "lu-sun-dim", "lu-sun-medium", "lu-sun-moon", "lu-sun-snow", "lu-sun", "lu-sunrise", "lu-sunset", "lu-superscript", "lu-swatch-book", "lu-swiss-franc", "lu-switch-camera", "lu-sword", "lu-swords", "lu-syringe", "lu-table-2", "lu-table-cells-merge", "lu-table-cells-split", "lu-table-columns-split", "lu-table-of-contents", "lu-table-properties", "lu-table-rows-split", "lu-table", "lu-tablet-smartphone", "lu-tablet", "lu-tablets", "lu-tag", "lu-tags", "lu-tally-1", "lu-tally-2", "lu-tally-3", "lu-tally-4", "lu-tally-5", "lu-tangent", "lu-target", "lu-telescope", "lu-tent-tree", "lu-tent", "lu-terminal", "lu-test-tube-diagonal", "lu-test-tube", "lu-test-tubes", "lu-text-cursor-input", "lu-text-cursor", "lu-text-quote", "lu-text-search", "lu-text-select", "lu-text", "lu-theater", "lu-thermometer-snowflake", "lu-thermometer-sun", "lu-thermometer", "lu-thumbs-down", "lu-thumbs-up", "lu-ticket-check", "lu-ticket-minus", "lu-ticket-percent", "lu-ticket-plus", "lu-ticket-slash", "lu-ticket-x", "lu-ticket", "lu-tickets-plane", "lu-tickets", "lu-timer-off", "lu-timer-reset", "lu-timer", "lu-toggle-left", "lu-toggle-right", "lu-toilet", "lu-tool-case", "lu-tornado", "lu-torus", "lu-touchpad-off", "lu-touchpad", "lu-tower-control", "lu-toy-brick", "lu-tractor", "lu-traffic-cone", "lu-train-front-tunnel", "lu-train-front", "lu-train-track", "lu-tram-front", "lu-transgender", "lu-trash-2", "lu-trash", "lu-tree-deciduous", "lu-tree-palm", "lu-tree-pine", "lu-trees", "lu-trello", "lu-trending-down", "lu-trending-up-down", "lu-trending-up", "lu-triangle-alert", "lu-triangle-dashed", "lu-triangle-right", "lu-triangle", "lu-trophy", "lu-truck-electric", "lu-truck", "lu-turkish-lira", "lu-turntable", "lu-turtle", "lu-tv-minimal-play", "lu-tv-minimal", "lu-tv", "lu-twitch", "lu-twitter", "lu-type-outline", "lu-type", "lu-umbrella-off", "lu-umbrella", "lu-underline", "lu-undo-2", "lu-undo-dot", "lu-undo", "lu-unfold-horizontal", "lu-unfold-vertical", "lu-ungroup", "lu-university", "lu-unlink-2", "lu-unlink", "lu-unplug", "lu-upload", "lu-usb", "lu-user-check", "lu-user-cog", "lu-user-lock", "lu-user-minus", "lu-user-pen", "lu-user-plus", "lu-user-round-check", "lu-user-round-cog", "lu-user-round-minus", "lu-user-round-pen", "lu-user-round-plus", "lu-user-round-search", "lu-user-round-x", "lu-user-round", "lu-user-search", "lu-user-star", "lu-user-x", "lu-user", "lu-users-round", "lu-users", "lu-utensils-crossed", "lu-utensils", "lu-utility-pole", "lu-variable", "lu-vault", "lu-vector-square", "lu-vegan", "lu-venetian-mask", "lu-venus-and-mars", "lu-venus", "lu-vibrate-off", "lu-vibrate", "lu-video-off", "lu-video", "lu-videotape", "lu-view", "lu-voicemail", "lu-volleyball", "lu-volume-1", "lu-volume-2", "lu-volume-off", "lu-volume-x", "lu-volume", "lu-vote", "lu-wallet-cards", "lu-wallet-minimal", "lu-wallet", "lu-wallpaper", "lu-wand-sparkles", "lu-wand", "lu-warehouse", "lu-washing-machine", "lu-watch", "lu-waves-ladder", "lu-waves", "lu-waypoints", "lu-webcam", "lu-webhook-off", "lu-webhook", "lu-weight", "lu-wheat-off", "lu-wheat", "lu-whole-word", "lu-wifi-cog", "lu-wifi-high", "lu-wifi-low", "lu-wifi-off", "lu-wifi-pen", "lu-wifi-sync", "lu-wifi-zero", "lu-wifi", "lu-wind-arrow-down", "lu-wind", "lu-wine-off", "lu-wine", "lu-workflow", "lu-worm", "lu-wrap-text", "lu-wrench", "lu-x", "lu-youtube", "lu-zap-off", "lu-zap", "lu-zoom-in", "lu-zoom-out"];
|
|
6
6
|
export type RuiIcons = string;
|
|
7
7
|
export declare function isRuiIcon(x: any): x is RuiIcons;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const RuiIcons = ["lu-activate-premium", "lu-balances", "lu-bitcoin-accounts", "lu-blockchain", "lu-checkbox-blank-circle-fill", "lu-checkbox-blank-circle", "lu-checkbox-blank", "lu-checkbox-fill", "lu-checkbox-indeterminate-fill", "lu-cloud-download-2-fill", "lu-cloud-download-fill", "lu-cloud-fill", "lu-cloud-off-fill", "lu-cloud-sync-fill", "lu-cloud-upload-2-fill", "lu-cloud-upload-fill", "lu-coins-exchange", "lu-custom-assets", "lu-deposits", "lu-discord", "lu-donate-fill", "lu-droplet-fill", "lu-droplet-half-fill", "lu-droplet-trending-down", "lu-evm-accounts", "lu-export", "lu-eye-semi-off", "lu-folder-shrink-1", "lu-folder-shrink-2", "lu-historic-prices", "lu-history-events-fill", "lu-latest-prices", "lu-layers-in", "lu-layers-out", "lu-liabilities", "lu-manage-assets", "lu-manage-prices", "lu-manual-balances", "lu-more-assets", "lu-onchain", "lu-os-apple", "lu-os-windows", "lu-paypal", "lu-radio-button-fill", "lu-receive-donation-fill", "lu-refund", "lu-slash-divider", "lu-solana-accounts-fill", "lu-substrate-accounts", "lu-tag-manager", "lu-x-twitter", "lu-a-arrow-down", "lu-a-arrow-up", "lu-a-large-small", "lu-accessibility", "lu-activity", "lu-air-vent", "lu-airplay", "lu-alarm-clock-check", "lu-alarm-clock-minus", "lu-alarm-clock-off", "lu-alarm-clock-plus", "lu-alarm-clock", "lu-alarm-smoke", "lu-album", "lu-align-center-horizontal", "lu-align-center-vertical", "lu-align-center", "lu-align-end-horizontal", "lu-align-end-vertical", "lu-align-horizontal-distribute-center", "lu-align-horizontal-distribute-end", "lu-align-horizontal-distribute-start", "lu-align-horizontal-justify-center", "lu-align-horizontal-justify-end", "lu-align-horizontal-justify-start", "lu-align-horizontal-space-around", "lu-align-horizontal-space-between", "lu-align-justify", "lu-align-left", "lu-align-right", "lu-align-start-horizontal", "lu-align-start-vertical", "lu-align-vertical-distribute-center", "lu-align-vertical-distribute-end", "lu-align-vertical-distribute-start", "lu-align-vertical-justify-center", "lu-align-vertical-justify-end", "lu-align-vertical-justify-start", "lu-align-vertical-space-around", "lu-align-vertical-space-between", "lu-ambulance", "lu-ampersand", "lu-ampersands", "lu-amphora", "lu-anchor", "lu-angry", "lu-annoyed", "lu-antenna", "lu-anvil", "lu-aperture", "lu-app-window-mac", "lu-app-window", "lu-apple", "lu-archive-restore", "lu-archive-x", "lu-archive", "lu-armchair", "lu-arrow-big-down-dash", "lu-arrow-big-down", "lu-arrow-big-left-dash", "lu-arrow-big-left", "lu-arrow-big-right-dash", "lu-arrow-big-right", "lu-arrow-big-up-dash", "lu-arrow-big-up", "lu-arrow-down-0-1", "lu-arrow-down-1-0", "lu-arrow-down-a-z", "lu-arrow-down-from-line", "lu-arrow-down-left", "lu-arrow-down-narrow-wide", "lu-arrow-down-right", "lu-arrow-down-to-dot", "lu-arrow-down-to-line", "lu-arrow-down-up", "lu-arrow-down-wide-narrow", "lu-arrow-down-z-a", "lu-arrow-down", "lu-arrow-left-from-line", "lu-arrow-left-right", "lu-arrow-left-to-line", "lu-arrow-left", "lu-arrow-right-from-line", "lu-arrow-right-left", "lu-arrow-right-to-line", "lu-arrow-right", "lu-arrow-up-0-1", "lu-arrow-up-1-0", "lu-arrow-up-a-z", "lu-arrow-up-down", "lu-arrow-up-from-dot", "lu-arrow-up-from-line", "lu-arrow-up-left", "lu-arrow-up-narrow-wide", "lu-arrow-up-right", "lu-arrow-up-to-line", "lu-arrow-up-wide-narrow", "lu-arrow-up-z-a", "lu-arrow-up", "lu-arrows-up-from-line", "lu-asterisk", "lu-at-sign", "lu-atom", "lu-audio-lines", "lu-audio-waveform", "lu-award", "lu-axe", "lu-axis-3d", "lu-baby", "lu-backpack", "lu-badge-alert", "lu-badge-cent", "lu-badge-check", "lu-badge-dollar-sign", "lu-badge-euro", "lu-badge-indian-rupee", "lu-badge-info", "lu-badge-japanese-yen", "lu-badge-minus", "lu-badge-percent", "lu-badge-plus", "lu-badge-pound-sterling", "lu-badge-question-mark", "lu-badge-russian-ruble", "lu-badge-swiss-franc", "lu-badge-turkish-lira", "lu-badge-x", "lu-badge", "lu-baggage-claim", "lu-ban", "lu-banana", "lu-bandage", "lu-banknote-arrow-down", "lu-banknote-arrow-up", "lu-banknote-x", "lu-banknote", "lu-barcode", "lu-barrel", "lu-baseline", "lu-bath", "lu-battery-charging", "lu-battery-full", "lu-battery-low", "lu-battery-medium", "lu-battery-plus", "lu-battery-warning", "lu-battery", "lu-beaker", "lu-bean-off", "lu-bean", "lu-bed-double", "lu-bed-single", "lu-bed", "lu-beef", "lu-beer-off", "lu-beer", "lu-bell-dot", "lu-bell-electric", "lu-bell-minus", "lu-bell-off", "lu-bell-plus", "lu-bell-ring", "lu-bell", "lu-between-horizontal-end", "lu-between-horizontal-start", "lu-between-vertical-end", "lu-between-vertical-start", "lu-biceps-flexed", "lu-bike", "lu-binary", "lu-binoculars", "lu-biohazard", "lu-bird", "lu-bitcoin", "lu-blend", "lu-blinds", "lu-blocks", "lu-bluetooth-connected", "lu-bluetooth-off", "lu-bluetooth-searching", "lu-bluetooth", "lu-bold", "lu-bolt", "lu-bomb", "lu-bone", "lu-book-a", "lu-book-alert", "lu-book-audio", "lu-book-check", "lu-book-copy", "lu-book-dashed", "lu-book-down", "lu-book-headphones", "lu-book-heart", "lu-book-image", "lu-book-key", "lu-book-lock", "lu-book-marked", "lu-book-minus", "lu-book-open-check", "lu-book-open-text", "lu-book-open", "lu-book-plus", "lu-book-text", "lu-book-type", "lu-book-up-2", "lu-book-up", "lu-book-user", "lu-book-x", "lu-book", "lu-bookmark-check", "lu-bookmark-minus", "lu-bookmark-plus", "lu-bookmark-x", "lu-bookmark", "lu-boom-box", "lu-bot-message-square", "lu-bot-off", "lu-bot", "lu-bottle-wine", "lu-bow-arrow", "lu-box", "lu-boxes", "lu-braces", "lu-brackets", "lu-brain-circuit", "lu-brain-cog", "lu-brain", "lu-brick-wall-fire", "lu-brick-wall-shield", "lu-brick-wall", "lu-briefcase-business", "lu-briefcase-conveyor-belt", "lu-briefcase-medical", "lu-briefcase", "lu-bring-to-front", "lu-brush-cleaning", "lu-brush", "lu-bubbles", "lu-bug-off", "lu-bug-play", "lu-bug", "lu-building-2", "lu-building", "lu-bus-front", "lu-bus", "lu-cable-car", "lu-cable", "lu-cake-slice", "lu-cake", "lu-calculator", "lu-calendar-1", "lu-calendar-arrow-down", "lu-calendar-arrow-up", "lu-calendar-check-2", "lu-calendar-check", "lu-calendar-clock", "lu-calendar-cog", "lu-calendar-days", "lu-calendar-fold", "lu-calendar-heart", "lu-calendar-minus-2", "lu-calendar-minus", "lu-calendar-off", "lu-calendar-plus-2", "lu-calendar-plus", "lu-calendar-range", "lu-calendar-search", "lu-calendar-sync", "lu-calendar-x-2", "lu-calendar-x", "lu-calendar", "lu-camera-off", "lu-camera", "lu-candy-cane", "lu-candy-off", "lu-candy", "lu-cannabis", "lu-captions-off", "lu-captions", "lu-car-front", "lu-car-taxi-front", "lu-car", "lu-caravan", "lu-card-sim", "lu-carrot", "lu-case-lower", "lu-case-sensitive", "lu-case-upper", "lu-cassette-tape", "lu-cast", "lu-castle", "lu-cat", "lu-cctv", "lu-chart-area", "lu-chart-bar-big", "lu-chart-bar-decreasing", "lu-chart-bar-increasing", "lu-chart-bar-stacked", "lu-chart-bar", "lu-chart-candlestick", "lu-chart-column-big", "lu-chart-column-decreasing", "lu-chart-column-increasing", "lu-chart-column-stacked", "lu-chart-column", "lu-chart-gantt", "lu-chart-line", "lu-chart-network", "lu-chart-no-axes-column-decreasing", "lu-chart-no-axes-column-increasing", "lu-chart-no-axes-column", "lu-chart-no-axes-combined", "lu-chart-no-axes-gantt", "lu-chart-pie", "lu-chart-scatter", "lu-chart-spline", "lu-check-check", "lu-check-line", "lu-check", "lu-chef-hat", "lu-cherry", "lu-chevron-down", "lu-chevron-first", "lu-chevron-last", "lu-chevron-left", "lu-chevron-right", "lu-chevron-up", "lu-chevrons-down-up", "lu-chevrons-down", "lu-chevrons-left-right-ellipsis", "lu-chevrons-left-right", "lu-chevrons-left", "lu-chevrons-right-left", "lu-chevrons-right", "lu-chevrons-up-down", "lu-chevrons-up", "lu-chromium", "lu-church", "lu-cigarette-off", "lu-cigarette", "lu-circle-alert", "lu-circle-arrow-down", "lu-circle-arrow-left", "lu-circle-arrow-out-down-left", "lu-circle-arrow-out-down-right", "lu-circle-arrow-out-up-left", "lu-circle-arrow-out-up-right", "lu-circle-arrow-right", "lu-circle-arrow-up", "lu-circle-check-big", "lu-circle-check", "lu-circle-chevron-down", "lu-circle-chevron-left", "lu-circle-chevron-right", "lu-circle-chevron-up", "lu-circle-dashed", "lu-circle-divide", "lu-circle-dollar-sign", "lu-circle-dot-dashed", "lu-circle-dot", "lu-circle-ellipsis", "lu-circle-equal", "lu-circle-fading-arrow-up", "lu-circle-fading-plus", "lu-circle-gauge", "lu-circle-minus", "lu-circle-off", "lu-circle-parking-off", "lu-circle-parking", "lu-circle-pause", "lu-circle-percent", "lu-circle-play", "lu-circle-plus", "lu-circle-pound-sterling", "lu-circle-power", "lu-circle-question-mark", "lu-circle-slash-2", "lu-circle-slash", "lu-circle-small", "lu-circle-star", "lu-circle-stop", "lu-circle-user-round", "lu-circle-user", "lu-circle-x", "lu-circle", "lu-circuit-board", "lu-citrus", "lu-clapperboard", "lu-clipboard-check", "lu-clipboard-clock", "lu-clipboard-copy", "lu-clipboard-list", "lu-clipboard-minus", "lu-clipboard-paste", "lu-clipboard-pen-line", "lu-clipboard-pen", "lu-clipboard-plus", "lu-clipboard-type", "lu-clipboard-x", "lu-clipboard", "lu-clock-1", "lu-clock-10", "lu-clock-11", "lu-clock-12", "lu-clock-2", "lu-clock-3", "lu-clock-4", "lu-clock-5", "lu-clock-6", "lu-clock-7", "lu-clock-8", "lu-clock-9", "lu-clock-alert", "lu-clock-arrow-down", "lu-clock-arrow-up", "lu-clock-fading", "lu-clock-plus", "lu-clock", "lu-closed-caption", "lu-cloud-alert", "lu-cloud-check", "lu-cloud-cog", "lu-cloud-download", "lu-cloud-drizzle", "lu-cloud-fog", "lu-cloud-hail", "lu-cloud-lightning", "lu-cloud-moon-rain", "lu-cloud-moon", "lu-cloud-off", "lu-cloud-rain-wind", "lu-cloud-rain", "lu-cloud-snow", "lu-cloud-sun-rain", "lu-cloud-sun", "lu-cloud-upload", "lu-cloud", "lu-cloudy", "lu-clover", "lu-club", "lu-code-xml", "lu-code", "lu-codepen", "lu-codesandbox", "lu-coffee", "lu-cog", "lu-coins", "lu-columns-2", "lu-columns-3-cog", "lu-columns-3", "lu-columns-4", "lu-combine", "lu-command", "lu-compass", "lu-component", "lu-computer", "lu-concierge-bell", "lu-cone", "lu-construction", "lu-contact-round", "lu-contact", "lu-container", "lu-contrast", "lu-cookie", "lu-cooking-pot", "lu-copy-check", "lu-copy-minus", "lu-copy-plus", "lu-copy-slash", "lu-copy-x", "lu-copy", "lu-copyleft", "lu-copyright", "lu-corner-down-left", "lu-corner-down-right", "lu-corner-left-down", "lu-corner-left-up", "lu-corner-right-down", "lu-corner-right-up", "lu-corner-up-left", "lu-corner-up-right", "lu-cpu", "lu-creative-commons", "lu-credit-card", "lu-croissant", "lu-crop", "lu-cross", "lu-crosshair", "lu-crown", "lu-cuboid", "lu-cup-soda", "lu-currency", "lu-cylinder", "lu-dam", "lu-database-backup", "lu-database-zap", "lu-database", "lu-decimals-arrow-left", "lu-decimals-arrow-right", "lu-delete", "lu-dessert", "lu-diameter", "lu-diamond-minus", "lu-diamond-percent", "lu-diamond-plus", "lu-diamond", "lu-dice-1", "lu-dice-2", "lu-dice-3", "lu-dice-4", "lu-dice-5", "lu-dice-6", "lu-dices", "lu-diff", "lu-disc-2", "lu-disc-3", "lu-disc-album", "lu-disc", "lu-divide", "lu-dna-off", "lu-dna", "lu-dock", "lu-dog", "lu-dollar-sign", "lu-donut", "lu-door-closed-locked", "lu-door-closed", "lu-door-open", "lu-dot", "lu-download", "lu-drafting-compass", "lu-drama", "lu-dribbble", "lu-drill", "lu-drone", "lu-droplet-off", "lu-droplet", "lu-droplets", "lu-drum", "lu-drumstick", "lu-dumbbell", "lu-ear-off", "lu-ear", "lu-earth-lock", "lu-earth", "lu-eclipse", "lu-egg-fried", "lu-egg-off", "lu-egg", "lu-ellipsis-vertical", "lu-ellipsis", "lu-equal-approximately", "lu-equal-not", "lu-equal", "lu-eraser", "lu-ethernet-port", "lu-euro", "lu-expand", "lu-external-link", "lu-eye-closed", "lu-eye-off", "lu-eye", "lu-facebook", "lu-factory", "lu-fan", "lu-fast-forward", "lu-feather", "lu-fence", "lu-ferris-wheel", "lu-figma", "lu-file-archive", "lu-file-audio-2", "lu-file-audio", "lu-file-axis-3d", "lu-file-badge-2", "lu-file-badge", "lu-file-box", "lu-file-chart-column-increasing", "lu-file-chart-column", "lu-file-chart-line", "lu-file-chart-pie", "lu-file-check-2", "lu-file-check", "lu-file-clock", "lu-file-code-2", "lu-file-code", "lu-file-cog", "lu-file-diff", "lu-file-digit", "lu-file-down", "lu-file-heart", "lu-file-image", "lu-file-input", "lu-file-json-2", "lu-file-json", "lu-file-key-2", "lu-file-key", "lu-file-lock-2", "lu-file-lock", "lu-file-minus-2", "lu-file-minus", "lu-file-music", "lu-file-output", "lu-file-pen-line", "lu-file-pen", "lu-file-play", "lu-file-plus-2", "lu-file-plus", "lu-file-question-mark", "lu-file-scan", "lu-file-search-2", "lu-file-search", "lu-file-sliders", "lu-file-spreadsheet", "lu-file-stack", "lu-file-symlink", "lu-file-terminal", "lu-file-text", "lu-file-type-2", "lu-file-type", "lu-file-up", "lu-file-user", "lu-file-video-camera", "lu-file-volume-2", "lu-file-volume", "lu-file-warning", "lu-file-x-2", "lu-file-x", "lu-file", "lu-files", "lu-film", "lu-fingerprint", "lu-fire-extinguisher", "lu-fish-off", "lu-fish-symbol", "lu-fish", "lu-flag-off", "lu-flag-triangle-left", "lu-flag-triangle-right", "lu-flag", "lu-flame-kindling", "lu-flame", "lu-flashlight-off", "lu-flashlight", "lu-flask-conical-off", "lu-flask-conical", "lu-flask-round", "lu-flip-horizontal-2", "lu-flip-horizontal", "lu-flip-vertical-2", "lu-flip-vertical", "lu-flower-2", "lu-flower", "lu-focus", "lu-fold-horizontal", "lu-fold-vertical", "lu-folder-archive", "lu-folder-check", "lu-folder-clock", "lu-folder-closed", "lu-folder-code", "lu-folder-cog", "lu-folder-dot", "lu-folder-down", "lu-folder-git-2", "lu-folder-git", "lu-folder-heart", "lu-folder-input", "lu-folder-kanban", "lu-folder-key", "lu-folder-lock", "lu-folder-minus", "lu-folder-open-dot", "lu-folder-open", "lu-folder-output", "lu-folder-pen", "lu-folder-plus", "lu-folder-root", "lu-folder-search-2", "lu-folder-search", "lu-folder-symlink", "lu-folder-sync", "lu-folder-tree", "lu-folder-up", "lu-folder-x", "lu-folder", "lu-folders", "lu-footprints", "lu-forklift", "lu-forward", "lu-frame", "lu-framer", "lu-frown", "lu-fuel", "lu-fullscreen", "lu-funnel-plus", "lu-funnel-x", "lu-funnel", "lu-gallery-horizontal-end", "lu-gallery-horizontal", "lu-gallery-thumbnails", "lu-gallery-vertical-end", "lu-gallery-vertical", "lu-gamepad-2", "lu-gamepad", "lu-gauge", "lu-gavel", "lu-gem", "lu-georgian-lari", "lu-ghost", "lu-gift", "lu-git-branch-plus", "lu-git-branch", "lu-git-commit-horizontal", "lu-git-commit-vertical", "lu-git-compare-arrows", "lu-git-compare", "lu-git-fork", "lu-git-graph", "lu-git-merge", "lu-git-pull-request-arrow", "lu-git-pull-request-closed", "lu-git-pull-request-create-arrow", "lu-git-pull-request-create", "lu-git-pull-request-draft", "lu-git-pull-request", "lu-github", "lu-gitlab", "lu-glass-water", "lu-glasses", "lu-globe-lock", "lu-globe", "lu-goal", "lu-gpu", "lu-graduation-cap", "lu-grape", "lu-grid-2x2-check", "lu-grid-2x2-plus", "lu-grid-2x2-x", "lu-grid-2x2", "lu-grid-3x2", "lu-grid-3x3", "lu-grip-horizontal", "lu-grip-vertical", "lu-grip", "lu-group", "lu-guitar", "lu-ham", "lu-hamburger", "lu-hammer", "lu-hand-coins", "lu-hand-fist", "lu-hand-grab", "lu-hand-heart", "lu-hand-helping", "lu-hand-metal", "lu-hand-platter", "lu-hand", "lu-handbag", "lu-handshake", "lu-hard-drive-download", "lu-hard-drive-upload", "lu-hard-drive", "lu-hard-hat", "lu-hash", "lu-hat-glasses", "lu-haze", "lu-hdmi-port", "lu-heading-1", "lu-heading-2", "lu-heading-3", "lu-heading-4", "lu-heading-5", "lu-heading-6", "lu-heading", "lu-headphone-off", "lu-headphones", "lu-headset", "lu-heart-crack", "lu-heart-handshake", "lu-heart-minus", "lu-heart-off", "lu-heart-plus", "lu-heart-pulse", "lu-heart", "lu-heater", "lu-hexagon", "lu-highlighter", "lu-history", "lu-hop-off", "lu-hop", "lu-hospital", "lu-hotel", "lu-hourglass", "lu-house-plug", "lu-house-plus", "lu-house-wifi", "lu-house", "lu-ice-cream-bowl", "lu-ice-cream-cone", "lu-id-card-lanyard", "lu-id-card", "lu-image-down", "lu-image-minus", "lu-image-off", "lu-image-play", "lu-image-plus", "lu-image-up", "lu-image-upscale", "lu-image", "lu-images", "lu-import", "lu-inbox", "lu-indent-decrease", "lu-indent-increase", "lu-indian-rupee", "lu-infinity", "lu-info", "lu-inspection-panel", "lu-instagram", "lu-italic", "lu-iteration-ccw", "lu-iteration-cw", "lu-japanese-yen", "lu-joystick", "lu-kanban", "lu-kayak", "lu-key-round", "lu-key-square", "lu-key", "lu-keyboard-music", "lu-keyboard-off", "lu-keyboard", "lu-lamp-ceiling", "lu-lamp-desk", "lu-lamp-floor", "lu-lamp-wall-down", "lu-lamp-wall-up", "lu-lamp", "lu-land-plot", "lu-landmark", "lu-languages", "lu-laptop-minimal-check", "lu-laptop-minimal", "lu-laptop", "lu-lasso-select", "lu-lasso", "lu-laugh", "lu-layers-2", "lu-layers", "lu-layout-dashboard", "lu-layout-grid", "lu-layout-list", "lu-layout-panel-left", "lu-layout-panel-top", "lu-layout-template", "lu-leaf", "lu-leafy-green", "lu-lectern", "lu-letter-text", "lu-library-big", "lu-library", "lu-life-buoy", "lu-ligature", "lu-lightbulb-off", "lu-lightbulb", "lu-line-squiggle", "lu-link-2-off", "lu-link-2", "lu-link", "lu-linkedin", "lu-list-check", "lu-list-checks", "lu-list-collapse", "lu-list-end", "lu-list-filter-plus", "lu-list-filter", "lu-list-minus", "lu-list-music", "lu-list-ordered", "lu-list-plus", "lu-list-restart", "lu-list-start", "lu-list-todo", "lu-list-tree", "lu-list-video", "lu-list-x", "lu-list", "lu-loader-circle", "lu-loader-pinwheel", "lu-loader", "lu-locate-fixed", "lu-locate-off", "lu-locate", "lu-lock-keyhole-open", "lu-lock-keyhole", "lu-lock-open", "lu-lock", "lu-log-in", "lu-log-out", "lu-logs", "lu-lollipop", "lu-luggage", "lu-magnet", "lu-mail-check", "lu-mail-minus", "lu-mail-open", "lu-mail-plus", "lu-mail-question-mark", "lu-mail-search", "lu-mail-warning", "lu-mail-x", "lu-mail", "lu-mailbox", "lu-mails", "lu-map-minus", "lu-map-pin-check-inside", "lu-map-pin-check", "lu-map-pin-house", "lu-map-pin-minus-inside", "lu-map-pin-minus", "lu-map-pin-off", "lu-map-pin-pen", "lu-map-pin-plus-inside", "lu-map-pin-plus", "lu-map-pin-x-inside", "lu-map-pin-x", "lu-map-pin", "lu-map-pinned", "lu-map-plus", "lu-map", "lu-mars-stroke", "lu-mars", "lu-martini", "lu-maximize-2", "lu-maximize", "lu-medal", "lu-megaphone-off", "lu-megaphone", "lu-meh", "lu-memory-stick", "lu-menu", "lu-merge", "lu-message-circle-code", "lu-message-circle-dashed", "lu-message-circle-heart", "lu-message-circle-more", "lu-message-circle-off", "lu-message-circle-plus", "lu-message-circle-question-mark", "lu-message-circle-reply", "lu-message-circle-warning", "lu-message-circle-x", "lu-message-circle", "lu-message-square-code", "lu-message-square-dashed", "lu-message-square-diff", "lu-message-square-dot", "lu-message-square-heart", "lu-message-square-lock", "lu-message-square-more", "lu-message-square-off", "lu-message-square-plus", "lu-message-square-quote", "lu-message-square-reply", "lu-message-square-share", "lu-message-square-text", "lu-message-square-warning", "lu-message-square-x", "lu-message-square", "lu-messages-square", "lu-mic-off", "lu-mic-vocal", "lu-mic", "lu-microchip", "lu-microscope", "lu-microwave", "lu-milestone", "lu-milk-off", "lu-milk", "lu-minimize-2", "lu-minimize", "lu-minus", "lu-monitor-check", "lu-monitor-cog", "lu-monitor-dot", "lu-monitor-down", "lu-monitor-off", "lu-monitor-pause", "lu-monitor-play", "lu-monitor-smartphone", "lu-monitor-speaker", "lu-monitor-stop", "lu-monitor-up", "lu-monitor-x", "lu-monitor", "lu-moon-star", "lu-moon", "lu-mountain-snow", "lu-mountain", "lu-mouse-off", "lu-mouse-pointer-2", "lu-mouse-pointer-ban", "lu-mouse-pointer-click", "lu-mouse-pointer", "lu-mouse", "lu-move-3d", "lu-move-diagonal-2", "lu-move-diagonal", "lu-move-down-left", "lu-move-down-right", "lu-move-down", "lu-move-horizontal", "lu-move-left", "lu-move-right", "lu-move-up-left", "lu-move-up-right", "lu-move-up", "lu-move-vertical", "lu-move", "lu-music-2", "lu-music-3", "lu-music-4", "lu-music", "lu-navigation-2-off", "lu-navigation-2", "lu-navigation-off", "lu-navigation", "lu-network", "lu-newspaper", "lu-nfc", "lu-non-binary", "lu-notebook-pen", "lu-notebook-tabs", "lu-notebook-text", "lu-notebook", "lu-notepad-text-dashed", "lu-notepad-text", "lu-nut-off", "lu-nut", "lu-octagon-alert", "lu-octagon-minus", "lu-octagon-pause", "lu-octagon-x", "lu-octagon", "lu-omega", "lu-option", "lu-orbit", "lu-origami", "lu-package-2", "lu-package-check", "lu-package-minus", "lu-package-open", "lu-package-plus", "lu-package-search", "lu-package-x", "lu-package", "lu-paint-bucket", "lu-paint-roller", "lu-paintbrush-vertical", "lu-paintbrush", "lu-palette", "lu-panda", "lu-panel-bottom-close", "lu-panel-bottom-dashed", "lu-panel-bottom-open", "lu-panel-bottom", "lu-panel-left-close", "lu-panel-left-dashed", "lu-panel-left-open", "lu-panel-left-right-dashed", "lu-panel-left", "lu-panel-right-close", "lu-panel-right-dashed", "lu-panel-right-open", "lu-panel-right", "lu-panel-top-bottom-dashed", "lu-panel-top-close", "lu-panel-top-dashed", "lu-panel-top-open", "lu-panel-top", "lu-panels-left-bottom", "lu-panels-right-bottom", "lu-panels-top-left", "lu-paperclip", "lu-parentheses", "lu-parking-meter", "lu-party-popper", "lu-pause", "lu-paw-print", "lu-pc-case", "lu-pen-line", "lu-pen-off", "lu-pen-tool", "lu-pen", "lu-pencil-line", "lu-pencil-off", "lu-pencil-ruler", "lu-pencil", "lu-pentagon", "lu-percent", "lu-person-standing", "lu-philippine-peso", "lu-phone-call", "lu-phone-forwarded", "lu-phone-incoming", "lu-phone-missed", "lu-phone-off", "lu-phone-outgoing", "lu-phone", "lu-pi", "lu-piano", "lu-pickaxe", "lu-picture-in-picture-2", "lu-picture-in-picture", "lu-piggy-bank", "lu-pilcrow-left", "lu-pilcrow-right", "lu-pilcrow", "lu-pill-bottle", "lu-pill", "lu-pin-off", "lu-pin", "lu-pipette", "lu-pizza", "lu-plane-landing", "lu-plane-takeoff", "lu-plane", "lu-play", "lu-plug-2", "lu-plug-zap", "lu-plug", "lu-plus", "lu-pocket-knife", "lu-pocket", "lu-podcast", "lu-pointer-off", "lu-pointer", "lu-popcorn", "lu-popsicle", "lu-pound-sterling", "lu-power-off", "lu-power", "lu-presentation", "lu-printer-check", "lu-printer", "lu-projector", "lu-proportions", "lu-puzzle", "lu-pyramid", "lu-qr-code", "lu-quote", "lu-rabbit", "lu-radar", "lu-radiation", "lu-radical", "lu-radio-receiver", "lu-radio-tower", "lu-radio", "lu-radius", "lu-rail-symbol", "lu-rainbow", "lu-rat", "lu-ratio", "lu-receipt-cent", "lu-receipt-euro", "lu-receipt-indian-rupee", "lu-receipt-japanese-yen", "lu-receipt-pound-sterling", "lu-receipt-russian-ruble", "lu-receipt-swiss-franc", "lu-receipt-text", "lu-receipt-turkish-lira", "lu-receipt", "lu-rectangle-circle", "lu-rectangle-ellipsis", "lu-rectangle-goggles", "lu-rectangle-horizontal", "lu-rectangle-vertical", "lu-recycle", "lu-redo-2", "lu-redo-dot", "lu-redo", "lu-refresh-ccw-dot", "lu-refresh-ccw", "lu-refresh-cw-off", "lu-refresh-cw", "lu-refrigerator", "lu-regex", "lu-remove-formatting", "lu-repeat-1", "lu-repeat-2", "lu-repeat", "lu-replace-all", "lu-replace", "lu-reply-all", "lu-reply", "lu-rewind", "lu-ribbon", "lu-rocket", "lu-rocking-chair", "lu-roller-coaster", "lu-rose", "lu-rotate-3d", "lu-rotate-ccw-key", "lu-rotate-ccw-square", "lu-rotate-ccw", "lu-rotate-cw-square", "lu-rotate-cw", "lu-route-off", "lu-route", "lu-router", "lu-rows-2", "lu-rows-3", "lu-rows-4", "lu-rss", "lu-ruler-dimension-line", "lu-ruler", "lu-russian-ruble", "lu-sailboat", "lu-salad", "lu-sandwich", "lu-satellite-dish", "lu-satellite", "lu-saudi-riyal", "lu-save-all", "lu-save-off", "lu-save", "lu-scale-3d", "lu-scale", "lu-scaling", "lu-scan-barcode", "lu-scan-eye", "lu-scan-face", "lu-scan-heart", "lu-scan-line", "lu-scan-qr-code", "lu-scan-search", "lu-scan-text", "lu-scan", "lu-school", "lu-scissors-line-dashed", "lu-scissors", "lu-screen-share-off", "lu-screen-share", "lu-scroll-text", "lu-scroll", "lu-search-check", "lu-search-code", "lu-search-slash", "lu-search-x", "lu-search", "lu-section", "lu-send-horizontal", "lu-send-to-back", "lu-send", "lu-separator-horizontal", "lu-separator-vertical", "lu-server-cog", "lu-server-crash", "lu-server-off", "lu-server", "lu-settings-2", "lu-settings", "lu-shapes", "lu-share-2", "lu-share", "lu-sheet", "lu-shell", "lu-shield-alert", "lu-shield-ban", "lu-shield-check", "lu-shield-ellipsis", "lu-shield-half", "lu-shield-minus", "lu-shield-off", "lu-shield-plus", "lu-shield-question-mark", "lu-shield-user", "lu-shield-x", "lu-shield", "lu-ship-wheel", "lu-ship", "lu-shirt", "lu-shopping-bag", "lu-shopping-basket", "lu-shopping-cart", "lu-shovel", "lu-shower-head", "lu-shredder", "lu-shrimp", "lu-shrink", "lu-shrub", "lu-shuffle", "lu-sigma", "lu-signal-high", "lu-signal-low", "lu-signal-medium", "lu-signal-zero", "lu-signal", "lu-signature", "lu-signpost-big", "lu-signpost", "lu-siren", "lu-skip-back", "lu-skip-forward", "lu-skull", "lu-slack", "lu-slash", "lu-slice", "lu-sliders-horizontal", "lu-sliders-vertical", "lu-smartphone-charging", "lu-smartphone-nfc", "lu-smartphone", "lu-smile-plus", "lu-smile", "lu-snail", "lu-snowflake", "lu-soap-dispenser-droplet", "lu-sofa", "lu-soup", "lu-space", "lu-spade", "lu-sparkle", "lu-sparkles", "lu-speaker", "lu-speech", "lu-spell-check-2", "lu-spell-check", "lu-spline-pointer", "lu-spline", "lu-split", "lu-spool", "lu-spotlight", "lu-spray-can", "lu-sprout", "lu-square-activity", "lu-square-arrow-down-left", "lu-square-arrow-down-right", "lu-square-arrow-down", "lu-square-arrow-left", "lu-square-arrow-out-down-left", "lu-square-arrow-out-down-right", "lu-square-arrow-out-up-left", "lu-square-arrow-out-up-right", "lu-square-arrow-right", "lu-square-arrow-up-left", "lu-square-arrow-up-right", "lu-square-arrow-up", "lu-square-asterisk", "lu-square-bottom-dashed-scissors", "lu-square-chart-gantt", "lu-square-check-big", "lu-square-check", "lu-square-chevron-down", "lu-square-chevron-left", "lu-square-chevron-right", "lu-square-chevron-up", "lu-square-code", "lu-square-dashed-bottom-code", "lu-square-dashed-bottom", "lu-square-dashed-kanban", "lu-square-dashed-mouse-pointer", "lu-square-dashed-top-solid", "lu-square-dashed", "lu-square-divide", "lu-square-dot", "lu-square-equal", "lu-square-function", "lu-square-kanban", "lu-square-library", "lu-square-m", "lu-square-menu", "lu-square-minus", "lu-square-mouse-pointer", "lu-square-parking-off", "lu-square-parking", "lu-square-pause", "lu-square-pen", "lu-square-percent", "lu-square-pi", "lu-square-pilcrow", "lu-square-play", "lu-square-plus", "lu-square-power", "lu-square-radical", "lu-square-round-corner", "lu-square-scissors", "lu-square-sigma", "lu-square-slash", "lu-square-split-horizontal", "lu-square-split-vertical", "lu-square-square", "lu-square-stack", "lu-square-star", "lu-square-stop", "lu-square-terminal", "lu-square-user-round", "lu-square-user", "lu-square-x", "lu-square", "lu-squares-exclude", "lu-squares-intersect", "lu-squares-subtract", "lu-squares-unite", "lu-squircle-dashed", "lu-squircle", "lu-squirrel", "lu-stamp", "lu-star-half", "lu-star-off", "lu-star", "lu-step-back", "lu-step-forward", "lu-stethoscope", "lu-sticker", "lu-sticky-note", "lu-store", "lu-stretch-horizontal", "lu-stretch-vertical", "lu-strikethrough", "lu-subscript", "lu-sun-dim", "lu-sun-medium", "lu-sun-moon", "lu-sun-snow", "lu-sun", "lu-sunrise", "lu-sunset", "lu-superscript", "lu-swatch-book", "lu-swiss-franc", "lu-switch-camera", "lu-sword", "lu-swords", "lu-syringe", "lu-table-2", "lu-table-cells-merge", "lu-table-cells-split", "lu-table-columns-split", "lu-table-of-contents", "lu-table-properties", "lu-table-rows-split", "lu-table", "lu-tablet-smartphone", "lu-tablet", "lu-tablets", "lu-tag", "lu-tags", "lu-tally-1", "lu-tally-2", "lu-tally-3", "lu-tally-4", "lu-tally-5", "lu-tangent", "lu-target", "lu-telescope", "lu-tent-tree", "lu-tent", "lu-terminal", "lu-test-tube-diagonal", "lu-test-tube", "lu-test-tubes", "lu-text-cursor-input", "lu-text-cursor", "lu-text-quote", "lu-text-search", "lu-text-select", "lu-text", "lu-theater", "lu-thermometer-snowflake", "lu-thermometer-sun", "lu-thermometer", "lu-thumbs-down", "lu-thumbs-up", "lu-ticket-check", "lu-ticket-minus", "lu-ticket-percent", "lu-ticket-plus", "lu-ticket-slash", "lu-ticket-x", "lu-ticket", "lu-tickets-plane", "lu-tickets", "lu-timer-off", "lu-timer-reset", "lu-timer", "lu-toggle-left", "lu-toggle-right", "lu-toilet", "lu-tool-case", "lu-tornado", "lu-torus", "lu-touchpad-off", "lu-touchpad", "lu-tower-control", "lu-toy-brick", "lu-tractor", "lu-traffic-cone", "lu-train-front-tunnel", "lu-train-front", "lu-train-track", "lu-tram-front", "lu-transgender", "lu-trash-2", "lu-trash", "lu-tree-deciduous", "lu-tree-palm", "lu-tree-pine", "lu-trees", "lu-trello", "lu-trending-down", "lu-trending-up-down", "lu-trending-up", "lu-triangle-alert", "lu-triangle-dashed", "lu-triangle-right", "lu-triangle", "lu-trophy", "lu-truck-electric", "lu-truck", "lu-turkish-lira", "lu-turntable", "lu-turtle", "lu-tv-minimal-play", "lu-tv-minimal", "lu-tv", "lu-twitch", "lu-twitter", "lu-type-outline", "lu-type", "lu-umbrella-off", "lu-umbrella", "lu-underline", "lu-undo-2", "lu-undo-dot", "lu-undo", "lu-unfold-horizontal", "lu-unfold-vertical", "lu-ungroup", "lu-university", "lu-unlink-2", "lu-unlink", "lu-unplug", "lu-upload", "lu-usb", "lu-user-check", "lu-user-cog", "lu-user-lock", "lu-user-minus", "lu-user-pen", "lu-user-plus", "lu-user-round-check", "lu-user-round-cog", "lu-user-round-minus", "lu-user-round-pen", "lu-user-round-plus", "lu-user-round-search", "lu-user-round-x", "lu-user-round", "lu-user-search", "lu-user-star", "lu-user-x", "lu-user", "lu-users-round", "lu-users", "lu-utensils-crossed", "lu-utensils", "lu-utility-pole", "lu-variable", "lu-vault", "lu-vector-square", "lu-vegan", "lu-venetian-mask", "lu-venus-and-mars", "lu-venus", "lu-vibrate-off", "lu-vibrate", "lu-video-off", "lu-video", "lu-videotape", "lu-view", "lu-voicemail", "lu-volleyball", "lu-volume-1", "lu-volume-2", "lu-volume-off", "lu-volume-x", "lu-volume", "lu-vote", "lu-wallet-cards", "lu-wallet-minimal", "lu-wallet", "lu-wallpaper", "lu-wand-sparkles", "lu-wand", "lu-warehouse", "lu-washing-machine", "lu-watch", "lu-waves-ladder", "lu-waves", "lu-waypoints", "lu-webcam", "lu-webhook-off", "lu-webhook", "lu-weight", "lu-wheat-off", "lu-wheat", "lu-whole-word", "lu-wifi-cog", "lu-wifi-high", "lu-wifi-low", "lu-wifi-off", "lu-wifi-pen", "lu-wifi-sync", "lu-wifi-zero", "lu-wifi", "lu-wind-arrow-down", "lu-wind", "lu-wine-off", "lu-wine", "lu-workflow", "lu-worm", "lu-wrap-text", "lu-wrench", "lu-x", "lu-youtube", "lu-zap-off", "lu-zap", "lu-zoom-in", "lu-zoom-out"];
|
|
2
|
+
function isRuiIcon(x) {
|
|
3
|
+
return RuiIcons.includes(x);
|
|
4
|
+
}
|
|
5
|
+
export {
|
|
6
|
+
RuiIcons,
|
|
7
|
+
isRuiIcon
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/icons/index.ts"],"sourcesContent":["export * from './icons_1';\nexport * from './icons_2';\nexport * from './icons_3';\nexport * from './icons_4';\nexport const RuiIcons = [\"lu-activate-premium\",\"lu-balances\",\"lu-bitcoin-accounts\",\"lu-blockchain\",\"lu-checkbox-blank-circle-fill\",\"lu-checkbox-blank-circle\",\"lu-checkbox-blank\",\"lu-checkbox-fill\",\"lu-checkbox-indeterminate-fill\",\"lu-cloud-download-2-fill\",\"lu-cloud-download-fill\",\"lu-cloud-fill\",\"lu-cloud-off-fill\",\"lu-cloud-sync-fill\",\"lu-cloud-upload-2-fill\",\"lu-cloud-upload-fill\",\"lu-coins-exchange\",\"lu-custom-assets\",\"lu-deposits\",\"lu-discord\",\"lu-donate-fill\",\"lu-droplet-fill\",\"lu-droplet-half-fill\",\"lu-droplet-trending-down\",\"lu-evm-accounts\",\"lu-export\",\"lu-eye-semi-off\",\"lu-folder-shrink-1\",\"lu-folder-shrink-2\",\"lu-historic-prices\",\"lu-history-events-fill\",\"lu-latest-prices\",\"lu-layers-in\",\"lu-layers-out\",\"lu-liabilities\",\"lu-manage-assets\",\"lu-manage-prices\",\"lu-manual-balances\",\"lu-more-assets\",\"lu-onchain\",\"lu-os-apple\",\"lu-os-windows\",\"lu-paypal\",\"lu-radio-button-fill\",\"lu-receive-donation-fill\",\"lu-refund\",\"lu-slash-divider\",\"lu-solana-accounts-fill\",\"lu-substrate-accounts\",\"lu-tag-manager\",\"lu-x-twitter\",\"lu-a-arrow-down\",\"lu-a-arrow-up\",\"lu-a-large-small\",\"lu-accessibility\",\"lu-activity\",\"lu-air-vent\",\"lu-airplay\",\"lu-alarm-clock-check\",\"lu-alarm-clock-minus\",\"lu-alarm-clock-off\",\"lu-alarm-clock-plus\",\"lu-alarm-clock\",\"lu-alarm-smoke\",\"lu-album\",\"lu-align-center-horizontal\",\"lu-align-center-vertical\",\"lu-align-center\",\"lu-align-end-horizontal\",\"lu-align-end-vertical\",\"lu-align-horizontal-distribute-center\",\"lu-align-horizontal-distribute-end\",\"lu-align-horizontal-distribute-start\",\"lu-align-horizontal-justify-center\",\"lu-align-horizontal-justify-end\",\"lu-align-horizontal-justify-start\",\"lu-align-horizontal-space-around\",\"lu-align-horizontal-space-between\",\"lu-align-justify\",\"lu-align-left\",\"lu-align-right\",\"lu-align-start-horizontal\",\"lu-align-start-vertical\",\"lu-align-vertical-distribute-center\",\"lu-align-vertical-distribute-end\",\"lu-align-vertical-distribute-start\",\"lu-align-vertical-justify-center\",\"lu-align-vertical-justify-end\",\"lu-align-vertical-justify-start\",\"lu-align-vertical-space-around\",\"lu-align-vertical-space-between\",\"lu-ambulance\",\"lu-ampersand\",\"lu-ampersands\",\"lu-amphora\",\"lu-anchor\",\"lu-angry\",\"lu-annoyed\",\"lu-antenna\",\"lu-anvil\",\"lu-aperture\",\"lu-app-window-mac\",\"lu-app-window\",\"lu-apple\",\"lu-archive-restore\",\"lu-archive-x\",\"lu-archive\",\"lu-armchair\",\"lu-arrow-big-down-dash\",\"lu-arrow-big-down\",\"lu-arrow-big-left-dash\",\"lu-arrow-big-left\",\"lu-arrow-big-right-dash\",\"lu-arrow-big-right\",\"lu-arrow-big-up-dash\",\"lu-arrow-big-up\",\"lu-arrow-down-0-1\",\"lu-arrow-down-1-0\",\"lu-arrow-down-a-z\",\"lu-arrow-down-from-line\",\"lu-arrow-down-left\",\"lu-arrow-down-narrow-wide\",\"lu-arrow-down-right\",\"lu-arrow-down-to-dot\",\"lu-arrow-down-to-line\",\"lu-arrow-down-up\",\"lu-arrow-down-wide-narrow\",\"lu-arrow-down-z-a\",\"lu-arrow-down\",\"lu-arrow-left-from-line\",\"lu-arrow-left-right\",\"lu-arrow-left-to-line\",\"lu-arrow-left\",\"lu-arrow-right-from-line\",\"lu-arrow-right-left\",\"lu-arrow-right-to-line\",\"lu-arrow-right\",\"lu-arrow-up-0-1\",\"lu-arrow-up-1-0\",\"lu-arrow-up-a-z\",\"lu-arrow-up-down\",\"lu-arrow-up-from-dot\",\"lu-arrow-up-from-line\",\"lu-arrow-up-left\",\"lu-arrow-up-narrow-wide\",\"lu-arrow-up-right\",\"lu-arrow-up-to-line\",\"lu-arrow-up-wide-narrow\",\"lu-arrow-up-z-a\",\"lu-arrow-up\",\"lu-arrows-up-from-line\",\"lu-asterisk\",\"lu-at-sign\",\"lu-atom\",\"lu-audio-lines\",\"lu-audio-waveform\",\"lu-award\",\"lu-axe\",\"lu-axis-3d\",\"lu-baby\",\"lu-backpack\",\"lu-badge-alert\",\"lu-badge-cent\",\"lu-badge-check\",\"lu-badge-dollar-sign\",\"lu-badge-euro\",\"lu-badge-indian-rupee\",\"lu-badge-info\",\"lu-badge-japanese-yen\",\"lu-badge-minus\",\"lu-badge-percent\",\"lu-badge-plus\",\"lu-badge-pound-sterling\",\"lu-badge-question-mark\",\"lu-badge-russian-ruble\",\"lu-badge-swiss-franc\",\"lu-badge-turkish-lira\",\"lu-badge-x\",\"lu-badge\",\"lu-baggage-claim\",\"lu-ban\",\"lu-banana\",\"lu-bandage\",\"lu-banknote-arrow-down\",\"lu-banknote-arrow-up\",\"lu-banknote-x\",\"lu-banknote\",\"lu-barcode\",\"lu-barrel\",\"lu-baseline\",\"lu-bath\",\"lu-battery-charging\",\"lu-battery-full\",\"lu-battery-low\",\"lu-battery-medium\",\"lu-battery-plus\",\"lu-battery-warning\",\"lu-battery\",\"lu-beaker\",\"lu-bean-off\",\"lu-bean\",\"lu-bed-double\",\"lu-bed-single\",\"lu-bed\",\"lu-beef\",\"lu-beer-off\",\"lu-beer\",\"lu-bell-dot\",\"lu-bell-electric\",\"lu-bell-minus\",\"lu-bell-off\",\"lu-bell-plus\",\"lu-bell-ring\",\"lu-bell\",\"lu-between-horizontal-end\",\"lu-between-horizontal-start\",\"lu-between-vertical-end\",\"lu-between-vertical-start\",\"lu-biceps-flexed\",\"lu-bike\",\"lu-binary\",\"lu-binoculars\",\"lu-biohazard\",\"lu-bird\",\"lu-bitcoin\",\"lu-blend\",\"lu-blinds\",\"lu-blocks\",\"lu-bluetooth-connected\",\"lu-bluetooth-off\",\"lu-bluetooth-searching\",\"lu-bluetooth\",\"lu-bold\",\"lu-bolt\",\"lu-bomb\",\"lu-bone\",\"lu-book-a\",\"lu-book-alert\",\"lu-book-audio\",\"lu-book-check\",\"lu-book-copy\",\"lu-book-dashed\",\"lu-book-down\",\"lu-book-headphones\",\"lu-book-heart\",\"lu-book-image\",\"lu-book-key\",\"lu-book-lock\",\"lu-book-marked\",\"lu-book-minus\",\"lu-book-open-check\",\"lu-book-open-text\",\"lu-book-open\",\"lu-book-plus\",\"lu-book-text\",\"lu-book-type\",\"lu-book-up-2\",\"lu-book-up\",\"lu-book-user\",\"lu-book-x\",\"lu-book\",\"lu-bookmark-check\",\"lu-bookmark-minus\",\"lu-bookmark-plus\",\"lu-bookmark-x\",\"lu-bookmark\",\"lu-boom-box\",\"lu-bot-message-square\",\"lu-bot-off\",\"lu-bot\",\"lu-bottle-wine\",\"lu-bow-arrow\",\"lu-box\",\"lu-boxes\",\"lu-braces\",\"lu-brackets\",\"lu-brain-circuit\",\"lu-brain-cog\",\"lu-brain\",\"lu-brick-wall-fire\",\"lu-brick-wall-shield\",\"lu-brick-wall\",\"lu-briefcase-business\",\"lu-briefcase-conveyor-belt\",\"lu-briefcase-medical\",\"lu-briefcase\",\"lu-bring-to-front\",\"lu-brush-cleaning\",\"lu-brush\",\"lu-bubbles\",\"lu-bug-off\",\"lu-bug-play\",\"lu-bug\",\"lu-building-2\",\"lu-building\",\"lu-bus-front\",\"lu-bus\",\"lu-cable-car\",\"lu-cable\",\"lu-cake-slice\",\"lu-cake\",\"lu-calculator\",\"lu-calendar-1\",\"lu-calendar-arrow-down\",\"lu-calendar-arrow-up\",\"lu-calendar-check-2\",\"lu-calendar-check\",\"lu-calendar-clock\",\"lu-calendar-cog\",\"lu-calendar-days\",\"lu-calendar-fold\",\"lu-calendar-heart\",\"lu-calendar-minus-2\",\"lu-calendar-minus\",\"lu-calendar-off\",\"lu-calendar-plus-2\",\"lu-calendar-plus\",\"lu-calendar-range\",\"lu-calendar-search\",\"lu-calendar-sync\",\"lu-calendar-x-2\",\"lu-calendar-x\",\"lu-calendar\",\"lu-camera-off\",\"lu-camera\",\"lu-candy-cane\",\"lu-candy-off\",\"lu-candy\",\"lu-cannabis\",\"lu-captions-off\",\"lu-captions\",\"lu-car-front\",\"lu-car-taxi-front\",\"lu-car\",\"lu-caravan\",\"lu-card-sim\",\"lu-carrot\",\"lu-case-lower\",\"lu-case-sensitive\",\"lu-case-upper\",\"lu-cassette-tape\",\"lu-cast\",\"lu-castle\",\"lu-cat\",\"lu-cctv\",\"lu-chart-area\",\"lu-chart-bar-big\",\"lu-chart-bar-decreasing\",\"lu-chart-bar-increasing\",\"lu-chart-bar-stacked\",\"lu-chart-bar\",\"lu-chart-candlestick\",\"lu-chart-column-big\",\"lu-chart-column-decreasing\",\"lu-chart-column-increasing\",\"lu-chart-column-stacked\",\"lu-chart-column\",\"lu-chart-gantt\",\"lu-chart-line\",\"lu-chart-network\",\"lu-chart-no-axes-column-decreasing\",\"lu-chart-no-axes-column-increasing\",\"lu-chart-no-axes-column\",\"lu-chart-no-axes-combined\",\"lu-chart-no-axes-gantt\",\"lu-chart-pie\",\"lu-chart-scatter\",\"lu-chart-spline\",\"lu-check-check\",\"lu-check-line\",\"lu-check\",\"lu-chef-hat\",\"lu-cherry\",\"lu-chevron-down\",\"lu-chevron-first\",\"lu-chevron-last\",\"lu-chevron-left\",\"lu-chevron-right\",\"lu-chevron-up\",\"lu-chevrons-down-up\",\"lu-chevrons-down\",\"lu-chevrons-left-right-ellipsis\",\"lu-chevrons-left-right\",\"lu-chevrons-left\",\"lu-chevrons-right-left\",\"lu-chevrons-right\",\"lu-chevrons-up-down\",\"lu-chevrons-up\",\"lu-chromium\",\"lu-church\",\"lu-cigarette-off\",\"lu-cigarette\",\"lu-circle-alert\",\"lu-circle-arrow-down\",\"lu-circle-arrow-left\",\"lu-circle-arrow-out-down-left\",\"lu-circle-arrow-out-down-right\",\"lu-circle-arrow-out-up-left\",\"lu-circle-arrow-out-up-right\",\"lu-circle-arrow-right\",\"lu-circle-arrow-up\",\"lu-circle-check-big\",\"lu-circle-check\",\"lu-circle-chevron-down\",\"lu-circle-chevron-left\",\"lu-circle-chevron-right\",\"lu-circle-chevron-up\",\"lu-circle-dashed\",\"lu-circle-divide\",\"lu-circle-dollar-sign\",\"lu-circle-dot-dashed\",\"lu-circle-dot\",\"lu-circle-ellipsis\",\"lu-circle-equal\",\"lu-circle-fading-arrow-up\",\"lu-circle-fading-plus\",\"lu-circle-gauge\",\"lu-circle-minus\",\"lu-circle-off\",\"lu-circle-parking-off\",\"lu-circle-parking\",\"lu-circle-pause\",\"lu-circle-percent\",\"lu-circle-play\",\"lu-circle-plus\",\"lu-circle-pound-sterling\",\"lu-circle-power\",\"lu-circle-question-mark\",\"lu-circle-slash-2\",\"lu-circle-slash\",\"lu-circle-small\",\"lu-circle-star\",\"lu-circle-stop\",\"lu-circle-user-round\",\"lu-circle-user\",\"lu-circle-x\",\"lu-circle\",\"lu-circuit-board\",\"lu-citrus\",\"lu-clapperboard\",\"lu-clipboard-check\",\"lu-clipboard-clock\",\"lu-clipboard-copy\",\"lu-clipboard-list\",\"lu-clipboard-minus\",\"lu-clipboard-paste\",\"lu-clipboard-pen-line\",\"lu-clipboard-pen\",\"lu-clipboard-plus\",\"lu-clipboard-type\",\"lu-clipboard-x\",\"lu-clipboard\",\"lu-clock-1\",\"lu-clock-10\",\"lu-clock-11\",\"lu-clock-12\",\"lu-clock-2\",\"lu-clock-3\",\"lu-clock-4\",\"lu-clock-5\",\"lu-clock-6\",\"lu-clock-7\",\"lu-clock-8\",\"lu-clock-9\",\"lu-clock-alert\",\"lu-clock-arrow-down\",\"lu-clock-arrow-up\",\"lu-clock-fading\",\"lu-clock-plus\",\"lu-clock\",\"lu-closed-caption\",\"lu-cloud-alert\",\"lu-cloud-check\",\"lu-cloud-cog\",\"lu-cloud-download\",\"lu-cloud-drizzle\",\"lu-cloud-fog\",\"lu-cloud-hail\",\"lu-cloud-lightning\",\"lu-cloud-moon-rain\",\"lu-cloud-moon\",\"lu-cloud-off\",\"lu-cloud-rain-wind\",\"lu-cloud-rain\",\"lu-cloud-snow\",\"lu-cloud-sun-rain\",\"lu-cloud-sun\",\"lu-cloud-upload\",\"lu-cloud\",\"lu-cloudy\",\"lu-clover\",\"lu-club\",\"lu-code-xml\",\"lu-code\",\"lu-codepen\",\"lu-codesandbox\",\"lu-coffee\",\"lu-cog\",\"lu-coins\",\"lu-columns-2\",\"lu-columns-3-cog\",\"lu-columns-3\",\"lu-columns-4\",\"lu-combine\",\"lu-command\",\"lu-compass\",\"lu-component\",\"lu-computer\",\"lu-concierge-bell\",\"lu-cone\",\"lu-construction\",\"lu-contact-round\",\"lu-contact\",\"lu-container\",\"lu-contrast\",\"lu-cookie\",\"lu-cooking-pot\",\"lu-copy-check\",\"lu-copy-minus\",\"lu-copy-plus\",\"lu-copy-slash\",\"lu-copy-x\",\"lu-copy\",\"lu-copyleft\",\"lu-copyright\",\"lu-corner-down-left\",\"lu-corner-down-right\",\"lu-corner-left-down\",\"lu-corner-left-up\",\"lu-corner-right-down\",\"lu-corner-right-up\",\"lu-corner-up-left\",\"lu-corner-up-right\",\"lu-cpu\",\"lu-creative-commons\",\"lu-credit-card\",\"lu-croissant\",\"lu-crop\",\"lu-cross\",\"lu-crosshair\",\"lu-crown\",\"lu-cuboid\",\"lu-cup-soda\",\"lu-currency\",\"lu-cylinder\",\"lu-dam\",\"lu-database-backup\",\"lu-database-zap\",\"lu-database\",\"lu-decimals-arrow-left\",\"lu-decimals-arrow-right\",\"lu-delete\",\"lu-dessert\",\"lu-diameter\",\"lu-diamond-minus\",\"lu-diamond-percent\",\"lu-diamond-plus\",\"lu-diamond\",\"lu-dice-1\",\"lu-dice-2\",\"lu-dice-3\",\"lu-dice-4\",\"lu-dice-5\",\"lu-dice-6\",\"lu-dices\",\"lu-diff\",\"lu-disc-2\",\"lu-disc-3\",\"lu-disc-album\",\"lu-disc\",\"lu-divide\",\"lu-dna-off\",\"lu-dna\",\"lu-dock\",\"lu-dog\",\"lu-dollar-sign\",\"lu-donut\",\"lu-door-closed-locked\",\"lu-door-closed\",\"lu-door-open\",\"lu-dot\",\"lu-download\",\"lu-drafting-compass\",\"lu-drama\",\"lu-dribbble\",\"lu-drill\",\"lu-drone\",\"lu-droplet-off\",\"lu-droplet\",\"lu-droplets\",\"lu-drum\",\"lu-drumstick\",\"lu-dumbbell\",\"lu-ear-off\",\"lu-ear\",\"lu-earth-lock\",\"lu-earth\",\"lu-eclipse\",\"lu-egg-fried\",\"lu-egg-off\",\"lu-egg\",\"lu-ellipsis-vertical\",\"lu-ellipsis\",\"lu-equal-approximately\",\"lu-equal-not\",\"lu-equal\",\"lu-eraser\",\"lu-ethernet-port\",\"lu-euro\",\"lu-expand\",\"lu-external-link\",\"lu-eye-closed\",\"lu-eye-off\",\"lu-eye\",\"lu-facebook\",\"lu-factory\",\"lu-fan\",\"lu-fast-forward\",\"lu-feather\",\"lu-fence\",\"lu-ferris-wheel\",\"lu-figma\",\"lu-file-archive\",\"lu-file-audio-2\",\"lu-file-audio\",\"lu-file-axis-3d\",\"lu-file-badge-2\",\"lu-file-badge\",\"lu-file-box\",\"lu-file-chart-column-increasing\",\"lu-file-chart-column\",\"lu-file-chart-line\",\"lu-file-chart-pie\",\"lu-file-check-2\",\"lu-file-check\",\"lu-file-clock\",\"lu-file-code-2\",\"lu-file-code\",\"lu-file-cog\",\"lu-file-diff\",\"lu-file-digit\",\"lu-file-down\",\"lu-file-heart\",\"lu-file-image\",\"lu-file-input\",\"lu-file-json-2\",\"lu-file-json\",\"lu-file-key-2\",\"lu-file-key\",\"lu-file-lock-2\",\"lu-file-lock\",\"lu-file-minus-2\",\"lu-file-minus\",\"lu-file-music\",\"lu-file-output\",\"lu-file-pen-line\",\"lu-file-pen\",\"lu-file-play\",\"lu-file-plus-2\",\"lu-file-plus\",\"lu-file-question-mark\",\"lu-file-scan\",\"lu-file-search-2\",\"lu-file-search\",\"lu-file-sliders\",\"lu-file-spreadsheet\",\"lu-file-stack\",\"lu-file-symlink\",\"lu-file-terminal\",\"lu-file-text\",\"lu-file-type-2\",\"lu-file-type\",\"lu-file-up\",\"lu-file-user\",\"lu-file-video-camera\",\"lu-file-volume-2\",\"lu-file-volume\",\"lu-file-warning\",\"lu-file-x-2\",\"lu-file-x\",\"lu-file\",\"lu-files\",\"lu-film\",\"lu-fingerprint\",\"lu-fire-extinguisher\",\"lu-fish-off\",\"lu-fish-symbol\",\"lu-fish\",\"lu-flag-off\",\"lu-flag-triangle-left\",\"lu-flag-triangle-right\",\"lu-flag\",\"lu-flame-kindling\",\"lu-flame\",\"lu-flashlight-off\",\"lu-flashlight\",\"lu-flask-conical-off\",\"lu-flask-conical\",\"lu-flask-round\",\"lu-flip-horizontal-2\",\"lu-flip-horizontal\",\"lu-flip-vertical-2\",\"lu-flip-vertical\",\"lu-flower-2\",\"lu-flower\",\"lu-focus\",\"lu-fold-horizontal\",\"lu-fold-vertical\",\"lu-folder-archive\",\"lu-folder-check\",\"lu-folder-clock\",\"lu-folder-closed\",\"lu-folder-code\",\"lu-folder-cog\",\"lu-folder-dot\",\"lu-folder-down\",\"lu-folder-git-2\",\"lu-folder-git\",\"lu-folder-heart\",\"lu-folder-input\",\"lu-folder-kanban\",\"lu-folder-key\",\"lu-folder-lock\",\"lu-folder-minus\",\"lu-folder-open-dot\",\"lu-folder-open\",\"lu-folder-output\",\"lu-folder-pen\",\"lu-folder-plus\",\"lu-folder-root\",\"lu-folder-search-2\",\"lu-folder-search\",\"lu-folder-symlink\",\"lu-folder-sync\",\"lu-folder-tree\",\"lu-folder-up\",\"lu-folder-x\",\"lu-folder\",\"lu-folders\",\"lu-footprints\",\"lu-forklift\",\"lu-forward\",\"lu-frame\",\"lu-framer\",\"lu-frown\",\"lu-fuel\",\"lu-fullscreen\",\"lu-funnel-plus\",\"lu-funnel-x\",\"lu-funnel\",\"lu-gallery-horizontal-end\",\"lu-gallery-horizontal\",\"lu-gallery-thumbnails\",\"lu-gallery-vertical-end\",\"lu-gallery-vertical\",\"lu-gamepad-2\",\"lu-gamepad\",\"lu-gauge\",\"lu-gavel\",\"lu-gem\",\"lu-georgian-lari\",\"lu-ghost\",\"lu-gift\",\"lu-git-branch-plus\",\"lu-git-branch\",\"lu-git-commit-horizontal\",\"lu-git-commit-vertical\",\"lu-git-compare-arrows\",\"lu-git-compare\",\"lu-git-fork\",\"lu-git-graph\",\"lu-git-merge\",\"lu-git-pull-request-arrow\",\"lu-git-pull-request-closed\",\"lu-git-pull-request-create-arrow\",\"lu-git-pull-request-create\",\"lu-git-pull-request-draft\",\"lu-git-pull-request\",\"lu-github\",\"lu-gitlab\",\"lu-glass-water\",\"lu-glasses\",\"lu-globe-lock\",\"lu-globe\",\"lu-goal\",\"lu-gpu\",\"lu-graduation-cap\",\"lu-grape\",\"lu-grid-2x2-check\",\"lu-grid-2x2-plus\",\"lu-grid-2x2-x\",\"lu-grid-2x2\",\"lu-grid-3x2\",\"lu-grid-3x3\",\"lu-grip-horizontal\",\"lu-grip-vertical\",\"lu-grip\",\"lu-group\",\"lu-guitar\",\"lu-ham\",\"lu-hamburger\",\"lu-hammer\",\"lu-hand-coins\",\"lu-hand-fist\",\"lu-hand-grab\",\"lu-hand-heart\",\"lu-hand-helping\",\"lu-hand-metal\",\"lu-hand-platter\",\"lu-hand\",\"lu-handbag\",\"lu-handshake\",\"lu-hard-drive-download\",\"lu-hard-drive-upload\",\"lu-hard-drive\",\"lu-hard-hat\",\"lu-hash\",\"lu-hat-glasses\",\"lu-haze\",\"lu-hdmi-port\",\"lu-heading-1\",\"lu-heading-2\",\"lu-heading-3\",\"lu-heading-4\",\"lu-heading-5\",\"lu-heading-6\",\"lu-heading\",\"lu-headphone-off\",\"lu-headphones\",\"lu-headset\",\"lu-heart-crack\",\"lu-heart-handshake\",\"lu-heart-minus\",\"lu-heart-off\",\"lu-heart-plus\",\"lu-heart-pulse\",\"lu-heart\",\"lu-heater\",\"lu-hexagon\",\"lu-highlighter\",\"lu-history\",\"lu-hop-off\",\"lu-hop\",\"lu-hospital\",\"lu-hotel\",\"lu-hourglass\",\"lu-house-plug\",\"lu-house-plus\",\"lu-house-wifi\",\"lu-house\",\"lu-ice-cream-bowl\",\"lu-ice-cream-cone\",\"lu-id-card-lanyard\",\"lu-id-card\",\"lu-image-down\",\"lu-image-minus\",\"lu-image-off\",\"lu-image-play\",\"lu-image-plus\",\"lu-image-up\",\"lu-image-upscale\",\"lu-image\",\"lu-images\",\"lu-import\",\"lu-inbox\",\"lu-indent-decrease\",\"lu-indent-increase\",\"lu-indian-rupee\",\"lu-infinity\",\"lu-info\",\"lu-inspection-panel\",\"lu-instagram\",\"lu-italic\",\"lu-iteration-ccw\",\"lu-iteration-cw\",\"lu-japanese-yen\",\"lu-joystick\",\"lu-kanban\",\"lu-kayak\",\"lu-key-round\",\"lu-key-square\",\"lu-key\",\"lu-keyboard-music\",\"lu-keyboard-off\",\"lu-keyboard\",\"lu-lamp-ceiling\",\"lu-lamp-desk\",\"lu-lamp-floor\",\"lu-lamp-wall-down\",\"lu-lamp-wall-up\",\"lu-lamp\",\"lu-land-plot\",\"lu-landmark\",\"lu-languages\",\"lu-laptop-minimal-check\",\"lu-laptop-minimal\",\"lu-laptop\",\"lu-lasso-select\",\"lu-lasso\",\"lu-laugh\",\"lu-layers-2\",\"lu-layers\",\"lu-layout-dashboard\",\"lu-layout-grid\",\"lu-layout-list\",\"lu-layout-panel-left\",\"lu-layout-panel-top\",\"lu-layout-template\",\"lu-leaf\",\"lu-leafy-green\",\"lu-lectern\",\"lu-letter-text\",\"lu-library-big\",\"lu-library\",\"lu-life-buoy\",\"lu-ligature\",\"lu-lightbulb-off\",\"lu-lightbulb\",\"lu-line-squiggle\",\"lu-link-2-off\",\"lu-link-2\",\"lu-link\",\"lu-linkedin\",\"lu-list-check\",\"lu-list-checks\",\"lu-list-collapse\",\"lu-list-end\",\"lu-list-filter-plus\",\"lu-list-filter\",\"lu-list-minus\",\"lu-list-music\",\"lu-list-ordered\",\"lu-list-plus\",\"lu-list-restart\",\"lu-list-start\",\"lu-list-todo\",\"lu-list-tree\",\"lu-list-video\",\"lu-list-x\",\"lu-list\",\"lu-loader-circle\",\"lu-loader-pinwheel\",\"lu-loader\",\"lu-locate-fixed\",\"lu-locate-off\",\"lu-locate\",\"lu-lock-keyhole-open\",\"lu-lock-keyhole\",\"lu-lock-open\",\"lu-lock\",\"lu-log-in\",\"lu-log-out\",\"lu-logs\",\"lu-lollipop\",\"lu-luggage\",\"lu-magnet\",\"lu-mail-check\",\"lu-mail-minus\",\"lu-mail-open\",\"lu-mail-plus\",\"lu-mail-question-mark\",\"lu-mail-search\",\"lu-mail-warning\",\"lu-mail-x\",\"lu-mail\",\"lu-mailbox\",\"lu-mails\",\"lu-map-minus\",\"lu-map-pin-check-inside\",\"lu-map-pin-check\",\"lu-map-pin-house\",\"lu-map-pin-minus-inside\",\"lu-map-pin-minus\",\"lu-map-pin-off\",\"lu-map-pin-pen\",\"lu-map-pin-plus-inside\",\"lu-map-pin-plus\",\"lu-map-pin-x-inside\",\"lu-map-pin-x\",\"lu-map-pin\",\"lu-map-pinned\",\"lu-map-plus\",\"lu-map\",\"lu-mars-stroke\",\"lu-mars\",\"lu-martini\",\"lu-maximize-2\",\"lu-maximize\",\"lu-medal\",\"lu-megaphone-off\",\"lu-megaphone\",\"lu-meh\",\"lu-memory-stick\",\"lu-menu\",\"lu-merge\",\"lu-message-circle-code\",\"lu-message-circle-dashed\",\"lu-message-circle-heart\",\"lu-message-circle-more\",\"lu-message-circle-off\",\"lu-message-circle-plus\",\"lu-message-circle-question-mark\",\"lu-message-circle-reply\",\"lu-message-circle-warning\",\"lu-message-circle-x\",\"lu-message-circle\",\"lu-message-square-code\",\"lu-message-square-dashed\",\"lu-message-square-diff\",\"lu-message-square-dot\",\"lu-message-square-heart\",\"lu-message-square-lock\",\"lu-message-square-more\",\"lu-message-square-off\",\"lu-message-square-plus\",\"lu-message-square-quote\",\"lu-message-square-reply\",\"lu-message-square-share\",\"lu-message-square-text\",\"lu-message-square-warning\",\"lu-message-square-x\",\"lu-message-square\",\"lu-messages-square\",\"lu-mic-off\",\"lu-mic-vocal\",\"lu-mic\",\"lu-microchip\",\"lu-microscope\",\"lu-microwave\",\"lu-milestone\",\"lu-milk-off\",\"lu-milk\",\"lu-minimize-2\",\"lu-minimize\",\"lu-minus\",\"lu-monitor-check\",\"lu-monitor-cog\",\"lu-monitor-dot\",\"lu-monitor-down\",\"lu-monitor-off\",\"lu-monitor-pause\",\"lu-monitor-play\",\"lu-monitor-smartphone\",\"lu-monitor-speaker\",\"lu-monitor-stop\",\"lu-monitor-up\",\"lu-monitor-x\",\"lu-monitor\",\"lu-moon-star\",\"lu-moon\",\"lu-mountain-snow\",\"lu-mountain\",\"lu-mouse-off\",\"lu-mouse-pointer-2\",\"lu-mouse-pointer-ban\",\"lu-mouse-pointer-click\",\"lu-mouse-pointer\",\"lu-mouse\",\"lu-move-3d\",\"lu-move-diagonal-2\",\"lu-move-diagonal\",\"lu-move-down-left\",\"lu-move-down-right\",\"lu-move-down\",\"lu-move-horizontal\",\"lu-move-left\",\"lu-move-right\",\"lu-move-up-left\",\"lu-move-up-right\",\"lu-move-up\",\"lu-move-vertical\",\"lu-move\",\"lu-music-2\",\"lu-music-3\",\"lu-music-4\",\"lu-music\",\"lu-navigation-2-off\",\"lu-navigation-2\",\"lu-navigation-off\",\"lu-navigation\",\"lu-network\",\"lu-newspaper\",\"lu-nfc\",\"lu-non-binary\",\"lu-notebook-pen\",\"lu-notebook-tabs\",\"lu-notebook-text\",\"lu-notebook\",\"lu-notepad-text-dashed\",\"lu-notepad-text\",\"lu-nut-off\",\"lu-nut\",\"lu-octagon-alert\",\"lu-octagon-minus\",\"lu-octagon-pause\",\"lu-octagon-x\",\"lu-octagon\",\"lu-omega\",\"lu-option\",\"lu-orbit\",\"lu-origami\",\"lu-package-2\",\"lu-package-check\",\"lu-package-minus\",\"lu-package-open\",\"lu-package-plus\",\"lu-package-search\",\"lu-package-x\",\"lu-package\",\"lu-paint-bucket\",\"lu-paint-roller\",\"lu-paintbrush-vertical\",\"lu-paintbrush\",\"lu-palette\",\"lu-panda\",\"lu-panel-bottom-close\",\"lu-panel-bottom-dashed\",\"lu-panel-bottom-open\",\"lu-panel-bottom\",\"lu-panel-left-close\",\"lu-panel-left-dashed\",\"lu-panel-left-open\",\"lu-panel-left-right-dashed\",\"lu-panel-left\",\"lu-panel-right-close\",\"lu-panel-right-dashed\",\"lu-panel-right-open\",\"lu-panel-right\",\"lu-panel-top-bottom-dashed\",\"lu-panel-top-close\",\"lu-panel-top-dashed\",\"lu-panel-top-open\",\"lu-panel-top\",\"lu-panels-left-bottom\",\"lu-panels-right-bottom\",\"lu-panels-top-left\",\"lu-paperclip\",\"lu-parentheses\",\"lu-parking-meter\",\"lu-party-popper\",\"lu-pause\",\"lu-paw-print\",\"lu-pc-case\",\"lu-pen-line\",\"lu-pen-off\",\"lu-pen-tool\",\"lu-pen\",\"lu-pencil-line\",\"lu-pencil-off\",\"lu-pencil-ruler\",\"lu-pencil\",\"lu-pentagon\",\"lu-percent\",\"lu-person-standing\",\"lu-philippine-peso\",\"lu-phone-call\",\"lu-phone-forwarded\",\"lu-phone-incoming\",\"lu-phone-missed\",\"lu-phone-off\",\"lu-phone-outgoing\",\"lu-phone\",\"lu-pi\",\"lu-piano\",\"lu-pickaxe\",\"lu-picture-in-picture-2\",\"lu-picture-in-picture\",\"lu-piggy-bank\",\"lu-pilcrow-left\",\"lu-pilcrow-right\",\"lu-pilcrow\",\"lu-pill-bottle\",\"lu-pill\",\"lu-pin-off\",\"lu-pin\",\"lu-pipette\",\"lu-pizza\",\"lu-plane-landing\",\"lu-plane-takeoff\",\"lu-plane\",\"lu-play\",\"lu-plug-2\",\"lu-plug-zap\",\"lu-plug\",\"lu-plus\",\"lu-pocket-knife\",\"lu-pocket\",\"lu-podcast\",\"lu-pointer-off\",\"lu-pointer\",\"lu-popcorn\",\"lu-popsicle\",\"lu-pound-sterling\",\"lu-power-off\",\"lu-power\",\"lu-presentation\",\"lu-printer-check\",\"lu-printer\",\"lu-projector\",\"lu-proportions\",\"lu-puzzle\",\"lu-pyramid\",\"lu-qr-code\",\"lu-quote\",\"lu-rabbit\",\"lu-radar\",\"lu-radiation\",\"lu-radical\",\"lu-radio-receiver\",\"lu-radio-tower\",\"lu-radio\",\"lu-radius\",\"lu-rail-symbol\",\"lu-rainbow\",\"lu-rat\",\"lu-ratio\",\"lu-receipt-cent\",\"lu-receipt-euro\",\"lu-receipt-indian-rupee\",\"lu-receipt-japanese-yen\",\"lu-receipt-pound-sterling\",\"lu-receipt-russian-ruble\",\"lu-receipt-swiss-franc\",\"lu-receipt-text\",\"lu-receipt-turkish-lira\",\"lu-receipt\",\"lu-rectangle-circle\",\"lu-rectangle-ellipsis\",\"lu-rectangle-goggles\",\"lu-rectangle-horizontal\",\"lu-rectangle-vertical\",\"lu-recycle\",\"lu-redo-2\",\"lu-redo-dot\",\"lu-redo\",\"lu-refresh-ccw-dot\",\"lu-refresh-ccw\",\"lu-refresh-cw-off\",\"lu-refresh-cw\",\"lu-refrigerator\",\"lu-regex\",\"lu-remove-formatting\",\"lu-repeat-1\",\"lu-repeat-2\",\"lu-repeat\",\"lu-replace-all\",\"lu-replace\",\"lu-reply-all\",\"lu-reply\",\"lu-rewind\",\"lu-ribbon\",\"lu-rocket\",\"lu-rocking-chair\",\"lu-roller-coaster\",\"lu-rose\",\"lu-rotate-3d\",\"lu-rotate-ccw-key\",\"lu-rotate-ccw-square\",\"lu-rotate-ccw\",\"lu-rotate-cw-square\",\"lu-rotate-cw\",\"lu-route-off\",\"lu-route\",\"lu-router\",\"lu-rows-2\",\"lu-rows-3\",\"lu-rows-4\",\"lu-rss\",\"lu-ruler-dimension-line\",\"lu-ruler\",\"lu-russian-ruble\",\"lu-sailboat\",\"lu-salad\",\"lu-sandwich\",\"lu-satellite-dish\",\"lu-satellite\",\"lu-saudi-riyal\",\"lu-save-all\",\"lu-save-off\",\"lu-save\",\"lu-scale-3d\",\"lu-scale\",\"lu-scaling\",\"lu-scan-barcode\",\"lu-scan-eye\",\"lu-scan-face\",\"lu-scan-heart\",\"lu-scan-line\",\"lu-scan-qr-code\",\"lu-scan-search\",\"lu-scan-text\",\"lu-scan\",\"lu-school\",\"lu-scissors-line-dashed\",\"lu-scissors\",\"lu-screen-share-off\",\"lu-screen-share\",\"lu-scroll-text\",\"lu-scroll\",\"lu-search-check\",\"lu-search-code\",\"lu-search-slash\",\"lu-search-x\",\"lu-search\",\"lu-section\",\"lu-send-horizontal\",\"lu-send-to-back\",\"lu-send\",\"lu-separator-horizontal\",\"lu-separator-vertical\",\"lu-server-cog\",\"lu-server-crash\",\"lu-server-off\",\"lu-server\",\"lu-settings-2\",\"lu-settings\",\"lu-shapes\",\"lu-share-2\",\"lu-share\",\"lu-sheet\",\"lu-shell\",\"lu-shield-alert\",\"lu-shield-ban\",\"lu-shield-check\",\"lu-shield-ellipsis\",\"lu-shield-half\",\"lu-shield-minus\",\"lu-shield-off\",\"lu-shield-plus\",\"lu-shield-question-mark\",\"lu-shield-user\",\"lu-shield-x\",\"lu-shield\",\"lu-ship-wheel\",\"lu-ship\",\"lu-shirt\",\"lu-shopping-bag\",\"lu-shopping-basket\",\"lu-shopping-cart\",\"lu-shovel\",\"lu-shower-head\",\"lu-shredder\",\"lu-shrimp\",\"lu-shrink\",\"lu-shrub\",\"lu-shuffle\",\"lu-sigma\",\"lu-signal-high\",\"lu-signal-low\",\"lu-signal-medium\",\"lu-signal-zero\",\"lu-signal\",\"lu-signature\",\"lu-signpost-big\",\"lu-signpost\",\"lu-siren\",\"lu-skip-back\",\"lu-skip-forward\",\"lu-skull\",\"lu-slack\",\"lu-slash\",\"lu-slice\",\"lu-sliders-horizontal\",\"lu-sliders-vertical\",\"lu-smartphone-charging\",\"lu-smartphone-nfc\",\"lu-smartphone\",\"lu-smile-plus\",\"lu-smile\",\"lu-snail\",\"lu-snowflake\",\"lu-soap-dispenser-droplet\",\"lu-sofa\",\"lu-soup\",\"lu-space\",\"lu-spade\",\"lu-sparkle\",\"lu-sparkles\",\"lu-speaker\",\"lu-speech\",\"lu-spell-check-2\",\"lu-spell-check\",\"lu-spline-pointer\",\"lu-spline\",\"lu-split\",\"lu-spool\",\"lu-spotlight\",\"lu-spray-can\",\"lu-sprout\",\"lu-square-activity\",\"lu-square-arrow-down-left\",\"lu-square-arrow-down-right\",\"lu-square-arrow-down\",\"lu-square-arrow-left\",\"lu-square-arrow-out-down-left\",\"lu-square-arrow-out-down-right\",\"lu-square-arrow-out-up-left\",\"lu-square-arrow-out-up-right\",\"lu-square-arrow-right\",\"lu-square-arrow-up-left\",\"lu-square-arrow-up-right\",\"lu-square-arrow-up\",\"lu-square-asterisk\",\"lu-square-bottom-dashed-scissors\",\"lu-square-chart-gantt\",\"lu-square-check-big\",\"lu-square-check\",\"lu-square-chevron-down\",\"lu-square-chevron-left\",\"lu-square-chevron-right\",\"lu-square-chevron-up\",\"lu-square-code\",\"lu-square-dashed-bottom-code\",\"lu-square-dashed-bottom\",\"lu-square-dashed-kanban\",\"lu-square-dashed-mouse-pointer\",\"lu-square-dashed-top-solid\",\"lu-square-dashed\",\"lu-square-divide\",\"lu-square-dot\",\"lu-square-equal\",\"lu-square-function\",\"lu-square-kanban\",\"lu-square-library\",\"lu-square-m\",\"lu-square-menu\",\"lu-square-minus\",\"lu-square-mouse-pointer\",\"lu-square-parking-off\",\"lu-square-parking\",\"lu-square-pause\",\"lu-square-pen\",\"lu-square-percent\",\"lu-square-pi\",\"lu-square-pilcrow\",\"lu-square-play\",\"lu-square-plus\",\"lu-square-power\",\"lu-square-radical\",\"lu-square-round-corner\",\"lu-square-scissors\",\"lu-square-sigma\",\"lu-square-slash\",\"lu-square-split-horizontal\",\"lu-square-split-vertical\",\"lu-square-square\",\"lu-square-stack\",\"lu-square-star\",\"lu-square-stop\",\"lu-square-terminal\",\"lu-square-user-round\",\"lu-square-user\",\"lu-square-x\",\"lu-square\",\"lu-squares-exclude\",\"lu-squares-intersect\",\"lu-squares-subtract\",\"lu-squares-unite\",\"lu-squircle-dashed\",\"lu-squircle\",\"lu-squirrel\",\"lu-stamp\",\"lu-star-half\",\"lu-star-off\",\"lu-star\",\"lu-step-back\",\"lu-step-forward\",\"lu-stethoscope\",\"lu-sticker\",\"lu-sticky-note\",\"lu-store\",\"lu-stretch-horizontal\",\"lu-stretch-vertical\",\"lu-strikethrough\",\"lu-subscript\",\"lu-sun-dim\",\"lu-sun-medium\",\"lu-sun-moon\",\"lu-sun-snow\",\"lu-sun\",\"lu-sunrise\",\"lu-sunset\",\"lu-superscript\",\"lu-swatch-book\",\"lu-swiss-franc\",\"lu-switch-camera\",\"lu-sword\",\"lu-swords\",\"lu-syringe\",\"lu-table-2\",\"lu-table-cells-merge\",\"lu-table-cells-split\",\"lu-table-columns-split\",\"lu-table-of-contents\",\"lu-table-properties\",\"lu-table-rows-split\",\"lu-table\",\"lu-tablet-smartphone\",\"lu-tablet\",\"lu-tablets\",\"lu-tag\",\"lu-tags\",\"lu-tally-1\",\"lu-tally-2\",\"lu-tally-3\",\"lu-tally-4\",\"lu-tally-5\",\"lu-tangent\",\"lu-target\",\"lu-telescope\",\"lu-tent-tree\",\"lu-tent\",\"lu-terminal\",\"lu-test-tube-diagonal\",\"lu-test-tube\",\"lu-test-tubes\",\"lu-text-cursor-input\",\"lu-text-cursor\",\"lu-text-quote\",\"lu-text-search\",\"lu-text-select\",\"lu-text\",\"lu-theater\",\"lu-thermometer-snowflake\",\"lu-thermometer-sun\",\"lu-thermometer\",\"lu-thumbs-down\",\"lu-thumbs-up\",\"lu-ticket-check\",\"lu-ticket-minus\",\"lu-ticket-percent\",\"lu-ticket-plus\",\"lu-ticket-slash\",\"lu-ticket-x\",\"lu-ticket\",\"lu-tickets-plane\",\"lu-tickets\",\"lu-timer-off\",\"lu-timer-reset\",\"lu-timer\",\"lu-toggle-left\",\"lu-toggle-right\",\"lu-toilet\",\"lu-tool-case\",\"lu-tornado\",\"lu-torus\",\"lu-touchpad-off\",\"lu-touchpad\",\"lu-tower-control\",\"lu-toy-brick\",\"lu-tractor\",\"lu-traffic-cone\",\"lu-train-front-tunnel\",\"lu-train-front\",\"lu-train-track\",\"lu-tram-front\",\"lu-transgender\",\"lu-trash-2\",\"lu-trash\",\"lu-tree-deciduous\",\"lu-tree-palm\",\"lu-tree-pine\",\"lu-trees\",\"lu-trello\",\"lu-trending-down\",\"lu-trending-up-down\",\"lu-trending-up\",\"lu-triangle-alert\",\"lu-triangle-dashed\",\"lu-triangle-right\",\"lu-triangle\",\"lu-trophy\",\"lu-truck-electric\",\"lu-truck\",\"lu-turkish-lira\",\"lu-turntable\",\"lu-turtle\",\"lu-tv-minimal-play\",\"lu-tv-minimal\",\"lu-tv\",\"lu-twitch\",\"lu-twitter\",\"lu-type-outline\",\"lu-type\",\"lu-umbrella-off\",\"lu-umbrella\",\"lu-underline\",\"lu-undo-2\",\"lu-undo-dot\",\"lu-undo\",\"lu-unfold-horizontal\",\"lu-unfold-vertical\",\"lu-ungroup\",\"lu-university\",\"lu-unlink-2\",\"lu-unlink\",\"lu-unplug\",\"lu-upload\",\"lu-usb\",\"lu-user-check\",\"lu-user-cog\",\"lu-user-lock\",\"lu-user-minus\",\"lu-user-pen\",\"lu-user-plus\",\"lu-user-round-check\",\"lu-user-round-cog\",\"lu-user-round-minus\",\"lu-user-round-pen\",\"lu-user-round-plus\",\"lu-user-round-search\",\"lu-user-round-x\",\"lu-user-round\",\"lu-user-search\",\"lu-user-star\",\"lu-user-x\",\"lu-user\",\"lu-users-round\",\"lu-users\",\"lu-utensils-crossed\",\"lu-utensils\",\"lu-utility-pole\",\"lu-variable\",\"lu-vault\",\"lu-vector-square\",\"lu-vegan\",\"lu-venetian-mask\",\"lu-venus-and-mars\",\"lu-venus\",\"lu-vibrate-off\",\"lu-vibrate\",\"lu-video-off\",\"lu-video\",\"lu-videotape\",\"lu-view\",\"lu-voicemail\",\"lu-volleyball\",\"lu-volume-1\",\"lu-volume-2\",\"lu-volume-off\",\"lu-volume-x\",\"lu-volume\",\"lu-vote\",\"lu-wallet-cards\",\"lu-wallet-minimal\",\"lu-wallet\",\"lu-wallpaper\",\"lu-wand-sparkles\",\"lu-wand\",\"lu-warehouse\",\"lu-washing-machine\",\"lu-watch\",\"lu-waves-ladder\",\"lu-waves\",\"lu-waypoints\",\"lu-webcam\",\"lu-webhook-off\",\"lu-webhook\",\"lu-weight\",\"lu-wheat-off\",\"lu-wheat\",\"lu-whole-word\",\"lu-wifi-cog\",\"lu-wifi-high\",\"lu-wifi-low\",\"lu-wifi-off\",\"lu-wifi-pen\",\"lu-wifi-sync\",\"lu-wifi-zero\",\"lu-wifi\",\"lu-wind-arrow-down\",\"lu-wind\",\"lu-wine-off\",\"lu-wine\",\"lu-workflow\",\"lu-worm\",\"lu-wrap-text\",\"lu-wrench\",\"lu-x\",\"lu-youtube\",\"lu-zap-off\",\"lu-zap\",\"lu-zoom-in\",\"lu-zoom-out\"] as const;\nexport type RuiIcons = string;\nexport function isRuiIcon(x: any): x is RuiIcons {\n return RuiIcons.includes(x);\n}"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
|
-
import type { InitThemeOptions } from './types/theme';
|
|
3
|
-
import { type TableOptions } from './composables/defaults/table';
|
|
4
|
-
import { StepperState } from './types/stepper';
|
|
2
|
+
import type { InitThemeOptions } from './types/theme.js';
|
|
3
|
+
import { type TableOptions } from './composables/defaults/table.js';
|
|
4
|
+
import { StepperState } from './types/stepper.js';
|
|
5
5
|
import '@/style.scss';
|
|
6
|
-
export * from './components';
|
|
7
|
-
export * from './composables';
|
|
8
|
-
export { contextColors, type ContextColorsType } from './consts/colors';
|
|
9
|
-
export { translationKeys } from './i18n/keys';
|
|
10
|
-
export * from './icons';
|
|
11
|
-
export { type InitThemeOptions, type ThemeConfig, type ThemeContent, type ThemeData, ThemeMode, } from './types/theme';
|
|
6
|
+
export * from './components/index.js';
|
|
7
|
+
export * from './composables/index.js';
|
|
8
|
+
export { contextColors, type ContextColorsType } from './consts/colors.js';
|
|
9
|
+
export { translationKeys } from './i18n/keys.js';
|
|
10
|
+
export * from './icons/index.js';
|
|
11
|
+
export { type InitThemeOptions, type ThemeConfig, type ThemeContent, type ThemeData, ThemeMode, } from './types/theme.js';
|
|
12
12
|
export { StepperState };
|
|
13
|
-
export { createBlockie } from './utils/blockie';
|
|
13
|
+
export { createBlockie } from './utils/blockie.js';
|
|
14
14
|
export interface RuiOptions {
|
|
15
15
|
theme?: InitThemeOptions;
|
|
16
16
|
defaults?: {
|
|
@@ -19,7 +19,7 @@ export interface RuiOptions {
|
|
|
19
19
|
}
|
|
20
20
|
export declare function createRui(options?: RuiOptions): {
|
|
21
21
|
defaults: Readonly<{
|
|
22
|
-
icons: import("./composables/icons").UseIconsReturn;
|
|
22
|
+
icons: import("./composables/icons.js").UseIconsReturn;
|
|
23
23
|
table: TableOptions;
|
|
24
24
|
}>;
|
|
25
25
|
install: (app: App) => void;
|