@rotki/ui-library 2.8.1 → 2.8.2
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
package/dist/index.js
ADDED
|
@@ -0,0 +1,1852 @@
|
|
|
1
|
+
import dayjs from "dayjs";
|
|
2
|
+
import customParseFormat from "dayjs/plugin/customParseFormat";
|
|
3
|
+
import timezone from "dayjs/plugin/timezone";
|
|
4
|
+
import utc from "dayjs/plugin/utc";
|
|
5
|
+
import { createTableDefaults, TableSymbol } from "./composables/defaults/table.js";
|
|
6
|
+
import { createIconDefaults, IconsSymbol } from "./composables/icons.js";
|
|
7
|
+
import { useIcons } from "./composables/icons.js";
|
|
8
|
+
import { useRotkiTheme } from "./composables/theme.js";
|
|
9
|
+
import { RUI_I18N_INJECTION_KEY } from "./composables/use-rui-i18n.js";
|
|
10
|
+
import { StepperState } from "./types/stepper.js";
|
|
11
|
+
/* empty css */
|
|
12
|
+
import { default as default2 } from "./components/accordions/accordion/RuiAccordion.vue.js";
|
|
13
|
+
import { default as default3 } from "./components/accordions/accordions/RuiAccordions.vue.js";
|
|
14
|
+
import { default as default4 } from "./components/alerts/RuiAlert.vue.js";
|
|
15
|
+
import { default as default5 } from "./components/buttons/button-group/RuiButtonGroup.vue.js";
|
|
16
|
+
import { default as default6 } from "./components/buttons/button/RuiButton.vue.js";
|
|
17
|
+
import { default as default7 } from "./components/calendar/RuiCalendar.vue.js";
|
|
18
|
+
/* empty css */
|
|
19
|
+
import { default as default8 } from "./components/cards/RuiCard.vue.js";
|
|
20
|
+
import { default as default9 } from "./components/cards/RuiCardHeader.vue.js";
|
|
21
|
+
import { default as default10 } from "./components/chips/RuiChip.vue.js";
|
|
22
|
+
import { default as default11 } from "./components/color-picker/RuiColorPicker.vue.js";
|
|
23
|
+
import { default as default12 } from "./components/date-time-picker/RuiDateTimePicker.vue.js";
|
|
24
|
+
import { default as default13 } from "./components/divider/RuiDivider.vue.js";
|
|
25
|
+
import { default as default14 } from "./components/forms/auto-complete/RuiAutoComplete.vue.js";
|
|
26
|
+
import { default as default15 } from "./components/forms/checkbox/RuiCheckbox.vue.js";
|
|
27
|
+
import { default as default16 } from "./components/forms/radio-button/radio-group/RuiRadioGroup.vue.js";
|
|
28
|
+
import { default as default17 } from "./components/forms/radio-button/radio/RuiRadio.vue.js";
|
|
29
|
+
import { default as default18 } from "./components/forms/revealable-text-field/RuiRevealableTextField.vue.js";
|
|
30
|
+
import { default as default19 } from "./components/forms/select/RuiMenuSelect.vue.js";
|
|
31
|
+
import { default as default20 } from "./components/forms/select/RuiSimpleSelect.vue.js";
|
|
32
|
+
import { default as default21 } from "./components/forms/slider/RuiSlider.vue.js";
|
|
33
|
+
import { default as default22 } from "./components/forms/switch/RuiSwitch.vue.js";
|
|
34
|
+
import { default as default23 } from "./components/forms/text-area/RuiTextArea.vue.js";
|
|
35
|
+
import { default as default24 } from "./components/forms/text-field/RuiTextField.vue.js";
|
|
36
|
+
import { default as default25 } from "./components/icons/RuiIcon.vue.js";
|
|
37
|
+
import { default as default26 } from "./components/loaders/RuiSkeletonLoader.vue.js";
|
|
38
|
+
import { default as default27 } from "./components/logos/RuiLogo.vue.js";
|
|
39
|
+
import { default as default28 } from "./components/overlays/badge/RuiBadge.vue.js";
|
|
40
|
+
import { default as default29 } from "./components/overlays/bottom-sheet/RuiBottomSheet.vue.js";
|
|
41
|
+
import { default as default30 } from "./components/overlays/dialog/RuiDialog.vue.js";
|
|
42
|
+
import { default as default31 } from "./components/overlays/menu/RuiMenu.vue.js";
|
|
43
|
+
import { default as default32 } from "./components/overlays/navigation-drawer/RuiNavigationDrawer.vue.js";
|
|
44
|
+
import { default as default33 } from "./components/overlays/notification/RuiNotification.vue.js";
|
|
45
|
+
import { default as default34 } from "./components/overlays/tooltip/RuiTooltip.vue.js";
|
|
46
|
+
import { default as default35 } from "./components/progress/RuiProgress.vue.js";
|
|
47
|
+
import { default as default36 } from "./components/steppers/RuiFooterStepper.vue.js";
|
|
48
|
+
import { default as default37 } from "./components/steppers/RuiStepper.vue.js";
|
|
49
|
+
import { default as default38 } from "./components/tables/RuiDataTable.vue.js";
|
|
50
|
+
import { default as default39 } from "./components/tables/RuiExpandButton.vue.js";
|
|
51
|
+
import { default as default40 } from "./components/tables/RuiTablePagination.vue.js";
|
|
52
|
+
import { default as default41 } from "./components/tabs/tab-item/RuiTabItem.vue.js";
|
|
53
|
+
import { default as default42 } from "./components/tabs/tab-items/RuiTabItems.vue.js";
|
|
54
|
+
import { default as default43 } from "./components/tabs/tab/RuiTab.vue.js";
|
|
55
|
+
import { default as default44 } from "./components/tabs/tabs/RuiTabs.vue.js";
|
|
56
|
+
import { default as default45 } from "./components/time-picker/RuiTimePicker.vue.js";
|
|
57
|
+
import { useBreakpoint } from "./composables/breakpoint.js";
|
|
58
|
+
import { contextColors } from "./consts/colors.js";
|
|
59
|
+
import { translationKeys } from "./i18n/keys.js";
|
|
60
|
+
import { RuiIcons, isRuiIcon } from "./icons/index.js";
|
|
61
|
+
import { ThemeMode } from "./types/theme.js";
|
|
62
|
+
import { createBlockie } from "./utils/blockie.js";
|
|
63
|
+
import { LuAArrowDown, LuAArrowUp, LuALargeSmall, LuAccessibility, LuActivatePremium, LuActivity, LuAirVent, LuAirplay, LuAlarmClock, LuAlarmClockCheck, LuAlarmClockMinus, LuAlarmClockOff, LuAlarmClockPlus, LuAlarmSmoke, LuAlbum, LuAlignCenter, LuAlignCenterHorizontal, LuAlignCenterVertical, LuAlignEndHorizontal, LuAlignEndVertical, LuAlignHorizontalDistributeCenter, LuAlignHorizontalDistributeEnd, LuAlignHorizontalDistributeStart, LuAlignHorizontalJustifyCenter, LuAlignHorizontalJustifyEnd, LuAlignHorizontalJustifyStart, LuAlignHorizontalSpaceAround, LuAlignHorizontalSpaceBetween, LuAlignJustify, LuAlignLeft, LuAlignRight, LuAlignStartHorizontal, LuAlignStartVertical, LuAlignVerticalDistributeCenter, LuAlignVerticalDistributeEnd, LuAlignVerticalDistributeStart, LuAlignVerticalJustifyCenter, LuAlignVerticalJustifyEnd, LuAlignVerticalJustifyStart, LuAlignVerticalSpaceAround, LuAlignVerticalSpaceBetween, LuAmbulance, LuAmpersand, LuAmpersands, LuAmphora, LuAnchor, LuAngry, LuAnnoyed, LuAntenna, LuAnvil, LuAperture, LuAppWindow, LuAppWindowMac, LuApple, LuArchive, LuArchiveRestore, LuArchiveX, LuArmchair, LuArrowBigDown, LuArrowBigDownDash, LuArrowBigLeft, LuArrowBigLeftDash, LuArrowBigRight, LuArrowBigRightDash, LuArrowBigUp, LuArrowBigUpDash, LuArrowDown, LuArrowDown01, LuArrowDown10, LuArrowDownAZ, LuArrowDownFromLine, LuArrowDownLeft, LuArrowDownNarrowWide, LuArrowDownRight, LuArrowDownToDot, LuArrowDownToLine, LuArrowDownUp, LuArrowDownWideNarrow, LuArrowDownZA, LuArrowLeft, LuArrowLeftFromLine, LuArrowLeftRight, LuArrowLeftToLine, LuArrowRight, LuArrowRightFromLine, LuArrowRightLeft, LuArrowRightToLine, LuArrowUp, LuArrowUp01, LuArrowUp10, LuArrowUpAZ, LuArrowUpDown, LuArrowUpFromDot, LuArrowUpFromLine, LuArrowUpLeft, LuArrowUpNarrowWide, LuArrowUpRight, LuArrowUpToLine, LuArrowUpWideNarrow, LuArrowUpZA, LuArrowsUpFromLine, LuAsterisk, LuAtSign, LuAtom, LuAudioLines, LuAudioWaveform, LuAward, LuAxe, LuAxis3d, LuBaby, LuBackpack, LuBadge, LuBadgeAlert, LuBadgeCent, LuBadgeCheck, LuBadgeDollarSign, LuBadgeEuro, LuBadgeIndianRupee, LuBadgeInfo, LuBadgeJapaneseYen, LuBadgeMinus, LuBadgePercent, LuBadgePlus, LuBadgePoundSterling, LuBadgeQuestionMark, LuBadgeRussianRuble, LuBadgeSwissFranc, LuBadgeTurkishLira, LuBadgeX, LuBaggageClaim, LuBalances, LuBan, LuBanana, LuBandage, LuBanknote, LuBanknoteArrowDown, LuBanknoteArrowUp, LuBanknoteX, LuBarcode, LuBarrel, LuBaseline, LuBath, LuBattery, LuBatteryCharging, LuBatteryFull, LuBatteryLow, LuBatteryMedium, LuBatteryPlus, LuBatteryWarning, LuBeaker, LuBean, LuBeanOff, LuBed, LuBedDouble, LuBedSingle, LuBeef, LuBeer, LuBeerOff, LuBell, LuBellDot, LuBellElectric, LuBellMinus, LuBellOff, LuBellPlus, LuBellRing, LuBetweenHorizontalEnd, LuBetweenHorizontalStart, LuBetweenVerticalEnd, LuBetweenVerticalStart, LuBicepsFlexed, LuBike, LuBinary, LuBinoculars, LuBiohazard, LuBird, LuBitcoin, LuBitcoinAccounts, LuBlend, LuBlinds, LuBlockchain, LuBlocks, LuBluetooth, LuBluetoothConnected, LuBluetoothOff, LuBluetoothSearching, LuBold, LuBolt, LuBomb, LuBone, LuBook, LuBookA, LuBookAlert, LuBookAudio, LuBookCheck, LuBookCopy, LuBookDashed, LuBookDown, LuBookHeadphones, LuBookHeart, LuBookImage, LuBookKey, LuBookLock, LuBookMarked, LuBookMinus, LuBookOpen, LuBookOpenCheck, LuBookOpenText, LuBookPlus, LuBookText, LuBookType, LuBookUp, LuBookUp2, LuBookUser, LuBookX, LuBookmark, LuBookmarkCheck, LuBookmarkMinus, LuBookmarkPlus, LuBookmarkX, LuBoomBox, LuBot, LuBotMessageSquare, LuBotOff, LuBottleWine, LuBowArrow, LuBox, LuBoxes, LuBraces, LuBrackets, LuBrain, LuBrainCircuit, LuBrainCog, LuBrickWall, LuBrickWallFire, LuBrickWallShield, LuBriefcase, LuBriefcaseBusiness, LuBriefcaseConveyorBelt, LuBriefcaseMedical, LuBringToFront, LuBrush, LuBrushCleaning, LuBubbles, LuBug, LuBugOff, LuBugPlay, LuBuilding, LuBuilding2, LuBus, LuBusFront, LuCable, LuCableCar, LuCake, LuCakeSlice, LuCalculator, LuCalendar, LuCalendar1, LuCalendarArrowDown, LuCalendarArrowUp, LuCalendarCheck, LuCalendarCheck2, LuCalendarClock, LuCalendarCog, LuCalendarDays, LuCalendarFold, LuCalendarHeart, LuCalendarMinus, LuCalendarMinus2, LuCalendarOff, LuCalendarPlus, LuCalendarPlus2, LuCalendarRange, LuCalendarSearch, LuCalendarSync, LuCalendarX, LuCalendarX2, LuCamera, LuCameraOff, LuCandy, LuCandyCane, LuCandyOff, LuCannabis, LuCaptions, LuCaptionsOff, LuCar, LuCarFront, LuCarTaxiFront, LuCaravan, LuCardSim, LuCarrot, LuCaseLower, LuCaseSensitive, LuCaseUpper, LuCassetteTape, LuCast, LuCastle, LuCat, LuCctv, LuChartArea, LuChartBar, LuChartBarBig, LuChartBarDecreasing, LuChartBarIncreasing, LuChartBarStacked, LuChartCandlestick, LuChartColumn, LuChartColumnBig, LuChartColumnDecreasing, LuChartColumnIncreasing, LuChartColumnStacked, LuChartGantt, LuChartLine, LuChartNetwork, LuChartNoAxesColumn, LuChartNoAxesColumnDecreasing, LuChartNoAxesColumnIncreasing, LuChartNoAxesCombined, LuChartNoAxesGantt, LuChartPie, LuChartScatter, LuChartSpline, LuCheck, LuCheckCheck, LuCheckLine, LuCheckboxBlank, LuCheckboxBlankCircle, LuCheckboxBlankCircleFill, LuCheckboxFill, LuCheckboxIndeterminateFill, LuChefHat, LuCherry, LuChevronDown, LuChevronFirst, LuChevronLast, LuChevronLeft, LuChevronRight, LuChevronUp, LuChevronsDown, LuChevronsDownUp, LuChevronsLeft, LuChevronsLeftRight, LuChevronsLeftRightEllipsis, LuChevronsRight, LuChevronsRightLeft, LuChevronsUp, LuChevronsUpDown, LuChromium, LuChurch, LuCigarette, LuCigaretteOff, LuCircle, LuCircleAlert, LuCircleArrowDown, LuCircleArrowLeft, LuCircleArrowOutDownLeft, LuCircleArrowOutDownRight, LuCircleArrowOutUpLeft, LuCircleArrowOutUpRight, LuCircleArrowRight, LuCircleArrowUp, LuCircleCheck, LuCircleCheckBig, LuCircleChevronDown, LuCircleChevronLeft, LuCircleChevronRight, LuCircleChevronUp, LuCircleDashed, LuCircleDivide, LuCircleDollarSign, LuCircleDot, LuCircleDotDashed, LuCircleEllipsis, LuCircleEqual, LuCircleFadingArrowUp, LuCircleFadingPlus, LuCircleGauge, LuCircleMinus, LuCircleOff, LuCircleParking, LuCircleParkingOff, LuCirclePause, LuCirclePercent, LuCirclePlay, LuCirclePlus, LuCirclePoundSterling, LuCirclePower, LuCircleQuestionMark, LuCircleSlash, LuCircleSlash2, LuCircleSmall, LuCircleStar, LuCircleStop, LuCircleUser, LuCircleUserRound, LuCircleX, LuCircuitBoard, LuCitrus, LuClapperboard, LuClipboard, LuClipboardCheck, LuClipboardClock, LuClipboardCopy, LuClipboardList, LuClipboardMinus, LuClipboardPaste, LuClipboardPen, LuClipboardPenLine, LuClipboardPlus, LuClipboardType, LuClipboardX, LuClock, LuClock1, LuClock10, LuClock11, LuClock12, LuClock2, LuClock3, LuClock4, LuClock5, LuClock6, LuClock7, LuClock8, LuClock9, LuClockAlert, LuClockArrowDown, LuClockArrowUp, LuClockFading, LuClockPlus, LuClosedCaption, LuCloud, LuCloudAlert, LuCloudCheck, LuCloudCog, LuCloudDownload, LuCloudDownload2Fill, LuCloudDownloadFill, LuCloudDrizzle, LuCloudFill, LuCloudFog, LuCloudHail, LuCloudLightning, LuCloudMoon, LuCloudMoonRain, LuCloudOff, LuCloudOffFill, LuCloudRain, LuCloudRainWind, LuCloudSnow, LuCloudSun, LuCloudSunRain, LuCloudSyncFill, LuCloudUpload, LuCloudUpload2Fill, LuCloudUploadFill, LuCloudy, LuClover, LuClub, LuCode, LuCodeXml, LuCodepen, LuCodesandbox, LuCoffee, LuCog, LuCoins, LuCoinsExchange, LuColumns2, LuCustomAssets, LuDeposits, LuDiscord, LuDonateFill, LuDropletFill, LuDropletHalfFill, LuDropletTrendingDown, LuEvmAccounts, LuExport, LuEyeSemiOff, LuFolderShrink1, LuFolderShrink2, LuHistoricPrices, LuHistoryEventsFill, LuLatestPrices, LuLayersIn, LuLayersOut, LuLiabilities, LuManageAssets, LuManagePrices, LuManualBalances, LuMoreAssets, LuOnchain, LuOsApple, LuOsWindows, LuPaypal, LuRadioButtonFill, LuReceiveDonationFill, LuRefund, LuSlashDivider, LuSolanaAccountsFill, LuSubstrateAccounts, LuTagManager, LuXTwitter } from "./icons/icons_1.js";
|
|
64
|
+
import { LuColumns3, LuColumns3Cog, LuColumns4, LuCombine, LuCommand, LuCompass, LuComponent, LuComputer, LuConciergeBell, LuCone, LuConstruction, LuContact, LuContactRound, LuContainer, LuContrast, LuCookie, LuCookingPot, LuCopy, LuCopyCheck, LuCopyMinus, LuCopyPlus, LuCopySlash, LuCopyX, LuCopyleft, LuCopyright, LuCornerDownLeft, LuCornerDownRight, LuCornerLeftDown, LuCornerLeftUp, LuCornerRightDown, LuCornerRightUp, LuCornerUpLeft, LuCornerUpRight, LuCpu, LuCreativeCommons, LuCreditCard, LuCroissant, LuCrop, LuCross, LuCrosshair, LuCrown, LuCuboid, LuCupSoda, LuCurrency, LuCylinder, LuDam, LuDatabase, LuDatabaseBackup, LuDatabaseZap, LuDecimalsArrowLeft, LuDecimalsArrowRight, LuDelete, LuDessert, LuDiameter, LuDiamond, LuDiamondMinus, LuDiamondPercent, LuDiamondPlus, LuDice1, LuDice2, LuDice3, LuDice4, LuDice5, LuDice6, LuDices, LuDiff, LuDisc, LuDisc2, LuDisc3, LuDiscAlbum, LuDivide, LuDna, LuDnaOff, LuDock, LuDog, LuDollarSign, LuDonut, LuDoorClosed, LuDoorClosedLocked, LuDoorOpen, LuDot, LuDownload, LuDraftingCompass, LuDrama, LuDribbble, LuDrill, LuDrone, LuDroplet, LuDropletOff, LuDroplets, LuDrum, LuDrumstick, LuDumbbell, LuEar, LuEarOff, LuEarth, LuEarthLock, LuEclipse, LuEgg, LuEggFried, LuEggOff, LuEllipsis, LuEllipsisVertical, LuEqual, LuEqualApproximately, LuEqualNot, LuEraser, LuEthernetPort, LuEuro, LuExpand, LuExternalLink, LuEye, LuEyeClosed, LuEyeOff, LuFacebook, LuFactory, LuFan, LuFastForward, LuFeather, LuFence, LuFerrisWheel, LuFigma, LuFile, LuFileArchive, LuFileAudio, LuFileAudio2, LuFileAxis3d, LuFileBadge, LuFileBadge2, LuFileBox, LuFileChartColumn, LuFileChartColumnIncreasing, LuFileChartLine, LuFileChartPie, LuFileCheck, LuFileCheck2, LuFileClock, LuFileCode, LuFileCode2, LuFileCog, LuFileDiff, LuFileDigit, LuFileDown, LuFileHeart, LuFileImage, LuFileInput, LuFileJson, LuFileJson2, LuFileKey, LuFileKey2, LuFileLock, LuFileLock2, LuFileMinus, LuFileMinus2, LuFileMusic, LuFileOutput, LuFilePen, LuFilePenLine, LuFilePlay, LuFilePlus, LuFilePlus2, LuFileQuestionMark, LuFileScan, LuFileSearch, LuFileSearch2, LuFileSliders, LuFileSpreadsheet, LuFileStack, LuFileSymlink, LuFileTerminal, LuFileText, LuFileType, LuFileType2, LuFileUp, LuFileUser, LuFileVideoCamera, LuFileVolume, LuFileVolume2, LuFileWarning, LuFileX, LuFileX2, LuFiles, LuFilm, LuFingerprint, LuFireExtinguisher, LuFish, LuFishOff, LuFishSymbol, LuFlag, LuFlagOff, LuFlagTriangleLeft, LuFlagTriangleRight, LuFlame, LuFlameKindling, LuFlashlight, LuFlashlightOff, LuFlaskConical, LuFlaskConicalOff, LuFlaskRound, LuFlipHorizontal, LuFlipHorizontal2, LuFlipVertical, LuFlipVertical2, LuFlower, LuFlower2, LuFocus, LuFoldHorizontal, LuFoldVertical, LuFolder, LuFolderArchive, LuFolderCheck, LuFolderClock, LuFolderClosed, LuFolderCode, LuFolderCog, LuFolderDot, LuFolderDown, LuFolderGit, LuFolderGit2, LuFolderHeart, LuFolderInput, LuFolderKanban, LuFolderKey, LuFolderLock, LuFolderMinus, LuFolderOpen, LuFolderOpenDot, LuFolderOutput, LuFolderPen, LuFolderPlus, LuFolderRoot, LuFolderSearch, LuFolderSearch2, LuFolderSymlink, LuFolderSync, LuFolderTree, LuFolderUp, LuFolderX, LuFolders, LuFootprints, LuForklift, LuForward, LuFrame, LuFramer, LuFrown, LuFuel, LuFullscreen, LuFunnel, LuFunnelPlus, LuFunnelX, LuGalleryHorizontal, LuGalleryHorizontalEnd, LuGalleryThumbnails, LuGalleryVertical, LuGalleryVerticalEnd, LuGamepad, LuGamepad2, LuGauge, LuGavel, LuGem, LuGeorgianLari, LuGhost, LuGift, LuGitBranch, LuGitBranchPlus, LuGitCommitHorizontal, LuGitCommitVertical, LuGitCompare, LuGitCompareArrows, LuGitFork, LuGitGraph, LuGitMerge, LuGitPullRequest, LuGitPullRequestArrow, LuGitPullRequestClosed, LuGitPullRequestCreate, LuGitPullRequestCreateArrow, LuGitPullRequestDraft, LuGithub, LuGitlab, LuGlassWater, LuGlasses, LuGlobe, LuGlobeLock, LuGoal, LuGpu, LuGraduationCap, LuGrape, LuGrid2x2, LuGrid2x2Check, LuGrid2x2Plus, LuGrid2x2X, LuGrid3x2, LuGrid3x3, LuGrip, LuGripHorizontal, LuGripVertical, LuGroup, LuGuitar, LuHam, LuHamburger, LuHammer, LuHand, LuHandCoins, LuHandFist, LuHandGrab, LuHandHeart, LuHandHelping, LuHandMetal, LuHandPlatter, LuHandbag, LuHandshake, LuHardDrive, LuHardDriveDownload, LuHardDriveUpload, LuHardHat, LuHash, LuHatGlasses, LuHaze, LuHdmiPort, LuHeading, LuHeading1, LuHeading2, LuHeading3, LuHeading4, LuHeading5, LuHeading6, LuHeadphoneOff, LuHeadphones, LuHeadset, LuHeart, LuHeartCrack, LuHeartHandshake, LuHeartMinus, LuHeartOff, LuHeartPlus, LuHeartPulse, LuHeater, LuHexagon, LuHighlighter, LuHistory, LuHop, LuHopOff, LuHospital, LuHotel, LuHourglass, LuHouse, LuHousePlug, LuHousePlus, LuHouseWifi, LuIceCreamBowl, LuIceCreamCone, LuIdCard, LuIdCardLanyard, LuImage, LuImageDown, LuImageMinus, LuImageOff, LuImagePlay, LuImagePlus, LuImageUp, LuImageUpscale, LuImages, LuImport, LuInbox, LuIndentDecrease, LuIndentIncrease, LuIndianRupee, LuInfinity, LuInfo, LuInspectionPanel, LuInstagram, LuItalic, LuIterationCcw, LuIterationCw, LuJapaneseYen, LuJoystick, LuKanban, LuKayak, LuKey, LuKeyRound, LuKeySquare, LuKeyboard, LuKeyboardMusic, LuKeyboardOff, LuLamp, LuLampCeiling, LuLampDesk, LuLampFloor, LuLampWallDown, LuLampWallUp, LuLandPlot, LuLandmark, LuLanguages, LuLaptop, LuLaptopMinimal, LuLaptopMinimalCheck, LuLasso, LuLassoSelect, LuLaugh, LuLayers, LuLayers2, LuLayoutDashboard, LuLayoutGrid, LuLayoutList, LuLayoutPanelLeft, LuLayoutPanelTop, LuLayoutTemplate, LuLeaf, LuLeafyGreen, LuLectern, LuLetterText, LuLibrary, LuLibraryBig, LuLifeBuoy, LuLigature, LuLightbulb, LuLightbulbOff, LuLineSquiggle, LuLink, LuLink2, LuLink2Off, LuLinkedin, LuList, LuListCheck, LuListChecks, LuListCollapse, LuListEnd, LuListFilter, LuListFilterPlus, LuListMinus, LuListMusic, LuListOrdered, LuListPlus, LuListRestart, LuListStart, LuListTodo, LuListTree, LuListVideo, LuListX, LuLoader, LuLoaderCircle, LuLoaderPinwheel, LuLocate, LuLocateFixed, LuLocateOff, LuLock, LuLockKeyhole, LuLockKeyholeOpen, LuLockOpen, LuLogIn, LuLogOut, LuLogs, LuLollipop, LuLuggage, LuMagnet, LuMail, LuMailCheck, LuMailMinus, LuMailOpen, LuMailPlus, LuMailQuestionMark, LuMailSearch, LuMailWarning, LuMailX, LuMailbox, LuMails, LuMap, LuMapMinus, LuMapPin, LuMapPinCheck, LuMapPinCheckInside, LuMapPinHouse, LuMapPinMinus, LuMapPinMinusInside, LuMapPinOff, LuMapPinPen, LuMapPinPlus, LuMapPinPlusInside, LuMapPinX, LuMapPinXInside, LuMapPinned, LuMapPlus, LuMars, LuMarsStroke, LuMartini, LuMaximize, LuMaximize2, LuMedal, LuMegaphone, LuMegaphoneOff, LuMeh, LuMemoryStick, LuMenu, LuMerge, LuMessageCircleCode, LuMessageCircleDashed, LuMessageCircleHeart, LuMessageCircleMore, LuMessageCircleOff } from "./icons/icons_2.js";
|
|
65
|
+
import { LuMessageCircle, LuMessageCirclePlus, LuMessageCircleQuestionMark, LuMessageCircleReply, LuMessageCircleWarning, LuMessageCircleX, LuMessageSquare, LuMessageSquareCode, LuMessageSquareDashed, LuMessageSquareDiff, LuMessageSquareDot, LuMessageSquareHeart, LuMessageSquareLock, LuMessageSquareMore, LuMessageSquareOff, LuMessageSquarePlus, LuMessageSquareQuote, LuMessageSquareReply, LuMessageSquareShare, LuMessageSquareText, LuMessageSquareWarning, LuMessageSquareX, LuMessagesSquare, LuMic, LuMicOff, LuMicVocal, LuMicrochip, LuMicroscope, LuMicrowave, LuMilestone, LuMilk, LuMilkOff, LuMinimize, LuMinimize2, LuMinus, LuMonitor, LuMonitorCheck, LuMonitorCog, LuMonitorDot, LuMonitorDown, LuMonitorOff, LuMonitorPause, LuMonitorPlay, LuMonitorSmartphone, LuMonitorSpeaker, LuMonitorStop, LuMonitorUp, LuMonitorX, LuMoon, LuMoonStar, LuMountain, LuMountainSnow, LuMouse, LuMouseOff, LuMousePointer, LuMousePointer2, LuMousePointerBan, LuMousePointerClick, LuMove, LuMove3d, LuMoveDiagonal, LuMoveDiagonal2, LuMoveDown, LuMoveDownLeft, LuMoveDownRight, LuMoveHorizontal, LuMoveLeft, LuMoveRight, LuMoveUp, LuMoveUpLeft, LuMoveUpRight, LuMoveVertical, LuMusic, LuMusic2, LuMusic3, LuMusic4, LuNavigation, LuNavigation2, LuNavigation2Off, LuNavigationOff, LuNetwork, LuNewspaper, LuNfc, LuNonBinary, LuNotebook, LuNotebookPen, LuNotebookTabs, LuNotebookText, LuNotepadText, LuNotepadTextDashed, LuNut, LuNutOff, LuOctagon, LuOctagonAlert, LuOctagonMinus, LuOctagonPause, LuOctagonX, LuOmega, LuOption, LuOrbit, LuOrigami, LuPackage, LuPackage2, LuPackageCheck, LuPackageMinus, LuPackageOpen, LuPackagePlus, LuPackageSearch, LuPackageX, LuPaintBucket, LuPaintRoller, LuPaintbrush, LuPaintbrushVertical, LuPalette, LuPanda, LuPanelBottom, LuPanelBottomClose, LuPanelBottomDashed, LuPanelBottomOpen, LuPanelLeft, LuPanelLeftClose, LuPanelLeftDashed, LuPanelLeftOpen, LuPanelLeftRightDashed, LuPanelRight, LuPanelRightClose, LuPanelRightDashed, LuPanelRightOpen, LuPanelTop, LuPanelTopBottomDashed, LuPanelTopClose, LuPanelTopDashed, LuPanelTopOpen, LuPanelsLeftBottom, LuPanelsRightBottom, LuPanelsTopLeft, LuPaperclip, LuParentheses, LuParkingMeter, LuPartyPopper, LuPause, LuPawPrint, LuPcCase, LuPen, LuPenLine, LuPenOff, LuPenTool, LuPencil, LuPencilLine, LuPencilOff, LuPencilRuler, LuPentagon, LuPercent, LuPersonStanding, LuPhilippinePeso, LuPhone, LuPhoneCall, LuPhoneForwarded, LuPhoneIncoming, LuPhoneMissed, LuPhoneOff, LuPhoneOutgoing, LuPi, LuPiano, LuPickaxe, LuPictureInPicture, LuPictureInPicture2, LuPiggyBank, LuPilcrow, LuPilcrowLeft, LuPilcrowRight, LuPill, LuPillBottle, LuPin, LuPinOff, LuPipette, LuPizza, LuPlane, LuPlaneLanding, LuPlaneTakeoff, LuPlay, LuPlug, LuPlug2, LuPlugZap, LuPlus, LuPocket, LuPocketKnife, LuPodcast, LuPointer, LuPointerOff, LuPopcorn, LuPopsicle, LuPoundSterling, LuPower, LuPowerOff, LuPresentation, LuPrinter, LuPrinterCheck, LuProjector, LuProportions, LuPuzzle, LuPyramid, LuQrCode, LuQuote, LuRabbit, LuRadar, LuRadiation, LuRadical, LuRadio, LuRadioReceiver, LuRadioTower, LuRadius, LuRailSymbol, LuRainbow, LuRat, LuRatio, LuReceipt, LuReceiptCent, LuReceiptEuro, LuReceiptIndianRupee, LuReceiptJapaneseYen, LuReceiptPoundSterling, LuReceiptRussianRuble, LuReceiptSwissFranc, LuReceiptText, LuReceiptTurkishLira, LuRectangleCircle, LuRectangleEllipsis, LuRectangleGoggles, LuRectangleHorizontal, LuRectangleVertical, LuRecycle, LuRedo, LuRedo2, LuRedoDot, LuRefreshCcw, LuRefreshCcwDot, LuRefreshCw, LuRefreshCwOff, LuRefrigerator, LuRegex, LuRemoveFormatting, LuRepeat, LuRepeat1, LuRepeat2, LuReplace, LuReplaceAll, LuReply, LuReplyAll, LuRewind, LuRibbon, LuRocket, LuRockingChair, LuRollerCoaster, LuRose, LuRotate3d, LuRotateCcw, LuRotateCcwKey, LuRotateCcwSquare, LuRotateCw, LuRotateCwSquare, LuRoute, LuRouteOff, LuRouter, LuRows2, LuRows3, LuRows4, LuRss, LuRuler, LuRulerDimensionLine, LuRussianRuble, LuSailboat, LuSalad, LuSandwich, LuSatellite, LuSatelliteDish, LuSaudiRiyal, LuSave, LuSaveAll, LuSaveOff, LuScale, LuScale3d, LuScaling, LuScan, LuScanBarcode, LuScanEye, LuScanFace, LuScanHeart, LuScanLine, LuScanQrCode, LuScanSearch, LuScanText, LuSchool, LuScissors, LuScissorsLineDashed, LuScreenShare, LuScreenShareOff, LuScroll, LuScrollText, LuSearch, LuSearchCheck, LuSearchCode, LuSearchSlash, LuSearchX, LuSection, LuSend, LuSendHorizontal, LuSendToBack, LuSeparatorHorizontal, LuSeparatorVertical, LuServer, LuServerCog, LuServerCrash, LuServerOff, LuSettings, LuSettings2, LuShapes, LuShare, LuShare2, LuSheet, LuShell, LuShield, LuShieldAlert, LuShieldBan, LuShieldCheck, LuShieldEllipsis, LuShieldHalf, LuShieldMinus, LuShieldOff, LuShieldPlus, LuShieldQuestionMark, LuShieldUser, LuShieldX, LuShip, LuShipWheel, LuShirt, LuShoppingBag, LuShoppingBasket, LuShoppingCart, LuShovel, LuShowerHead, LuShredder, LuShrimp, LuShrink, LuShrub, LuShuffle, LuSigma, LuSignal, LuSignalHigh, LuSignalLow, LuSignalMedium, LuSignalZero, LuSignature, LuSignpost, LuSignpostBig, LuSiren, LuSkipBack, LuSkipForward, LuSkull, LuSlack, LuSlash, LuSlice, LuSlidersHorizontal, LuSlidersVertical, LuSmartphone, LuSmartphoneCharging, LuSmartphoneNfc, LuSmile, LuSmilePlus, LuSnail, LuSnowflake, LuSoapDispenserDroplet, LuSofa, LuSoup, LuSpace, LuSpade, LuSparkle, LuSparkles, LuSpeaker, LuSpeech, LuSpellCheck, LuSpellCheck2, LuSpline, LuSplinePointer, LuSplit, LuSpool, LuSpotlight, LuSprayCan, LuSprout, LuSquare, LuSquareActivity, LuSquareArrowDown, LuSquareArrowDownLeft, LuSquareArrowDownRight, LuSquareArrowLeft, LuSquareArrowOutDownLeft, LuSquareArrowOutDownRight, LuSquareArrowOutUpLeft, LuSquareArrowOutUpRight, LuSquareArrowRight, LuSquareArrowUp, LuSquareArrowUpLeft, LuSquareArrowUpRight, LuSquareAsterisk, LuSquareBottomDashedScissors, LuSquareChartGantt, LuSquareCheck, LuSquareCheckBig, LuSquareChevronDown, LuSquareChevronLeft, LuSquareChevronRight, LuSquareChevronUp, LuSquareCode, LuSquareDashed, LuSquareDashedBottom, LuSquareDashedBottomCode, LuSquareDashedKanban, LuSquareDashedMousePointer, LuSquareDashedTopSolid, LuSquareDivide, LuSquareDot, LuSquareEqual, LuSquareFunction, LuSquareKanban, LuSquareLibrary, LuSquareM, LuSquareMenu, LuSquareMinus, LuSquareMousePointer, LuSquareParking, LuSquareParkingOff, LuSquarePause, LuSquarePen, LuSquarePercent, LuSquarePi, LuSquarePilcrow, LuSquarePlay, LuSquarePlus, LuSquarePower, LuSquareRadical, LuSquareRoundCorner, LuSquareScissors, LuSquareSigma, LuSquareSlash, LuSquareSplitHorizontal, LuSquareSplitVertical, LuSquareSquare, LuSquareStack, LuSquareStar, LuSquareStop, LuSquareTerminal, LuSquareUser, LuSquareUserRound, LuSquareX, LuSquaresExclude, LuSquaresIntersect, LuSquaresSubtract, LuSquaresUnite, LuSquircle, LuSquircleDashed, LuSquirrel, LuStamp, LuStar, LuStarHalf, LuStarOff, LuStepBack, LuStepForward, LuStethoscope, LuSticker, LuStickyNote, LuStore, LuStretchHorizontal, LuStretchVertical, LuStrikethrough, LuSubscript, LuSun, LuSunDim, LuSunMedium, LuSunMoon, LuSunSnow, LuSunrise, LuSunset, LuSuperscript, LuSwatchBook, LuSwissFranc, LuSwitchCamera, LuSword, LuSwords, LuSyringe, LuTable, LuTable2, LuTableCellsMerge, LuTableCellsSplit, LuTableColumnsSplit, LuTableOfContents, LuTableProperties, LuTableRowsSplit, LuTablet, LuTabletSmartphone, LuTablets } from "./icons/icons_3.js";
|
|
66
|
+
import { LuTag, LuTags, LuTally1, LuTally2, LuTally3, LuTally4, LuTally5, LuTangent, LuTarget, LuTelescope, LuTent, LuTentTree, LuTerminal, LuTestTube, LuTestTubeDiagonal, LuTestTubes, LuText, LuTextCursor, LuTextCursorInput, LuTextQuote, LuTextSearch, LuTextSelect, LuTheater, LuThermometer, LuThermometerSnowflake, LuThermometerSun, LuThumbsDown, LuThumbsUp, LuTicket, LuTicketCheck, LuTicketMinus, LuTicketPercent, LuTicketPlus, LuTicketSlash, LuTicketX, LuTickets, LuTicketsPlane, LuTimer, LuTimerOff, LuTimerReset, LuToggleLeft, LuToggleRight, LuToilet, LuToolCase, LuTornado, LuTorus, LuTouchpad, LuTouchpadOff, LuTowerControl, LuToyBrick, LuTractor, LuTrafficCone, LuTrainFront, LuTrainFrontTunnel, LuTrainTrack, LuTramFront, LuTransgender, LuTrash, LuTrash2, LuTreeDeciduous, LuTreePalm, LuTreePine, LuTrees, LuTrello, LuTrendingDown, LuTrendingUp, LuTrendingUpDown, LuTriangle, LuTriangleAlert, LuTriangleDashed, LuTriangleRight, LuTrophy, LuTruck, LuTruckElectric, LuTurkishLira, LuTurntable, LuTurtle, LuTv, LuTvMinimal, LuTvMinimalPlay, LuTwitch, LuTwitter, LuType, LuTypeOutline, LuUmbrella, LuUmbrellaOff, LuUnderline, LuUndo, LuUndo2, LuUndoDot, LuUnfoldHorizontal, LuUnfoldVertical, LuUngroup, LuUniversity, LuUnlink, LuUnlink2, LuUnplug, LuUpload, LuUsb, LuUser, LuUserCheck, LuUserCog, LuUserLock, LuUserMinus, LuUserPen, LuUserPlus, LuUserRound, LuUserRoundCheck, LuUserRoundCog, LuUserRoundMinus, LuUserRoundPen, LuUserRoundPlus, LuUserRoundSearch, LuUserRoundX, LuUserSearch, LuUserStar, LuUserX, LuUsers, LuUsersRound, LuUtensils, LuUtensilsCrossed, LuUtilityPole, LuVariable, LuVault, LuVectorSquare, LuVegan, LuVenetianMask, LuVenus, LuVenusAndMars, LuVibrate, LuVibrateOff, LuVideo, LuVideoOff, LuVideotape, LuView, LuVoicemail, LuVolleyball, LuVolume, LuVolume1, LuVolume2, LuVolumeOff, LuVolumeX, LuVote, LuWallet, LuWalletCards, LuWalletMinimal, LuWallpaper, LuWand, LuWandSparkles, LuWarehouse, LuWashingMachine, LuWatch, LuWaves, LuWavesLadder, LuWaypoints, LuWebcam, LuWebhook, LuWebhookOff, LuWeight, LuWheat, LuWheatOff, LuWholeWord, LuWifi, LuWifiCog, LuWifiHigh, LuWifiLow, LuWifiOff, LuWifiPen, LuWifiSync, LuWifiZero, LuWind, LuWindArrowDown, LuWine, LuWineOff, LuWorkflow, LuWorm, LuWrapText, LuWrench, LuX, LuYoutube, LuZap, LuZapOff, LuZoomIn, LuZoomOut } from "./icons/icons_4.js";
|
|
67
|
+
function createRui(options = {}) {
|
|
68
|
+
const { theme } = options;
|
|
69
|
+
const defaults = Object.freeze({
|
|
70
|
+
icons: createIconDefaults({
|
|
71
|
+
registeredIcons: options.theme?.icons
|
|
72
|
+
}),
|
|
73
|
+
table: createTableDefaults(options.defaults?.table)
|
|
74
|
+
});
|
|
75
|
+
const install = (app) => {
|
|
76
|
+
useRotkiTheme().init({ ...theme });
|
|
77
|
+
app.provide(TableSymbol, defaults.table);
|
|
78
|
+
app.provide(IconsSymbol, defaults.icons);
|
|
79
|
+
dayjs.extend(utc);
|
|
80
|
+
dayjs.extend(timezone);
|
|
81
|
+
dayjs.extend(customParseFormat);
|
|
82
|
+
};
|
|
83
|
+
return {
|
|
84
|
+
defaults,
|
|
85
|
+
install
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
function createRuiI8nPlugin(i18nInstance) {
|
|
89
|
+
if (!i18nInstance || typeof i18nInstance !== "object") {
|
|
90
|
+
throw new Error("i18nInstance must be an object");
|
|
91
|
+
}
|
|
92
|
+
if (!i18nInstance.global || typeof i18nInstance.global !== "object") {
|
|
93
|
+
throw new Error("i18nInstance must have a global property");
|
|
94
|
+
}
|
|
95
|
+
if (!i18nInstance.global.t || typeof i18nInstance.global.t !== "function") {
|
|
96
|
+
throw new Error("i18nInstance.global.t must be a function");
|
|
97
|
+
}
|
|
98
|
+
if (!i18nInstance.global.te || typeof i18nInstance.global.te !== "function") {
|
|
99
|
+
throw new Error("i18nInstance.global.te must be a function");
|
|
100
|
+
}
|
|
101
|
+
return {
|
|
102
|
+
install: (app) => {
|
|
103
|
+
app.provide(RUI_I18N_INJECTION_KEY, {
|
|
104
|
+
t: i18nInstance.global.t.bind(i18nInstance.global),
|
|
105
|
+
te: i18nInstance.global.te.bind(i18nInstance.global)
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
export {
|
|
111
|
+
LuAArrowDown,
|
|
112
|
+
LuAArrowUp,
|
|
113
|
+
LuALargeSmall,
|
|
114
|
+
LuAccessibility,
|
|
115
|
+
LuActivatePremium,
|
|
116
|
+
LuActivity,
|
|
117
|
+
LuAirVent,
|
|
118
|
+
LuAirplay,
|
|
119
|
+
LuAlarmClock,
|
|
120
|
+
LuAlarmClockCheck,
|
|
121
|
+
LuAlarmClockMinus,
|
|
122
|
+
LuAlarmClockOff,
|
|
123
|
+
LuAlarmClockPlus,
|
|
124
|
+
LuAlarmSmoke,
|
|
125
|
+
LuAlbum,
|
|
126
|
+
LuAlignCenter,
|
|
127
|
+
LuAlignCenterHorizontal,
|
|
128
|
+
LuAlignCenterVertical,
|
|
129
|
+
LuAlignEndHorizontal,
|
|
130
|
+
LuAlignEndVertical,
|
|
131
|
+
LuAlignHorizontalDistributeCenter,
|
|
132
|
+
LuAlignHorizontalDistributeEnd,
|
|
133
|
+
LuAlignHorizontalDistributeStart,
|
|
134
|
+
LuAlignHorizontalJustifyCenter,
|
|
135
|
+
LuAlignHorizontalJustifyEnd,
|
|
136
|
+
LuAlignHorizontalJustifyStart,
|
|
137
|
+
LuAlignHorizontalSpaceAround,
|
|
138
|
+
LuAlignHorizontalSpaceBetween,
|
|
139
|
+
LuAlignJustify,
|
|
140
|
+
LuAlignLeft,
|
|
141
|
+
LuAlignRight,
|
|
142
|
+
LuAlignStartHorizontal,
|
|
143
|
+
LuAlignStartVertical,
|
|
144
|
+
LuAlignVerticalDistributeCenter,
|
|
145
|
+
LuAlignVerticalDistributeEnd,
|
|
146
|
+
LuAlignVerticalDistributeStart,
|
|
147
|
+
LuAlignVerticalJustifyCenter,
|
|
148
|
+
LuAlignVerticalJustifyEnd,
|
|
149
|
+
LuAlignVerticalJustifyStart,
|
|
150
|
+
LuAlignVerticalSpaceAround,
|
|
151
|
+
LuAlignVerticalSpaceBetween,
|
|
152
|
+
LuAmbulance,
|
|
153
|
+
LuAmpersand,
|
|
154
|
+
LuAmpersands,
|
|
155
|
+
LuAmphora,
|
|
156
|
+
LuAnchor,
|
|
157
|
+
LuAngry,
|
|
158
|
+
LuAnnoyed,
|
|
159
|
+
LuAntenna,
|
|
160
|
+
LuAnvil,
|
|
161
|
+
LuAperture,
|
|
162
|
+
LuAppWindow,
|
|
163
|
+
LuAppWindowMac,
|
|
164
|
+
LuApple,
|
|
165
|
+
LuArchive,
|
|
166
|
+
LuArchiveRestore,
|
|
167
|
+
LuArchiveX,
|
|
168
|
+
LuArmchair,
|
|
169
|
+
LuArrowBigDown,
|
|
170
|
+
LuArrowBigDownDash,
|
|
171
|
+
LuArrowBigLeft,
|
|
172
|
+
LuArrowBigLeftDash,
|
|
173
|
+
LuArrowBigRight,
|
|
174
|
+
LuArrowBigRightDash,
|
|
175
|
+
LuArrowBigUp,
|
|
176
|
+
LuArrowBigUpDash,
|
|
177
|
+
LuArrowDown,
|
|
178
|
+
LuArrowDown01,
|
|
179
|
+
LuArrowDown10,
|
|
180
|
+
LuArrowDownAZ,
|
|
181
|
+
LuArrowDownFromLine,
|
|
182
|
+
LuArrowDownLeft,
|
|
183
|
+
LuArrowDownNarrowWide,
|
|
184
|
+
LuArrowDownRight,
|
|
185
|
+
LuArrowDownToDot,
|
|
186
|
+
LuArrowDownToLine,
|
|
187
|
+
LuArrowDownUp,
|
|
188
|
+
LuArrowDownWideNarrow,
|
|
189
|
+
LuArrowDownZA,
|
|
190
|
+
LuArrowLeft,
|
|
191
|
+
LuArrowLeftFromLine,
|
|
192
|
+
LuArrowLeftRight,
|
|
193
|
+
LuArrowLeftToLine,
|
|
194
|
+
LuArrowRight,
|
|
195
|
+
LuArrowRightFromLine,
|
|
196
|
+
LuArrowRightLeft,
|
|
197
|
+
LuArrowRightToLine,
|
|
198
|
+
LuArrowUp,
|
|
199
|
+
LuArrowUp01,
|
|
200
|
+
LuArrowUp10,
|
|
201
|
+
LuArrowUpAZ,
|
|
202
|
+
LuArrowUpDown,
|
|
203
|
+
LuArrowUpFromDot,
|
|
204
|
+
LuArrowUpFromLine,
|
|
205
|
+
LuArrowUpLeft,
|
|
206
|
+
LuArrowUpNarrowWide,
|
|
207
|
+
LuArrowUpRight,
|
|
208
|
+
LuArrowUpToLine,
|
|
209
|
+
LuArrowUpWideNarrow,
|
|
210
|
+
LuArrowUpZA,
|
|
211
|
+
LuArrowsUpFromLine,
|
|
212
|
+
LuAsterisk,
|
|
213
|
+
LuAtSign,
|
|
214
|
+
LuAtom,
|
|
215
|
+
LuAudioLines,
|
|
216
|
+
LuAudioWaveform,
|
|
217
|
+
LuAward,
|
|
218
|
+
LuAxe,
|
|
219
|
+
LuAxis3d,
|
|
220
|
+
LuBaby,
|
|
221
|
+
LuBackpack,
|
|
222
|
+
LuBadge,
|
|
223
|
+
LuBadgeAlert,
|
|
224
|
+
LuBadgeCent,
|
|
225
|
+
LuBadgeCheck,
|
|
226
|
+
LuBadgeDollarSign,
|
|
227
|
+
LuBadgeEuro,
|
|
228
|
+
LuBadgeIndianRupee,
|
|
229
|
+
LuBadgeInfo,
|
|
230
|
+
LuBadgeJapaneseYen,
|
|
231
|
+
LuBadgeMinus,
|
|
232
|
+
LuBadgePercent,
|
|
233
|
+
LuBadgePlus,
|
|
234
|
+
LuBadgePoundSterling,
|
|
235
|
+
LuBadgeQuestionMark,
|
|
236
|
+
LuBadgeRussianRuble,
|
|
237
|
+
LuBadgeSwissFranc,
|
|
238
|
+
LuBadgeTurkishLira,
|
|
239
|
+
LuBadgeX,
|
|
240
|
+
LuBaggageClaim,
|
|
241
|
+
LuBalances,
|
|
242
|
+
LuBan,
|
|
243
|
+
LuBanana,
|
|
244
|
+
LuBandage,
|
|
245
|
+
LuBanknote,
|
|
246
|
+
LuBanknoteArrowDown,
|
|
247
|
+
LuBanknoteArrowUp,
|
|
248
|
+
LuBanknoteX,
|
|
249
|
+
LuBarcode,
|
|
250
|
+
LuBarrel,
|
|
251
|
+
LuBaseline,
|
|
252
|
+
LuBath,
|
|
253
|
+
LuBattery,
|
|
254
|
+
LuBatteryCharging,
|
|
255
|
+
LuBatteryFull,
|
|
256
|
+
LuBatteryLow,
|
|
257
|
+
LuBatteryMedium,
|
|
258
|
+
LuBatteryPlus,
|
|
259
|
+
LuBatteryWarning,
|
|
260
|
+
LuBeaker,
|
|
261
|
+
LuBean,
|
|
262
|
+
LuBeanOff,
|
|
263
|
+
LuBed,
|
|
264
|
+
LuBedDouble,
|
|
265
|
+
LuBedSingle,
|
|
266
|
+
LuBeef,
|
|
267
|
+
LuBeer,
|
|
268
|
+
LuBeerOff,
|
|
269
|
+
LuBell,
|
|
270
|
+
LuBellDot,
|
|
271
|
+
LuBellElectric,
|
|
272
|
+
LuBellMinus,
|
|
273
|
+
LuBellOff,
|
|
274
|
+
LuBellPlus,
|
|
275
|
+
LuBellRing,
|
|
276
|
+
LuBetweenHorizontalEnd,
|
|
277
|
+
LuBetweenHorizontalStart,
|
|
278
|
+
LuBetweenVerticalEnd,
|
|
279
|
+
LuBetweenVerticalStart,
|
|
280
|
+
LuBicepsFlexed,
|
|
281
|
+
LuBike,
|
|
282
|
+
LuBinary,
|
|
283
|
+
LuBinoculars,
|
|
284
|
+
LuBiohazard,
|
|
285
|
+
LuBird,
|
|
286
|
+
LuBitcoin,
|
|
287
|
+
LuBitcoinAccounts,
|
|
288
|
+
LuBlend,
|
|
289
|
+
LuBlinds,
|
|
290
|
+
LuBlockchain,
|
|
291
|
+
LuBlocks,
|
|
292
|
+
LuBluetooth,
|
|
293
|
+
LuBluetoothConnected,
|
|
294
|
+
LuBluetoothOff,
|
|
295
|
+
LuBluetoothSearching,
|
|
296
|
+
LuBold,
|
|
297
|
+
LuBolt,
|
|
298
|
+
LuBomb,
|
|
299
|
+
LuBone,
|
|
300
|
+
LuBook,
|
|
301
|
+
LuBookA,
|
|
302
|
+
LuBookAlert,
|
|
303
|
+
LuBookAudio,
|
|
304
|
+
LuBookCheck,
|
|
305
|
+
LuBookCopy,
|
|
306
|
+
LuBookDashed,
|
|
307
|
+
LuBookDown,
|
|
308
|
+
LuBookHeadphones,
|
|
309
|
+
LuBookHeart,
|
|
310
|
+
LuBookImage,
|
|
311
|
+
LuBookKey,
|
|
312
|
+
LuBookLock,
|
|
313
|
+
LuBookMarked,
|
|
314
|
+
LuBookMinus,
|
|
315
|
+
LuBookOpen,
|
|
316
|
+
LuBookOpenCheck,
|
|
317
|
+
LuBookOpenText,
|
|
318
|
+
LuBookPlus,
|
|
319
|
+
LuBookText,
|
|
320
|
+
LuBookType,
|
|
321
|
+
LuBookUp,
|
|
322
|
+
LuBookUp2,
|
|
323
|
+
LuBookUser,
|
|
324
|
+
LuBookX,
|
|
325
|
+
LuBookmark,
|
|
326
|
+
LuBookmarkCheck,
|
|
327
|
+
LuBookmarkMinus,
|
|
328
|
+
LuBookmarkPlus,
|
|
329
|
+
LuBookmarkX,
|
|
330
|
+
LuBoomBox,
|
|
331
|
+
LuBot,
|
|
332
|
+
LuBotMessageSquare,
|
|
333
|
+
LuBotOff,
|
|
334
|
+
LuBottleWine,
|
|
335
|
+
LuBowArrow,
|
|
336
|
+
LuBox,
|
|
337
|
+
LuBoxes,
|
|
338
|
+
LuBraces,
|
|
339
|
+
LuBrackets,
|
|
340
|
+
LuBrain,
|
|
341
|
+
LuBrainCircuit,
|
|
342
|
+
LuBrainCog,
|
|
343
|
+
LuBrickWall,
|
|
344
|
+
LuBrickWallFire,
|
|
345
|
+
LuBrickWallShield,
|
|
346
|
+
LuBriefcase,
|
|
347
|
+
LuBriefcaseBusiness,
|
|
348
|
+
LuBriefcaseConveyorBelt,
|
|
349
|
+
LuBriefcaseMedical,
|
|
350
|
+
LuBringToFront,
|
|
351
|
+
LuBrush,
|
|
352
|
+
LuBrushCleaning,
|
|
353
|
+
LuBubbles,
|
|
354
|
+
LuBug,
|
|
355
|
+
LuBugOff,
|
|
356
|
+
LuBugPlay,
|
|
357
|
+
LuBuilding,
|
|
358
|
+
LuBuilding2,
|
|
359
|
+
LuBus,
|
|
360
|
+
LuBusFront,
|
|
361
|
+
LuCable,
|
|
362
|
+
LuCableCar,
|
|
363
|
+
LuCake,
|
|
364
|
+
LuCakeSlice,
|
|
365
|
+
LuCalculator,
|
|
366
|
+
LuCalendar,
|
|
367
|
+
LuCalendar1,
|
|
368
|
+
LuCalendarArrowDown,
|
|
369
|
+
LuCalendarArrowUp,
|
|
370
|
+
LuCalendarCheck,
|
|
371
|
+
LuCalendarCheck2,
|
|
372
|
+
LuCalendarClock,
|
|
373
|
+
LuCalendarCog,
|
|
374
|
+
LuCalendarDays,
|
|
375
|
+
LuCalendarFold,
|
|
376
|
+
LuCalendarHeart,
|
|
377
|
+
LuCalendarMinus,
|
|
378
|
+
LuCalendarMinus2,
|
|
379
|
+
LuCalendarOff,
|
|
380
|
+
LuCalendarPlus,
|
|
381
|
+
LuCalendarPlus2,
|
|
382
|
+
LuCalendarRange,
|
|
383
|
+
LuCalendarSearch,
|
|
384
|
+
LuCalendarSync,
|
|
385
|
+
LuCalendarX,
|
|
386
|
+
LuCalendarX2,
|
|
387
|
+
LuCamera,
|
|
388
|
+
LuCameraOff,
|
|
389
|
+
LuCandy,
|
|
390
|
+
LuCandyCane,
|
|
391
|
+
LuCandyOff,
|
|
392
|
+
LuCannabis,
|
|
393
|
+
LuCaptions,
|
|
394
|
+
LuCaptionsOff,
|
|
395
|
+
LuCar,
|
|
396
|
+
LuCarFront,
|
|
397
|
+
LuCarTaxiFront,
|
|
398
|
+
LuCaravan,
|
|
399
|
+
LuCardSim,
|
|
400
|
+
LuCarrot,
|
|
401
|
+
LuCaseLower,
|
|
402
|
+
LuCaseSensitive,
|
|
403
|
+
LuCaseUpper,
|
|
404
|
+
LuCassetteTape,
|
|
405
|
+
LuCast,
|
|
406
|
+
LuCastle,
|
|
407
|
+
LuCat,
|
|
408
|
+
LuCctv,
|
|
409
|
+
LuChartArea,
|
|
410
|
+
LuChartBar,
|
|
411
|
+
LuChartBarBig,
|
|
412
|
+
LuChartBarDecreasing,
|
|
413
|
+
LuChartBarIncreasing,
|
|
414
|
+
LuChartBarStacked,
|
|
415
|
+
LuChartCandlestick,
|
|
416
|
+
LuChartColumn,
|
|
417
|
+
LuChartColumnBig,
|
|
418
|
+
LuChartColumnDecreasing,
|
|
419
|
+
LuChartColumnIncreasing,
|
|
420
|
+
LuChartColumnStacked,
|
|
421
|
+
LuChartGantt,
|
|
422
|
+
LuChartLine,
|
|
423
|
+
LuChartNetwork,
|
|
424
|
+
LuChartNoAxesColumn,
|
|
425
|
+
LuChartNoAxesColumnDecreasing,
|
|
426
|
+
LuChartNoAxesColumnIncreasing,
|
|
427
|
+
LuChartNoAxesCombined,
|
|
428
|
+
LuChartNoAxesGantt,
|
|
429
|
+
LuChartPie,
|
|
430
|
+
LuChartScatter,
|
|
431
|
+
LuChartSpline,
|
|
432
|
+
LuCheck,
|
|
433
|
+
LuCheckCheck,
|
|
434
|
+
LuCheckLine,
|
|
435
|
+
LuCheckboxBlank,
|
|
436
|
+
LuCheckboxBlankCircle,
|
|
437
|
+
LuCheckboxBlankCircleFill,
|
|
438
|
+
LuCheckboxFill,
|
|
439
|
+
LuCheckboxIndeterminateFill,
|
|
440
|
+
LuChefHat,
|
|
441
|
+
LuCherry,
|
|
442
|
+
LuChevronDown,
|
|
443
|
+
LuChevronFirst,
|
|
444
|
+
LuChevronLast,
|
|
445
|
+
LuChevronLeft,
|
|
446
|
+
LuChevronRight,
|
|
447
|
+
LuChevronUp,
|
|
448
|
+
LuChevronsDown,
|
|
449
|
+
LuChevronsDownUp,
|
|
450
|
+
LuChevronsLeft,
|
|
451
|
+
LuChevronsLeftRight,
|
|
452
|
+
LuChevronsLeftRightEllipsis,
|
|
453
|
+
LuChevronsRight,
|
|
454
|
+
LuChevronsRightLeft,
|
|
455
|
+
LuChevronsUp,
|
|
456
|
+
LuChevronsUpDown,
|
|
457
|
+
LuChromium,
|
|
458
|
+
LuChurch,
|
|
459
|
+
LuCigarette,
|
|
460
|
+
LuCigaretteOff,
|
|
461
|
+
LuCircle,
|
|
462
|
+
LuCircleAlert,
|
|
463
|
+
LuCircleArrowDown,
|
|
464
|
+
LuCircleArrowLeft,
|
|
465
|
+
LuCircleArrowOutDownLeft,
|
|
466
|
+
LuCircleArrowOutDownRight,
|
|
467
|
+
LuCircleArrowOutUpLeft,
|
|
468
|
+
LuCircleArrowOutUpRight,
|
|
469
|
+
LuCircleArrowRight,
|
|
470
|
+
LuCircleArrowUp,
|
|
471
|
+
LuCircleCheck,
|
|
472
|
+
LuCircleCheckBig,
|
|
473
|
+
LuCircleChevronDown,
|
|
474
|
+
LuCircleChevronLeft,
|
|
475
|
+
LuCircleChevronRight,
|
|
476
|
+
LuCircleChevronUp,
|
|
477
|
+
LuCircleDashed,
|
|
478
|
+
LuCircleDivide,
|
|
479
|
+
LuCircleDollarSign,
|
|
480
|
+
LuCircleDot,
|
|
481
|
+
LuCircleDotDashed,
|
|
482
|
+
LuCircleEllipsis,
|
|
483
|
+
LuCircleEqual,
|
|
484
|
+
LuCircleFadingArrowUp,
|
|
485
|
+
LuCircleFadingPlus,
|
|
486
|
+
LuCircleGauge,
|
|
487
|
+
LuCircleMinus,
|
|
488
|
+
LuCircleOff,
|
|
489
|
+
LuCircleParking,
|
|
490
|
+
LuCircleParkingOff,
|
|
491
|
+
LuCirclePause,
|
|
492
|
+
LuCirclePercent,
|
|
493
|
+
LuCirclePlay,
|
|
494
|
+
LuCirclePlus,
|
|
495
|
+
LuCirclePoundSterling,
|
|
496
|
+
LuCirclePower,
|
|
497
|
+
LuCircleQuestionMark,
|
|
498
|
+
LuCircleSlash,
|
|
499
|
+
LuCircleSlash2,
|
|
500
|
+
LuCircleSmall,
|
|
501
|
+
LuCircleStar,
|
|
502
|
+
LuCircleStop,
|
|
503
|
+
LuCircleUser,
|
|
504
|
+
LuCircleUserRound,
|
|
505
|
+
LuCircleX,
|
|
506
|
+
LuCircuitBoard,
|
|
507
|
+
LuCitrus,
|
|
508
|
+
LuClapperboard,
|
|
509
|
+
LuClipboard,
|
|
510
|
+
LuClipboardCheck,
|
|
511
|
+
LuClipboardClock,
|
|
512
|
+
LuClipboardCopy,
|
|
513
|
+
LuClipboardList,
|
|
514
|
+
LuClipboardMinus,
|
|
515
|
+
LuClipboardPaste,
|
|
516
|
+
LuClipboardPen,
|
|
517
|
+
LuClipboardPenLine,
|
|
518
|
+
LuClipboardPlus,
|
|
519
|
+
LuClipboardType,
|
|
520
|
+
LuClipboardX,
|
|
521
|
+
LuClock,
|
|
522
|
+
LuClock1,
|
|
523
|
+
LuClock10,
|
|
524
|
+
LuClock11,
|
|
525
|
+
LuClock12,
|
|
526
|
+
LuClock2,
|
|
527
|
+
LuClock3,
|
|
528
|
+
LuClock4,
|
|
529
|
+
LuClock5,
|
|
530
|
+
LuClock6,
|
|
531
|
+
LuClock7,
|
|
532
|
+
LuClock8,
|
|
533
|
+
LuClock9,
|
|
534
|
+
LuClockAlert,
|
|
535
|
+
LuClockArrowDown,
|
|
536
|
+
LuClockArrowUp,
|
|
537
|
+
LuClockFading,
|
|
538
|
+
LuClockPlus,
|
|
539
|
+
LuClosedCaption,
|
|
540
|
+
LuCloud,
|
|
541
|
+
LuCloudAlert,
|
|
542
|
+
LuCloudCheck,
|
|
543
|
+
LuCloudCog,
|
|
544
|
+
LuCloudDownload,
|
|
545
|
+
LuCloudDownload2Fill,
|
|
546
|
+
LuCloudDownloadFill,
|
|
547
|
+
LuCloudDrizzle,
|
|
548
|
+
LuCloudFill,
|
|
549
|
+
LuCloudFog,
|
|
550
|
+
LuCloudHail,
|
|
551
|
+
LuCloudLightning,
|
|
552
|
+
LuCloudMoon,
|
|
553
|
+
LuCloudMoonRain,
|
|
554
|
+
LuCloudOff,
|
|
555
|
+
LuCloudOffFill,
|
|
556
|
+
LuCloudRain,
|
|
557
|
+
LuCloudRainWind,
|
|
558
|
+
LuCloudSnow,
|
|
559
|
+
LuCloudSun,
|
|
560
|
+
LuCloudSunRain,
|
|
561
|
+
LuCloudSyncFill,
|
|
562
|
+
LuCloudUpload,
|
|
563
|
+
LuCloudUpload2Fill,
|
|
564
|
+
LuCloudUploadFill,
|
|
565
|
+
LuCloudy,
|
|
566
|
+
LuClover,
|
|
567
|
+
LuClub,
|
|
568
|
+
LuCode,
|
|
569
|
+
LuCodeXml,
|
|
570
|
+
LuCodepen,
|
|
571
|
+
LuCodesandbox,
|
|
572
|
+
LuCoffee,
|
|
573
|
+
LuCog,
|
|
574
|
+
LuCoins,
|
|
575
|
+
LuCoinsExchange,
|
|
576
|
+
LuColumns2,
|
|
577
|
+
LuColumns3,
|
|
578
|
+
LuColumns3Cog,
|
|
579
|
+
LuColumns4,
|
|
580
|
+
LuCombine,
|
|
581
|
+
LuCommand,
|
|
582
|
+
LuCompass,
|
|
583
|
+
LuComponent,
|
|
584
|
+
LuComputer,
|
|
585
|
+
LuConciergeBell,
|
|
586
|
+
LuCone,
|
|
587
|
+
LuConstruction,
|
|
588
|
+
LuContact,
|
|
589
|
+
LuContactRound,
|
|
590
|
+
LuContainer,
|
|
591
|
+
LuContrast,
|
|
592
|
+
LuCookie,
|
|
593
|
+
LuCookingPot,
|
|
594
|
+
LuCopy,
|
|
595
|
+
LuCopyCheck,
|
|
596
|
+
LuCopyMinus,
|
|
597
|
+
LuCopyPlus,
|
|
598
|
+
LuCopySlash,
|
|
599
|
+
LuCopyX,
|
|
600
|
+
LuCopyleft,
|
|
601
|
+
LuCopyright,
|
|
602
|
+
LuCornerDownLeft,
|
|
603
|
+
LuCornerDownRight,
|
|
604
|
+
LuCornerLeftDown,
|
|
605
|
+
LuCornerLeftUp,
|
|
606
|
+
LuCornerRightDown,
|
|
607
|
+
LuCornerRightUp,
|
|
608
|
+
LuCornerUpLeft,
|
|
609
|
+
LuCornerUpRight,
|
|
610
|
+
LuCpu,
|
|
611
|
+
LuCreativeCommons,
|
|
612
|
+
LuCreditCard,
|
|
613
|
+
LuCroissant,
|
|
614
|
+
LuCrop,
|
|
615
|
+
LuCross,
|
|
616
|
+
LuCrosshair,
|
|
617
|
+
LuCrown,
|
|
618
|
+
LuCuboid,
|
|
619
|
+
LuCupSoda,
|
|
620
|
+
LuCurrency,
|
|
621
|
+
LuCustomAssets,
|
|
622
|
+
LuCylinder,
|
|
623
|
+
LuDam,
|
|
624
|
+
LuDatabase,
|
|
625
|
+
LuDatabaseBackup,
|
|
626
|
+
LuDatabaseZap,
|
|
627
|
+
LuDecimalsArrowLeft,
|
|
628
|
+
LuDecimalsArrowRight,
|
|
629
|
+
LuDelete,
|
|
630
|
+
LuDeposits,
|
|
631
|
+
LuDessert,
|
|
632
|
+
LuDiameter,
|
|
633
|
+
LuDiamond,
|
|
634
|
+
LuDiamondMinus,
|
|
635
|
+
LuDiamondPercent,
|
|
636
|
+
LuDiamondPlus,
|
|
637
|
+
LuDice1,
|
|
638
|
+
LuDice2,
|
|
639
|
+
LuDice3,
|
|
640
|
+
LuDice4,
|
|
641
|
+
LuDice5,
|
|
642
|
+
LuDice6,
|
|
643
|
+
LuDices,
|
|
644
|
+
LuDiff,
|
|
645
|
+
LuDisc,
|
|
646
|
+
LuDisc2,
|
|
647
|
+
LuDisc3,
|
|
648
|
+
LuDiscAlbum,
|
|
649
|
+
LuDiscord,
|
|
650
|
+
LuDivide,
|
|
651
|
+
LuDna,
|
|
652
|
+
LuDnaOff,
|
|
653
|
+
LuDock,
|
|
654
|
+
LuDog,
|
|
655
|
+
LuDollarSign,
|
|
656
|
+
LuDonateFill,
|
|
657
|
+
LuDonut,
|
|
658
|
+
LuDoorClosed,
|
|
659
|
+
LuDoorClosedLocked,
|
|
660
|
+
LuDoorOpen,
|
|
661
|
+
LuDot,
|
|
662
|
+
LuDownload,
|
|
663
|
+
LuDraftingCompass,
|
|
664
|
+
LuDrama,
|
|
665
|
+
LuDribbble,
|
|
666
|
+
LuDrill,
|
|
667
|
+
LuDrone,
|
|
668
|
+
LuDroplet,
|
|
669
|
+
LuDropletFill,
|
|
670
|
+
LuDropletHalfFill,
|
|
671
|
+
LuDropletOff,
|
|
672
|
+
LuDropletTrendingDown,
|
|
673
|
+
LuDroplets,
|
|
674
|
+
LuDrum,
|
|
675
|
+
LuDrumstick,
|
|
676
|
+
LuDumbbell,
|
|
677
|
+
LuEar,
|
|
678
|
+
LuEarOff,
|
|
679
|
+
LuEarth,
|
|
680
|
+
LuEarthLock,
|
|
681
|
+
LuEclipse,
|
|
682
|
+
LuEgg,
|
|
683
|
+
LuEggFried,
|
|
684
|
+
LuEggOff,
|
|
685
|
+
LuEllipsis,
|
|
686
|
+
LuEllipsisVertical,
|
|
687
|
+
LuEqual,
|
|
688
|
+
LuEqualApproximately,
|
|
689
|
+
LuEqualNot,
|
|
690
|
+
LuEraser,
|
|
691
|
+
LuEthernetPort,
|
|
692
|
+
LuEuro,
|
|
693
|
+
LuEvmAccounts,
|
|
694
|
+
LuExpand,
|
|
695
|
+
LuExport,
|
|
696
|
+
LuExternalLink,
|
|
697
|
+
LuEye,
|
|
698
|
+
LuEyeClosed,
|
|
699
|
+
LuEyeOff,
|
|
700
|
+
LuEyeSemiOff,
|
|
701
|
+
LuFacebook,
|
|
702
|
+
LuFactory,
|
|
703
|
+
LuFan,
|
|
704
|
+
LuFastForward,
|
|
705
|
+
LuFeather,
|
|
706
|
+
LuFence,
|
|
707
|
+
LuFerrisWheel,
|
|
708
|
+
LuFigma,
|
|
709
|
+
LuFile,
|
|
710
|
+
LuFileArchive,
|
|
711
|
+
LuFileAudio,
|
|
712
|
+
LuFileAudio2,
|
|
713
|
+
LuFileAxis3d,
|
|
714
|
+
LuFileBadge,
|
|
715
|
+
LuFileBadge2,
|
|
716
|
+
LuFileBox,
|
|
717
|
+
LuFileChartColumn,
|
|
718
|
+
LuFileChartColumnIncreasing,
|
|
719
|
+
LuFileChartLine,
|
|
720
|
+
LuFileChartPie,
|
|
721
|
+
LuFileCheck,
|
|
722
|
+
LuFileCheck2,
|
|
723
|
+
LuFileClock,
|
|
724
|
+
LuFileCode,
|
|
725
|
+
LuFileCode2,
|
|
726
|
+
LuFileCog,
|
|
727
|
+
LuFileDiff,
|
|
728
|
+
LuFileDigit,
|
|
729
|
+
LuFileDown,
|
|
730
|
+
LuFileHeart,
|
|
731
|
+
LuFileImage,
|
|
732
|
+
LuFileInput,
|
|
733
|
+
LuFileJson,
|
|
734
|
+
LuFileJson2,
|
|
735
|
+
LuFileKey,
|
|
736
|
+
LuFileKey2,
|
|
737
|
+
LuFileLock,
|
|
738
|
+
LuFileLock2,
|
|
739
|
+
LuFileMinus,
|
|
740
|
+
LuFileMinus2,
|
|
741
|
+
LuFileMusic,
|
|
742
|
+
LuFileOutput,
|
|
743
|
+
LuFilePen,
|
|
744
|
+
LuFilePenLine,
|
|
745
|
+
LuFilePlay,
|
|
746
|
+
LuFilePlus,
|
|
747
|
+
LuFilePlus2,
|
|
748
|
+
LuFileQuestionMark,
|
|
749
|
+
LuFileScan,
|
|
750
|
+
LuFileSearch,
|
|
751
|
+
LuFileSearch2,
|
|
752
|
+
LuFileSliders,
|
|
753
|
+
LuFileSpreadsheet,
|
|
754
|
+
LuFileStack,
|
|
755
|
+
LuFileSymlink,
|
|
756
|
+
LuFileTerminal,
|
|
757
|
+
LuFileText,
|
|
758
|
+
LuFileType,
|
|
759
|
+
LuFileType2,
|
|
760
|
+
LuFileUp,
|
|
761
|
+
LuFileUser,
|
|
762
|
+
LuFileVideoCamera,
|
|
763
|
+
LuFileVolume,
|
|
764
|
+
LuFileVolume2,
|
|
765
|
+
LuFileWarning,
|
|
766
|
+
LuFileX,
|
|
767
|
+
LuFileX2,
|
|
768
|
+
LuFiles,
|
|
769
|
+
LuFilm,
|
|
770
|
+
LuFingerprint,
|
|
771
|
+
LuFireExtinguisher,
|
|
772
|
+
LuFish,
|
|
773
|
+
LuFishOff,
|
|
774
|
+
LuFishSymbol,
|
|
775
|
+
LuFlag,
|
|
776
|
+
LuFlagOff,
|
|
777
|
+
LuFlagTriangleLeft,
|
|
778
|
+
LuFlagTriangleRight,
|
|
779
|
+
LuFlame,
|
|
780
|
+
LuFlameKindling,
|
|
781
|
+
LuFlashlight,
|
|
782
|
+
LuFlashlightOff,
|
|
783
|
+
LuFlaskConical,
|
|
784
|
+
LuFlaskConicalOff,
|
|
785
|
+
LuFlaskRound,
|
|
786
|
+
LuFlipHorizontal,
|
|
787
|
+
LuFlipHorizontal2,
|
|
788
|
+
LuFlipVertical,
|
|
789
|
+
LuFlipVertical2,
|
|
790
|
+
LuFlower,
|
|
791
|
+
LuFlower2,
|
|
792
|
+
LuFocus,
|
|
793
|
+
LuFoldHorizontal,
|
|
794
|
+
LuFoldVertical,
|
|
795
|
+
LuFolder,
|
|
796
|
+
LuFolderArchive,
|
|
797
|
+
LuFolderCheck,
|
|
798
|
+
LuFolderClock,
|
|
799
|
+
LuFolderClosed,
|
|
800
|
+
LuFolderCode,
|
|
801
|
+
LuFolderCog,
|
|
802
|
+
LuFolderDot,
|
|
803
|
+
LuFolderDown,
|
|
804
|
+
LuFolderGit,
|
|
805
|
+
LuFolderGit2,
|
|
806
|
+
LuFolderHeart,
|
|
807
|
+
LuFolderInput,
|
|
808
|
+
LuFolderKanban,
|
|
809
|
+
LuFolderKey,
|
|
810
|
+
LuFolderLock,
|
|
811
|
+
LuFolderMinus,
|
|
812
|
+
LuFolderOpen,
|
|
813
|
+
LuFolderOpenDot,
|
|
814
|
+
LuFolderOutput,
|
|
815
|
+
LuFolderPen,
|
|
816
|
+
LuFolderPlus,
|
|
817
|
+
LuFolderRoot,
|
|
818
|
+
LuFolderSearch,
|
|
819
|
+
LuFolderSearch2,
|
|
820
|
+
LuFolderShrink1,
|
|
821
|
+
LuFolderShrink2,
|
|
822
|
+
LuFolderSymlink,
|
|
823
|
+
LuFolderSync,
|
|
824
|
+
LuFolderTree,
|
|
825
|
+
LuFolderUp,
|
|
826
|
+
LuFolderX,
|
|
827
|
+
LuFolders,
|
|
828
|
+
LuFootprints,
|
|
829
|
+
LuForklift,
|
|
830
|
+
LuForward,
|
|
831
|
+
LuFrame,
|
|
832
|
+
LuFramer,
|
|
833
|
+
LuFrown,
|
|
834
|
+
LuFuel,
|
|
835
|
+
LuFullscreen,
|
|
836
|
+
LuFunnel,
|
|
837
|
+
LuFunnelPlus,
|
|
838
|
+
LuFunnelX,
|
|
839
|
+
LuGalleryHorizontal,
|
|
840
|
+
LuGalleryHorizontalEnd,
|
|
841
|
+
LuGalleryThumbnails,
|
|
842
|
+
LuGalleryVertical,
|
|
843
|
+
LuGalleryVerticalEnd,
|
|
844
|
+
LuGamepad,
|
|
845
|
+
LuGamepad2,
|
|
846
|
+
LuGauge,
|
|
847
|
+
LuGavel,
|
|
848
|
+
LuGem,
|
|
849
|
+
LuGeorgianLari,
|
|
850
|
+
LuGhost,
|
|
851
|
+
LuGift,
|
|
852
|
+
LuGitBranch,
|
|
853
|
+
LuGitBranchPlus,
|
|
854
|
+
LuGitCommitHorizontal,
|
|
855
|
+
LuGitCommitVertical,
|
|
856
|
+
LuGitCompare,
|
|
857
|
+
LuGitCompareArrows,
|
|
858
|
+
LuGitFork,
|
|
859
|
+
LuGitGraph,
|
|
860
|
+
LuGitMerge,
|
|
861
|
+
LuGitPullRequest,
|
|
862
|
+
LuGitPullRequestArrow,
|
|
863
|
+
LuGitPullRequestClosed,
|
|
864
|
+
LuGitPullRequestCreate,
|
|
865
|
+
LuGitPullRequestCreateArrow,
|
|
866
|
+
LuGitPullRequestDraft,
|
|
867
|
+
LuGithub,
|
|
868
|
+
LuGitlab,
|
|
869
|
+
LuGlassWater,
|
|
870
|
+
LuGlasses,
|
|
871
|
+
LuGlobe,
|
|
872
|
+
LuGlobeLock,
|
|
873
|
+
LuGoal,
|
|
874
|
+
LuGpu,
|
|
875
|
+
LuGraduationCap,
|
|
876
|
+
LuGrape,
|
|
877
|
+
LuGrid2x2,
|
|
878
|
+
LuGrid2x2Check,
|
|
879
|
+
LuGrid2x2Plus,
|
|
880
|
+
LuGrid2x2X,
|
|
881
|
+
LuGrid3x2,
|
|
882
|
+
LuGrid3x3,
|
|
883
|
+
LuGrip,
|
|
884
|
+
LuGripHorizontal,
|
|
885
|
+
LuGripVertical,
|
|
886
|
+
LuGroup,
|
|
887
|
+
LuGuitar,
|
|
888
|
+
LuHam,
|
|
889
|
+
LuHamburger,
|
|
890
|
+
LuHammer,
|
|
891
|
+
LuHand,
|
|
892
|
+
LuHandCoins,
|
|
893
|
+
LuHandFist,
|
|
894
|
+
LuHandGrab,
|
|
895
|
+
LuHandHeart,
|
|
896
|
+
LuHandHelping,
|
|
897
|
+
LuHandMetal,
|
|
898
|
+
LuHandPlatter,
|
|
899
|
+
LuHandbag,
|
|
900
|
+
LuHandshake,
|
|
901
|
+
LuHardDrive,
|
|
902
|
+
LuHardDriveDownload,
|
|
903
|
+
LuHardDriveUpload,
|
|
904
|
+
LuHardHat,
|
|
905
|
+
LuHash,
|
|
906
|
+
LuHatGlasses,
|
|
907
|
+
LuHaze,
|
|
908
|
+
LuHdmiPort,
|
|
909
|
+
LuHeading,
|
|
910
|
+
LuHeading1,
|
|
911
|
+
LuHeading2,
|
|
912
|
+
LuHeading3,
|
|
913
|
+
LuHeading4,
|
|
914
|
+
LuHeading5,
|
|
915
|
+
LuHeading6,
|
|
916
|
+
LuHeadphoneOff,
|
|
917
|
+
LuHeadphones,
|
|
918
|
+
LuHeadset,
|
|
919
|
+
LuHeart,
|
|
920
|
+
LuHeartCrack,
|
|
921
|
+
LuHeartHandshake,
|
|
922
|
+
LuHeartMinus,
|
|
923
|
+
LuHeartOff,
|
|
924
|
+
LuHeartPlus,
|
|
925
|
+
LuHeartPulse,
|
|
926
|
+
LuHeater,
|
|
927
|
+
LuHexagon,
|
|
928
|
+
LuHighlighter,
|
|
929
|
+
LuHistoricPrices,
|
|
930
|
+
LuHistory,
|
|
931
|
+
LuHistoryEventsFill,
|
|
932
|
+
LuHop,
|
|
933
|
+
LuHopOff,
|
|
934
|
+
LuHospital,
|
|
935
|
+
LuHotel,
|
|
936
|
+
LuHourglass,
|
|
937
|
+
LuHouse,
|
|
938
|
+
LuHousePlug,
|
|
939
|
+
LuHousePlus,
|
|
940
|
+
LuHouseWifi,
|
|
941
|
+
LuIceCreamBowl,
|
|
942
|
+
LuIceCreamCone,
|
|
943
|
+
LuIdCard,
|
|
944
|
+
LuIdCardLanyard,
|
|
945
|
+
LuImage,
|
|
946
|
+
LuImageDown,
|
|
947
|
+
LuImageMinus,
|
|
948
|
+
LuImageOff,
|
|
949
|
+
LuImagePlay,
|
|
950
|
+
LuImagePlus,
|
|
951
|
+
LuImageUp,
|
|
952
|
+
LuImageUpscale,
|
|
953
|
+
LuImages,
|
|
954
|
+
LuImport,
|
|
955
|
+
LuInbox,
|
|
956
|
+
LuIndentDecrease,
|
|
957
|
+
LuIndentIncrease,
|
|
958
|
+
LuIndianRupee,
|
|
959
|
+
LuInfinity,
|
|
960
|
+
LuInfo,
|
|
961
|
+
LuInspectionPanel,
|
|
962
|
+
LuInstagram,
|
|
963
|
+
LuItalic,
|
|
964
|
+
LuIterationCcw,
|
|
965
|
+
LuIterationCw,
|
|
966
|
+
LuJapaneseYen,
|
|
967
|
+
LuJoystick,
|
|
968
|
+
LuKanban,
|
|
969
|
+
LuKayak,
|
|
970
|
+
LuKey,
|
|
971
|
+
LuKeyRound,
|
|
972
|
+
LuKeySquare,
|
|
973
|
+
LuKeyboard,
|
|
974
|
+
LuKeyboardMusic,
|
|
975
|
+
LuKeyboardOff,
|
|
976
|
+
LuLamp,
|
|
977
|
+
LuLampCeiling,
|
|
978
|
+
LuLampDesk,
|
|
979
|
+
LuLampFloor,
|
|
980
|
+
LuLampWallDown,
|
|
981
|
+
LuLampWallUp,
|
|
982
|
+
LuLandPlot,
|
|
983
|
+
LuLandmark,
|
|
984
|
+
LuLanguages,
|
|
985
|
+
LuLaptop,
|
|
986
|
+
LuLaptopMinimal,
|
|
987
|
+
LuLaptopMinimalCheck,
|
|
988
|
+
LuLasso,
|
|
989
|
+
LuLassoSelect,
|
|
990
|
+
LuLatestPrices,
|
|
991
|
+
LuLaugh,
|
|
992
|
+
LuLayers,
|
|
993
|
+
LuLayers2,
|
|
994
|
+
LuLayersIn,
|
|
995
|
+
LuLayersOut,
|
|
996
|
+
LuLayoutDashboard,
|
|
997
|
+
LuLayoutGrid,
|
|
998
|
+
LuLayoutList,
|
|
999
|
+
LuLayoutPanelLeft,
|
|
1000
|
+
LuLayoutPanelTop,
|
|
1001
|
+
LuLayoutTemplate,
|
|
1002
|
+
LuLeaf,
|
|
1003
|
+
LuLeafyGreen,
|
|
1004
|
+
LuLectern,
|
|
1005
|
+
LuLetterText,
|
|
1006
|
+
LuLiabilities,
|
|
1007
|
+
LuLibrary,
|
|
1008
|
+
LuLibraryBig,
|
|
1009
|
+
LuLifeBuoy,
|
|
1010
|
+
LuLigature,
|
|
1011
|
+
LuLightbulb,
|
|
1012
|
+
LuLightbulbOff,
|
|
1013
|
+
LuLineSquiggle,
|
|
1014
|
+
LuLink,
|
|
1015
|
+
LuLink2,
|
|
1016
|
+
LuLink2Off,
|
|
1017
|
+
LuLinkedin,
|
|
1018
|
+
LuList,
|
|
1019
|
+
LuListCheck,
|
|
1020
|
+
LuListChecks,
|
|
1021
|
+
LuListCollapse,
|
|
1022
|
+
LuListEnd,
|
|
1023
|
+
LuListFilter,
|
|
1024
|
+
LuListFilterPlus,
|
|
1025
|
+
LuListMinus,
|
|
1026
|
+
LuListMusic,
|
|
1027
|
+
LuListOrdered,
|
|
1028
|
+
LuListPlus,
|
|
1029
|
+
LuListRestart,
|
|
1030
|
+
LuListStart,
|
|
1031
|
+
LuListTodo,
|
|
1032
|
+
LuListTree,
|
|
1033
|
+
LuListVideo,
|
|
1034
|
+
LuListX,
|
|
1035
|
+
LuLoader,
|
|
1036
|
+
LuLoaderCircle,
|
|
1037
|
+
LuLoaderPinwheel,
|
|
1038
|
+
LuLocate,
|
|
1039
|
+
LuLocateFixed,
|
|
1040
|
+
LuLocateOff,
|
|
1041
|
+
LuLock,
|
|
1042
|
+
LuLockKeyhole,
|
|
1043
|
+
LuLockKeyholeOpen,
|
|
1044
|
+
LuLockOpen,
|
|
1045
|
+
LuLogIn,
|
|
1046
|
+
LuLogOut,
|
|
1047
|
+
LuLogs,
|
|
1048
|
+
LuLollipop,
|
|
1049
|
+
LuLuggage,
|
|
1050
|
+
LuMagnet,
|
|
1051
|
+
LuMail,
|
|
1052
|
+
LuMailCheck,
|
|
1053
|
+
LuMailMinus,
|
|
1054
|
+
LuMailOpen,
|
|
1055
|
+
LuMailPlus,
|
|
1056
|
+
LuMailQuestionMark,
|
|
1057
|
+
LuMailSearch,
|
|
1058
|
+
LuMailWarning,
|
|
1059
|
+
LuMailX,
|
|
1060
|
+
LuMailbox,
|
|
1061
|
+
LuMails,
|
|
1062
|
+
LuManageAssets,
|
|
1063
|
+
LuManagePrices,
|
|
1064
|
+
LuManualBalances,
|
|
1065
|
+
LuMap,
|
|
1066
|
+
LuMapMinus,
|
|
1067
|
+
LuMapPin,
|
|
1068
|
+
LuMapPinCheck,
|
|
1069
|
+
LuMapPinCheckInside,
|
|
1070
|
+
LuMapPinHouse,
|
|
1071
|
+
LuMapPinMinus,
|
|
1072
|
+
LuMapPinMinusInside,
|
|
1073
|
+
LuMapPinOff,
|
|
1074
|
+
LuMapPinPen,
|
|
1075
|
+
LuMapPinPlus,
|
|
1076
|
+
LuMapPinPlusInside,
|
|
1077
|
+
LuMapPinX,
|
|
1078
|
+
LuMapPinXInside,
|
|
1079
|
+
LuMapPinned,
|
|
1080
|
+
LuMapPlus,
|
|
1081
|
+
LuMars,
|
|
1082
|
+
LuMarsStroke,
|
|
1083
|
+
LuMartini,
|
|
1084
|
+
LuMaximize,
|
|
1085
|
+
LuMaximize2,
|
|
1086
|
+
LuMedal,
|
|
1087
|
+
LuMegaphone,
|
|
1088
|
+
LuMegaphoneOff,
|
|
1089
|
+
LuMeh,
|
|
1090
|
+
LuMemoryStick,
|
|
1091
|
+
LuMenu,
|
|
1092
|
+
LuMerge,
|
|
1093
|
+
LuMessageCircle,
|
|
1094
|
+
LuMessageCircleCode,
|
|
1095
|
+
LuMessageCircleDashed,
|
|
1096
|
+
LuMessageCircleHeart,
|
|
1097
|
+
LuMessageCircleMore,
|
|
1098
|
+
LuMessageCircleOff,
|
|
1099
|
+
LuMessageCirclePlus,
|
|
1100
|
+
LuMessageCircleQuestionMark,
|
|
1101
|
+
LuMessageCircleReply,
|
|
1102
|
+
LuMessageCircleWarning,
|
|
1103
|
+
LuMessageCircleX,
|
|
1104
|
+
LuMessageSquare,
|
|
1105
|
+
LuMessageSquareCode,
|
|
1106
|
+
LuMessageSquareDashed,
|
|
1107
|
+
LuMessageSquareDiff,
|
|
1108
|
+
LuMessageSquareDot,
|
|
1109
|
+
LuMessageSquareHeart,
|
|
1110
|
+
LuMessageSquareLock,
|
|
1111
|
+
LuMessageSquareMore,
|
|
1112
|
+
LuMessageSquareOff,
|
|
1113
|
+
LuMessageSquarePlus,
|
|
1114
|
+
LuMessageSquareQuote,
|
|
1115
|
+
LuMessageSquareReply,
|
|
1116
|
+
LuMessageSquareShare,
|
|
1117
|
+
LuMessageSquareText,
|
|
1118
|
+
LuMessageSquareWarning,
|
|
1119
|
+
LuMessageSquareX,
|
|
1120
|
+
LuMessagesSquare,
|
|
1121
|
+
LuMic,
|
|
1122
|
+
LuMicOff,
|
|
1123
|
+
LuMicVocal,
|
|
1124
|
+
LuMicrochip,
|
|
1125
|
+
LuMicroscope,
|
|
1126
|
+
LuMicrowave,
|
|
1127
|
+
LuMilestone,
|
|
1128
|
+
LuMilk,
|
|
1129
|
+
LuMilkOff,
|
|
1130
|
+
LuMinimize,
|
|
1131
|
+
LuMinimize2,
|
|
1132
|
+
LuMinus,
|
|
1133
|
+
LuMonitor,
|
|
1134
|
+
LuMonitorCheck,
|
|
1135
|
+
LuMonitorCog,
|
|
1136
|
+
LuMonitorDot,
|
|
1137
|
+
LuMonitorDown,
|
|
1138
|
+
LuMonitorOff,
|
|
1139
|
+
LuMonitorPause,
|
|
1140
|
+
LuMonitorPlay,
|
|
1141
|
+
LuMonitorSmartphone,
|
|
1142
|
+
LuMonitorSpeaker,
|
|
1143
|
+
LuMonitorStop,
|
|
1144
|
+
LuMonitorUp,
|
|
1145
|
+
LuMonitorX,
|
|
1146
|
+
LuMoon,
|
|
1147
|
+
LuMoonStar,
|
|
1148
|
+
LuMoreAssets,
|
|
1149
|
+
LuMountain,
|
|
1150
|
+
LuMountainSnow,
|
|
1151
|
+
LuMouse,
|
|
1152
|
+
LuMouseOff,
|
|
1153
|
+
LuMousePointer,
|
|
1154
|
+
LuMousePointer2,
|
|
1155
|
+
LuMousePointerBan,
|
|
1156
|
+
LuMousePointerClick,
|
|
1157
|
+
LuMove,
|
|
1158
|
+
LuMove3d,
|
|
1159
|
+
LuMoveDiagonal,
|
|
1160
|
+
LuMoveDiagonal2,
|
|
1161
|
+
LuMoveDown,
|
|
1162
|
+
LuMoveDownLeft,
|
|
1163
|
+
LuMoveDownRight,
|
|
1164
|
+
LuMoveHorizontal,
|
|
1165
|
+
LuMoveLeft,
|
|
1166
|
+
LuMoveRight,
|
|
1167
|
+
LuMoveUp,
|
|
1168
|
+
LuMoveUpLeft,
|
|
1169
|
+
LuMoveUpRight,
|
|
1170
|
+
LuMoveVertical,
|
|
1171
|
+
LuMusic,
|
|
1172
|
+
LuMusic2,
|
|
1173
|
+
LuMusic3,
|
|
1174
|
+
LuMusic4,
|
|
1175
|
+
LuNavigation,
|
|
1176
|
+
LuNavigation2,
|
|
1177
|
+
LuNavigation2Off,
|
|
1178
|
+
LuNavigationOff,
|
|
1179
|
+
LuNetwork,
|
|
1180
|
+
LuNewspaper,
|
|
1181
|
+
LuNfc,
|
|
1182
|
+
LuNonBinary,
|
|
1183
|
+
LuNotebook,
|
|
1184
|
+
LuNotebookPen,
|
|
1185
|
+
LuNotebookTabs,
|
|
1186
|
+
LuNotebookText,
|
|
1187
|
+
LuNotepadText,
|
|
1188
|
+
LuNotepadTextDashed,
|
|
1189
|
+
LuNut,
|
|
1190
|
+
LuNutOff,
|
|
1191
|
+
LuOctagon,
|
|
1192
|
+
LuOctagonAlert,
|
|
1193
|
+
LuOctagonMinus,
|
|
1194
|
+
LuOctagonPause,
|
|
1195
|
+
LuOctagonX,
|
|
1196
|
+
LuOmega,
|
|
1197
|
+
LuOnchain,
|
|
1198
|
+
LuOption,
|
|
1199
|
+
LuOrbit,
|
|
1200
|
+
LuOrigami,
|
|
1201
|
+
LuOsApple,
|
|
1202
|
+
LuOsWindows,
|
|
1203
|
+
LuPackage,
|
|
1204
|
+
LuPackage2,
|
|
1205
|
+
LuPackageCheck,
|
|
1206
|
+
LuPackageMinus,
|
|
1207
|
+
LuPackageOpen,
|
|
1208
|
+
LuPackagePlus,
|
|
1209
|
+
LuPackageSearch,
|
|
1210
|
+
LuPackageX,
|
|
1211
|
+
LuPaintBucket,
|
|
1212
|
+
LuPaintRoller,
|
|
1213
|
+
LuPaintbrush,
|
|
1214
|
+
LuPaintbrushVertical,
|
|
1215
|
+
LuPalette,
|
|
1216
|
+
LuPanda,
|
|
1217
|
+
LuPanelBottom,
|
|
1218
|
+
LuPanelBottomClose,
|
|
1219
|
+
LuPanelBottomDashed,
|
|
1220
|
+
LuPanelBottomOpen,
|
|
1221
|
+
LuPanelLeft,
|
|
1222
|
+
LuPanelLeftClose,
|
|
1223
|
+
LuPanelLeftDashed,
|
|
1224
|
+
LuPanelLeftOpen,
|
|
1225
|
+
LuPanelLeftRightDashed,
|
|
1226
|
+
LuPanelRight,
|
|
1227
|
+
LuPanelRightClose,
|
|
1228
|
+
LuPanelRightDashed,
|
|
1229
|
+
LuPanelRightOpen,
|
|
1230
|
+
LuPanelTop,
|
|
1231
|
+
LuPanelTopBottomDashed,
|
|
1232
|
+
LuPanelTopClose,
|
|
1233
|
+
LuPanelTopDashed,
|
|
1234
|
+
LuPanelTopOpen,
|
|
1235
|
+
LuPanelsLeftBottom,
|
|
1236
|
+
LuPanelsRightBottom,
|
|
1237
|
+
LuPanelsTopLeft,
|
|
1238
|
+
LuPaperclip,
|
|
1239
|
+
LuParentheses,
|
|
1240
|
+
LuParkingMeter,
|
|
1241
|
+
LuPartyPopper,
|
|
1242
|
+
LuPause,
|
|
1243
|
+
LuPawPrint,
|
|
1244
|
+
LuPaypal,
|
|
1245
|
+
LuPcCase,
|
|
1246
|
+
LuPen,
|
|
1247
|
+
LuPenLine,
|
|
1248
|
+
LuPenOff,
|
|
1249
|
+
LuPenTool,
|
|
1250
|
+
LuPencil,
|
|
1251
|
+
LuPencilLine,
|
|
1252
|
+
LuPencilOff,
|
|
1253
|
+
LuPencilRuler,
|
|
1254
|
+
LuPentagon,
|
|
1255
|
+
LuPercent,
|
|
1256
|
+
LuPersonStanding,
|
|
1257
|
+
LuPhilippinePeso,
|
|
1258
|
+
LuPhone,
|
|
1259
|
+
LuPhoneCall,
|
|
1260
|
+
LuPhoneForwarded,
|
|
1261
|
+
LuPhoneIncoming,
|
|
1262
|
+
LuPhoneMissed,
|
|
1263
|
+
LuPhoneOff,
|
|
1264
|
+
LuPhoneOutgoing,
|
|
1265
|
+
LuPi,
|
|
1266
|
+
LuPiano,
|
|
1267
|
+
LuPickaxe,
|
|
1268
|
+
LuPictureInPicture,
|
|
1269
|
+
LuPictureInPicture2,
|
|
1270
|
+
LuPiggyBank,
|
|
1271
|
+
LuPilcrow,
|
|
1272
|
+
LuPilcrowLeft,
|
|
1273
|
+
LuPilcrowRight,
|
|
1274
|
+
LuPill,
|
|
1275
|
+
LuPillBottle,
|
|
1276
|
+
LuPin,
|
|
1277
|
+
LuPinOff,
|
|
1278
|
+
LuPipette,
|
|
1279
|
+
LuPizza,
|
|
1280
|
+
LuPlane,
|
|
1281
|
+
LuPlaneLanding,
|
|
1282
|
+
LuPlaneTakeoff,
|
|
1283
|
+
LuPlay,
|
|
1284
|
+
LuPlug,
|
|
1285
|
+
LuPlug2,
|
|
1286
|
+
LuPlugZap,
|
|
1287
|
+
LuPlus,
|
|
1288
|
+
LuPocket,
|
|
1289
|
+
LuPocketKnife,
|
|
1290
|
+
LuPodcast,
|
|
1291
|
+
LuPointer,
|
|
1292
|
+
LuPointerOff,
|
|
1293
|
+
LuPopcorn,
|
|
1294
|
+
LuPopsicle,
|
|
1295
|
+
LuPoundSterling,
|
|
1296
|
+
LuPower,
|
|
1297
|
+
LuPowerOff,
|
|
1298
|
+
LuPresentation,
|
|
1299
|
+
LuPrinter,
|
|
1300
|
+
LuPrinterCheck,
|
|
1301
|
+
LuProjector,
|
|
1302
|
+
LuProportions,
|
|
1303
|
+
LuPuzzle,
|
|
1304
|
+
LuPyramid,
|
|
1305
|
+
LuQrCode,
|
|
1306
|
+
LuQuote,
|
|
1307
|
+
LuRabbit,
|
|
1308
|
+
LuRadar,
|
|
1309
|
+
LuRadiation,
|
|
1310
|
+
LuRadical,
|
|
1311
|
+
LuRadio,
|
|
1312
|
+
LuRadioButtonFill,
|
|
1313
|
+
LuRadioReceiver,
|
|
1314
|
+
LuRadioTower,
|
|
1315
|
+
LuRadius,
|
|
1316
|
+
LuRailSymbol,
|
|
1317
|
+
LuRainbow,
|
|
1318
|
+
LuRat,
|
|
1319
|
+
LuRatio,
|
|
1320
|
+
LuReceipt,
|
|
1321
|
+
LuReceiptCent,
|
|
1322
|
+
LuReceiptEuro,
|
|
1323
|
+
LuReceiptIndianRupee,
|
|
1324
|
+
LuReceiptJapaneseYen,
|
|
1325
|
+
LuReceiptPoundSterling,
|
|
1326
|
+
LuReceiptRussianRuble,
|
|
1327
|
+
LuReceiptSwissFranc,
|
|
1328
|
+
LuReceiptText,
|
|
1329
|
+
LuReceiptTurkishLira,
|
|
1330
|
+
LuReceiveDonationFill,
|
|
1331
|
+
LuRectangleCircle,
|
|
1332
|
+
LuRectangleEllipsis,
|
|
1333
|
+
LuRectangleGoggles,
|
|
1334
|
+
LuRectangleHorizontal,
|
|
1335
|
+
LuRectangleVertical,
|
|
1336
|
+
LuRecycle,
|
|
1337
|
+
LuRedo,
|
|
1338
|
+
LuRedo2,
|
|
1339
|
+
LuRedoDot,
|
|
1340
|
+
LuRefreshCcw,
|
|
1341
|
+
LuRefreshCcwDot,
|
|
1342
|
+
LuRefreshCw,
|
|
1343
|
+
LuRefreshCwOff,
|
|
1344
|
+
LuRefrigerator,
|
|
1345
|
+
LuRefund,
|
|
1346
|
+
LuRegex,
|
|
1347
|
+
LuRemoveFormatting,
|
|
1348
|
+
LuRepeat,
|
|
1349
|
+
LuRepeat1,
|
|
1350
|
+
LuRepeat2,
|
|
1351
|
+
LuReplace,
|
|
1352
|
+
LuReplaceAll,
|
|
1353
|
+
LuReply,
|
|
1354
|
+
LuReplyAll,
|
|
1355
|
+
LuRewind,
|
|
1356
|
+
LuRibbon,
|
|
1357
|
+
LuRocket,
|
|
1358
|
+
LuRockingChair,
|
|
1359
|
+
LuRollerCoaster,
|
|
1360
|
+
LuRose,
|
|
1361
|
+
LuRotate3d,
|
|
1362
|
+
LuRotateCcw,
|
|
1363
|
+
LuRotateCcwKey,
|
|
1364
|
+
LuRotateCcwSquare,
|
|
1365
|
+
LuRotateCw,
|
|
1366
|
+
LuRotateCwSquare,
|
|
1367
|
+
LuRoute,
|
|
1368
|
+
LuRouteOff,
|
|
1369
|
+
LuRouter,
|
|
1370
|
+
LuRows2,
|
|
1371
|
+
LuRows3,
|
|
1372
|
+
LuRows4,
|
|
1373
|
+
LuRss,
|
|
1374
|
+
LuRuler,
|
|
1375
|
+
LuRulerDimensionLine,
|
|
1376
|
+
LuRussianRuble,
|
|
1377
|
+
LuSailboat,
|
|
1378
|
+
LuSalad,
|
|
1379
|
+
LuSandwich,
|
|
1380
|
+
LuSatellite,
|
|
1381
|
+
LuSatelliteDish,
|
|
1382
|
+
LuSaudiRiyal,
|
|
1383
|
+
LuSave,
|
|
1384
|
+
LuSaveAll,
|
|
1385
|
+
LuSaveOff,
|
|
1386
|
+
LuScale,
|
|
1387
|
+
LuScale3d,
|
|
1388
|
+
LuScaling,
|
|
1389
|
+
LuScan,
|
|
1390
|
+
LuScanBarcode,
|
|
1391
|
+
LuScanEye,
|
|
1392
|
+
LuScanFace,
|
|
1393
|
+
LuScanHeart,
|
|
1394
|
+
LuScanLine,
|
|
1395
|
+
LuScanQrCode,
|
|
1396
|
+
LuScanSearch,
|
|
1397
|
+
LuScanText,
|
|
1398
|
+
LuSchool,
|
|
1399
|
+
LuScissors,
|
|
1400
|
+
LuScissorsLineDashed,
|
|
1401
|
+
LuScreenShare,
|
|
1402
|
+
LuScreenShareOff,
|
|
1403
|
+
LuScroll,
|
|
1404
|
+
LuScrollText,
|
|
1405
|
+
LuSearch,
|
|
1406
|
+
LuSearchCheck,
|
|
1407
|
+
LuSearchCode,
|
|
1408
|
+
LuSearchSlash,
|
|
1409
|
+
LuSearchX,
|
|
1410
|
+
LuSection,
|
|
1411
|
+
LuSend,
|
|
1412
|
+
LuSendHorizontal,
|
|
1413
|
+
LuSendToBack,
|
|
1414
|
+
LuSeparatorHorizontal,
|
|
1415
|
+
LuSeparatorVertical,
|
|
1416
|
+
LuServer,
|
|
1417
|
+
LuServerCog,
|
|
1418
|
+
LuServerCrash,
|
|
1419
|
+
LuServerOff,
|
|
1420
|
+
LuSettings,
|
|
1421
|
+
LuSettings2,
|
|
1422
|
+
LuShapes,
|
|
1423
|
+
LuShare,
|
|
1424
|
+
LuShare2,
|
|
1425
|
+
LuSheet,
|
|
1426
|
+
LuShell,
|
|
1427
|
+
LuShield,
|
|
1428
|
+
LuShieldAlert,
|
|
1429
|
+
LuShieldBan,
|
|
1430
|
+
LuShieldCheck,
|
|
1431
|
+
LuShieldEllipsis,
|
|
1432
|
+
LuShieldHalf,
|
|
1433
|
+
LuShieldMinus,
|
|
1434
|
+
LuShieldOff,
|
|
1435
|
+
LuShieldPlus,
|
|
1436
|
+
LuShieldQuestionMark,
|
|
1437
|
+
LuShieldUser,
|
|
1438
|
+
LuShieldX,
|
|
1439
|
+
LuShip,
|
|
1440
|
+
LuShipWheel,
|
|
1441
|
+
LuShirt,
|
|
1442
|
+
LuShoppingBag,
|
|
1443
|
+
LuShoppingBasket,
|
|
1444
|
+
LuShoppingCart,
|
|
1445
|
+
LuShovel,
|
|
1446
|
+
LuShowerHead,
|
|
1447
|
+
LuShredder,
|
|
1448
|
+
LuShrimp,
|
|
1449
|
+
LuShrink,
|
|
1450
|
+
LuShrub,
|
|
1451
|
+
LuShuffle,
|
|
1452
|
+
LuSigma,
|
|
1453
|
+
LuSignal,
|
|
1454
|
+
LuSignalHigh,
|
|
1455
|
+
LuSignalLow,
|
|
1456
|
+
LuSignalMedium,
|
|
1457
|
+
LuSignalZero,
|
|
1458
|
+
LuSignature,
|
|
1459
|
+
LuSignpost,
|
|
1460
|
+
LuSignpostBig,
|
|
1461
|
+
LuSiren,
|
|
1462
|
+
LuSkipBack,
|
|
1463
|
+
LuSkipForward,
|
|
1464
|
+
LuSkull,
|
|
1465
|
+
LuSlack,
|
|
1466
|
+
LuSlash,
|
|
1467
|
+
LuSlashDivider,
|
|
1468
|
+
LuSlice,
|
|
1469
|
+
LuSlidersHorizontal,
|
|
1470
|
+
LuSlidersVertical,
|
|
1471
|
+
LuSmartphone,
|
|
1472
|
+
LuSmartphoneCharging,
|
|
1473
|
+
LuSmartphoneNfc,
|
|
1474
|
+
LuSmile,
|
|
1475
|
+
LuSmilePlus,
|
|
1476
|
+
LuSnail,
|
|
1477
|
+
LuSnowflake,
|
|
1478
|
+
LuSoapDispenserDroplet,
|
|
1479
|
+
LuSofa,
|
|
1480
|
+
LuSolanaAccountsFill,
|
|
1481
|
+
LuSoup,
|
|
1482
|
+
LuSpace,
|
|
1483
|
+
LuSpade,
|
|
1484
|
+
LuSparkle,
|
|
1485
|
+
LuSparkles,
|
|
1486
|
+
LuSpeaker,
|
|
1487
|
+
LuSpeech,
|
|
1488
|
+
LuSpellCheck,
|
|
1489
|
+
LuSpellCheck2,
|
|
1490
|
+
LuSpline,
|
|
1491
|
+
LuSplinePointer,
|
|
1492
|
+
LuSplit,
|
|
1493
|
+
LuSpool,
|
|
1494
|
+
LuSpotlight,
|
|
1495
|
+
LuSprayCan,
|
|
1496
|
+
LuSprout,
|
|
1497
|
+
LuSquare,
|
|
1498
|
+
LuSquareActivity,
|
|
1499
|
+
LuSquareArrowDown,
|
|
1500
|
+
LuSquareArrowDownLeft,
|
|
1501
|
+
LuSquareArrowDownRight,
|
|
1502
|
+
LuSquareArrowLeft,
|
|
1503
|
+
LuSquareArrowOutDownLeft,
|
|
1504
|
+
LuSquareArrowOutDownRight,
|
|
1505
|
+
LuSquareArrowOutUpLeft,
|
|
1506
|
+
LuSquareArrowOutUpRight,
|
|
1507
|
+
LuSquareArrowRight,
|
|
1508
|
+
LuSquareArrowUp,
|
|
1509
|
+
LuSquareArrowUpLeft,
|
|
1510
|
+
LuSquareArrowUpRight,
|
|
1511
|
+
LuSquareAsterisk,
|
|
1512
|
+
LuSquareBottomDashedScissors,
|
|
1513
|
+
LuSquareChartGantt,
|
|
1514
|
+
LuSquareCheck,
|
|
1515
|
+
LuSquareCheckBig,
|
|
1516
|
+
LuSquareChevronDown,
|
|
1517
|
+
LuSquareChevronLeft,
|
|
1518
|
+
LuSquareChevronRight,
|
|
1519
|
+
LuSquareChevronUp,
|
|
1520
|
+
LuSquareCode,
|
|
1521
|
+
LuSquareDashed,
|
|
1522
|
+
LuSquareDashedBottom,
|
|
1523
|
+
LuSquareDashedBottomCode,
|
|
1524
|
+
LuSquareDashedKanban,
|
|
1525
|
+
LuSquareDashedMousePointer,
|
|
1526
|
+
LuSquareDashedTopSolid,
|
|
1527
|
+
LuSquareDivide,
|
|
1528
|
+
LuSquareDot,
|
|
1529
|
+
LuSquareEqual,
|
|
1530
|
+
LuSquareFunction,
|
|
1531
|
+
LuSquareKanban,
|
|
1532
|
+
LuSquareLibrary,
|
|
1533
|
+
LuSquareM,
|
|
1534
|
+
LuSquareMenu,
|
|
1535
|
+
LuSquareMinus,
|
|
1536
|
+
LuSquareMousePointer,
|
|
1537
|
+
LuSquareParking,
|
|
1538
|
+
LuSquareParkingOff,
|
|
1539
|
+
LuSquarePause,
|
|
1540
|
+
LuSquarePen,
|
|
1541
|
+
LuSquarePercent,
|
|
1542
|
+
LuSquarePi,
|
|
1543
|
+
LuSquarePilcrow,
|
|
1544
|
+
LuSquarePlay,
|
|
1545
|
+
LuSquarePlus,
|
|
1546
|
+
LuSquarePower,
|
|
1547
|
+
LuSquareRadical,
|
|
1548
|
+
LuSquareRoundCorner,
|
|
1549
|
+
LuSquareScissors,
|
|
1550
|
+
LuSquareSigma,
|
|
1551
|
+
LuSquareSlash,
|
|
1552
|
+
LuSquareSplitHorizontal,
|
|
1553
|
+
LuSquareSplitVertical,
|
|
1554
|
+
LuSquareSquare,
|
|
1555
|
+
LuSquareStack,
|
|
1556
|
+
LuSquareStar,
|
|
1557
|
+
LuSquareStop,
|
|
1558
|
+
LuSquareTerminal,
|
|
1559
|
+
LuSquareUser,
|
|
1560
|
+
LuSquareUserRound,
|
|
1561
|
+
LuSquareX,
|
|
1562
|
+
LuSquaresExclude,
|
|
1563
|
+
LuSquaresIntersect,
|
|
1564
|
+
LuSquaresSubtract,
|
|
1565
|
+
LuSquaresUnite,
|
|
1566
|
+
LuSquircle,
|
|
1567
|
+
LuSquircleDashed,
|
|
1568
|
+
LuSquirrel,
|
|
1569
|
+
LuStamp,
|
|
1570
|
+
LuStar,
|
|
1571
|
+
LuStarHalf,
|
|
1572
|
+
LuStarOff,
|
|
1573
|
+
LuStepBack,
|
|
1574
|
+
LuStepForward,
|
|
1575
|
+
LuStethoscope,
|
|
1576
|
+
LuSticker,
|
|
1577
|
+
LuStickyNote,
|
|
1578
|
+
LuStore,
|
|
1579
|
+
LuStretchHorizontal,
|
|
1580
|
+
LuStretchVertical,
|
|
1581
|
+
LuStrikethrough,
|
|
1582
|
+
LuSubscript,
|
|
1583
|
+
LuSubstrateAccounts,
|
|
1584
|
+
LuSun,
|
|
1585
|
+
LuSunDim,
|
|
1586
|
+
LuSunMedium,
|
|
1587
|
+
LuSunMoon,
|
|
1588
|
+
LuSunSnow,
|
|
1589
|
+
LuSunrise,
|
|
1590
|
+
LuSunset,
|
|
1591
|
+
LuSuperscript,
|
|
1592
|
+
LuSwatchBook,
|
|
1593
|
+
LuSwissFranc,
|
|
1594
|
+
LuSwitchCamera,
|
|
1595
|
+
LuSword,
|
|
1596
|
+
LuSwords,
|
|
1597
|
+
LuSyringe,
|
|
1598
|
+
LuTable,
|
|
1599
|
+
LuTable2,
|
|
1600
|
+
LuTableCellsMerge,
|
|
1601
|
+
LuTableCellsSplit,
|
|
1602
|
+
LuTableColumnsSplit,
|
|
1603
|
+
LuTableOfContents,
|
|
1604
|
+
LuTableProperties,
|
|
1605
|
+
LuTableRowsSplit,
|
|
1606
|
+
LuTablet,
|
|
1607
|
+
LuTabletSmartphone,
|
|
1608
|
+
LuTablets,
|
|
1609
|
+
LuTag,
|
|
1610
|
+
LuTagManager,
|
|
1611
|
+
LuTags,
|
|
1612
|
+
LuTally1,
|
|
1613
|
+
LuTally2,
|
|
1614
|
+
LuTally3,
|
|
1615
|
+
LuTally4,
|
|
1616
|
+
LuTally5,
|
|
1617
|
+
LuTangent,
|
|
1618
|
+
LuTarget,
|
|
1619
|
+
LuTelescope,
|
|
1620
|
+
LuTent,
|
|
1621
|
+
LuTentTree,
|
|
1622
|
+
LuTerminal,
|
|
1623
|
+
LuTestTube,
|
|
1624
|
+
LuTestTubeDiagonal,
|
|
1625
|
+
LuTestTubes,
|
|
1626
|
+
LuText,
|
|
1627
|
+
LuTextCursor,
|
|
1628
|
+
LuTextCursorInput,
|
|
1629
|
+
LuTextQuote,
|
|
1630
|
+
LuTextSearch,
|
|
1631
|
+
LuTextSelect,
|
|
1632
|
+
LuTheater,
|
|
1633
|
+
LuThermometer,
|
|
1634
|
+
LuThermometerSnowflake,
|
|
1635
|
+
LuThermometerSun,
|
|
1636
|
+
LuThumbsDown,
|
|
1637
|
+
LuThumbsUp,
|
|
1638
|
+
LuTicket,
|
|
1639
|
+
LuTicketCheck,
|
|
1640
|
+
LuTicketMinus,
|
|
1641
|
+
LuTicketPercent,
|
|
1642
|
+
LuTicketPlus,
|
|
1643
|
+
LuTicketSlash,
|
|
1644
|
+
LuTicketX,
|
|
1645
|
+
LuTickets,
|
|
1646
|
+
LuTicketsPlane,
|
|
1647
|
+
LuTimer,
|
|
1648
|
+
LuTimerOff,
|
|
1649
|
+
LuTimerReset,
|
|
1650
|
+
LuToggleLeft,
|
|
1651
|
+
LuToggleRight,
|
|
1652
|
+
LuToilet,
|
|
1653
|
+
LuToolCase,
|
|
1654
|
+
LuTornado,
|
|
1655
|
+
LuTorus,
|
|
1656
|
+
LuTouchpad,
|
|
1657
|
+
LuTouchpadOff,
|
|
1658
|
+
LuTowerControl,
|
|
1659
|
+
LuToyBrick,
|
|
1660
|
+
LuTractor,
|
|
1661
|
+
LuTrafficCone,
|
|
1662
|
+
LuTrainFront,
|
|
1663
|
+
LuTrainFrontTunnel,
|
|
1664
|
+
LuTrainTrack,
|
|
1665
|
+
LuTramFront,
|
|
1666
|
+
LuTransgender,
|
|
1667
|
+
LuTrash,
|
|
1668
|
+
LuTrash2,
|
|
1669
|
+
LuTreeDeciduous,
|
|
1670
|
+
LuTreePalm,
|
|
1671
|
+
LuTreePine,
|
|
1672
|
+
LuTrees,
|
|
1673
|
+
LuTrello,
|
|
1674
|
+
LuTrendingDown,
|
|
1675
|
+
LuTrendingUp,
|
|
1676
|
+
LuTrendingUpDown,
|
|
1677
|
+
LuTriangle,
|
|
1678
|
+
LuTriangleAlert,
|
|
1679
|
+
LuTriangleDashed,
|
|
1680
|
+
LuTriangleRight,
|
|
1681
|
+
LuTrophy,
|
|
1682
|
+
LuTruck,
|
|
1683
|
+
LuTruckElectric,
|
|
1684
|
+
LuTurkishLira,
|
|
1685
|
+
LuTurntable,
|
|
1686
|
+
LuTurtle,
|
|
1687
|
+
LuTv,
|
|
1688
|
+
LuTvMinimal,
|
|
1689
|
+
LuTvMinimalPlay,
|
|
1690
|
+
LuTwitch,
|
|
1691
|
+
LuTwitter,
|
|
1692
|
+
LuType,
|
|
1693
|
+
LuTypeOutline,
|
|
1694
|
+
LuUmbrella,
|
|
1695
|
+
LuUmbrellaOff,
|
|
1696
|
+
LuUnderline,
|
|
1697
|
+
LuUndo,
|
|
1698
|
+
LuUndo2,
|
|
1699
|
+
LuUndoDot,
|
|
1700
|
+
LuUnfoldHorizontal,
|
|
1701
|
+
LuUnfoldVertical,
|
|
1702
|
+
LuUngroup,
|
|
1703
|
+
LuUniversity,
|
|
1704
|
+
LuUnlink,
|
|
1705
|
+
LuUnlink2,
|
|
1706
|
+
LuUnplug,
|
|
1707
|
+
LuUpload,
|
|
1708
|
+
LuUsb,
|
|
1709
|
+
LuUser,
|
|
1710
|
+
LuUserCheck,
|
|
1711
|
+
LuUserCog,
|
|
1712
|
+
LuUserLock,
|
|
1713
|
+
LuUserMinus,
|
|
1714
|
+
LuUserPen,
|
|
1715
|
+
LuUserPlus,
|
|
1716
|
+
LuUserRound,
|
|
1717
|
+
LuUserRoundCheck,
|
|
1718
|
+
LuUserRoundCog,
|
|
1719
|
+
LuUserRoundMinus,
|
|
1720
|
+
LuUserRoundPen,
|
|
1721
|
+
LuUserRoundPlus,
|
|
1722
|
+
LuUserRoundSearch,
|
|
1723
|
+
LuUserRoundX,
|
|
1724
|
+
LuUserSearch,
|
|
1725
|
+
LuUserStar,
|
|
1726
|
+
LuUserX,
|
|
1727
|
+
LuUsers,
|
|
1728
|
+
LuUsersRound,
|
|
1729
|
+
LuUtensils,
|
|
1730
|
+
LuUtensilsCrossed,
|
|
1731
|
+
LuUtilityPole,
|
|
1732
|
+
LuVariable,
|
|
1733
|
+
LuVault,
|
|
1734
|
+
LuVectorSquare,
|
|
1735
|
+
LuVegan,
|
|
1736
|
+
LuVenetianMask,
|
|
1737
|
+
LuVenus,
|
|
1738
|
+
LuVenusAndMars,
|
|
1739
|
+
LuVibrate,
|
|
1740
|
+
LuVibrateOff,
|
|
1741
|
+
LuVideo,
|
|
1742
|
+
LuVideoOff,
|
|
1743
|
+
LuVideotape,
|
|
1744
|
+
LuView,
|
|
1745
|
+
LuVoicemail,
|
|
1746
|
+
LuVolleyball,
|
|
1747
|
+
LuVolume,
|
|
1748
|
+
LuVolume1,
|
|
1749
|
+
LuVolume2,
|
|
1750
|
+
LuVolumeOff,
|
|
1751
|
+
LuVolumeX,
|
|
1752
|
+
LuVote,
|
|
1753
|
+
LuWallet,
|
|
1754
|
+
LuWalletCards,
|
|
1755
|
+
LuWalletMinimal,
|
|
1756
|
+
LuWallpaper,
|
|
1757
|
+
LuWand,
|
|
1758
|
+
LuWandSparkles,
|
|
1759
|
+
LuWarehouse,
|
|
1760
|
+
LuWashingMachine,
|
|
1761
|
+
LuWatch,
|
|
1762
|
+
LuWaves,
|
|
1763
|
+
LuWavesLadder,
|
|
1764
|
+
LuWaypoints,
|
|
1765
|
+
LuWebcam,
|
|
1766
|
+
LuWebhook,
|
|
1767
|
+
LuWebhookOff,
|
|
1768
|
+
LuWeight,
|
|
1769
|
+
LuWheat,
|
|
1770
|
+
LuWheatOff,
|
|
1771
|
+
LuWholeWord,
|
|
1772
|
+
LuWifi,
|
|
1773
|
+
LuWifiCog,
|
|
1774
|
+
LuWifiHigh,
|
|
1775
|
+
LuWifiLow,
|
|
1776
|
+
LuWifiOff,
|
|
1777
|
+
LuWifiPen,
|
|
1778
|
+
LuWifiSync,
|
|
1779
|
+
LuWifiZero,
|
|
1780
|
+
LuWind,
|
|
1781
|
+
LuWindArrowDown,
|
|
1782
|
+
LuWine,
|
|
1783
|
+
LuWineOff,
|
|
1784
|
+
LuWorkflow,
|
|
1785
|
+
LuWorm,
|
|
1786
|
+
LuWrapText,
|
|
1787
|
+
LuWrench,
|
|
1788
|
+
LuX,
|
|
1789
|
+
LuXTwitter,
|
|
1790
|
+
LuYoutube,
|
|
1791
|
+
LuZap,
|
|
1792
|
+
LuZapOff,
|
|
1793
|
+
LuZoomIn,
|
|
1794
|
+
LuZoomOut,
|
|
1795
|
+
default2 as RuiAccordion,
|
|
1796
|
+
default3 as RuiAccordions,
|
|
1797
|
+
default4 as RuiAlert,
|
|
1798
|
+
default14 as RuiAutoComplete,
|
|
1799
|
+
default28 as RuiBadge,
|
|
1800
|
+
default29 as RuiBottomSheet,
|
|
1801
|
+
default6 as RuiButton,
|
|
1802
|
+
default5 as RuiButtonGroup,
|
|
1803
|
+
default7 as RuiCalendar,
|
|
1804
|
+
default8 as RuiCard,
|
|
1805
|
+
default9 as RuiCardHeader,
|
|
1806
|
+
default15 as RuiCheckbox,
|
|
1807
|
+
default10 as RuiChip,
|
|
1808
|
+
default11 as RuiColorPicker,
|
|
1809
|
+
default38 as RuiDataTable,
|
|
1810
|
+
default12 as RuiDateTimePicker,
|
|
1811
|
+
default30 as RuiDialog,
|
|
1812
|
+
default13 as RuiDivider,
|
|
1813
|
+
default36 as RuiFooterStepper,
|
|
1814
|
+
default25 as RuiIcon,
|
|
1815
|
+
RuiIcons,
|
|
1816
|
+
default27 as RuiLogo,
|
|
1817
|
+
default31 as RuiMenu,
|
|
1818
|
+
default19 as RuiMenuSelect,
|
|
1819
|
+
default32 as RuiNavigationDrawer,
|
|
1820
|
+
default33 as RuiNotification,
|
|
1821
|
+
default35 as RuiProgress,
|
|
1822
|
+
default17 as RuiRadio,
|
|
1823
|
+
default16 as RuiRadioGroup,
|
|
1824
|
+
default18 as RuiRevealableTextField,
|
|
1825
|
+
default20 as RuiSimpleSelect,
|
|
1826
|
+
default26 as RuiSkeletonLoader,
|
|
1827
|
+
default21 as RuiSlider,
|
|
1828
|
+
default37 as RuiStepper,
|
|
1829
|
+
default22 as RuiSwitch,
|
|
1830
|
+
default43 as RuiTab,
|
|
1831
|
+
default41 as RuiTabItem,
|
|
1832
|
+
default42 as RuiTabItems,
|
|
1833
|
+
default40 as RuiTablePagination,
|
|
1834
|
+
default39 as RuiTableRowExpander,
|
|
1835
|
+
default44 as RuiTabs,
|
|
1836
|
+
default23 as RuiTextArea,
|
|
1837
|
+
default24 as RuiTextField,
|
|
1838
|
+
default45 as RuiTimePicker,
|
|
1839
|
+
default34 as RuiTooltip,
|
|
1840
|
+
StepperState,
|
|
1841
|
+
ThemeMode,
|
|
1842
|
+
contextColors,
|
|
1843
|
+
createBlockie,
|
|
1844
|
+
createRui,
|
|
1845
|
+
createRuiI8nPlugin,
|
|
1846
|
+
isRuiIcon,
|
|
1847
|
+
translationKeys,
|
|
1848
|
+
useBreakpoint,
|
|
1849
|
+
useIcons,
|
|
1850
|
+
useRotkiTheme
|
|
1851
|
+
};
|
|
1852
|
+
//# sourceMappingURL=index.js.map
|