@rotki/ui-library 2.15.0 → 2.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordions/accordion/RuiAccordion.js +7 -0
- package/dist/components/accordions/accordion/RuiAccordion.js.map +1 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +9 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue_vue_type_script_setup_true_lang.js +88 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/accordions/accordions/RuiAccordions.js +7 -0
- package/dist/components/accordions/accordions/RuiAccordions.js.map +1 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue_vue_type_script_setup_true_lang.js +67 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/alerts/RuiAlert.js +7 -0
- package/dist/components/alerts/RuiAlert.js.map +1 -0
- package/dist/components/alerts/RuiAlert.vue_vue_type_script_setup_true_lang.js +330 -0
- package/dist/components/alerts/RuiAlert.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.js +7 -0
- package/dist/components/buttons/button/RuiButton.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.vue.d.ts +3 -2
- package/dist/components/buttons/button/RuiButton.vue_vue_type_script_setup_true_lang.js +104 -0
- package/dist/components/buttons/button/RuiButton.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/buttons/button/button-props.d.ts +16 -0
- package/dist/components/buttons/button/button-props.js +20 -0
- package/dist/components/buttons/button/button-props.js.map +1 -0
- package/dist/components/buttons/button/button-styles.d.ts +229 -0
- package/dist/components/buttons/button/button-styles.js +342 -0
- package/dist/components/buttons/button/button-styles.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.js +7 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue_vue_type_script_setup_true_lang.js +246 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/calendar/RuiCalendar.js +7 -0
- package/dist/components/calendar/RuiCalendar.js.map +1 -0
- package/dist/components/calendar/RuiCalendar.vue_vue_type_script_setup_true_lang.js +151 -0
- package/dist/components/calendar/RuiCalendar.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/calendar/RuiCalendarGrid.js +7 -0
- package/dist/components/calendar/RuiCalendarGrid.js.map +1 -0
- package/dist/components/calendar/RuiCalendarGrid.vue_vue_type_script_setup_true_lang.js +155 -0
- package/dist/components/calendar/RuiCalendarGrid.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/calendar/RuiCalendarHeader.js +7 -0
- package/dist/components/calendar/RuiCalendarHeader.js.map +1 -0
- package/dist/components/calendar/RuiCalendarHeader.vue_vue_type_script_setup_true_lang.js +113 -0
- package/dist/components/calendar/RuiCalendarHeader.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/calendar/RuiCalendarMenu.js +7 -0
- package/dist/components/calendar/RuiCalendarMenu.js.map +1 -0
- package/dist/components/calendar/RuiCalendarMenu.vue_vue_type_script_setup_true_lang.js +246 -0
- package/dist/components/calendar/RuiCalendarMenu.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/calendar/state.js +20 -21
- package/dist/components/calendar/state.js.map +1 -1
- package/dist/components/cards/RuiCard.js +7 -0
- package/dist/components/cards/RuiCard.js.map +1 -0
- package/dist/components/cards/RuiCard.vue.d.ts +9 -0
- package/dist/components/cards/RuiCard.vue_vue_type_script_setup_true_lang.js +130 -0
- package/dist/components/cards/RuiCard.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.js +7 -0
- package/dist/components/cards/RuiCardHeader.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.vue_vue_type_script_setup_true_lang.js +67 -0
- package/dist/components/cards/RuiCardHeader.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/chips/RuiChip.js +7 -0
- package/dist/components/chips/RuiChip.js.map +1 -0
- package/dist/components/chips/RuiChip.vue.d.ts +10 -2
- package/dist/components/chips/RuiChip.vue_vue_type_script_setup_true_lang.js +308 -0
- package/dist/components/chips/RuiChip.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/chips/chip-props.d.ts +11 -0
- package/dist/components/chips/chip-props.js +17 -0
- package/dist/components/chips/chip-props.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.js +7 -0
- package/dist/components/color-picker/RuiColorBoard.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +1 -1
- package/dist/components/color-picker/RuiColorBoard.vue_vue_type_script_setup_true_lang.js +100 -0
- package/dist/components/color-picker/RuiColorBoard.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/color-picker/RuiColorDisplay.js +7 -0
- package/dist/components/color-picker/RuiColorDisplay.js.map +1 -0
- package/dist/components/color-picker/RuiColorDisplay.vue_vue_type_script_setup_true_lang.js +37 -0
- package/dist/components/color-picker/RuiColorDisplay.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.js +7 -0
- package/dist/components/color-picker/RuiColorHue.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.vue_vue_type_script_setup_true_lang.js +84 -0
- package/dist/components/color-picker/RuiColorHue.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/color-picker/RuiColorInput.js +7 -0
- package/dist/components/color-picker/RuiColorInput.js.map +1 -0
- package/dist/components/color-picker/RuiColorInput.vue_vue_type_script_setup_true_lang.js +132 -0
- package/dist/components/color-picker/RuiColorInput.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/color-picker/RuiColorPicker.js +7 -0
- package/dist/components/color-picker/RuiColorPicker.js.map +1 -0
- package/dist/components/color-picker/RuiColorPicker.vue_vue_type_script_setup_true_lang.js +57 -0
- package/dist/components/color-picker/RuiColorPicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/color-picker/utils.d.ts +11 -8
- package/dist/components/color-picker/utils.js +179 -194
- package/dist/components/color-picker/utils.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.js +7 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +2 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue_vue_type_script_setup_true_lang.js +369 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.js +7 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +1 -1
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue_vue_type_script_setup_true_lang.js +134 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/date-time-picker/date-time-picker-styles.d.ts +326 -0
- package/dist/components/date-time-picker/date-time-picker-styles.js +19 -0
- package/dist/components/date-time-picker/date-time-picker-styles.js.map +1 -0
- package/dist/components/date-time-picker/dayjs-setup.js +4 -1
- package/dist/components/date-time-picker/dayjs-setup.js.map +1 -1
- package/dist/components/date-time-picker/segment-config.js +42 -21
- package/dist/components/date-time-picker/segment-config.js.map +1 -1
- package/dist/components/date-time-picker/segment-utils.js +24 -31
- package/dist/components/date-time-picker/segment-utils.js.map +1 -1
- package/dist/components/date-time-picker/timezones.js +601 -600
- package/dist/components/date-time-picker/timezones.js.map +1 -1
- package/dist/components/date-time-picker/types.js +14 -14
- package/dist/components/date-time-picker/types.js.map +1 -1
- package/dist/components/date-time-picker/use-date-time-selection.js +222 -282
- package/dist/components/date-time-picker/use-date-time-selection.js.map +1 -1
- package/dist/components/date-time-picker/use-input-handler.js +31 -28
- package/dist/components/date-time-picker/use-input-handler.js.map +1 -1
- package/dist/components/date-time-picker/use-keyboard-handler.js +201 -268
- package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -1
- package/dist/components/date-time-picker/utils.js +10 -11
- package/dist/components/date-time-picker/utils.js.map +1 -1
- package/dist/components/divider/RuiDivider.js +7 -0
- package/dist/components/divider/RuiDivider.js.map +1 -0
- package/dist/components/divider/RuiDivider.vue_vue_type_script_setup_true_lang.js +25 -0
- package/dist/components/divider/RuiDivider.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.js +7 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +12 -2
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue_vue_type_script_setup_true_lang.js +566 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/auto-complete/auto-complete-styles.d.ts +324 -0
- package/dist/components/forms/auto-complete/auto-complete-styles.js +15 -0
- package/dist/components/forms/auto-complete/auto-complete-styles.js.map +1 -0
- package/dist/components/forms/check-control-styles.d.ts +135 -0
- package/dist/components/forms/check-control-styles.js +126 -0
- package/dist/components/forms/check-control-styles.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.js +7 -0
- package/dist/components/forms/checkbox/RuiCheckbox.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue_vue_type_script_setup_true_lang.js +133 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.js +7 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue_vue_type_script_setup_true_lang.js +115 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.js +7 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue_vue_type_script_setup_true_lang.js +96 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.js +7 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.js.map +1 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +2 -15
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue_vue_type_script_setup_true_lang.js +117 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.js +7 -0
- package/dist/components/forms/select/RuiMenuSelect.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +16 -4
- package/dist/components/forms/select/RuiMenuSelect.vue_vue_type_script_setup_true_lang.js +313 -0
- package/dist/components/forms/select/RuiMenuSelect.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.js +7 -0
- package/dist/components/forms/select/RuiSimpleSelect.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue_vue_type_script_setup_true_lang.js +75 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/select/menu-select-styles.d.ts +319 -0
- package/dist/components/forms/select/menu-select-styles.js +11 -0
- package/dist/components/forms/select/menu-select-styles.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.js +7 -0
- package/dist/components/forms/slider/RuiSlider.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +9 -0
- package/dist/components/forms/slider/RuiSlider.vue_vue_type_script_setup_true_lang.js +222 -0
- package/dist/components/forms/slider/RuiSlider.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/slider/slider-styles.d.ts +208 -0
- package/dist/components/forms/slider/slider-styles.js +235 -0
- package/dist/components/forms/slider/slider-styles.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.js +7 -0
- package/dist/components/forms/switch/RuiSwitch.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.vue_vue_type_script_setup_true_lang.js +226 -0
- package/dist/components/forms/switch/RuiSwitch.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.js +7 -0
- package/dist/components/forms/text-area/RuiTextArea.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +8 -4
- package/dist/components/forms/text-area/RuiTextArea.vue_vue_type_script_setup_true_lang.js +248 -0
- package/dist/components/forms/text-area/RuiTextArea.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/text-area/text-area-styles.d.ts +313 -0
- package/dist/components/forms/text-area/text-area-styles.js +239 -0
- package/dist/components/forms/text-area/text-area-styles.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.js +7 -0
- package/dist/components/forms/text-field/RuiTextField.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +4 -3
- package/dist/components/forms/text-field/RuiTextField.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/components/forms/text-field/RuiTextField.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/forms/text-field/text-field-styles.d.ts +299 -0
- package/dist/components/forms/text-field/text-field-styles.js +251 -0
- package/dist/components/forms/text-field/text-field-styles.js.map +1 -0
- package/dist/components/forms/text-input-styles.d.ts +422 -0
- package/dist/components/forms/text-input-styles.js +250 -0
- package/dist/components/forms/text-input-styles.js.map +1 -0
- package/dist/components/helpers/RuiFormTextDetail.js +7 -0
- package/dist/components/helpers/RuiFormTextDetail.js.map +1 -0
- package/dist/components/helpers/RuiFormTextDetail.vue_vue_type_script_setup_true_lang.js +46 -0
- package/dist/components/helpers/RuiFormTextDetail.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/icons/RuiIcon.js +7 -0
- package/dist/components/icons/RuiIcon.js.map +1 -0
- package/dist/components/icons/RuiIcon.vue_vue_type_script_setup_true_lang.js +58 -0
- package/dist/components/icons/RuiIcon.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/index.d.ts +46 -46
- package/dist/components/index.js +45 -92
- package/dist/components/loaders/RuiSkeletonBase.js +7 -0
- package/dist/components/loaders/RuiSkeletonBase.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonBase.vue_vue_type_script_setup_true_lang.js +31 -0
- package/dist/components/loaders/RuiSkeletonBase.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.js +7 -0
- package/dist/components/loaders/RuiSkeletonLoader.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +3 -2
- package/dist/components/loaders/RuiSkeletonLoader.vue_vue_type_script_setup_true_lang.js +62 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/loaders/skeleton-type.d.ts +12 -0
- package/dist/components/loaders/skeleton-type.js +16 -0
- package/dist/components/loaders/skeleton-type.js.map +1 -0
- package/dist/components/logos/RuiLogo.js +7 -0
- package/dist/components/logos/RuiLogo.js.map +1 -0
- package/dist/components/logos/RuiLogo.vue_vue_type_script_setup_true_lang.js +130 -0
- package/dist/components/logos/RuiLogo.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/logos/logo.js +6 -0
- package/dist/components/logos/logo.js.map +1 -0
- package/dist/components/logos/use-logo-sources.d.ts +1 -1
- package/dist/components/logos/use-logo-sources.js +66 -62
- package/dist/components/logos/use-logo-sources.js.map +1 -1
- package/dist/components/overlays/badge/RuiBadge.js +7 -0
- package/dist/components/overlays/badge/RuiBadge.js.map +1 -0
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +4 -3
- package/dist/components/overlays/badge/RuiBadge.vue_vue_type_script_setup_true_lang.js +189 -0
- package/dist/components/overlays/badge/RuiBadge.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/overlays/badge/badge-props.d.ts +19 -0
- package/dist/components/overlays/badge/badge-props.js +21 -0
- package/dist/components/overlays/badge/badge-props.js.map +1 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.js +7 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.js.map +1 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue_vue_type_script_setup_true_lang.js +51 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.js +7 -0
- package/dist/components/overlays/dialog/RuiDialog.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +7 -0
- package/dist/components/overlays/dialog/RuiDialog.vue_vue_type_script_setup_true_lang.js +163 -0
- package/dist/components/overlays/dialog/RuiDialog.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.js +7 -0
- package/dist/components/overlays/menu/RuiMenu.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +12 -0
- package/dist/components/overlays/menu/RuiMenu.vue_vue_type_script_setup_true_lang.js +236 -0
- package/dist/components/overlays/menu/RuiMenu.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.js +7 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +7 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue_vue_type_script_setup_true_lang.js +180 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/overlays/notification/RuiNotification.js +7 -0
- package/dist/components/overlays/notification/RuiNotification.js.map +1 -0
- package/dist/components/overlays/notification/RuiNotification.vue_vue_type_script_setup_true_lang.js +70 -0
- package/dist/components/overlays/notification/RuiNotification.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.js +7 -0
- package/dist/components/overlays/tooltip/RuiTooltip.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +10 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue_vue_type_script_setup_true_lang.js +107 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/overlays/tooltip/tooltip-styles.d.ts +91 -0
- package/dist/components/overlays/tooltip/tooltip-styles.js +40 -0
- package/dist/components/overlays/tooltip/tooltip-styles.js.map +1 -0
- package/dist/components/progress/RuiProgress.js +7 -0
- package/dist/components/progress/RuiProgress.js.map +1 -0
- package/dist/components/progress/RuiProgress.vue.d.ts +2 -1
- package/dist/components/progress/RuiProgress.vue_vue_type_script_setup_true_lang.js +254 -0
- package/dist/components/progress/RuiProgress.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/progress/progress-props.d.ts +6 -0
- package/dist/components/progress/progress-props.js +10 -0
- package/dist/components/progress/progress-props.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.js +7 -0
- package/dist/components/steppers/RuiFooterStepper.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +2 -1
- package/dist/components/steppers/RuiFooterStepper.vue_vue_type_script_setup_true_lang.js +164 -0
- package/dist/components/steppers/RuiFooterStepper.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/steppers/RuiStepper.js +7 -0
- package/dist/components/steppers/RuiStepper.js.map +1 -0
- package/dist/components/steppers/RuiStepper.vue.d.ts +9 -0
- package/dist/components/steppers/RuiStepper.vue_vue_type_script_setup_true_lang.js +232 -0
- package/dist/components/steppers/RuiStepper.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.js +7 -0
- package/dist/components/steppers/RuiStepperCustomIcon.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue_vue_type_script_setup_true_lang.js +43 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.js +7 -0
- package/dist/components/steppers/RuiStepperIcon.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.vue_vue_type_script_setup_true_lang.js +72 -0
- package/dist/components/steppers/RuiStepperIcon.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/steppers/footer-stepper-variant.d.ts +7 -0
- package/dist/components/steppers/footer-stepper-variant.js +11 -0
- package/dist/components/steppers/footer-stepper-variant.js.map +1 -0
- package/dist/components/tables/RuiDataTable.js +7 -0
- package/dist/components/tables/RuiDataTable.js.map +1 -0
- package/dist/components/tables/RuiDataTable.vue.d.ts +7 -2
- package/dist/components/tables/RuiDataTable.vue_vue_type_script_setup_true_lang.js +516 -0
- package/dist/components/tables/RuiDataTable.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.js +7 -0
- package/dist/components/tables/RuiExpandButton.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.vue_vue_type_script_setup_true_lang.js +34 -0
- package/dist/components/tables/RuiExpandButton.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/RuiTableEmptyState.js +7 -0
- package/dist/components/tables/RuiTableEmptyState.js.map +1 -0
- package/dist/components/tables/RuiTableEmptyState.vue.d.ts +16 -0
- package/dist/components/tables/RuiTableEmptyState.vue_vue_type_script_setup_true_lang.js +46 -0
- package/dist/components/tables/RuiTableEmptyState.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/RuiTableHead.js +7 -0
- package/dist/components/tables/RuiTableHead.js.map +1 -0
- package/dist/components/tables/RuiTableHead.vue.d.ts +6 -5
- package/dist/components/tables/RuiTableHead.vue_vue_type_script_setup_true_lang.js +230 -0
- package/dist/components/tables/RuiTableHead.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.js +7 -0
- package/dist/components/tables/RuiTablePagination.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue.d.ts +9 -6
- package/dist/components/tables/RuiTablePagination.vue_vue_type_script_setup_true_lang.js +187 -0
- package/dist/components/tables/RuiTablePagination.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tables/data-table-styles.d.ts +155 -0
- package/dist/components/tables/data-table-styles.js +36 -0
- package/dist/components/tables/data-table-styles.js.map +1 -0
- package/dist/components/tables/table-props.d.ts +20 -0
- package/dist/components/tables/table-props.js +39 -0
- package/dist/components/tables/table-props.js.map +1 -0
- package/dist/components/tables/table_no_data_placeholder.js +6 -0
- package/dist/components/tables/table_no_data_placeholder.js.map +1 -0
- package/dist/components/tables/table_no_data_placeholder_dark.js +6 -0
- package/dist/components/tables/table_no_data_placeholder_dark.js.map +1 -0
- package/dist/components/tables/use-pagination-navigation.d.ts +32 -0
- package/dist/components/tables/use-pagination-navigation.js +88 -0
- package/dist/components/tables/use-pagination-navigation.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.js +7 -0
- package/dist/components/tabs/tab/RuiTab.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +12 -3
- package/dist/components/tabs/tab/RuiTab.vue_vue_type_script_setup_true_lang.js +175 -0
- package/dist/components/tabs/tab/RuiTab.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tabs/tab/use-tab-link.d.ts +26 -0
- package/dist/components/tabs/tab/use-tab-link.js +28 -0
- package/dist/components/tabs/tab/use-tab-link.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.js +7 -0
- package/dist/components/tabs/tab-item/RuiTabItem.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue_vue_type_script_setup_true_lang.js +54 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.js +7 -0
- package/dist/components/tabs/tab-items/RuiTabItems.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue_vue_type_script_setup_true_lang.js +76 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tabs/tab-props.d.ts +20 -0
- package/dist/components/tabs/tab-props.js +18 -0
- package/dist/components/tabs/tab-props.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.js +7 -0
- package/dist/components/tabs/tabs/RuiTabs.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +3 -2
- package/dist/components/tabs/tabs/RuiTabs.vue_vue_type_script_setup_true_lang.js +208 -0
- package/dist/components/tabs/tabs/RuiTabs.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/tabs/tabs/use-tab-routing.d.ts +28 -0
- package/dist/components/tabs/tabs/use-tab-routing.js +43 -0
- package/dist/components/tabs/tabs/use-tab-routing.js.map +1 -0
- package/dist/components/tabs/tabs/use-tab-scroll.d.ts +23 -0
- package/dist/components/tabs/tabs/use-tab-scroll.js +68 -0
- package/dist/components/tabs/tabs/use-tab-scroll.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.js +7 -0
- package/dist/components/time-picker/RuiTimePicker.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.vue_vue_type_script_setup_true_lang.js +382 -0
- package/dist/components/time-picker/RuiTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/components/time-picker/time-picker-styles.d.ts +76 -0
- package/dist/components/time-picker/time-picker-styles.js +27 -0
- package/dist/components/time-picker/time-picker-styles.js.map +1 -0
- package/dist/composables/breakpoint.js +35 -40
- package/dist/composables/breakpoint.js.map +1 -1
- package/dist/composables/colors/common.d.ts +20 -0
- package/dist/composables/colors/index.d.ts +3 -0
- package/dist/composables/colors/text-input.d.ts +27 -0
- package/dist/composables/defaults/table.js +21 -18
- package/dist/composables/defaults/table.js.map +1 -1
- package/dist/composables/dropdown-menu.d.ts +6 -6
- package/dist/composables/dropdown-menu.js +169 -237
- package/dist/composables/dropdown-menu.js.map +1 -1
- package/dist/composables/floating.d.ts +60 -0
- package/dist/composables/floating.js +167 -0
- package/dist/composables/floating.js.map +1 -0
- package/dist/composables/forms/auto-complete/focus.d.ts +4 -4
- package/dist/composables/forms/auto-complete/focus.js +59 -79
- package/dist/composables/forms/auto-complete/focus.js.map +1 -1
- package/dist/composables/forms/auto-complete/index.js +4 -0
- package/dist/composables/forms/auto-complete/keyboard-navigation.d.ts +6 -5
- package/dist/composables/forms/auto-complete/keyboard-navigation.js +116 -136
- package/dist/composables/forms/auto-complete/keyboard-navigation.js.map +1 -1
- package/dist/composables/forms/auto-complete/search.d.ts +11 -10
- package/dist/composables/forms/auto-complete/search.js +80 -91
- package/dist/composables/forms/auto-complete/search.js.map +1 -1
- package/dist/composables/forms/auto-complete/value.d.ts +9 -8
- package/dist/composables/forms/auto-complete/value.js +76 -108
- package/dist/composables/forms/auto-complete/value.js.map +1 -1
- package/dist/composables/forms/use-prepend-append-width.js +24 -20
- package/dist/composables/forms/use-prepend-append-width.js.map +1 -1
- package/dist/composables/icons.js +42 -52
- package/dist/composables/icons.js.map +1 -1
- package/dist/composables/index.js +2 -7
- package/dist/composables/popper.d.ts +5 -20
- package/dist/composables/popper.js +22 -177
- package/dist/composables/popper.js.map +1 -1
- package/dist/composables/sticky-header.js +132 -143
- package/dist/composables/sticky-header.js.map +1 -1
- package/dist/composables/tables/data-table/columns.d.ts +1 -1
- package/dist/composables/tables/data-table/columns.js +41 -49
- package/dist/composables/tables/data-table/columns.js.map +1 -1
- package/dist/composables/tables/data-table/expansion.js +29 -34
- package/dist/composables/tables/data-table/expansion.js.map +1 -1
- package/dist/composables/tables/data-table/grouping.d.ts +1 -1
- package/dist/composables/tables/data-table/grouping.js +110 -132
- package/dist/composables/tables/data-table/grouping.js.map +1 -1
- package/dist/composables/tables/data-table/pagination.d.ts +2 -2
- package/dist/composables/tables/data-table/pagination.js +98 -115
- package/dist/composables/tables/data-table/pagination.js.map +1 -1
- package/dist/composables/tables/data-table/selection.js +124 -160
- package/dist/composables/tables/data-table/selection.js.map +1 -1
- package/dist/composables/tables/data-table/sort.d.ts +2 -2
- package/dist/composables/tables/data-table/sort.js +118 -132
- package/dist/composables/tables/data-table/sort.js.map +1 -1
- package/dist/composables/tables/data-table/types.d.ts +2 -2
- package/dist/composables/tables/data-table/types.js +7 -7
- package/dist/composables/tables/data-table/types.js.map +1 -1
- package/dist/composables/theme.js +91 -66
- package/dist/composables/theme.js.map +1 -1
- package/dist/composables/timeout-manager.js +24 -19
- package/dist/composables/timeout-manager.js.map +1 -1
- package/dist/composables/use-rui-i18n.js +15 -21
- package/dist/composables/use-rui-i18n.js.map +1 -1
- package/dist/consts/colors.js +50 -47
- package/dist/consts/colors.js.map +1 -1
- package/dist/consts/time-accuracy.js +9 -8
- package/dist/consts/time-accuracy.js.map +1 -1
- package/dist/i18n/keys.js +17 -16
- package/dist/i18n/keys.js.map +1 -1
- package/dist/icons/icons_1.js +1529 -2027
- package/dist/icons/icons_1.js.map +1 -1
- package/dist/icons/icons_2.js +1529 -2027
- package/dist/icons/icons_2.js.map +1 -1
- package/dist/icons/icons_3.js +1529 -2027
- package/dist/icons/icons_3.js.map +1 -1
- package/dist/icons/icons_4.js +794 -1047
- package/dist/icons/icons_4.js.map +1 -1
- package/dist/icons/index.js +1767 -7
- package/dist/icons/index.js.map +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.js +87 -1907
- package/dist/index.js.map +1 -1
- package/dist/node_modules/.pnpm/tailwind-merge@2.6.1/node_modules/tailwind-merge/dist/bundle-mjs.js +1440 -0
- package/dist/node_modules/.pnpm/tailwind-merge@2.6.1/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
- package/dist/node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@2.6.1_tailwindcss@3.4.19_tsx@4.21.0_yaml@2.8.2_/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js +91 -0
- package/dist/node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@2.6.1_tailwindcss@3.4.19_tsx@4.21.0_yaml@2.8.2_/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js.map +1 -0
- package/dist/node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@2.6.1_tailwindcss@3.4.19_tsx@4.21.0_yaml@2.8.2_/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js +217 -0
- package/dist/node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@2.6.1_tailwindcss@3.4.19_tsx@4.21.0_yaml@2.8.2_/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js.map +1 -0
- package/dist/node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@2.6.1_tailwindcss@3.4.19_tsx@4.21.0_yaml@2.8.2_/node_modules/tailwind-variants/dist/index.js +33 -0
- package/dist/node_modules/.pnpm/tailwind-variants@3.2.2_tailwind-merge@2.6.1_tailwindcss@3.4.19_tsx@4.21.0_yaml@2.8.2_/node_modules/tailwind-variants/dist/index.js.map +1 -0
- package/dist/style.css +2780 -10260
- package/dist/theme/index.js +160 -198
- package/dist/theme/index.js.map +1 -1
- package/dist/types/class-value.d.ts +5 -0
- package/dist/types/stepper.js +16 -15
- package/dist/types/stepper.js.map +1 -1
- package/dist/types/theme.js +17 -22
- package/dist/types/theme.js.map +1 -1
- package/dist/utils/assert.js +12 -12
- package/dist/utils/assert.js.map +1 -1
- package/dist/utils/blockie.js +58 -65
- package/dist/utils/blockie.js.map +1 -1
- package/dist/utils/form-text-detail.d.ts +4 -2
- package/dist/utils/form-text-detail.js +29 -27
- package/dist/utils/form-text-detail.js.map +1 -1
- package/dist/utils/helpers.js +60 -35
- package/dist/utils/helpers.js.map +1 -1
- package/dist/utils/is-equal.js +23 -33
- package/dist/utils/is-equal.js.map +1 -1
- package/dist/utils/tv.d.ts +16 -0
- package/dist/utils/tv.js +23 -0
- package/dist/utils/tv.js.map +1 -0
- package/dist/vite-plugin/index.js +144 -155
- package/dist/vite-plugin/index.js.map +1 -1
- package/dist/vite-plugin/scanner.js +46 -52
- package/dist/vite-plugin/scanner.js.map +1 -1
- package/dist/web-types.json +214 -39
- package/package.json +28 -26
- package/dist/_virtual/_plugin-vue_export-helper.js +0 -11
- package/dist/_virtual/_plugin-vue_export-helper.js.map +0 -1
- package/dist/components/accordions/accordion/RuiAccordion.vue.js +0 -89
- package/dist/components/accordions/accordion/RuiAccordion.vue.js.map +0 -1
- package/dist/components/accordions/accordion/RuiAccordion.vue2.js +0 -5
- package/dist/components/accordions/accordion/RuiAccordion.vue2.js.map +0 -1
- package/dist/components/accordions/accordions/RuiAccordions.vue.js +0 -79
- package/dist/components/accordions/accordions/RuiAccordions.vue.js.map +0 -1
- package/dist/components/accordions/accordions/RuiAccordions.vue2.js +0 -5
- package/dist/components/accordions/accordions/RuiAccordions.vue2.js.map +0 -1
- package/dist/components/alerts/RuiAlert.vue.js +0 -11
- package/dist/components/alerts/RuiAlert.vue.js.map +0 -1
- package/dist/components/alerts/RuiAlert.vue2.js +0 -115
- package/dist/components/alerts/RuiAlert.vue2.js.map +0 -1
- package/dist/components/alerts/RuiAlert.vue3.js +0 -50
- package/dist/components/alerts/RuiAlert.vue3.js.map +0 -1
- package/dist/components/buttons/button/RuiButton.vue.js +0 -11
- package/dist/components/buttons/button/RuiButton.vue.js.map +0 -1
- package/dist/components/buttons/button/RuiButton.vue2.js +0 -93
- package/dist/components/buttons/button/RuiButton.vue2.js.map +0 -1
- package/dist/components/buttons/button/RuiButton.vue3.js +0 -74
- package/dist/components/buttons/button/RuiButton.vue3.js.map +0 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.js +0 -11
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.js.map +0 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js +0 -113
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js.map +0 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue3.js +0 -58
- package/dist/components/buttons/button-group/RuiButtonGroup.vue3.js.map +0 -1
- package/dist/components/calendar/RuiCalendar.vue.js +0 -139
- package/dist/components/calendar/RuiCalendar.vue.js.map +0 -1
- package/dist/components/calendar/RuiCalendar.vue3.js +0 -6
- package/dist/components/calendar/RuiCalendar.vue3.js.map +0 -1
- package/dist/components/calendar/RuiCalendarGrid.vue.js +0 -8
- package/dist/components/calendar/RuiCalendarGrid.vue.js.map +0 -1
- package/dist/components/calendar/RuiCalendarGrid.vue2.js +0 -151
- package/dist/components/calendar/RuiCalendarGrid.vue2.js.map +0 -1
- package/dist/components/calendar/RuiCalendarHeader.vue.js +0 -8
- package/dist/components/calendar/RuiCalendarHeader.vue.js.map +0 -1
- package/dist/components/calendar/RuiCalendarHeader.vue2.js +0 -111
- package/dist/components/calendar/RuiCalendarHeader.vue2.js.map +0 -1
- package/dist/components/calendar/RuiCalendarMenu.vue.js +0 -8
- package/dist/components/calendar/RuiCalendarMenu.vue.js.map +0 -1
- package/dist/components/calendar/RuiCalendarMenu.vue2.js +0 -269
- package/dist/components/calendar/RuiCalendarMenu.vue2.js.map +0 -1
- package/dist/components/cards/RuiCard.vue.js +0 -11
- package/dist/components/cards/RuiCard.vue.js.map +0 -1
- package/dist/components/cards/RuiCard.vue2.js +0 -88
- package/dist/components/cards/RuiCard.vue2.js.map +0 -1
- package/dist/components/cards/RuiCard.vue3.js +0 -40
- package/dist/components/cards/RuiCard.vue3.js.map +0 -1
- package/dist/components/cards/RuiCardHeader.vue.js +0 -11
- package/dist/components/cards/RuiCardHeader.vue.js.map +0 -1
- package/dist/components/cards/RuiCardHeader.vue2.js +0 -51
- package/dist/components/cards/RuiCardHeader.vue2.js.map +0 -1
- package/dist/components/cards/RuiCardHeader.vue3.js +0 -27
- package/dist/components/cards/RuiCardHeader.vue3.js.map +0 -1
- package/dist/components/chips/RuiChip.vue.js +0 -11
- package/dist/components/chips/RuiChip.vue.js.map +0 -1
- package/dist/components/chips/RuiChip.vue2.js +0 -90
- package/dist/components/chips/RuiChip.vue2.js.map +0 -1
- package/dist/components/chips/RuiChip.vue3.js +0 -88
- package/dist/components/chips/RuiChip.vue3.js.map +0 -1
- package/dist/components/color-picker/RuiColorBoard.vue.js +0 -11
- package/dist/components/color-picker/RuiColorBoard.vue.js.map +0 -1
- package/dist/components/color-picker/RuiColorBoard.vue2.js +0 -102
- package/dist/components/color-picker/RuiColorBoard.vue2.js.map +0 -1
- package/dist/components/color-picker/RuiColorBoard.vue3.js +0 -18
- package/dist/components/color-picker/RuiColorBoard.vue3.js.map +0 -1
- package/dist/components/color-picker/RuiColorDisplay.vue.js +0 -47
- package/dist/components/color-picker/RuiColorDisplay.vue.js.map +0 -1
- package/dist/components/color-picker/RuiColorDisplay.vue2.js +0 -5
- package/dist/components/color-picker/RuiColorDisplay.vue2.js.map +0 -1
- package/dist/components/color-picker/RuiColorHue.vue.js +0 -11
- package/dist/components/color-picker/RuiColorHue.vue.js.map +0 -1
- package/dist/components/color-picker/RuiColorHue.vue2.js +0 -92
- package/dist/components/color-picker/RuiColorHue.vue2.js.map +0 -1
- package/dist/components/color-picker/RuiColorHue.vue3.js +0 -12
- package/dist/components/color-picker/RuiColorHue.vue3.js.map +0 -1
- package/dist/components/color-picker/RuiColorInput.vue.js +0 -141
- package/dist/components/color-picker/RuiColorInput.vue.js.map +0 -1
- package/dist/components/color-picker/RuiColorInput.vue2.js +0 -5
- package/dist/components/color-picker/RuiColorInput.vue2.js.map +0 -1
- package/dist/components/color-picker/RuiColorPicker.vue.js +0 -81
- package/dist/components/color-picker/RuiColorPicker.vue.js.map +0 -1
- package/dist/components/color-picker/RuiColorPicker.vue2.js +0 -5
- package/dist/components/color-picker/RuiColorPicker.vue2.js.map +0 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.js +0 -11
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.js.map +0 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js +0 -394
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js.map +0 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue3.js +0 -66
- package/dist/components/date-time-picker/RuiDateTimePicker.vue3.js.map +0 -1
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js +0 -120
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js.map +0 -1
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue2.js +0 -5
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue2.js.map +0 -1
- package/dist/components/divider/RuiDivider.vue.js +0 -25
- package/dist/components/divider/RuiDivider.vue.js.map +0 -1
- package/dist/components/divider/RuiDivider.vue2.js +0 -5
- package/dist/components/divider/RuiDivider.vue2.js.map +0 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.js +0 -11
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.js.map +0 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js +0 -594
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js.map +0 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue3.js +0 -60
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue3.js.map +0 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue.js +0 -11
- package/dist/components/forms/checkbox/RuiCheckbox.vue.js.map +0 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js +0 -148
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js.map +0 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue3.js +0 -54
- package/dist/components/forms/checkbox/RuiCheckbox.vue3.js.map +0 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.js +0 -11
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.js.map +0 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js +0 -122
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js.map +0 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue3.js +0 -54
- package/dist/components/forms/radio-button/radio/RuiRadio.vue3.js.map +0 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.js +0 -11
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.js.map +0 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js +0 -84
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js.map +0 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue3.js +0 -9
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue3.js.map +0 -1
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js +0 -84
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js.map +0 -1
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue2.js +0 -5
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue2.js.map +0 -1
- package/dist/components/forms/select/RuiMenuSelect.vue.js +0 -11
- package/dist/components/forms/select/RuiMenuSelect.vue.js.map +0 -1
- package/dist/components/forms/select/RuiMenuSelect.vue2.js +0 -310
- package/dist/components/forms/select/RuiMenuSelect.vue2.js.map +0 -1
- package/dist/components/forms/select/RuiMenuSelect.vue3.js +0 -60
- package/dist/components/forms/select/RuiMenuSelect.vue3.js.map +0 -1
- package/dist/components/forms/select/RuiSimpleSelect.vue.js +0 -11
- package/dist/components/forms/select/RuiSimpleSelect.vue.js.map +0 -1
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js +0 -62
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js.map +0 -1
- package/dist/components/forms/select/RuiSimpleSelect.vue3.js +0 -21
- package/dist/components/forms/select/RuiSimpleSelect.vue3.js.map +0 -1
- package/dist/components/forms/slider/RuiSlider.vue.js +0 -11
- package/dist/components/forms/slider/RuiSlider.vue.js.map +0 -1
- package/dist/components/forms/slider/RuiSlider.vue2.js +0 -173
- package/dist/components/forms/slider/RuiSlider.vue2.js.map +0 -1
- package/dist/components/forms/slider/RuiSlider.vue3.js +0 -80
- package/dist/components/forms/slider/RuiSlider.vue3.js.map +0 -1
- package/dist/components/forms/switch/RuiSwitch.vue.js +0 -11
- package/dist/components/forms/switch/RuiSwitch.vue.js.map +0 -1
- package/dist/components/forms/switch/RuiSwitch.vue2.js +0 -99
- package/dist/components/forms/switch/RuiSwitch.vue2.js.map +0 -1
- package/dist/components/forms/switch/RuiSwitch.vue3.js +0 -54
- package/dist/components/forms/switch/RuiSwitch.vue3.js.map +0 -1
- package/dist/components/forms/text-area/RuiTextArea.vue.js +0 -11
- package/dist/components/forms/text-area/RuiTextArea.vue.js.map +0 -1
- package/dist/components/forms/text-area/RuiTextArea.vue2.js +0 -229
- package/dist/components/forms/text-area/RuiTextArea.vue2.js.map +0 -1
- package/dist/components/forms/text-area/RuiTextArea.vue3.js +0 -92
- package/dist/components/forms/text-area/RuiTextArea.vue3.js.map +0 -1
- package/dist/components/forms/text-field/RuiTextField.vue.js +0 -11
- package/dist/components/forms/text-field/RuiTextField.vue.js.map +0 -1
- package/dist/components/forms/text-field/RuiTextField.vue2.js +0 -202
- package/dist/components/forms/text-field/RuiTextField.vue2.js.map +0 -1
- package/dist/components/forms/text-field/RuiTextField.vue3.js +0 -89
- package/dist/components/forms/text-field/RuiTextField.vue3.js.map +0 -1
- package/dist/components/helpers/RuiFormTextDetail.vue.js +0 -50
- package/dist/components/helpers/RuiFormTextDetail.vue.js.map +0 -1
- package/dist/components/helpers/RuiFormTextDetail.vue2.js +0 -5
- package/dist/components/helpers/RuiFormTextDetail.vue2.js.map +0 -1
- package/dist/components/icons/RuiIcon.vue.js +0 -11
- package/dist/components/icons/RuiIcon.vue.js.map +0 -1
- package/dist/components/icons/RuiIcon.vue2.js +0 -57
- package/dist/components/icons/RuiIcon.vue2.js.map +0 -1
- package/dist/components/icons/RuiIcon.vue3.js +0 -29
- package/dist/components/icons/RuiIcon.vue3.js.map +0 -1
- package/dist/components/index.js.map +0 -1
- package/dist/components/loaders/RuiSkeletonBase.vue.js +0 -11
- package/dist/components/loaders/RuiSkeletonBase.vue.js.map +0 -1
- package/dist/components/loaders/RuiSkeletonBase.vue2.js +0 -22
- package/dist/components/loaders/RuiSkeletonBase.vue2.js.map +0 -1
- package/dist/components/loaders/RuiSkeletonBase.vue3.js +0 -12
- package/dist/components/loaders/RuiSkeletonBase.vue3.js.map +0 -1
- package/dist/components/loaders/RuiSkeletonLoader.vue.js +0 -11
- package/dist/components/loaders/RuiSkeletonLoader.vue.js.map +0 -1
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js +0 -47
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js.map +0 -1
- package/dist/components/loaders/RuiSkeletonLoader.vue3.js +0 -33
- package/dist/components/loaders/RuiSkeletonLoader.vue3.js.map +0 -1
- package/dist/components/logos/RuiLogo.vue.js +0 -148
- package/dist/components/logos/RuiLogo.vue.js.map +0 -1
- package/dist/components/logos/RuiLogo.vue2.js +0 -5
- package/dist/components/logos/RuiLogo.vue2.js.map +0 -1
- package/dist/components/logos/logo.svg.js +0 -5
- package/dist/components/logos/logo.svg.js.map +0 -1
- package/dist/components/overlays/badge/RuiBadge.vue.js +0 -11
- package/dist/components/overlays/badge/RuiBadge.vue.js.map +0 -1
- package/dist/components/overlays/badge/RuiBadge.vue2.js +0 -93
- package/dist/components/overlays/badge/RuiBadge.vue2.js.map +0 -1
- package/dist/components/overlays/badge/RuiBadge.vue3.js +0 -77
- package/dist/components/overlays/badge/RuiBadge.vue3.js.map +0 -1
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js +0 -45
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js.map +0 -1
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue2.js +0 -5
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue2.js.map +0 -1
- package/dist/components/overlays/dialog/RuiDialog.vue.js +0 -11
- package/dist/components/overlays/dialog/RuiDialog.vue.js.map +0 -1
- package/dist/components/overlays/dialog/RuiDialog.vue2.js +0 -195
- package/dist/components/overlays/dialog/RuiDialog.vue2.js.map +0 -1
- package/dist/components/overlays/dialog/RuiDialog.vue3.js +0 -18
- package/dist/components/overlays/dialog/RuiDialog.vue3.js.map +0 -1
- package/dist/components/overlays/menu/RuiMenu.vue.js +0 -11
- package/dist/components/overlays/menu/RuiMenu.vue.js.map +0 -1
- package/dist/components/overlays/menu/RuiMenu.vue2.js +0 -214
- package/dist/components/overlays/menu/RuiMenu.vue2.js.map +0 -1
- package/dist/components/overlays/menu/RuiMenu.vue3.js +0 -21
- package/dist/components/overlays/menu/RuiMenu.vue3.js.map +0 -1
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.js +0 -11
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.js.map +0 -1
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js +0 -164
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js.map +0 -1
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue3.js +0 -28
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue3.js.map +0 -1
- package/dist/components/overlays/notification/RuiNotification.vue.js +0 -79
- package/dist/components/overlays/notification/RuiNotification.vue.js.map +0 -1
- package/dist/components/overlays/notification/RuiNotification.vue2.js +0 -5
- package/dist/components/overlays/notification/RuiNotification.vue2.js.map +0 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue.js +0 -11
- package/dist/components/overlays/tooltip/RuiTooltip.vue.js.map +0 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js +0 -112
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js.map +0 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue3.js +0 -27
- package/dist/components/overlays/tooltip/RuiTooltip.vue3.js.map +0 -1
- package/dist/components/progress/RuiProgress.vue.js +0 -11
- package/dist/components/progress/RuiProgress.vue.js.map +0 -1
- package/dist/components/progress/RuiProgress.vue2.js +0 -92
- package/dist/components/progress/RuiProgress.vue2.js.map +0 -1
- package/dist/components/progress/RuiProgress.vue3.js +0 -48
- package/dist/components/progress/RuiProgress.vue3.js.map +0 -1
- package/dist/components/steppers/RuiFooterStepper.vue.js +0 -11
- package/dist/components/steppers/RuiFooterStepper.vue.js.map +0 -1
- package/dist/components/steppers/RuiFooterStepper.vue2.js +0 -150
- package/dist/components/steppers/RuiFooterStepper.vue2.js.map +0 -1
- package/dist/components/steppers/RuiFooterStepper.vue3.js +0 -31
- package/dist/components/steppers/RuiFooterStepper.vue3.js.map +0 -1
- package/dist/components/steppers/RuiStepper.vue.js +0 -11
- package/dist/components/steppers/RuiStepper.vue.js.map +0 -1
- package/dist/components/steppers/RuiStepper.vue2.js +0 -133
- package/dist/components/steppers/RuiStepper.vue2.js.map +0 -1
- package/dist/components/steppers/RuiStepper.vue3.js +0 -58
- package/dist/components/steppers/RuiStepper.vue3.js.map +0 -1
- package/dist/components/steppers/RuiStepperCustomIcon.vue.js +0 -11
- package/dist/components/steppers/RuiStepperCustomIcon.vue.js.map +0 -1
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js +0 -38
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js.map +0 -1
- package/dist/components/steppers/RuiStepperCustomIcon.vue3.js +0 -15
- package/dist/components/steppers/RuiStepperCustomIcon.vue3.js.map +0 -1
- package/dist/components/steppers/RuiStepperIcon.vue.js +0 -11
- package/dist/components/steppers/RuiStepperIcon.vue.js.map +0 -1
- package/dist/components/steppers/RuiStepperIcon.vue2.js +0 -43
- package/dist/components/steppers/RuiStepperIcon.vue2.js.map +0 -1
- package/dist/components/steppers/RuiStepperIcon.vue3.js +0 -21
- package/dist/components/steppers/RuiStepperIcon.vue3.js.map +0 -1
- package/dist/components/tables/RuiDataTable.vue.js +0 -11
- package/dist/components/tables/RuiDataTable.vue.js.map +0 -1
- package/dist/components/tables/RuiDataTable.vue2.js +0 -541
- package/dist/components/tables/RuiDataTable.vue2.js.map +0 -1
- package/dist/components/tables/RuiDataTable.vue3.js +0 -76
- package/dist/components/tables/RuiDataTable.vue3.js.map +0 -1
- package/dist/components/tables/RuiExpandButton.vue.js +0 -11
- package/dist/components/tables/RuiExpandButton.vue.js.map +0 -1
- package/dist/components/tables/RuiExpandButton.vue2.js +0 -44
- package/dist/components/tables/RuiExpandButton.vue2.js.map +0 -1
- package/dist/components/tables/RuiExpandButton.vue3.js +0 -15
- package/dist/components/tables/RuiExpandButton.vue3.js.map +0 -1
- package/dist/components/tables/RuiTableHead.vue.js +0 -11
- package/dist/components/tables/RuiTableHead.vue.js.map +0 -1
- package/dist/components/tables/RuiTableHead.vue2.js +0 -195
- package/dist/components/tables/RuiTableHead.vue2.js.map +0 -1
- package/dist/components/tables/RuiTableHead.vue3.js +0 -69
- package/dist/components/tables/RuiTableHead.vue3.js.map +0 -1
- package/dist/components/tables/RuiTablePagination.vue.js +0 -11
- package/dist/components/tables/RuiTablePagination.vue.js.map +0 -1
- package/dist/components/tables/RuiTablePagination.vue2.js +0 -204
- package/dist/components/tables/RuiTablePagination.vue2.js.map +0 -1
- package/dist/components/tables/RuiTablePagination.vue3.js +0 -28
- package/dist/components/tables/RuiTablePagination.vue3.js.map +0 -1
- package/dist/components/tables/table_no_data_placeholder.svg.js +0 -5
- package/dist/components/tables/table_no_data_placeholder.svg.js.map +0 -1
- package/dist/components/tables/table_no_data_placeholder_dark.svg.js +0 -5
- package/dist/components/tables/table_no_data_placeholder_dark.svg.js.map +0 -1
- package/dist/components/tabs/tab/RuiTab.vue.js +0 -11
- package/dist/components/tabs/tab/RuiTab.vue.js.map +0 -1
- package/dist/components/tabs/tab/RuiTab.vue2.js +0 -167
- package/dist/components/tabs/tab/RuiTab.vue2.js.map +0 -1
- package/dist/components/tabs/tab/RuiTab.vue3.js +0 -17
- package/dist/components/tabs/tab/RuiTab.vue3.js.map +0 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue.js +0 -11
- package/dist/components/tabs/tab-item/RuiTabItem.vue.js.map +0 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js +0 -52
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js.map +0 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue3.js +0 -9
- package/dist/components/tabs/tab-item/RuiTabItem.vue3.js.map +0 -1
- package/dist/components/tabs/tab-items/RuiTabItems.vue.js +0 -11
- package/dist/components/tabs/tab-items/RuiTabItems.vue.js.map +0 -1
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js +0 -90
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js.map +0 -1
- package/dist/components/tabs/tab-items/RuiTabItems.vue3.js +0 -9
- package/dist/components/tabs/tab-items/RuiTabItems.vue3.js.map +0 -1
- package/dist/components/tabs/tabs/RuiTabs.vue.js +0 -11
- package/dist/components/tabs/tabs/RuiTabs.vue.js.map +0 -1
- package/dist/components/tabs/tabs/RuiTabs.vue2.js +0 -288
- package/dist/components/tabs/tabs/RuiTabs.vue2.js.map +0 -1
- package/dist/components/tabs/tabs/RuiTabs.vue3.js +0 -20
- package/dist/components/tabs/tabs/RuiTabs.vue3.js.map +0 -1
- package/dist/components/time-picker/RuiTimePicker.vue.js +0 -11
- package/dist/components/time-picker/RuiTimePicker.vue.js.map +0 -1
- package/dist/components/time-picker/RuiTimePicker.vue2.js +0 -463
- package/dist/components/time-picker/RuiTimePicker.vue2.js.map +0 -1
- package/dist/components/time-picker/RuiTimePicker.vue3.js +0 -21
- package/dist/components/time-picker/RuiTimePicker.vue3.js.map +0 -1
- package/dist/composables/forms/use-label-with-quote.js +0 -14
- package/dist/composables/forms/use-label-with-quote.js.map +0 -1
- package/dist/composables/index.js.map +0 -1
package/dist/icons/index.js
CHANGED
|
@@ -1,9 +1,1769 @@
|
|
|
1
|
-
const RuiIcons = ["lu-activate-premium", "lu-balances", "lu-bitcoin-accounts", "lu-blockchain", "lu-checkbox-blank-circle-fill", "lu-checkbox-blank-circle", "lu-checkbox-blank", "lu-checkbox-fill", "lu-checkbox-indeterminate-fill", "lu-cloud-download-2-fill", "lu-cloud-download-fill", "lu-cloud-fill", "lu-cloud-off-fill", "lu-cloud-sync-fill", "lu-cloud-upload-2-fill", "lu-cloud-upload-fill", "lu-coins-exchange", "lu-custom-assets", "lu-deposits", "lu-discord", "lu-donate-fill", "lu-droplet-fill", "lu-droplet-half-fill", "lu-droplet-trending-down", "lu-evm-accounts", "lu-export", "lu-eye-semi-off", "lu-folder-shrink-1", "lu-folder-shrink-2", "lu-historic-prices", "lu-history-events-fill", "lu-latest-prices", "lu-layers-in", "lu-layers-out", "lu-liabilities", "lu-manage-assets", "lu-manage-prices", "lu-manual-balances", "lu-more-assets", "lu-onchain", "lu-os-apple", "lu-os-windows", "lu-paypal", "lu-radio-button-fill", "lu-receive-donation-fill", "lu-reddit", "lu-refund", "lu-slash-divider", "lu-solana-accounts-fill", "lu-substrate-accounts", "lu-tag-manager", "lu-x-twitter", "lu-a-arrow-down", "lu-a-arrow-up", "lu-a-large-small", "lu-accessibility", "lu-activity", "lu-air-vent", "lu-airplay", "lu-alarm-clock-check", "lu-alarm-clock-minus", "lu-alarm-clock-off", "lu-alarm-clock-plus", "lu-alarm-clock", "lu-alarm-smoke", "lu-album", "lu-align-center-horizontal", "lu-align-center-vertical", "lu-align-end-horizontal", "lu-align-end-vertical", "lu-align-horizontal-distribute-center", "lu-align-horizontal-distribute-end", "lu-align-horizontal-distribute-start", "lu-align-horizontal-justify-center", "lu-align-horizontal-justify-end", "lu-align-horizontal-justify-start", "lu-align-horizontal-space-around", "lu-align-horizontal-space-between", "lu-align-start-horizontal", "lu-align-start-vertical", "lu-align-vertical-distribute-center", "lu-align-vertical-distribute-end", "lu-align-vertical-distribute-start", "lu-align-vertical-justify-center", "lu-align-vertical-justify-end", "lu-align-vertical-justify-start", "lu-align-vertical-space-around", "lu-align-vertical-space-between", "lu-ambulance", "lu-ampersand", "lu-ampersands", "lu-amphora", "lu-anchor", "lu-angry", "lu-annoyed", "lu-antenna", "lu-anvil", "lu-aperture", "lu-app-window-mac", "lu-app-window", "lu-apple", "lu-archive-restore", "lu-archive-x", "lu-archive", "lu-armchair", "lu-arrow-big-down-dash", "lu-arrow-big-down", "lu-arrow-big-left-dash", "lu-arrow-big-left", "lu-arrow-big-right-dash", "lu-arrow-big-right", "lu-arrow-big-up-dash", "lu-arrow-big-up", "lu-arrow-down-0-1", "lu-arrow-down-1-0", "lu-arrow-down-a-z", "lu-arrow-down-from-line", "lu-arrow-down-left", "lu-arrow-down-narrow-wide", "lu-arrow-down-right", "lu-arrow-down-to-dot", "lu-arrow-down-to-line", "lu-arrow-down-up", "lu-arrow-down-wide-narrow", "lu-arrow-down-z-a", "lu-arrow-down", "lu-arrow-left-from-line", "lu-arrow-left-right", "lu-arrow-left-to-line", "lu-arrow-left", "lu-arrow-right-from-line", "lu-arrow-right-left", "lu-arrow-right-to-line", "lu-arrow-right", "lu-arrow-up-0-1", "lu-arrow-up-1-0", "lu-arrow-up-a-z", "lu-arrow-up-down", "lu-arrow-up-from-dot", "lu-arrow-up-from-line", "lu-arrow-up-left", "lu-arrow-up-narrow-wide", "lu-arrow-up-right", "lu-arrow-up-to-line", "lu-arrow-up-wide-narrow", "lu-arrow-up-z-a", "lu-arrow-up", "lu-arrows-up-from-line", "lu-asterisk", "lu-at-sign", "lu-atom", "lu-audio-lines", "lu-audio-waveform", "lu-award", "lu-axe", "lu-axis-3d", "lu-baby", "lu-backpack", "lu-badge-alert", "lu-badge-cent", "lu-badge-check", "lu-badge-dollar-sign", "lu-badge-euro", "lu-badge-indian-rupee", "lu-badge-info", "lu-badge-japanese-yen", "lu-badge-minus", "lu-badge-percent", "lu-badge-plus", "lu-badge-pound-sterling", "lu-badge-question-mark", "lu-badge-russian-ruble", "lu-badge-swiss-franc", "lu-badge-turkish-lira", "lu-badge-x", "lu-badge", "lu-baggage-claim", "lu-balloon", "lu-ban", "lu-banana", "lu-bandage", "lu-banknote-arrow-down", "lu-banknote-arrow-up", "lu-banknote-x", "lu-banknote", "lu-barcode", "lu-barrel", "lu-baseline", "lu-bath", "lu-battery-charging", "lu-battery-full", "lu-battery-low", "lu-battery-medium", "lu-battery-plus", "lu-battery-warning", "lu-battery", "lu-beaker", "lu-bean-off", "lu-bean", "lu-bed-double", "lu-bed-single", "lu-bed", "lu-beef", "lu-beer-off", "lu-beer", "lu-bell-dot", "lu-bell-electric", "lu-bell-minus", "lu-bell-off", "lu-bell-plus", "lu-bell-ring", "lu-bell", "lu-between-horizontal-end", "lu-between-horizontal-start", "lu-between-vertical-end", "lu-between-vertical-start", "lu-biceps-flexed", "lu-bike", "lu-binary", "lu-binoculars", "lu-biohazard", "lu-bird", "lu-birdhouse", "lu-bitcoin", "lu-blend", "lu-blinds", "lu-blocks", "lu-bluetooth-connected", "lu-bluetooth-off", "lu-bluetooth-searching", "lu-bluetooth", "lu-bold", "lu-bolt", "lu-bomb", "lu-bone", "lu-book-a", "lu-book-alert", "lu-book-audio", "lu-book-check", "lu-book-copy", "lu-book-dashed", "lu-book-down", "lu-book-headphones", "lu-book-heart", "lu-book-image", "lu-book-key", "lu-book-lock", "lu-book-marked", "lu-book-minus", "lu-book-open-check", "lu-book-open-text", "lu-book-open", "lu-book-plus", "lu-book-search", "lu-book-text", "lu-book-type", "lu-book-up-2", "lu-book-up", "lu-book-user", "lu-book-x", "lu-book", "lu-bookmark-check", "lu-bookmark-minus", "lu-bookmark-plus", "lu-bookmark-x", "lu-bookmark", "lu-boom-box", "lu-bot-message-square", "lu-bot-off", "lu-bot", "lu-bottle-wine", "lu-bow-arrow", "lu-box", "lu-boxes", "lu-braces", "lu-brackets", "lu-brain-circuit", "lu-brain-cog", "lu-brain", "lu-brick-wall-fire", "lu-brick-wall-shield", "lu-brick-wall", "lu-briefcase-business", "lu-briefcase-conveyor-belt", "lu-briefcase-medical", "lu-briefcase", "lu-bring-to-front", "lu-brush-cleaning", "lu-brush", "lu-bubbles", "lu-bug-off", "lu-bug-play", "lu-bug", "lu-building-2", "lu-building", "lu-bus-front", "lu-bus", "lu-cable-car", "lu-cable", "lu-cake-slice", "lu-cake", "lu-calculator", "lu-calendar-1", "lu-calendar-arrow-down", "lu-calendar-arrow-up", "lu-calendar-check-2", "lu-calendar-check", "lu-calendar-clock", "lu-calendar-cog", "lu-calendar-days", "lu-calendar-fold", "lu-calendar-heart", "lu-calendar-minus-2", "lu-calendar-minus", "lu-calendar-off", "lu-calendar-plus-2", "lu-calendar-plus", "lu-calendar-range", "lu-calendar-search", "lu-calendar-sync", "lu-calendar-x-2", "lu-calendar-x", "lu-calendar", "lu-calendars", "lu-camera-off", "lu-camera", "lu-candy-cane", "lu-candy-off", "lu-candy", "lu-cannabis-off", "lu-cannabis", "lu-captions-off", "lu-captions", "lu-car-front", "lu-car-taxi-front", "lu-car", "lu-caravan", "lu-card-sim", "lu-carrot", "lu-case-lower", "lu-case-sensitive", "lu-case-upper", "lu-cassette-tape", "lu-cast", "lu-castle", "lu-cat", "lu-cctv", "lu-chart-area", "lu-chart-bar-big", "lu-chart-bar-decreasing", "lu-chart-bar-increasing", "lu-chart-bar-stacked", "lu-chart-bar", "lu-chart-candlestick", "lu-chart-column-big", "lu-chart-column-decreasing", "lu-chart-column-increasing", "lu-chart-column-stacked", "lu-chart-column", "lu-chart-gantt", "lu-chart-line", "lu-chart-network", "lu-chart-no-axes-column-decreasing", "lu-chart-no-axes-column-increasing", "lu-chart-no-axes-column", "lu-chart-no-axes-combined", "lu-chart-no-axes-gantt", "lu-chart-pie", "lu-chart-scatter", "lu-chart-spline", "lu-check-check", "lu-check-line", "lu-check", "lu-chef-hat", "lu-cherry", "lu-chess-bishop", "lu-chess-king", "lu-chess-knight", "lu-chess-pawn", "lu-chess-queen", "lu-chess-rook", "lu-chevron-down", "lu-chevron-first", "lu-chevron-last", "lu-chevron-left", "lu-chevron-right", "lu-chevron-up", "lu-chevrons-down-up", "lu-chevrons-down", "lu-chevrons-left-right-ellipsis", "lu-chevrons-left-right", "lu-chevrons-left", "lu-chevrons-right-left", "lu-chevrons-right", "lu-chevrons-up-down", "lu-chevrons-up", "lu-chromium", "lu-church", "lu-cigarette-off", "lu-cigarette", "lu-circle-alert", "lu-circle-arrow-down", "lu-circle-arrow-left", "lu-circle-arrow-out-down-left", "lu-circle-arrow-out-down-right", "lu-circle-arrow-out-up-left", "lu-circle-arrow-out-up-right", "lu-circle-arrow-right", "lu-circle-arrow-up", "lu-circle-check-big", "lu-circle-check", "lu-circle-chevron-down", "lu-circle-chevron-left", "lu-circle-chevron-right", "lu-circle-chevron-up", "lu-circle-dashed", "lu-circle-divide", "lu-circle-dollar-sign", "lu-circle-dot-dashed", "lu-circle-dot", "lu-circle-ellipsis", "lu-circle-equal", "lu-circle-fading-arrow-up", "lu-circle-fading-plus", "lu-circle-gauge", "lu-circle-minus", "lu-circle-off", "lu-circle-parking-off", "lu-circle-parking", "lu-circle-pause", "lu-circle-percent", "lu-circle-pile", "lu-circle-play", "lu-circle-plus", "lu-circle-pound-sterling", "lu-circle-power", "lu-circle-question-mark", "lu-circle-slash-2", "lu-circle-slash", "lu-circle-small", "lu-circle-star", "lu-circle-stop", "lu-circle-user-round", "lu-circle-user", "lu-circle-x", "lu-circle", "lu-circuit-board", "lu-citrus", "lu-clapperboard", "lu-clipboard-check", "lu-clipboard-clock", "lu-clipboard-copy", "lu-clipboard-list", "lu-clipboard-minus", "lu-clipboard-paste", "lu-clipboard-pen-line", "lu-clipboard-pen", "lu-clipboard-plus", "lu-clipboard-type", "lu-clipboard-x", "lu-clipboard", "lu-clock-1", "lu-clock-10", "lu-clock-11", "lu-clock-12", "lu-clock-2", "lu-clock-3", "lu-clock-4", "lu-clock-5", "lu-clock-6", "lu-clock-7", "lu-clock-8", "lu-clock-9", "lu-clock-alert", "lu-clock-arrow-down", "lu-clock-arrow-up", "lu-clock-check", "lu-clock-fading", "lu-clock-plus", "lu-clock", "lu-closed-caption", "lu-cloud-alert", "lu-cloud-backup", "lu-cloud-check", "lu-cloud-cog", "lu-cloud-download", "lu-cloud-drizzle", "lu-cloud-fog", "lu-cloud-hail", "lu-cloud-lightning", "lu-cloud-moon-rain", "lu-cloud-moon", "lu-cloud-off", "lu-cloud-rain-wind", "lu-cloud-rain", "lu-cloud-snow", "lu-cloud-sun-rain", "lu-cloud-sun", "lu-cloud-sync", "lu-cloud-upload", "lu-cloud", "lu-cloudy", "lu-clover", "lu-club", "lu-code-xml", "lu-code", "lu-codepen", "lu-codesandbox", "lu-coffee", "lu-cog", "lu-coins", "lu-columns-2", "lu-columns-3-cog", "lu-columns-3", "lu-columns-4", "lu-combine", "lu-command", "lu-compass", "lu-component", "lu-computer", "lu-concierge-bell", "lu-cone", "lu-construction", "lu-contact-round", "lu-contact", "lu-container", "lu-contrast", "lu-cookie", "lu-cooking-pot", "lu-copy-check", "lu-copy-minus", "lu-copy-plus", "lu-copy-slash", "lu-copy-x", "lu-copy", "lu-copyleft", "lu-copyright", "lu-corner-down-left", "lu-corner-down-right", "lu-corner-left-down", "lu-corner-left-up", "lu-corner-right-down", "lu-corner-right-up", "lu-corner-up-left", "lu-corner-up-right", "lu-cpu", "lu-creative-commons", "lu-credit-card", "lu-croissant", "lu-crop", "lu-cross", "lu-crosshair", "lu-crown", "lu-cuboid", "lu-cup-soda", "lu-currency", "lu-cylinder", "lu-dam", "lu-database-backup", "lu-database-search", "lu-database-zap", "lu-database", "lu-decimals-arrow-left", "lu-decimals-arrow-right", "lu-delete", "lu-dessert", "lu-diameter", "lu-diamond-minus", "lu-diamond-percent", "lu-diamond-plus", "lu-diamond", "lu-dice-1", "lu-dice-2", "lu-dice-3", "lu-dice-4", "lu-dice-5", "lu-dice-6", "lu-dices", "lu-diff", "lu-disc-2", "lu-disc-3", "lu-disc-album", "lu-disc", "lu-divide", "lu-dna-off", "lu-dna", "lu-dock", "lu-dog", "lu-dollar-sign", "lu-donut", "lu-door-closed-locked", "lu-door-closed", "lu-door-open", "lu-dot", "lu-download", "lu-drafting-compass", "lu-drama", "lu-dribbble", "lu-drill", "lu-drone", "lu-droplet-off", "lu-droplet", "lu-droplets", "lu-drum", "lu-drumstick", "lu-dumbbell", "lu-ear-off", "lu-ear", "lu-earth-lock", "lu-earth", "lu-eclipse", "lu-egg-fried", "lu-egg-off", "lu-egg", "lu-ellipse", "lu-ellipsis-vertical", "lu-ellipsis", "lu-equal-approximately", "lu-equal-not", "lu-equal", "lu-eraser", "lu-ethernet-port", "lu-euro", "lu-ev-charger", "lu-expand", "lu-external-link", "lu-eye-closed", "lu-eye-off", "lu-eye", "lu-facebook", "lu-factory", "lu-fan", "lu-fast-forward", "lu-feather", "lu-fence", "lu-ferris-wheel", "lu-figma", "lu-file-archive", "lu-file-axis-3d", "lu-file-badge", "lu-file-box", "lu-file-braces-corner", "lu-file-braces", "lu-file-chart-column-increasing", "lu-file-chart-column", "lu-file-chart-line", "lu-file-chart-pie", "lu-file-check-corner", "lu-file-check", "lu-file-clock", "lu-file-code-corner", "lu-file-code", "lu-file-cog", "lu-file-diff", "lu-file-digit", "lu-file-down", "lu-file-exclamation-point", "lu-file-headphone", "lu-file-heart", "lu-file-image", "lu-file-input", "lu-file-key", "lu-file-lock", "lu-file-minus-corner", "lu-file-minus", "lu-file-music", "lu-file-output", "lu-file-pen-line", "lu-file-pen", "lu-file-play", "lu-file-plus-corner", "lu-file-plus", "lu-file-question-mark", "lu-file-scan", "lu-file-search-corner", "lu-file-search", "lu-file-signal", "lu-file-sliders", "lu-file-spreadsheet", "lu-file-stack", "lu-file-symlink", "lu-file-terminal", "lu-file-text", "lu-file-type-corner", "lu-file-type", "lu-file-up", "lu-file-user", "lu-file-video-camera", "lu-file-volume", "lu-file-x-corner", "lu-file-x", "lu-file", "lu-files", "lu-film", "lu-fingerprint-pattern", "lu-fire-extinguisher", "lu-fish-off", "lu-fish-symbol", "lu-fish", "lu-fishing-hook", "lu-fishing-rod", "lu-flag-off", "lu-flag-triangle-left", "lu-flag-triangle-right", "lu-flag", "lu-flame-kindling", "lu-flame", "lu-flashlight-off", "lu-flashlight", "lu-flask-conical-off", "lu-flask-conical", "lu-flask-round", "lu-flip-horizontal-2", "lu-flip-vertical-2", "lu-flower-2", "lu-flower", "lu-focus", "lu-fold-horizontal", "lu-fold-vertical", "lu-folder-archive", "lu-folder-check", "lu-folder-clock", "lu-folder-closed", "lu-folder-code", "lu-folder-cog", "lu-folder-dot", "lu-folder-down", "lu-folder-git-2", "lu-folder-git", "lu-folder-heart", "lu-folder-input", "lu-folder-kanban", "lu-folder-key", "lu-folder-lock", "lu-folder-minus", "lu-folder-open-dot", "lu-folder-open", "lu-folder-output", "lu-folder-pen", "lu-folder-plus", "lu-folder-root", "lu-folder-search-2", "lu-folder-search", "lu-folder-symlink", "lu-folder-sync", "lu-folder-tree", "lu-folder-up", "lu-folder-x", "lu-folder", "lu-folders", "lu-footprints", "lu-forklift", "lu-form", "lu-forward", "lu-frame", "lu-framer", "lu-frown", "lu-fuel", "lu-fullscreen", "lu-funnel-plus", "lu-funnel-x", "lu-funnel", "lu-gallery-horizontal-end", "lu-gallery-horizontal", "lu-gallery-thumbnails", "lu-gallery-vertical-end", "lu-gallery-vertical", "lu-gamepad-2", "lu-gamepad-directional", "lu-gamepad", "lu-gauge", "lu-gavel", "lu-gem", "lu-georgian-lari", "lu-ghost", "lu-gift", "lu-git-branch-minus", "lu-git-branch-plus", "lu-git-branch", "lu-git-commit-horizontal", "lu-git-commit-vertical", "lu-git-compare-arrows", "lu-git-compare", "lu-git-fork", "lu-git-graph", "lu-git-merge-conflict", "lu-git-merge", "lu-git-pull-request-arrow", "lu-git-pull-request-closed", "lu-git-pull-request-create-arrow", "lu-git-pull-request-create", "lu-git-pull-request-draft", "lu-git-pull-request", "lu-github", "lu-gitlab", "lu-glass-water", "lu-glasses", "lu-globe-lock", "lu-globe-off", "lu-globe-x", "lu-globe", "lu-goal", "lu-gpu", "lu-graduation-cap", "lu-grape", "lu-grid-2x2-check", "lu-grid-2x2-plus", "lu-grid-2x2-x", "lu-grid-2x2", "lu-grid-3x2", "lu-grid-3x3", "lu-grip-horizontal", "lu-grip-vertical", "lu-grip", "lu-group", "lu-guitar", "lu-ham", "lu-hamburger", "lu-hammer", "lu-hand-coins", "lu-hand-fist", "lu-hand-grab", "lu-hand-heart", "lu-hand-helping", "lu-hand-metal", "lu-hand-platter", "lu-hand", "lu-handbag", "lu-handshake", "lu-hard-drive-download", "lu-hard-drive-upload", "lu-hard-drive", "lu-hard-hat", "lu-hash", "lu-hat-glasses", "lu-haze", "lu-hd", "lu-hdmi-port", "lu-heading-1", "lu-heading-2", "lu-heading-3", "lu-heading-4", "lu-heading-5", "lu-heading-6", "lu-heading", "lu-headphone-off", "lu-headphones", "lu-headset", "lu-heart-crack", "lu-heart-handshake", "lu-heart-minus", "lu-heart-off", "lu-heart-plus", "lu-heart-pulse", "lu-heart", "lu-heater", "lu-helicopter", "lu-hexagon", "lu-highlighter", "lu-history", "lu-hop-off", "lu-hop", "lu-hospital", "lu-hotel", "lu-hourglass", "lu-house-heart", "lu-house-plug", "lu-house-plus", "lu-house-wifi", "lu-house", "lu-ice-cream-bowl", "lu-ice-cream-cone", "lu-id-card-lanyard", "lu-id-card", "lu-image-down", "lu-image-minus", "lu-image-off", "lu-image-play", "lu-image-plus", "lu-image-up", "lu-image-upscale", "lu-image", "lu-images", "lu-import", "lu-inbox", "lu-indian-rupee", "lu-infinity", "lu-info", "lu-inspection-panel", "lu-instagram", "lu-italic", "lu-iteration-ccw", "lu-iteration-cw", "lu-japanese-yen", "lu-joystick", "lu-kanban", "lu-kayak", "lu-key-round", "lu-key-square", "lu-key", "lu-keyboard-music", "lu-keyboard-off", "lu-keyboard", "lu-lamp-ceiling", "lu-lamp-desk", "lu-lamp-floor", "lu-lamp-wall-down", "lu-lamp-wall-up", "lu-lamp", "lu-land-plot", "lu-landmark", "lu-languages", "lu-laptop-minimal-check", "lu-laptop-minimal", "lu-laptop", "lu-lasso-select", "lu-lasso", "lu-laugh", "lu-layers-2", "lu-layers-plus", "lu-layers", "lu-layout-dashboard", "lu-layout-grid", "lu-layout-list", "lu-layout-panel-left", "lu-layout-panel-top", "lu-layout-template", "lu-leaf", "lu-leafy-green", "lu-lectern", "lu-lens-concave", "lu-lens-convex", "lu-library-big", "lu-library", "lu-life-buoy", "lu-ligature", "lu-lightbulb-off", "lu-lightbulb", "lu-line-dot-right-horizontal", "lu-line-squiggle", "lu-link-2-off", "lu-link-2", "lu-link", "lu-linkedin", "lu-list-check", "lu-list-checks", "lu-list-chevrons-down-up", "lu-list-chevrons-up-down", "lu-list-collapse", "lu-list-end", "lu-list-filter-plus", "lu-list-filter", "lu-list-indent-decrease", "lu-list-indent-increase", "lu-list-minus", "lu-list-music", "lu-list-ordered", "lu-list-plus", "lu-list-restart", "lu-list-start", "lu-list-todo", "lu-list-tree", "lu-list-video", "lu-list-x", "lu-list", "lu-loader-circle", "lu-loader-pinwheel", "lu-loader", "lu-locate-fixed", "lu-locate-off", "lu-locate", "lu-lock-keyhole-open", "lu-lock-keyhole", "lu-lock-open", "lu-lock", "lu-log-in", "lu-log-out", "lu-logs", "lu-lollipop", "lu-luggage", "lu-magnet", "lu-mail-check", "lu-mail-minus", "lu-mail-open", "lu-mail-plus", "lu-mail-question-mark", "lu-mail-search", "lu-mail-warning", "lu-mail-x", "lu-mail", "lu-mailbox", "lu-mails", "lu-map-minus", "lu-map-pin-check-inside", "lu-map-pin-check", "lu-map-pin-house", "lu-map-pin-minus-inside", "lu-map-pin-minus", "lu-map-pin-off", "lu-map-pin-pen", "lu-map-pin-plus-inside", "lu-map-pin-plus", "lu-map-pin-x-inside", "lu-map-pin-x", "lu-map-pin", "lu-map-pinned", "lu-map-plus", "lu-map", "lu-mars-stroke", "lu-mars", "lu-martini", "lu-maximize-2", "lu-maximize", "lu-medal", "lu-megaphone-off", "lu-megaphone", "lu-meh", "lu-memory-stick", "lu-menu", "lu-merge", "lu-message-circle-check", "lu-message-circle-code", "lu-message-circle-dashed", "lu-message-circle-heart", "lu-message-circle-more", "lu-message-circle-off", "lu-message-circle-plus", "lu-message-circle-question-mark", "lu-message-circle-reply", "lu-message-circle-warning", "lu-message-circle-x", "lu-message-circle", "lu-message-square-check", "lu-message-square-code", "lu-message-square-dashed", "lu-message-square-diff", "lu-message-square-dot", "lu-message-square-heart", "lu-message-square-lock", "lu-message-square-more", "lu-message-square-off", "lu-message-square-plus", "lu-message-square-quote", "lu-message-square-reply", "lu-message-square-share", "lu-message-square-text", "lu-message-square-warning", "lu-message-square-x", "lu-message-square", "lu-messages-square", "lu-metronome", "lu-mic-off", "lu-mic-vocal", "lu-mic", "lu-microchip", "lu-microscope", "lu-microwave", "lu-milestone", "lu-milk-off", "lu-milk", "lu-minimize-2", "lu-minimize", "lu-minus", "lu-mirror-rectangular", "lu-mirror-round", "lu-monitor-check", "lu-monitor-cloud", "lu-monitor-cog", "lu-monitor-dot", "lu-monitor-down", "lu-monitor-off", "lu-monitor-pause", "lu-monitor-play", "lu-monitor-smartphone", "lu-monitor-speaker", "lu-monitor-stop", "lu-monitor-up", "lu-monitor-x", "lu-monitor", "lu-moon-star", "lu-moon", "lu-motorbike", "lu-mountain-snow", "lu-mountain", "lu-mouse-left", "lu-mouse-off", "lu-mouse-pointer-2-off", "lu-mouse-pointer-2", "lu-mouse-pointer-ban", "lu-mouse-pointer-click", "lu-mouse-pointer", "lu-mouse-right", "lu-mouse", "lu-move-3d", "lu-move-diagonal-2", "lu-move-diagonal", "lu-move-down-left", "lu-move-down-right", "lu-move-down", "lu-move-horizontal", "lu-move-left", "lu-move-right", "lu-move-up-left", "lu-move-up-right", "lu-move-up", "lu-move-vertical", "lu-move", "lu-music-2", "lu-music-3", "lu-music-4", "lu-music", "lu-navigation-2-off", "lu-navigation-2", "lu-navigation-off", "lu-navigation", "lu-network", "lu-newspaper", "lu-nfc", "lu-non-binary", "lu-notebook-pen", "lu-notebook-tabs", "lu-notebook-text", "lu-notebook", "lu-notepad-text-dashed", "lu-notepad-text", "lu-nut-off", "lu-nut", "lu-octagon-alert", "lu-octagon-minus", "lu-octagon-pause", "lu-octagon-x", "lu-octagon", "lu-omega", "lu-option", "lu-orbit", "lu-origami", "lu-package-2", "lu-package-check", "lu-package-minus", "lu-package-open", "lu-package-plus", "lu-package-search", "lu-package-x", "lu-package", "lu-paint-bucket", "lu-paint-roller", "lu-paintbrush-vertical", "lu-paintbrush", "lu-palette", "lu-panda", "lu-panel-bottom-close", "lu-panel-bottom-dashed", "lu-panel-bottom-open", "lu-panel-bottom", "lu-panel-left-close", "lu-panel-left-dashed", "lu-panel-left-open", "lu-panel-left-right-dashed", "lu-panel-left", "lu-panel-right-close", "lu-panel-right-dashed", "lu-panel-right-open", "lu-panel-right", "lu-panel-top-bottom-dashed", "lu-panel-top-close", "lu-panel-top-dashed", "lu-panel-top-open", "lu-panel-top", "lu-panels-left-bottom", "lu-panels-right-bottom", "lu-panels-top-left", "lu-paperclip", "lu-parentheses", "lu-parking-meter", "lu-party-popper", "lu-pause", "lu-paw-print", "lu-pc-case", "lu-pen-line", "lu-pen-off", "lu-pen-tool", "lu-pen", "lu-pencil-line", "lu-pencil-off", "lu-pencil-ruler", "lu-pencil", "lu-pentagon", "lu-percent", "lu-person-standing", "lu-philippine-peso", "lu-phone-call", "lu-phone-forwarded", "lu-phone-incoming", "lu-phone-missed", "lu-phone-off", "lu-phone-outgoing", "lu-phone", "lu-pi", "lu-piano", "lu-pickaxe", "lu-picture-in-picture-2", "lu-picture-in-picture", "lu-piggy-bank", "lu-pilcrow-left", "lu-pilcrow-right", "lu-pilcrow", "lu-pill-bottle", "lu-pill", "lu-pin-off", "lu-pin", "lu-pipette", "lu-pizza", "lu-plane-landing", "lu-plane-takeoff", "lu-plane", "lu-play", "lu-plug-2", "lu-plug-zap", "lu-plug", "lu-plus", "lu-pocket-knife", "lu-pocket", "lu-podcast", "lu-pointer-off", "lu-pointer", "lu-popcorn", "lu-popsicle", "lu-pound-sterling", "lu-power-off", "lu-power", "lu-presentation", "lu-printer-check", "lu-printer-x", "lu-printer", "lu-projector", "lu-proportions", "lu-puzzle", "lu-pyramid", "lu-qr-code", "lu-quote", "lu-rabbit", "lu-radar", "lu-radiation", "lu-radical", "lu-radio-receiver", "lu-radio-tower", "lu-radio", "lu-radius", "lu-rail-symbol", "lu-rainbow", "lu-rat", "lu-ratio", "lu-receipt-cent", "lu-receipt-euro", "lu-receipt-indian-rupee", "lu-receipt-japanese-yen", "lu-receipt-pound-sterling", "lu-receipt-russian-ruble", "lu-receipt-swiss-franc", "lu-receipt-text", "lu-receipt-turkish-lira", "lu-receipt", "lu-rectangle-circle", "lu-rectangle-ellipsis", "lu-rectangle-goggles", "lu-rectangle-horizontal", "lu-rectangle-vertical", "lu-recycle", "lu-redo-2", "lu-redo-dot", "lu-redo", "lu-refresh-ccw-dot", "lu-refresh-ccw", "lu-refresh-cw-off", "lu-refresh-cw", "lu-refrigerator", "lu-regex", "lu-remove-formatting", "lu-repeat-1", "lu-repeat-2", "lu-repeat", "lu-replace-all", "lu-replace", "lu-reply-all", "lu-reply", "lu-rewind", "lu-ribbon", "lu-rocket", "lu-rocking-chair", "lu-roller-coaster", "lu-rose", "lu-rotate-3d", "lu-rotate-ccw-key", "lu-rotate-ccw-square", "lu-rotate-ccw", "lu-rotate-cw-square", "lu-rotate-cw", "lu-route-off", "lu-route", "lu-router", "lu-rows-2", "lu-rows-3", "lu-rows-4", "lu-rss", "lu-ruler-dimension-line", "lu-ruler", "lu-russian-ruble", "lu-sailboat", "lu-salad", "lu-sandwich", "lu-satellite-dish", "lu-satellite", "lu-saudi-riyal", "lu-save-all", "lu-save-off", "lu-save", "lu-scale-3d", "lu-scale", "lu-scaling", "lu-scan-barcode", "lu-scan-eye", "lu-scan-face", "lu-scan-heart", "lu-scan-line", "lu-scan-qr-code", "lu-scan-search", "lu-scan-text", "lu-scan", "lu-school", "lu-scissors-line-dashed", "lu-scissors", "lu-scooter", "lu-screen-share-off", "lu-screen-share", "lu-scroll-text", "lu-scroll", "lu-search-alert", "lu-search-check", "lu-search-code", "lu-search-slash", "lu-search-x", "lu-search", "lu-section", "lu-send-horizontal", "lu-send-to-back", "lu-send", "lu-separator-horizontal", "lu-separator-vertical", "lu-server-cog", "lu-server-crash", "lu-server-off", "lu-server", "lu-settings-2", "lu-settings", "lu-shapes", "lu-share-2", "lu-share", "lu-sheet", "lu-shell", "lu-shelving-unit", "lu-shield-alert", "lu-shield-ban", "lu-shield-check", "lu-shield-ellipsis", "lu-shield-half", "lu-shield-minus", "lu-shield-off", "lu-shield-plus", "lu-shield-question-mark", "lu-shield-user", "lu-shield-x", "lu-shield", "lu-ship-wheel", "lu-ship", "lu-shirt", "lu-shopping-bag", "lu-shopping-basket", "lu-shopping-cart", "lu-shovel", "lu-shower-head", "lu-shredder", "lu-shrimp", "lu-shrink", "lu-shrub", "lu-shuffle", "lu-sigma", "lu-signal-high", "lu-signal-low", "lu-signal-medium", "lu-signal-zero", "lu-signal", "lu-signature", "lu-signpost-big", "lu-signpost", "lu-siren", "lu-skip-back", "lu-skip-forward", "lu-skull", "lu-slack", "lu-slash", "lu-slice", "lu-sliders-horizontal", "lu-sliders-vertical", "lu-smartphone-charging", "lu-smartphone-nfc", "lu-smartphone", "lu-smile-plus", "lu-smile", "lu-snail", "lu-snowflake", "lu-soap-dispenser-droplet", "lu-sofa", "lu-solar-panel", "lu-soup", "lu-space", "lu-spade", "lu-sparkle", "lu-sparkles", "lu-speaker", "lu-speech", "lu-spell-check-2", "lu-spell-check", "lu-spline-pointer", "lu-spline", "lu-split", "lu-spool", "lu-spotlight", "lu-spray-can", "lu-sprout", "lu-square-activity", "lu-square-arrow-down-left", "lu-square-arrow-down-right", "lu-square-arrow-down", "lu-square-arrow-left", "lu-square-arrow-out-down-left", "lu-square-arrow-out-down-right", "lu-square-arrow-out-up-left", "lu-square-arrow-out-up-right", "lu-square-arrow-right-enter", "lu-square-arrow-right-exit", "lu-square-arrow-right", "lu-square-arrow-up-left", "lu-square-arrow-up-right", "lu-square-arrow-up", "lu-square-asterisk", "lu-square-bottom-dashed-scissors", "lu-square-centerline-dashed-horizontal", "lu-square-centerline-dashed-vertical", "lu-square-chart-gantt", "lu-square-check-big", "lu-square-check", "lu-square-chevron-down", "lu-square-chevron-left", "lu-square-chevron-right", "lu-square-chevron-up", "lu-square-code", "lu-square-dashed-bottom-code", "lu-square-dashed-bottom", "lu-square-dashed-kanban", "lu-square-dashed-mouse-pointer", "lu-square-dashed-top-solid", "lu-square-dashed", "lu-square-divide", "lu-square-dot", "lu-square-equal", "lu-square-function", "lu-square-kanban", "lu-square-library", "lu-square-m", "lu-square-menu", "lu-square-minus", "lu-square-mouse-pointer", "lu-square-parking-off", "lu-square-parking", "lu-square-pause", "lu-square-pen", "lu-square-percent", "lu-square-pi", "lu-square-pilcrow", "lu-square-play", "lu-square-plus", "lu-square-power", "lu-square-radical", "lu-square-round-corner", "lu-square-scissors", "lu-square-sigma", "lu-square-slash", "lu-square-split-horizontal", "lu-square-split-vertical", "lu-square-square", "lu-square-stack", "lu-square-star", "lu-square-stop", "lu-square-terminal", "lu-square-user-round", "lu-square-user", "lu-square-x", "lu-square", "lu-squares-exclude", "lu-squares-intersect", "lu-squares-subtract", "lu-squares-unite", "lu-squircle-dashed", "lu-squircle", "lu-squirrel", "lu-stamp", "lu-star-half", "lu-star-off", "lu-star", "lu-step-back", "lu-step-forward", "lu-stethoscope", "lu-sticker", "lu-sticky-note", "lu-stone", "lu-store", "lu-stretch-horizontal", "lu-stretch-vertical", "lu-strikethrough", "lu-subscript", "lu-sun-dim", "lu-sun-medium", "lu-sun-moon", "lu-sun-snow", "lu-sun", "lu-sunrise", "lu-sunset", "lu-superscript", "lu-swatch-book", "lu-swiss-franc", "lu-switch-camera", "lu-sword", "lu-swords", "lu-syringe", "lu-table-2", "lu-table-cells-merge", "lu-table-cells-split", "lu-table-columns-split", "lu-table-of-contents", "lu-table-properties", "lu-table-rows-split", "lu-table", "lu-tablet-smartphone", "lu-tablet", "lu-tablets", "lu-tag", "lu-tags", "lu-tally-1", "lu-tally-2", "lu-tally-3", "lu-tally-4", "lu-tally-5", "lu-tangent", "lu-target", "lu-telescope", "lu-tent-tree", "lu-tent", "lu-terminal", "lu-test-tube-diagonal", "lu-test-tube", "lu-test-tubes", "lu-text-align-center", "lu-text-align-end", "lu-text-align-justify", "lu-text-align-start", "lu-text-cursor-input", "lu-text-cursor", "lu-text-initial", "lu-text-quote", "lu-text-search", "lu-text-select", "lu-text-wrap", "lu-theater", "lu-thermometer-snowflake", "lu-thermometer-sun", "lu-thermometer", "lu-thumbs-down", "lu-thumbs-up", "lu-ticket-check", "lu-ticket-minus", "lu-ticket-percent", "lu-ticket-plus", "lu-ticket-slash", "lu-ticket-x", "lu-ticket", "lu-tickets-plane", "lu-tickets", "lu-timer-off", "lu-timer-reset", "lu-timer", "lu-toggle-left", "lu-toggle-right", "lu-toilet", "lu-tool-case", "lu-toolbox", "lu-tornado", "lu-torus", "lu-touchpad-off", "lu-touchpad", "lu-towel-rack", "lu-tower-control", "lu-toy-brick", "lu-tractor", "lu-traffic-cone", "lu-train-front-tunnel", "lu-train-front", "lu-train-track", "lu-tram-front", "lu-transgender", "lu-trash-2", "lu-trash", "lu-tree-deciduous", "lu-tree-palm", "lu-tree-pine", "lu-trees", "lu-trello", "lu-trending-down", "lu-trending-up-down", "lu-trending-up", "lu-triangle-alert", "lu-triangle-dashed", "lu-triangle-right", "lu-triangle", "lu-trophy", "lu-truck-electric", "lu-truck", "lu-turkish-lira", "lu-turntable", "lu-turtle", "lu-tv-minimal-play", "lu-tv-minimal", "lu-tv", "lu-twitch", "lu-twitter", "lu-type-outline", "lu-type", "lu-umbrella-off", "lu-umbrella", "lu-underline", "lu-undo-2", "lu-undo-dot", "lu-undo", "lu-unfold-horizontal", "lu-unfold-vertical", "lu-ungroup", "lu-university", "lu-unlink-2", "lu-unlink", "lu-unplug", "lu-upload", "lu-usb", "lu-user-check", "lu-user-cog", "lu-user-key", "lu-user-lock", "lu-user-minus", "lu-user-pen", "lu-user-plus", "lu-user-round-check", "lu-user-round-cog", "lu-user-round-key", "lu-user-round-minus", "lu-user-round-pen", "lu-user-round-plus", "lu-user-round-search", "lu-user-round-x", "lu-user-round", "lu-user-search", "lu-user-star", "lu-user-x", "lu-user", "lu-users-round", "lu-users", "lu-utensils-crossed", "lu-utensils", "lu-utility-pole", "lu-van", "lu-variable", "lu-vault", "lu-vector-square", "lu-vegan", "lu-venetian-mask", "lu-venus-and-mars", "lu-venus", "lu-vibrate-off", "lu-vibrate", "lu-video-off", "lu-video", "lu-videotape", "lu-view", "lu-voicemail", "lu-volleyball", "lu-volume-1", "lu-volume-2", "lu-volume-off", "lu-volume-x", "lu-volume", "lu-vote", "lu-wallet-cards", "lu-wallet-minimal", "lu-wallet", "lu-wallpaper", "lu-wand-sparkles", "lu-wand", "lu-warehouse", "lu-washing-machine", "lu-watch", "lu-waves-arrow-down", "lu-waves-arrow-up", "lu-waves-ladder", "lu-waves", "lu-waypoints", "lu-webcam", "lu-webhook-off", "lu-webhook", "lu-weight-tilde", "lu-weight", "lu-wheat-off", "lu-wheat", "lu-whole-word", "lu-wifi-cog", "lu-wifi-high", "lu-wifi-low", "lu-wifi-off", "lu-wifi-pen", "lu-wifi-sync", "lu-wifi-zero", "lu-wifi", "lu-wind-arrow-down", "lu-wind", "lu-wine-off", "lu-wine", "lu-workflow", "lu-worm", "lu-wrench", "lu-x-line-top", "lu-x", "lu-youtube", "lu-zap-off", "lu-zap", "lu-zodiac-aquarius", "lu-zodiac-aries", "lu-zodiac-cancer", "lu-zodiac-capricorn", "lu-zodiac-gemini", "lu-zodiac-leo", "lu-zodiac-libra", "lu-zodiac-ophiuchus", "lu-zodiac-pisces", "lu-zodiac-sagittarius", "lu-zodiac-scorpio", "lu-zodiac-taurus", "lu-zodiac-virgo", "lu-zoom-in", "lu-zoom-out"];
|
|
1
|
+
import "./icons_1.js";
|
|
2
|
+
import "./icons_2.js";
|
|
3
|
+
import "./icons_3.js";
|
|
4
|
+
import "./icons_4.js";
|
|
5
|
+
//#region src/icons/index.ts
|
|
6
|
+
var RuiIcons = [
|
|
7
|
+
"lu-activate-premium",
|
|
8
|
+
"lu-balances",
|
|
9
|
+
"lu-bitcoin-accounts",
|
|
10
|
+
"lu-blockchain",
|
|
11
|
+
"lu-checkbox-blank-circle-fill",
|
|
12
|
+
"lu-checkbox-blank-circle",
|
|
13
|
+
"lu-checkbox-blank",
|
|
14
|
+
"lu-checkbox-fill",
|
|
15
|
+
"lu-checkbox-indeterminate-fill",
|
|
16
|
+
"lu-cloud-download-2-fill",
|
|
17
|
+
"lu-cloud-download-fill",
|
|
18
|
+
"lu-cloud-fill",
|
|
19
|
+
"lu-cloud-off-fill",
|
|
20
|
+
"lu-cloud-sync-fill",
|
|
21
|
+
"lu-cloud-upload-2-fill",
|
|
22
|
+
"lu-cloud-upload-fill",
|
|
23
|
+
"lu-coins-exchange",
|
|
24
|
+
"lu-custom-assets",
|
|
25
|
+
"lu-deposits",
|
|
26
|
+
"lu-discord",
|
|
27
|
+
"lu-donate-fill",
|
|
28
|
+
"lu-droplet-fill",
|
|
29
|
+
"lu-droplet-half-fill",
|
|
30
|
+
"lu-droplet-trending-down",
|
|
31
|
+
"lu-evm-accounts",
|
|
32
|
+
"lu-export",
|
|
33
|
+
"lu-eye-semi-off",
|
|
34
|
+
"lu-folder-shrink-1",
|
|
35
|
+
"lu-folder-shrink-2",
|
|
36
|
+
"lu-historic-prices",
|
|
37
|
+
"lu-history-events-fill",
|
|
38
|
+
"lu-latest-prices",
|
|
39
|
+
"lu-layers-in",
|
|
40
|
+
"lu-layers-out",
|
|
41
|
+
"lu-liabilities",
|
|
42
|
+
"lu-manage-assets",
|
|
43
|
+
"lu-manage-prices",
|
|
44
|
+
"lu-manual-balances",
|
|
45
|
+
"lu-more-assets",
|
|
46
|
+
"lu-onchain",
|
|
47
|
+
"lu-os-apple",
|
|
48
|
+
"lu-os-windows",
|
|
49
|
+
"lu-paypal",
|
|
50
|
+
"lu-radio-button-fill",
|
|
51
|
+
"lu-receive-donation-fill",
|
|
52
|
+
"lu-reddit",
|
|
53
|
+
"lu-refund",
|
|
54
|
+
"lu-slash-divider",
|
|
55
|
+
"lu-solana-accounts-fill",
|
|
56
|
+
"lu-substrate-accounts",
|
|
57
|
+
"lu-tag-manager",
|
|
58
|
+
"lu-x-twitter",
|
|
59
|
+
"lu-a-arrow-down",
|
|
60
|
+
"lu-a-arrow-up",
|
|
61
|
+
"lu-a-large-small",
|
|
62
|
+
"lu-accessibility",
|
|
63
|
+
"lu-activity",
|
|
64
|
+
"lu-air-vent",
|
|
65
|
+
"lu-airplay",
|
|
66
|
+
"lu-alarm-clock-check",
|
|
67
|
+
"lu-alarm-clock-minus",
|
|
68
|
+
"lu-alarm-clock-off",
|
|
69
|
+
"lu-alarm-clock-plus",
|
|
70
|
+
"lu-alarm-clock",
|
|
71
|
+
"lu-alarm-smoke",
|
|
72
|
+
"lu-album",
|
|
73
|
+
"lu-align-center-horizontal",
|
|
74
|
+
"lu-align-center-vertical",
|
|
75
|
+
"lu-align-end-horizontal",
|
|
76
|
+
"lu-align-end-vertical",
|
|
77
|
+
"lu-align-horizontal-distribute-center",
|
|
78
|
+
"lu-align-horizontal-distribute-end",
|
|
79
|
+
"lu-align-horizontal-distribute-start",
|
|
80
|
+
"lu-align-horizontal-justify-center",
|
|
81
|
+
"lu-align-horizontal-justify-end",
|
|
82
|
+
"lu-align-horizontal-justify-start",
|
|
83
|
+
"lu-align-horizontal-space-around",
|
|
84
|
+
"lu-align-horizontal-space-between",
|
|
85
|
+
"lu-align-start-horizontal",
|
|
86
|
+
"lu-align-start-vertical",
|
|
87
|
+
"lu-align-vertical-distribute-center",
|
|
88
|
+
"lu-align-vertical-distribute-end",
|
|
89
|
+
"lu-align-vertical-distribute-start",
|
|
90
|
+
"lu-align-vertical-justify-center",
|
|
91
|
+
"lu-align-vertical-justify-end",
|
|
92
|
+
"lu-align-vertical-justify-start",
|
|
93
|
+
"lu-align-vertical-space-around",
|
|
94
|
+
"lu-align-vertical-space-between",
|
|
95
|
+
"lu-ambulance",
|
|
96
|
+
"lu-ampersand",
|
|
97
|
+
"lu-ampersands",
|
|
98
|
+
"lu-amphora",
|
|
99
|
+
"lu-anchor",
|
|
100
|
+
"lu-angry",
|
|
101
|
+
"lu-annoyed",
|
|
102
|
+
"lu-antenna",
|
|
103
|
+
"lu-anvil",
|
|
104
|
+
"lu-aperture",
|
|
105
|
+
"lu-app-window-mac",
|
|
106
|
+
"lu-app-window",
|
|
107
|
+
"lu-apple",
|
|
108
|
+
"lu-archive-restore",
|
|
109
|
+
"lu-archive-x",
|
|
110
|
+
"lu-archive",
|
|
111
|
+
"lu-armchair",
|
|
112
|
+
"lu-arrow-big-down-dash",
|
|
113
|
+
"lu-arrow-big-down",
|
|
114
|
+
"lu-arrow-big-left-dash",
|
|
115
|
+
"lu-arrow-big-left",
|
|
116
|
+
"lu-arrow-big-right-dash",
|
|
117
|
+
"lu-arrow-big-right",
|
|
118
|
+
"lu-arrow-big-up-dash",
|
|
119
|
+
"lu-arrow-big-up",
|
|
120
|
+
"lu-arrow-down-0-1",
|
|
121
|
+
"lu-arrow-down-1-0",
|
|
122
|
+
"lu-arrow-down-a-z",
|
|
123
|
+
"lu-arrow-down-from-line",
|
|
124
|
+
"lu-arrow-down-left",
|
|
125
|
+
"lu-arrow-down-narrow-wide",
|
|
126
|
+
"lu-arrow-down-right",
|
|
127
|
+
"lu-arrow-down-to-dot",
|
|
128
|
+
"lu-arrow-down-to-line",
|
|
129
|
+
"lu-arrow-down-up",
|
|
130
|
+
"lu-arrow-down-wide-narrow",
|
|
131
|
+
"lu-arrow-down-z-a",
|
|
132
|
+
"lu-arrow-down",
|
|
133
|
+
"lu-arrow-left-from-line",
|
|
134
|
+
"lu-arrow-left-right",
|
|
135
|
+
"lu-arrow-left-to-line",
|
|
136
|
+
"lu-arrow-left",
|
|
137
|
+
"lu-arrow-right-from-line",
|
|
138
|
+
"lu-arrow-right-left",
|
|
139
|
+
"lu-arrow-right-to-line",
|
|
140
|
+
"lu-arrow-right",
|
|
141
|
+
"lu-arrow-up-0-1",
|
|
142
|
+
"lu-arrow-up-1-0",
|
|
143
|
+
"lu-arrow-up-a-z",
|
|
144
|
+
"lu-arrow-up-down",
|
|
145
|
+
"lu-arrow-up-from-dot",
|
|
146
|
+
"lu-arrow-up-from-line",
|
|
147
|
+
"lu-arrow-up-left",
|
|
148
|
+
"lu-arrow-up-narrow-wide",
|
|
149
|
+
"lu-arrow-up-right",
|
|
150
|
+
"lu-arrow-up-to-line",
|
|
151
|
+
"lu-arrow-up-wide-narrow",
|
|
152
|
+
"lu-arrow-up-z-a",
|
|
153
|
+
"lu-arrow-up",
|
|
154
|
+
"lu-arrows-up-from-line",
|
|
155
|
+
"lu-asterisk",
|
|
156
|
+
"lu-at-sign",
|
|
157
|
+
"lu-atom",
|
|
158
|
+
"lu-audio-lines",
|
|
159
|
+
"lu-audio-waveform",
|
|
160
|
+
"lu-award",
|
|
161
|
+
"lu-axe",
|
|
162
|
+
"lu-axis-3d",
|
|
163
|
+
"lu-baby",
|
|
164
|
+
"lu-backpack",
|
|
165
|
+
"lu-badge-alert",
|
|
166
|
+
"lu-badge-cent",
|
|
167
|
+
"lu-badge-check",
|
|
168
|
+
"lu-badge-dollar-sign",
|
|
169
|
+
"lu-badge-euro",
|
|
170
|
+
"lu-badge-indian-rupee",
|
|
171
|
+
"lu-badge-info",
|
|
172
|
+
"lu-badge-japanese-yen",
|
|
173
|
+
"lu-badge-minus",
|
|
174
|
+
"lu-badge-percent",
|
|
175
|
+
"lu-badge-plus",
|
|
176
|
+
"lu-badge-pound-sterling",
|
|
177
|
+
"lu-badge-question-mark",
|
|
178
|
+
"lu-badge-russian-ruble",
|
|
179
|
+
"lu-badge-swiss-franc",
|
|
180
|
+
"lu-badge-turkish-lira",
|
|
181
|
+
"lu-badge-x",
|
|
182
|
+
"lu-badge",
|
|
183
|
+
"lu-baggage-claim",
|
|
184
|
+
"lu-balloon",
|
|
185
|
+
"lu-ban",
|
|
186
|
+
"lu-banana",
|
|
187
|
+
"lu-bandage",
|
|
188
|
+
"lu-banknote-arrow-down",
|
|
189
|
+
"lu-banknote-arrow-up",
|
|
190
|
+
"lu-banknote-x",
|
|
191
|
+
"lu-banknote",
|
|
192
|
+
"lu-barcode",
|
|
193
|
+
"lu-barrel",
|
|
194
|
+
"lu-baseline",
|
|
195
|
+
"lu-bath",
|
|
196
|
+
"lu-battery-charging",
|
|
197
|
+
"lu-battery-full",
|
|
198
|
+
"lu-battery-low",
|
|
199
|
+
"lu-battery-medium",
|
|
200
|
+
"lu-battery-plus",
|
|
201
|
+
"lu-battery-warning",
|
|
202
|
+
"lu-battery",
|
|
203
|
+
"lu-beaker",
|
|
204
|
+
"lu-bean-off",
|
|
205
|
+
"lu-bean",
|
|
206
|
+
"lu-bed-double",
|
|
207
|
+
"lu-bed-single",
|
|
208
|
+
"lu-bed",
|
|
209
|
+
"lu-beef",
|
|
210
|
+
"lu-beer-off",
|
|
211
|
+
"lu-beer",
|
|
212
|
+
"lu-bell-dot",
|
|
213
|
+
"lu-bell-electric",
|
|
214
|
+
"lu-bell-minus",
|
|
215
|
+
"lu-bell-off",
|
|
216
|
+
"lu-bell-plus",
|
|
217
|
+
"lu-bell-ring",
|
|
218
|
+
"lu-bell",
|
|
219
|
+
"lu-between-horizontal-end",
|
|
220
|
+
"lu-between-horizontal-start",
|
|
221
|
+
"lu-between-vertical-end",
|
|
222
|
+
"lu-between-vertical-start",
|
|
223
|
+
"lu-biceps-flexed",
|
|
224
|
+
"lu-bike",
|
|
225
|
+
"lu-binary",
|
|
226
|
+
"lu-binoculars",
|
|
227
|
+
"lu-biohazard",
|
|
228
|
+
"lu-bird",
|
|
229
|
+
"lu-birdhouse",
|
|
230
|
+
"lu-bitcoin",
|
|
231
|
+
"lu-blend",
|
|
232
|
+
"lu-blinds",
|
|
233
|
+
"lu-blocks",
|
|
234
|
+
"lu-bluetooth-connected",
|
|
235
|
+
"lu-bluetooth-off",
|
|
236
|
+
"lu-bluetooth-searching",
|
|
237
|
+
"lu-bluetooth",
|
|
238
|
+
"lu-bold",
|
|
239
|
+
"lu-bolt",
|
|
240
|
+
"lu-bomb",
|
|
241
|
+
"lu-bone",
|
|
242
|
+
"lu-book-a",
|
|
243
|
+
"lu-book-alert",
|
|
244
|
+
"lu-book-audio",
|
|
245
|
+
"lu-book-check",
|
|
246
|
+
"lu-book-copy",
|
|
247
|
+
"lu-book-dashed",
|
|
248
|
+
"lu-book-down",
|
|
249
|
+
"lu-book-headphones",
|
|
250
|
+
"lu-book-heart",
|
|
251
|
+
"lu-book-image",
|
|
252
|
+
"lu-book-key",
|
|
253
|
+
"lu-book-lock",
|
|
254
|
+
"lu-book-marked",
|
|
255
|
+
"lu-book-minus",
|
|
256
|
+
"lu-book-open-check",
|
|
257
|
+
"lu-book-open-text",
|
|
258
|
+
"lu-book-open",
|
|
259
|
+
"lu-book-plus",
|
|
260
|
+
"lu-book-search",
|
|
261
|
+
"lu-book-text",
|
|
262
|
+
"lu-book-type",
|
|
263
|
+
"lu-book-up-2",
|
|
264
|
+
"lu-book-up",
|
|
265
|
+
"lu-book-user",
|
|
266
|
+
"lu-book-x",
|
|
267
|
+
"lu-book",
|
|
268
|
+
"lu-bookmark-check",
|
|
269
|
+
"lu-bookmark-minus",
|
|
270
|
+
"lu-bookmark-plus",
|
|
271
|
+
"lu-bookmark-x",
|
|
272
|
+
"lu-bookmark",
|
|
273
|
+
"lu-boom-box",
|
|
274
|
+
"lu-bot-message-square",
|
|
275
|
+
"lu-bot-off",
|
|
276
|
+
"lu-bot",
|
|
277
|
+
"lu-bottle-wine",
|
|
278
|
+
"lu-bow-arrow",
|
|
279
|
+
"lu-box",
|
|
280
|
+
"lu-boxes",
|
|
281
|
+
"lu-braces",
|
|
282
|
+
"lu-brackets",
|
|
283
|
+
"lu-brain-circuit",
|
|
284
|
+
"lu-brain-cog",
|
|
285
|
+
"lu-brain",
|
|
286
|
+
"lu-brick-wall-fire",
|
|
287
|
+
"lu-brick-wall-shield",
|
|
288
|
+
"lu-brick-wall",
|
|
289
|
+
"lu-briefcase-business",
|
|
290
|
+
"lu-briefcase-conveyor-belt",
|
|
291
|
+
"lu-briefcase-medical",
|
|
292
|
+
"lu-briefcase",
|
|
293
|
+
"lu-bring-to-front",
|
|
294
|
+
"lu-brush-cleaning",
|
|
295
|
+
"lu-brush",
|
|
296
|
+
"lu-bubbles",
|
|
297
|
+
"lu-bug-off",
|
|
298
|
+
"lu-bug-play",
|
|
299
|
+
"lu-bug",
|
|
300
|
+
"lu-building-2",
|
|
301
|
+
"lu-building",
|
|
302
|
+
"lu-bus-front",
|
|
303
|
+
"lu-bus",
|
|
304
|
+
"lu-cable-car",
|
|
305
|
+
"lu-cable",
|
|
306
|
+
"lu-cake-slice",
|
|
307
|
+
"lu-cake",
|
|
308
|
+
"lu-calculator",
|
|
309
|
+
"lu-calendar-1",
|
|
310
|
+
"lu-calendar-arrow-down",
|
|
311
|
+
"lu-calendar-arrow-up",
|
|
312
|
+
"lu-calendar-check-2",
|
|
313
|
+
"lu-calendar-check",
|
|
314
|
+
"lu-calendar-clock",
|
|
315
|
+
"lu-calendar-cog",
|
|
316
|
+
"lu-calendar-days",
|
|
317
|
+
"lu-calendar-fold",
|
|
318
|
+
"lu-calendar-heart",
|
|
319
|
+
"lu-calendar-minus-2",
|
|
320
|
+
"lu-calendar-minus",
|
|
321
|
+
"lu-calendar-off",
|
|
322
|
+
"lu-calendar-plus-2",
|
|
323
|
+
"lu-calendar-plus",
|
|
324
|
+
"lu-calendar-range",
|
|
325
|
+
"lu-calendar-search",
|
|
326
|
+
"lu-calendar-sync",
|
|
327
|
+
"lu-calendar-x-2",
|
|
328
|
+
"lu-calendar-x",
|
|
329
|
+
"lu-calendar",
|
|
330
|
+
"lu-calendars",
|
|
331
|
+
"lu-camera-off",
|
|
332
|
+
"lu-camera",
|
|
333
|
+
"lu-candy-cane",
|
|
334
|
+
"lu-candy-off",
|
|
335
|
+
"lu-candy",
|
|
336
|
+
"lu-cannabis-off",
|
|
337
|
+
"lu-cannabis",
|
|
338
|
+
"lu-captions-off",
|
|
339
|
+
"lu-captions",
|
|
340
|
+
"lu-car-front",
|
|
341
|
+
"lu-car-taxi-front",
|
|
342
|
+
"lu-car",
|
|
343
|
+
"lu-caravan",
|
|
344
|
+
"lu-card-sim",
|
|
345
|
+
"lu-carrot",
|
|
346
|
+
"lu-case-lower",
|
|
347
|
+
"lu-case-sensitive",
|
|
348
|
+
"lu-case-upper",
|
|
349
|
+
"lu-cassette-tape",
|
|
350
|
+
"lu-cast",
|
|
351
|
+
"lu-castle",
|
|
352
|
+
"lu-cat",
|
|
353
|
+
"lu-cctv",
|
|
354
|
+
"lu-chart-area",
|
|
355
|
+
"lu-chart-bar-big",
|
|
356
|
+
"lu-chart-bar-decreasing",
|
|
357
|
+
"lu-chart-bar-increasing",
|
|
358
|
+
"lu-chart-bar-stacked",
|
|
359
|
+
"lu-chart-bar",
|
|
360
|
+
"lu-chart-candlestick",
|
|
361
|
+
"lu-chart-column-big",
|
|
362
|
+
"lu-chart-column-decreasing",
|
|
363
|
+
"lu-chart-column-increasing",
|
|
364
|
+
"lu-chart-column-stacked",
|
|
365
|
+
"lu-chart-column",
|
|
366
|
+
"lu-chart-gantt",
|
|
367
|
+
"lu-chart-line",
|
|
368
|
+
"lu-chart-network",
|
|
369
|
+
"lu-chart-no-axes-column-decreasing",
|
|
370
|
+
"lu-chart-no-axes-column-increasing",
|
|
371
|
+
"lu-chart-no-axes-column",
|
|
372
|
+
"lu-chart-no-axes-combined",
|
|
373
|
+
"lu-chart-no-axes-gantt",
|
|
374
|
+
"lu-chart-pie",
|
|
375
|
+
"lu-chart-scatter",
|
|
376
|
+
"lu-chart-spline",
|
|
377
|
+
"lu-check-check",
|
|
378
|
+
"lu-check-line",
|
|
379
|
+
"lu-check",
|
|
380
|
+
"lu-chef-hat",
|
|
381
|
+
"lu-cherry",
|
|
382
|
+
"lu-chess-bishop",
|
|
383
|
+
"lu-chess-king",
|
|
384
|
+
"lu-chess-knight",
|
|
385
|
+
"lu-chess-pawn",
|
|
386
|
+
"lu-chess-queen",
|
|
387
|
+
"lu-chess-rook",
|
|
388
|
+
"lu-chevron-down",
|
|
389
|
+
"lu-chevron-first",
|
|
390
|
+
"lu-chevron-last",
|
|
391
|
+
"lu-chevron-left",
|
|
392
|
+
"lu-chevron-right",
|
|
393
|
+
"lu-chevron-up",
|
|
394
|
+
"lu-chevrons-down-up",
|
|
395
|
+
"lu-chevrons-down",
|
|
396
|
+
"lu-chevrons-left-right-ellipsis",
|
|
397
|
+
"lu-chevrons-left-right",
|
|
398
|
+
"lu-chevrons-left",
|
|
399
|
+
"lu-chevrons-right-left",
|
|
400
|
+
"lu-chevrons-right",
|
|
401
|
+
"lu-chevrons-up-down",
|
|
402
|
+
"lu-chevrons-up",
|
|
403
|
+
"lu-chromium",
|
|
404
|
+
"lu-church",
|
|
405
|
+
"lu-cigarette-off",
|
|
406
|
+
"lu-cigarette",
|
|
407
|
+
"lu-circle-alert",
|
|
408
|
+
"lu-circle-arrow-down",
|
|
409
|
+
"lu-circle-arrow-left",
|
|
410
|
+
"lu-circle-arrow-out-down-left",
|
|
411
|
+
"lu-circle-arrow-out-down-right",
|
|
412
|
+
"lu-circle-arrow-out-up-left",
|
|
413
|
+
"lu-circle-arrow-out-up-right",
|
|
414
|
+
"lu-circle-arrow-right",
|
|
415
|
+
"lu-circle-arrow-up",
|
|
416
|
+
"lu-circle-check-big",
|
|
417
|
+
"lu-circle-check",
|
|
418
|
+
"lu-circle-chevron-down",
|
|
419
|
+
"lu-circle-chevron-left",
|
|
420
|
+
"lu-circle-chevron-right",
|
|
421
|
+
"lu-circle-chevron-up",
|
|
422
|
+
"lu-circle-dashed",
|
|
423
|
+
"lu-circle-divide",
|
|
424
|
+
"lu-circle-dollar-sign",
|
|
425
|
+
"lu-circle-dot-dashed",
|
|
426
|
+
"lu-circle-dot",
|
|
427
|
+
"lu-circle-ellipsis",
|
|
428
|
+
"lu-circle-equal",
|
|
429
|
+
"lu-circle-fading-arrow-up",
|
|
430
|
+
"lu-circle-fading-plus",
|
|
431
|
+
"lu-circle-gauge",
|
|
432
|
+
"lu-circle-minus",
|
|
433
|
+
"lu-circle-off",
|
|
434
|
+
"lu-circle-parking-off",
|
|
435
|
+
"lu-circle-parking",
|
|
436
|
+
"lu-circle-pause",
|
|
437
|
+
"lu-circle-percent",
|
|
438
|
+
"lu-circle-pile",
|
|
439
|
+
"lu-circle-play",
|
|
440
|
+
"lu-circle-plus",
|
|
441
|
+
"lu-circle-pound-sterling",
|
|
442
|
+
"lu-circle-power",
|
|
443
|
+
"lu-circle-question-mark",
|
|
444
|
+
"lu-circle-slash-2",
|
|
445
|
+
"lu-circle-slash",
|
|
446
|
+
"lu-circle-small",
|
|
447
|
+
"lu-circle-star",
|
|
448
|
+
"lu-circle-stop",
|
|
449
|
+
"lu-circle-user-round",
|
|
450
|
+
"lu-circle-user",
|
|
451
|
+
"lu-circle-x",
|
|
452
|
+
"lu-circle",
|
|
453
|
+
"lu-circuit-board",
|
|
454
|
+
"lu-citrus",
|
|
455
|
+
"lu-clapperboard",
|
|
456
|
+
"lu-clipboard-check",
|
|
457
|
+
"lu-clipboard-clock",
|
|
458
|
+
"lu-clipboard-copy",
|
|
459
|
+
"lu-clipboard-list",
|
|
460
|
+
"lu-clipboard-minus",
|
|
461
|
+
"lu-clipboard-paste",
|
|
462
|
+
"lu-clipboard-pen-line",
|
|
463
|
+
"lu-clipboard-pen",
|
|
464
|
+
"lu-clipboard-plus",
|
|
465
|
+
"lu-clipboard-type",
|
|
466
|
+
"lu-clipboard-x",
|
|
467
|
+
"lu-clipboard",
|
|
468
|
+
"lu-clock-1",
|
|
469
|
+
"lu-clock-10",
|
|
470
|
+
"lu-clock-11",
|
|
471
|
+
"lu-clock-12",
|
|
472
|
+
"lu-clock-2",
|
|
473
|
+
"lu-clock-3",
|
|
474
|
+
"lu-clock-4",
|
|
475
|
+
"lu-clock-5",
|
|
476
|
+
"lu-clock-6",
|
|
477
|
+
"lu-clock-7",
|
|
478
|
+
"lu-clock-8",
|
|
479
|
+
"lu-clock-9",
|
|
480
|
+
"lu-clock-alert",
|
|
481
|
+
"lu-clock-arrow-down",
|
|
482
|
+
"lu-clock-arrow-up",
|
|
483
|
+
"lu-clock-check",
|
|
484
|
+
"lu-clock-fading",
|
|
485
|
+
"lu-clock-plus",
|
|
486
|
+
"lu-clock",
|
|
487
|
+
"lu-closed-caption",
|
|
488
|
+
"lu-cloud-alert",
|
|
489
|
+
"lu-cloud-backup",
|
|
490
|
+
"lu-cloud-check",
|
|
491
|
+
"lu-cloud-cog",
|
|
492
|
+
"lu-cloud-download",
|
|
493
|
+
"lu-cloud-drizzle",
|
|
494
|
+
"lu-cloud-fog",
|
|
495
|
+
"lu-cloud-hail",
|
|
496
|
+
"lu-cloud-lightning",
|
|
497
|
+
"lu-cloud-moon-rain",
|
|
498
|
+
"lu-cloud-moon",
|
|
499
|
+
"lu-cloud-off",
|
|
500
|
+
"lu-cloud-rain-wind",
|
|
501
|
+
"lu-cloud-rain",
|
|
502
|
+
"lu-cloud-snow",
|
|
503
|
+
"lu-cloud-sun-rain",
|
|
504
|
+
"lu-cloud-sun",
|
|
505
|
+
"lu-cloud-sync",
|
|
506
|
+
"lu-cloud-upload",
|
|
507
|
+
"lu-cloud",
|
|
508
|
+
"lu-cloudy",
|
|
509
|
+
"lu-clover",
|
|
510
|
+
"lu-club",
|
|
511
|
+
"lu-code-xml",
|
|
512
|
+
"lu-code",
|
|
513
|
+
"lu-codepen",
|
|
514
|
+
"lu-codesandbox",
|
|
515
|
+
"lu-coffee",
|
|
516
|
+
"lu-cog",
|
|
517
|
+
"lu-coins",
|
|
518
|
+
"lu-columns-2",
|
|
519
|
+
"lu-columns-3-cog",
|
|
520
|
+
"lu-columns-3",
|
|
521
|
+
"lu-columns-4",
|
|
522
|
+
"lu-combine",
|
|
523
|
+
"lu-command",
|
|
524
|
+
"lu-compass",
|
|
525
|
+
"lu-component",
|
|
526
|
+
"lu-computer",
|
|
527
|
+
"lu-concierge-bell",
|
|
528
|
+
"lu-cone",
|
|
529
|
+
"lu-construction",
|
|
530
|
+
"lu-contact-round",
|
|
531
|
+
"lu-contact",
|
|
532
|
+
"lu-container",
|
|
533
|
+
"lu-contrast",
|
|
534
|
+
"lu-cookie",
|
|
535
|
+
"lu-cooking-pot",
|
|
536
|
+
"lu-copy-check",
|
|
537
|
+
"lu-copy-minus",
|
|
538
|
+
"lu-copy-plus",
|
|
539
|
+
"lu-copy-slash",
|
|
540
|
+
"lu-copy-x",
|
|
541
|
+
"lu-copy",
|
|
542
|
+
"lu-copyleft",
|
|
543
|
+
"lu-copyright",
|
|
544
|
+
"lu-corner-down-left",
|
|
545
|
+
"lu-corner-down-right",
|
|
546
|
+
"lu-corner-left-down",
|
|
547
|
+
"lu-corner-left-up",
|
|
548
|
+
"lu-corner-right-down",
|
|
549
|
+
"lu-corner-right-up",
|
|
550
|
+
"lu-corner-up-left",
|
|
551
|
+
"lu-corner-up-right",
|
|
552
|
+
"lu-cpu",
|
|
553
|
+
"lu-creative-commons",
|
|
554
|
+
"lu-credit-card",
|
|
555
|
+
"lu-croissant",
|
|
556
|
+
"lu-crop",
|
|
557
|
+
"lu-cross",
|
|
558
|
+
"lu-crosshair",
|
|
559
|
+
"lu-crown",
|
|
560
|
+
"lu-cuboid",
|
|
561
|
+
"lu-cup-soda",
|
|
562
|
+
"lu-currency",
|
|
563
|
+
"lu-cylinder",
|
|
564
|
+
"lu-dam",
|
|
565
|
+
"lu-database-backup",
|
|
566
|
+
"lu-database-search",
|
|
567
|
+
"lu-database-zap",
|
|
568
|
+
"lu-database",
|
|
569
|
+
"lu-decimals-arrow-left",
|
|
570
|
+
"lu-decimals-arrow-right",
|
|
571
|
+
"lu-delete",
|
|
572
|
+
"lu-dessert",
|
|
573
|
+
"lu-diameter",
|
|
574
|
+
"lu-diamond-minus",
|
|
575
|
+
"lu-diamond-percent",
|
|
576
|
+
"lu-diamond-plus",
|
|
577
|
+
"lu-diamond",
|
|
578
|
+
"lu-dice-1",
|
|
579
|
+
"lu-dice-2",
|
|
580
|
+
"lu-dice-3",
|
|
581
|
+
"lu-dice-4",
|
|
582
|
+
"lu-dice-5",
|
|
583
|
+
"lu-dice-6",
|
|
584
|
+
"lu-dices",
|
|
585
|
+
"lu-diff",
|
|
586
|
+
"lu-disc-2",
|
|
587
|
+
"lu-disc-3",
|
|
588
|
+
"lu-disc-album",
|
|
589
|
+
"lu-disc",
|
|
590
|
+
"lu-divide",
|
|
591
|
+
"lu-dna-off",
|
|
592
|
+
"lu-dna",
|
|
593
|
+
"lu-dock",
|
|
594
|
+
"lu-dog",
|
|
595
|
+
"lu-dollar-sign",
|
|
596
|
+
"lu-donut",
|
|
597
|
+
"lu-door-closed-locked",
|
|
598
|
+
"lu-door-closed",
|
|
599
|
+
"lu-door-open",
|
|
600
|
+
"lu-dot",
|
|
601
|
+
"lu-download",
|
|
602
|
+
"lu-drafting-compass",
|
|
603
|
+
"lu-drama",
|
|
604
|
+
"lu-dribbble",
|
|
605
|
+
"lu-drill",
|
|
606
|
+
"lu-drone",
|
|
607
|
+
"lu-droplet-off",
|
|
608
|
+
"lu-droplet",
|
|
609
|
+
"lu-droplets",
|
|
610
|
+
"lu-drum",
|
|
611
|
+
"lu-drumstick",
|
|
612
|
+
"lu-dumbbell",
|
|
613
|
+
"lu-ear-off",
|
|
614
|
+
"lu-ear",
|
|
615
|
+
"lu-earth-lock",
|
|
616
|
+
"lu-earth",
|
|
617
|
+
"lu-eclipse",
|
|
618
|
+
"lu-egg-fried",
|
|
619
|
+
"lu-egg-off",
|
|
620
|
+
"lu-egg",
|
|
621
|
+
"lu-ellipse",
|
|
622
|
+
"lu-ellipsis-vertical",
|
|
623
|
+
"lu-ellipsis",
|
|
624
|
+
"lu-equal-approximately",
|
|
625
|
+
"lu-equal-not",
|
|
626
|
+
"lu-equal",
|
|
627
|
+
"lu-eraser",
|
|
628
|
+
"lu-ethernet-port",
|
|
629
|
+
"lu-euro",
|
|
630
|
+
"lu-ev-charger",
|
|
631
|
+
"lu-expand",
|
|
632
|
+
"lu-external-link",
|
|
633
|
+
"lu-eye-closed",
|
|
634
|
+
"lu-eye-off",
|
|
635
|
+
"lu-eye",
|
|
636
|
+
"lu-facebook",
|
|
637
|
+
"lu-factory",
|
|
638
|
+
"lu-fan",
|
|
639
|
+
"lu-fast-forward",
|
|
640
|
+
"lu-feather",
|
|
641
|
+
"lu-fence",
|
|
642
|
+
"lu-ferris-wheel",
|
|
643
|
+
"lu-figma",
|
|
644
|
+
"lu-file-archive",
|
|
645
|
+
"lu-file-axis-3d",
|
|
646
|
+
"lu-file-badge",
|
|
647
|
+
"lu-file-box",
|
|
648
|
+
"lu-file-braces-corner",
|
|
649
|
+
"lu-file-braces",
|
|
650
|
+
"lu-file-chart-column-increasing",
|
|
651
|
+
"lu-file-chart-column",
|
|
652
|
+
"lu-file-chart-line",
|
|
653
|
+
"lu-file-chart-pie",
|
|
654
|
+
"lu-file-check-corner",
|
|
655
|
+
"lu-file-check",
|
|
656
|
+
"lu-file-clock",
|
|
657
|
+
"lu-file-code-corner",
|
|
658
|
+
"lu-file-code",
|
|
659
|
+
"lu-file-cog",
|
|
660
|
+
"lu-file-diff",
|
|
661
|
+
"lu-file-digit",
|
|
662
|
+
"lu-file-down",
|
|
663
|
+
"lu-file-exclamation-point",
|
|
664
|
+
"lu-file-headphone",
|
|
665
|
+
"lu-file-heart",
|
|
666
|
+
"lu-file-image",
|
|
667
|
+
"lu-file-input",
|
|
668
|
+
"lu-file-key",
|
|
669
|
+
"lu-file-lock",
|
|
670
|
+
"lu-file-minus-corner",
|
|
671
|
+
"lu-file-minus",
|
|
672
|
+
"lu-file-music",
|
|
673
|
+
"lu-file-output",
|
|
674
|
+
"lu-file-pen-line",
|
|
675
|
+
"lu-file-pen",
|
|
676
|
+
"lu-file-play",
|
|
677
|
+
"lu-file-plus-corner",
|
|
678
|
+
"lu-file-plus",
|
|
679
|
+
"lu-file-question-mark",
|
|
680
|
+
"lu-file-scan",
|
|
681
|
+
"lu-file-search-corner",
|
|
682
|
+
"lu-file-search",
|
|
683
|
+
"lu-file-signal",
|
|
684
|
+
"lu-file-sliders",
|
|
685
|
+
"lu-file-spreadsheet",
|
|
686
|
+
"lu-file-stack",
|
|
687
|
+
"lu-file-symlink",
|
|
688
|
+
"lu-file-terminal",
|
|
689
|
+
"lu-file-text",
|
|
690
|
+
"lu-file-type-corner",
|
|
691
|
+
"lu-file-type",
|
|
692
|
+
"lu-file-up",
|
|
693
|
+
"lu-file-user",
|
|
694
|
+
"lu-file-video-camera",
|
|
695
|
+
"lu-file-volume",
|
|
696
|
+
"lu-file-x-corner",
|
|
697
|
+
"lu-file-x",
|
|
698
|
+
"lu-file",
|
|
699
|
+
"lu-files",
|
|
700
|
+
"lu-film",
|
|
701
|
+
"lu-fingerprint-pattern",
|
|
702
|
+
"lu-fire-extinguisher",
|
|
703
|
+
"lu-fish-off",
|
|
704
|
+
"lu-fish-symbol",
|
|
705
|
+
"lu-fish",
|
|
706
|
+
"lu-fishing-hook",
|
|
707
|
+
"lu-fishing-rod",
|
|
708
|
+
"lu-flag-off",
|
|
709
|
+
"lu-flag-triangle-left",
|
|
710
|
+
"lu-flag-triangle-right",
|
|
711
|
+
"lu-flag",
|
|
712
|
+
"lu-flame-kindling",
|
|
713
|
+
"lu-flame",
|
|
714
|
+
"lu-flashlight-off",
|
|
715
|
+
"lu-flashlight",
|
|
716
|
+
"lu-flask-conical-off",
|
|
717
|
+
"lu-flask-conical",
|
|
718
|
+
"lu-flask-round",
|
|
719
|
+
"lu-flip-horizontal-2",
|
|
720
|
+
"lu-flip-vertical-2",
|
|
721
|
+
"lu-flower-2",
|
|
722
|
+
"lu-flower",
|
|
723
|
+
"lu-focus",
|
|
724
|
+
"lu-fold-horizontal",
|
|
725
|
+
"lu-fold-vertical",
|
|
726
|
+
"lu-folder-archive",
|
|
727
|
+
"lu-folder-check",
|
|
728
|
+
"lu-folder-clock",
|
|
729
|
+
"lu-folder-closed",
|
|
730
|
+
"lu-folder-code",
|
|
731
|
+
"lu-folder-cog",
|
|
732
|
+
"lu-folder-dot",
|
|
733
|
+
"lu-folder-down",
|
|
734
|
+
"lu-folder-git-2",
|
|
735
|
+
"lu-folder-git",
|
|
736
|
+
"lu-folder-heart",
|
|
737
|
+
"lu-folder-input",
|
|
738
|
+
"lu-folder-kanban",
|
|
739
|
+
"lu-folder-key",
|
|
740
|
+
"lu-folder-lock",
|
|
741
|
+
"lu-folder-minus",
|
|
742
|
+
"lu-folder-open-dot",
|
|
743
|
+
"lu-folder-open",
|
|
744
|
+
"lu-folder-output",
|
|
745
|
+
"lu-folder-pen",
|
|
746
|
+
"lu-folder-plus",
|
|
747
|
+
"lu-folder-root",
|
|
748
|
+
"lu-folder-search-2",
|
|
749
|
+
"lu-folder-search",
|
|
750
|
+
"lu-folder-symlink",
|
|
751
|
+
"lu-folder-sync",
|
|
752
|
+
"lu-folder-tree",
|
|
753
|
+
"lu-folder-up",
|
|
754
|
+
"lu-folder-x",
|
|
755
|
+
"lu-folder",
|
|
756
|
+
"lu-folders",
|
|
757
|
+
"lu-footprints",
|
|
758
|
+
"lu-forklift",
|
|
759
|
+
"lu-form",
|
|
760
|
+
"lu-forward",
|
|
761
|
+
"lu-frame",
|
|
762
|
+
"lu-framer",
|
|
763
|
+
"lu-frown",
|
|
764
|
+
"lu-fuel",
|
|
765
|
+
"lu-fullscreen",
|
|
766
|
+
"lu-funnel-plus",
|
|
767
|
+
"lu-funnel-x",
|
|
768
|
+
"lu-funnel",
|
|
769
|
+
"lu-gallery-horizontal-end",
|
|
770
|
+
"lu-gallery-horizontal",
|
|
771
|
+
"lu-gallery-thumbnails",
|
|
772
|
+
"lu-gallery-vertical-end",
|
|
773
|
+
"lu-gallery-vertical",
|
|
774
|
+
"lu-gamepad-2",
|
|
775
|
+
"lu-gamepad-directional",
|
|
776
|
+
"lu-gamepad",
|
|
777
|
+
"lu-gauge",
|
|
778
|
+
"lu-gavel",
|
|
779
|
+
"lu-gem",
|
|
780
|
+
"lu-georgian-lari",
|
|
781
|
+
"lu-ghost",
|
|
782
|
+
"lu-gift",
|
|
783
|
+
"lu-git-branch-minus",
|
|
784
|
+
"lu-git-branch-plus",
|
|
785
|
+
"lu-git-branch",
|
|
786
|
+
"lu-git-commit-horizontal",
|
|
787
|
+
"lu-git-commit-vertical",
|
|
788
|
+
"lu-git-compare-arrows",
|
|
789
|
+
"lu-git-compare",
|
|
790
|
+
"lu-git-fork",
|
|
791
|
+
"lu-git-graph",
|
|
792
|
+
"lu-git-merge-conflict",
|
|
793
|
+
"lu-git-merge",
|
|
794
|
+
"lu-git-pull-request-arrow",
|
|
795
|
+
"lu-git-pull-request-closed",
|
|
796
|
+
"lu-git-pull-request-create-arrow",
|
|
797
|
+
"lu-git-pull-request-create",
|
|
798
|
+
"lu-git-pull-request-draft",
|
|
799
|
+
"lu-git-pull-request",
|
|
800
|
+
"lu-github",
|
|
801
|
+
"lu-gitlab",
|
|
802
|
+
"lu-glass-water",
|
|
803
|
+
"lu-glasses",
|
|
804
|
+
"lu-globe-lock",
|
|
805
|
+
"lu-globe-off",
|
|
806
|
+
"lu-globe-x",
|
|
807
|
+
"lu-globe",
|
|
808
|
+
"lu-goal",
|
|
809
|
+
"lu-gpu",
|
|
810
|
+
"lu-graduation-cap",
|
|
811
|
+
"lu-grape",
|
|
812
|
+
"lu-grid-2x2-check",
|
|
813
|
+
"lu-grid-2x2-plus",
|
|
814
|
+
"lu-grid-2x2-x",
|
|
815
|
+
"lu-grid-2x2",
|
|
816
|
+
"lu-grid-3x2",
|
|
817
|
+
"lu-grid-3x3",
|
|
818
|
+
"lu-grip-horizontal",
|
|
819
|
+
"lu-grip-vertical",
|
|
820
|
+
"lu-grip",
|
|
821
|
+
"lu-group",
|
|
822
|
+
"lu-guitar",
|
|
823
|
+
"lu-ham",
|
|
824
|
+
"lu-hamburger",
|
|
825
|
+
"lu-hammer",
|
|
826
|
+
"lu-hand-coins",
|
|
827
|
+
"lu-hand-fist",
|
|
828
|
+
"lu-hand-grab",
|
|
829
|
+
"lu-hand-heart",
|
|
830
|
+
"lu-hand-helping",
|
|
831
|
+
"lu-hand-metal",
|
|
832
|
+
"lu-hand-platter",
|
|
833
|
+
"lu-hand",
|
|
834
|
+
"lu-handbag",
|
|
835
|
+
"lu-handshake",
|
|
836
|
+
"lu-hard-drive-download",
|
|
837
|
+
"lu-hard-drive-upload",
|
|
838
|
+
"lu-hard-drive",
|
|
839
|
+
"lu-hard-hat",
|
|
840
|
+
"lu-hash",
|
|
841
|
+
"lu-hat-glasses",
|
|
842
|
+
"lu-haze",
|
|
843
|
+
"lu-hd",
|
|
844
|
+
"lu-hdmi-port",
|
|
845
|
+
"lu-heading-1",
|
|
846
|
+
"lu-heading-2",
|
|
847
|
+
"lu-heading-3",
|
|
848
|
+
"lu-heading-4",
|
|
849
|
+
"lu-heading-5",
|
|
850
|
+
"lu-heading-6",
|
|
851
|
+
"lu-heading",
|
|
852
|
+
"lu-headphone-off",
|
|
853
|
+
"lu-headphones",
|
|
854
|
+
"lu-headset",
|
|
855
|
+
"lu-heart-crack",
|
|
856
|
+
"lu-heart-handshake",
|
|
857
|
+
"lu-heart-minus",
|
|
858
|
+
"lu-heart-off",
|
|
859
|
+
"lu-heart-plus",
|
|
860
|
+
"lu-heart-pulse",
|
|
861
|
+
"lu-heart",
|
|
862
|
+
"lu-heater",
|
|
863
|
+
"lu-helicopter",
|
|
864
|
+
"lu-hexagon",
|
|
865
|
+
"lu-highlighter",
|
|
866
|
+
"lu-history",
|
|
867
|
+
"lu-hop-off",
|
|
868
|
+
"lu-hop",
|
|
869
|
+
"lu-hospital",
|
|
870
|
+
"lu-hotel",
|
|
871
|
+
"lu-hourglass",
|
|
872
|
+
"lu-house-heart",
|
|
873
|
+
"lu-house-plug",
|
|
874
|
+
"lu-house-plus",
|
|
875
|
+
"lu-house-wifi",
|
|
876
|
+
"lu-house",
|
|
877
|
+
"lu-ice-cream-bowl",
|
|
878
|
+
"lu-ice-cream-cone",
|
|
879
|
+
"lu-id-card-lanyard",
|
|
880
|
+
"lu-id-card",
|
|
881
|
+
"lu-image-down",
|
|
882
|
+
"lu-image-minus",
|
|
883
|
+
"lu-image-off",
|
|
884
|
+
"lu-image-play",
|
|
885
|
+
"lu-image-plus",
|
|
886
|
+
"lu-image-up",
|
|
887
|
+
"lu-image-upscale",
|
|
888
|
+
"lu-image",
|
|
889
|
+
"lu-images",
|
|
890
|
+
"lu-import",
|
|
891
|
+
"lu-inbox",
|
|
892
|
+
"lu-indian-rupee",
|
|
893
|
+
"lu-infinity",
|
|
894
|
+
"lu-info",
|
|
895
|
+
"lu-inspection-panel",
|
|
896
|
+
"lu-instagram",
|
|
897
|
+
"lu-italic",
|
|
898
|
+
"lu-iteration-ccw",
|
|
899
|
+
"lu-iteration-cw",
|
|
900
|
+
"lu-japanese-yen",
|
|
901
|
+
"lu-joystick",
|
|
902
|
+
"lu-kanban",
|
|
903
|
+
"lu-kayak",
|
|
904
|
+
"lu-key-round",
|
|
905
|
+
"lu-key-square",
|
|
906
|
+
"lu-key",
|
|
907
|
+
"lu-keyboard-music",
|
|
908
|
+
"lu-keyboard-off",
|
|
909
|
+
"lu-keyboard",
|
|
910
|
+
"lu-lamp-ceiling",
|
|
911
|
+
"lu-lamp-desk",
|
|
912
|
+
"lu-lamp-floor",
|
|
913
|
+
"lu-lamp-wall-down",
|
|
914
|
+
"lu-lamp-wall-up",
|
|
915
|
+
"lu-lamp",
|
|
916
|
+
"lu-land-plot",
|
|
917
|
+
"lu-landmark",
|
|
918
|
+
"lu-languages",
|
|
919
|
+
"lu-laptop-minimal-check",
|
|
920
|
+
"lu-laptop-minimal",
|
|
921
|
+
"lu-laptop",
|
|
922
|
+
"lu-lasso-select",
|
|
923
|
+
"lu-lasso",
|
|
924
|
+
"lu-laugh",
|
|
925
|
+
"lu-layers-2",
|
|
926
|
+
"lu-layers-plus",
|
|
927
|
+
"lu-layers",
|
|
928
|
+
"lu-layout-dashboard",
|
|
929
|
+
"lu-layout-grid",
|
|
930
|
+
"lu-layout-list",
|
|
931
|
+
"lu-layout-panel-left",
|
|
932
|
+
"lu-layout-panel-top",
|
|
933
|
+
"lu-layout-template",
|
|
934
|
+
"lu-leaf",
|
|
935
|
+
"lu-leafy-green",
|
|
936
|
+
"lu-lectern",
|
|
937
|
+
"lu-lens-concave",
|
|
938
|
+
"lu-lens-convex",
|
|
939
|
+
"lu-library-big",
|
|
940
|
+
"lu-library",
|
|
941
|
+
"lu-life-buoy",
|
|
942
|
+
"lu-ligature",
|
|
943
|
+
"lu-lightbulb-off",
|
|
944
|
+
"lu-lightbulb",
|
|
945
|
+
"lu-line-dot-right-horizontal",
|
|
946
|
+
"lu-line-squiggle",
|
|
947
|
+
"lu-link-2-off",
|
|
948
|
+
"lu-link-2",
|
|
949
|
+
"lu-link",
|
|
950
|
+
"lu-linkedin",
|
|
951
|
+
"lu-list-check",
|
|
952
|
+
"lu-list-checks",
|
|
953
|
+
"lu-list-chevrons-down-up",
|
|
954
|
+
"lu-list-chevrons-up-down",
|
|
955
|
+
"lu-list-collapse",
|
|
956
|
+
"lu-list-end",
|
|
957
|
+
"lu-list-filter-plus",
|
|
958
|
+
"lu-list-filter",
|
|
959
|
+
"lu-list-indent-decrease",
|
|
960
|
+
"lu-list-indent-increase",
|
|
961
|
+
"lu-list-minus",
|
|
962
|
+
"lu-list-music",
|
|
963
|
+
"lu-list-ordered",
|
|
964
|
+
"lu-list-plus",
|
|
965
|
+
"lu-list-restart",
|
|
966
|
+
"lu-list-start",
|
|
967
|
+
"lu-list-todo",
|
|
968
|
+
"lu-list-tree",
|
|
969
|
+
"lu-list-video",
|
|
970
|
+
"lu-list-x",
|
|
971
|
+
"lu-list",
|
|
972
|
+
"lu-loader-circle",
|
|
973
|
+
"lu-loader-pinwheel",
|
|
974
|
+
"lu-loader",
|
|
975
|
+
"lu-locate-fixed",
|
|
976
|
+
"lu-locate-off",
|
|
977
|
+
"lu-locate",
|
|
978
|
+
"lu-lock-keyhole-open",
|
|
979
|
+
"lu-lock-keyhole",
|
|
980
|
+
"lu-lock-open",
|
|
981
|
+
"lu-lock",
|
|
982
|
+
"lu-log-in",
|
|
983
|
+
"lu-log-out",
|
|
984
|
+
"lu-logs",
|
|
985
|
+
"lu-lollipop",
|
|
986
|
+
"lu-luggage",
|
|
987
|
+
"lu-magnet",
|
|
988
|
+
"lu-mail-check",
|
|
989
|
+
"lu-mail-minus",
|
|
990
|
+
"lu-mail-open",
|
|
991
|
+
"lu-mail-plus",
|
|
992
|
+
"lu-mail-question-mark",
|
|
993
|
+
"lu-mail-search",
|
|
994
|
+
"lu-mail-warning",
|
|
995
|
+
"lu-mail-x",
|
|
996
|
+
"lu-mail",
|
|
997
|
+
"lu-mailbox",
|
|
998
|
+
"lu-mails",
|
|
999
|
+
"lu-map-minus",
|
|
1000
|
+
"lu-map-pin-check-inside",
|
|
1001
|
+
"lu-map-pin-check",
|
|
1002
|
+
"lu-map-pin-house",
|
|
1003
|
+
"lu-map-pin-minus-inside",
|
|
1004
|
+
"lu-map-pin-minus",
|
|
1005
|
+
"lu-map-pin-off",
|
|
1006
|
+
"lu-map-pin-pen",
|
|
1007
|
+
"lu-map-pin-plus-inside",
|
|
1008
|
+
"lu-map-pin-plus",
|
|
1009
|
+
"lu-map-pin-x-inside",
|
|
1010
|
+
"lu-map-pin-x",
|
|
1011
|
+
"lu-map-pin",
|
|
1012
|
+
"lu-map-pinned",
|
|
1013
|
+
"lu-map-plus",
|
|
1014
|
+
"lu-map",
|
|
1015
|
+
"lu-mars-stroke",
|
|
1016
|
+
"lu-mars",
|
|
1017
|
+
"lu-martini",
|
|
1018
|
+
"lu-maximize-2",
|
|
1019
|
+
"lu-maximize",
|
|
1020
|
+
"lu-medal",
|
|
1021
|
+
"lu-megaphone-off",
|
|
1022
|
+
"lu-megaphone",
|
|
1023
|
+
"lu-meh",
|
|
1024
|
+
"lu-memory-stick",
|
|
1025
|
+
"lu-menu",
|
|
1026
|
+
"lu-merge",
|
|
1027
|
+
"lu-message-circle-check",
|
|
1028
|
+
"lu-message-circle-code",
|
|
1029
|
+
"lu-message-circle-dashed",
|
|
1030
|
+
"lu-message-circle-heart",
|
|
1031
|
+
"lu-message-circle-more",
|
|
1032
|
+
"lu-message-circle-off",
|
|
1033
|
+
"lu-message-circle-plus",
|
|
1034
|
+
"lu-message-circle-question-mark",
|
|
1035
|
+
"lu-message-circle-reply",
|
|
1036
|
+
"lu-message-circle-warning",
|
|
1037
|
+
"lu-message-circle-x",
|
|
1038
|
+
"lu-message-circle",
|
|
1039
|
+
"lu-message-square-check",
|
|
1040
|
+
"lu-message-square-code",
|
|
1041
|
+
"lu-message-square-dashed",
|
|
1042
|
+
"lu-message-square-diff",
|
|
1043
|
+
"lu-message-square-dot",
|
|
1044
|
+
"lu-message-square-heart",
|
|
1045
|
+
"lu-message-square-lock",
|
|
1046
|
+
"lu-message-square-more",
|
|
1047
|
+
"lu-message-square-off",
|
|
1048
|
+
"lu-message-square-plus",
|
|
1049
|
+
"lu-message-square-quote",
|
|
1050
|
+
"lu-message-square-reply",
|
|
1051
|
+
"lu-message-square-share",
|
|
1052
|
+
"lu-message-square-text",
|
|
1053
|
+
"lu-message-square-warning",
|
|
1054
|
+
"lu-message-square-x",
|
|
1055
|
+
"lu-message-square",
|
|
1056
|
+
"lu-messages-square",
|
|
1057
|
+
"lu-metronome",
|
|
1058
|
+
"lu-mic-off",
|
|
1059
|
+
"lu-mic-vocal",
|
|
1060
|
+
"lu-mic",
|
|
1061
|
+
"lu-microchip",
|
|
1062
|
+
"lu-microscope",
|
|
1063
|
+
"lu-microwave",
|
|
1064
|
+
"lu-milestone",
|
|
1065
|
+
"lu-milk-off",
|
|
1066
|
+
"lu-milk",
|
|
1067
|
+
"lu-minimize-2",
|
|
1068
|
+
"lu-minimize",
|
|
1069
|
+
"lu-minus",
|
|
1070
|
+
"lu-mirror-rectangular",
|
|
1071
|
+
"lu-mirror-round",
|
|
1072
|
+
"lu-monitor-check",
|
|
1073
|
+
"lu-monitor-cloud",
|
|
1074
|
+
"lu-monitor-cog",
|
|
1075
|
+
"lu-monitor-dot",
|
|
1076
|
+
"lu-monitor-down",
|
|
1077
|
+
"lu-monitor-off",
|
|
1078
|
+
"lu-monitor-pause",
|
|
1079
|
+
"lu-monitor-play",
|
|
1080
|
+
"lu-monitor-smartphone",
|
|
1081
|
+
"lu-monitor-speaker",
|
|
1082
|
+
"lu-monitor-stop",
|
|
1083
|
+
"lu-monitor-up",
|
|
1084
|
+
"lu-monitor-x",
|
|
1085
|
+
"lu-monitor",
|
|
1086
|
+
"lu-moon-star",
|
|
1087
|
+
"lu-moon",
|
|
1088
|
+
"lu-motorbike",
|
|
1089
|
+
"lu-mountain-snow",
|
|
1090
|
+
"lu-mountain",
|
|
1091
|
+
"lu-mouse-left",
|
|
1092
|
+
"lu-mouse-off",
|
|
1093
|
+
"lu-mouse-pointer-2-off",
|
|
1094
|
+
"lu-mouse-pointer-2",
|
|
1095
|
+
"lu-mouse-pointer-ban",
|
|
1096
|
+
"lu-mouse-pointer-click",
|
|
1097
|
+
"lu-mouse-pointer",
|
|
1098
|
+
"lu-mouse-right",
|
|
1099
|
+
"lu-mouse",
|
|
1100
|
+
"lu-move-3d",
|
|
1101
|
+
"lu-move-diagonal-2",
|
|
1102
|
+
"lu-move-diagonal",
|
|
1103
|
+
"lu-move-down-left",
|
|
1104
|
+
"lu-move-down-right",
|
|
1105
|
+
"lu-move-down",
|
|
1106
|
+
"lu-move-horizontal",
|
|
1107
|
+
"lu-move-left",
|
|
1108
|
+
"lu-move-right",
|
|
1109
|
+
"lu-move-up-left",
|
|
1110
|
+
"lu-move-up-right",
|
|
1111
|
+
"lu-move-up",
|
|
1112
|
+
"lu-move-vertical",
|
|
1113
|
+
"lu-move",
|
|
1114
|
+
"lu-music-2",
|
|
1115
|
+
"lu-music-3",
|
|
1116
|
+
"lu-music-4",
|
|
1117
|
+
"lu-music",
|
|
1118
|
+
"lu-navigation-2-off",
|
|
1119
|
+
"lu-navigation-2",
|
|
1120
|
+
"lu-navigation-off",
|
|
1121
|
+
"lu-navigation",
|
|
1122
|
+
"lu-network",
|
|
1123
|
+
"lu-newspaper",
|
|
1124
|
+
"lu-nfc",
|
|
1125
|
+
"lu-non-binary",
|
|
1126
|
+
"lu-notebook-pen",
|
|
1127
|
+
"lu-notebook-tabs",
|
|
1128
|
+
"lu-notebook-text",
|
|
1129
|
+
"lu-notebook",
|
|
1130
|
+
"lu-notepad-text-dashed",
|
|
1131
|
+
"lu-notepad-text",
|
|
1132
|
+
"lu-nut-off",
|
|
1133
|
+
"lu-nut",
|
|
1134
|
+
"lu-octagon-alert",
|
|
1135
|
+
"lu-octagon-minus",
|
|
1136
|
+
"lu-octagon-pause",
|
|
1137
|
+
"lu-octagon-x",
|
|
1138
|
+
"lu-octagon",
|
|
1139
|
+
"lu-omega",
|
|
1140
|
+
"lu-option",
|
|
1141
|
+
"lu-orbit",
|
|
1142
|
+
"lu-origami",
|
|
1143
|
+
"lu-package-2",
|
|
1144
|
+
"lu-package-check",
|
|
1145
|
+
"lu-package-minus",
|
|
1146
|
+
"lu-package-open",
|
|
1147
|
+
"lu-package-plus",
|
|
1148
|
+
"lu-package-search",
|
|
1149
|
+
"lu-package-x",
|
|
1150
|
+
"lu-package",
|
|
1151
|
+
"lu-paint-bucket",
|
|
1152
|
+
"lu-paint-roller",
|
|
1153
|
+
"lu-paintbrush-vertical",
|
|
1154
|
+
"lu-paintbrush",
|
|
1155
|
+
"lu-palette",
|
|
1156
|
+
"lu-panda",
|
|
1157
|
+
"lu-panel-bottom-close",
|
|
1158
|
+
"lu-panel-bottom-dashed",
|
|
1159
|
+
"lu-panel-bottom-open",
|
|
1160
|
+
"lu-panel-bottom",
|
|
1161
|
+
"lu-panel-left-close",
|
|
1162
|
+
"lu-panel-left-dashed",
|
|
1163
|
+
"lu-panel-left-open",
|
|
1164
|
+
"lu-panel-left-right-dashed",
|
|
1165
|
+
"lu-panel-left",
|
|
1166
|
+
"lu-panel-right-close",
|
|
1167
|
+
"lu-panel-right-dashed",
|
|
1168
|
+
"lu-panel-right-open",
|
|
1169
|
+
"lu-panel-right",
|
|
1170
|
+
"lu-panel-top-bottom-dashed",
|
|
1171
|
+
"lu-panel-top-close",
|
|
1172
|
+
"lu-panel-top-dashed",
|
|
1173
|
+
"lu-panel-top-open",
|
|
1174
|
+
"lu-panel-top",
|
|
1175
|
+
"lu-panels-left-bottom",
|
|
1176
|
+
"lu-panels-right-bottom",
|
|
1177
|
+
"lu-panels-top-left",
|
|
1178
|
+
"lu-paperclip",
|
|
1179
|
+
"lu-parentheses",
|
|
1180
|
+
"lu-parking-meter",
|
|
1181
|
+
"lu-party-popper",
|
|
1182
|
+
"lu-pause",
|
|
1183
|
+
"lu-paw-print",
|
|
1184
|
+
"lu-pc-case",
|
|
1185
|
+
"lu-pen-line",
|
|
1186
|
+
"lu-pen-off",
|
|
1187
|
+
"lu-pen-tool",
|
|
1188
|
+
"lu-pen",
|
|
1189
|
+
"lu-pencil-line",
|
|
1190
|
+
"lu-pencil-off",
|
|
1191
|
+
"lu-pencil-ruler",
|
|
1192
|
+
"lu-pencil",
|
|
1193
|
+
"lu-pentagon",
|
|
1194
|
+
"lu-percent",
|
|
1195
|
+
"lu-person-standing",
|
|
1196
|
+
"lu-philippine-peso",
|
|
1197
|
+
"lu-phone-call",
|
|
1198
|
+
"lu-phone-forwarded",
|
|
1199
|
+
"lu-phone-incoming",
|
|
1200
|
+
"lu-phone-missed",
|
|
1201
|
+
"lu-phone-off",
|
|
1202
|
+
"lu-phone-outgoing",
|
|
1203
|
+
"lu-phone",
|
|
1204
|
+
"lu-pi",
|
|
1205
|
+
"lu-piano",
|
|
1206
|
+
"lu-pickaxe",
|
|
1207
|
+
"lu-picture-in-picture-2",
|
|
1208
|
+
"lu-picture-in-picture",
|
|
1209
|
+
"lu-piggy-bank",
|
|
1210
|
+
"lu-pilcrow-left",
|
|
1211
|
+
"lu-pilcrow-right",
|
|
1212
|
+
"lu-pilcrow",
|
|
1213
|
+
"lu-pill-bottle",
|
|
1214
|
+
"lu-pill",
|
|
1215
|
+
"lu-pin-off",
|
|
1216
|
+
"lu-pin",
|
|
1217
|
+
"lu-pipette",
|
|
1218
|
+
"lu-pizza",
|
|
1219
|
+
"lu-plane-landing",
|
|
1220
|
+
"lu-plane-takeoff",
|
|
1221
|
+
"lu-plane",
|
|
1222
|
+
"lu-play",
|
|
1223
|
+
"lu-plug-2",
|
|
1224
|
+
"lu-plug-zap",
|
|
1225
|
+
"lu-plug",
|
|
1226
|
+
"lu-plus",
|
|
1227
|
+
"lu-pocket-knife",
|
|
1228
|
+
"lu-pocket",
|
|
1229
|
+
"lu-podcast",
|
|
1230
|
+
"lu-pointer-off",
|
|
1231
|
+
"lu-pointer",
|
|
1232
|
+
"lu-popcorn",
|
|
1233
|
+
"lu-popsicle",
|
|
1234
|
+
"lu-pound-sterling",
|
|
1235
|
+
"lu-power-off",
|
|
1236
|
+
"lu-power",
|
|
1237
|
+
"lu-presentation",
|
|
1238
|
+
"lu-printer-check",
|
|
1239
|
+
"lu-printer-x",
|
|
1240
|
+
"lu-printer",
|
|
1241
|
+
"lu-projector",
|
|
1242
|
+
"lu-proportions",
|
|
1243
|
+
"lu-puzzle",
|
|
1244
|
+
"lu-pyramid",
|
|
1245
|
+
"lu-qr-code",
|
|
1246
|
+
"lu-quote",
|
|
1247
|
+
"lu-rabbit",
|
|
1248
|
+
"lu-radar",
|
|
1249
|
+
"lu-radiation",
|
|
1250
|
+
"lu-radical",
|
|
1251
|
+
"lu-radio-receiver",
|
|
1252
|
+
"lu-radio-tower",
|
|
1253
|
+
"lu-radio",
|
|
1254
|
+
"lu-radius",
|
|
1255
|
+
"lu-rail-symbol",
|
|
1256
|
+
"lu-rainbow",
|
|
1257
|
+
"lu-rat",
|
|
1258
|
+
"lu-ratio",
|
|
1259
|
+
"lu-receipt-cent",
|
|
1260
|
+
"lu-receipt-euro",
|
|
1261
|
+
"lu-receipt-indian-rupee",
|
|
1262
|
+
"lu-receipt-japanese-yen",
|
|
1263
|
+
"lu-receipt-pound-sterling",
|
|
1264
|
+
"lu-receipt-russian-ruble",
|
|
1265
|
+
"lu-receipt-swiss-franc",
|
|
1266
|
+
"lu-receipt-text",
|
|
1267
|
+
"lu-receipt-turkish-lira",
|
|
1268
|
+
"lu-receipt",
|
|
1269
|
+
"lu-rectangle-circle",
|
|
1270
|
+
"lu-rectangle-ellipsis",
|
|
1271
|
+
"lu-rectangle-goggles",
|
|
1272
|
+
"lu-rectangle-horizontal",
|
|
1273
|
+
"lu-rectangle-vertical",
|
|
1274
|
+
"lu-recycle",
|
|
1275
|
+
"lu-redo-2",
|
|
1276
|
+
"lu-redo-dot",
|
|
1277
|
+
"lu-redo",
|
|
1278
|
+
"lu-refresh-ccw-dot",
|
|
1279
|
+
"lu-refresh-ccw",
|
|
1280
|
+
"lu-refresh-cw-off",
|
|
1281
|
+
"lu-refresh-cw",
|
|
1282
|
+
"lu-refrigerator",
|
|
1283
|
+
"lu-regex",
|
|
1284
|
+
"lu-remove-formatting",
|
|
1285
|
+
"lu-repeat-1",
|
|
1286
|
+
"lu-repeat-2",
|
|
1287
|
+
"lu-repeat",
|
|
1288
|
+
"lu-replace-all",
|
|
1289
|
+
"lu-replace",
|
|
1290
|
+
"lu-reply-all",
|
|
1291
|
+
"lu-reply",
|
|
1292
|
+
"lu-rewind",
|
|
1293
|
+
"lu-ribbon",
|
|
1294
|
+
"lu-rocket",
|
|
1295
|
+
"lu-rocking-chair",
|
|
1296
|
+
"lu-roller-coaster",
|
|
1297
|
+
"lu-rose",
|
|
1298
|
+
"lu-rotate-3d",
|
|
1299
|
+
"lu-rotate-ccw-key",
|
|
1300
|
+
"lu-rotate-ccw-square",
|
|
1301
|
+
"lu-rotate-ccw",
|
|
1302
|
+
"lu-rotate-cw-square",
|
|
1303
|
+
"lu-rotate-cw",
|
|
1304
|
+
"lu-route-off",
|
|
1305
|
+
"lu-route",
|
|
1306
|
+
"lu-router",
|
|
1307
|
+
"lu-rows-2",
|
|
1308
|
+
"lu-rows-3",
|
|
1309
|
+
"lu-rows-4",
|
|
1310
|
+
"lu-rss",
|
|
1311
|
+
"lu-ruler-dimension-line",
|
|
1312
|
+
"lu-ruler",
|
|
1313
|
+
"lu-russian-ruble",
|
|
1314
|
+
"lu-sailboat",
|
|
1315
|
+
"lu-salad",
|
|
1316
|
+
"lu-sandwich",
|
|
1317
|
+
"lu-satellite-dish",
|
|
1318
|
+
"lu-satellite",
|
|
1319
|
+
"lu-saudi-riyal",
|
|
1320
|
+
"lu-save-all",
|
|
1321
|
+
"lu-save-off",
|
|
1322
|
+
"lu-save",
|
|
1323
|
+
"lu-scale-3d",
|
|
1324
|
+
"lu-scale",
|
|
1325
|
+
"lu-scaling",
|
|
1326
|
+
"lu-scan-barcode",
|
|
1327
|
+
"lu-scan-eye",
|
|
1328
|
+
"lu-scan-face",
|
|
1329
|
+
"lu-scan-heart",
|
|
1330
|
+
"lu-scan-line",
|
|
1331
|
+
"lu-scan-qr-code",
|
|
1332
|
+
"lu-scan-search",
|
|
1333
|
+
"lu-scan-text",
|
|
1334
|
+
"lu-scan",
|
|
1335
|
+
"lu-school",
|
|
1336
|
+
"lu-scissors-line-dashed",
|
|
1337
|
+
"lu-scissors",
|
|
1338
|
+
"lu-scooter",
|
|
1339
|
+
"lu-screen-share-off",
|
|
1340
|
+
"lu-screen-share",
|
|
1341
|
+
"lu-scroll-text",
|
|
1342
|
+
"lu-scroll",
|
|
1343
|
+
"lu-search-alert",
|
|
1344
|
+
"lu-search-check",
|
|
1345
|
+
"lu-search-code",
|
|
1346
|
+
"lu-search-slash",
|
|
1347
|
+
"lu-search-x",
|
|
1348
|
+
"lu-search",
|
|
1349
|
+
"lu-section",
|
|
1350
|
+
"lu-send-horizontal",
|
|
1351
|
+
"lu-send-to-back",
|
|
1352
|
+
"lu-send",
|
|
1353
|
+
"lu-separator-horizontal",
|
|
1354
|
+
"lu-separator-vertical",
|
|
1355
|
+
"lu-server-cog",
|
|
1356
|
+
"lu-server-crash",
|
|
1357
|
+
"lu-server-off",
|
|
1358
|
+
"lu-server",
|
|
1359
|
+
"lu-settings-2",
|
|
1360
|
+
"lu-settings",
|
|
1361
|
+
"lu-shapes",
|
|
1362
|
+
"lu-share-2",
|
|
1363
|
+
"lu-share",
|
|
1364
|
+
"lu-sheet",
|
|
1365
|
+
"lu-shell",
|
|
1366
|
+
"lu-shelving-unit",
|
|
1367
|
+
"lu-shield-alert",
|
|
1368
|
+
"lu-shield-ban",
|
|
1369
|
+
"lu-shield-check",
|
|
1370
|
+
"lu-shield-ellipsis",
|
|
1371
|
+
"lu-shield-half",
|
|
1372
|
+
"lu-shield-minus",
|
|
1373
|
+
"lu-shield-off",
|
|
1374
|
+
"lu-shield-plus",
|
|
1375
|
+
"lu-shield-question-mark",
|
|
1376
|
+
"lu-shield-user",
|
|
1377
|
+
"lu-shield-x",
|
|
1378
|
+
"lu-shield",
|
|
1379
|
+
"lu-ship-wheel",
|
|
1380
|
+
"lu-ship",
|
|
1381
|
+
"lu-shirt",
|
|
1382
|
+
"lu-shopping-bag",
|
|
1383
|
+
"lu-shopping-basket",
|
|
1384
|
+
"lu-shopping-cart",
|
|
1385
|
+
"lu-shovel",
|
|
1386
|
+
"lu-shower-head",
|
|
1387
|
+
"lu-shredder",
|
|
1388
|
+
"lu-shrimp",
|
|
1389
|
+
"lu-shrink",
|
|
1390
|
+
"lu-shrub",
|
|
1391
|
+
"lu-shuffle",
|
|
1392
|
+
"lu-sigma",
|
|
1393
|
+
"lu-signal-high",
|
|
1394
|
+
"lu-signal-low",
|
|
1395
|
+
"lu-signal-medium",
|
|
1396
|
+
"lu-signal-zero",
|
|
1397
|
+
"lu-signal",
|
|
1398
|
+
"lu-signature",
|
|
1399
|
+
"lu-signpost-big",
|
|
1400
|
+
"lu-signpost",
|
|
1401
|
+
"lu-siren",
|
|
1402
|
+
"lu-skip-back",
|
|
1403
|
+
"lu-skip-forward",
|
|
1404
|
+
"lu-skull",
|
|
1405
|
+
"lu-slack",
|
|
1406
|
+
"lu-slash",
|
|
1407
|
+
"lu-slice",
|
|
1408
|
+
"lu-sliders-horizontal",
|
|
1409
|
+
"lu-sliders-vertical",
|
|
1410
|
+
"lu-smartphone-charging",
|
|
1411
|
+
"lu-smartphone-nfc",
|
|
1412
|
+
"lu-smartphone",
|
|
1413
|
+
"lu-smile-plus",
|
|
1414
|
+
"lu-smile",
|
|
1415
|
+
"lu-snail",
|
|
1416
|
+
"lu-snowflake",
|
|
1417
|
+
"lu-soap-dispenser-droplet",
|
|
1418
|
+
"lu-sofa",
|
|
1419
|
+
"lu-solar-panel",
|
|
1420
|
+
"lu-soup",
|
|
1421
|
+
"lu-space",
|
|
1422
|
+
"lu-spade",
|
|
1423
|
+
"lu-sparkle",
|
|
1424
|
+
"lu-sparkles",
|
|
1425
|
+
"lu-speaker",
|
|
1426
|
+
"lu-speech",
|
|
1427
|
+
"lu-spell-check-2",
|
|
1428
|
+
"lu-spell-check",
|
|
1429
|
+
"lu-spline-pointer",
|
|
1430
|
+
"lu-spline",
|
|
1431
|
+
"lu-split",
|
|
1432
|
+
"lu-spool",
|
|
1433
|
+
"lu-spotlight",
|
|
1434
|
+
"lu-spray-can",
|
|
1435
|
+
"lu-sprout",
|
|
1436
|
+
"lu-square-activity",
|
|
1437
|
+
"lu-square-arrow-down-left",
|
|
1438
|
+
"lu-square-arrow-down-right",
|
|
1439
|
+
"lu-square-arrow-down",
|
|
1440
|
+
"lu-square-arrow-left",
|
|
1441
|
+
"lu-square-arrow-out-down-left",
|
|
1442
|
+
"lu-square-arrow-out-down-right",
|
|
1443
|
+
"lu-square-arrow-out-up-left",
|
|
1444
|
+
"lu-square-arrow-out-up-right",
|
|
1445
|
+
"lu-square-arrow-right-enter",
|
|
1446
|
+
"lu-square-arrow-right-exit",
|
|
1447
|
+
"lu-square-arrow-right",
|
|
1448
|
+
"lu-square-arrow-up-left",
|
|
1449
|
+
"lu-square-arrow-up-right",
|
|
1450
|
+
"lu-square-arrow-up",
|
|
1451
|
+
"lu-square-asterisk",
|
|
1452
|
+
"lu-square-bottom-dashed-scissors",
|
|
1453
|
+
"lu-square-centerline-dashed-horizontal",
|
|
1454
|
+
"lu-square-centerline-dashed-vertical",
|
|
1455
|
+
"lu-square-chart-gantt",
|
|
1456
|
+
"lu-square-check-big",
|
|
1457
|
+
"lu-square-check",
|
|
1458
|
+
"lu-square-chevron-down",
|
|
1459
|
+
"lu-square-chevron-left",
|
|
1460
|
+
"lu-square-chevron-right",
|
|
1461
|
+
"lu-square-chevron-up",
|
|
1462
|
+
"lu-square-code",
|
|
1463
|
+
"lu-square-dashed-bottom-code",
|
|
1464
|
+
"lu-square-dashed-bottom",
|
|
1465
|
+
"lu-square-dashed-kanban",
|
|
1466
|
+
"lu-square-dashed-mouse-pointer",
|
|
1467
|
+
"lu-square-dashed-top-solid",
|
|
1468
|
+
"lu-square-dashed",
|
|
1469
|
+
"lu-square-divide",
|
|
1470
|
+
"lu-square-dot",
|
|
1471
|
+
"lu-square-equal",
|
|
1472
|
+
"lu-square-function",
|
|
1473
|
+
"lu-square-kanban",
|
|
1474
|
+
"lu-square-library",
|
|
1475
|
+
"lu-square-m",
|
|
1476
|
+
"lu-square-menu",
|
|
1477
|
+
"lu-square-minus",
|
|
1478
|
+
"lu-square-mouse-pointer",
|
|
1479
|
+
"lu-square-parking-off",
|
|
1480
|
+
"lu-square-parking",
|
|
1481
|
+
"lu-square-pause",
|
|
1482
|
+
"lu-square-pen",
|
|
1483
|
+
"lu-square-percent",
|
|
1484
|
+
"lu-square-pi",
|
|
1485
|
+
"lu-square-pilcrow",
|
|
1486
|
+
"lu-square-play",
|
|
1487
|
+
"lu-square-plus",
|
|
1488
|
+
"lu-square-power",
|
|
1489
|
+
"lu-square-radical",
|
|
1490
|
+
"lu-square-round-corner",
|
|
1491
|
+
"lu-square-scissors",
|
|
1492
|
+
"lu-square-sigma",
|
|
1493
|
+
"lu-square-slash",
|
|
1494
|
+
"lu-square-split-horizontal",
|
|
1495
|
+
"lu-square-split-vertical",
|
|
1496
|
+
"lu-square-square",
|
|
1497
|
+
"lu-square-stack",
|
|
1498
|
+
"lu-square-star",
|
|
1499
|
+
"lu-square-stop",
|
|
1500
|
+
"lu-square-terminal",
|
|
1501
|
+
"lu-square-user-round",
|
|
1502
|
+
"lu-square-user",
|
|
1503
|
+
"lu-square-x",
|
|
1504
|
+
"lu-square",
|
|
1505
|
+
"lu-squares-exclude",
|
|
1506
|
+
"lu-squares-intersect",
|
|
1507
|
+
"lu-squares-subtract",
|
|
1508
|
+
"lu-squares-unite",
|
|
1509
|
+
"lu-squircle-dashed",
|
|
1510
|
+
"lu-squircle",
|
|
1511
|
+
"lu-squirrel",
|
|
1512
|
+
"lu-stamp",
|
|
1513
|
+
"lu-star-half",
|
|
1514
|
+
"lu-star-off",
|
|
1515
|
+
"lu-star",
|
|
1516
|
+
"lu-step-back",
|
|
1517
|
+
"lu-step-forward",
|
|
1518
|
+
"lu-stethoscope",
|
|
1519
|
+
"lu-sticker",
|
|
1520
|
+
"lu-sticky-note",
|
|
1521
|
+
"lu-stone",
|
|
1522
|
+
"lu-store",
|
|
1523
|
+
"lu-stretch-horizontal",
|
|
1524
|
+
"lu-stretch-vertical",
|
|
1525
|
+
"lu-strikethrough",
|
|
1526
|
+
"lu-subscript",
|
|
1527
|
+
"lu-sun-dim",
|
|
1528
|
+
"lu-sun-medium",
|
|
1529
|
+
"lu-sun-moon",
|
|
1530
|
+
"lu-sun-snow",
|
|
1531
|
+
"lu-sun",
|
|
1532
|
+
"lu-sunrise",
|
|
1533
|
+
"lu-sunset",
|
|
1534
|
+
"lu-superscript",
|
|
1535
|
+
"lu-swatch-book",
|
|
1536
|
+
"lu-swiss-franc",
|
|
1537
|
+
"lu-switch-camera",
|
|
1538
|
+
"lu-sword",
|
|
1539
|
+
"lu-swords",
|
|
1540
|
+
"lu-syringe",
|
|
1541
|
+
"lu-table-2",
|
|
1542
|
+
"lu-table-cells-merge",
|
|
1543
|
+
"lu-table-cells-split",
|
|
1544
|
+
"lu-table-columns-split",
|
|
1545
|
+
"lu-table-of-contents",
|
|
1546
|
+
"lu-table-properties",
|
|
1547
|
+
"lu-table-rows-split",
|
|
1548
|
+
"lu-table",
|
|
1549
|
+
"lu-tablet-smartphone",
|
|
1550
|
+
"lu-tablet",
|
|
1551
|
+
"lu-tablets",
|
|
1552
|
+
"lu-tag",
|
|
1553
|
+
"lu-tags",
|
|
1554
|
+
"lu-tally-1",
|
|
1555
|
+
"lu-tally-2",
|
|
1556
|
+
"lu-tally-3",
|
|
1557
|
+
"lu-tally-4",
|
|
1558
|
+
"lu-tally-5",
|
|
1559
|
+
"lu-tangent",
|
|
1560
|
+
"lu-target",
|
|
1561
|
+
"lu-telescope",
|
|
1562
|
+
"lu-tent-tree",
|
|
1563
|
+
"lu-tent",
|
|
1564
|
+
"lu-terminal",
|
|
1565
|
+
"lu-test-tube-diagonal",
|
|
1566
|
+
"lu-test-tube",
|
|
1567
|
+
"lu-test-tubes",
|
|
1568
|
+
"lu-text-align-center",
|
|
1569
|
+
"lu-text-align-end",
|
|
1570
|
+
"lu-text-align-justify",
|
|
1571
|
+
"lu-text-align-start",
|
|
1572
|
+
"lu-text-cursor-input",
|
|
1573
|
+
"lu-text-cursor",
|
|
1574
|
+
"lu-text-initial",
|
|
1575
|
+
"lu-text-quote",
|
|
1576
|
+
"lu-text-search",
|
|
1577
|
+
"lu-text-select",
|
|
1578
|
+
"lu-text-wrap",
|
|
1579
|
+
"lu-theater",
|
|
1580
|
+
"lu-thermometer-snowflake",
|
|
1581
|
+
"lu-thermometer-sun",
|
|
1582
|
+
"lu-thermometer",
|
|
1583
|
+
"lu-thumbs-down",
|
|
1584
|
+
"lu-thumbs-up",
|
|
1585
|
+
"lu-ticket-check",
|
|
1586
|
+
"lu-ticket-minus",
|
|
1587
|
+
"lu-ticket-percent",
|
|
1588
|
+
"lu-ticket-plus",
|
|
1589
|
+
"lu-ticket-slash",
|
|
1590
|
+
"lu-ticket-x",
|
|
1591
|
+
"lu-ticket",
|
|
1592
|
+
"lu-tickets-plane",
|
|
1593
|
+
"lu-tickets",
|
|
1594
|
+
"lu-timer-off",
|
|
1595
|
+
"lu-timer-reset",
|
|
1596
|
+
"lu-timer",
|
|
1597
|
+
"lu-toggle-left",
|
|
1598
|
+
"lu-toggle-right",
|
|
1599
|
+
"lu-toilet",
|
|
1600
|
+
"lu-tool-case",
|
|
1601
|
+
"lu-toolbox",
|
|
1602
|
+
"lu-tornado",
|
|
1603
|
+
"lu-torus",
|
|
1604
|
+
"lu-touchpad-off",
|
|
1605
|
+
"lu-touchpad",
|
|
1606
|
+
"lu-towel-rack",
|
|
1607
|
+
"lu-tower-control",
|
|
1608
|
+
"lu-toy-brick",
|
|
1609
|
+
"lu-tractor",
|
|
1610
|
+
"lu-traffic-cone",
|
|
1611
|
+
"lu-train-front-tunnel",
|
|
1612
|
+
"lu-train-front",
|
|
1613
|
+
"lu-train-track",
|
|
1614
|
+
"lu-tram-front",
|
|
1615
|
+
"lu-transgender",
|
|
1616
|
+
"lu-trash-2",
|
|
1617
|
+
"lu-trash",
|
|
1618
|
+
"lu-tree-deciduous",
|
|
1619
|
+
"lu-tree-palm",
|
|
1620
|
+
"lu-tree-pine",
|
|
1621
|
+
"lu-trees",
|
|
1622
|
+
"lu-trello",
|
|
1623
|
+
"lu-trending-down",
|
|
1624
|
+
"lu-trending-up-down",
|
|
1625
|
+
"lu-trending-up",
|
|
1626
|
+
"lu-triangle-alert",
|
|
1627
|
+
"lu-triangle-dashed",
|
|
1628
|
+
"lu-triangle-right",
|
|
1629
|
+
"lu-triangle",
|
|
1630
|
+
"lu-trophy",
|
|
1631
|
+
"lu-truck-electric",
|
|
1632
|
+
"lu-truck",
|
|
1633
|
+
"lu-turkish-lira",
|
|
1634
|
+
"lu-turntable",
|
|
1635
|
+
"lu-turtle",
|
|
1636
|
+
"lu-tv-minimal-play",
|
|
1637
|
+
"lu-tv-minimal",
|
|
1638
|
+
"lu-tv",
|
|
1639
|
+
"lu-twitch",
|
|
1640
|
+
"lu-twitter",
|
|
1641
|
+
"lu-type-outline",
|
|
1642
|
+
"lu-type",
|
|
1643
|
+
"lu-umbrella-off",
|
|
1644
|
+
"lu-umbrella",
|
|
1645
|
+
"lu-underline",
|
|
1646
|
+
"lu-undo-2",
|
|
1647
|
+
"lu-undo-dot",
|
|
1648
|
+
"lu-undo",
|
|
1649
|
+
"lu-unfold-horizontal",
|
|
1650
|
+
"lu-unfold-vertical",
|
|
1651
|
+
"lu-ungroup",
|
|
1652
|
+
"lu-university",
|
|
1653
|
+
"lu-unlink-2",
|
|
1654
|
+
"lu-unlink",
|
|
1655
|
+
"lu-unplug",
|
|
1656
|
+
"lu-upload",
|
|
1657
|
+
"lu-usb",
|
|
1658
|
+
"lu-user-check",
|
|
1659
|
+
"lu-user-cog",
|
|
1660
|
+
"lu-user-key",
|
|
1661
|
+
"lu-user-lock",
|
|
1662
|
+
"lu-user-minus",
|
|
1663
|
+
"lu-user-pen",
|
|
1664
|
+
"lu-user-plus",
|
|
1665
|
+
"lu-user-round-check",
|
|
1666
|
+
"lu-user-round-cog",
|
|
1667
|
+
"lu-user-round-key",
|
|
1668
|
+
"lu-user-round-minus",
|
|
1669
|
+
"lu-user-round-pen",
|
|
1670
|
+
"lu-user-round-plus",
|
|
1671
|
+
"lu-user-round-search",
|
|
1672
|
+
"lu-user-round-x",
|
|
1673
|
+
"lu-user-round",
|
|
1674
|
+
"lu-user-search",
|
|
1675
|
+
"lu-user-star",
|
|
1676
|
+
"lu-user-x",
|
|
1677
|
+
"lu-user",
|
|
1678
|
+
"lu-users-round",
|
|
1679
|
+
"lu-users",
|
|
1680
|
+
"lu-utensils-crossed",
|
|
1681
|
+
"lu-utensils",
|
|
1682
|
+
"lu-utility-pole",
|
|
1683
|
+
"lu-van",
|
|
1684
|
+
"lu-variable",
|
|
1685
|
+
"lu-vault",
|
|
1686
|
+
"lu-vector-square",
|
|
1687
|
+
"lu-vegan",
|
|
1688
|
+
"lu-venetian-mask",
|
|
1689
|
+
"lu-venus-and-mars",
|
|
1690
|
+
"lu-venus",
|
|
1691
|
+
"lu-vibrate-off",
|
|
1692
|
+
"lu-vibrate",
|
|
1693
|
+
"lu-video-off",
|
|
1694
|
+
"lu-video",
|
|
1695
|
+
"lu-videotape",
|
|
1696
|
+
"lu-view",
|
|
1697
|
+
"lu-voicemail",
|
|
1698
|
+
"lu-volleyball",
|
|
1699
|
+
"lu-volume-1",
|
|
1700
|
+
"lu-volume-2",
|
|
1701
|
+
"lu-volume-off",
|
|
1702
|
+
"lu-volume-x",
|
|
1703
|
+
"lu-volume",
|
|
1704
|
+
"lu-vote",
|
|
1705
|
+
"lu-wallet-cards",
|
|
1706
|
+
"lu-wallet-minimal",
|
|
1707
|
+
"lu-wallet",
|
|
1708
|
+
"lu-wallpaper",
|
|
1709
|
+
"lu-wand-sparkles",
|
|
1710
|
+
"lu-wand",
|
|
1711
|
+
"lu-warehouse",
|
|
1712
|
+
"lu-washing-machine",
|
|
1713
|
+
"lu-watch",
|
|
1714
|
+
"lu-waves-arrow-down",
|
|
1715
|
+
"lu-waves-arrow-up",
|
|
1716
|
+
"lu-waves-ladder",
|
|
1717
|
+
"lu-waves",
|
|
1718
|
+
"lu-waypoints",
|
|
1719
|
+
"lu-webcam",
|
|
1720
|
+
"lu-webhook-off",
|
|
1721
|
+
"lu-webhook",
|
|
1722
|
+
"lu-weight-tilde",
|
|
1723
|
+
"lu-weight",
|
|
1724
|
+
"lu-wheat-off",
|
|
1725
|
+
"lu-wheat",
|
|
1726
|
+
"lu-whole-word",
|
|
1727
|
+
"lu-wifi-cog",
|
|
1728
|
+
"lu-wifi-high",
|
|
1729
|
+
"lu-wifi-low",
|
|
1730
|
+
"lu-wifi-off",
|
|
1731
|
+
"lu-wifi-pen",
|
|
1732
|
+
"lu-wifi-sync",
|
|
1733
|
+
"lu-wifi-zero",
|
|
1734
|
+
"lu-wifi",
|
|
1735
|
+
"lu-wind-arrow-down",
|
|
1736
|
+
"lu-wind",
|
|
1737
|
+
"lu-wine-off",
|
|
1738
|
+
"lu-wine",
|
|
1739
|
+
"lu-workflow",
|
|
1740
|
+
"lu-worm",
|
|
1741
|
+
"lu-wrench",
|
|
1742
|
+
"lu-x-line-top",
|
|
1743
|
+
"lu-x",
|
|
1744
|
+
"lu-youtube",
|
|
1745
|
+
"lu-zap-off",
|
|
1746
|
+
"lu-zap",
|
|
1747
|
+
"lu-zodiac-aquarius",
|
|
1748
|
+
"lu-zodiac-aries",
|
|
1749
|
+
"lu-zodiac-cancer",
|
|
1750
|
+
"lu-zodiac-capricorn",
|
|
1751
|
+
"lu-zodiac-gemini",
|
|
1752
|
+
"lu-zodiac-leo",
|
|
1753
|
+
"lu-zodiac-libra",
|
|
1754
|
+
"lu-zodiac-ophiuchus",
|
|
1755
|
+
"lu-zodiac-pisces",
|
|
1756
|
+
"lu-zodiac-sagittarius",
|
|
1757
|
+
"lu-zodiac-scorpio",
|
|
1758
|
+
"lu-zodiac-taurus",
|
|
1759
|
+
"lu-zodiac-virgo",
|
|
1760
|
+
"lu-zoom-in",
|
|
1761
|
+
"lu-zoom-out"
|
|
1762
|
+
];
|
|
2
1763
|
function isRuiIcon(x) {
|
|
3
|
-
|
|
1764
|
+
return RuiIcons.includes(x);
|
|
4
1765
|
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
1766
|
+
//#endregion
|
|
1767
|
+
export { RuiIcons, isRuiIcon };
|
|
1768
|
+
|
|
1769
|
+
//# sourceMappingURL=index.js.map
|