@rotki/ui-library 2.12.1 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +6 -14
- package/dist/components/accordions/accordion/RuiAccordion.vue.js +3 -4
- package/dist/components/accordions/accordion/RuiAccordion.vue.js.map +1 -1
- package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +10 -9
- package/dist/components/accordions/accordions/RuiAccordions.vue.js +27 -26
- package/dist/components/accordions/accordions/RuiAccordions.vue.js.map +1 -1
- package/dist/components/alerts/RuiAlert.vue.d.ts +7 -17
- package/dist/components/alerts/RuiAlert.vue2.js +8 -16
- package/dist/components/alerts/RuiAlert.vue2.js.map +1 -1
- package/dist/components/buttons/button/RuiButton.vue.d.ts +5 -7
- package/dist/components/buttons/button/RuiButton.vue2.js +19 -20
- package/dist/components/buttons/button/RuiButton.vue2.js.map +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +6 -5
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js +42 -41
- package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js.map +1 -1
- package/dist/components/calendar/RuiCalendar.vue.d.ts +1 -6
- package/dist/components/calendar/RuiCalendar.vue.js +7 -8
- package/dist/components/calendar/RuiCalendar.vue.js.map +1 -1
- package/dist/components/calendar/RuiCalendarGrid.vue.js +1 -1
- package/dist/components/calendar/RuiCalendarGrid.vue2.js +20 -18
- package/dist/components/calendar/RuiCalendarGrid.vue2.js.map +1 -1
- package/dist/components/calendar/RuiCalendarHeader.vue.js +1 -1
- package/dist/components/calendar/RuiCalendarHeader.vue2.js +3 -4
- package/dist/components/calendar/RuiCalendarHeader.vue2.js.map +1 -1
- package/dist/components/calendar/RuiCalendarMenu.vue.js +1 -1
- package/dist/components/calendar/RuiCalendarMenu.vue2.js +48 -40
- package/dist/components/calendar/RuiCalendarMenu.vue2.js.map +1 -1
- package/dist/components/cards/RuiCard.vue.d.ts +9 -24
- package/dist/components/cards/RuiCard.vue2.js +7 -7
- package/dist/components/cards/RuiCard.vue2.js.map +1 -1
- package/dist/components/cards/RuiCardHeader.vue.d.ts +5 -10
- package/dist/components/cards/RuiCardHeader.vue2.js +1 -1
- package/dist/components/cards/RuiCardHeader.vue2.js.map +1 -1
- package/dist/components/chips/RuiChip.vue.d.ts +7 -21
- package/dist/components/chips/RuiChip.vue2.js +16 -21
- package/dist/components/chips/RuiChip.vue2.js.map +1 -1
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +1 -1
- package/dist/components/color-picker/RuiColorBoard.vue2.js +19 -19
- package/dist/components/color-picker/RuiColorBoard.vue2.js.map +1 -1
- package/dist/components/color-picker/RuiColorDisplay.vue.js +3 -5
- package/dist/components/color-picker/RuiColorDisplay.vue.js.map +1 -1
- package/dist/components/color-picker/RuiColorHue.vue2.js +17 -14
- package/dist/components/color-picker/RuiColorHue.vue2.js.map +1 -1
- package/dist/components/color-picker/RuiColorInput.vue.js +9 -7
- package/dist/components/color-picker/RuiColorInput.vue.js.map +1 -1
- package/dist/components/color-picker/RuiColorPicker.vue.d.ts +7 -9
- package/dist/components/color-picker/RuiColorPicker.vue.js +23 -14
- package/dist/components/color-picker/RuiColorPicker.vue.js.map +1 -1
- package/dist/components/color-picker/utils.js +22 -5
- package/dist/components/color-picker/utils.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +2 -44
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js +75 -79
- package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js +1 -1
- package/dist/components/date-time-picker/dayjs-setup.d.ts +1 -0
- package/dist/components/date-time-picker/dayjs-setup.js +8 -0
- package/dist/components/date-time-picker/dayjs-setup.js.map +1 -0
- package/dist/components/date-time-picker/segment-config.d.ts +14 -0
- package/dist/components/date-time-picker/segment-config.js +23 -0
- package/dist/components/date-time-picker/segment-config.js.map +1 -0
- package/dist/components/date-time-picker/segment-utils.d.ts +5 -0
- package/dist/components/date-time-picker/segment-utils.js +36 -0
- package/dist/components/date-time-picker/segment-utils.js.map +1 -0
- package/dist/components/date-time-picker/use-date-time-selection.d.ts +1 -0
- package/dist/components/date-time-picker/use-date-time-selection.js +1 -0
- package/dist/components/date-time-picker/use-date-time-selection.js.map +1 -1
- package/dist/components/date-time-picker/use-keyboard-handler.d.ts +4 -8
- package/dist/components/date-time-picker/use-keyboard-handler.js +9 -54
- package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -1
- package/dist/components/date-time-picker/utils.d.ts +1 -0
- package/dist/components/date-time-picker/utils.js +1 -0
- package/dist/components/date-time-picker/utils.js.map +1 -1
- package/dist/components/divider/RuiDivider.vue.d.ts +1 -3
- package/dist/components/divider/RuiDivider.vue.js +6 -3
- package/dist/components/divider/RuiDivider.vue.js.map +1 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +10 -1138
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js +153 -160
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js.map +1 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +15 -24
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js +32 -32
- package/dist/components/forms/checkbox/RuiCheckbox.vue2.js.map +1 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +2 -2
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js +19 -22
- package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js.map +1 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +4 -2
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js +13 -16
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js.map +1 -1
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +7 -13
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js +10 -9
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js.map +1 -1
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +10 -785
- package/dist/components/forms/select/RuiMenuSelect.vue2.js +60 -56
- package/dist/components/forms/select/RuiMenuSelect.vue2.js.map +1 -1
- package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +11 -10
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js +21 -26
- package/dist/components/forms/select/RuiSimpleSelect.vue2.js.map +1 -1
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +10 -26
- package/dist/components/forms/slider/RuiSlider.vue2.js +45 -48
- package/dist/components/forms/slider/RuiSlider.vue2.js.map +1 -1
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +12 -20
- package/dist/components/forms/switch/RuiSwitch.vue2.js +22 -21
- package/dist/components/forms/switch/RuiSwitch.vue2.js.map +1 -1
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +5 -30
- package/dist/components/forms/text-area/RuiTextArea.vue2.js +47 -83
- package/dist/components/forms/text-area/RuiTextArea.vue2.js.map +1 -1
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +10 -30
- package/dist/components/forms/text-field/RuiTextField.vue2.js +36 -67
- package/dist/components/forms/text-field/RuiTextField.vue2.js.map +1 -1
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +1 -5
- package/dist/components/helpers/RuiFormTextDetail.vue.js +5 -9
- package/dist/components/helpers/RuiFormTextDetail.vue.js.map +1 -1
- package/dist/components/icons/LazyIcon.vue.d.ts +1 -3
- package/dist/components/icons/RuiIcon.vue.d.ts +1 -4
- package/dist/components/icons/RuiIcon.vue2.js +11 -14
- package/dist/components/icons/RuiIcon.vue2.js.map +1 -1
- package/dist/components/index.d.ts +4 -4
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +1 -3
- package/dist/components/loaders/RuiSkeletonBase.vue2.js +2 -2
- package/dist/components/loaders/RuiSkeletonBase.vue2.js.map +1 -1
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +1 -4
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js +2 -2
- package/dist/components/loaders/RuiSkeletonLoader.vue2.js.map +1 -1
- package/dist/components/logos/RuiLogo.vue.d.ts +1 -7
- package/dist/components/logos/RuiLogo.vue.js +13 -13
- package/dist/components/logos/RuiLogo.vue.js.map +1 -1
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +5 -20
- package/dist/components/overlays/badge/RuiBadge.vue2.js +11 -13
- package/dist/components/overlays/badge/RuiBadge.vue2.js.map +1 -1
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +10 -5
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js +18 -7
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js.map +1 -1
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +22 -27
- package/dist/components/overlays/dialog/RuiDialog.vue2.js +90 -67
- package/dist/components/overlays/dialog/RuiDialog.vue2.js.map +1 -1
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +24 -35
- package/dist/components/overlays/menu/RuiMenu.vue2.js +71 -78
- package/dist/components/overlays/menu/RuiMenu.vue2.js.map +1 -1
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +23 -30
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js +78 -49
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js.map +1 -1
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +12 -12
- package/dist/components/overlays/notification/RuiNotification.vue.js +27 -22
- package/dist/components/overlays/notification/RuiNotification.vue.js.map +1 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +7 -18
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js +16 -9
- package/dist/components/overlays/tooltip/RuiTooltip.vue2.js.map +1 -1
- package/dist/components/progress/RuiProgress.vue.d.ts +8 -10
- package/dist/components/progress/RuiProgress.vue2.js +18 -24
- package/dist/components/progress/RuiProgress.vue2.js.map +1 -1
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +10 -11
- package/dist/components/steppers/RuiFooterStepper.vue2.js +33 -26
- package/dist/components/steppers/RuiFooterStepper.vue2.js.map +1 -1
- package/dist/components/steppers/RuiStepper.vue.d.ts +6 -15
- package/dist/components/steppers/RuiStepper.vue2.js +39 -36
- package/dist/components/steppers/RuiStepper.vue2.js.map +1 -1
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +1 -3
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js +2 -2
- package/dist/components/steppers/RuiStepperCustomIcon.vue2.js.map +1 -1
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +1 -3
- package/dist/components/steppers/RuiStepperIcon.vue2.js +2 -2
- package/dist/components/steppers/RuiStepperIcon.vue2.js.map +1 -1
- package/dist/components/tables/RuiDataTable.vue.d.ts +29 -81
- package/dist/components/tables/RuiDataTable.vue2.js +196 -601
- package/dist/components/tables/RuiDataTable.vue2.js.map +1 -1
- package/dist/components/tables/RuiDataTable.vue3.js +24 -27
- package/dist/components/tables/RuiDataTable.vue3.js.map +1 -1
- package/dist/components/tables/RuiExpandButton.vue.d.ts +3 -6
- package/dist/components/tables/RuiExpandButton.vue2.js +4 -2
- package/dist/components/tables/RuiExpandButton.vue2.js.map +1 -1
- package/dist/components/tables/RuiTableHead.vue.d.ts +4 -7
- package/dist/components/tables/RuiTableHead.vue2.js +20 -20
- package/dist/components/tables/RuiTableHead.vue2.js.map +1 -1
- package/dist/components/tables/RuiTablePagination.vue.d.ts +10 -10
- package/dist/components/tables/RuiTablePagination.vue2.js +27 -19
- package/dist/components/tables/RuiTablePagination.vue2.js.map +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +3 -18
- package/dist/components/tabs/tab/RuiTab.vue2.js +84 -52
- package/dist/components/tabs/tab/RuiTab.vue2.js.map +1 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +3 -11
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js +3 -2
- package/dist/components/tabs/tab-item/RuiTabItem.vue2.js.map +1 -1
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +2 -5
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js +18 -18
- package/dist/components/tabs/tab-items/RuiTabItems.vue2.js.map +1 -1
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +10 -14
- package/dist/components/tabs/tabs/RuiTabs.vue2.js +101 -94
- package/dist/components/tabs/tabs/RuiTabs.vue2.js.map +1 -1
- package/dist/components/time-picker/RuiTimePicker.vue.d.ts +1 -4
- package/dist/components/time-picker/RuiTimePicker.vue2.js +88 -38
- package/dist/components/time-picker/RuiTimePicker.vue2.js.map +1 -1
- package/dist/composables/breakpoint.js +8 -13
- package/dist/composables/breakpoint.js.map +1 -1
- package/dist/composables/dropdown-menu.d.ts +7 -4
- package/dist/composables/dropdown-menu.js +73 -50
- package/dist/composables/dropdown-menu.js.map +1 -1
- package/dist/composables/forms/auto-complete/focus.d.ts +7 -5
- package/dist/composables/forms/auto-complete/focus.js +28 -17
- package/dist/composables/forms/auto-complete/focus.js.map +1 -1
- package/dist/composables/forms/auto-complete/index.d.ts +0 -9
- package/dist/composables/forms/auto-complete/keyboard-navigation.d.ts +8 -3
- package/dist/composables/forms/auto-complete/keyboard-navigation.js +11 -5
- package/dist/composables/forms/auto-complete/keyboard-navigation.js.map +1 -1
- package/dist/composables/forms/auto-complete/search.d.ts +7 -0
- package/dist/composables/forms/auto-complete/search.js +10 -8
- package/dist/composables/forms/auto-complete/search.js.map +1 -1
- package/dist/composables/forms/auto-complete/value.d.ts +4 -0
- package/dist/composables/forms/auto-complete/value.js +24 -42
- package/dist/composables/forms/auto-complete/value.js.map +1 -1
- package/dist/composables/forms/use-label-with-quote.d.ts +2 -0
- package/dist/composables/forms/use-label-with-quote.js +14 -0
- package/dist/composables/forms/use-label-with-quote.js.map +1 -0
- package/dist/composables/forms/use-prepend-append-width.d.ts +6 -0
- package/dist/composables/forms/use-prepend-append-width.js +25 -0
- package/dist/composables/forms/use-prepend-append-width.js.map +1 -0
- package/dist/composables/icons.js +1 -1
- package/dist/composables/icons.js.map +1 -1
- package/dist/composables/popper.js +63 -49
- package/dist/composables/popper.js.map +1 -1
- package/dist/composables/sticky-header.d.ts +7 -5
- package/dist/composables/sticky-header.js +51 -41
- package/dist/composables/sticky-header.js.map +1 -1
- package/dist/composables/tables/data-table/columns.d.ts +25 -0
- package/dist/composables/tables/data-table/columns.js +54 -0
- package/dist/composables/tables/data-table/columns.js.map +1 -0
- package/dist/composables/tables/data-table/expansion.d.ts +17 -0
- package/dist/composables/tables/data-table/expansion.js +38 -0
- package/dist/composables/tables/data-table/expansion.js.map +1 -0
- package/dist/composables/tables/data-table/grouping.d.ts +29 -0
- package/dist/composables/tables/data-table/grouping.js +136 -0
- package/dist/composables/tables/data-table/grouping.js.map +1 -0
- package/dist/composables/tables/data-table/pagination.d.ts +33 -0
- package/dist/composables/tables/data-table/pagination.js +119 -0
- package/dist/composables/tables/data-table/pagination.js.map +1 -0
- package/dist/composables/tables/data-table/selection.d.ts +29 -0
- package/dist/composables/tables/data-table/selection.js +164 -0
- package/dist/composables/tables/data-table/selection.js.map +1 -0
- package/dist/composables/tables/data-table/sort.d.ts +32 -0
- package/dist/composables/tables/data-table/sort.js +136 -0
- package/dist/composables/tables/data-table/sort.js.map +1 -0
- package/dist/composables/tables/data-table/types.d.ts +14 -0
- package/dist/composables/tables/data-table/types.js +11 -0
- package/dist/composables/tables/data-table/types.js.map +1 -0
- package/dist/composables/theme.js +5 -21
- package/dist/composables/theme.js.map +1 -1
- package/dist/composables/timeout-manager.d.ts +4 -2
- package/dist/composables/timeout-manager.js +2 -1
- package/dist/composables/timeout-manager.js.map +1 -1
- package/dist/icons/icons_1.d.ts +15 -15
- package/dist/icons/icons_1.js +123 -123
- package/dist/icons/icons_1.js.map +1 -1
- package/dist/icons/icons_2.d.ts +46 -46
- package/dist/icons/icons_2.js +301 -301
- package/dist/icons/icons_2.js.map +1 -1
- package/dist/icons/icons_3.d.ts +43 -43
- package/dist/icons/icons_3.js +252 -252
- package/dist/icons/icons_3.js.map +1 -1
- package/dist/icons/icons_4.d.ts +72 -2
- package/dist/icons/icons_4.js +368 -18
- package/dist/icons/icons_4.js.map +1 -1
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.js.map +1 -1
- package/dist/index.js +105 -42
- package/dist/index.js.map +1 -1
- package/dist/style.css +189 -162
- package/dist/theme/index.js +15 -1
- package/dist/theme/index.js.map +1 -1
- package/dist/utils/assert.d.ts +1 -1
- package/dist/utils/assert.js.map +1 -1
- package/dist/utils/form-text-detail.d.ts +9 -8
- package/dist/utils/form-text-detail.js +1 -2
- package/dist/utils/form-text-detail.js.map +1 -1
- package/dist/utils/helpers.d.ts +4 -32
- package/dist/utils/helpers.js +8 -9
- package/dist/utils/helpers.js.map +1 -1
- package/dist/utils/is-equal.d.ts +1 -1
- package/dist/utils/is-equal.js +5 -3
- package/dist/utils/is-equal.js.map +1 -1
- package/dist/vite-plugin/index.js +4 -4
- package/dist/vite-plugin/index.js.map +1 -1
- package/dist/vite-plugin/scanner.js +3 -3
- package/dist/vite-plugin/scanner.js.map +1 -1
- package/dist/web-types.json +390 -371
- package/package.json +47 -44
- package/dist/utils/generate-id.d.ts +0 -5
- package/dist/utils/generate-id.js +0 -21
- package/dist/utils/generate-id.js.map +0 -1
package/dist/icons/icons_2.js
CHANGED
|
@@ -1,3 +1,47 @@
|
|
|
1
|
+
const LuCloudy = {
|
|
2
|
+
name: "lu-cloudy",
|
|
3
|
+
components: [["path", { "d": "M17.5 12a1 1 0 1 1 0 9H9.006a7 7 0 1 1 6.702-9z M21.832 9A3 3 0 0 0 19 7h-2.207a5.5 5.5 0 0 0-10.72.61" }]]
|
|
4
|
+
};
|
|
5
|
+
const LuClover = {
|
|
6
|
+
name: "lu-clover",
|
|
7
|
+
components: [["path", { "d": "M16.17 7.83 2 22 M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12 M7.83 7.83 L16.17 16.17" }]]
|
|
8
|
+
};
|
|
9
|
+
const LuClub = {
|
|
10
|
+
name: "lu-club",
|
|
11
|
+
components: [["path", { "d": "M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z M12 17.66L12 22" }]]
|
|
12
|
+
};
|
|
13
|
+
const LuCodeXml = {
|
|
14
|
+
name: "lu-code-xml",
|
|
15
|
+
components: [["path", { "d": "m18 16 4-4-4-4 M6 8 L2 12 L6 16 M14.5 4 L9.5 20" }]]
|
|
16
|
+
};
|
|
17
|
+
const LuCode = {
|
|
18
|
+
name: "lu-code",
|
|
19
|
+
components: [["path", { "d": "m16 18 6-6-6-6 M8 6 L2 12 L8 18" }]]
|
|
20
|
+
};
|
|
21
|
+
const LuCodepen = {
|
|
22
|
+
name: "lu-codepen",
|
|
23
|
+
components: [["path", { "d": "M12 2 L22 8.5 L22 15.5 L12 22 L2 15.5 L2 8.5 L12 2 Z M12 22 L12 15.5 M22 8.5 L12 15.5 L2 8.5 M2 15.5 L12 8.5 L22 15.5 M12 2 L12 8.5" }]]
|
|
24
|
+
};
|
|
25
|
+
const LuCodesandbox = {
|
|
26
|
+
name: "lu-codesandbox",
|
|
27
|
+
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 M7.5 4.21 L12 6.81 L16.5 4.21 M7.5 19.79 L7.5 14.6 L3 12 M21 12 L16.5 14.6 L16.5 19.79 M3.27 6.96 L12 12.01 L20.73 6.96 M12 22.08 L12 12" }]]
|
|
28
|
+
};
|
|
29
|
+
const LuCoffee = {
|
|
30
|
+
name: "lu-coffee",
|
|
31
|
+
components: [["path", { "d": "M10 2v2 M14 2v2 M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1 M6 2v2" }]]
|
|
32
|
+
};
|
|
33
|
+
const LuCog = {
|
|
34
|
+
name: "lu-cog",
|
|
35
|
+
components: [["path", { "d": "M11 10.27 7 3.34 M11 13.73 L7 20.66 M12 22v-2 M12 2v2 M14 12h8 M17 20.66 L16 18.93 M17 3.34 L16 5.07 M2 12h2 M20.66 17 L18.93 16 M20.66 7 L18.93 8 M3.34 17 L5.07 16 M3.34 7 L5.07 8 M10,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M4,12 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z" }]]
|
|
36
|
+
};
|
|
37
|
+
const LuCoins = {
|
|
38
|
+
name: "lu-coins",
|
|
39
|
+
components: [["path", { "d": "M13.744 17.736a6 6 0 1 1-7.48-7.48 M15 6h1v4 M6.13 14.77 L7 14.27 L9 17.73 M10,8 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
|
|
40
|
+
};
|
|
41
|
+
const LuColumns2 = {
|
|
42
|
+
name: "lu-columns-2",
|
|
43
|
+
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 3v18" }]]
|
|
44
|
+
};
|
|
1
45
|
const LuColumns3Cog = {
|
|
2
46
|
name: "lu-columns-3-cog",
|
|
3
47
|
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" }]]
|
|
@@ -12,7 +56,7 @@ const LuColumns4 = {
|
|
|
12
56
|
};
|
|
13
57
|
const LuCombine = {
|
|
14
58
|
name: "lu-combine",
|
|
15
|
-
components: [["path", { "d": "
|
|
59
|
+
components: [["path", { "d": "M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1 M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1 M7 15 L10 18 M7 21 L10 18 L5 18 A2 2 0 0 1 3 16 L3 14 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,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" }]]
|
|
16
60
|
};
|
|
17
61
|
const LuCommand = {
|
|
18
62
|
name: "lu-command",
|
|
@@ -20,7 +64,7 @@ const LuCommand = {
|
|
|
20
64
|
};
|
|
21
65
|
const LuCompass = {
|
|
22
66
|
name: "lu-compass",
|
|
23
|
-
components: [["path", { "d": "
|
|
67
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M16.24 7.76 L14.44 13.17 A2 2 0 0 1 13.17 14.44 L7.76 16.24 L9.56 10.83 A2 2 0 0 1 10.83 9.56 Z" }]]
|
|
24
68
|
};
|
|
25
69
|
const LuComponent = {
|
|
26
70
|
name: "lu-component",
|
|
@@ -164,7 +208,7 @@ const LuCrown = {
|
|
|
164
208
|
};
|
|
165
209
|
const LuCuboid = {
|
|
166
210
|
name: "lu-cuboid",
|
|
167
|
-
components: [["path", { "d": "
|
|
211
|
+
components: [["path", { "d": "M10 22v-8 M2.336 8.89 10 14l11.715-7.029 M22 14a2 2 0 0 1-.971 1.715l-10 6a2 2 0 0 1-2.138-.05l-6-4A2 2 0 0 1 2 16v-6a2 2 0 0 1 .971-1.715l10-6a2 2 0 0 1 2.138.05l6 4A2 2 0 0 1 22 8z" }]]
|
|
168
212
|
};
|
|
169
213
|
const LuCupSoda = {
|
|
170
214
|
name: "lu-cup-soda",
|
|
@@ -186,6 +230,10 @@ const LuDatabaseBackup = {
|
|
|
186
230
|
name: "lu-database-backup",
|
|
187
231
|
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
232
|
};
|
|
233
|
+
const LuDatabaseSearch = {
|
|
234
|
+
name: "lu-database-search",
|
|
235
|
+
components: [["path", { "d": "M21 11.693V5 M22 22 L20.13 20.13 M3 12a9 3 0 0 0 8.697 2.998 M3 5v14a9 3 0 0 0 9.28 2.999 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M3,5 a9,3 0 1,0 18,0 a9,3 0 1,0 -18,0 Z" }]]
|
|
236
|
+
};
|
|
189
237
|
const LuDatabaseZap = {
|
|
190
238
|
name: "lu-database-zap",
|
|
191
239
|
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" }]]
|
|
@@ -402,6 +450,10 @@ const LuEgg = {
|
|
|
402
450
|
name: "lu-egg",
|
|
403
451
|
components: [["path", { "d": "M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12" }]]
|
|
404
452
|
};
|
|
453
|
+
const LuEllipse = {
|
|
454
|
+
name: "lu-ellipse",
|
|
455
|
+
components: [["path", { "d": "M2,12 a10,6 0 1,0 20,0 a10,6 0 1,0 -20,0 Z" }]]
|
|
456
|
+
};
|
|
405
457
|
const LuEllipsisVertical = {
|
|
406
458
|
name: "lu-ellipsis-vertical",
|
|
407
459
|
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" }]]
|
|
@@ -434,6 +486,10 @@ const LuEuro = {
|
|
|
434
486
|
name: "lu-euro",
|
|
435
487
|
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
488
|
};
|
|
489
|
+
const LuEvCharger = {
|
|
490
|
+
name: "lu-ev-charger",
|
|
491
|
+
components: [["path", { "d": "M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5 M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16 M2 21h13 M3 7h11 M9 11 L7 14 L10 14 L8 17" }]]
|
|
492
|
+
};
|
|
437
493
|
const LuExpand = {
|
|
438
494
|
name: "lu-expand",
|
|
439
495
|
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" }]]
|
|
@@ -488,179 +544,171 @@ const LuFigma = {
|
|
|
488
544
|
};
|
|
489
545
|
const LuFileArchive = {
|
|
490
546
|
name: "lu-file-archive",
|
|
491
|
-
components: [["path", { "d": "
|
|
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" }]]
|
|
547
|
+
components: [["path", { "d": "M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5 M14 2v5a1 1 0 0 0 1 1h5 M8 12v-1 M8 18v-2 M8 7V6 M6,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
500
548
|
};
|
|
501
549
|
const LuFileAxis3d = {
|
|
502
550
|
name: "lu-file-axis-3d",
|
|
503
|
-
components: [["path", { "d": "
|
|
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" }]]
|
|
551
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M8 18 L12 14 M8 10v8h8" }]]
|
|
508
552
|
};
|
|
509
553
|
const LuFileBadge = {
|
|
510
554
|
name: "lu-file-badge",
|
|
511
|
-
components: [["path", { "d": "
|
|
555
|
+
components: [["path", { "d": "M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3 M14 2v5a1 1 0 0 0 1 1h5 M7.69 16.48 L8.98 21.36 A0.5 0.5 0 0 1 8.28 21.95 L6.44 21.1 A1 1 0 0 0 5.56 21.1 L3.71 21.95 A0.5 0.5 0 0 1 3.02 21.36 L4.31 16.48 M3,14 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
512
556
|
};
|
|
513
557
|
const LuFileBox = {
|
|
514
558
|
name: "lu-file-box",
|
|
515
|
-
components: [["path", { "d": "M14.5 22H18a2 2 0 0 0 2-
|
|
559
|
+
components: [["path", { "d": "M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8 M14 2v5a1 1 0 0 0 1 1h5 M11.7 14.2 7 17l-4.7-2.8 M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 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" }]]
|
|
560
|
+
};
|
|
561
|
+
const LuFileBracesCorner = {
|
|
562
|
+
name: "lu-file-braces-corner",
|
|
563
|
+
components: [["path", { "d": "M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6 M14 2v5a1 1 0 0 0 1 1h5 M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1 M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1" }]]
|
|
564
|
+
};
|
|
565
|
+
const LuFileBraces = {
|
|
566
|
+
name: "lu-file-braces",
|
|
567
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 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" }]]
|
|
516
568
|
};
|
|
517
569
|
const LuFileChartColumnIncreasing = {
|
|
518
570
|
name: "lu-file-chart-column-increasing",
|
|
519
|
-
components: [["path", { "d": "
|
|
571
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M8 18v-2 M12 18v-4 M16 18v-6" }]]
|
|
520
572
|
};
|
|
521
573
|
const LuFileChartColumn = {
|
|
522
574
|
name: "lu-file-chart-column",
|
|
523
|
-
components: [["path", { "d": "
|
|
575
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M8 18v-1 M12 18v-6 M16 18v-3" }]]
|
|
524
576
|
};
|
|
525
577
|
const LuFileChartLine = {
|
|
526
578
|
name: "lu-file-chart-line",
|
|
527
|
-
components: [["path", { "d": "
|
|
579
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M16 13 L12.5 16.5 L10.5 14.5 L8 17" }]]
|
|
528
580
|
};
|
|
529
581
|
const LuFileChartPie = {
|
|
530
582
|
name: "lu-file-chart-pie",
|
|
531
|
-
components: [["path", { "d": "
|
|
583
|
+
components: [["path", { "d": "M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512 M14 2v5a1 1 0 0 0 1 1h5 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
584
|
};
|
|
533
|
-
const
|
|
534
|
-
name: "lu-file-check-
|
|
535
|
-
components: [["path", { "d": "
|
|
585
|
+
const LuFileCheckCorner = {
|
|
586
|
+
name: "lu-file-check-corner",
|
|
587
|
+
components: [["path", { "d": "M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6 M14 2v5a1 1 0 0 0 1 1h5 M14 20 L16 22 L20 18" }]]
|
|
536
588
|
};
|
|
537
589
|
const LuFileCheck = {
|
|
538
590
|
name: "lu-file-check",
|
|
539
|
-
components: [["path", { "d": "
|
|
591
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M9 15 L11 17 L15 13" }]]
|
|
540
592
|
};
|
|
541
593
|
const LuFileClock = {
|
|
542
594
|
name: "lu-file-clock",
|
|
543
|
-
components: [["path", { "d": "
|
|
595
|
+
components: [["path", { "d": "M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85 M14 2v5a1 1 0 0 0 1 1h5 M8 14v2.2l1.6 1 M2,16 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
|
|
544
596
|
};
|
|
545
|
-
const
|
|
546
|
-
name: "lu-file-code-
|
|
547
|
-
components: [["path", { "d": "M4
|
|
597
|
+
const LuFileCodeCorner = {
|
|
598
|
+
name: "lu-file-code-corner",
|
|
599
|
+
components: [["path", { "d": "M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35 M14 2v5a1 1 0 0 0 1 1h5 M5 16 L2 19 L5 22 M9 22 L12 19 L9 16" }]]
|
|
548
600
|
};
|
|
549
601
|
const LuFileCode = {
|
|
550
602
|
name: "lu-file-code",
|
|
551
|
-
components: [["path", { "d": "
|
|
603
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M10 12.5 8 15l2 2.5 M14 12.5 L16 15 L14 17.5" }]]
|
|
552
604
|
};
|
|
553
605
|
const LuFileCog = {
|
|
554
606
|
name: "lu-file-cog",
|
|
555
|
-
components: [["path", { "d": "
|
|
607
|
+
components: [["path", { "d": "M15 8a1 1 0 0 1-1-1V2a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8z M20 8v12a2 2 0 0 1-2 2h-4.182 M3.31 19.53 L4.23 19.15 M4 10.592V4a2 2 0 0 1 2-2h8 M4.23 16.85 L3.3 16.47 M5.85 15.23 L5.47 14.3 M5.85 20.77 L5.47 21.7 M8.15 15.23 L8.53 14.3 M8.53 21.7 L8.15 20.77 M9.77 16.85 L10.7 16.47 M9.77 19.15 L10.7 19.53 M4,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
556
608
|
};
|
|
557
609
|
const LuFileDiff = {
|
|
558
610
|
name: "lu-file-diff",
|
|
559
|
-
components: [["path", { "d": "
|
|
611
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M9 10h6 M12 13V7 M9 17h6" }]]
|
|
560
612
|
};
|
|
561
613
|
const LuFileDigit = {
|
|
562
614
|
name: "lu-file-digit",
|
|
563
|
-
components: [["path", { "d": "M4
|
|
615
|
+
components: [["path", { "d": "M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2 M14 2v5a1 1 0 0 0 1 1h5 M10 16h2v6 M10 22h4 M4,16 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" }]]
|
|
564
616
|
};
|
|
565
617
|
const LuFileDown = {
|
|
566
618
|
name: "lu-file-down",
|
|
567
|
-
components: [["path", { "d": "
|
|
619
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M12 18v-6 M9 15 L12 18 L15 15" }]]
|
|
620
|
+
};
|
|
621
|
+
const LuFileExclamationPoint = {
|
|
622
|
+
name: "lu-file-exclamation-point",
|
|
623
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M12 9v4 M12 17h.01" }]]
|
|
624
|
+
};
|
|
625
|
+
const LuFileHeadphone = {
|
|
626
|
+
name: "lu-file-headphone",
|
|
627
|
+
components: [["path", { "d": "M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343 M14 2v5a1 1 0 0 0 1 1h5 M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0" }]]
|
|
568
628
|
};
|
|
569
629
|
const LuFileHeart = {
|
|
570
630
|
name: "lu-file-heart",
|
|
571
|
-
components: [["path", { "d": "
|
|
631
|
+
components: [["path", { "d": "M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7 M14 2v5a1 1 0 0 0 1 1h5 M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z" }]]
|
|
572
632
|
};
|
|
573
633
|
const LuFileImage = {
|
|
574
634
|
name: "lu-file-image",
|
|
575
|
-
components: [["path", { "d": "
|
|
635
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 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
636
|
};
|
|
577
637
|
const LuFileInput = {
|
|
578
638
|
name: "lu-file-input",
|
|
579
|
-
components: [["path", { "d": "M4
|
|
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" }]]
|
|
639
|
+
components: [["path", { "d": "M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1 M14 2v5a1 1 0 0 0 1 1h5 M2 15h10 M9 18 L12 15 L9 12" }]]
|
|
592
640
|
};
|
|
593
641
|
const LuFileKey = {
|
|
594
642
|
name: "lu-file-key",
|
|
595
|
-
components: [["path", { "d": "
|
|
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" }]]
|
|
643
|
+
components: [["path", { "d": "M14 2v5a1 1 0 0 0 1 1h5 M4 12v6 M4 14h2 M9.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v4 M2,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
600
644
|
};
|
|
601
645
|
const LuFileLock = {
|
|
602
646
|
name: "lu-file-lock",
|
|
603
|
-
components: [["path", { "d": "
|
|
647
|
+
components: [["path", { "d": "M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3 M14 2v5a1 1 0 0 0 1 1h5 M9 17v-2a2 2 0 0 0-4 0v2 M4,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" }]]
|
|
604
648
|
};
|
|
605
|
-
const
|
|
606
|
-
name: "lu-file-minus-
|
|
607
|
-
components: [["path", { "d": "
|
|
649
|
+
const LuFileMinusCorner = {
|
|
650
|
+
name: "lu-file-minus-corner",
|
|
651
|
+
components: [["path", { "d": "M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12 M14 2v5a1 1 0 0 0 1 1h5 M14 18h6" }]]
|
|
608
652
|
};
|
|
609
653
|
const LuFileMinus = {
|
|
610
654
|
name: "lu-file-minus",
|
|
611
|
-
components: [["path", { "d": "
|
|
655
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M9 15h6" }]]
|
|
612
656
|
};
|
|
613
657
|
const LuFileMusic = {
|
|
614
658
|
name: "lu-file-music",
|
|
615
|
-
components: [["path", { "d": "
|
|
659
|
+
components: [["path", { "d": "M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35 M14 2v5a1 1 0 0 0 1 1h5 M8 20v-7l3 1.474 M4,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
616
660
|
};
|
|
617
661
|
const LuFileOutput = {
|
|
618
662
|
name: "lu-file-output",
|
|
619
|
-
components: [["path", { "d": "
|
|
663
|
+
components: [["path", { "d": "M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127 M14 2v5a1 1 0 0 0 1 1h5 M5 11 L2 14 M5 17 L2 14 L12 14" }]]
|
|
620
664
|
};
|
|
621
665
|
const LuFilePenLine = {
|
|
622
666
|
name: "lu-file-pen-line",
|
|
623
|
-
components: [["path", { "d": "
|
|
667
|
+
components: [["path", { "d": "M14.364 13.634a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506l4.013-4.009a1 1 0 0 0-3.004-3.004z M14.487 7.858A1 1 0 0 1 14 7V2 M20 19.645V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l2.516 2.516 M8 18h1" }]]
|
|
624
668
|
};
|
|
625
669
|
const LuFilePen = {
|
|
626
670
|
name: "lu-file-pen",
|
|
627
|
-
components: [["path", { "d": "M12.
|
|
671
|
+
components: [["path", { "d": "M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34 M14 2v5a1 1 0 0 0 1 1h5 M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z" }]]
|
|
628
672
|
};
|
|
629
673
|
const LuFilePlay = {
|
|
630
674
|
name: "lu-file-play",
|
|
631
|
-
components: [["path", { "d": "
|
|
675
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 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
676
|
};
|
|
633
|
-
const
|
|
634
|
-
name: "lu-file-plus-
|
|
635
|
-
components: [["path", { "d": "
|
|
677
|
+
const LuFilePlusCorner = {
|
|
678
|
+
name: "lu-file-plus-corner",
|
|
679
|
+
components: [["path", { "d": "M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35 M14 2v5a1 1 0 0 0 1 1h5 M14 19h6 M17 16v6" }]]
|
|
636
680
|
};
|
|
637
681
|
const LuFilePlus = {
|
|
638
682
|
name: "lu-file-plus",
|
|
639
|
-
components: [["path", { "d": "
|
|
683
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M9 15h6 M12 18v-6" }]]
|
|
640
684
|
};
|
|
641
685
|
const LuFileQuestionMark = {
|
|
642
686
|
name: "lu-file-question-mark",
|
|
643
|
-
components: [["path", { "d": "
|
|
687
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M12 17h.01 M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }]]
|
|
644
688
|
};
|
|
645
689
|
const LuFileScan = {
|
|
646
690
|
name: "lu-file-scan",
|
|
647
|
-
components: [["path", { "d": "M20
|
|
691
|
+
components: [["path", { "d": "M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35 M14 2v5a1 1 0 0 0 1 1h5 M16 14a2 2 0 0 0-2 2 M16 22a2 2 0 0 1-2-2 M20 14a2 2 0 0 1 2 2 M20 22a2 2 0 0 0 2-2" }]]
|
|
648
692
|
};
|
|
649
|
-
const
|
|
650
|
-
name: "lu-file-search-
|
|
651
|
-
components: [["path", { "d": "
|
|
693
|
+
const LuFileSearchCorner = {
|
|
694
|
+
name: "lu-file-search-corner",
|
|
695
|
+
components: [["path", { "d": "M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25 M14 2v5a1 1 0 0 0 1 1h5 M21 22 L18.12 19.12 M13,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
652
696
|
};
|
|
653
697
|
const LuFileSearch = {
|
|
654
698
|
name: "lu-file-search",
|
|
655
|
-
components: [["path", { "d": "
|
|
699
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 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" }]]
|
|
700
|
+
};
|
|
701
|
+
const LuFileSignal = {
|
|
702
|
+
name: "lu-file-signal",
|
|
703
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M8 15h.01 M11.5 13.5a2.5 2.5 0 0 1 0 3 M15 12a5 5 0 0 1 0 6" }]]
|
|
656
704
|
};
|
|
657
705
|
const LuFileSliders = {
|
|
658
706
|
name: "lu-file-sliders",
|
|
659
|
-
components: [["path", { "d": "
|
|
707
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M8 12h8 M10 11v2 M8 17h8 M14 16v2" }]]
|
|
660
708
|
};
|
|
661
709
|
const LuFileSpreadsheet = {
|
|
662
710
|
name: "lu-file-spreadsheet",
|
|
663
|
-
components: [["path", { "d": "
|
|
711
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M8 13h2 M14 13h2 M8 17h2 M14 17h2" }]]
|
|
664
712
|
};
|
|
665
713
|
const LuFileStack = {
|
|
666
714
|
name: "lu-file-stack",
|
|
@@ -668,70 +716,62 @@ const LuFileStack = {
|
|
|
668
716
|
};
|
|
669
717
|
const LuFileSymlink = {
|
|
670
718
|
name: "lu-file-symlink",
|
|
671
|
-
components: [["path", { "d": "
|
|
719
|
+
components: [["path", { "d": "M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7 M14 2v5a1 1 0 0 0 1 1h5 M10 18 L13 15 L10 12" }]]
|
|
672
720
|
};
|
|
673
721
|
const LuFileTerminal = {
|
|
674
722
|
name: "lu-file-terminal",
|
|
675
|
-
components: [["path", { "d": "
|
|
723
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M8 16 L10 14 L8 12 M12 18h4" }]]
|
|
676
724
|
};
|
|
677
725
|
const LuFileText = {
|
|
678
726
|
name: "lu-file-text",
|
|
679
|
-
components: [["path", { "d": "
|
|
727
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M10 9H8 M16 13H8 M16 17H8" }]]
|
|
680
728
|
};
|
|
681
|
-
const
|
|
682
|
-
name: "lu-file-type-
|
|
683
|
-
components: [["path", { "d": "
|
|
729
|
+
const LuFileTypeCorner = {
|
|
730
|
+
name: "lu-file-type-corner",
|
|
731
|
+
components: [["path", { "d": "M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6 M14 2v5a1 1 0 0 0 1 1h5 M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16 M6 22h2 M7 14v8" }]]
|
|
684
732
|
};
|
|
685
733
|
const LuFileType = {
|
|
686
734
|
name: "lu-file-type",
|
|
687
|
-
components: [["path", { "d": "
|
|
735
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M11 18h2 M12 12v6 M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5" }]]
|
|
688
736
|
};
|
|
689
737
|
const LuFileUp = {
|
|
690
738
|
name: "lu-file-up",
|
|
691
|
-
components: [["path", { "d": "
|
|
739
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M12 12v6 M15 15 L12 12 L9 15" }]]
|
|
692
740
|
};
|
|
693
741
|
const LuFileUser = {
|
|
694
742
|
name: "lu-file-user",
|
|
695
|
-
components: [["path", { "d": "
|
|
743
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M16 22a4 4 0 0 0-8 0 M9,15 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
696
744
|
};
|
|
697
745
|
const LuFileVideoCamera = {
|
|
698
746
|
name: "lu-file-video-camera",
|
|
699
|
-
components: [["path", { "d": "M4
|
|
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" }]]
|
|
747
|
+
components: [["path", { "d": "M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2 M14 2v5a1 1 0 0 0 1 1h5 M10 17.84 L13.03 16.09 A0.64 0.64 0 0 1 14 16.65 L14 21.35 A0.65 0.65 0 0 1 13.03 21.91 L10 20.16 M4,16 h5 a1,1 0 0 1 1,1 v4 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-4 a1,1 0 0 1 1,-1 Z" }]]
|
|
704
748
|
};
|
|
705
749
|
const LuFileVolume = {
|
|
706
750
|
name: "lu-file-volume",
|
|
707
|
-
components: [["path", { "d": "
|
|
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" }]]
|
|
751
|
+
components: [["path", { "d": "M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95 M14 2v5a1 1 0 0 0 1 1h5 M12 15a5 5 0 0 1 0 6 M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z" }]]
|
|
712
752
|
};
|
|
713
|
-
const
|
|
714
|
-
name: "lu-file-x-
|
|
715
|
-
components: [["path", { "d": "
|
|
753
|
+
const LuFileXCorner = {
|
|
754
|
+
name: "lu-file-x-corner",
|
|
755
|
+
components: [["path", { "d": "M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5 M14 2v5a1 1 0 0 0 1 1h5 M15 17 L20 22 M20 17 L15 22" }]]
|
|
716
756
|
};
|
|
717
757
|
const LuFileX = {
|
|
718
758
|
name: "lu-file-x",
|
|
719
|
-
components: [["path", { "d": "
|
|
759
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5 M14.5 12.5 L9.5 17.5 M9.5 12.5 L14.5 17.5" }]]
|
|
720
760
|
};
|
|
721
761
|
const LuFile = {
|
|
722
762
|
name: "lu-file",
|
|
723
|
-
components: [["path", { "d": "
|
|
763
|
+
components: [["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z M14 2v5a1 1 0 0 0 1 1h5" }]]
|
|
724
764
|
};
|
|
725
765
|
const LuFiles = {
|
|
726
766
|
name: "lu-files",
|
|
727
|
-
components: [["path", { "d": "M15
|
|
767
|
+
components: [["path", { "d": "M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8 M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" }]]
|
|
728
768
|
};
|
|
729
769
|
const LuFilm = {
|
|
730
770
|
name: "lu-film",
|
|
731
771
|
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
772
|
};
|
|
733
|
-
const
|
|
734
|
-
name: "lu-fingerprint",
|
|
773
|
+
const LuFingerprintPattern = {
|
|
774
|
+
name: "lu-fingerprint-pattern",
|
|
735
775
|
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
776
|
};
|
|
737
777
|
const LuFireExtinguisher = {
|
|
@@ -750,6 +790,14 @@ const LuFish = {
|
|
|
750
790
|
name: "lu-fish",
|
|
751
791
|
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
792
|
};
|
|
793
|
+
const LuFishingHook = {
|
|
794
|
+
name: "lu-fishing-hook",
|
|
795
|
+
components: [["path", { "d": "m17.586 11.414-5.93 5.93a1 1 0 0 1-8-8l3.137-3.137a.707.707 0 0 1 1.207.5V10 M20.414 8.586 22 7 M17,10 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
796
|
+
};
|
|
797
|
+
const LuFishingRod = {
|
|
798
|
+
name: "lu-fishing-rod",
|
|
799
|
+
components: [["path", { "d": "M4 11h1 M8 15a2 2 0 0 1-4 0V3a1 1 0 0 1 1-1h.5C14 2 20 9 20 18v4 M16,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
800
|
+
};
|
|
753
801
|
const LuFlagOff = {
|
|
754
802
|
name: "lu-flag-off",
|
|
755
803
|
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" }]]
|
|
@@ -772,15 +820,15 @@ const LuFlameKindling = {
|
|
|
772
820
|
};
|
|
773
821
|
const LuFlame = {
|
|
774
822
|
name: "lu-flame",
|
|
775
|
-
components: [["path", { "d": "
|
|
823
|
+
components: [["path", { "d": "M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4" }]]
|
|
776
824
|
};
|
|
777
825
|
const LuFlashlightOff = {
|
|
778
826
|
name: "lu-flashlight-off",
|
|
779
|
-
components: [["path", { "d": "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-
|
|
827
|
+
components: [["path", { "d": "M11.652 6H18 M12 13v1 M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6 M2 2 L22 22 M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007" }]]
|
|
780
828
|
};
|
|
781
829
|
const LuFlashlight = {
|
|
782
830
|
name: "lu-flashlight",
|
|
783
|
-
components: [["path", { "d": "
|
|
831
|
+
components: [["path", { "d": "M12 13v1 M17 2a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1z M6 6h12" }]]
|
|
784
832
|
};
|
|
785
833
|
const LuFlaskConicalOff = {
|
|
786
834
|
name: "lu-flask-conical-off",
|
|
@@ -798,18 +846,10 @@ const LuFlipHorizontal2 = {
|
|
|
798
846
|
name: "lu-flip-horizontal-2",
|
|
799
847
|
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
848
|
};
|
|
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
849
|
const LuFlipVertical2 = {
|
|
806
850
|
name: "lu-flip-vertical-2",
|
|
807
851
|
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
852
|
};
|
|
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
853
|
const LuFlower2 = {
|
|
814
854
|
name: "lu-flower-2",
|
|
815
855
|
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" }]]
|
|
@@ -864,7 +904,7 @@ const LuFolderDown = {
|
|
|
864
904
|
};
|
|
865
905
|
const LuFolderGit2 = {
|
|
866
906
|
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
|
|
907
|
+
components: [["path", { "d": "M18 19a5 5 0 0 1-5-5v8 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,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
868
908
|
};
|
|
869
909
|
const LuFolderGit = {
|
|
870
910
|
name: "lu-folder-git",
|
|
@@ -884,7 +924,7 @@ const LuFolderKanban = {
|
|
|
884
924
|
};
|
|
885
925
|
const LuFolderKey = {
|
|
886
926
|
name: "lu-folder-key",
|
|
887
|
-
components: [["path", { "d": "
|
|
927
|
+
components: [["path", { "d": "M13 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 2v1.36 M19 12v6 M19 14h2 M17,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
888
928
|
};
|
|
889
929
|
const LuFolderLock = {
|
|
890
930
|
name: "lu-folder-lock",
|
|
@@ -960,7 +1000,11 @@ const LuFootprints = {
|
|
|
960
1000
|
};
|
|
961
1001
|
const LuForklift = {
|
|
962
1002
|
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
|
|
1003
|
+
components: [["path", { "d": "M12 12H5a2 2 0 0 0-2 2v5 M15 19h7 M16 19V2 M6 12V7a2 2 0 0 1 2-2h2.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 16 10.828 M7 19h4 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" }]]
|
|
1004
|
+
};
|
|
1005
|
+
const LuForm = {
|
|
1006
|
+
name: "lu-form",
|
|
1007
|
+
components: [["path", { "d": "M4 14h6 M4 2h10 M5,18 h14 a1,1 0 0 1 1,1 v2 a1,1 0 0 1 -1,1 h-14 a1,1 0 0 1 -1,-1 v-2 a1,1 0 0 1 1,-1 Z M5,6 h14 a1,1 0 0 1 1,1 v2 a1,1 0 0 1 -1,1 h-14 a1,1 0 0 1 -1,-1 v-2 a1,1 0 0 1 1,-1 Z" }]]
|
|
964
1008
|
};
|
|
965
1009
|
const LuForward = {
|
|
966
1010
|
name: "lu-forward",
|
|
@@ -980,7 +1024,7 @@ const LuFrown = {
|
|
|
980
1024
|
};
|
|
981
1025
|
const LuFuel = {
|
|
982
1026
|
name: "lu-fuel",
|
|
983
|
-
components: [["path", { "d": "
|
|
1027
|
+
components: [["path", { "d": "M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5 M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16 M2 21h13 M3 9h11" }]]
|
|
984
1028
|
};
|
|
985
1029
|
const LuFullscreen = {
|
|
986
1030
|
name: "lu-fullscreen",
|
|
@@ -1022,6 +1066,10 @@ const LuGamepad2 = {
|
|
|
1022
1066
|
name: "lu-gamepad-2",
|
|
1023
1067
|
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
1068
|
};
|
|
1069
|
+
const LuGamepadDirectional = {
|
|
1070
|
+
name: "lu-gamepad-directional",
|
|
1071
|
+
components: [["path", { "d": "M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z" }]]
|
|
1072
|
+
};
|
|
1025
1073
|
const LuGamepad = {
|
|
1026
1074
|
name: "lu-gamepad",
|
|
1027
1075
|
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" }]]
|
|
@@ -1048,7 +1096,11 @@ const LuGhost = {
|
|
|
1048
1096
|
};
|
|
1049
1097
|
const LuGift = {
|
|
1050
1098
|
name: "lu-gift",
|
|
1051
|
-
components: [["path", { "d": "
|
|
1099
|
+
components: [["path", { "d": "M12 7v14 M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8 M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5 M4,7 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" }]]
|
|
1100
|
+
};
|
|
1101
|
+
const LuGitBranchMinus = {
|
|
1102
|
+
name: "lu-git-branch-minus",
|
|
1103
|
+
components: [["path", { "d": "M15 6a9 9 0 0 0-9 9V3 M21 18h-6 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" }]]
|
|
1052
1104
|
};
|
|
1053
1105
|
const LuGitBranchPlus = {
|
|
1054
1106
|
name: "lu-git-branch-plus",
|
|
@@ -1056,7 +1108,7 @@ const LuGitBranchPlus = {
|
|
|
1056
1108
|
};
|
|
1057
1109
|
const LuGitBranch = {
|
|
1058
1110
|
name: "lu-git-branch",
|
|
1059
|
-
components: [["path", { "d": "
|
|
1111
|
+
components: [["path", { "d": "M15 6a9 9 0 0 0-9 9V3 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" }]]
|
|
1060
1112
|
};
|
|
1061
1113
|
const LuGitCommitHorizontal = {
|
|
1062
1114
|
name: "lu-git-commit-horizontal",
|
|
@@ -1082,6 +1134,10 @@ const LuGitGraph = {
|
|
|
1082
1134
|
name: "lu-git-graph",
|
|
1083
1135
|
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
1136
|
};
|
|
1137
|
+
const LuGitMergeConflict = {
|
|
1138
|
+
name: "lu-git-merge-conflict",
|
|
1139
|
+
components: [["path", { "d": "M12 6h4a2 2 0 0 1 2 2v7 M6 12v9 M9 3 3 9 M9 9 3 3 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1140
|
+
};
|
|
1085
1141
|
const LuGitMerge = {
|
|
1086
1142
|
name: "lu-git-merge",
|
|
1087
1143
|
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" }]]
|
|
@@ -1130,6 +1186,14 @@ const LuGlobeLock = {
|
|
|
1130
1186
|
name: "lu-globe-lock",
|
|
1131
1187
|
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
1188
|
};
|
|
1189
|
+
const LuGlobeOff = {
|
|
1190
|
+
name: "lu-globe-off",
|
|
1191
|
+
components: [["path", { "d": "M10.114 4.462A14.5 14.5 0 0 1 12 2a10 10 0 0 1 9.313 13.643 M15.557 15.556A14.5 14.5 0 0 1 12 22 10 10 0 0 1 4.929 4.929 M15.892 10.234A14.5 14.5 0 0 0 12 2a10 10 0 0 0-3.643.687 M17.656 12H22 M19.071 19.071A10 10 0 0 1 12 22 14.5 14.5 0 0 1 8.44 8.45 M2 12h10 M2 2 L22 22" }]]
|
|
1192
|
+
};
|
|
1193
|
+
const LuGlobeX = {
|
|
1194
|
+
name: "lu-globe-x",
|
|
1195
|
+
components: [["path", { "d": "m16 3 5 5 M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 4-10 M21 3 L16 8" }]]
|
|
1196
|
+
};
|
|
1133
1197
|
const LuGlobe = {
|
|
1134
1198
|
name: "lu-globe",
|
|
1135
1199
|
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" }]]
|
|
@@ -1256,7 +1320,7 @@ const LuHardDriveUpload = {
|
|
|
1256
1320
|
};
|
|
1257
1321
|
const LuHardDrive = {
|
|
1258
1322
|
name: "lu-hard-drive",
|
|
1259
|
-
components: [["path", { "d": "
|
|
1323
|
+
components: [["path", { "d": "M10 16h.01 M2.212 11.577a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z M21.946 12.013H2.054 M6 16h.01" }]]
|
|
1260
1324
|
};
|
|
1261
1325
|
const LuHardHat = {
|
|
1262
1326
|
name: "lu-hard-hat",
|
|
@@ -1274,6 +1338,10 @@ const LuHaze = {
|
|
|
1274
1338
|
name: "lu-haze",
|
|
1275
1339
|
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
1340
|
};
|
|
1341
|
+
const LuHd = {
|
|
1342
|
+
name: "lu-hd",
|
|
1343
|
+
components: [["path", { "d": "M10 12H6 M10 15V9 M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z M6 15V9 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" }]]
|
|
1344
|
+
};
|
|
1277
1345
|
const LuHdmiPort = {
|
|
1278
1346
|
name: "lu-hdmi-port",
|
|
1279
1347
|
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" }]]
|
|
@@ -1350,6 +1418,10 @@ const LuHeater = {
|
|
|
1350
1418
|
name: "lu-heater",
|
|
1351
1419
|
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
1420
|
};
|
|
1421
|
+
const LuHelicopter = {
|
|
1422
|
+
name: "lu-helicopter",
|
|
1423
|
+
components: [["path", { "d": "M11 17v4 M14 3v8a2 2 0 0 0 2 2h5.865 M17 17v4 M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z M2 10v5 M6 3h16 M7 21h14 M8 13H2" }]]
|
|
1424
|
+
};
|
|
1353
1425
|
const LuHexagon = {
|
|
1354
1426
|
name: "lu-hexagon",
|
|
1355
1427
|
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" }]]
|
|
@@ -1382,21 +1454,25 @@ const LuHourglass = {
|
|
|
1382
1454
|
name: "lu-hourglass",
|
|
1383
1455
|
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
1456
|
};
|
|
1457
|
+
const LuHouseHeart = {
|
|
1458
|
+
name: "lu-house-heart",
|
|
1459
|
+
components: [["path", { "d": "M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }]]
|
|
1460
|
+
};
|
|
1385
1461
|
const LuHousePlug = {
|
|
1386
1462
|
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-
|
|
1463
|
+
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-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2" }]]
|
|
1388
1464
|
};
|
|
1389
1465
|
const LuHousePlus = {
|
|
1390
1466
|
name: "lu-house-plus",
|
|
1391
|
-
components: [["path", { "d": "M12.
|
|
1467
|
+
components: [["path", { "d": "M12.35 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .71-1.53l7-6a2 2 0 0 1 2.58 0l7 6A2 2 0 0 1 21 10v2.35 M14.8 12.4A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8 M15 18h6 M18 15v6" }]]
|
|
1392
1468
|
};
|
|
1393
1469
|
const LuHouseWifi = {
|
|
1394
1470
|
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-
|
|
1471
|
+
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-6a2 2 0 0 1 2.582 0l7 6A2 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
1472
|
};
|
|
1397
1473
|
const LuHouse = {
|
|
1398
1474
|
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-
|
|
1475
|
+
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-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }]]
|
|
1400
1476
|
};
|
|
1401
1477
|
const LuIceCreamBowl = {
|
|
1402
1478
|
name: "lu-ice-cream-bowl",
|
|
@@ -1458,14 +1534,6 @@ const LuInbox = {
|
|
|
1458
1534
|
name: "lu-inbox",
|
|
1459
1535
|
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
1536
|
};
|
|
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
1537
|
const LuIndianRupee = {
|
|
1470
1538
|
name: "lu-indian-rupee",
|
|
1471
1539
|
components: [["path", { "d": "M6 3h12 M6 8h12 M6 13 L14.5 21 M6 13h3 M9 13c6.667 0 6.667-10 0-10" }]]
|
|
@@ -1508,7 +1576,7 @@ const LuJoystick = {
|
|
|
1508
1576
|
};
|
|
1509
1577
|
const LuKanban = {
|
|
1510
1578
|
name: "lu-kanban",
|
|
1511
|
-
components: [["path", { "d": "
|
|
1579
|
+
components: [["path", { "d": "M5 3v14 M12 3v8 M19 3v18" }]]
|
|
1512
1580
|
};
|
|
1513
1581
|
const LuKayak = {
|
|
1514
1582
|
name: "lu-kayak",
|
|
@@ -1592,7 +1660,7 @@ const LuLassoSelect = {
|
|
|
1592
1660
|
};
|
|
1593
1661
|
const LuLasso = {
|
|
1594
1662
|
name: "lu-lasso",
|
|
1595
|
-
components: [["path", { "d": "M3.704 14.
|
|
1663
|
+
components: [["path", { "d": "M3.704 14.467a10 8 0 1 1 3.115 2.375 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
1664
|
};
|
|
1597
1665
|
const LuLaugh = {
|
|
1598
1666
|
name: "lu-laugh",
|
|
@@ -1602,6 +1670,10 @@ const LuLayers2 = {
|
|
|
1602
1670
|
name: "lu-layers-2",
|
|
1603
1671
|
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
1672
|
};
|
|
1673
|
+
const LuLayersPlus = {
|
|
1674
|
+
name: "lu-layers-plus",
|
|
1675
|
+
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 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z M16 17h6 M19 14v6 M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178 M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962" }]]
|
|
1676
|
+
};
|
|
1605
1677
|
const LuLayers = {
|
|
1606
1678
|
name: "lu-layers",
|
|
1607
1679
|
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" }]]
|
|
@@ -1642,9 +1714,13 @@ const LuLectern = {
|
|
|
1642
1714
|
name: "lu-lectern",
|
|
1643
1715
|
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
1716
|
};
|
|
1645
|
-
const
|
|
1646
|
-
name: "lu-
|
|
1647
|
-
components: [["path", { "d": "
|
|
1717
|
+
const LuLensConcave = {
|
|
1718
|
+
name: "lu-lens-concave",
|
|
1719
|
+
components: [["path", { "d": "M7 2a1 1 0 0 0-.8 1.6 14 14 0 0 1 0 16.8A1 1 0 0 0 7 22h10a1 1 0 0 0 .8-1.6 14 14 0 0 1 0-16.8A1 1 0 0 0 17 2z" }]]
|
|
1720
|
+
};
|
|
1721
|
+
const LuLensConvex = {
|
|
1722
|
+
name: "lu-lens-convex",
|
|
1723
|
+
components: [["path", { "d": "M13.433 2a1 1 0 0 1 .824.448 18 18 0 0 1 0 19.104 1 1 0 0 1-.824.448h-2.866a1 1 0 0 1-.824-.448 18 18 0 0 1 0-19.104A1 1 0 0 1 10.567 2z" }]]
|
|
1648
1724
|
};
|
|
1649
1725
|
const LuLibraryBig = {
|
|
1650
1726
|
name: "lu-library-big",
|
|
@@ -1670,6 +1746,10 @@ const LuLightbulb = {
|
|
|
1670
1746
|
name: "lu-lightbulb",
|
|
1671
1747
|
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
1748
|
};
|
|
1749
|
+
const LuLineDotRightHorizontal = {
|
|
1750
|
+
name: "lu-line-dot-right-horizontal",
|
|
1751
|
+
components: [["path", { "d": "M 3 12 L 15 12 M15,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1752
|
+
};
|
|
1673
1753
|
const LuLineSquiggle = {
|
|
1674
1754
|
name: "lu-line-squiggle",
|
|
1675
1755
|
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" }]]
|
|
@@ -1692,71 +1772,87 @@ const LuLinkedin = {
|
|
|
1692
1772
|
};
|
|
1693
1773
|
const LuListCheck = {
|
|
1694
1774
|
name: "lu-list-check",
|
|
1695
|
-
components: [["path", { "d": "M11
|
|
1775
|
+
components: [["path", { "d": "M16 5H3 M16 12H3 M11 19H3 M15 18 L17 20 L21 16" }]]
|
|
1696
1776
|
};
|
|
1697
1777
|
const LuListChecks = {
|
|
1698
1778
|
name: "lu-list-checks",
|
|
1699
|
-
components: [["path", { "d": "
|
|
1779
|
+
components: [["path", { "d": "M13 5h8 M13 12h8 M13 19h8 M3 17 L5 19 L9 15 M3 7 L5 9 L9 5" }]]
|
|
1780
|
+
};
|
|
1781
|
+
const LuListChevronsDownUp = {
|
|
1782
|
+
name: "lu-list-chevrons-down-up",
|
|
1783
|
+
components: [["path", { "d": "M3 5h8 M3 12h8 M3 19h8 M15 5 L18 8 L21 5 M15 19 L18 16 L21 19" }]]
|
|
1784
|
+
};
|
|
1785
|
+
const LuListChevronsUpDown = {
|
|
1786
|
+
name: "lu-list-chevrons-up-down",
|
|
1787
|
+
components: [["path", { "d": "M3 5h8 M3 12h8 M3 19h8 M15 8 L18 5 L21 8 M15 16 L18 19 L21 16" }]]
|
|
1700
1788
|
};
|
|
1701
1789
|
const LuListCollapse = {
|
|
1702
1790
|
name: "lu-list-collapse",
|
|
1703
|
-
components: [["path", { "d": "M10
|
|
1791
|
+
components: [["path", { "d": "M10 5h11 M10 12h11 M10 19h11 M3 10 L6 7 L3 4 M3 20 L6 17 L3 14" }]]
|
|
1704
1792
|
};
|
|
1705
1793
|
const LuListEnd = {
|
|
1706
1794
|
name: "lu-list-end",
|
|
1707
|
-
components: [["path", { "d": "M16 12H3 M16
|
|
1795
|
+
components: [["path", { "d": "M16 5H3 M16 12H3 M9 19H3 M16 16 L13 19 L16 22 M21 5v12a2 2 0 0 1-2 2h-6" }]]
|
|
1708
1796
|
};
|
|
1709
1797
|
const LuListFilterPlus = {
|
|
1710
1798
|
name: "lu-list-filter-plus",
|
|
1711
|
-
components: [["path", { "d": "
|
|
1799
|
+
components: [["path", { "d": "M12 5H2 M6 12h12 M9 19h6 M16 5h6 M19 8V2" }]]
|
|
1712
1800
|
};
|
|
1713
1801
|
const LuListFilter = {
|
|
1714
1802
|
name: "lu-list-filter",
|
|
1715
|
-
components: [["path", { "d": "
|
|
1803
|
+
components: [["path", { "d": "M2 5h20 M6 12h12 M9 19h6" }]]
|
|
1804
|
+
};
|
|
1805
|
+
const LuListIndentDecrease = {
|
|
1806
|
+
name: "lu-list-indent-decrease",
|
|
1807
|
+
components: [["path", { "d": "M21 5H11 M21 12H11 M21 19H11 M7 8 L3 12 L7 16" }]]
|
|
1808
|
+
};
|
|
1809
|
+
const LuListIndentIncrease = {
|
|
1810
|
+
name: "lu-list-indent-increase",
|
|
1811
|
+
components: [["path", { "d": "M21 5H11 M21 12H11 M21 19H11 M3 8 L7 12 L3 16" }]]
|
|
1716
1812
|
};
|
|
1717
1813
|
const LuListMinus = {
|
|
1718
1814
|
name: "lu-list-minus",
|
|
1719
|
-
components: [["path", { "d": "M11 12H3 M16
|
|
1815
|
+
components: [["path", { "d": "M16 5H3 M11 12H3 M16 19H3 M21 12h-6" }]]
|
|
1720
1816
|
};
|
|
1721
1817
|
const LuListMusic = {
|
|
1722
1818
|
name: "lu-list-music",
|
|
1723
|
-
components: [["path", { "d": "
|
|
1819
|
+
components: [["path", { "d": "M16 5H3 M11 12H3 M11 19H3 M21 16V5 M15,16 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1724
1820
|
};
|
|
1725
1821
|
const LuListOrdered = {
|
|
1726
1822
|
name: "lu-list-ordered",
|
|
1727
|
-
components: [["path", { "d": "
|
|
1823
|
+
components: [["path", { "d": "M11 5h10 M11 12h10 M11 19h10 M4 4h1v5 M4 9h2 M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" }]]
|
|
1728
1824
|
};
|
|
1729
1825
|
const LuListPlus = {
|
|
1730
1826
|
name: "lu-list-plus",
|
|
1731
|
-
components: [["path", { "d": "M11 12H3 M16
|
|
1827
|
+
components: [["path", { "d": "M16 5H3 M11 12H3 M16 19H3 M18 9v6 M21 12h-6" }]]
|
|
1732
1828
|
};
|
|
1733
1829
|
const LuListRestart = {
|
|
1734
1830
|
name: "lu-list-restart",
|
|
1735
|
-
components: [["path", { "d": "M21
|
|
1831
|
+
components: [["path", { "d": "M21 5H3 M7 12H3 M7 19H3 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
1832
|
};
|
|
1737
1833
|
const LuListStart = {
|
|
1738
1834
|
name: "lu-list-start",
|
|
1739
|
-
components: [["path", { "d": "
|
|
1835
|
+
components: [["path", { "d": "M3 5h6 M3 12h13 M3 19h13 M16 8 L13 5 L16 2 M21 19V7a2 2 0 0 0-2-2h-6" }]]
|
|
1740
1836
|
};
|
|
1741
1837
|
const LuListTodo = {
|
|
1742
1838
|
name: "lu-list-todo",
|
|
1743
|
-
components: [["path", { "d": "M4,
|
|
1839
|
+
components: [["path", { "d": "M13 5h8 M13 12h8 M13 19h8 M3 17 L5 19 L9 15 M4,4 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" }]]
|
|
1744
1840
|
};
|
|
1745
1841
|
const LuListTree = {
|
|
1746
1842
|
name: "lu-list-tree",
|
|
1747
|
-
components: [["path", { "d": "
|
|
1843
|
+
components: [["path", { "d": "M8 5h13 M13 12h8 M13 19h8 M3 10a2 2 0 0 0 2 2h3 M3 5v12a2 2 0 0 0 2 2h3" }]]
|
|
1748
1844
|
};
|
|
1749
1845
|
const LuListVideo = {
|
|
1750
1846
|
name: "lu-list-video",
|
|
1751
|
-
components: [["path", { "d": "
|
|
1847
|
+
components: [["path", { "d": "M21 5H3 M10 12H3 M10 19H3 M15 12.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" }]]
|
|
1752
1848
|
};
|
|
1753
1849
|
const LuListX = {
|
|
1754
1850
|
name: "lu-list-x",
|
|
1755
|
-
components: [["path", { "d": "M11 12H3 M16
|
|
1851
|
+
components: [["path", { "d": "M16 5H3 M11 12H3 M16 19H3 M15.5 9.5 L20.5 14.5 M20.5 9.5 L15.5 14.5" }]]
|
|
1756
1852
|
};
|
|
1757
1853
|
const LuList = {
|
|
1758
1854
|
name: "lu-list",
|
|
1759
|
-
components: [["path", { "d": "M3
|
|
1855
|
+
components: [["path", { "d": "M3 5h.01 M3 12h.01 M3 19h.01 M8 5h13 M8 12h13 M8 19h13" }]]
|
|
1760
1856
|
};
|
|
1761
1857
|
const LuLoaderCircle = {
|
|
1762
1858
|
name: "lu-loader-circle",
|
|
@@ -1808,7 +1904,7 @@ const LuLogOut = {
|
|
|
1808
1904
|
};
|
|
1809
1905
|
const LuLogs = {
|
|
1810
1906
|
name: "lu-logs",
|
|
1811
|
-
components: [["path", { "d": "
|
|
1907
|
+
components: [["path", { "d": "M3 5h1 M3 12h1 M3 19h1 M8 5h1 M8 12h1 M8 19h1 M13 5h8 M13 12h8 M13 19h8" }]]
|
|
1812
1908
|
};
|
|
1813
1909
|
const LuLollipop = {
|
|
1814
1910
|
name: "lu-lollipop",
|
|
@@ -1902,103 +1998,18 @@ const LuMapPinPlusInside = {
|
|
|
1902
1998
|
name: "lu-map-pin-plus-inside",
|
|
1903
1999
|
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
2000
|
};
|
|
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
2001
|
export {
|
|
2002
|
+
LuCloudy,
|
|
2003
|
+
LuClover,
|
|
2004
|
+
LuClub,
|
|
2005
|
+
LuCode,
|
|
2006
|
+
LuCodeXml,
|
|
2007
|
+
LuCodepen,
|
|
2008
|
+
LuCodesandbox,
|
|
2009
|
+
LuCoffee,
|
|
2010
|
+
LuCog,
|
|
2011
|
+
LuCoins,
|
|
2012
|
+
LuColumns2,
|
|
2002
2013
|
LuColumns3,
|
|
2003
2014
|
LuColumns3Cog,
|
|
2004
2015
|
LuColumns4,
|
|
@@ -2047,6 +2058,7 @@ export {
|
|
|
2047
2058
|
LuDam,
|
|
2048
2059
|
LuDatabase,
|
|
2049
2060
|
LuDatabaseBackup,
|
|
2061
|
+
LuDatabaseSearch,
|
|
2050
2062
|
LuDatabaseZap,
|
|
2051
2063
|
LuDecimalsArrowLeft,
|
|
2052
2064
|
LuDecimalsArrowRight,
|
|
@@ -2100,6 +2112,7 @@ export {
|
|
|
2100
2112
|
LuEgg,
|
|
2101
2113
|
LuEggFried,
|
|
2102
2114
|
LuEggOff,
|
|
2115
|
+
LuEllipse,
|
|
2103
2116
|
LuEllipsis,
|
|
2104
2117
|
LuEllipsisVertical,
|
|
2105
2118
|
LuEqual,
|
|
@@ -2108,6 +2121,7 @@ export {
|
|
|
2108
2121
|
LuEraser,
|
|
2109
2122
|
LuEthernetPort,
|
|
2110
2123
|
LuEuro,
|
|
2124
|
+
LuEvCharger,
|
|
2111
2125
|
LuExpand,
|
|
2112
2126
|
LuExternalLink,
|
|
2113
2127
|
LuEye,
|
|
@@ -2123,47 +2137,45 @@ export {
|
|
|
2123
2137
|
LuFigma,
|
|
2124
2138
|
LuFile,
|
|
2125
2139
|
LuFileArchive,
|
|
2126
|
-
LuFileAudio,
|
|
2127
|
-
LuFileAudio2,
|
|
2128
2140
|
LuFileAxis3d,
|
|
2129
2141
|
LuFileBadge,
|
|
2130
|
-
LuFileBadge2,
|
|
2131
2142
|
LuFileBox,
|
|
2143
|
+
LuFileBraces,
|
|
2144
|
+
LuFileBracesCorner,
|
|
2132
2145
|
LuFileChartColumn,
|
|
2133
2146
|
LuFileChartColumnIncreasing,
|
|
2134
2147
|
LuFileChartLine,
|
|
2135
2148
|
LuFileChartPie,
|
|
2136
2149
|
LuFileCheck,
|
|
2137
|
-
|
|
2150
|
+
LuFileCheckCorner,
|
|
2138
2151
|
LuFileClock,
|
|
2139
2152
|
LuFileCode,
|
|
2140
|
-
|
|
2153
|
+
LuFileCodeCorner,
|
|
2141
2154
|
LuFileCog,
|
|
2142
2155
|
LuFileDiff,
|
|
2143
2156
|
LuFileDigit,
|
|
2144
2157
|
LuFileDown,
|
|
2158
|
+
LuFileExclamationPoint,
|
|
2159
|
+
LuFileHeadphone,
|
|
2145
2160
|
LuFileHeart,
|
|
2146
2161
|
LuFileImage,
|
|
2147
2162
|
LuFileInput,
|
|
2148
|
-
LuFileJson,
|
|
2149
|
-
LuFileJson2,
|
|
2150
2163
|
LuFileKey,
|
|
2151
|
-
LuFileKey2,
|
|
2152
2164
|
LuFileLock,
|
|
2153
|
-
LuFileLock2,
|
|
2154
2165
|
LuFileMinus,
|
|
2155
|
-
|
|
2166
|
+
LuFileMinusCorner,
|
|
2156
2167
|
LuFileMusic,
|
|
2157
2168
|
LuFileOutput,
|
|
2158
2169
|
LuFilePen,
|
|
2159
2170
|
LuFilePenLine,
|
|
2160
2171
|
LuFilePlay,
|
|
2161
2172
|
LuFilePlus,
|
|
2162
|
-
|
|
2173
|
+
LuFilePlusCorner,
|
|
2163
2174
|
LuFileQuestionMark,
|
|
2164
2175
|
LuFileScan,
|
|
2165
2176
|
LuFileSearch,
|
|
2166
|
-
|
|
2177
|
+
LuFileSearchCorner,
|
|
2178
|
+
LuFileSignal,
|
|
2167
2179
|
LuFileSliders,
|
|
2168
2180
|
LuFileSpreadsheet,
|
|
2169
2181
|
LuFileStack,
|
|
@@ -2171,22 +2183,22 @@ export {
|
|
|
2171
2183
|
LuFileTerminal,
|
|
2172
2184
|
LuFileText,
|
|
2173
2185
|
LuFileType,
|
|
2174
|
-
|
|
2186
|
+
LuFileTypeCorner,
|
|
2175
2187
|
LuFileUp,
|
|
2176
2188
|
LuFileUser,
|
|
2177
2189
|
LuFileVideoCamera,
|
|
2178
2190
|
LuFileVolume,
|
|
2179
|
-
LuFileVolume2,
|
|
2180
|
-
LuFileWarning,
|
|
2181
2191
|
LuFileX,
|
|
2182
|
-
|
|
2192
|
+
LuFileXCorner,
|
|
2183
2193
|
LuFiles,
|
|
2184
2194
|
LuFilm,
|
|
2185
|
-
|
|
2195
|
+
LuFingerprintPattern,
|
|
2186
2196
|
LuFireExtinguisher,
|
|
2187
2197
|
LuFish,
|
|
2188
2198
|
LuFishOff,
|
|
2189
2199
|
LuFishSymbol,
|
|
2200
|
+
LuFishingHook,
|
|
2201
|
+
LuFishingRod,
|
|
2190
2202
|
LuFlag,
|
|
2191
2203
|
LuFlagOff,
|
|
2192
2204
|
LuFlagTriangleLeft,
|
|
@@ -2198,9 +2210,7 @@ export {
|
|
|
2198
2210
|
LuFlaskConical,
|
|
2199
2211
|
LuFlaskConicalOff,
|
|
2200
2212
|
LuFlaskRound,
|
|
2201
|
-
LuFlipHorizontal,
|
|
2202
2213
|
LuFlipHorizontal2,
|
|
2203
|
-
LuFlipVertical,
|
|
2204
2214
|
LuFlipVertical2,
|
|
2205
2215
|
LuFlower,
|
|
2206
2216
|
LuFlower2,
|
|
@@ -2240,6 +2250,7 @@ export {
|
|
|
2240
2250
|
LuFolders,
|
|
2241
2251
|
LuFootprints,
|
|
2242
2252
|
LuForklift,
|
|
2253
|
+
LuForm,
|
|
2243
2254
|
LuForward,
|
|
2244
2255
|
LuFrame,
|
|
2245
2256
|
LuFramer,
|
|
@@ -2256,6 +2267,7 @@ export {
|
|
|
2256
2267
|
LuGalleryVerticalEnd,
|
|
2257
2268
|
LuGamepad,
|
|
2258
2269
|
LuGamepad2,
|
|
2270
|
+
LuGamepadDirectional,
|
|
2259
2271
|
LuGauge,
|
|
2260
2272
|
LuGavel,
|
|
2261
2273
|
LuGem,
|
|
@@ -2263,6 +2275,7 @@ export {
|
|
|
2263
2275
|
LuGhost,
|
|
2264
2276
|
LuGift,
|
|
2265
2277
|
LuGitBranch,
|
|
2278
|
+
LuGitBranchMinus,
|
|
2266
2279
|
LuGitBranchPlus,
|
|
2267
2280
|
LuGitCommitHorizontal,
|
|
2268
2281
|
LuGitCommitVertical,
|
|
@@ -2271,6 +2284,7 @@ export {
|
|
|
2271
2284
|
LuGitFork,
|
|
2272
2285
|
LuGitGraph,
|
|
2273
2286
|
LuGitMerge,
|
|
2287
|
+
LuGitMergeConflict,
|
|
2274
2288
|
LuGitPullRequest,
|
|
2275
2289
|
LuGitPullRequestArrow,
|
|
2276
2290
|
LuGitPullRequestClosed,
|
|
@@ -2283,6 +2297,8 @@ export {
|
|
|
2283
2297
|
LuGlasses,
|
|
2284
2298
|
LuGlobe,
|
|
2285
2299
|
LuGlobeLock,
|
|
2300
|
+
LuGlobeOff,
|
|
2301
|
+
LuGlobeX,
|
|
2286
2302
|
LuGoal,
|
|
2287
2303
|
LuGpu,
|
|
2288
2304
|
LuGraduationCap,
|
|
@@ -2318,6 +2334,7 @@ export {
|
|
|
2318
2334
|
LuHash,
|
|
2319
2335
|
LuHatGlasses,
|
|
2320
2336
|
LuHaze,
|
|
2337
|
+
LuHd,
|
|
2321
2338
|
LuHdmiPort,
|
|
2322
2339
|
LuHeading,
|
|
2323
2340
|
LuHeading1,
|
|
@@ -2337,6 +2354,7 @@ export {
|
|
|
2337
2354
|
LuHeartPlus,
|
|
2338
2355
|
LuHeartPulse,
|
|
2339
2356
|
LuHeater,
|
|
2357
|
+
LuHelicopter,
|
|
2340
2358
|
LuHexagon,
|
|
2341
2359
|
LuHighlighter,
|
|
2342
2360
|
LuHistory,
|
|
@@ -2346,6 +2364,7 @@ export {
|
|
|
2346
2364
|
LuHotel,
|
|
2347
2365
|
LuHourglass,
|
|
2348
2366
|
LuHouse,
|
|
2367
|
+
LuHouseHeart,
|
|
2349
2368
|
LuHousePlug,
|
|
2350
2369
|
LuHousePlus,
|
|
2351
2370
|
LuHouseWifi,
|
|
@@ -2364,8 +2383,6 @@ export {
|
|
|
2364
2383
|
LuImages,
|
|
2365
2384
|
LuImport,
|
|
2366
2385
|
LuInbox,
|
|
2367
|
-
LuIndentDecrease,
|
|
2368
|
-
LuIndentIncrease,
|
|
2369
2386
|
LuIndianRupee,
|
|
2370
2387
|
LuInfinity,
|
|
2371
2388
|
LuInfo,
|
|
@@ -2401,6 +2418,7 @@ export {
|
|
|
2401
2418
|
LuLaugh,
|
|
2402
2419
|
LuLayers,
|
|
2403
2420
|
LuLayers2,
|
|
2421
|
+
LuLayersPlus,
|
|
2404
2422
|
LuLayoutDashboard,
|
|
2405
2423
|
LuLayoutGrid,
|
|
2406
2424
|
LuLayoutList,
|
|
@@ -2410,13 +2428,15 @@ export {
|
|
|
2410
2428
|
LuLeaf,
|
|
2411
2429
|
LuLeafyGreen,
|
|
2412
2430
|
LuLectern,
|
|
2413
|
-
|
|
2431
|
+
LuLensConcave,
|
|
2432
|
+
LuLensConvex,
|
|
2414
2433
|
LuLibrary,
|
|
2415
2434
|
LuLibraryBig,
|
|
2416
2435
|
LuLifeBuoy,
|
|
2417
2436
|
LuLigature,
|
|
2418
2437
|
LuLightbulb,
|
|
2419
2438
|
LuLightbulbOff,
|
|
2439
|
+
LuLineDotRightHorizontal,
|
|
2420
2440
|
LuLineSquiggle,
|
|
2421
2441
|
LuLink,
|
|
2422
2442
|
LuLink2,
|
|
@@ -2425,10 +2445,14 @@ export {
|
|
|
2425
2445
|
LuList,
|
|
2426
2446
|
LuListCheck,
|
|
2427
2447
|
LuListChecks,
|
|
2448
|
+
LuListChevronsDownUp,
|
|
2449
|
+
LuListChevronsUpDown,
|
|
2428
2450
|
LuListCollapse,
|
|
2429
2451
|
LuListEnd,
|
|
2430
2452
|
LuListFilter,
|
|
2431
2453
|
LuListFilterPlus,
|
|
2454
|
+
LuListIndentDecrease,
|
|
2455
|
+
LuListIndentIncrease,
|
|
2432
2456
|
LuListMinus,
|
|
2433
2457
|
LuListMusic,
|
|
2434
2458
|
LuListOrdered,
|
|
@@ -2466,9 +2490,7 @@ export {
|
|
|
2466
2490
|
LuMailX,
|
|
2467
2491
|
LuMailbox,
|
|
2468
2492
|
LuMails,
|
|
2469
|
-
LuMap,
|
|
2470
2493
|
LuMapMinus,
|
|
2471
|
-
LuMapPin,
|
|
2472
2494
|
LuMapPinCheck,
|
|
2473
2495
|
LuMapPinCheckInside,
|
|
2474
2496
|
LuMapPinHouse,
|
|
@@ -2476,28 +2498,6 @@ export {
|
|
|
2476
2498
|
LuMapPinMinusInside,
|
|
2477
2499
|
LuMapPinOff,
|
|
2478
2500
|
LuMapPinPen,
|
|
2479
|
-
|
|
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
|
|
2501
|
+
LuMapPinPlusInside
|
|
2502
2502
|
};
|
|
2503
2503
|
//# sourceMappingURL=icons_2.js.map
|