@rotki/ui-library 2.8.1 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/README.md +276 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +11 -0
- package/dist/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.js +11 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.js.map +1 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue2.js +66 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue2.js.map +1 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue3.js +18 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue3.js.map +1 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue.js +78 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue.js.map +1 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue2.js +5 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue2.js.map +1 -0
- package/dist/components/alerts/RuiAlert.vue.d.ts +2 -2
- package/dist/components/alerts/RuiAlert.vue.js +11 -0
- package/dist/components/alerts/RuiAlert.vue.js.map +1 -0
- package/dist/components/alerts/RuiAlert.vue2.js +123 -0
- package/dist/components/alerts/RuiAlert.vue2.js.map +1 -0
- package/dist/components/alerts/RuiAlert.vue3.js +50 -0
- package/dist/components/alerts/RuiAlert.vue3.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.vue.d.ts +1 -1
- package/dist/components/buttons/button/RuiButton.vue.js +11 -0
- package/dist/components/buttons/button/RuiButton.vue.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.vue2.js +94 -0
- package/dist/components/buttons/button/RuiButton.vue2.js.map +1 -0
- package/dist/components/buttons/button/RuiButton.vue3.js +74 -0
- package/dist/components/buttons/button/RuiButton.vue3.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.js +11 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js +112 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js.map +1 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue3.js +58 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue3.js.map +1 -0
- package/dist/components/calendar/RuiCalendar.vue.js +128 -0
- package/dist/components/calendar/RuiCalendar.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendar.vue3.js +6 -0
- package/dist/components/calendar/RuiCalendar.vue3.js.map +1 -0
- package/dist/components/calendar/RuiCalendarGrid.vue.js +8 -0
- package/dist/components/calendar/RuiCalendarGrid.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendarGrid.vue2.js +149 -0
- package/dist/components/calendar/RuiCalendarGrid.vue2.js.map +1 -0
- package/dist/components/calendar/RuiCalendarHeader.vue.d.ts +1 -1
- package/dist/components/calendar/RuiCalendarHeader.vue.js +8 -0
- package/dist/components/calendar/RuiCalendarHeader.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendarHeader.vue2.js +112 -0
- package/dist/components/calendar/RuiCalendarHeader.vue2.js.map +1 -0
- package/dist/components/calendar/RuiCalendarMenu.vue.d.ts +1 -1
- package/dist/components/calendar/RuiCalendarMenu.vue.js +8 -0
- package/dist/components/calendar/RuiCalendarMenu.vue.js.map +1 -0
- package/dist/components/calendar/RuiCalendarMenu.vue2.js +261 -0
- package/dist/components/calendar/RuiCalendarMenu.vue2.js.map +1 -0
- package/dist/components/calendar/state.js +25 -0
- package/dist/components/calendar/state.js.map +1 -0
- package/dist/components/cards/RuiCard.vue.js +11 -0
- package/dist/components/cards/RuiCard.vue.js.map +1 -0
- package/dist/components/cards/RuiCard.vue2.js +88 -0
- package/dist/components/cards/RuiCard.vue2.js.map +1 -0
- package/dist/components/cards/RuiCard.vue3.js +40 -0
- package/dist/components/cards/RuiCard.vue3.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.vue.js +11 -0
- package/dist/components/cards/RuiCardHeader.vue.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.vue2.js +51 -0
- package/dist/components/cards/RuiCardHeader.vue2.js.map +1 -0
- package/dist/components/cards/RuiCardHeader.vue3.js +27 -0
- package/dist/components/cards/RuiCardHeader.vue3.js.map +1 -0
- package/dist/components/chips/RuiChip.vue.d.ts +2 -2
- package/dist/components/chips/RuiChip.vue.js +11 -0
- package/dist/components/chips/RuiChip.vue.js.map +1 -0
- package/dist/components/chips/RuiChip.vue2.js +95 -0
- package/dist/components/chips/RuiChip.vue2.js.map +1 -0
- package/dist/components/chips/RuiChip.vue3.js +88 -0
- package/dist/components/chips/RuiChip.vue3.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +1 -1
- package/dist/components/color-picker/RuiColorBoard.vue.js +11 -0
- package/dist/components/color-picker/RuiColorBoard.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.vue2.js +102 -0
- package/dist/components/color-picker/RuiColorBoard.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorBoard.vue3.js +18 -0
- package/dist/components/color-picker/RuiColorBoard.vue3.js.map +1 -0
- package/dist/components/color-picker/RuiColorDisplay.vue.js +49 -0
- package/dist/components/color-picker/RuiColorDisplay.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorDisplay.vue2.js +5 -0
- package/dist/components/color-picker/RuiColorDisplay.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.vue.js +11 -0
- package/dist/components/color-picker/RuiColorHue.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.vue2.js +89 -0
- package/dist/components/color-picker/RuiColorHue.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorHue.vue3.js +12 -0
- package/dist/components/color-picker/RuiColorHue.vue3.js.map +1 -0
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +1 -1
- package/dist/components/color-picker/RuiColorInput.vue.js +139 -0
- package/dist/components/color-picker/RuiColorInput.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorInput.vue2.js +5 -0
- package/dist/components/color-picker/RuiColorInput.vue2.js.map +1 -0
- package/dist/components/color-picker/RuiColorPicker.vue.js +72 -0
- package/dist/components/color-picker/RuiColorPicker.vue.js.map +1 -0
- package/dist/components/color-picker/RuiColorPicker.vue2.js +5 -0
- package/dist/components/color-picker/RuiColorPicker.vue2.js.map +1 -0
- package/dist/components/color-picker/utils.js +182 -0
- package/dist/components/color-picker/utils.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.js +11 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js +570 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue3.js +66 -0
- package/dist/components/date-time-picker/RuiDateTimePicker.vue3.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +2 -2
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js +120 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js.map +1 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue2.js +5 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue2.js.map +1 -0
- package/dist/components/date-time-picker/timezones.js +601 -0
- package/dist/components/date-time-picker/timezones.js.map +1 -0
- package/dist/components/date-time-picker/types.js +17 -0
- package/dist/components/date-time-picker/types.js.map +1 -0
- package/dist/components/date-time-picker/use-input-handler.d.ts +2 -2
- package/dist/components/date-time-picker/use-input-handler.js +31 -0
- package/dist/components/date-time-picker/use-input-handler.js.map +1 -0
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +2 -2
- package/dist/components/date-time-picker/use-keyboard-handler.js +308 -0
- package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -0
- package/dist/components/date-time-picker/utils.d.ts +1 -1
- package/dist/components/date-time-picker/utils.js +19 -0
- package/dist/components/date-time-picker/utils.js.map +1 -0
- package/dist/components/divider/RuiDivider.vue.js +22 -0
- package/dist/components/divider/RuiDivider.vue.js.map +1 -0
- package/dist/components/divider/RuiDivider.vue2.js +5 -0
- package/dist/components/divider/RuiDivider.vue2.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +2 -2
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.js +11 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js +585 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js.map +1 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue3.js +60 -0
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue3.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +1 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue.js +11 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js +137 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js.map +1 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue3.js +54 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue3.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +1 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.js +11 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js +115 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js.map +1 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue3.js +54 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue3.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +1 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.js +11 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js +78 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js.map +1 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue3.js +9 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue3.js.map +1 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +5 -5
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js +82 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js.map +1 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue2.js +5 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue2.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +2 -2
- package/dist/components/forms/select/RuiMenuSelect.vue.js +11 -0
- package/dist/components/forms/select/RuiMenuSelect.vue.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.vue2.js +297 -0
- package/dist/components/forms/select/RuiMenuSelect.vue2.js.map +1 -0
- package/dist/components/forms/select/RuiMenuSelect.vue3.js +60 -0
- package/dist/components/forms/select/RuiMenuSelect.vue3.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue.js +11 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js +67 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js.map +1 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue3.js +21 -0
- package/dist/components/forms/select/RuiSimpleSelect.vue3.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +1 -1
- package/dist/components/forms/slider/RuiSlider.vue.js +11 -0
- package/dist/components/forms/slider/RuiSlider.vue.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.vue2.js +165 -0
- package/dist/components/forms/slider/RuiSlider.vue2.js.map +1 -0
- package/dist/components/forms/slider/RuiSlider.vue3.js +80 -0
- package/dist/components/forms/slider/RuiSlider.vue3.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +1 -1
- package/dist/components/forms/switch/RuiSwitch.vue.js +11 -0
- package/dist/components/forms/switch/RuiSwitch.vue.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.vue2.js +89 -0
- package/dist/components/forms/switch/RuiSwitch.vue2.js.map +1 -0
- package/dist/components/forms/switch/RuiSwitch.vue3.js +54 -0
- package/dist/components/forms/switch/RuiSwitch.vue3.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +2 -2
- package/dist/components/forms/text-area/RuiTextArea.vue.js +11 -0
- package/dist/components/forms/text-area/RuiTextArea.vue.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.vue2.js +252 -0
- package/dist/components/forms/text-area/RuiTextArea.vue2.js.map +1 -0
- package/dist/components/forms/text-area/RuiTextArea.vue3.js +92 -0
- package/dist/components/forms/text-area/RuiTextArea.vue3.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +2 -2
- package/dist/components/forms/text-field/RuiTextField.vue.js +11 -0
- package/dist/components/forms/text-field/RuiTextField.vue.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.vue2.js +220 -0
- package/dist/components/forms/text-field/RuiTextField.vue2.js.map +1 -0
- package/dist/components/forms/text-field/RuiTextField.vue3.js +89 -0
- package/dist/components/forms/text-field/RuiTextField.vue3.js.map +1 -0
- package/dist/components/helpers/RuiFormTextDetail.vue.js +54 -0
- package/dist/components/helpers/RuiFormTextDetail.vue.js.map +1 -0
- package/dist/components/helpers/RuiFormTextDetail.vue2.js +5 -0
- package/dist/components/helpers/RuiFormTextDetail.vue2.js.map +1 -0
- package/dist/components/icons/RuiIcon.vue.d.ts +2 -2
- package/dist/components/icons/RuiIcon.vue.js +11 -0
- package/dist/components/icons/RuiIcon.vue.js.map +1 -0
- package/dist/components/icons/RuiIcon.vue2.js +60 -0
- package/dist/components/icons/RuiIcon.vue2.js.map +1 -0
- package/dist/components/icons/RuiIcon.vue3.js +29 -0
- package/dist/components/icons/RuiIcon.vue3.js.map +1 -0
- package/dist/components/index.d.ts +45 -45
- package/dist/components/index.js +92 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonBase.vue.js +11 -0
- package/dist/components/loaders/RuiSkeletonBase.vue.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonBase.vue2.js +22 -0
- package/dist/components/loaders/RuiSkeletonBase.vue2.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonBase.vue3.js +12 -0
- package/dist/components/loaders/RuiSkeletonBase.vue3.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +1 -1
- package/dist/components/loaders/RuiSkeletonLoader.vue.js +11 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js +47 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js.map +1 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue3.js +33 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue3.js.map +1 -0
- package/dist/components/logos/RuiLogo.vue.js +114 -0
- package/dist/components/logos/RuiLogo.vue.js.map +1 -0
- package/dist/components/logos/RuiLogo.vue2.js +5 -0
- package/dist/components/logos/RuiLogo.vue2.js.map +1 -0
- package/dist/components/logos/logo.svg.js +5 -0
- package/dist/components/logos/logo.svg.js.map +1 -0
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +2 -2
- package/dist/components/overlays/badge/RuiBadge.vue.js +11 -0
- package/dist/components/overlays/badge/RuiBadge.vue.js.map +1 -0
- package/dist/components/overlays/badge/RuiBadge.vue2.js +95 -0
- package/dist/components/overlays/badge/RuiBadge.vue2.js.map +1 -0
- package/dist/components/overlays/badge/RuiBadge.vue3.js +77 -0
- package/dist/components/overlays/badge/RuiBadge.vue3.js.map +1 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js +34 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js.map +1 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue2.js +5 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue2.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.vue.js +11 -0
- package/dist/components/overlays/dialog/RuiDialog.vue.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.vue2.js +172 -0
- package/dist/components/overlays/dialog/RuiDialog.vue2.js.map +1 -0
- package/dist/components/overlays/dialog/RuiDialog.vue3.js +18 -0
- package/dist/components/overlays/dialog/RuiDialog.vue3.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +1 -1
- package/dist/components/overlays/menu/RuiMenu.vue.js +11 -0
- package/dist/components/overlays/menu/RuiMenu.vue.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.vue2.js +221 -0
- package/dist/components/overlays/menu/RuiMenu.vue2.js.map +1 -0
- package/dist/components/overlays/menu/RuiMenu.vue3.js +21 -0
- package/dist/components/overlays/menu/RuiMenu.vue3.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.js +11 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js +112 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js.map +1 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue3.js +28 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue3.js.map +1 -0
- package/dist/components/overlays/notification/RuiNotification.vue.js +74 -0
- package/dist/components/overlays/notification/RuiNotification.vue.js.map +1 -0
- package/dist/components/overlays/notification/RuiNotification.vue2.js +5 -0
- package/dist/components/overlays/notification/RuiNotification.vue2.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +1 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue.js +11 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js +105 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js.map +1 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue3.js +27 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue3.js.map +1 -0
- package/dist/components/progress/RuiProgress.vue.d.ts +1 -1
- package/dist/components/progress/RuiProgress.vue.js +11 -0
- package/dist/components/progress/RuiProgress.vue.js.map +1 -0
- package/dist/components/progress/RuiProgress.vue2.js +98 -0
- package/dist/components/progress/RuiProgress.vue2.js.map +1 -0
- package/dist/components/progress/RuiProgress.vue3.js +48 -0
- package/dist/components/progress/RuiProgress.vue3.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.vue.js +11 -0
- package/dist/components/steppers/RuiFooterStepper.vue.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.vue2.js +143 -0
- package/dist/components/steppers/RuiFooterStepper.vue2.js.map +1 -0
- package/dist/components/steppers/RuiFooterStepper.vue3.js +31 -0
- package/dist/components/steppers/RuiFooterStepper.vue3.js.map +1 -0
- package/dist/components/steppers/RuiStepper.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepper.vue.js +11 -0
- package/dist/components/steppers/RuiStepper.vue.js.map +1 -0
- package/dist/components/steppers/RuiStepper.vue2.js +130 -0
- package/dist/components/steppers/RuiStepper.vue2.js.map +1 -0
- package/dist/components/steppers/RuiStepper.vue3.js +58 -0
- package/dist/components/steppers/RuiStepper.vue3.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepperCustomIcon.vue.js +11 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js +38 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js.map +1 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue3.js +15 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue3.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepperIcon.vue.js +11 -0
- package/dist/components/steppers/RuiStepperIcon.vue.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.vue2.js +43 -0
- package/dist/components/steppers/RuiStepperIcon.vue2.js.map +1 -0
- package/dist/components/steppers/RuiStepperIcon.vue3.js +21 -0
- package/dist/components/steppers/RuiStepperIcon.vue3.js.map +1 -0
- package/dist/components/tables/RuiDataTable.vue.d.ts +2 -2
- package/dist/components/tables/RuiDataTable.vue.js +11 -0
- package/dist/components/tables/RuiDataTable.vue.js.map +1 -0
- package/dist/components/tables/RuiDataTable.vue2.js +943 -0
- package/dist/components/tables/RuiDataTable.vue2.js.map +1 -0
- package/dist/components/tables/RuiDataTable.vue3.js +79 -0
- package/dist/components/tables/RuiDataTable.vue3.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.vue.d.ts +1 -1
- package/dist/components/tables/RuiExpandButton.vue.js +11 -0
- package/dist/components/tables/RuiExpandButton.vue.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.vue2.js +42 -0
- package/dist/components/tables/RuiExpandButton.vue2.js.map +1 -0
- package/dist/components/tables/RuiExpandButton.vue3.js +15 -0
- package/dist/components/tables/RuiExpandButton.vue3.js.map +1 -0
- package/dist/components/tables/RuiTableHead.vue.js +11 -0
- package/dist/components/tables/RuiTableHead.vue.js.map +1 -0
- package/dist/components/tables/RuiTableHead.vue2.js +195 -0
- package/dist/components/tables/RuiTableHead.vue2.js.map +1 -0
- package/dist/components/tables/RuiTableHead.vue3.js +69 -0
- package/dist/components/tables/RuiTableHead.vue3.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue.js +11 -0
- package/dist/components/tables/RuiTablePagination.vue.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue2.js +196 -0
- package/dist/components/tables/RuiTablePagination.vue2.js.map +1 -0
- package/dist/components/tables/RuiTablePagination.vue3.js +28 -0
- package/dist/components/tables/RuiTablePagination.vue3.js.map +1 -0
- package/dist/components/tables/table_no_data_placeholder.svg.js +5 -0
- package/dist/components/tables/table_no_data_placeholder.svg.js.map +1 -0
- package/dist/components/tables/table_no_data_placeholder_dark.svg.js +5 -0
- package/dist/components/tables/table_no_data_placeholder_dark.svg.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.js +11 -0
- package/dist/components/tabs/tab/RuiTab.vue.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.vue2.js +135 -0
- package/dist/components/tabs/tab/RuiTab.vue2.js.map +1 -0
- package/dist/components/tabs/tab/RuiTab.vue3.js +17 -0
- package/dist/components/tabs/tab/RuiTab.vue3.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue.js +11 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js +51 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js.map +1 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue3.js +9 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue3.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue.js +11 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js +90 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js.map +1 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue3.js +9 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue3.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +1 -1
- package/dist/components/tabs/tabs/RuiTabs.vue.js +11 -0
- package/dist/components/tabs/tabs/RuiTabs.vue.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.vue2.js +281 -0
- package/dist/components/tabs/tabs/RuiTabs.vue2.js.map +1 -0
- package/dist/components/tabs/tabs/RuiTabs.vue3.js +20 -0
- package/dist/components/tabs/tabs/RuiTabs.vue3.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.vue.d.ts +1 -1
- package/dist/components/time-picker/RuiTimePicker.vue.js +11 -0
- package/dist/components/time-picker/RuiTimePicker.vue.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.vue2.js +414 -0
- package/dist/components/time-picker/RuiTimePicker.vue2.js.map +1 -0
- package/dist/components/time-picker/RuiTimePicker.vue3.js +21 -0
- package/dist/components/time-picker/RuiTimePicker.vue3.js.map +1 -0
- package/dist/composables/breakpoint.js +49 -0
- package/dist/composables/breakpoint.js.map +1 -0
- package/dist/composables/defaults/table.js +23 -0
- package/dist/composables/defaults/table.js.map +1 -0
- package/dist/composables/dropdown-menu.js +218 -0
- package/dist/composables/dropdown-menu.js.map +1 -0
- package/dist/composables/forms/auto-complete/focus.js +71 -0
- package/dist/composables/forms/auto-complete/focus.js.map +1 -0
- package/dist/composables/forms/auto-complete/index.d.ts +4 -4
- package/dist/composables/forms/auto-complete/keyboard-navigation.js +133 -0
- package/dist/composables/forms/auto-complete/keyboard-navigation.js.map +1 -0
- package/dist/composables/forms/auto-complete/search.js +93 -0
- package/dist/composables/forms/auto-complete/search.js.map +1 -0
- package/dist/composables/forms/auto-complete/value.js +129 -0
- package/dist/composables/forms/auto-complete/value.js.map +1 -0
- package/dist/composables/icons.js +60 -0
- package/dist/composables/icons.js.map +1 -0
- package/dist/composables/index.d.ts +3 -3
- package/dist/composables/index.js +9 -0
- package/dist/composables/index.js.map +1 -0
- package/dist/composables/popper.js +164 -0
- package/dist/composables/popper.js.map +1 -0
- package/dist/composables/sticky-header.js +105 -0
- package/dist/composables/sticky-header.js.map +1 -0
- package/dist/composables/theme.d.ts +1 -1
- package/dist/composables/theme.js +75 -0
- package/dist/composables/theme.js.map +1 -0
- package/dist/composables/timeout-manager.js +21 -0
- package/dist/composables/timeout-manager.js.map +1 -0
- package/dist/composables/use-rui-i18n.js +24 -0
- package/dist/composables/use-rui-i18n.js.map +1 -0
- package/dist/consts/colors.js +50 -0
- package/dist/consts/colors.js.map +1 -0
- package/dist/consts/time-accuracy.js +9 -0
- package/dist/consts/time-accuracy.js.map +1 -0
- package/dist/i18n/keys.js +20 -0
- package/dist/i18n/keys.js.map +1 -0
- package/dist/icons/icons_1.js +2503 -0
- package/dist/icons/icons_1.js.map +1 -0
- package/dist/icons/icons_2.js +2503 -0
- package/dist/icons/icons_2.js.map +1 -0
- package/dist/icons/icons_3.js +2503 -0
- package/dist/icons/icons_3.js.map +1 -0
- package/dist/icons/icons_4.js +923 -0
- package/dist/icons/icons_4.js.map +1 -0
- package/dist/icons/index.d.ts +4 -4
- package/dist/icons/index.js +9 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.d.ts +11 -11
- package/dist/index.js +1852 -0
- package/dist/index.js.map +1 -0
- package/dist/style.css +12852 -1
- package/dist/theme/index.js +185 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/types/stepper.js +17 -0
- package/dist/types/stepper.js.map +1 -0
- package/dist/types/theme.js +27 -0
- package/dist/types/theme.js.map +1 -0
- package/dist/utils/assert.js +14 -0
- package/dist/utils/assert.js.map +1 -0
- package/dist/utils/blockie.js +79 -0
- package/dist/utils/blockie.js.map +1 -0
- package/dist/utils/form-text-detail.js +31 -0
- package/dist/utils/form-text-detail.js.map +1 -0
- package/dist/utils/generate-id.js +21 -0
- package/dist/utils/generate-id.js.map +1 -0
- package/dist/utils/helpers.js +51 -0
- package/dist/utils/helpers.js.map +1 -0
- package/dist/utils/is-equal.js +33 -0
- package/dist/utils/is-equal.js.map +1 -0
- package/dist/web-types.json +1 -1
- package/package.json +16 -14
- package/dist/components/index.es.js +0 -8030
- package/dist/composables/index-CC7A7CEh.js +0 -737
- package/dist/composables/index.es.js +0 -7
- package/dist/consts/colors-D563Ic3q.js +0 -48
- package/dist/consts/forms/auto-complete/index-l0sNRNKZ.js +0 -2
- package/dist/consts/time-accuracy-BnKA5GyT.js +0 -9
- package/dist/i18n/keys-CNGXWOJX.js +0 -20
- package/dist/icons/icons_1.es.js +0 -2004
- package/dist/icons/icons_2.es.js +0 -2004
- package/dist/icons/icons_3.es.js +0 -2004
- package/dist/icons/icons_4.es.js +0 -740
- package/dist/icons/index.es.js +0 -1697
- package/dist/index-D7l4d7N2.js +0 -54
- package/dist/index.es.js +0 -1757
- package/dist/theme/index.es.js +0 -177
- package/dist/types/index-CN6Ip1GL.js +0 -39
- package/dist/utils/index-DJ-ueLCs.js +0 -158
- package/dist/vendor-Hqbg5uCG.js +0 -1931
|
@@ -0,0 +1,2503 @@
|
|
|
1
|
+
const LuColumns3Cog = {
|
|
2
|
+
name: "lu-columns-3-cog",
|
|
3
|
+
components: [["path", { "d": "M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5 M14.3 19.6 L15.3 19.2 M15 3v7.5 M15.2 16.9 L14.3 16.6 M16.6 21.7 L16.9 20.8 M16.8 15.3 L16.4 14.3 M19.1 15.2 L19.4 14.3 M19.6 21.7 L19.2 20.7 M20.7 16.8 L21.7 16.4 M21.7 19.4 L20.8 19.1 M9 3v18 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
4
|
+
};
|
|
5
|
+
const LuColumns3 = {
|
|
6
|
+
name: "lu-columns-3",
|
|
7
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M9 3v18 M15 3v18" }]]
|
|
8
|
+
};
|
|
9
|
+
const LuColumns4 = {
|
|
10
|
+
name: "lu-columns-4",
|
|
11
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7.5 3v18 M12 3v18 M16.5 3v18" }]]
|
|
12
|
+
};
|
|
13
|
+
const LuCombine = {
|
|
14
|
+
name: "lu-combine",
|
|
15
|
+
components: [["path", { "d": "M10 18H5a3 3 0 0 1-3-3v-1 M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 M7 21 L10 18 L7 15 M16,14 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z M4,2 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z" }]]
|
|
16
|
+
};
|
|
17
|
+
const LuCommand = {
|
|
18
|
+
name: "lu-command",
|
|
19
|
+
components: [["path", { "d": "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" }]]
|
|
20
|
+
};
|
|
21
|
+
const LuCompass = {
|
|
22
|
+
name: "lu-compass",
|
|
23
|
+
components: [["path", { "d": "m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z" }]]
|
|
24
|
+
};
|
|
25
|
+
const LuComponent = {
|
|
26
|
+
name: "lu-component",
|
|
27
|
+
components: [["path", { "d": "M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" }]]
|
|
28
|
+
};
|
|
29
|
+
const LuComputer = {
|
|
30
|
+
name: "lu-computer",
|
|
31
|
+
components: [["path", { "d": "M7,2 h10 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z M4,14 h16 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z M6 18h2 M12 18h6" }]]
|
|
32
|
+
};
|
|
33
|
+
const LuConciergeBell = {
|
|
34
|
+
name: "lu-concierge-bell",
|
|
35
|
+
components: [["path", { "d": "M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z M20 16a8 8 0 1 0-16 0 M12 4v4 M10 4h4" }]]
|
|
36
|
+
};
|
|
37
|
+
const LuCone = {
|
|
38
|
+
name: "lu-cone",
|
|
39
|
+
components: [["path", { "d": "m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98 M3,19 a9,3 0 1,0 18,0 a9,3 0 1,0 -18,0 Z" }]]
|
|
40
|
+
};
|
|
41
|
+
const LuConstruction = {
|
|
42
|
+
name: "lu-construction",
|
|
43
|
+
components: [["path", { "d": "M3,6 h18 a1,1 0 0 1 1,1 v6 a1,1 0 0 1 -1,1 h-18 a1,1 0 0 1 -1,-1 v-6 a1,1 0 0 1 1,-1 Z M17 14v7 M7 14v7 M17 3v3 M7 3v3 M10 14 2.3 6.3 M14 6 L21.7 13.7 M8 6 L16 14" }]]
|
|
44
|
+
};
|
|
45
|
+
const LuContactRound = {
|
|
46
|
+
name: "lu-contact-round",
|
|
47
|
+
components: [["path", { "d": "M16 2v2 M17.915 22a6 6 0 0 0-12 0 M8 2v2 M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M5,4 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
|
|
48
|
+
};
|
|
49
|
+
const LuContact = {
|
|
50
|
+
name: "lu-contact",
|
|
51
|
+
components: [["path", { "d": "M16 2v2 M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2 M8 2v2 M9,11 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5,4 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
|
|
52
|
+
};
|
|
53
|
+
const LuContainer = {
|
|
54
|
+
name: "lu-container",
|
|
55
|
+
components: [["path", { "d": "M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z M10 21.9V14L2.1 9.1 M10 14 L21.9 7.1 M14 19.8v-8.1 M18 17.5V9.4" }]]
|
|
56
|
+
};
|
|
57
|
+
const LuContrast = {
|
|
58
|
+
name: "lu-contrast",
|
|
59
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 18a6 6 0 0 0 0-12v12z" }]]
|
|
60
|
+
};
|
|
61
|
+
const LuCookie = {
|
|
62
|
+
name: "lu-cookie",
|
|
63
|
+
components: [["path", { "d": "M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5 M8.5 8.5v.01 M16 15.5v.01 M12 12v.01 M11 17v.01 M7 14v.01" }]]
|
|
64
|
+
};
|
|
65
|
+
const LuCookingPot = {
|
|
66
|
+
name: "lu-cooking-pot",
|
|
67
|
+
components: [["path", { "d": "M2 12h20 M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8 M4 8 L20 4 M8.86 6.78 L8.41 4.97 A2 2 0 0 1 9.86 2.54 L11.8 2.06 A2 2 0 0 1 14.23 3.52 L14.68 5.32" }]]
|
|
68
|
+
};
|
|
69
|
+
const LuCopyCheck = {
|
|
70
|
+
name: "lu-copy-check",
|
|
71
|
+
components: [["path", { "d": "m12 15 2 2 4-4 M10,8 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]]
|
|
72
|
+
};
|
|
73
|
+
const LuCopyMinus = {
|
|
74
|
+
name: "lu-copy-minus",
|
|
75
|
+
components: [["path", { "d": "M12 15 L18 15 M10,8 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]]
|
|
76
|
+
};
|
|
77
|
+
const LuCopyPlus = {
|
|
78
|
+
name: "lu-copy-plus",
|
|
79
|
+
components: [["path", { "d": "M15 12 L15 18 M12 15 L18 15 M10,8 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]]
|
|
80
|
+
};
|
|
81
|
+
const LuCopySlash = {
|
|
82
|
+
name: "lu-copy-slash",
|
|
83
|
+
components: [["path", { "d": "M12 18 L18 12 M10,8 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]]
|
|
84
|
+
};
|
|
85
|
+
const LuCopyX = {
|
|
86
|
+
name: "lu-copy-x",
|
|
87
|
+
components: [["path", { "d": "M12 12 L18 18 M12 18 L18 12 M10,8 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]]
|
|
88
|
+
};
|
|
89
|
+
const LuCopy = {
|
|
90
|
+
name: "lu-copy",
|
|
91
|
+
components: [["path", { "d": "M10,8 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]]
|
|
92
|
+
};
|
|
93
|
+
const LuCopyleft = {
|
|
94
|
+
name: "lu-copyleft",
|
|
95
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M9.17 14.83a4 4 0 1 0 0-5.66" }]]
|
|
96
|
+
};
|
|
97
|
+
const LuCopyright = {
|
|
98
|
+
name: "lu-copyright",
|
|
99
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M14.83 14.83a4 4 0 1 1 0-5.66" }]]
|
|
100
|
+
};
|
|
101
|
+
const LuCornerDownLeft = {
|
|
102
|
+
name: "lu-corner-down-left",
|
|
103
|
+
components: [["path", { "d": "M20 4v7a4 4 0 0 1-4 4H4 M9 10 L4 15 L9 20" }]]
|
|
104
|
+
};
|
|
105
|
+
const LuCornerDownRight = {
|
|
106
|
+
name: "lu-corner-down-right",
|
|
107
|
+
components: [["path", { "d": "m15 10 5 5-5 5 M4 4v7a4 4 0 0 0 4 4h12" }]]
|
|
108
|
+
};
|
|
109
|
+
const LuCornerLeftDown = {
|
|
110
|
+
name: "lu-corner-left-down",
|
|
111
|
+
components: [["path", { "d": "m14 15-5 5-5-5 M20 4h-7a4 4 0 0 0-4 4v12" }]]
|
|
112
|
+
};
|
|
113
|
+
const LuCornerLeftUp = {
|
|
114
|
+
name: "lu-corner-left-up",
|
|
115
|
+
components: [["path", { "d": "M14 9 9 4 4 9 M20 20h-7a4 4 0 0 1-4-4V4" }]]
|
|
116
|
+
};
|
|
117
|
+
const LuCornerRightDown = {
|
|
118
|
+
name: "lu-corner-right-down",
|
|
119
|
+
components: [["path", { "d": "m10 15 5 5 5-5 M4 4h7a4 4 0 0 1 4 4v12" }]]
|
|
120
|
+
};
|
|
121
|
+
const LuCornerRightUp = {
|
|
122
|
+
name: "lu-corner-right-up",
|
|
123
|
+
components: [["path", { "d": "m10 9 5-5 5 5 M4 20h7a4 4 0 0 0 4-4V4" }]]
|
|
124
|
+
};
|
|
125
|
+
const LuCornerUpLeft = {
|
|
126
|
+
name: "lu-corner-up-left",
|
|
127
|
+
components: [["path", { "d": "M20 20v-7a4 4 0 0 0-4-4H4 M9 14 4 9l5-5" }]]
|
|
128
|
+
};
|
|
129
|
+
const LuCornerUpRight = {
|
|
130
|
+
name: "lu-corner-up-right",
|
|
131
|
+
components: [["path", { "d": "m15 14 5-5-5-5 M4 20v-7a4 4 0 0 1 4-4h12" }]]
|
|
132
|
+
};
|
|
133
|
+
const LuCpu = {
|
|
134
|
+
name: "lu-cpu",
|
|
135
|
+
components: [["path", { "d": "M12 20v2 M12 2v2 M17 20v2 M17 2v2 M2 12h2 M2 17h2 M2 7h2 M20 12h2 M20 17h2 M20 7h2 M7 20v2 M7 2v2 M6,4 h12 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-12 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M9,8 h6 a1,1 0 0 1 1,1 v6 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-6 a1,1 0 0 1 1,-1 Z" }]]
|
|
136
|
+
};
|
|
137
|
+
const LuCreativeCommons = {
|
|
138
|
+
name: "lu-creative-commons",
|
|
139
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1 M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1" }]]
|
|
140
|
+
};
|
|
141
|
+
const LuCreditCard = {
|
|
142
|
+
name: "lu-credit-card",
|
|
143
|
+
components: [["path", { "d": "M4,5 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M2 10 L22 10" }]]
|
|
144
|
+
};
|
|
145
|
+
const LuCroissant = {
|
|
146
|
+
name: "lu-croissant",
|
|
147
|
+
components: [["path", { "d": "M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487 M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132 M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42 M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14 M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676" }]]
|
|
148
|
+
};
|
|
149
|
+
const LuCrop = {
|
|
150
|
+
name: "lu-crop",
|
|
151
|
+
components: [["path", { "d": "M6 2v14a2 2 0 0 0 2 2h14 M18 22V8a2 2 0 0 0-2-2H2" }]]
|
|
152
|
+
};
|
|
153
|
+
const LuCross = {
|
|
154
|
+
name: "lu-cross",
|
|
155
|
+
components: [["path", { "d": "M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z" }]]
|
|
156
|
+
};
|
|
157
|
+
const LuCrosshair = {
|
|
158
|
+
name: "lu-crosshair",
|
|
159
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M22 12 L18 12 M6 12 L2 12 M12 6 L12 2 M12 22 L12 18" }]]
|
|
160
|
+
};
|
|
161
|
+
const LuCrown = {
|
|
162
|
+
name: "lu-crown",
|
|
163
|
+
components: [["path", { "d": "M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z M5 21h14" }]]
|
|
164
|
+
};
|
|
165
|
+
const LuCuboid = {
|
|
166
|
+
name: "lu-cuboid",
|
|
167
|
+
components: [["path", { "d": "m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z M10 22v-8L2.25 9.15 M10 14 L21.77 7.13" }]]
|
|
168
|
+
};
|
|
169
|
+
const LuCupSoda = {
|
|
170
|
+
name: "lu-cup-soda",
|
|
171
|
+
components: [["path", { "d": "m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8 M5 8h14 M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0 M12 8 L13 2 L15 2" }]]
|
|
172
|
+
};
|
|
173
|
+
const LuCurrency = {
|
|
174
|
+
name: "lu-currency",
|
|
175
|
+
components: [["path", { "d": "M4,12 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M3 3 L6 6 M21 3 L18 6 M3 21 L6 18 M21 21 L18 18" }]]
|
|
176
|
+
};
|
|
177
|
+
const LuCylinder = {
|
|
178
|
+
name: "lu-cylinder",
|
|
179
|
+
components: [["path", { "d": "M3,5 a9,3 0 1,0 18,0 a9,3 0 1,0 -18,0 Z M3 5v14a9 3 0 0 0 18 0V5" }]]
|
|
180
|
+
};
|
|
181
|
+
const LuDam = {
|
|
182
|
+
name: "lu-dam",
|
|
183
|
+
components: [["path", { "d": "M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M2 10h4 M2 14h4 M2 18h4 M2 6h4 M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z" }]]
|
|
184
|
+
};
|
|
185
|
+
const LuDatabaseBackup = {
|
|
186
|
+
name: "lu-database-backup",
|
|
187
|
+
components: [["path", { "d": "M3,5 a9,3 0 1,0 18,0 a9,3 0 1,0 -18,0 Z M3 12a9 3 0 0 0 5 2.69 M21 9.3V5 M3 5v14a9 3 0 0 0 6.47 2.88 M12 12v4h4 M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16" }]]
|
|
188
|
+
};
|
|
189
|
+
const LuDatabaseZap = {
|
|
190
|
+
name: "lu-database-zap",
|
|
191
|
+
components: [["path", { "d": "M3,5 a9,3 0 1,0 18,0 a9,3 0 1,0 -18,0 Z M3 5V19A9 3 0 0 0 15 21.84 M21 5V8 M21 12L18 17H22L19 22 M3 12A9 3 0 0 0 14.59 14.87" }]]
|
|
192
|
+
};
|
|
193
|
+
const LuDatabase = {
|
|
194
|
+
name: "lu-database",
|
|
195
|
+
components: [["path", { "d": "M3,5 a9,3 0 1,0 18,0 a9,3 0 1,0 -18,0 Z M3 5V19A9 3 0 0 0 21 19V5 M3 12A9 3 0 0 0 21 12" }]]
|
|
196
|
+
};
|
|
197
|
+
const LuDecimalsArrowLeft = {
|
|
198
|
+
name: "lu-decimals-arrow-left",
|
|
199
|
+
components: [["path", { "d": "m13 21-3-3 3-3 M20 18H10 M3 11h.01 M8.5,3 h0 a2.5,2.5 0 0 1 2.5,2.5 v3 a2.5,2.5 0 0 1 -2.5,2.5 h-0 a2.5,2.5 0 0 1 -2.5,-2.5 v-3 a2.5,2.5 0 0 1 2.5,-2.5 Z" }]]
|
|
200
|
+
};
|
|
201
|
+
const LuDecimalsArrowRight = {
|
|
202
|
+
name: "lu-decimals-arrow-right",
|
|
203
|
+
components: [["path", { "d": "M10 18h10 M17 21 L20 18 L17 15 M3 11h.01 M17.5,3 h0 a2.5,2.5 0 0 1 2.5,2.5 v3 a2.5,2.5 0 0 1 -2.5,2.5 h-0 a2.5,2.5 0 0 1 -2.5,-2.5 v-3 a2.5,2.5 0 0 1 2.5,-2.5 Z M8.5,3 h0 a2.5,2.5 0 0 1 2.5,2.5 v3 a2.5,2.5 0 0 1 -2.5,2.5 h-0 a2.5,2.5 0 0 1 -2.5,-2.5 v-3 a2.5,2.5 0 0 1 2.5,-2.5 Z" }]]
|
|
204
|
+
};
|
|
205
|
+
const LuDelete = {
|
|
206
|
+
name: "lu-delete",
|
|
207
|
+
components: [["path", { "d": "M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z M12 9 L18 15 M18 9 L12 15" }]]
|
|
208
|
+
};
|
|
209
|
+
const LuDessert = {
|
|
210
|
+
name: "lu-dessert",
|
|
211
|
+
components: [["path", { "d": "M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826 M20.804 14.869a9 9 0 0 1-17.608 0 M10,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
212
|
+
};
|
|
213
|
+
const LuDiameter = {
|
|
214
|
+
name: "lu-diameter",
|
|
215
|
+
components: [["path", { "d": "M17,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M3,5 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M6.48 3.66a10 10 0 0 1 13.86 13.86 M6.41 6.41 L17.59 17.59 M3.66 6.48a10 10 0 0 0 13.86 13.86" }]]
|
|
216
|
+
};
|
|
217
|
+
const LuDiamondMinus = {
|
|
218
|
+
name: "lu-diamond-minus",
|
|
219
|
+
components: [["path", { "d": "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z M8 12h8" }]]
|
|
220
|
+
};
|
|
221
|
+
const LuDiamondPercent = {
|
|
222
|
+
name: "lu-diamond-percent",
|
|
223
|
+
components: [["path", { "d": "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z M9.2 9.2h.01 M14.5 9.5 L9.5 14.5 M14.7 14.8h.01" }]]
|
|
224
|
+
};
|
|
225
|
+
const LuDiamondPlus = {
|
|
226
|
+
name: "lu-diamond-plus",
|
|
227
|
+
components: [["path", { "d": "M12 8v8 M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z M8 12h8" }]]
|
|
228
|
+
};
|
|
229
|
+
const LuDiamond = {
|
|
230
|
+
name: "lu-diamond",
|
|
231
|
+
components: [["path", { "d": "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z" }]]
|
|
232
|
+
};
|
|
233
|
+
const LuDice1 = {
|
|
234
|
+
name: "lu-dice-1",
|
|
235
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M12 12h.01" }]]
|
|
236
|
+
};
|
|
237
|
+
const LuDice2 = {
|
|
238
|
+
name: "lu-dice-2",
|
|
239
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M15 9h.01 M9 15h.01" }]]
|
|
240
|
+
};
|
|
241
|
+
const LuDice3 = {
|
|
242
|
+
name: "lu-dice-3",
|
|
243
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M16 8h.01 M12 12h.01 M8 16h.01" }]]
|
|
244
|
+
};
|
|
245
|
+
const LuDice4 = {
|
|
246
|
+
name: "lu-dice-4",
|
|
247
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M16 8h.01 M8 8h.01 M8 16h.01 M16 16h.01" }]]
|
|
248
|
+
};
|
|
249
|
+
const LuDice5 = {
|
|
250
|
+
name: "lu-dice-5",
|
|
251
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M16 8h.01 M8 8h.01 M8 16h.01 M16 16h.01 M12 12h.01" }]]
|
|
252
|
+
};
|
|
253
|
+
const LuDice6 = {
|
|
254
|
+
name: "lu-dice-6",
|
|
255
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M16 8h.01 M16 12h.01 M16 16h.01 M8 8h.01 M8 12h.01 M8 16h.01" }]]
|
|
256
|
+
};
|
|
257
|
+
const LuDices = {
|
|
258
|
+
name: "lu-dices",
|
|
259
|
+
components: [["path", { "d": "M4,10 h8 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-8 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z M17.92 14 L21.42 10.5 A2.24 2.24 0 0 0 21.42 7.5 L16.42 2.58 A2.24 2.24 0 0 0 13.42 2.58 L10 6 M6 18h.01 M10 14h.01 M15 6h.01 M18 9h.01" }]]
|
|
260
|
+
};
|
|
261
|
+
const LuDiff = {
|
|
262
|
+
name: "lu-diff",
|
|
263
|
+
components: [["path", { "d": "M12 3v14 M5 10h14 M5 21h14" }]]
|
|
264
|
+
};
|
|
265
|
+
const LuDisc2 = {
|
|
266
|
+
name: "lu-disc-2",
|
|
267
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M12 12h.01" }]]
|
|
268
|
+
};
|
|
269
|
+
const LuDisc3 = {
|
|
270
|
+
name: "lu-disc-3",
|
|
271
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M6 12c0-1.7.7-3.2 1.8-4.2 M10,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M18 12c0 1.7-.7 3.2-1.8 4.2" }]]
|
|
272
|
+
};
|
|
273
|
+
const LuDiscAlbum = {
|
|
274
|
+
name: "lu-disc-album",
|
|
275
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7,12 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12 12h.01" }]]
|
|
276
|
+
};
|
|
277
|
+
const LuDisc = {
|
|
278
|
+
name: "lu-disc",
|
|
279
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M10,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
280
|
+
};
|
|
281
|
+
const LuDivide = {
|
|
282
|
+
name: "lu-divide",
|
|
283
|
+
components: [["path", { "d": "M11,6 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M5 12 L19 12 M11,18 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
284
|
+
};
|
|
285
|
+
const LuDnaOff = {
|
|
286
|
+
name: "lu-dna-off",
|
|
287
|
+
components: [["path", { "d": "M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8 M17 6 L14.11 3.11 M2 15c3.333-3 6.667-3 10-3 M2 2 L22 22 M20 9 L20.89 9.89 M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1 M3.109 14.109 4 15 M6.5 12.5 L7.5 13.5 M7 18 L9.89 20.89 M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16" }]]
|
|
288
|
+
};
|
|
289
|
+
const LuDna = {
|
|
290
|
+
name: "lu-dna",
|
|
291
|
+
components: [["path", { "d": "m10 16 1.5 1.5 M14 8 L12.5 6.5 M15 2c-1.798 1.998-2.518 3.995-2.807 5.993 M16.5 10.5 L17.5 11.5 M17 6 L14.11 3.11 M2 15c6.667-6 13.333 0 20-6 M20 9 L20.89 9.89 M3.109 14.109 4 15 M6.5 12.5 L7.5 13.5 M7 18 L9.89 20.89 M9 22c1.798-1.998 2.518-3.995 2.807-5.993" }]]
|
|
292
|
+
};
|
|
293
|
+
const LuDock = {
|
|
294
|
+
name: "lu-dock",
|
|
295
|
+
components: [["path", { "d": "M2 8h20 M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M6 16h12" }]]
|
|
296
|
+
};
|
|
297
|
+
const LuDog = {
|
|
298
|
+
name: "lu-dog",
|
|
299
|
+
components: [["path", { "d": "M11.25 16.25h1.5L12 17z M16 14v.5 M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309 M8 14v.5 M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5" }]]
|
|
300
|
+
};
|
|
301
|
+
const LuDollarSign = {
|
|
302
|
+
name: "lu-dollar-sign",
|
|
303
|
+
components: [["path", { "d": "M12 2 L12 22 M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" }]]
|
|
304
|
+
};
|
|
305
|
+
const LuDonut = {
|
|
306
|
+
name: "lu-donut",
|
|
307
|
+
components: [["path", { "d": "M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3 M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
308
|
+
};
|
|
309
|
+
const LuDoorClosedLocked = {
|
|
310
|
+
name: "lu-door-closed-locked",
|
|
311
|
+
components: [["path", { "d": "M10 12h.01 M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14 M2 20h8 M20 17v-2a2 2 0 1 0-4 0v2 M15,17 h6 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z" }]]
|
|
312
|
+
};
|
|
313
|
+
const LuDoorClosed = {
|
|
314
|
+
name: "lu-door-closed",
|
|
315
|
+
components: [["path", { "d": "M10 12h.01 M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14 M2 20h20" }]]
|
|
316
|
+
};
|
|
317
|
+
const LuDoorOpen = {
|
|
318
|
+
name: "lu-door-open",
|
|
319
|
+
components: [["path", { "d": "M11 20H2 M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z M11 4H8a2 2 0 0 0-2 2v14 M14 12h.01 M22 20h-3" }]]
|
|
320
|
+
};
|
|
321
|
+
const LuDot = {
|
|
322
|
+
name: "lu-dot",
|
|
323
|
+
components: [["path", { "d": "M11.1,12.1 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
324
|
+
};
|
|
325
|
+
const LuDownload = {
|
|
326
|
+
name: "lu-download",
|
|
327
|
+
components: [["path", { "d": "M12 15V3 M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4 M7 10 L12 15 L17 10" }]]
|
|
328
|
+
};
|
|
329
|
+
const LuDraftingCompass = {
|
|
330
|
+
name: "lu-drafting-compass",
|
|
331
|
+
components: [["path", { "d": "m12.99 6.74 1.93 3.44 M19.136 12a10 10 0 0 1-14.271 0 M21 21 L18.84 17.16 M3 21 L11.02 6.74 M10,5 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
332
|
+
};
|
|
333
|
+
const LuDrama = {
|
|
334
|
+
name: "lu-drama",
|
|
335
|
+
components: [["path", { "d": "M10 11h.01 M14 6h.01 M18 6h.01 M6.5 13.1h.01 M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3 M17.4 9.9c-.8.8-2 .8-2.8 0 M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7 M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4" }]]
|
|
336
|
+
};
|
|
337
|
+
const LuDribbble = {
|
|
338
|
+
name: "lu-dribbble",
|
|
339
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94 M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32 M8.56 2.75c4.37 6 6 9.42 8 17.72" }]]
|
|
340
|
+
};
|
|
341
|
+
const LuDrill = {
|
|
342
|
+
name: "lu-drill",
|
|
343
|
+
components: [["path", { "d": "M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8 M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3 M18 6h4 M5 10 L3 18 M7 18 L9 10" }]]
|
|
344
|
+
};
|
|
345
|
+
const LuDrone = {
|
|
346
|
+
name: "lu-drone",
|
|
347
|
+
components: [["path", { "d": "M10 10 7 7 M10 14 L7 17 M14 10 L17 7 M14 14 L17 17 M14.205 4.139a4 4 0 1 1 5.439 5.863 M19.637 14a4 4 0 1 1-5.432 5.868 M4.367 10a4 4 0 1 1 5.438-5.862 M9.795 19.862a4 4 0 1 1-5.429-5.873 M11,8 h2 a1,1 0 0 1 1,1 v6 a1,1 0 0 1 -1,1 h-2 a1,1 0 0 1 -1,-1 v-6 a1,1 0 0 1 1,-1 Z" }]]
|
|
348
|
+
};
|
|
349
|
+
const LuDropletOff = {
|
|
350
|
+
name: "lu-droplet-off",
|
|
351
|
+
components: [["path", { "d": "M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586 M2 2 L22 22 M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208" }]]
|
|
352
|
+
};
|
|
353
|
+
const LuDroplet = {
|
|
354
|
+
name: "lu-droplet",
|
|
355
|
+
components: [["path", { "d": "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z" }]]
|
|
356
|
+
};
|
|
357
|
+
const LuDroplets = {
|
|
358
|
+
name: "lu-droplets",
|
|
359
|
+
components: [["path", { "d": "M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97" }]]
|
|
360
|
+
};
|
|
361
|
+
const LuDrum = {
|
|
362
|
+
name: "lu-drum",
|
|
363
|
+
components: [["path", { "d": "m2 2 8 8 M22 2 L14 10 M2,9 a10,5 0 1,0 20,0 a10,5 0 1,0 -20,0 Z M7 13.4v7.9 M12 14v8 M17 13.4v7.9 M2 9v8a10 5 0 0 0 20 0V9" }]]
|
|
364
|
+
};
|
|
365
|
+
const LuDrumstick = {
|
|
366
|
+
name: "lu-drumstick",
|
|
367
|
+
components: [["path", { "d": "M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23 M8.29 12.71 L5.69 15.31 A2.5 2.5 0 1 0 4.04 19.96 A2.5 2.5 0 1 0 8.7 18.3 L11.29 15.71" }]]
|
|
368
|
+
};
|
|
369
|
+
const LuDumbbell = {
|
|
370
|
+
name: "lu-dumbbell",
|
|
371
|
+
components: [["path", { "d": "M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z M2.5 21.5 L3.9 20.1 M20.1 3.9 L21.5 2.5 M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z M9.6 14.4 L14.4 9.6" }]]
|
|
372
|
+
};
|
|
373
|
+
const LuEarOff = {
|
|
374
|
+
name: "lu-ear-off",
|
|
375
|
+
components: [["path", { "d": "M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46 M6 8.5c0-.75.13-1.47.36-2.14 M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76 M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18 M2 2 L22 22" }]]
|
|
376
|
+
};
|
|
377
|
+
const LuEar = {
|
|
378
|
+
name: "lu-ear",
|
|
379
|
+
components: [["path", { "d": "M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0 M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4" }]]
|
|
380
|
+
};
|
|
381
|
+
const LuEarthLock = {
|
|
382
|
+
name: "lu-earth-lock",
|
|
383
|
+
components: [["path", { "d": "M7 3.34V5a3 3 0 0 0 3 3 M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05 M21.54 15H17a2 2 0 0 0-2 2v4.54 M12 2a10 10 0 1 0 9.54 13 M20 6V4a2 2 0 1 0-4 0v2 M15,6 h6 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z" }]]
|
|
384
|
+
};
|
|
385
|
+
const LuEarth = {
|
|
386
|
+
name: "lu-earth",
|
|
387
|
+
components: [["path", { "d": "M21.54 15H17a2 2 0 0 0-2 2v4.54 M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17 M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05 M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z" }]]
|
|
388
|
+
};
|
|
389
|
+
const LuEclipse = {
|
|
390
|
+
name: "lu-eclipse",
|
|
391
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 2a7 7 0 1 0 10 10" }]]
|
|
392
|
+
};
|
|
393
|
+
const LuEggFried = {
|
|
394
|
+
name: "lu-egg-fried",
|
|
395
|
+
components: [["path", { "d": "M8,12.5 a3.5,3.5 0 1,0 7,0 a3.5,3.5 0 1,0 -7,0 Z M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z" }]]
|
|
396
|
+
};
|
|
397
|
+
const LuEggOff = {
|
|
398
|
+
name: "lu-egg-off",
|
|
399
|
+
components: [["path", { "d": "m2 2 20 20 M20 14.347V14c0-6-4-12-8-12-1.078 0-2.157.436-3.157 1.19 M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568" }]]
|
|
400
|
+
};
|
|
401
|
+
const LuEgg = {
|
|
402
|
+
name: "lu-egg",
|
|
403
|
+
components: [["path", { "d": "M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12" }]]
|
|
404
|
+
};
|
|
405
|
+
const LuEllipsisVertical = {
|
|
406
|
+
name: "lu-ellipsis-vertical",
|
|
407
|
+
components: [["path", { "d": "M11,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M11,5 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M11,19 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
408
|
+
};
|
|
409
|
+
const LuEllipsis = {
|
|
410
|
+
name: "lu-ellipsis",
|
|
411
|
+
components: [["path", { "d": "M11,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
412
|
+
};
|
|
413
|
+
const LuEqualApproximately = {
|
|
414
|
+
name: "lu-equal-approximately",
|
|
415
|
+
components: [["path", { "d": "M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0 M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" }]]
|
|
416
|
+
};
|
|
417
|
+
const LuEqualNot = {
|
|
418
|
+
name: "lu-equal-not",
|
|
419
|
+
components: [["path", { "d": "M5 9 L19 9 M5 15 L19 15 M19 5 L5 19" }]]
|
|
420
|
+
};
|
|
421
|
+
const LuEqual = {
|
|
422
|
+
name: "lu-equal",
|
|
423
|
+
components: [["path", { "d": "M5 9 L19 9 M5 15 L19 15" }]]
|
|
424
|
+
};
|
|
425
|
+
const LuEraser = {
|
|
426
|
+
name: "lu-eraser",
|
|
427
|
+
components: [["path", { "d": "M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21 M5.08 11.09 L13.91 19.92" }]]
|
|
428
|
+
};
|
|
429
|
+
const LuEthernetPort = {
|
|
430
|
+
name: "lu-ethernet-port",
|
|
431
|
+
components: [["path", { "d": "m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z M6 8v1 M10 8v1 M14 8v1 M18 8v1" }]]
|
|
432
|
+
};
|
|
433
|
+
const LuEuro = {
|
|
434
|
+
name: "lu-euro",
|
|
435
|
+
components: [["path", { "d": "M4 10h12 M4 14h9 M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2" }]]
|
|
436
|
+
};
|
|
437
|
+
const LuExpand = {
|
|
438
|
+
name: "lu-expand",
|
|
439
|
+
components: [["path", { "d": "m15 15 6 6 M15 9 L21 3 M21 16v5h-5 M21 8V3h-5 M3 16v5h5 M3 21 L9 15 M3 8V3h5 M9 9 3 3" }]]
|
|
440
|
+
};
|
|
441
|
+
const LuExternalLink = {
|
|
442
|
+
name: "lu-external-link",
|
|
443
|
+
components: [["path", { "d": "M15 3h6v6 M10 14 21 3 M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }]]
|
|
444
|
+
};
|
|
445
|
+
const LuEyeClosed = {
|
|
446
|
+
name: "lu-eye-closed",
|
|
447
|
+
components: [["path", { "d": "m15 18-.722-3.25 M2 8a10.645 10.645 0 0 0 20 0 M20 15 L18.27 12.95 M4 15 L5.73 12.95 M9 18 L9.72 14.75" }]]
|
|
448
|
+
};
|
|
449
|
+
const LuEyeOff = {
|
|
450
|
+
name: "lu-eye-off",
|
|
451
|
+
components: [["path", { "d": "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49 M14.084 14.158a3 3 0 0 1-4.242-4.242 M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143 M2 2 L22 22" }]]
|
|
452
|
+
};
|
|
453
|
+
const LuEye = {
|
|
454
|
+
name: "lu-eye",
|
|
455
|
+
components: [["path", { "d": "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0 M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
456
|
+
};
|
|
457
|
+
const LuFacebook = {
|
|
458
|
+
name: "lu-facebook",
|
|
459
|
+
components: [["path", { "d": "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }]]
|
|
460
|
+
};
|
|
461
|
+
const LuFactory = {
|
|
462
|
+
name: "lu-factory",
|
|
463
|
+
components: [["path", { "d": "M12 16h.01 M16 16h.01 M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z M8 16h.01" }]]
|
|
464
|
+
};
|
|
465
|
+
const LuFan = {
|
|
466
|
+
name: "lu-fan",
|
|
467
|
+
components: [["path", { "d": "M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z M12 12v.01" }]]
|
|
468
|
+
};
|
|
469
|
+
const LuFastForward = {
|
|
470
|
+
name: "lu-fast-forward",
|
|
471
|
+
components: [["path", { "d": "M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z" }]]
|
|
472
|
+
};
|
|
473
|
+
const LuFeather = {
|
|
474
|
+
name: "lu-feather",
|
|
475
|
+
components: [["path", { "d": "M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z M16 8 2 22 M17.5 15H9" }]]
|
|
476
|
+
};
|
|
477
|
+
const LuFence = {
|
|
478
|
+
name: "lu-fence",
|
|
479
|
+
components: [["path", { "d": "M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z M6 8h4 M6 18h4 M12 3 L10 5 L10 20 C10 20.6, 10.4 21, 11 21 L13 21 C13.6 21, 14 20.6, 14 20 L14 5 Z M14 8h4 M14 18h4 M20 3 L18 5 L18 20 C18 20.6, 18.4 21, 19 21 L21 21 C21.6 21, 22 20.6, 22 20 L22 5 Z" }]]
|
|
480
|
+
};
|
|
481
|
+
const LuFerrisWheel = {
|
|
482
|
+
name: "lu-ferris-wheel",
|
|
483
|
+
components: [["path", { "d": "M10,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M12 2v4 M6.8 15 L3.3 17 M20.7 7 L17.2 9 M6.8 9 3.3 7 M20.7 17 L17.2 15 M9 22 L12 14 L15 22 M8 22h8 M18 18.7a9 9 0 1 0-12 0" }]]
|
|
484
|
+
};
|
|
485
|
+
const LuFigma = {
|
|
486
|
+
name: "lu-figma",
|
|
487
|
+
components: [["path", { "d": "M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z" }]]
|
|
488
|
+
};
|
|
489
|
+
const LuFileArchive = {
|
|
490
|
+
name: "lu-file-archive",
|
|
491
|
+
components: [["path", { "d": "M10 12v-1 M10 18v-2 M10 7V6 M14 2v4a2 2 0 0 0 2 2h4 M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01 M8,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
492
|
+
};
|
|
493
|
+
const LuFileAudio2 = {
|
|
494
|
+
name: "lu-file-audio-2",
|
|
495
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2 M14 2v4a2 2 0 0 0 2 2h4 M2,17 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M2 17v-3a4 4 0 0 1 8 0v3 M8,17 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
496
|
+
};
|
|
497
|
+
const LuFileAudio = {
|
|
498
|
+
name: "lu-file-audio",
|
|
499
|
+
components: [["path", { "d": "M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3 M14 2v4a2 2 0 0 0 2 2h4 M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0" }]]
|
|
500
|
+
};
|
|
501
|
+
const LuFileAxis3d = {
|
|
502
|
+
name: "lu-file-axis-3d",
|
|
503
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8 18 L12 14 M8 10v8h8" }]]
|
|
504
|
+
};
|
|
505
|
+
const LuFileBadge2 = {
|
|
506
|
+
name: "lu-file-badge-2",
|
|
507
|
+
components: [["path", { "d": "m13.69 12.479 1.29 4.88a.5.5 0 0 1-.697.591l-1.844-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88 M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
508
|
+
};
|
|
509
|
+
const LuFileBadge = {
|
|
510
|
+
name: "lu-file-badge",
|
|
511
|
+
components: [["path", { "d": "M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.072 M14 2v4a2 2 0 0 0 2 2h4 M6.69 16.48 L7.98 21.36 A0.5 0.5 0 0 1 7.28 21.95 L5.44 21.1 A1 1 0 0 0 4.56 21.1 L2.71 21.95 A0.5 0.5 0 0 1 2.02 21.36 L3.31 16.48 M2,14 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
512
|
+
};
|
|
513
|
+
const LuFileBox = {
|
|
514
|
+
name: "lu-file-box",
|
|
515
|
+
components: [["path", { "d": "M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z M7 17v5 M11.7 14.2 7 17l-4.7-2.8" }]]
|
|
516
|
+
};
|
|
517
|
+
const LuFileChartColumnIncreasing = {
|
|
518
|
+
name: "lu-file-chart-column-increasing",
|
|
519
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8 18v-2 M12 18v-4 M16 18v-6" }]]
|
|
520
|
+
};
|
|
521
|
+
const LuFileChartColumn = {
|
|
522
|
+
name: "lu-file-chart-column",
|
|
523
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8 18v-1 M12 18v-6 M16 18v-3" }]]
|
|
524
|
+
};
|
|
525
|
+
const LuFileChartLine = {
|
|
526
|
+
name: "lu-file-chart-line",
|
|
527
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M16 13 L12.5 16.5 L10.5 14.5 L8 17" }]]
|
|
528
|
+
};
|
|
529
|
+
const LuFileChartPie = {
|
|
530
|
+
name: "lu-file-chart-pie",
|
|
531
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5 M4.017 11.512a6 6 0 1 0 8.466 8.475 M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z" }]]
|
|
532
|
+
};
|
|
533
|
+
const LuFileCheck2 = {
|
|
534
|
+
name: "lu-file-check-2",
|
|
535
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M3 15 L5 17 L9 13" }]]
|
|
536
|
+
};
|
|
537
|
+
const LuFileCheck = {
|
|
538
|
+
name: "lu-file-check",
|
|
539
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M9 15 L11 17 L15 13" }]]
|
|
540
|
+
};
|
|
541
|
+
const LuFileClock = {
|
|
542
|
+
name: "lu-file-clock",
|
|
543
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3 M8 14v2.2l1.6 1 M2,16 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
|
|
544
|
+
};
|
|
545
|
+
const LuFileCode2 = {
|
|
546
|
+
name: "lu-file-code-2",
|
|
547
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M5 12 L2 15 L5 18 M9 18 L12 15 L9 12" }]]
|
|
548
|
+
};
|
|
549
|
+
const LuFileCode = {
|
|
550
|
+
name: "lu-file-code",
|
|
551
|
+
components: [["path", { "d": "M10 12.5 8 15l2 2.5 M14 12.5 L16 15 L14 17.5 M14 2v4a2 2 0 0 0 2 2h4 M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }]]
|
|
552
|
+
};
|
|
553
|
+
const LuFileCog = {
|
|
554
|
+
name: "lu-file-cog",
|
|
555
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M2.31 15.53 L3.23 15.15 M3.23 12.85 L2.3 12.47 M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5 M4.85 11.23 L4.47 10.3 M4.85 16.77 L4.47 17.7 M7.15 11.23 L7.53 10.3 M7.53 17.7 L7.15 16.77 M8.77 12.85 L9.7 12.47 M8.77 15.15 L9.7 15.53 M3,14 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
556
|
+
};
|
|
557
|
+
const LuFileDiff = {
|
|
558
|
+
name: "lu-file-diff",
|
|
559
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M9 10h6 M12 13V7 M9 17h6" }]]
|
|
560
|
+
};
|
|
561
|
+
const LuFileDigit = {
|
|
562
|
+
name: "lu-file-digit",
|
|
563
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M4,12 h0 a2,2 0 0 1 2,2 v2 a2,2 0 0 1 -2,2 h-0 a2,2 0 0 1 -2,-2 v-2 a2,2 0 0 1 2,-2 Z M10 12h2v6 M10 18h4" }]]
|
|
564
|
+
};
|
|
565
|
+
const LuFileDown = {
|
|
566
|
+
name: "lu-file-down",
|
|
567
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M12 18v-6 M9 15 L12 18 L15 15" }]]
|
|
568
|
+
};
|
|
569
|
+
const LuFileHeart = {
|
|
570
|
+
name: "lu-file-heart",
|
|
571
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M2.62 13.8A2.25 2.25 0 1 1 6 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z M4 6.005V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-1.9-1.376" }]]
|
|
572
|
+
};
|
|
573
|
+
const LuFileImage = {
|
|
574
|
+
name: "lu-file-image",
|
|
575
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M20 17 L18.7 15.7 A2.41 2.41 0 0 0 15.3 15.7 L9 22" }]]
|
|
576
|
+
};
|
|
577
|
+
const LuFileInput = {
|
|
578
|
+
name: "lu-file-input",
|
|
579
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M2 15h10 M9 18 L12 15 L9 12" }]]
|
|
580
|
+
};
|
|
581
|
+
const LuFileJson2 = {
|
|
582
|
+
name: "lu-file-json-2",
|
|
583
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1 M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" }]]
|
|
584
|
+
};
|
|
585
|
+
const LuFileJson = {
|
|
586
|
+
name: "lu-file-json",
|
|
587
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1 M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" }]]
|
|
588
|
+
};
|
|
589
|
+
const LuFileKey2 = {
|
|
590
|
+
name: "lu-file-key-2",
|
|
591
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6 M14 2v4a2 2 0 0 0 2 2h4 M2,16 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M10 10 L5.5 14.5 M9 11 L10 12" }]]
|
|
592
|
+
};
|
|
593
|
+
const LuFileKey = {
|
|
594
|
+
name: "lu-file-key",
|
|
595
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M8,16 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M16 10 L11.5 14.5 M15 11 L16 12" }]]
|
|
596
|
+
};
|
|
597
|
+
const LuFileLock2 = {
|
|
598
|
+
name: "lu-file-lock-2",
|
|
599
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1 M14 2v4a2 2 0 0 0 2 2h4 M3,13 h6 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z M8 13v-2a2 2 0 1 0-4 0v2" }]]
|
|
600
|
+
};
|
|
601
|
+
const LuFileLock = {
|
|
602
|
+
name: "lu-file-lock",
|
|
603
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M9,12 h6 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z M10 12v-2a2 2 0 1 1 4 0v2" }]]
|
|
604
|
+
};
|
|
605
|
+
const LuFileMinus2 = {
|
|
606
|
+
name: "lu-file-minus-2",
|
|
607
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M3 15h6" }]]
|
|
608
|
+
};
|
|
609
|
+
const LuFileMinus = {
|
|
610
|
+
name: "lu-file-minus",
|
|
611
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M9 15h6" }]]
|
|
612
|
+
};
|
|
613
|
+
const LuFileMusic = {
|
|
614
|
+
name: "lu-file-music",
|
|
615
|
+
components: [["path", { "d": "M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4 M8 18v-7.7L16 9v7 M12,16 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M4,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
616
|
+
};
|
|
617
|
+
const LuFileOutput = {
|
|
618
|
+
name: "lu-file-output",
|
|
619
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2 M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6 M5 11 L2 14 M5 17 L2 14 L12 14" }]]
|
|
620
|
+
};
|
|
621
|
+
const LuFilePenLine = {
|
|
622
|
+
name: "lu-file-pen-line",
|
|
623
|
+
components: [["path", { "d": "m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2 M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M8 18h1" }]]
|
|
624
|
+
};
|
|
625
|
+
const LuFilePen = {
|
|
626
|
+
name: "lu-file-pen",
|
|
627
|
+
components: [["path", { "d": "M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5 M14 2v4a2 2 0 0 0 2 2h4 M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" }]]
|
|
628
|
+
};
|
|
629
|
+
const LuFilePlay = {
|
|
630
|
+
name: "lu-file-play",
|
|
631
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z" }]]
|
|
632
|
+
};
|
|
633
|
+
const LuFilePlus2 = {
|
|
634
|
+
name: "lu-file-plus-2",
|
|
635
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M3 15h6 M6 12v6" }]]
|
|
636
|
+
};
|
|
637
|
+
const LuFilePlus = {
|
|
638
|
+
name: "lu-file-plus",
|
|
639
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M9 15h6 M12 18v-6" }]]
|
|
640
|
+
};
|
|
641
|
+
const LuFileQuestionMark = {
|
|
642
|
+
name: "lu-file-question-mark",
|
|
643
|
+
components: [["path", { "d": "M12 17h.01 M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }]]
|
|
644
|
+
};
|
|
645
|
+
const LuFileScan = {
|
|
646
|
+
name: "lu-file-scan",
|
|
647
|
+
components: [["path", { "d": "M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4 M14 2v4a2 2 0 0 0 2 2h4 M16 14a2 2 0 0 0-2 2 M20 14a2 2 0 0 1 2 2 M20 22a2 2 0 0 0 2-2 M16 22a2 2 0 0 1-2-2" }]]
|
|
648
|
+
};
|
|
649
|
+
const LuFileSearch2 = {
|
|
650
|
+
name: "lu-file-search-2",
|
|
651
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M9,14.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M13.3 16.3 15 18" }]]
|
|
652
|
+
};
|
|
653
|
+
const LuFileSearch = {
|
|
654
|
+
name: "lu-file-search",
|
|
655
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3 M9 18 L7.5 16.5 M2,14 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
656
|
+
};
|
|
657
|
+
const LuFileSliders = {
|
|
658
|
+
name: "lu-file-sliders",
|
|
659
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8 12h8 M10 11v2 M8 17h8 M14 16v2" }]]
|
|
660
|
+
};
|
|
661
|
+
const LuFileSpreadsheet = {
|
|
662
|
+
name: "lu-file-spreadsheet",
|
|
663
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8 13h2 M14 13h2 M8 17h2 M14 17h2" }]]
|
|
664
|
+
};
|
|
665
|
+
const LuFileStack = {
|
|
666
|
+
name: "lu-file-stack",
|
|
667
|
+
components: [["path", { "d": "M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1 M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1 M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z" }]]
|
|
668
|
+
};
|
|
669
|
+
const LuFileSymlink = {
|
|
670
|
+
name: "lu-file-symlink",
|
|
671
|
+
components: [["path", { "d": "m10 18 3-3-3-3 M14 2v4a2 2 0 0 0 2 2h4 M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" }]]
|
|
672
|
+
};
|
|
673
|
+
const LuFileTerminal = {
|
|
674
|
+
name: "lu-file-terminal",
|
|
675
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8 16 L10 14 L8 12 M12 18h4" }]]
|
|
676
|
+
};
|
|
677
|
+
const LuFileText = {
|
|
678
|
+
name: "lu-file-text",
|
|
679
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M10 9H8 M16 13H8 M16 17H8" }]]
|
|
680
|
+
};
|
|
681
|
+
const LuFileType2 = {
|
|
682
|
+
name: "lu-file-type-2",
|
|
683
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M2 13v-1h6v1 M5 12v6 M4 18h2" }]]
|
|
684
|
+
};
|
|
685
|
+
const LuFileType = {
|
|
686
|
+
name: "lu-file-type",
|
|
687
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M9 13v-1h6v1 M12 12v6 M11 18h2" }]]
|
|
688
|
+
};
|
|
689
|
+
const LuFileUp = {
|
|
690
|
+
name: "lu-file-up",
|
|
691
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M12 12v6 M15 15 L12 12 L9 15" }]]
|
|
692
|
+
};
|
|
693
|
+
const LuFileUser = {
|
|
694
|
+
name: "lu-file-user",
|
|
695
|
+
components: [["path", { "d": "M14 2v4a2 2 0 0 0 2 2h4 M15 18a3 3 0 1 0-6 0 M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z M10,13 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
696
|
+
};
|
|
697
|
+
const LuFileVideoCamera = {
|
|
698
|
+
name: "lu-file-video-camera",
|
|
699
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M3,12 h6 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z M10 13.84 L13.03 12.09 A0.65 0.65 0 0 1 14 12.65 L14 17.35 A0.65 0.65 0 0 1 13.03 17.91 L10 16.16" }]]
|
|
700
|
+
};
|
|
701
|
+
const LuFileVolume2 = {
|
|
702
|
+
name: "lu-file-volume-2",
|
|
703
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M8 15h.01 M11.5 13.5a2.5 2.5 0 0 1 0 3 M15 12a5 5 0 0 1 0 6" }]]
|
|
704
|
+
};
|
|
705
|
+
const LuFileVolume = {
|
|
706
|
+
name: "lu-file-volume",
|
|
707
|
+
components: [["path", { "d": "M11 11a5 5 0 0 1 0 6 M14 2v4a2 2 0 0 0 2 2h4 M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23 M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z" }]]
|
|
708
|
+
};
|
|
709
|
+
const LuFileWarning = {
|
|
710
|
+
name: "lu-file-warning",
|
|
711
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M12 9v4 M12 17h.01" }]]
|
|
712
|
+
};
|
|
713
|
+
const LuFileX2 = {
|
|
714
|
+
name: "lu-file-x-2",
|
|
715
|
+
components: [["path", { "d": "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4 M14 2v4a2 2 0 0 0 2 2h4 M8 12.5 L3 17.5 M3 12.5 L8 17.5" }]]
|
|
716
|
+
};
|
|
717
|
+
const LuFileX = {
|
|
718
|
+
name: "lu-file-x",
|
|
719
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4 M14.5 12.5 L9.5 17.5 M9.5 12.5 L14.5 17.5" }]]
|
|
720
|
+
};
|
|
721
|
+
const LuFile = {
|
|
722
|
+
name: "lu-file",
|
|
723
|
+
components: [["path", { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z M14 2v4a2 2 0 0 0 2 2h4" }]]
|
|
724
|
+
};
|
|
725
|
+
const LuFiles = {
|
|
726
|
+
name: "lu-files",
|
|
727
|
+
components: [["path", { "d": "M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z M15 2v4a2 2 0 0 0 2 2h4 M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" }]]
|
|
728
|
+
};
|
|
729
|
+
const LuFilm = {
|
|
730
|
+
name: "lu-film",
|
|
731
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7 3v18 M3 7.5h4 M3 12h18 M3 16.5h4 M17 3v18 M17 7.5h4 M17 16.5h4" }]]
|
|
732
|
+
};
|
|
733
|
+
const LuFingerprint = {
|
|
734
|
+
name: "lu-fingerprint",
|
|
735
|
+
components: [["path", { "d": "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4 M14 13.12c0 2.38 0 6.38-1 8.88 M17.29 21.02c.12-.6.43-2.3.5-3.02 M2 12a10 10 0 0 1 18-6 M2 16h.01 M21.8 16c.2-2 .131-5.354 0-6 M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2 M8.65 22c.21-.66.45-1.32.57-2 M9 6.8a6 6 0 0 1 9 5.2v2" }]]
|
|
736
|
+
};
|
|
737
|
+
const LuFireExtinguisher = {
|
|
738
|
+
name: "lu-fire-extinguisher",
|
|
739
|
+
components: [["path", { "d": "M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5 M9 18h8 M18 3h-3 M11 3a6 6 0 0 0-6 6v11 M5 13h4 M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z" }]]
|
|
740
|
+
};
|
|
741
|
+
const LuFishOff = {
|
|
742
|
+
name: "lu-fish-off",
|
|
743
|
+
components: [["path", { "d": "M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058 M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618 M16.01 17.93 L15.78 19.33 A2 2 0 0 1 13.8 21 L9.5 21 A5.96 5.96 0 0 0 10.99 17.02 M8.53 3 L13.8 3 A2 2 0 0 1 15.78 4.67 L16.01 6.07 M2 2 L22 22" }]]
|
|
744
|
+
};
|
|
745
|
+
const LuFishSymbol = {
|
|
746
|
+
name: "lu-fish-symbol",
|
|
747
|
+
components: [["path", { "d": "M2 16s9-15 20-4C11 23 2 8 2 8" }]]
|
|
748
|
+
};
|
|
749
|
+
const LuFish = {
|
|
750
|
+
name: "lu-fish",
|
|
751
|
+
components: [["path", { "d": "M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z M18 12v.5 M16 17.93a9.77 9.77 0 0 1 0-11.86 M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33 M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4 M16.01 17.93 L15.78 19.33 A2 2 0 0 1 13.8 21 L9.5 21 A5.96 5.96 0 0 0 10.99 17.02" }]]
|
|
752
|
+
};
|
|
753
|
+
const LuFlagOff = {
|
|
754
|
+
name: "lu-flag-off",
|
|
755
|
+
components: [["path", { "d": "M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528 M2 2 L22 22 M4 22V4 M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347" }]]
|
|
756
|
+
};
|
|
757
|
+
const LuFlagTriangleLeft = {
|
|
758
|
+
name: "lu-flag-triangle-left",
|
|
759
|
+
components: [["path", { "d": "M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5" }]]
|
|
760
|
+
};
|
|
761
|
+
const LuFlagTriangleRight = {
|
|
762
|
+
name: "lu-flag-triangle-right",
|
|
763
|
+
components: [["path", { "d": "M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5" }]]
|
|
764
|
+
};
|
|
765
|
+
const LuFlag = {
|
|
766
|
+
name: "lu-flag",
|
|
767
|
+
components: [["path", { "d": "M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" }]]
|
|
768
|
+
};
|
|
769
|
+
const LuFlameKindling = {
|
|
770
|
+
name: "lu-flame-kindling",
|
|
771
|
+
components: [["path", { "d": "M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z M5 22 L19 18 M5 18 L19 22" }]]
|
|
772
|
+
};
|
|
773
|
+
const LuFlame = {
|
|
774
|
+
name: "lu-flame",
|
|
775
|
+
components: [["path", { "d": "M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z" }]]
|
|
776
|
+
};
|
|
777
|
+
const LuFlashlightOff = {
|
|
778
|
+
name: "lu-flashlight-off",
|
|
779
|
+
components: [["path", { "d": "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4 M7 2h11v4c0 2-2 2-2 4v1 M11 6 L18 6 M2 2 L22 22" }]]
|
|
780
|
+
};
|
|
781
|
+
const LuFlashlight = {
|
|
782
|
+
name: "lu-flashlight",
|
|
783
|
+
components: [["path", { "d": "M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z M6 6 L18 6 M12 12 L12 12" }]]
|
|
784
|
+
};
|
|
785
|
+
const LuFlaskConicalOff = {
|
|
786
|
+
name: "lu-flask-conical-off",
|
|
787
|
+
components: [["path", { "d": "M10 2v2.343 M14 2v6.343 M2 2 L22 22 M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563 M6.453 15H15 M8.5 2h7" }]]
|
|
788
|
+
};
|
|
789
|
+
const LuFlaskConical = {
|
|
790
|
+
name: "lu-flask-conical",
|
|
791
|
+
components: [["path", { "d": "M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2 M6.453 15h11.094 M8.5 2h7" }]]
|
|
792
|
+
};
|
|
793
|
+
const LuFlaskRound = {
|
|
794
|
+
name: "lu-flask-round",
|
|
795
|
+
components: [["path", { "d": "M10 2v6.292a7 7 0 1 0 4 0V2 M5 15h14 M8.5 2h7" }]]
|
|
796
|
+
};
|
|
797
|
+
const LuFlipHorizontal2 = {
|
|
798
|
+
name: "lu-flip-horizontal-2",
|
|
799
|
+
components: [["path", { "d": "m3 7 5 5-5 5V7 M21 7 L16 12 L21 17 L21 7 M12 20v2 M12 14v2 M12 8v2 M12 2v2" }]]
|
|
800
|
+
};
|
|
801
|
+
const LuFlipHorizontal = {
|
|
802
|
+
name: "lu-flip-horizontal",
|
|
803
|
+
components: [["path", { "d": "M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3 M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3 M12 20v2 M12 14v2 M12 8v2 M12 2v2" }]]
|
|
804
|
+
};
|
|
805
|
+
const LuFlipVertical2 = {
|
|
806
|
+
name: "lu-flip-vertical-2",
|
|
807
|
+
components: [["path", { "d": "m17 3-5 5-5-5h10 M17 21 L12 16 L7 21 L17 21 M4 12H2 M10 12H8 M16 12h-2 M22 12h-2" }]]
|
|
808
|
+
};
|
|
809
|
+
const LuFlipVertical = {
|
|
810
|
+
name: "lu-flip-vertical",
|
|
811
|
+
components: [["path", { "d": "M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3 M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3 M4 12H2 M10 12H8 M16 12h-2 M22 12h-2" }]]
|
|
812
|
+
};
|
|
813
|
+
const LuFlower2 = {
|
|
814
|
+
name: "lu-flower-2",
|
|
815
|
+
components: [["path", { "d": "M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1 M10,8 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M12 10v12 M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z" }]]
|
|
816
|
+
};
|
|
817
|
+
const LuFlower = {
|
|
818
|
+
name: "lu-flower",
|
|
819
|
+
components: [["path", { "d": "M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5 M12 7.5V9 M7.5 12H9 M16.5 12H15 M12 16.5V15 M8 8 L9.88 9.88 M14.12 9.88 16 8 M8 16 L9.88 14.12 M14.12 14.12 16 16" }]]
|
|
820
|
+
};
|
|
821
|
+
const LuFocus = {
|
|
822
|
+
name: "lu-focus",
|
|
823
|
+
components: [["path", { "d": "M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3 7V5a2 2 0 0 1 2-2h2 M17 3h2a2 2 0 0 1 2 2v2 M21 17v2a2 2 0 0 1-2 2h-2 M7 21H5a2 2 0 0 1-2-2v-2" }]]
|
|
824
|
+
};
|
|
825
|
+
const LuFoldHorizontal = {
|
|
826
|
+
name: "lu-fold-horizontal",
|
|
827
|
+
components: [["path", { "d": "M2 12h6 M22 12h-6 M12 2v2 M12 8v2 M12 14v2 M12 20v2 M19 9 L16 12 L19 15 M5 15 L8 12 L5 9" }]]
|
|
828
|
+
};
|
|
829
|
+
const LuFoldVertical = {
|
|
830
|
+
name: "lu-fold-vertical",
|
|
831
|
+
components: [["path", { "d": "M12 22v-6 M12 8V2 M4 12H2 M10 12H8 M16 12h-2 M22 12h-2 M15 19 L12 16 L9 19 M15 5 L12 8 L9 5" }]]
|
|
832
|
+
};
|
|
833
|
+
const LuFolderArchive = {
|
|
834
|
+
name: "lu-folder-archive",
|
|
835
|
+
components: [["path", { "d": "M13,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1 M15 11v-1 M15 17v-2" }]]
|
|
836
|
+
};
|
|
837
|
+
const LuFolderCheck = {
|
|
838
|
+
name: "lu-folder-check",
|
|
839
|
+
components: [["path", { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z M9 13 L11 15 L15 11" }]]
|
|
840
|
+
};
|
|
841
|
+
const LuFolderClock = {
|
|
842
|
+
name: "lu-folder-clock",
|
|
843
|
+
components: [["path", { "d": "M16 14v2.2l1.6 1 M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2 M10,16 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
|
|
844
|
+
};
|
|
845
|
+
const LuFolderClosed = {
|
|
846
|
+
name: "lu-folder-closed",
|
|
847
|
+
components: [["path", { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z M2 10h20" }]]
|
|
848
|
+
};
|
|
849
|
+
const LuFolderCode = {
|
|
850
|
+
name: "lu-folder-code",
|
|
851
|
+
components: [["path", { "d": "M10 10.5 8 13l2 2.5 M14 10.5 L16 13 L14 15.5 M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z" }]]
|
|
852
|
+
};
|
|
853
|
+
const LuFolderCog = {
|
|
854
|
+
name: "lu-folder-cog",
|
|
855
|
+
components: [["path", { "d": "M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3 M14.3 19.53 L15.23 19.15 M15.23 16.85 L14.3 16.47 M16.85 15.23 L16.47 14.3 M16.85 20.77 L16.47 21.7 M19.15 15.23 L19.53 14.3 M19.53 21.7 L19.15 20.77 M20.77 16.85 L21.7 16.47 M20.77 19.15 L21.7 19.53 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
856
|
+
};
|
|
857
|
+
const LuFolderDot = {
|
|
858
|
+
name: "lu-folder-dot",
|
|
859
|
+
components: [["path", { "d": "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z M11,13 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
860
|
+
};
|
|
861
|
+
const LuFolderDown = {
|
|
862
|
+
name: "lu-folder-down",
|
|
863
|
+
components: [["path", { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z M12 10v6 M15 13 L12 16 L9 13" }]]
|
|
864
|
+
};
|
|
865
|
+
const LuFolderGit2 = {
|
|
866
|
+
name: "lu-folder-git-2",
|
|
867
|
+
components: [["path", { "d": "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5 M11,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M18 19c-2.8 0-5-2.2-5-5v8 M18,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
868
|
+
};
|
|
869
|
+
const LuFolderGit = {
|
|
870
|
+
name: "lu-folder-git",
|
|
871
|
+
components: [["path", { "d": "M10,13 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z M14 13h3 M7 13h3" }]]
|
|
872
|
+
};
|
|
873
|
+
const LuFolderHeart = {
|
|
874
|
+
name: "lu-folder-heart",
|
|
875
|
+
components: [["path", { "d": "M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417 M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" }]]
|
|
876
|
+
};
|
|
877
|
+
const LuFolderInput = {
|
|
878
|
+
name: "lu-folder-input",
|
|
879
|
+
components: [["path", { "d": "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1 M2 13h10 M9 16 L12 13 L9 10" }]]
|
|
880
|
+
};
|
|
881
|
+
const LuFolderKanban = {
|
|
882
|
+
name: "lu-folder-kanban",
|
|
883
|
+
components: [["path", { "d": "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z M8 10v4 M12 10v2 M16 10v6" }]]
|
|
884
|
+
};
|
|
885
|
+
const LuFolderKey = {
|
|
886
|
+
name: "lu-folder-key",
|
|
887
|
+
components: [["path", { "d": "M14,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2 M22 14 L17.5 18.5 M21 15 L22 16" }]]
|
|
888
|
+
};
|
|
889
|
+
const LuFolderLock = {
|
|
890
|
+
name: "lu-folder-lock",
|
|
891
|
+
components: [["path", { "d": "M15,17 h6 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5 M20 17v-2a2 2 0 1 0-4 0v2" }]]
|
|
892
|
+
};
|
|
893
|
+
const LuFolderMinus = {
|
|
894
|
+
name: "lu-folder-minus",
|
|
895
|
+
components: [["path", { "d": "M9 13h6 M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }]]
|
|
896
|
+
};
|
|
897
|
+
const LuFolderOpenDot = {
|
|
898
|
+
name: "lu-folder-open-dot",
|
|
899
|
+
components: [["path", { "d": "m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2 M13,15 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
900
|
+
};
|
|
901
|
+
const LuFolderOpen = {
|
|
902
|
+
name: "lu-folder-open",
|
|
903
|
+
components: [["path", { "d": "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2" }]]
|
|
904
|
+
};
|
|
905
|
+
const LuFolderOutput = {
|
|
906
|
+
name: "lu-folder-output",
|
|
907
|
+
components: [["path", { "d": "M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5 M2 13h10 M5 10 L2 13 L5 16" }]]
|
|
908
|
+
};
|
|
909
|
+
const LuFolderPen = {
|
|
910
|
+
name: "lu-folder-pen",
|
|
911
|
+
components: [["path", { "d": "M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5 M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" }]]
|
|
912
|
+
};
|
|
913
|
+
const LuFolderPlus = {
|
|
914
|
+
name: "lu-folder-plus",
|
|
915
|
+
components: [["path", { "d": "M12 10v6 M9 13h6 M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }]]
|
|
916
|
+
};
|
|
917
|
+
const LuFolderRoot = {
|
|
918
|
+
name: "lu-folder-root",
|
|
919
|
+
components: [["path", { "d": "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z M10,13 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M12 15v5" }]]
|
|
920
|
+
};
|
|
921
|
+
const LuFolderSearch2 = {
|
|
922
|
+
name: "lu-folder-search-2",
|
|
923
|
+
components: [["path", { "d": "M9,12.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z M13.3 14.3 15 16" }]]
|
|
924
|
+
};
|
|
925
|
+
const LuFolderSearch = {
|
|
926
|
+
name: "lu-folder-search",
|
|
927
|
+
components: [["path", { "d": "M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1 M21 21 L19.1 19.1 M14,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
928
|
+
};
|
|
929
|
+
const LuFolderSymlink = {
|
|
930
|
+
name: "lu-folder-symlink",
|
|
931
|
+
components: [["path", { "d": "M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7 M8 16 L11 13 L8 10" }]]
|
|
932
|
+
};
|
|
933
|
+
const LuFolderSync = {
|
|
934
|
+
name: "lu-folder-sync",
|
|
935
|
+
components: [["path", { "d": "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5 M12 10v4h4 M12 14 L13.54 12.39 A5 5 0 0 1 21.54 13.89 M22 22v-4h-4 M22 18 L20.46 19.61 A5 5 0 0 1 12.46 18.11" }]]
|
|
936
|
+
};
|
|
937
|
+
const LuFolderTree = {
|
|
938
|
+
name: "lu-folder-tree",
|
|
939
|
+
components: [["path", { "d": "M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z M3 5a2 2 0 0 0 2 2h3 M3 3v13a2 2 0 0 0 2 2h3" }]]
|
|
940
|
+
};
|
|
941
|
+
const LuFolderUp = {
|
|
942
|
+
name: "lu-folder-up",
|
|
943
|
+
components: [["path", { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z M12 10v6 M9 13 L12 10 L15 13" }]]
|
|
944
|
+
};
|
|
945
|
+
const LuFolderX = {
|
|
946
|
+
name: "lu-folder-x",
|
|
947
|
+
components: [["path", { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z M9.5 10.5 L14.5 15.5 M14.5 10.5 L9.5 15.5" }]]
|
|
948
|
+
};
|
|
949
|
+
const LuFolder = {
|
|
950
|
+
name: "lu-folder",
|
|
951
|
+
components: [["path", { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }]]
|
|
952
|
+
};
|
|
953
|
+
const LuFolders = {
|
|
954
|
+
name: "lu-folders",
|
|
955
|
+
components: [["path", { "d": "M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1" }]]
|
|
956
|
+
};
|
|
957
|
+
const LuFootprints = {
|
|
958
|
+
name: "lu-footprints",
|
|
959
|
+
components: [["path", { "d": "M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z M16 17h4 M4 13h4" }]]
|
|
960
|
+
};
|
|
961
|
+
const LuForklift = {
|
|
962
|
+
name: "lu-forklift",
|
|
963
|
+
components: [["path", { "d": "M12 12H5a2 2 0 0 0-2 2v5 M11,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M3,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5" }]]
|
|
964
|
+
};
|
|
965
|
+
const LuForward = {
|
|
966
|
+
name: "lu-forward",
|
|
967
|
+
components: [["path", { "d": "m15 17 5-5-5-5 M4 18v-2a4 4 0 0 1 4-4h12" }]]
|
|
968
|
+
};
|
|
969
|
+
const LuFrame = {
|
|
970
|
+
name: "lu-frame",
|
|
971
|
+
components: [["path", { "d": "M22 6 L2 6 M22 18 L2 18 M6 2 L6 22 M18 2 L18 22" }]]
|
|
972
|
+
};
|
|
973
|
+
const LuFramer = {
|
|
974
|
+
name: "lu-framer",
|
|
975
|
+
components: [["path", { "d": "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7" }]]
|
|
976
|
+
};
|
|
977
|
+
const LuFrown = {
|
|
978
|
+
name: "lu-frown",
|
|
979
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M16 16s-1.5-2-4-2-4 2-4 2 M9 9 L9.01 9 M15 9 L15.01 9" }]]
|
|
980
|
+
};
|
|
981
|
+
const LuFuel = {
|
|
982
|
+
name: "lu-fuel",
|
|
983
|
+
components: [["path", { "d": "M3 22 L15 22 M4 9 L14 9 M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18 M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5" }]]
|
|
984
|
+
};
|
|
985
|
+
const LuFullscreen = {
|
|
986
|
+
name: "lu-fullscreen",
|
|
987
|
+
components: [["path", { "d": "M3 7V5a2 2 0 0 1 2-2h2 M17 3h2a2 2 0 0 1 2 2v2 M21 17v2a2 2 0 0 1-2 2h-2 M7 21H5a2 2 0 0 1-2-2v-2 M8,8 h8 a1,1 0 0 1 1,1 v6 a1,1 0 0 1 -1,1 h-8 a1,1 0 0 1 -1,-1 v-6 a1,1 0 0 1 1,-1 Z" }]]
|
|
988
|
+
};
|
|
989
|
+
const LuFunnelPlus = {
|
|
990
|
+
name: "lu-funnel-plus",
|
|
991
|
+
components: [["path", { "d": "M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348 M16 6h6 M19 3v6" }]]
|
|
992
|
+
};
|
|
993
|
+
const LuFunnelX = {
|
|
994
|
+
name: "lu-funnel-x",
|
|
995
|
+
components: [["path", { "d": "M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473 M16.5 3.5 L21.5 8.5 M21.5 3.5 L16.5 8.5" }]]
|
|
996
|
+
};
|
|
997
|
+
const LuFunnel = {
|
|
998
|
+
name: "lu-funnel",
|
|
999
|
+
components: [["path", { "d": "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" }]]
|
|
1000
|
+
};
|
|
1001
|
+
const LuGalleryHorizontalEnd = {
|
|
1002
|
+
name: "lu-gallery-horizontal-end",
|
|
1003
|
+
components: [["path", { "d": "M2 7v10 M6 5v14 M12,3 h8 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-8 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
|
|
1004
|
+
};
|
|
1005
|
+
const LuGalleryHorizontal = {
|
|
1006
|
+
name: "lu-gallery-horizontal",
|
|
1007
|
+
components: [["path", { "d": "M2 3v18 M8,3 h8 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-8 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M22 3v18" }]]
|
|
1008
|
+
};
|
|
1009
|
+
const LuGalleryThumbnails = {
|
|
1010
|
+
name: "lu-gallery-thumbnails",
|
|
1011
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M4 21h1 M9 21h1 M14 21h1 M19 21h1" }]]
|
|
1012
|
+
};
|
|
1013
|
+
const LuGalleryVerticalEnd = {
|
|
1014
|
+
name: "lu-gallery-vertical-end",
|
|
1015
|
+
components: [["path", { "d": "M7 2h10 M5 6h14 M5,10 h14 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z" }]]
|
|
1016
|
+
};
|
|
1017
|
+
const LuGalleryVertical = {
|
|
1018
|
+
name: "lu-gallery-vertical",
|
|
1019
|
+
components: [["path", { "d": "M3 2h18 M5,6 h14 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z M3 22h18" }]]
|
|
1020
|
+
};
|
|
1021
|
+
const LuGamepad2 = {
|
|
1022
|
+
name: "lu-gamepad-2",
|
|
1023
|
+
components: [["path", { "d": "M6 11 L10 11 M8 9 L8 13 M15 12 L15.01 12 M18 10 L18.01 10 M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z" }]]
|
|
1024
|
+
};
|
|
1025
|
+
const LuGamepad = {
|
|
1026
|
+
name: "lu-gamepad",
|
|
1027
|
+
components: [["path", { "d": "M6 12 L10 12 M8 10 L8 14 M15 13 L15.01 13 M18 11 L18.01 11 M4,6 h16 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z" }]]
|
|
1028
|
+
};
|
|
1029
|
+
const LuGauge = {
|
|
1030
|
+
name: "lu-gauge",
|
|
1031
|
+
components: [["path", { "d": "m12 14 4-4 M3.34 19a10 10 0 1 1 17.32 0" }]]
|
|
1032
|
+
};
|
|
1033
|
+
const LuGavel = {
|
|
1034
|
+
name: "lu-gavel",
|
|
1035
|
+
components: [["path", { "d": "m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381 M16 16 L22 10 M21.5 10.5 L13.5 2.5 M8 8 L14 2 M8.5 7.5 L16.5 15.5" }]]
|
|
1036
|
+
};
|
|
1037
|
+
const LuGem = {
|
|
1038
|
+
name: "lu-gem",
|
|
1039
|
+
components: [["path", { "d": "M10.5 3 8 9l4 13 4-13-2.5-6 M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z M2 9h20" }]]
|
|
1040
|
+
};
|
|
1041
|
+
const LuGeorgianLari = {
|
|
1042
|
+
name: "lu-georgian-lari",
|
|
1043
|
+
components: [["path", { "d": "M11.5 21a7.5 7.5 0 1 1 7.35-9 M13 12V3 M4 21h16 M9 12V3" }]]
|
|
1044
|
+
};
|
|
1045
|
+
const LuGhost = {
|
|
1046
|
+
name: "lu-ghost",
|
|
1047
|
+
components: [["path", { "d": "M9 10h.01 M15 10h.01 M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z" }]]
|
|
1048
|
+
};
|
|
1049
|
+
const LuGift = {
|
|
1050
|
+
name: "lu-gift",
|
|
1051
|
+
components: [["path", { "d": "M4,8 h16 a1,1 0 0 1 1,1 v2 a1,1 0 0 1 -1,1 h-16 a1,1 0 0 1 -1,-1 v-2 a1,1 0 0 1 1,-1 Z M12 8v13 M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7 M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5" }]]
|
|
1052
|
+
};
|
|
1053
|
+
const LuGitBranchPlus = {
|
|
1054
|
+
name: "lu-git-branch-plus",
|
|
1055
|
+
components: [["path", { "d": "M6 3v12 M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z M15 6a9 9 0 0 0-9 9 M18 15v6 M21 18h-6" }]]
|
|
1056
|
+
};
|
|
1057
|
+
const LuGitBranch = {
|
|
1058
|
+
name: "lu-git-branch",
|
|
1059
|
+
components: [["path", { "d": "M6 3 L6 15 M15,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M18 9a9 9 0 0 1-9 9" }]]
|
|
1060
|
+
};
|
|
1061
|
+
const LuGitCommitHorizontal = {
|
|
1062
|
+
name: "lu-git-commit-horizontal",
|
|
1063
|
+
components: [["path", { "d": "M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3 12 L9 12 M15 12 L21 12" }]]
|
|
1064
|
+
};
|
|
1065
|
+
const LuGitCommitVertical = {
|
|
1066
|
+
name: "lu-git-commit-vertical",
|
|
1067
|
+
components: [["path", { "d": "M12 3v6 M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M12 15v6" }]]
|
|
1068
|
+
};
|
|
1069
|
+
const LuGitCompareArrows = {
|
|
1070
|
+
name: "lu-git-compare-arrows",
|
|
1071
|
+
components: [["path", { "d": "M2,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M12 6h5a2 2 0 0 1 2 2v7 M15 9 L12 6 L15 3 M16,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M12 18H7a2 2 0 0 1-2-2V9 M9 15 L12 18 L9 21" }]]
|
|
1072
|
+
};
|
|
1073
|
+
const LuGitCompare = {
|
|
1074
|
+
name: "lu-git-compare",
|
|
1075
|
+
components: [["path", { "d": "M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M13 6h3a2 2 0 0 1 2 2v7 M11 18H8a2 2 0 0 1-2-2V9" }]]
|
|
1076
|
+
};
|
|
1077
|
+
const LuGitFork = {
|
|
1078
|
+
name: "lu-git-fork",
|
|
1079
|
+
components: [["path", { "d": "M9,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M15,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9 M12 12v3" }]]
|
|
1080
|
+
};
|
|
1081
|
+
const LuGitGraph = {
|
|
1082
|
+
name: "lu-git-graph",
|
|
1083
|
+
components: [["path", { "d": "M2,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5 9v6 M2,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M12 3v18 M16,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M16 15.7A9 9 0 0 0 19 9" }]]
|
|
1084
|
+
};
|
|
1085
|
+
const LuGitMerge = {
|
|
1086
|
+
name: "lu-git-merge",
|
|
1087
|
+
components: [["path", { "d": "M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M6 21V9a9 9 0 0 0 9 9" }]]
|
|
1088
|
+
};
|
|
1089
|
+
const LuGitPullRequestArrow = {
|
|
1090
|
+
name: "lu-git-pull-request-arrow",
|
|
1091
|
+
components: [["path", { "d": "M2,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5 9v12 M16,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M15 9 L12 6 L15 3 M12 6h5a2 2 0 0 1 2 2v7" }]]
|
|
1092
|
+
};
|
|
1093
|
+
const LuGitPullRequestClosed = {
|
|
1094
|
+
name: "lu-git-pull-request-closed",
|
|
1095
|
+
components: [["path", { "d": "M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M6 9v12 M21 3 L15 9 M21 9 L15 3 M18 11.5V15 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1096
|
+
};
|
|
1097
|
+
const LuGitPullRequestCreateArrow = {
|
|
1098
|
+
name: "lu-git-pull-request-create-arrow",
|
|
1099
|
+
components: [["path", { "d": "M2,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5 9v12 M15 9 L12 6 L15 3 M12 6h5a2 2 0 0 1 2 2v3 M19 15v6 M22 18h-6" }]]
|
|
1100
|
+
};
|
|
1101
|
+
const LuGitPullRequestCreate = {
|
|
1102
|
+
name: "lu-git-pull-request-create",
|
|
1103
|
+
components: [["path", { "d": "M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M6 9v12 M13 6h3a2 2 0 0 1 2 2v3 M18 15v6 M21 18h-6" }]]
|
|
1104
|
+
};
|
|
1105
|
+
const LuGitPullRequestDraft = {
|
|
1106
|
+
name: "lu-git-pull-request-draft",
|
|
1107
|
+
components: [["path", { "d": "M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M18 6V5 M18 11v-1 M6 9 L6 21" }]]
|
|
1108
|
+
};
|
|
1109
|
+
const LuGitPullRequest = {
|
|
1110
|
+
name: "lu-git-pull-request",
|
|
1111
|
+
components: [["path", { "d": "M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M13 6h3a2 2 0 0 1 2 2v7 M6 9 L6 21" }]]
|
|
1112
|
+
};
|
|
1113
|
+
const LuGithub = {
|
|
1114
|
+
name: "lu-github",
|
|
1115
|
+
components: [["path", { "d": "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4 M9 18c-4.51 2-5-2-7-2" }]]
|
|
1116
|
+
};
|
|
1117
|
+
const LuGitlab = {
|
|
1118
|
+
name: "lu-gitlab",
|
|
1119
|
+
components: [["path", { "d": "m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z" }]]
|
|
1120
|
+
};
|
|
1121
|
+
const LuGlassWater = {
|
|
1122
|
+
name: "lu-glass-water",
|
|
1123
|
+
components: [["path", { "d": "M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" }]]
|
|
1124
|
+
};
|
|
1125
|
+
const LuGlasses = {
|
|
1126
|
+
name: "lu-glasses",
|
|
1127
|
+
components: [["path", { "d": "M2,15 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M14,15 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2 M2.5 13 5 7c.7-1.3 1.4-2 3-2 M21.5 13 19 7c-.7-1.3-1.5-2-3-2" }]]
|
|
1128
|
+
};
|
|
1129
|
+
const LuGlobeLock = {
|
|
1130
|
+
name: "lu-globe-lock",
|
|
1131
|
+
components: [["path", { "d": "M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13 M2 12h8.5 M20 6V4a2 2 0 1 0-4 0v2 M15,6 h6 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z" }]]
|
|
1132
|
+
};
|
|
1133
|
+
const LuGlobe = {
|
|
1134
|
+
name: "lu-globe",
|
|
1135
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20 M2 12h20" }]]
|
|
1136
|
+
};
|
|
1137
|
+
const LuGoal = {
|
|
1138
|
+
name: "lu-goal",
|
|
1139
|
+
components: [["path", { "d": "M12 13V2l8 4-8 4 M20.561 10.222a9 9 0 1 1-12.55-5.29 M8.002 9.997a5 5 0 1 0 8.9 2.02" }]]
|
|
1140
|
+
};
|
|
1141
|
+
const LuGpu = {
|
|
1142
|
+
name: "lu-gpu",
|
|
1143
|
+
components: [["path", { "d": "M2 21V3 M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26 M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3 M14,11 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M6,11 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1144
|
+
};
|
|
1145
|
+
const LuGraduationCap = {
|
|
1146
|
+
name: "lu-graduation-cap",
|
|
1147
|
+
components: [["path", { "d": "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z M22 10v6 M6 12.5V16a6 3 0 0 0 12 0v-3.5" }]]
|
|
1148
|
+
};
|
|
1149
|
+
const LuGrape = {
|
|
1150
|
+
name: "lu-grape",
|
|
1151
|
+
components: [["path", { "d": "M22 5V2l-5.89 5.89 M13.600000000000001,15.89 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5.109999999999999,7.4 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M9.35,11.65 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M10.91,5.85 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M15.149999999999999,10.09 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3.5599999999999996,13.2 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M7.800000000000001,17.44 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M2,19 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1152
|
+
};
|
|
1153
|
+
const LuGrid2x2Check = {
|
|
1154
|
+
name: "lu-grid-2x2-check",
|
|
1155
|
+
components: [["path", { "d": "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3 M16 19 L18 21 L22 17" }]]
|
|
1156
|
+
};
|
|
1157
|
+
const LuGrid2x2Plus = {
|
|
1158
|
+
name: "lu-grid-2x2-plus",
|
|
1159
|
+
components: [["path", { "d": "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3 M16 19h6 M19 22v-6" }]]
|
|
1160
|
+
};
|
|
1161
|
+
const LuGrid2x2X = {
|
|
1162
|
+
name: "lu-grid-2x2-x",
|
|
1163
|
+
components: [["path", { "d": "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3 M16 16 L21 21 M16 21 L21 16" }]]
|
|
1164
|
+
};
|
|
1165
|
+
const LuGrid2x2 = {
|
|
1166
|
+
name: "lu-grid-2x2",
|
|
1167
|
+
components: [["path", { "d": "M12 3v18 M3 12h18 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
|
|
1168
|
+
};
|
|
1169
|
+
const LuGrid3x2 = {
|
|
1170
|
+
name: "lu-grid-3x2",
|
|
1171
|
+
components: [["path", { "d": "M15 3v18 M3 12h18 M9 3v18 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
|
|
1172
|
+
};
|
|
1173
|
+
const LuGrid3x3 = {
|
|
1174
|
+
name: "lu-grid-3x3",
|
|
1175
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M3 9h18 M3 15h18 M9 3v18 M15 3v18" }]]
|
|
1176
|
+
};
|
|
1177
|
+
const LuGripHorizontal = {
|
|
1178
|
+
name: "lu-grip-horizontal",
|
|
1179
|
+
components: [["path", { "d": "M11,9 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18,9 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4,9 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M11,15 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18,15 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4,15 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
1180
|
+
};
|
|
1181
|
+
const LuGripVertical = {
|
|
1182
|
+
name: "lu-grip-vertical",
|
|
1183
|
+
components: [["path", { "d": "M8,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M8,5 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M8,19 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M14,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M14,5 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M14,19 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
1184
|
+
};
|
|
1185
|
+
const LuGrip = {
|
|
1186
|
+
name: "lu-grip",
|
|
1187
|
+
components: [["path", { "d": "M11,5 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18,5 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4,5 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M11,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4,12 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M11,19 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M18,19 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M4,19 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z" }]]
|
|
1188
|
+
};
|
|
1189
|
+
const LuGroup = {
|
|
1190
|
+
name: "lu-group",
|
|
1191
|
+
components: [["path", { "d": "M3 7V5c0-1.1.9-2 2-2h2 M17 3h2c1.1 0 2 .9 2 2v2 M21 17v2c0 1.1-.9 2-2 2h-2 M7 21H5c-1.1 0-2-.9-2-2v-2 M8,7 h5 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z M11,12 h5 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z" }]]
|
|
1192
|
+
};
|
|
1193
|
+
const LuGuitar = {
|
|
1194
|
+
name: "lu-guitar",
|
|
1195
|
+
components: [["path", { "d": "m11.9 12.1 4.514-4.514 M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z M6 16 L8 18 M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z" }]]
|
|
1196
|
+
};
|
|
1197
|
+
const LuHam = {
|
|
1198
|
+
name: "lu-ham",
|
|
1199
|
+
components: [["path", { "d": "M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856 M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288 M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025 M8.5 16.5 L7.5 15.5" }]]
|
|
1200
|
+
};
|
|
1201
|
+
const LuHamburger = {
|
|
1202
|
+
name: "lu-hamburger",
|
|
1203
|
+
components: [["path", { "d": "M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25 M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2 M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0 M6.67 12 L12.8 16.6 A2 2 0 0 0 15.6 16.2 L18.75 12" }]]
|
|
1204
|
+
};
|
|
1205
|
+
const LuHammer = {
|
|
1206
|
+
name: "lu-hammer",
|
|
1207
|
+
components: [["path", { "d": "m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9 M18 15 L22 11 M21.5 11.5 L19.59 9.59 A2 2 0 0 1 19 8.17 L19 7.83 A2 2 0 0 0 18.41 6.41 L16.76 4.76 A6 6 0 0 0 12.52 3 L9 3 L10.24 4.24 A6 6 0 0 1 12 8.48 L12 10 L14 12 L15.17 12 A2 2 0 0 1 16.59 12.59 L18.5 14.5" }]]
|
|
1208
|
+
};
|
|
1209
|
+
const LuHandCoins = {
|
|
1210
|
+
name: "lu-hand-coins",
|
|
1211
|
+
components: [["path", { "d": "M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17 M7 21 L8.6 19.6 C8.9 19.2, 9.4 19, 10 19 L14 19 C15.1 19, 16.1 18.6, 16.8 17.8 L21.4 13.4 A2 2 0 0 0 18.65 10.49 L14.45 14.39 M2 16 L8 22 M13.1,9 a2.9,2.9 0 1,0 5.8,0 a2.9,2.9 0 1,0 -5.8,0 Z M3,5 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1212
|
+
};
|
|
1213
|
+
const LuHandFist = {
|
|
1214
|
+
name: "lu-hand-fist",
|
|
1215
|
+
components: [["path", { "d": "M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0 M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5 M9 5A2 2 0 1 0 5 5V10 M9 7V4A2 2 0 1 1 13 4V7.268" }]]
|
|
1216
|
+
};
|
|
1217
|
+
const LuHandGrab = {
|
|
1218
|
+
name: "lu-hand-grab",
|
|
1219
|
+
components: [["path", { "d": "M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4 M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2 M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5 M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2 M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0" }]]
|
|
1220
|
+
};
|
|
1221
|
+
const LuHandHeart = {
|
|
1222
|
+
name: "lu-hand-heart",
|
|
1223
|
+
components: [["path", { "d": "M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16 M14.45 13.39 L19.5 8.7 C20.2 8, 21 6.85, 21 5.75 A2.75 2.75 0 0 0 16.2 3.91 A0.28 0.28 0 0 1 15.8 3.91 A2.75 2.75 0 0 0 11 5.75 C11 6.95, 11.8 8, 12.5 8.7 L16 11.95 M2 15 L8 21 M7 20 L8.6 18.6 C8.9 18.2, 9.4 18, 10 18 L14 18 C15.1 18, 16.1 17.6, 16.8 16.8 L21.4 12.4 A1 1 0 0 0 18.65 9.49" }]]
|
|
1224
|
+
};
|
|
1225
|
+
const LuHandHelping = {
|
|
1226
|
+
name: "lu-hand-helping",
|
|
1227
|
+
components: [["path", { "d": "M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14 M7 18 L8.6 16.6 C8.9 16.2, 9.4 16, 10 16 L14 16 C15.1 16, 16.1 15.6, 16.8 14.8 L21.4 10.4 A2 2 0 0 0 18.65 7.49 L14.45 11.39 M2 13 L8 19" }]]
|
|
1228
|
+
};
|
|
1229
|
+
const LuHandMetal = {
|
|
1230
|
+
name: "lu-hand-metal",
|
|
1231
|
+
components: [["path", { "d": "M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4 M14 11V9a2 2 0 1 0-4 0v2 M10 10.5V5a2 2 0 1 0-4 0v9 M7 15 L5.24 13.24 A2 2 0 0 0 2.41 16.06 L6.01 19.66 C7.5 21.14, 9.2 22, 12 22 L14 22 A8 8 0 0 0 22 14 L22 7 A2 2 0 1 0 18 7 L18 12" }]]
|
|
1232
|
+
};
|
|
1233
|
+
const LuHandPlatter = {
|
|
1234
|
+
name: "lu-hand-platter",
|
|
1235
|
+
components: [["path", { "d": "M12 3V2 M15.4 17.4 L18.6 14.6 A2 2 0 1 1 21.4 17.5 L17.8 20.8 C17.1 21.6, 16.1 22, 15 22 L11 22 C9.9 22, 8.9 21.6, 8.2 20.8 L6.9 19.34 A1 1 0 0 0 6.15 19 L5 19 M2 14h12a2 2 0 0 1 0 4h-2 M4 10h16 M5 10a7 7 0 0 1 14 0 M5 14v6a1 1 0 0 1-1 1H2" }]]
|
|
1236
|
+
};
|
|
1237
|
+
const LuHand = {
|
|
1238
|
+
name: "lu-hand",
|
|
1239
|
+
components: [["path", { "d": "M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2 M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2 M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8 M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15" }]]
|
|
1240
|
+
};
|
|
1241
|
+
const LuHandbag = {
|
|
1242
|
+
name: "lu-handbag",
|
|
1243
|
+
components: [["path", { "d": "M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z M8 11V6a4 4 0 0 1 8 0v5" }]]
|
|
1244
|
+
};
|
|
1245
|
+
const LuHandshake = {
|
|
1246
|
+
name: "lu-handshake",
|
|
1247
|
+
components: [["path", { "d": "m11 17 2 2a1 1 0 1 0 3-3 M14 14 L16.5 16.5 A1 1 0 1 0 19.5 13.5 L15.62 9.62 A3 3 0 0 0 11.38 9.62 L10.5 10.5 A1 1 0 1 1 7.5 7.5 L10.31 4.69 A5.79 5.79 0 0 1 17.37 3.82 L17.84 4.1 A2 2 0 0 0 19.26 4.35 L21 4 M21 3 L22 14 L20 14 M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3 M3 4h8" }]]
|
|
1248
|
+
};
|
|
1249
|
+
const LuHardDriveDownload = {
|
|
1250
|
+
name: "lu-hard-drive-download",
|
|
1251
|
+
components: [["path", { "d": "M12 2v8 M16 6 L12 10 L8 6 M4,14 h16 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z M6 18h.01 M10 18h.01" }]]
|
|
1252
|
+
};
|
|
1253
|
+
const LuHardDriveUpload = {
|
|
1254
|
+
name: "lu-hard-drive-upload",
|
|
1255
|
+
components: [["path", { "d": "m16 6-4-4-4 4 M12 2v8 M4,14 h16 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z M6 18h.01 M10 18h.01" }]]
|
|
1256
|
+
};
|
|
1257
|
+
const LuHardDrive = {
|
|
1258
|
+
name: "lu-hard-drive",
|
|
1259
|
+
components: [["path", { "d": "M22 12 L2 12 M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z M6 16 L6.01 16 M10 16 L10.01 16" }]]
|
|
1260
|
+
};
|
|
1261
|
+
const LuHardHat = {
|
|
1262
|
+
name: "lu-hard-hat",
|
|
1263
|
+
components: [["path", { "d": "M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5 M14 6a6 6 0 0 1 6 6v3 M4 15v-3a6 6 0 0 1 6-6 M3,15 h18 a1,1 0 0 1 1,1 v2 a1,1 0 0 1 -1,1 h-18 a1,1 0 0 1 -1,-1 v-2 a1,1 0 0 1 1,-1 Z" }]]
|
|
1264
|
+
};
|
|
1265
|
+
const LuHash = {
|
|
1266
|
+
name: "lu-hash",
|
|
1267
|
+
components: [["path", { "d": "M4 9 L20 9 M4 15 L20 15 M10 3 L8 21 M16 3 L14 21" }]]
|
|
1268
|
+
};
|
|
1269
|
+
const LuHatGlasses = {
|
|
1270
|
+
name: "lu-hat-glasses",
|
|
1271
|
+
components: [["path", { "d": "M14 18a2 2 0 0 0-4 0 M19 11 L16.89 4.34 A2 2 0 0 0 14.14 3.2 L12.86 3.81 A2 2 0 0 1 12 4 L8.5 4 A2 2 0 0 0 6.58 5.46 L5 11 M2 11h20 M14,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M4,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1272
|
+
};
|
|
1273
|
+
const LuHaze = {
|
|
1274
|
+
name: "lu-haze",
|
|
1275
|
+
components: [["path", { "d": "m5.2 6.2 1.4 1.4 M2 13h2 M20 13h2 M17.4 7.6 L18.8 6.2 M22 17H2 M22 21H2 M16 13a4 4 0 0 0-8 0 M12 5V2.5" }]]
|
|
1276
|
+
};
|
|
1277
|
+
const LuHdmiPort = {
|
|
1278
|
+
name: "lu-hdmi-port",
|
|
1279
|
+
components: [["path", { "d": "M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z M7.5 12h9" }]]
|
|
1280
|
+
};
|
|
1281
|
+
const LuHeading1 = {
|
|
1282
|
+
name: "lu-heading-1",
|
|
1283
|
+
components: [["path", { "d": "M4 12h8 M4 18V6 M12 18V6 M17 12 L20 10 L20 18" }]]
|
|
1284
|
+
};
|
|
1285
|
+
const LuHeading2 = {
|
|
1286
|
+
name: "lu-heading-2",
|
|
1287
|
+
components: [["path", { "d": "M4 12h8 M4 18V6 M12 18V6 M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" }]]
|
|
1288
|
+
};
|
|
1289
|
+
const LuHeading3 = {
|
|
1290
|
+
name: "lu-heading-3",
|
|
1291
|
+
components: [["path", { "d": "M4 12h8 M4 18V6 M12 18V6 M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2 M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" }]]
|
|
1292
|
+
};
|
|
1293
|
+
const LuHeading4 = {
|
|
1294
|
+
name: "lu-heading-4",
|
|
1295
|
+
components: [["path", { "d": "M12 18V6 M17 10v3a1 1 0 0 0 1 1h3 M21 10v8 M4 12h8 M4 18V6" }]]
|
|
1296
|
+
};
|
|
1297
|
+
const LuHeading5 = {
|
|
1298
|
+
name: "lu-heading-5",
|
|
1299
|
+
components: [["path", { "d": "M4 12h8 M4 18V6 M12 18V6 M17 13v-3h4 M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" }]]
|
|
1300
|
+
};
|
|
1301
|
+
const LuHeading6 = {
|
|
1302
|
+
name: "lu-heading-6",
|
|
1303
|
+
components: [["path", { "d": "M4 12h8 M4 18V6 M12 18V6 M17,16 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M20 10c-2 2-3 3.5-3 6" }]]
|
|
1304
|
+
};
|
|
1305
|
+
const LuHeading = {
|
|
1306
|
+
name: "lu-heading",
|
|
1307
|
+
components: [["path", { "d": "M6 12h12 M6 20V4 M18 20V4" }]]
|
|
1308
|
+
};
|
|
1309
|
+
const LuHeadphoneOff = {
|
|
1310
|
+
name: "lu-headphone-off",
|
|
1311
|
+
components: [["path", { "d": "M21 14h-1.343 M9.128 3.47A9 9 0 0 1 21 12v3.343 M2 2 L22 22 M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3 M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364" }]]
|
|
1312
|
+
};
|
|
1313
|
+
const LuHeadphones = {
|
|
1314
|
+
name: "lu-headphones",
|
|
1315
|
+
components: [["path", { "d": "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" }]]
|
|
1316
|
+
};
|
|
1317
|
+
const LuHeadset = {
|
|
1318
|
+
name: "lu-headset",
|
|
1319
|
+
components: [["path", { "d": "M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z M21 16v2a4 4 0 0 1-4 4h-5" }]]
|
|
1320
|
+
};
|
|
1321
|
+
const LuHeartCrack = {
|
|
1322
|
+
name: "lu-heart-crack",
|
|
1323
|
+
components: [["path", { "d": "M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15 M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z" }]]
|
|
1324
|
+
};
|
|
1325
|
+
const LuHeartHandshake = {
|
|
1326
|
+
name: "lu-heart-handshake",
|
|
1327
|
+
components: [["path", { "d": "M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762" }]]
|
|
1328
|
+
};
|
|
1329
|
+
const LuHeartMinus = {
|
|
1330
|
+
name: "lu-heart-minus",
|
|
1331
|
+
components: [["path", { "d": "m14.876 18.99-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572 M15 15h6" }]]
|
|
1332
|
+
};
|
|
1333
|
+
const LuHeartOff = {
|
|
1334
|
+
name: "lu-heart-off",
|
|
1335
|
+
components: [["path", { "d": "M10.5 4.893a5.5 5.5 0 0 1 1.091.931.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 1.872-1.002 3.356-2.187 4.655 M16.97 16.97 L13.51 20.31 A2 2 0 0 1 10.51 20.33 L5 15 C3.5 13.5, 2 11.8, 2 9.5 A5.5 5.5 0 0 1 4.75 4.74 M2 2 L22 22" }]]
|
|
1336
|
+
};
|
|
1337
|
+
const LuHeartPlus = {
|
|
1338
|
+
name: "lu-heart-plus",
|
|
1339
|
+
components: [["path", { "d": "m14.479 19.374-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49 M15 15h6 M18 12v6" }]]
|
|
1340
|
+
};
|
|
1341
|
+
const LuHeartPulse = {
|
|
1342
|
+
name: "lu-heart-pulse",
|
|
1343
|
+
components: [["path", { "d": "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5 M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27" }]]
|
|
1344
|
+
};
|
|
1345
|
+
const LuHeart = {
|
|
1346
|
+
name: "lu-heart",
|
|
1347
|
+
components: [["path", { "d": "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" }]]
|
|
1348
|
+
};
|
|
1349
|
+
const LuHeater = {
|
|
1350
|
+
name: "lu-heater",
|
|
1351
|
+
components: [["path", { "d": "M11 8c2-3-2-3 0-6 M15.5 8c2-3-2-3 0-6 M6 10h.01 M6 14h.01 M10 16v-4 M14 16v-4 M18 16v-4 M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3 M5 20v2 M19 20v2" }]]
|
|
1352
|
+
};
|
|
1353
|
+
const LuHexagon = {
|
|
1354
|
+
name: "lu-hexagon",
|
|
1355
|
+
components: [["path", { "d": "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }]]
|
|
1356
|
+
};
|
|
1357
|
+
const LuHighlighter = {
|
|
1358
|
+
name: "lu-highlighter",
|
|
1359
|
+
components: [["path", { "d": "m9 11-6 6v3h9l3-3 M22 12 L17.4 16.6 A2 2 0 0 1 14.6 16.6 L9.4 11.4 A2 2 0 0 1 9.4 8.6 L14 4" }]]
|
|
1360
|
+
};
|
|
1361
|
+
const LuHistory = {
|
|
1362
|
+
name: "lu-history",
|
|
1363
|
+
components: [["path", { "d": "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8 M3 3v5h5 M12 7v5l4 2" }]]
|
|
1364
|
+
};
|
|
1365
|
+
const LuHopOff = {
|
|
1366
|
+
name: "lu-hop-off",
|
|
1367
|
+
components: [["path", { "d": "M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27 M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28 M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26 M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25 M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75 M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24 M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28 M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05 M2 2 L22 22" }]]
|
|
1368
|
+
};
|
|
1369
|
+
const LuHop = {
|
|
1370
|
+
name: "lu-hop",
|
|
1371
|
+
components: [["path", { "d": "M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18 M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88 M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36 M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87 M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08 M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57 M4.93 4.93 3 3a.7.7 0 0 1 0-1 M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15" }]]
|
|
1372
|
+
};
|
|
1373
|
+
const LuHospital = {
|
|
1374
|
+
name: "lu-hospital",
|
|
1375
|
+
components: [["path", { "d": "M12 7v4 M14 21v-3a2 2 0 0 0-4 0v3 M14 9h-4 M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2 M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16" }]]
|
|
1376
|
+
};
|
|
1377
|
+
const LuHotel = {
|
|
1378
|
+
name: "lu-hotel",
|
|
1379
|
+
components: [["path", { "d": "M10 22v-6.57 M12 11h.01 M12 7h.01 M14 15.43V22 M15 16a5 5 0 0 0-6 0 M16 11h.01 M16 7h.01 M8 11h.01 M8 7h.01 M6,2 h12 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-12 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z" }]]
|
|
1380
|
+
};
|
|
1381
|
+
const LuHourglass = {
|
|
1382
|
+
name: "lu-hourglass",
|
|
1383
|
+
components: [["path", { "d": "M5 22h14 M5 2h14 M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22 M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2" }]]
|
|
1384
|
+
};
|
|
1385
|
+
const LuHousePlug = {
|
|
1386
|
+
name: "lu-house-plug",
|
|
1387
|
+
components: [["path", { "d": "M10 12V8.964 M14 12V8.964 M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2" }]]
|
|
1388
|
+
};
|
|
1389
|
+
const LuHousePlus = {
|
|
1390
|
+
name: "lu-house-plus",
|
|
1391
|
+
components: [["path", { "d": "M12.662 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v2.475 M14.959 12.717A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8 M15 18h6 M18 15v6" }]]
|
|
1392
|
+
};
|
|
1393
|
+
const LuHouseWifi = {
|
|
1394
|
+
name: "lu-house-wifi",
|
|
1395
|
+
components: [["path", { "d": "M9.5 13.866a4 4 0 0 1 5 .01 M12 17h.01 M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z M7 10.754a8 8 0 0 1 10 0" }]]
|
|
1396
|
+
};
|
|
1397
|
+
const LuHouse = {
|
|
1398
|
+
name: "lu-house",
|
|
1399
|
+
components: [["path", { "d": "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8 M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }]]
|
|
1400
|
+
};
|
|
1401
|
+
const LuIceCreamBowl = {
|
|
1402
|
+
name: "lu-ice-cream-bowl",
|
|
1403
|
+
components: [["path", { "d": "M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0 M12.14 11a3.5 3.5 0 1 1 6.71 0 M15.5 6.5a3.5 3.5 0 1 0-7 0" }]]
|
|
1404
|
+
};
|
|
1405
|
+
const LuIceCreamCone = {
|
|
1406
|
+
name: "lu-ice-cream-cone",
|
|
1407
|
+
components: [["path", { "d": "m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11 M17 7A5 5 0 0 0 7 7 M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4" }]]
|
|
1408
|
+
};
|
|
1409
|
+
const LuIdCardLanyard = {
|
|
1410
|
+
name: "lu-id-card-lanyard",
|
|
1411
|
+
components: [["path", { "d": "M13.5 8h-3 M15 2 L14 4 L17 4 A2 2 0 0 1 19 6 L19 20 A2 2 0 0 1 17 22 L7 22 A2 2 0 0 1 5 20 L5 6 A2 2 0 0 1 7 4 L10 4 M16.899 22A5 5 0 0 0 7.1 22 M9 2 L12 8 M9,15 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1412
|
+
};
|
|
1413
|
+
const LuIdCard = {
|
|
1414
|
+
name: "lu-id-card",
|
|
1415
|
+
components: [["path", { "d": "M16 10h2 M16 14h2 M6.17 15a3 3 0 0 1 5.66 0 M7,11 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M4,5 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z" }]]
|
|
1416
|
+
};
|
|
1417
|
+
const LuImageDown = {
|
|
1418
|
+
name: "lu-image-down",
|
|
1419
|
+
components: [["path", { "d": "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21 M14 19 L17 22 L17 16.5 M17 22 L20 19 M7,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1420
|
+
};
|
|
1421
|
+
const LuImageMinus = {
|
|
1422
|
+
name: "lu-image-minus",
|
|
1423
|
+
components: [["path", { "d": "M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7 M16 5 L22 5 M7,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M21 15 L17.91 11.91 A2 2 0 0 0 15.09 11.91 L6 21" }]]
|
|
1424
|
+
};
|
|
1425
|
+
const LuImageOff = {
|
|
1426
|
+
name: "lu-image-off",
|
|
1427
|
+
components: [["path", { "d": "M2 2 L22 22 M10.41 10.41a2 2 0 1 1-2.83-2.83 M13.5 13.5 L6 21 M18 12 L21 15 M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59 M21 15V5a2 2 0 0 0-2-2H9" }]]
|
|
1428
|
+
};
|
|
1429
|
+
const LuImagePlay = {
|
|
1430
|
+
name: "lu-image-play",
|
|
1431
|
+
components: [["path", { "d": "M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6 M6 21 L11 16 M7,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1432
|
+
};
|
|
1433
|
+
const LuImagePlus = {
|
|
1434
|
+
name: "lu-image-plus",
|
|
1435
|
+
components: [["path", { "d": "M16 5h6 M19 2v6 M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5 M21 15 L17.91 11.91 A2 2 0 0 0 15.09 11.91 L6 21 M7,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1436
|
+
};
|
|
1437
|
+
const LuImageUp = {
|
|
1438
|
+
name: "lu-image-up",
|
|
1439
|
+
components: [["path", { "d": "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21 M14 19.5 L17 16.5 L20 19.5 M17 22v-5.5 M7,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1440
|
+
};
|
|
1441
|
+
const LuImageUpscale = {
|
|
1442
|
+
name: "lu-image-upscale",
|
|
1443
|
+
components: [["path", { "d": "M16 3h5v5 M17 21h2a2 2 0 0 0 2-2 M21 12v3 M21 3 L16 8 M3 7V5a2 2 0 0 1 2-2 M5 21 L9.14 16.86 A1.21 1.21 0 0 1 10.86 16.86 L13 19 M9 3h3 M4,11 h8 a1,1 0 0 1 1,1 v8 a1,1 0 0 1 -1,1 h-8 a1,1 0 0 1 -1,-1 v-8 a1,1 0 0 1 1,-1 Z" }]]
|
|
1444
|
+
};
|
|
1445
|
+
const LuImage = {
|
|
1446
|
+
name: "lu-image",
|
|
1447
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M21 15 L17.91 11.91 A2 2 0 0 0 15.09 11.91 L6 21" }]]
|
|
1448
|
+
};
|
|
1449
|
+
const LuImages = {
|
|
1450
|
+
name: "lu-images",
|
|
1451
|
+
components: [["path", { "d": "m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16 M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2 M12,7 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M10,2 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z" }]]
|
|
1452
|
+
};
|
|
1453
|
+
const LuImport = {
|
|
1454
|
+
name: "lu-import",
|
|
1455
|
+
components: [["path", { "d": "M12 3v12 M8 11 L12 15 L16 11 M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4" }]]
|
|
1456
|
+
};
|
|
1457
|
+
const LuInbox = {
|
|
1458
|
+
name: "lu-inbox",
|
|
1459
|
+
components: [["path", { "d": "M22 12 L16 12 L14 15 L10 15 L8 12 L2 12 M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" }]]
|
|
1460
|
+
};
|
|
1461
|
+
const LuIndentDecrease = {
|
|
1462
|
+
name: "lu-indent-decrease",
|
|
1463
|
+
components: [["path", { "d": "M21 12H11 M21 18H11 M21 6H11 M7 8 L3 12 L7 16" }]]
|
|
1464
|
+
};
|
|
1465
|
+
const LuIndentIncrease = {
|
|
1466
|
+
name: "lu-indent-increase",
|
|
1467
|
+
components: [["path", { "d": "M21 12H11 M21 18H11 M21 6H11 M3 8 L7 12 L3 16" }]]
|
|
1468
|
+
};
|
|
1469
|
+
const LuIndianRupee = {
|
|
1470
|
+
name: "lu-indian-rupee",
|
|
1471
|
+
components: [["path", { "d": "M6 3h12 M6 8h12 M6 13 L14.5 21 M6 13h3 M9 13c6.667 0 6.667-10 0-10" }]]
|
|
1472
|
+
};
|
|
1473
|
+
const LuInfinity = {
|
|
1474
|
+
name: "lu-infinity",
|
|
1475
|
+
components: [["path", { "d": "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8" }]]
|
|
1476
|
+
};
|
|
1477
|
+
const LuInfo = {
|
|
1478
|
+
name: "lu-info",
|
|
1479
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 16v-4 M12 8h.01" }]]
|
|
1480
|
+
};
|
|
1481
|
+
const LuInspectionPanel = {
|
|
1482
|
+
name: "lu-inspection-panel",
|
|
1483
|
+
components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7 7h.01 M17 7h.01 M7 17h.01 M17 17h.01" }]]
|
|
1484
|
+
};
|
|
1485
|
+
const LuInstagram = {
|
|
1486
|
+
name: "lu-instagram",
|
|
1487
|
+
components: [["path", { "d": "M7,2 h10 a5,5 0 0 1 5,5 v10 a5,5 0 0 1 -5,5 h-10 a5,5 0 0 1 -5,-5 v-10 a5,5 0 0 1 5,-5 Z M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z M17.5 6.5 L17.51 6.5" }]]
|
|
1488
|
+
};
|
|
1489
|
+
const LuItalic = {
|
|
1490
|
+
name: "lu-italic",
|
|
1491
|
+
components: [["path", { "d": "M19 4 L10 4 M14 20 L5 20 M15 4 L9 20" }]]
|
|
1492
|
+
};
|
|
1493
|
+
const LuIterationCcw = {
|
|
1494
|
+
name: "lu-iteration-ccw",
|
|
1495
|
+
components: [["path", { "d": "m16 14 4 4-4 4 M20 10a8 8 0 1 0-8 8h8" }]]
|
|
1496
|
+
};
|
|
1497
|
+
const LuIterationCw = {
|
|
1498
|
+
name: "lu-iteration-cw",
|
|
1499
|
+
components: [["path", { "d": "M4 10a8 8 0 1 1 8 8H4 M8 22 L4 18 L8 14" }]]
|
|
1500
|
+
};
|
|
1501
|
+
const LuJapaneseYen = {
|
|
1502
|
+
name: "lu-japanese-yen",
|
|
1503
|
+
components: [["path", { "d": "M12 9.5V21m0-11.5L6 3m6 6.5L18 3 M6 15h12 M6 11h12" }]]
|
|
1504
|
+
};
|
|
1505
|
+
const LuJoystick = {
|
|
1506
|
+
name: "lu-joystick",
|
|
1507
|
+
components: [["path", { "d": "M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z M6 15v-2 M12 15V9 M9,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1508
|
+
};
|
|
1509
|
+
const LuKanban = {
|
|
1510
|
+
name: "lu-kanban",
|
|
1511
|
+
components: [["path", { "d": "M6 5v11 M12 5v6 M18 5v14" }]]
|
|
1512
|
+
};
|
|
1513
|
+
const LuKayak = {
|
|
1514
|
+
name: "lu-kayak",
|
|
1515
|
+
components: [["path", { "d": "M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61 M6.71 6.71 L17.29 17.29 M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z" }]]
|
|
1516
|
+
};
|
|
1517
|
+
const LuKeyRound = {
|
|
1518
|
+
name: "lu-key-round",
|
|
1519
|
+
components: [["path", { "d": "M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z M16,7.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z" }]]
|
|
1520
|
+
};
|
|
1521
|
+
const LuKeySquare = {
|
|
1522
|
+
name: "lu-key-square",
|
|
1523
|
+
components: [["path", { "d": "M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z M14 7 L17 10 M9.4 10.6 L2.59 17.41 A2 2 0 0 0 2 18.83 L2 21 A1 1 0 0 0 3 22 L6 22 A1 1 0 0 0 7 21 L7 20 A1 1 0 0 1 8 19 L9 19 A1 1 0 0 0 10 18 L10 17 A1 1 0 0 1 11 16 L11.17 16 A2 2 0 0 0 12.59 15.41 L13.4 14.6" }]]
|
|
1524
|
+
};
|
|
1525
|
+
const LuKey = {
|
|
1526
|
+
name: "lu-key",
|
|
1527
|
+
components: [["path", { "d": "m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4 M21 2 L11.4 11.6 M2,15.5 a5.5,5.5 0 1,0 11,0 a5.5,5.5 0 1,0 -11,0 Z" }]]
|
|
1528
|
+
};
|
|
1529
|
+
const LuKeyboardMusic = {
|
|
1530
|
+
name: "lu-keyboard-music",
|
|
1531
|
+
components: [["path", { "d": "M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M6 8h4 M14 8h.01 M18 8h.01 M2 12h20 M6 12v4 M10 12v4 M14 12v4 M18 12v4" }]]
|
|
1532
|
+
};
|
|
1533
|
+
const LuKeyboardOff = {
|
|
1534
|
+
name: "lu-keyboard-off",
|
|
1535
|
+
components: [["path", { "d": "M 20 4 A2 2 0 0 1 22 6 M 22 6 L 22 16.41 M 7 16 L 16 16 M 9.69 4 L 20 4 M14 8h.01 M18 8h.01 M2 2 L22 22 M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2 M6 8h.01 M8 12h.01" }]]
|
|
1536
|
+
};
|
|
1537
|
+
const LuKeyboard = {
|
|
1538
|
+
name: "lu-keyboard",
|
|
1539
|
+
components: [["path", { "d": "M10 8h.01 M12 12h.01 M14 8h.01 M16 12h.01 M18 8h.01 M6 8h.01 M7 16h10 M8 12h.01 M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z" }]]
|
|
1540
|
+
};
|
|
1541
|
+
const LuLampCeiling = {
|
|
1542
|
+
name: "lu-lamp-ceiling",
|
|
1543
|
+
components: [["path", { "d": "M12 2v5 M14.829 15.998a3 3 0 1 1-5.658 0 M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z" }]]
|
|
1544
|
+
};
|
|
1545
|
+
const LuLampDesk = {
|
|
1546
|
+
name: "lu-lamp-desk",
|
|
1547
|
+
components: [["path", { "d": "M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z M14.21 4.79 L10.79 8.21 M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z M9.09 6.5 L4.29 11.29 A1 1 0 0 0 4.11 12.46 L7 18" }]]
|
|
1548
|
+
};
|
|
1549
|
+
const LuLampFloor = {
|
|
1550
|
+
name: "lu-lamp-floor",
|
|
1551
|
+
components: [["path", { "d": "M12 10v12 M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z M9 22h6" }]]
|
|
1552
|
+
};
|
|
1553
|
+
const LuLampWallDown = {
|
|
1554
|
+
name: "lu-lamp-wall-down",
|
|
1555
|
+
components: [["path", { "d": "M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z M8 6h4a2 2 0 0 1 2 2v5" }]]
|
|
1556
|
+
};
|
|
1557
|
+
const LuLampWallUp = {
|
|
1558
|
+
name: "lu-lamp-wall-up",
|
|
1559
|
+
components: [["path", { "d": "M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z M8 18h4a2 2 0 0 0 2-2v-5" }]]
|
|
1560
|
+
};
|
|
1561
|
+
const LuLamp = {
|
|
1562
|
+
name: "lu-lamp",
|
|
1563
|
+
components: [["path", { "d": "M12 12v6 M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" }]]
|
|
1564
|
+
};
|
|
1565
|
+
const LuLandPlot = {
|
|
1566
|
+
name: "lu-land-plot",
|
|
1567
|
+
components: [["path", { "d": "m12 8 6-3-6-3v10 M8 11.99 L2.5 15.13 A1 1 0 0 0 2.5 16.87 L11 21.73 A2 2 0 0 0 13 21.73 L21.5 16.87 A1 1 0 0 0 21.5 15.13 L16 12 M6.49 12.85 L17.51 19.15 M17.51 12.85 6.5 19.15" }]]
|
|
1568
|
+
};
|
|
1569
|
+
const LuLandmark = {
|
|
1570
|
+
name: "lu-landmark",
|
|
1571
|
+
components: [["path", { "d": "M10 18v-7 M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z M14 18v-7 M18 18v-7 M3 22h18 M6 18v-7" }]]
|
|
1572
|
+
};
|
|
1573
|
+
const LuLanguages = {
|
|
1574
|
+
name: "lu-languages",
|
|
1575
|
+
components: [["path", { "d": "m5 8 6 6 M4 14 L10 8 L12 5 M2 5h12 M7 2h1 M22 22 L17 12 L12 22 M14 18h6" }]]
|
|
1576
|
+
};
|
|
1577
|
+
const LuLaptopMinimalCheck = {
|
|
1578
|
+
name: "lu-laptop-minimal-check",
|
|
1579
|
+
components: [["path", { "d": "M2 20h20 M9 10 L11 12 L15 8 M5,4 h14 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z" }]]
|
|
1580
|
+
};
|
|
1581
|
+
const LuLaptopMinimal = {
|
|
1582
|
+
name: "lu-laptop-minimal",
|
|
1583
|
+
components: [["path", { "d": "M5,4 h14 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z M2 20 L22 20" }]]
|
|
1584
|
+
};
|
|
1585
|
+
const LuLaptop = {
|
|
1586
|
+
name: "lu-laptop",
|
|
1587
|
+
components: [["path", { "d": "M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z M20.054 15.987H3.946" }]]
|
|
1588
|
+
};
|
|
1589
|
+
const LuLassoSelect = {
|
|
1590
|
+
name: "lu-lasso-select",
|
|
1591
|
+
components: [["path", { "d": "M7 22a5 5 0 0 1-2-4 M7 16.93c.96.43 1.96.74 2.99.91 M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2 M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z" }]]
|
|
1592
|
+
};
|
|
1593
|
+
const LuLasso = {
|
|
1594
|
+
name: "lu-lasso",
|
|
1595
|
+
components: [["path", { "d": "M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158 M7 22a5 5 0 0 1-2-3.994 M3,16 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1596
|
+
};
|
|
1597
|
+
const LuLaugh = {
|
|
1598
|
+
name: "lu-laugh",
|
|
1599
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z M9 9 L9.01 9 M15 9 L15.01 9" }]]
|
|
1600
|
+
};
|
|
1601
|
+
const LuLayers2 = {
|
|
1602
|
+
name: "lu-layers-2",
|
|
1603
|
+
components: [["path", { "d": "M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z M20 14.29 L21.5 15.13 A1 1 0 0 1 21.5 16.87 L13 21.74 A2 2 0 0 1 11 21.74 L2.5 16.87 A1 1 0 0 1 2.5 15.13 L4 14.28" }]]
|
|
1604
|
+
};
|
|
1605
|
+
const LuLayers = {
|
|
1606
|
+
name: "lu-layers",
|
|
1607
|
+
components: [["path", { "d": "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12 M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" }]]
|
|
1608
|
+
};
|
|
1609
|
+
const LuLayoutDashboard = {
|
|
1610
|
+
name: "lu-layout-dashboard",
|
|
1611
|
+
components: [["path", { "d": "M4,3 h5 a1,1 0 0 1 1,1 v7 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-7 a1,1 0 0 1 1,-1 Z M15,3 h5 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z M15,12 h5 a1,1 0 0 1 1,1 v7 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-7 a1,1 0 0 1 1,-1 Z M4,16 h5 a1,1 0 0 1 1,1 v3 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-3 a1,1 0 0 1 1,-1 Z" }]]
|
|
1612
|
+
};
|
|
1613
|
+
const LuLayoutGrid = {
|
|
1614
|
+
name: "lu-layout-grid",
|
|
1615
|
+
components: [["path", { "d": "M4,3 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M15,3 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M15,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M4,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z" }]]
|
|
1616
|
+
};
|
|
1617
|
+
const LuLayoutList = {
|
|
1618
|
+
name: "lu-layout-list",
|
|
1619
|
+
components: [["path", { "d": "M4,3 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M4,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M14 4h7 M14 9h7 M14 15h7 M14 20h7" }]]
|
|
1620
|
+
};
|
|
1621
|
+
const LuLayoutPanelLeft = {
|
|
1622
|
+
name: "lu-layout-panel-left",
|
|
1623
|
+
components: [["path", { "d": "M4,3 h5 a1,1 0 0 1 1,1 v16 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-16 a1,1 0 0 1 1,-1 Z M15,3 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M15,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z" }]]
|
|
1624
|
+
};
|
|
1625
|
+
const LuLayoutPanelTop = {
|
|
1626
|
+
name: "lu-layout-panel-top",
|
|
1627
|
+
components: [["path", { "d": "M4,3 h16 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-16 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M4,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M15,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z" }]]
|
|
1628
|
+
};
|
|
1629
|
+
const LuLayoutTemplate = {
|
|
1630
|
+
name: "lu-layout-template",
|
|
1631
|
+
components: [["path", { "d": "M4,3 h16 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-16 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M4,14 h7 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-7 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z M17,14 h3 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-3 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z" }]]
|
|
1632
|
+
};
|
|
1633
|
+
const LuLeaf = {
|
|
1634
|
+
name: "lu-leaf",
|
|
1635
|
+
components: [["path", { "d": "M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" }]]
|
|
1636
|
+
};
|
|
1637
|
+
const LuLeafyGreen = {
|
|
1638
|
+
name: "lu-leafy-green",
|
|
1639
|
+
components: [["path", { "d": "M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22 M2 22 17 7" }]]
|
|
1640
|
+
};
|
|
1641
|
+
const LuLectern = {
|
|
1642
|
+
name: "lu-lectern",
|
|
1643
|
+
components: [["path", { "d": "M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3 M18 6V3a1 1 0 0 0-1-1h-3 M9,10 h6 a1,1 0 0 1 1,1 v10 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-10 a1,1 0 0 1 1,-1 Z" }]]
|
|
1644
|
+
};
|
|
1645
|
+
const LuLetterText = {
|
|
1646
|
+
name: "lu-letter-text",
|
|
1647
|
+
components: [["path", { "d": "M15 12h6 M15 6h6 M3 13 L6.55 5.28 A0.5 0.5 0 0 1 7.45 5.28 L11 13 M3 18h18 M3.92 11h6.16" }]]
|
|
1648
|
+
};
|
|
1649
|
+
const LuLibraryBig = {
|
|
1650
|
+
name: "lu-library-big",
|
|
1651
|
+
components: [["path", { "d": "M4,3 h6 a1,1 0 0 1 1,1 v16 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-16 a1,1 0 0 1 1,-1 Z M7 3v18 M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z" }]]
|
|
1652
|
+
};
|
|
1653
|
+
const LuLibrary = {
|
|
1654
|
+
name: "lu-library",
|
|
1655
|
+
components: [["path", { "d": "m16 6 4 14 M12 6v14 M8 8v12 M4 4v16" }]]
|
|
1656
|
+
};
|
|
1657
|
+
const LuLifeBuoy = {
|
|
1658
|
+
name: "lu-life-buoy",
|
|
1659
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M4.93 4.93 L9.17 9.17 M14.83 9.17 L19.07 4.93 M14.83 14.83 L19.07 19.07 M9.17 14.83 L4.93 19.07 M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z" }]]
|
|
1660
|
+
};
|
|
1661
|
+
const LuLigature = {
|
|
1662
|
+
name: "lu-ligature",
|
|
1663
|
+
components: [["path", { "d": "M14 12h2v8 M14 20h4 M6 12h4 M6 20h4 M8 20V8a4 4 0 0 1 7.464-2" }]]
|
|
1664
|
+
};
|
|
1665
|
+
const LuLightbulbOff = {
|
|
1666
|
+
name: "lu-lightbulb-off",
|
|
1667
|
+
components: [["path", { "d": "M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5 M2 2 L22 22 M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5 M9 18h6 M10 22h4" }]]
|
|
1668
|
+
};
|
|
1669
|
+
const LuLightbulb = {
|
|
1670
|
+
name: "lu-lightbulb",
|
|
1671
|
+
components: [["path", { "d": "M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5 M9 18h6 M10 22h4" }]]
|
|
1672
|
+
};
|
|
1673
|
+
const LuLineSquiggle = {
|
|
1674
|
+
name: "lu-line-squiggle",
|
|
1675
|
+
components: [["path", { "d": "M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2" }]]
|
|
1676
|
+
};
|
|
1677
|
+
const LuLink2Off = {
|
|
1678
|
+
name: "lu-link-2-off",
|
|
1679
|
+
components: [["path", { "d": "M9 17H7A5 5 0 0 1 7 7 M15 7h2a5 5 0 0 1 4 8 M8 12 L12 12 M2 2 L22 22" }]]
|
|
1680
|
+
};
|
|
1681
|
+
const LuLink2 = {
|
|
1682
|
+
name: "lu-link-2",
|
|
1683
|
+
components: [["path", { "d": "M9 17H7A5 5 0 0 1 7 7h2 M15 7h2a5 5 0 1 1 0 10h-2 M8 12 L16 12" }]]
|
|
1684
|
+
};
|
|
1685
|
+
const LuLink = {
|
|
1686
|
+
name: "lu-link",
|
|
1687
|
+
components: [["path", { "d": "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71 M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" }]]
|
|
1688
|
+
};
|
|
1689
|
+
const LuLinkedin = {
|
|
1690
|
+
name: "lu-linkedin",
|
|
1691
|
+
components: [["path", { "d": "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z M2,9 h4 v12 h-4 Z M2,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1692
|
+
};
|
|
1693
|
+
const LuListCheck = {
|
|
1694
|
+
name: "lu-list-check",
|
|
1695
|
+
components: [["path", { "d": "M11 18H3 M15 18 L17 20 L21 16 M16 12H3 M16 6H3" }]]
|
|
1696
|
+
};
|
|
1697
|
+
const LuListChecks = {
|
|
1698
|
+
name: "lu-list-checks",
|
|
1699
|
+
components: [["path", { "d": "m3 17 2 2 4-4 M3 7 L5 9 L9 5 M13 6h8 M13 12h8 M13 18h8" }]]
|
|
1700
|
+
};
|
|
1701
|
+
const LuListCollapse = {
|
|
1702
|
+
name: "lu-list-collapse",
|
|
1703
|
+
components: [["path", { "d": "M10 12h11 M10 18h11 M10 6h11 M3 10 L6 7 L3 4 M3 20 L6 17 L3 14" }]]
|
|
1704
|
+
};
|
|
1705
|
+
const LuListEnd = {
|
|
1706
|
+
name: "lu-list-end",
|
|
1707
|
+
components: [["path", { "d": "M16 12H3 M16 6H3 M10 18H3 M21 6v10a2 2 0 0 1-2 2h-5 M16 16 L14 18 L16 20" }]]
|
|
1708
|
+
};
|
|
1709
|
+
const LuListFilterPlus = {
|
|
1710
|
+
name: "lu-list-filter-plus",
|
|
1711
|
+
components: [["path", { "d": "M10 18h4 M11 6H3 M15 6h6 M18 9V3 M7 12h8" }]]
|
|
1712
|
+
};
|
|
1713
|
+
const LuListFilter = {
|
|
1714
|
+
name: "lu-list-filter",
|
|
1715
|
+
components: [["path", { "d": "M3 6h18 M7 12h10 M10 18h4" }]]
|
|
1716
|
+
};
|
|
1717
|
+
const LuListMinus = {
|
|
1718
|
+
name: "lu-list-minus",
|
|
1719
|
+
components: [["path", { "d": "M11 12H3 M16 6H3 M16 18H3 M21 12h-6" }]]
|
|
1720
|
+
};
|
|
1721
|
+
const LuListMusic = {
|
|
1722
|
+
name: "lu-list-music",
|
|
1723
|
+
components: [["path", { "d": "M21 15V6 M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z M12 12H3 M16 6H3 M12 18H3" }]]
|
|
1724
|
+
};
|
|
1725
|
+
const LuListOrdered = {
|
|
1726
|
+
name: "lu-list-ordered",
|
|
1727
|
+
components: [["path", { "d": "M10 12h11 M10 18h11 M10 6h11 M4 10h2 M4 6h1v4 M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" }]]
|
|
1728
|
+
};
|
|
1729
|
+
const LuListPlus = {
|
|
1730
|
+
name: "lu-list-plus",
|
|
1731
|
+
components: [["path", { "d": "M11 12H3 M16 6H3 M16 18H3 M18 9v6 M21 12h-6" }]]
|
|
1732
|
+
};
|
|
1733
|
+
const LuListRestart = {
|
|
1734
|
+
name: "lu-list-restart",
|
|
1735
|
+
components: [["path", { "d": "M21 6H3 M7 12H3 M7 18H3 M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14 M11 10v4h4" }]]
|
|
1736
|
+
};
|
|
1737
|
+
const LuListStart = {
|
|
1738
|
+
name: "lu-list-start",
|
|
1739
|
+
components: [["path", { "d": "M16 12H3 M16 18H3 M10 6H3 M21 18V8a2 2 0 0 0-2-2h-5 M16 8 L14 6 L16 4" }]]
|
|
1740
|
+
};
|
|
1741
|
+
const LuListTodo = {
|
|
1742
|
+
name: "lu-list-todo",
|
|
1743
|
+
components: [["path", { "d": "M4,5 h4 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-4 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z M3 17 L5 19 L9 15 M13 6h8 M13 12h8 M13 18h8" }]]
|
|
1744
|
+
};
|
|
1745
|
+
const LuListTree = {
|
|
1746
|
+
name: "lu-list-tree",
|
|
1747
|
+
components: [["path", { "d": "M21 12h-8 M21 6H8 M21 18h-8 M3 6v4c0 1.1.9 2 2 2h3 M3 10v6c0 1.1.9 2 2 2h3" }]]
|
|
1748
|
+
};
|
|
1749
|
+
const LuListVideo = {
|
|
1750
|
+
name: "lu-list-video",
|
|
1751
|
+
components: [["path", { "d": "M12 12H3 M12 18H3 M16 6H3 M21.033 14.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .968-.56z" }]]
|
|
1752
|
+
};
|
|
1753
|
+
const LuListX = {
|
|
1754
|
+
name: "lu-list-x",
|
|
1755
|
+
components: [["path", { "d": "M11 12H3 M16 6H3 M16 18H3 M19 10 L15 14 M15 10 L19 14" }]]
|
|
1756
|
+
};
|
|
1757
|
+
const LuList = {
|
|
1758
|
+
name: "lu-list",
|
|
1759
|
+
components: [["path", { "d": "M3 12h.01 M3 18h.01 M3 6h.01 M8 12h13 M8 18h13 M8 6h13" }]]
|
|
1760
|
+
};
|
|
1761
|
+
const LuLoaderCircle = {
|
|
1762
|
+
name: "lu-loader-circle",
|
|
1763
|
+
components: [["path", { "d": "M21 12a9 9 0 1 1-6.219-8.56" }]]
|
|
1764
|
+
};
|
|
1765
|
+
const LuLoaderPinwheel = {
|
|
1766
|
+
name: "lu-loader-pinwheel",
|
|
1767
|
+
components: [["path", { "d": "M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0 M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6 M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6 M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z" }]]
|
|
1768
|
+
};
|
|
1769
|
+
const LuLoader = {
|
|
1770
|
+
name: "lu-loader",
|
|
1771
|
+
components: [["path", { "d": "M12 2v4 M16.2 7.8 L19.1 4.9 M18 12h4 M16.2 16.2 L19.1 19.1 M12 18v4 M4.9 19.1 L7.8 16.2 M2 12h4 M4.9 4.9 L7.8 7.8" }]]
|
|
1772
|
+
};
|
|
1773
|
+
const LuLocateFixed = {
|
|
1774
|
+
name: "lu-locate-fixed",
|
|
1775
|
+
components: [["path", { "d": "M2 12 L5 12 M19 12 L22 12 M12 2 L12 5 M12 19 L12 22 M5,12 a7,7 0 1,0 14,0 a7,7 0 1,0 -14,0 Z M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1776
|
+
};
|
|
1777
|
+
const LuLocateOff = {
|
|
1778
|
+
name: "lu-locate-off",
|
|
1779
|
+
components: [["path", { "d": "M12 19v3 M12 2v3 M18.89 13.24a7 7 0 0 0-8.13-8.13 M19 12h3 M2 12h3 M2 2 L22 22 M7.05 7.05a7 7 0 0 0 9.9 9.9" }]]
|
|
1780
|
+
};
|
|
1781
|
+
const LuLocate = {
|
|
1782
|
+
name: "lu-locate",
|
|
1783
|
+
components: [["path", { "d": "M2 12 L5 12 M19 12 L22 12 M12 2 L12 5 M12 19 L12 22 M5,12 a7,7 0 1,0 14,0 a7,7 0 1,0 -14,0 Z" }]]
|
|
1784
|
+
};
|
|
1785
|
+
const LuLockKeyholeOpen = {
|
|
1786
|
+
name: "lu-lock-keyhole-open",
|
|
1787
|
+
components: [["path", { "d": "M11,16 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M5,10 h14 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z M7 10V7a5 5 0 0 1 9.33-2.5" }]]
|
|
1788
|
+
};
|
|
1789
|
+
const LuLockKeyhole = {
|
|
1790
|
+
name: "lu-lock-keyhole",
|
|
1791
|
+
components: [["path", { "d": "M11,16 a1,1 0 1,0 2,0 a1,1 0 1,0 -2,0 Z M5,10 h14 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z M7 10V7a5 5 0 0 1 10 0v3" }]]
|
|
1792
|
+
};
|
|
1793
|
+
const LuLockOpen = {
|
|
1794
|
+
name: "lu-lock-open",
|
|
1795
|
+
components: [["path", { "d": "M5,11 h14 a2,2 0 0 1 2,2 v7 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-7 a2,2 0 0 1 2,-2 Z M7 11V7a5 5 0 0 1 9.9-1" }]]
|
|
1796
|
+
};
|
|
1797
|
+
const LuLock = {
|
|
1798
|
+
name: "lu-lock",
|
|
1799
|
+
components: [["path", { "d": "M5,11 h14 a2,2 0 0 1 2,2 v7 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-7 a2,2 0 0 1 2,-2 Z M7 11V7a5 5 0 0 1 10 0v4" }]]
|
|
1800
|
+
};
|
|
1801
|
+
const LuLogIn = {
|
|
1802
|
+
name: "lu-log-in",
|
|
1803
|
+
components: [["path", { "d": "m10 17 5-5-5-5 M15 12H3 M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }]]
|
|
1804
|
+
};
|
|
1805
|
+
const LuLogOut = {
|
|
1806
|
+
name: "lu-log-out",
|
|
1807
|
+
components: [["path", { "d": "m16 17 5-5-5-5 M21 12H9 M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }]]
|
|
1808
|
+
};
|
|
1809
|
+
const LuLogs = {
|
|
1810
|
+
name: "lu-logs",
|
|
1811
|
+
components: [["path", { "d": "M13 12h8 M13 18h8 M13 6h8 M3 12h1 M3 18h1 M3 6h1 M8 12h1 M8 18h1 M8 6h1" }]]
|
|
1812
|
+
};
|
|
1813
|
+
const LuLollipop = {
|
|
1814
|
+
name: "lu-lollipop",
|
|
1815
|
+
components: [["path", { "d": "M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.7 16.7 M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0" }]]
|
|
1816
|
+
};
|
|
1817
|
+
const LuLuggage = {
|
|
1818
|
+
name: "lu-luggage",
|
|
1819
|
+
components: [["path", { "d": "M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2 M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14 M10 20h4 M14,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M6,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1820
|
+
};
|
|
1821
|
+
const LuMagnet = {
|
|
1822
|
+
name: "lu-magnet",
|
|
1823
|
+
components: [["path", { "d": "m12 15 4 4 M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z M5 8 L9 12" }]]
|
|
1824
|
+
};
|
|
1825
|
+
const LuMailCheck = {
|
|
1826
|
+
name: "lu-mail-check",
|
|
1827
|
+
components: [["path", { "d": "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8 M22 7 L13.03 12.7 A1.94 1.94 0 0 1 10.97 12.7 L2 7 M16 19 L18 21 L22 17" }]]
|
|
1828
|
+
};
|
|
1829
|
+
const LuMailMinus = {
|
|
1830
|
+
name: "lu-mail-minus",
|
|
1831
|
+
components: [["path", { "d": "M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8 M22 7 L13.03 12.7 A1.94 1.94 0 0 1 10.97 12.7 L2 7 M16 19h6" }]]
|
|
1832
|
+
};
|
|
1833
|
+
const LuMailOpen = {
|
|
1834
|
+
name: "lu-mail-open",
|
|
1835
|
+
components: [["path", { "d": "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z M22 10 L13.03 15.7 A1.94 1.94 0 0 1 10.97 15.7 L2 10" }]]
|
|
1836
|
+
};
|
|
1837
|
+
const LuMailPlus = {
|
|
1838
|
+
name: "lu-mail-plus",
|
|
1839
|
+
components: [["path", { "d": "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8 M22 7 L13.03 12.7 A1.94 1.94 0 0 1 10.97 12.7 L2 7 M19 16v6 M16 19h6" }]]
|
|
1840
|
+
};
|
|
1841
|
+
const LuMailQuestionMark = {
|
|
1842
|
+
name: "lu-mail-question-mark",
|
|
1843
|
+
components: [["path", { "d": "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5 M22 7 L13.03 12.7 A1.94 1.94 0 0 1 10.97 12.7 L2 7 M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2 M20 22v.01" }]]
|
|
1844
|
+
};
|
|
1845
|
+
const LuMailSearch = {
|
|
1846
|
+
name: "lu-mail-search",
|
|
1847
|
+
components: [["path", { "d": "M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5 M22 7 L13.03 12.7 A1.94 1.94 0 0 1 10.97 12.7 L2 7 M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M22 22 L20.5 20.5" }]]
|
|
1848
|
+
};
|
|
1849
|
+
const LuMailWarning = {
|
|
1850
|
+
name: "lu-mail-warning",
|
|
1851
|
+
components: [["path", { "d": "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5 M22 7 L13.03 12.7 A1.94 1.94 0 0 1 10.97 12.7 L2 7 M20 14v4 M20 22v.01" }]]
|
|
1852
|
+
};
|
|
1853
|
+
const LuMailX = {
|
|
1854
|
+
name: "lu-mail-x",
|
|
1855
|
+
components: [["path", { "d": "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9 M22 7 L13.03 12.7 A1.94 1.94 0 0 1 10.97 12.7 L2 7 M17 17 L21 21 M21 17 L17 21" }]]
|
|
1856
|
+
};
|
|
1857
|
+
const LuMail = {
|
|
1858
|
+
name: "lu-mail",
|
|
1859
|
+
components: [["path", { "d": "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7 M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z" }]]
|
|
1860
|
+
};
|
|
1861
|
+
const LuMailbox = {
|
|
1862
|
+
name: "lu-mailbox",
|
|
1863
|
+
components: [["path", { "d": "M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z M15 9 L18 9 L18 11 M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2 M6 10 L7 10" }]]
|
|
1864
|
+
};
|
|
1865
|
+
const LuMails = {
|
|
1866
|
+
name: "lu-mails",
|
|
1867
|
+
components: [["path", { "d": "M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732 M22 5.5 L15.58 9.68 A2 2 0 0 1 13.42 9.68 L7 5.5 M9,3 h11 a2,2 0 0 1 2,2 v8 a2,2 0 0 1 -2,2 h-11 a2,2 0 0 1 -2,-2 v-8 a2,2 0 0 1 2,-2 Z" }]]
|
|
1868
|
+
};
|
|
1869
|
+
const LuMapMinus = {
|
|
1870
|
+
name: "lu-map-minus",
|
|
1871
|
+
components: [["path", { "d": "m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14 M15 5.764V14 M21 18h-6 M9 3.236v15" }]]
|
|
1872
|
+
};
|
|
1873
|
+
const LuMapPinCheckInside = {
|
|
1874
|
+
name: "lu-map-pin-check-inside",
|
|
1875
|
+
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0 M9 10 L11 12 L15 8" }]]
|
|
1876
|
+
};
|
|
1877
|
+
const LuMapPinCheck = {
|
|
1878
|
+
name: "lu-map-pin-check",
|
|
1879
|
+
components: [["path", { "d": "M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728 M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M16 18 L18 20 L22 16" }]]
|
|
1880
|
+
};
|
|
1881
|
+
const LuMapPinHouse = {
|
|
1882
|
+
name: "lu-map-pin-house",
|
|
1883
|
+
components: [["path", { "d": "M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2 M18 22v-3 M7,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1884
|
+
};
|
|
1885
|
+
const LuMapPinMinusInside = {
|
|
1886
|
+
name: "lu-map-pin-minus-inside",
|
|
1887
|
+
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0 M9 10h6" }]]
|
|
1888
|
+
};
|
|
1889
|
+
const LuMapPinMinus = {
|
|
1890
|
+
name: "lu-map-pin-minus",
|
|
1891
|
+
components: [["path", { "d": "M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738 M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M16 18h6" }]]
|
|
1892
|
+
};
|
|
1893
|
+
const LuMapPinOff = {
|
|
1894
|
+
name: "lu-map-pin-off",
|
|
1895
|
+
components: [["path", { "d": "M12.75 7.09a3 3 0 0 1 2.16 2.16 M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568 M2 2 L22 22 M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533 M9.13 9.13a3 3 0 0 0 3.74 3.74" }]]
|
|
1896
|
+
};
|
|
1897
|
+
const LuMapPinPen = {
|
|
1898
|
+
name: "lu-map-pin-pen",
|
|
1899
|
+
components: [["path", { "d": "M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M7,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1900
|
+
};
|
|
1901
|
+
const LuMapPinPlusInside = {
|
|
1902
|
+
name: "lu-map-pin-plus-inside",
|
|
1903
|
+
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0 M12 7v6 M9 10h6" }]]
|
|
1904
|
+
};
|
|
1905
|
+
const LuMapPinPlus = {
|
|
1906
|
+
name: "lu-map-pin-plus",
|
|
1907
|
+
components: [["path", { "d": "M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738 M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M16 18h6 M19 15v6" }]]
|
|
1908
|
+
};
|
|
1909
|
+
const LuMapPinXInside = {
|
|
1910
|
+
name: "lu-map-pin-x-inside",
|
|
1911
|
+
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0 M14.5 7.5 L9.5 12.5 M9.5 7.5 L14.5 12.5" }]]
|
|
1912
|
+
};
|
|
1913
|
+
const LuMapPinX = {
|
|
1914
|
+
name: "lu-map-pin-x",
|
|
1915
|
+
components: [["path", { "d": "M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077 M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M21.5 15.5 L16.5 20.5 M21.5 20.5 L16.5 15.5" }]]
|
|
1916
|
+
};
|
|
1917
|
+
const LuMapPin = {
|
|
1918
|
+
name: "lu-map-pin",
|
|
1919
|
+
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0 M9,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1920
|
+
};
|
|
1921
|
+
const LuMapPinned = {
|
|
1922
|
+
name: "lu-map-pinned",
|
|
1923
|
+
components: [["path", { "d": "M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0 M10,8 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712" }]]
|
|
1924
|
+
};
|
|
1925
|
+
const LuMapPlus = {
|
|
1926
|
+
name: "lu-map-plus",
|
|
1927
|
+
components: [["path", { "d": "m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12 M15 5.764V12 M18 15v6 M21 18h-6 M9 3.236v15" }]]
|
|
1928
|
+
};
|
|
1929
|
+
const LuMap = {
|
|
1930
|
+
name: "lu-map",
|
|
1931
|
+
components: [["path", { "d": "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z M15 5.764v15 M9 3.236v15" }]]
|
|
1932
|
+
};
|
|
1933
|
+
const LuMarsStroke = {
|
|
1934
|
+
name: "lu-mars-stroke",
|
|
1935
|
+
components: [["path", { "d": "m14 6 4 4 M17 3h4v4 M21 3 L13.25 10.75 M3,15 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
|
|
1936
|
+
};
|
|
1937
|
+
const LuMars = {
|
|
1938
|
+
name: "lu-mars",
|
|
1939
|
+
components: [["path", { "d": "M16 3h5v5 M21 3 L14.25 9.75 M4,14 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
|
|
1940
|
+
};
|
|
1941
|
+
const LuMartini = {
|
|
1942
|
+
name: "lu-martini",
|
|
1943
|
+
components: [["path", { "d": "M8 22h8 M12 11v11 M19 3 L12 11 L5 3 Z" }]]
|
|
1944
|
+
};
|
|
1945
|
+
const LuMaximize2 = {
|
|
1946
|
+
name: "lu-maximize-2",
|
|
1947
|
+
components: [["path", { "d": "M15 3h6v6 M21 3 L14 10 M3 21 L10 14 M9 21H3v-6" }]]
|
|
1948
|
+
};
|
|
1949
|
+
const LuMaximize = {
|
|
1950
|
+
name: "lu-maximize",
|
|
1951
|
+
components: [["path", { "d": "M8 3H5a2 2 0 0 0-2 2v3 M21 8V5a2 2 0 0 0-2-2h-3 M3 16v3a2 2 0 0 0 2 2h3 M16 21h3a2 2 0 0 0 2-2v-3" }]]
|
|
1952
|
+
};
|
|
1953
|
+
const LuMedal = {
|
|
1954
|
+
name: "lu-medal",
|
|
1955
|
+
components: [["path", { "d": "M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15 M11 12 5.12 2.2 M13 12 L18.88 2.2 M8 7h8 M7,17 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12 18v-2h-.5" }]]
|
|
1956
|
+
};
|
|
1957
|
+
const LuMegaphoneOff = {
|
|
1958
|
+
name: "lu-megaphone-off",
|
|
1959
|
+
components: [["path", { "d": "M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344 M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1 M2 2 L22 22 M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14 M8 8v6" }]]
|
|
1960
|
+
};
|
|
1961
|
+
const LuMegaphone = {
|
|
1962
|
+
name: "lu-megaphone",
|
|
1963
|
+
components: [["path", { "d": "M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14 M8 6v8" }]]
|
|
1964
|
+
};
|
|
1965
|
+
const LuMeh = {
|
|
1966
|
+
name: "lu-meh",
|
|
1967
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M8 15 L16 15 M9 9 L9.01 9 M15 9 L15.01 9" }]]
|
|
1968
|
+
};
|
|
1969
|
+
const LuMemoryStick = {
|
|
1970
|
+
name: "lu-memory-stick",
|
|
1971
|
+
components: [["path", { "d": "M6 19v-3 M10 19v-3 M14 19v-3 M18 19v-3 M8 11V9 M16 11V9 M12 11V9 M2 15h20 M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z" }]]
|
|
1972
|
+
};
|
|
1973
|
+
const LuMenu = {
|
|
1974
|
+
name: "lu-menu",
|
|
1975
|
+
components: [["path", { "d": "M4 12h16 M4 18h16 M4 6h16" }]]
|
|
1976
|
+
};
|
|
1977
|
+
const LuMerge = {
|
|
1978
|
+
name: "lu-merge",
|
|
1979
|
+
components: [["path", { "d": "m8 6 4-4 4 4 M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22 M20 22 L15 17" }]]
|
|
1980
|
+
};
|
|
1981
|
+
const LuMessageCircleCode = {
|
|
1982
|
+
name: "lu-message-circle-code",
|
|
1983
|
+
components: [["path", { "d": "m10 9-3 3 3 3 M14 15 L17 12 L14 9 M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }]]
|
|
1984
|
+
};
|
|
1985
|
+
const LuMessageCircleDashed = {
|
|
1986
|
+
name: "lu-message-circle-dashed",
|
|
1987
|
+
components: [["path", { "d": "M10.1 2.182a10 10 0 0 1 3.8 0 M13.9 21.818a10 10 0 0 1-3.8 0 M17.609 3.72a10 10 0 0 1 2.69 2.7 M2.182 13.9a10 10 0 0 1 0-3.8 M20.28 17.61a10 10 0 0 1-2.7 2.69 M21.818 10.1a10 10 0 0 1 0 3.8 M3.721 6.391a10 10 0 0 1 2.7-2.69 M6.16 21.12 L3.26 21.97 A1 1 0 0 1 2.02 20.8 L2.99 17.82" }]]
|
|
1988
|
+
};
|
|
1989
|
+
const LuMessageCircleHeart = {
|
|
1990
|
+
name: "lu-message-circle-heart",
|
|
1991
|
+
components: [["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719 M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z" }]]
|
|
1992
|
+
};
|
|
1993
|
+
const LuMessageCircleMore = {
|
|
1994
|
+
name: "lu-message-circle-more",
|
|
1995
|
+
components: [["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719 M8 12h.01 M12 12h.01 M16 12h.01" }]]
|
|
1996
|
+
};
|
|
1997
|
+
const LuMessageCircleOff = {
|
|
1998
|
+
name: "lu-message-circle-off",
|
|
1999
|
+
components: [["path", { "d": "m2 2 20 20 M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989 M8.35 2.69A10 10 0 0 1 21.3 15.65" }]]
|
|
2000
|
+
};
|
|
2001
|
+
export {
|
|
2002
|
+
LuColumns3,
|
|
2003
|
+
LuColumns3Cog,
|
|
2004
|
+
LuColumns4,
|
|
2005
|
+
LuCombine,
|
|
2006
|
+
LuCommand,
|
|
2007
|
+
LuCompass,
|
|
2008
|
+
LuComponent,
|
|
2009
|
+
LuComputer,
|
|
2010
|
+
LuConciergeBell,
|
|
2011
|
+
LuCone,
|
|
2012
|
+
LuConstruction,
|
|
2013
|
+
LuContact,
|
|
2014
|
+
LuContactRound,
|
|
2015
|
+
LuContainer,
|
|
2016
|
+
LuContrast,
|
|
2017
|
+
LuCookie,
|
|
2018
|
+
LuCookingPot,
|
|
2019
|
+
LuCopy,
|
|
2020
|
+
LuCopyCheck,
|
|
2021
|
+
LuCopyMinus,
|
|
2022
|
+
LuCopyPlus,
|
|
2023
|
+
LuCopySlash,
|
|
2024
|
+
LuCopyX,
|
|
2025
|
+
LuCopyleft,
|
|
2026
|
+
LuCopyright,
|
|
2027
|
+
LuCornerDownLeft,
|
|
2028
|
+
LuCornerDownRight,
|
|
2029
|
+
LuCornerLeftDown,
|
|
2030
|
+
LuCornerLeftUp,
|
|
2031
|
+
LuCornerRightDown,
|
|
2032
|
+
LuCornerRightUp,
|
|
2033
|
+
LuCornerUpLeft,
|
|
2034
|
+
LuCornerUpRight,
|
|
2035
|
+
LuCpu,
|
|
2036
|
+
LuCreativeCommons,
|
|
2037
|
+
LuCreditCard,
|
|
2038
|
+
LuCroissant,
|
|
2039
|
+
LuCrop,
|
|
2040
|
+
LuCross,
|
|
2041
|
+
LuCrosshair,
|
|
2042
|
+
LuCrown,
|
|
2043
|
+
LuCuboid,
|
|
2044
|
+
LuCupSoda,
|
|
2045
|
+
LuCurrency,
|
|
2046
|
+
LuCylinder,
|
|
2047
|
+
LuDam,
|
|
2048
|
+
LuDatabase,
|
|
2049
|
+
LuDatabaseBackup,
|
|
2050
|
+
LuDatabaseZap,
|
|
2051
|
+
LuDecimalsArrowLeft,
|
|
2052
|
+
LuDecimalsArrowRight,
|
|
2053
|
+
LuDelete,
|
|
2054
|
+
LuDessert,
|
|
2055
|
+
LuDiameter,
|
|
2056
|
+
LuDiamond,
|
|
2057
|
+
LuDiamondMinus,
|
|
2058
|
+
LuDiamondPercent,
|
|
2059
|
+
LuDiamondPlus,
|
|
2060
|
+
LuDice1,
|
|
2061
|
+
LuDice2,
|
|
2062
|
+
LuDice3,
|
|
2063
|
+
LuDice4,
|
|
2064
|
+
LuDice5,
|
|
2065
|
+
LuDice6,
|
|
2066
|
+
LuDices,
|
|
2067
|
+
LuDiff,
|
|
2068
|
+
LuDisc,
|
|
2069
|
+
LuDisc2,
|
|
2070
|
+
LuDisc3,
|
|
2071
|
+
LuDiscAlbum,
|
|
2072
|
+
LuDivide,
|
|
2073
|
+
LuDna,
|
|
2074
|
+
LuDnaOff,
|
|
2075
|
+
LuDock,
|
|
2076
|
+
LuDog,
|
|
2077
|
+
LuDollarSign,
|
|
2078
|
+
LuDonut,
|
|
2079
|
+
LuDoorClosed,
|
|
2080
|
+
LuDoorClosedLocked,
|
|
2081
|
+
LuDoorOpen,
|
|
2082
|
+
LuDot,
|
|
2083
|
+
LuDownload,
|
|
2084
|
+
LuDraftingCompass,
|
|
2085
|
+
LuDrama,
|
|
2086
|
+
LuDribbble,
|
|
2087
|
+
LuDrill,
|
|
2088
|
+
LuDrone,
|
|
2089
|
+
LuDroplet,
|
|
2090
|
+
LuDropletOff,
|
|
2091
|
+
LuDroplets,
|
|
2092
|
+
LuDrum,
|
|
2093
|
+
LuDrumstick,
|
|
2094
|
+
LuDumbbell,
|
|
2095
|
+
LuEar,
|
|
2096
|
+
LuEarOff,
|
|
2097
|
+
LuEarth,
|
|
2098
|
+
LuEarthLock,
|
|
2099
|
+
LuEclipse,
|
|
2100
|
+
LuEgg,
|
|
2101
|
+
LuEggFried,
|
|
2102
|
+
LuEggOff,
|
|
2103
|
+
LuEllipsis,
|
|
2104
|
+
LuEllipsisVertical,
|
|
2105
|
+
LuEqual,
|
|
2106
|
+
LuEqualApproximately,
|
|
2107
|
+
LuEqualNot,
|
|
2108
|
+
LuEraser,
|
|
2109
|
+
LuEthernetPort,
|
|
2110
|
+
LuEuro,
|
|
2111
|
+
LuExpand,
|
|
2112
|
+
LuExternalLink,
|
|
2113
|
+
LuEye,
|
|
2114
|
+
LuEyeClosed,
|
|
2115
|
+
LuEyeOff,
|
|
2116
|
+
LuFacebook,
|
|
2117
|
+
LuFactory,
|
|
2118
|
+
LuFan,
|
|
2119
|
+
LuFastForward,
|
|
2120
|
+
LuFeather,
|
|
2121
|
+
LuFence,
|
|
2122
|
+
LuFerrisWheel,
|
|
2123
|
+
LuFigma,
|
|
2124
|
+
LuFile,
|
|
2125
|
+
LuFileArchive,
|
|
2126
|
+
LuFileAudio,
|
|
2127
|
+
LuFileAudio2,
|
|
2128
|
+
LuFileAxis3d,
|
|
2129
|
+
LuFileBadge,
|
|
2130
|
+
LuFileBadge2,
|
|
2131
|
+
LuFileBox,
|
|
2132
|
+
LuFileChartColumn,
|
|
2133
|
+
LuFileChartColumnIncreasing,
|
|
2134
|
+
LuFileChartLine,
|
|
2135
|
+
LuFileChartPie,
|
|
2136
|
+
LuFileCheck,
|
|
2137
|
+
LuFileCheck2,
|
|
2138
|
+
LuFileClock,
|
|
2139
|
+
LuFileCode,
|
|
2140
|
+
LuFileCode2,
|
|
2141
|
+
LuFileCog,
|
|
2142
|
+
LuFileDiff,
|
|
2143
|
+
LuFileDigit,
|
|
2144
|
+
LuFileDown,
|
|
2145
|
+
LuFileHeart,
|
|
2146
|
+
LuFileImage,
|
|
2147
|
+
LuFileInput,
|
|
2148
|
+
LuFileJson,
|
|
2149
|
+
LuFileJson2,
|
|
2150
|
+
LuFileKey,
|
|
2151
|
+
LuFileKey2,
|
|
2152
|
+
LuFileLock,
|
|
2153
|
+
LuFileLock2,
|
|
2154
|
+
LuFileMinus,
|
|
2155
|
+
LuFileMinus2,
|
|
2156
|
+
LuFileMusic,
|
|
2157
|
+
LuFileOutput,
|
|
2158
|
+
LuFilePen,
|
|
2159
|
+
LuFilePenLine,
|
|
2160
|
+
LuFilePlay,
|
|
2161
|
+
LuFilePlus,
|
|
2162
|
+
LuFilePlus2,
|
|
2163
|
+
LuFileQuestionMark,
|
|
2164
|
+
LuFileScan,
|
|
2165
|
+
LuFileSearch,
|
|
2166
|
+
LuFileSearch2,
|
|
2167
|
+
LuFileSliders,
|
|
2168
|
+
LuFileSpreadsheet,
|
|
2169
|
+
LuFileStack,
|
|
2170
|
+
LuFileSymlink,
|
|
2171
|
+
LuFileTerminal,
|
|
2172
|
+
LuFileText,
|
|
2173
|
+
LuFileType,
|
|
2174
|
+
LuFileType2,
|
|
2175
|
+
LuFileUp,
|
|
2176
|
+
LuFileUser,
|
|
2177
|
+
LuFileVideoCamera,
|
|
2178
|
+
LuFileVolume,
|
|
2179
|
+
LuFileVolume2,
|
|
2180
|
+
LuFileWarning,
|
|
2181
|
+
LuFileX,
|
|
2182
|
+
LuFileX2,
|
|
2183
|
+
LuFiles,
|
|
2184
|
+
LuFilm,
|
|
2185
|
+
LuFingerprint,
|
|
2186
|
+
LuFireExtinguisher,
|
|
2187
|
+
LuFish,
|
|
2188
|
+
LuFishOff,
|
|
2189
|
+
LuFishSymbol,
|
|
2190
|
+
LuFlag,
|
|
2191
|
+
LuFlagOff,
|
|
2192
|
+
LuFlagTriangleLeft,
|
|
2193
|
+
LuFlagTriangleRight,
|
|
2194
|
+
LuFlame,
|
|
2195
|
+
LuFlameKindling,
|
|
2196
|
+
LuFlashlight,
|
|
2197
|
+
LuFlashlightOff,
|
|
2198
|
+
LuFlaskConical,
|
|
2199
|
+
LuFlaskConicalOff,
|
|
2200
|
+
LuFlaskRound,
|
|
2201
|
+
LuFlipHorizontal,
|
|
2202
|
+
LuFlipHorizontal2,
|
|
2203
|
+
LuFlipVertical,
|
|
2204
|
+
LuFlipVertical2,
|
|
2205
|
+
LuFlower,
|
|
2206
|
+
LuFlower2,
|
|
2207
|
+
LuFocus,
|
|
2208
|
+
LuFoldHorizontal,
|
|
2209
|
+
LuFoldVertical,
|
|
2210
|
+
LuFolder,
|
|
2211
|
+
LuFolderArchive,
|
|
2212
|
+
LuFolderCheck,
|
|
2213
|
+
LuFolderClock,
|
|
2214
|
+
LuFolderClosed,
|
|
2215
|
+
LuFolderCode,
|
|
2216
|
+
LuFolderCog,
|
|
2217
|
+
LuFolderDot,
|
|
2218
|
+
LuFolderDown,
|
|
2219
|
+
LuFolderGit,
|
|
2220
|
+
LuFolderGit2,
|
|
2221
|
+
LuFolderHeart,
|
|
2222
|
+
LuFolderInput,
|
|
2223
|
+
LuFolderKanban,
|
|
2224
|
+
LuFolderKey,
|
|
2225
|
+
LuFolderLock,
|
|
2226
|
+
LuFolderMinus,
|
|
2227
|
+
LuFolderOpen,
|
|
2228
|
+
LuFolderOpenDot,
|
|
2229
|
+
LuFolderOutput,
|
|
2230
|
+
LuFolderPen,
|
|
2231
|
+
LuFolderPlus,
|
|
2232
|
+
LuFolderRoot,
|
|
2233
|
+
LuFolderSearch,
|
|
2234
|
+
LuFolderSearch2,
|
|
2235
|
+
LuFolderSymlink,
|
|
2236
|
+
LuFolderSync,
|
|
2237
|
+
LuFolderTree,
|
|
2238
|
+
LuFolderUp,
|
|
2239
|
+
LuFolderX,
|
|
2240
|
+
LuFolders,
|
|
2241
|
+
LuFootprints,
|
|
2242
|
+
LuForklift,
|
|
2243
|
+
LuForward,
|
|
2244
|
+
LuFrame,
|
|
2245
|
+
LuFramer,
|
|
2246
|
+
LuFrown,
|
|
2247
|
+
LuFuel,
|
|
2248
|
+
LuFullscreen,
|
|
2249
|
+
LuFunnel,
|
|
2250
|
+
LuFunnelPlus,
|
|
2251
|
+
LuFunnelX,
|
|
2252
|
+
LuGalleryHorizontal,
|
|
2253
|
+
LuGalleryHorizontalEnd,
|
|
2254
|
+
LuGalleryThumbnails,
|
|
2255
|
+
LuGalleryVertical,
|
|
2256
|
+
LuGalleryVerticalEnd,
|
|
2257
|
+
LuGamepad,
|
|
2258
|
+
LuGamepad2,
|
|
2259
|
+
LuGauge,
|
|
2260
|
+
LuGavel,
|
|
2261
|
+
LuGem,
|
|
2262
|
+
LuGeorgianLari,
|
|
2263
|
+
LuGhost,
|
|
2264
|
+
LuGift,
|
|
2265
|
+
LuGitBranch,
|
|
2266
|
+
LuGitBranchPlus,
|
|
2267
|
+
LuGitCommitHorizontal,
|
|
2268
|
+
LuGitCommitVertical,
|
|
2269
|
+
LuGitCompare,
|
|
2270
|
+
LuGitCompareArrows,
|
|
2271
|
+
LuGitFork,
|
|
2272
|
+
LuGitGraph,
|
|
2273
|
+
LuGitMerge,
|
|
2274
|
+
LuGitPullRequest,
|
|
2275
|
+
LuGitPullRequestArrow,
|
|
2276
|
+
LuGitPullRequestClosed,
|
|
2277
|
+
LuGitPullRequestCreate,
|
|
2278
|
+
LuGitPullRequestCreateArrow,
|
|
2279
|
+
LuGitPullRequestDraft,
|
|
2280
|
+
LuGithub,
|
|
2281
|
+
LuGitlab,
|
|
2282
|
+
LuGlassWater,
|
|
2283
|
+
LuGlasses,
|
|
2284
|
+
LuGlobe,
|
|
2285
|
+
LuGlobeLock,
|
|
2286
|
+
LuGoal,
|
|
2287
|
+
LuGpu,
|
|
2288
|
+
LuGraduationCap,
|
|
2289
|
+
LuGrape,
|
|
2290
|
+
LuGrid2x2,
|
|
2291
|
+
LuGrid2x2Check,
|
|
2292
|
+
LuGrid2x2Plus,
|
|
2293
|
+
LuGrid2x2X,
|
|
2294
|
+
LuGrid3x2,
|
|
2295
|
+
LuGrid3x3,
|
|
2296
|
+
LuGrip,
|
|
2297
|
+
LuGripHorizontal,
|
|
2298
|
+
LuGripVertical,
|
|
2299
|
+
LuGroup,
|
|
2300
|
+
LuGuitar,
|
|
2301
|
+
LuHam,
|
|
2302
|
+
LuHamburger,
|
|
2303
|
+
LuHammer,
|
|
2304
|
+
LuHand,
|
|
2305
|
+
LuHandCoins,
|
|
2306
|
+
LuHandFist,
|
|
2307
|
+
LuHandGrab,
|
|
2308
|
+
LuHandHeart,
|
|
2309
|
+
LuHandHelping,
|
|
2310
|
+
LuHandMetal,
|
|
2311
|
+
LuHandPlatter,
|
|
2312
|
+
LuHandbag,
|
|
2313
|
+
LuHandshake,
|
|
2314
|
+
LuHardDrive,
|
|
2315
|
+
LuHardDriveDownload,
|
|
2316
|
+
LuHardDriveUpload,
|
|
2317
|
+
LuHardHat,
|
|
2318
|
+
LuHash,
|
|
2319
|
+
LuHatGlasses,
|
|
2320
|
+
LuHaze,
|
|
2321
|
+
LuHdmiPort,
|
|
2322
|
+
LuHeading,
|
|
2323
|
+
LuHeading1,
|
|
2324
|
+
LuHeading2,
|
|
2325
|
+
LuHeading3,
|
|
2326
|
+
LuHeading4,
|
|
2327
|
+
LuHeading5,
|
|
2328
|
+
LuHeading6,
|
|
2329
|
+
LuHeadphoneOff,
|
|
2330
|
+
LuHeadphones,
|
|
2331
|
+
LuHeadset,
|
|
2332
|
+
LuHeart,
|
|
2333
|
+
LuHeartCrack,
|
|
2334
|
+
LuHeartHandshake,
|
|
2335
|
+
LuHeartMinus,
|
|
2336
|
+
LuHeartOff,
|
|
2337
|
+
LuHeartPlus,
|
|
2338
|
+
LuHeartPulse,
|
|
2339
|
+
LuHeater,
|
|
2340
|
+
LuHexagon,
|
|
2341
|
+
LuHighlighter,
|
|
2342
|
+
LuHistory,
|
|
2343
|
+
LuHop,
|
|
2344
|
+
LuHopOff,
|
|
2345
|
+
LuHospital,
|
|
2346
|
+
LuHotel,
|
|
2347
|
+
LuHourglass,
|
|
2348
|
+
LuHouse,
|
|
2349
|
+
LuHousePlug,
|
|
2350
|
+
LuHousePlus,
|
|
2351
|
+
LuHouseWifi,
|
|
2352
|
+
LuIceCreamBowl,
|
|
2353
|
+
LuIceCreamCone,
|
|
2354
|
+
LuIdCard,
|
|
2355
|
+
LuIdCardLanyard,
|
|
2356
|
+
LuImage,
|
|
2357
|
+
LuImageDown,
|
|
2358
|
+
LuImageMinus,
|
|
2359
|
+
LuImageOff,
|
|
2360
|
+
LuImagePlay,
|
|
2361
|
+
LuImagePlus,
|
|
2362
|
+
LuImageUp,
|
|
2363
|
+
LuImageUpscale,
|
|
2364
|
+
LuImages,
|
|
2365
|
+
LuImport,
|
|
2366
|
+
LuInbox,
|
|
2367
|
+
LuIndentDecrease,
|
|
2368
|
+
LuIndentIncrease,
|
|
2369
|
+
LuIndianRupee,
|
|
2370
|
+
LuInfinity,
|
|
2371
|
+
LuInfo,
|
|
2372
|
+
LuInspectionPanel,
|
|
2373
|
+
LuInstagram,
|
|
2374
|
+
LuItalic,
|
|
2375
|
+
LuIterationCcw,
|
|
2376
|
+
LuIterationCw,
|
|
2377
|
+
LuJapaneseYen,
|
|
2378
|
+
LuJoystick,
|
|
2379
|
+
LuKanban,
|
|
2380
|
+
LuKayak,
|
|
2381
|
+
LuKey,
|
|
2382
|
+
LuKeyRound,
|
|
2383
|
+
LuKeySquare,
|
|
2384
|
+
LuKeyboard,
|
|
2385
|
+
LuKeyboardMusic,
|
|
2386
|
+
LuKeyboardOff,
|
|
2387
|
+
LuLamp,
|
|
2388
|
+
LuLampCeiling,
|
|
2389
|
+
LuLampDesk,
|
|
2390
|
+
LuLampFloor,
|
|
2391
|
+
LuLampWallDown,
|
|
2392
|
+
LuLampWallUp,
|
|
2393
|
+
LuLandPlot,
|
|
2394
|
+
LuLandmark,
|
|
2395
|
+
LuLanguages,
|
|
2396
|
+
LuLaptop,
|
|
2397
|
+
LuLaptopMinimal,
|
|
2398
|
+
LuLaptopMinimalCheck,
|
|
2399
|
+
LuLasso,
|
|
2400
|
+
LuLassoSelect,
|
|
2401
|
+
LuLaugh,
|
|
2402
|
+
LuLayers,
|
|
2403
|
+
LuLayers2,
|
|
2404
|
+
LuLayoutDashboard,
|
|
2405
|
+
LuLayoutGrid,
|
|
2406
|
+
LuLayoutList,
|
|
2407
|
+
LuLayoutPanelLeft,
|
|
2408
|
+
LuLayoutPanelTop,
|
|
2409
|
+
LuLayoutTemplate,
|
|
2410
|
+
LuLeaf,
|
|
2411
|
+
LuLeafyGreen,
|
|
2412
|
+
LuLectern,
|
|
2413
|
+
LuLetterText,
|
|
2414
|
+
LuLibrary,
|
|
2415
|
+
LuLibraryBig,
|
|
2416
|
+
LuLifeBuoy,
|
|
2417
|
+
LuLigature,
|
|
2418
|
+
LuLightbulb,
|
|
2419
|
+
LuLightbulbOff,
|
|
2420
|
+
LuLineSquiggle,
|
|
2421
|
+
LuLink,
|
|
2422
|
+
LuLink2,
|
|
2423
|
+
LuLink2Off,
|
|
2424
|
+
LuLinkedin,
|
|
2425
|
+
LuList,
|
|
2426
|
+
LuListCheck,
|
|
2427
|
+
LuListChecks,
|
|
2428
|
+
LuListCollapse,
|
|
2429
|
+
LuListEnd,
|
|
2430
|
+
LuListFilter,
|
|
2431
|
+
LuListFilterPlus,
|
|
2432
|
+
LuListMinus,
|
|
2433
|
+
LuListMusic,
|
|
2434
|
+
LuListOrdered,
|
|
2435
|
+
LuListPlus,
|
|
2436
|
+
LuListRestart,
|
|
2437
|
+
LuListStart,
|
|
2438
|
+
LuListTodo,
|
|
2439
|
+
LuListTree,
|
|
2440
|
+
LuListVideo,
|
|
2441
|
+
LuListX,
|
|
2442
|
+
LuLoader,
|
|
2443
|
+
LuLoaderCircle,
|
|
2444
|
+
LuLoaderPinwheel,
|
|
2445
|
+
LuLocate,
|
|
2446
|
+
LuLocateFixed,
|
|
2447
|
+
LuLocateOff,
|
|
2448
|
+
LuLock,
|
|
2449
|
+
LuLockKeyhole,
|
|
2450
|
+
LuLockKeyholeOpen,
|
|
2451
|
+
LuLockOpen,
|
|
2452
|
+
LuLogIn,
|
|
2453
|
+
LuLogOut,
|
|
2454
|
+
LuLogs,
|
|
2455
|
+
LuLollipop,
|
|
2456
|
+
LuLuggage,
|
|
2457
|
+
LuMagnet,
|
|
2458
|
+
LuMail,
|
|
2459
|
+
LuMailCheck,
|
|
2460
|
+
LuMailMinus,
|
|
2461
|
+
LuMailOpen,
|
|
2462
|
+
LuMailPlus,
|
|
2463
|
+
LuMailQuestionMark,
|
|
2464
|
+
LuMailSearch,
|
|
2465
|
+
LuMailWarning,
|
|
2466
|
+
LuMailX,
|
|
2467
|
+
LuMailbox,
|
|
2468
|
+
LuMails,
|
|
2469
|
+
LuMap,
|
|
2470
|
+
LuMapMinus,
|
|
2471
|
+
LuMapPin,
|
|
2472
|
+
LuMapPinCheck,
|
|
2473
|
+
LuMapPinCheckInside,
|
|
2474
|
+
LuMapPinHouse,
|
|
2475
|
+
LuMapPinMinus,
|
|
2476
|
+
LuMapPinMinusInside,
|
|
2477
|
+
LuMapPinOff,
|
|
2478
|
+
LuMapPinPen,
|
|
2479
|
+
LuMapPinPlus,
|
|
2480
|
+
LuMapPinPlusInside,
|
|
2481
|
+
LuMapPinX,
|
|
2482
|
+
LuMapPinXInside,
|
|
2483
|
+
LuMapPinned,
|
|
2484
|
+
LuMapPlus,
|
|
2485
|
+
LuMars,
|
|
2486
|
+
LuMarsStroke,
|
|
2487
|
+
LuMartini,
|
|
2488
|
+
LuMaximize,
|
|
2489
|
+
LuMaximize2,
|
|
2490
|
+
LuMedal,
|
|
2491
|
+
LuMegaphone,
|
|
2492
|
+
LuMegaphoneOff,
|
|
2493
|
+
LuMeh,
|
|
2494
|
+
LuMemoryStick,
|
|
2495
|
+
LuMenu,
|
|
2496
|
+
LuMerge,
|
|
2497
|
+
LuMessageCircleCode,
|
|
2498
|
+
LuMessageCircleDashed,
|
|
2499
|
+
LuMessageCircleHeart,
|
|
2500
|
+
LuMessageCircleMore,
|
|
2501
|
+
LuMessageCircleOff
|
|
2502
|
+
};
|
|
2503
|
+
//# sourceMappingURL=icons_2.js.map
|