@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_3.js
CHANGED
|
@@ -1,3 +1,103 @@
|
|
|
1
|
+
const LuMapPinPlus = {
|
|
2
|
+
name: "lu-map-pin-plus",
|
|
3
|
+
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" }]]
|
|
4
|
+
};
|
|
5
|
+
const LuMapPinXInside = {
|
|
6
|
+
name: "lu-map-pin-x-inside",
|
|
7
|
+
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" }]]
|
|
8
|
+
};
|
|
9
|
+
const LuMapPinX = {
|
|
10
|
+
name: "lu-map-pin-x",
|
|
11
|
+
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" }]]
|
|
12
|
+
};
|
|
13
|
+
const LuMapPin = {
|
|
14
|
+
name: "lu-map-pin",
|
|
15
|
+
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" }]]
|
|
16
|
+
};
|
|
17
|
+
const LuMapPinned = {
|
|
18
|
+
name: "lu-map-pinned",
|
|
19
|
+
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" }]]
|
|
20
|
+
};
|
|
21
|
+
const LuMapPlus = {
|
|
22
|
+
name: "lu-map-plus",
|
|
23
|
+
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" }]]
|
|
24
|
+
};
|
|
25
|
+
const LuMap = {
|
|
26
|
+
name: "lu-map",
|
|
27
|
+
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" }]]
|
|
28
|
+
};
|
|
29
|
+
const LuMarsStroke = {
|
|
30
|
+
name: "lu-mars-stroke",
|
|
31
|
+
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" }]]
|
|
32
|
+
};
|
|
33
|
+
const LuMars = {
|
|
34
|
+
name: "lu-mars",
|
|
35
|
+
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" }]]
|
|
36
|
+
};
|
|
37
|
+
const LuMartini = {
|
|
38
|
+
name: "lu-martini",
|
|
39
|
+
components: [["path", { "d": "M8 22h8 M12 11v11 M19 3 L12 11 L5 3 Z" }]]
|
|
40
|
+
};
|
|
41
|
+
const LuMaximize2 = {
|
|
42
|
+
name: "lu-maximize-2",
|
|
43
|
+
components: [["path", { "d": "M15 3h6v6 M21 3 L14 10 M3 21 L10 14 M9 21H3v-6" }]]
|
|
44
|
+
};
|
|
45
|
+
const LuMaximize = {
|
|
46
|
+
name: "lu-maximize",
|
|
47
|
+
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" }]]
|
|
48
|
+
};
|
|
49
|
+
const LuMedal = {
|
|
50
|
+
name: "lu-medal",
|
|
51
|
+
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" }]]
|
|
52
|
+
};
|
|
53
|
+
const LuMegaphoneOff = {
|
|
54
|
+
name: "lu-megaphone-off",
|
|
55
|
+
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" }]]
|
|
56
|
+
};
|
|
57
|
+
const LuMegaphone = {
|
|
58
|
+
name: "lu-megaphone",
|
|
59
|
+
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" }]]
|
|
60
|
+
};
|
|
61
|
+
const LuMeh = {
|
|
62
|
+
name: "lu-meh",
|
|
63
|
+
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" }]]
|
|
64
|
+
};
|
|
65
|
+
const LuMemoryStick = {
|
|
66
|
+
name: "lu-memory-stick",
|
|
67
|
+
components: [["path", { "d": "M12 12v-2 M12 18v-2 M16 12v-2 M16 18v-2 M2 11h1.5 M20 18v-2 M20.5 11H22 M4 18v-2 M8 12v-2 M8 18v-2 M4,6 h16 a2,2 0 0 1 2,2 v6 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-6 a2,2 0 0 1 2,-2 Z" }]]
|
|
68
|
+
};
|
|
69
|
+
const LuMenu = {
|
|
70
|
+
name: "lu-menu",
|
|
71
|
+
components: [["path", { "d": "M4 5h16 M4 12h16 M4 19h16" }]]
|
|
72
|
+
};
|
|
73
|
+
const LuMerge = {
|
|
74
|
+
name: "lu-merge",
|
|
75
|
+
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" }]]
|
|
76
|
+
};
|
|
77
|
+
const LuMessageCircleCheck = {
|
|
78
|
+
name: "lu-message-circle-check",
|
|
79
|
+
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 M9 12 L11 14 L15 10" }]]
|
|
80
|
+
};
|
|
81
|
+
const LuMessageCircleCode = {
|
|
82
|
+
name: "lu-message-circle-code",
|
|
83
|
+
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" }]]
|
|
84
|
+
};
|
|
85
|
+
const LuMessageCircleDashed = {
|
|
86
|
+
name: "lu-message-circle-dashed",
|
|
87
|
+
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" }]]
|
|
88
|
+
};
|
|
89
|
+
const LuMessageCircleHeart = {
|
|
90
|
+
name: "lu-message-circle-heart",
|
|
91
|
+
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" }]]
|
|
92
|
+
};
|
|
93
|
+
const LuMessageCircleMore = {
|
|
94
|
+
name: "lu-message-circle-more",
|
|
95
|
+
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" }]]
|
|
96
|
+
};
|
|
97
|
+
const LuMessageCircleOff = {
|
|
98
|
+
name: "lu-message-circle-off",
|
|
99
|
+
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" }]]
|
|
100
|
+
};
|
|
1
101
|
const LuMessageCirclePlus = {
|
|
2
102
|
name: "lu-message-circle-plus",
|
|
3
103
|
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 12h8 M12 8v8" }]]
|
|
@@ -22,13 +122,17 @@ const LuMessageCircle = {
|
|
|
22
122
|
name: "lu-message-circle",
|
|
23
123
|
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" }]]
|
|
24
124
|
};
|
|
125
|
+
const LuMessageSquareCheck = {
|
|
126
|
+
name: "lu-message-square-check",
|
|
127
|
+
components: [["path", { "d": "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z M9 11 L11 13 L15 9" }]]
|
|
128
|
+
};
|
|
25
129
|
const LuMessageSquareCode = {
|
|
26
130
|
name: "lu-message-square-code",
|
|
27
131
|
components: [["path", { "d": "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z M10 8 L7 11 L10 14 M14 14 L17 11 L14 8" }]]
|
|
28
132
|
};
|
|
29
133
|
const LuMessageSquareDashed = {
|
|
30
134
|
name: "lu-message-square-dashed",
|
|
31
|
-
components: [["path", { "d": "
|
|
135
|
+
components: [["path", { "d": "M14 3h2 M16 19h-2 M2 12v-2 M2 16v5.286a.71.71 0 0 0 1.212.502l1.149-1.149 M20 19a2 2 0 0 0 2-2v-1 M22 10v2 M22 6V5a2 2 0 0 0-2-2 M4 3a2 2 0 0 0-2 2v1 M8 19h2 M8 3h2" }]]
|
|
32
136
|
};
|
|
33
137
|
const LuMessageSquareDiff = {
|
|
34
138
|
name: "lu-message-square-diff",
|
|
@@ -60,7 +164,7 @@ const LuMessageSquarePlus = {
|
|
|
60
164
|
};
|
|
61
165
|
const LuMessageSquareQuote = {
|
|
62
166
|
name: "lu-message-square-quote",
|
|
63
|
-
components: [["path", { "d": "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z
|
|
167
|
+
components: [["path", { "d": "M14 14a2 2 0 0 0 2-2V8h-2 M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z M8 14a2 2 0 0 0 2-2V8H8" }]]
|
|
64
168
|
};
|
|
65
169
|
const LuMessageSquareReply = {
|
|
66
170
|
name: "lu-message-square-reply",
|
|
@@ -90,6 +194,10 @@ const LuMessagesSquare = {
|
|
|
90
194
|
name: "lu-messages-square",
|
|
91
195
|
components: [["path", { "d": "M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1" }]]
|
|
92
196
|
};
|
|
197
|
+
const LuMetronome = {
|
|
198
|
+
name: "lu-metronome",
|
|
199
|
+
components: [["path", { "d": "M12 11.4V9.1 M12 17 L18.59 10.41 M15.05 5.7 L14.83 5.01 A3 3 0 0 0 9.17 5.01 L4.42 19.7 A1 1 0 0 0 5.37 21 L18.62 21 A1 1 0 0 0 19.57 19.69 L18.45 16.2 M18,9 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
200
|
+
};
|
|
93
201
|
const LuMicOff = {
|
|
94
202
|
name: "lu-mic-off",
|
|
95
203
|
components: [["path", { "d": "M12 19v3 M15 9.34V5a3 3 0 0 0-5.68-1.33 M16.95 16.95A7 7 0 0 1 5 12v-2 M18.89 13.23A7 7 0 0 0 19 12v-2 M2 2 L22 22 M9 9v3a3 3 0 0 0 5.12 2.12" }]]
|
|
@@ -104,7 +212,7 @@ const LuMic = {
|
|
|
104
212
|
};
|
|
105
213
|
const LuMicrochip = {
|
|
106
214
|
name: "lu-microchip",
|
|
107
|
-
components: [["path", { "d": "
|
|
215
|
+
components: [["path", { "d": "M10 12h4 M10 17h4 M10 7h4 M18 12h2 M18 18h2 M18 6h2 M4 12h2 M4 18h2 M4 6h2 M8,2 h8 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-8 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z" }]]
|
|
108
216
|
};
|
|
109
217
|
const LuMicroscope = {
|
|
110
218
|
name: "lu-microscope",
|
|
@@ -138,10 +246,22 @@ const LuMinus = {
|
|
|
138
246
|
name: "lu-minus",
|
|
139
247
|
components: [["path", { "d": "M5 12h14" }]]
|
|
140
248
|
};
|
|
249
|
+
const LuMirrorRectangular = {
|
|
250
|
+
name: "lu-mirror-rectangular",
|
|
251
|
+
components: [["path", { "d": "M11 6 8 9 M16 7 L8 15 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" }]]
|
|
252
|
+
};
|
|
253
|
+
const LuMirrorRound = {
|
|
254
|
+
name: "lu-mirror-round",
|
|
255
|
+
components: [["path", { "d": "M10 6.6 8.6 8 M12 18v4 M15 7.5 9.5 13 M7 22h10 M4,10 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z" }]]
|
|
256
|
+
};
|
|
141
257
|
const LuMonitorCheck = {
|
|
142
258
|
name: "lu-monitor-check",
|
|
143
259
|
components: [["path", { "d": "m9 10 2 2 4-4 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M12 17v4 M8 21h8" }]]
|
|
144
260
|
};
|
|
261
|
+
const LuMonitorCloud = {
|
|
262
|
+
name: "lu-monitor-cloud",
|
|
263
|
+
components: [["path", { "d": "M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z M12 17v4 M8 21h8 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z" }]]
|
|
264
|
+
};
|
|
145
265
|
const LuMonitorCog = {
|
|
146
266
|
name: "lu-monitor-cog",
|
|
147
267
|
components: [["path", { "d": "M12 17v4 M14.3 7.53 L15.23 7.15 M15.23 4.85 L14.3 4.47 M16.85 3.23 L16.47 2.3 M16.85 8.77 L16.47 9.7 M19.15 3.23 L19.53 2.3 M19.53 9.7 L19.15 8.77 M20.77 4.85 L21.7 4.47 M20.77 7.15 L21.7 7.53 M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7 M8 21h8 M15,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
@@ -156,7 +276,7 @@ const LuMonitorDown = {
|
|
|
156
276
|
};
|
|
157
277
|
const LuMonitorOff = {
|
|
158
278
|
name: "lu-monitor-off",
|
|
159
|
-
components: [["path", { "d": "M17 17H4a2 2 0 0 1-2-
|
|
279
|
+
components: [["path", { "d": "M12 17v4 M17 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 1.184-1.826 M2 2 L22 22 M8 21h8 M8.656 3H20a2 2 0 0 1 2 2v10a2 2 0 0 1-.293 1.042" }]]
|
|
160
280
|
};
|
|
161
281
|
const LuMonitorPause = {
|
|
162
282
|
name: "lu-monitor-pause",
|
|
@@ -198,6 +318,10 @@ const LuMoon = {
|
|
|
198
318
|
name: "lu-moon",
|
|
199
319
|
components: [["path", { "d": "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" }]]
|
|
200
320
|
};
|
|
321
|
+
const LuMotorbike = {
|
|
322
|
+
name: "lu-motorbike",
|
|
323
|
+
components: [["path", { "d": "m18 14-1-3 M3 9 L9 11 A2 2 0 0 1 11 9 L13 9 A2 2 0 0 1 14.99 10.81 M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5 M16,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M2,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
324
|
+
};
|
|
201
325
|
const LuMountainSnow = {
|
|
202
326
|
name: "lu-mountain-snow",
|
|
203
327
|
components: [["path", { "d": "m8 3 4 8 5-5 5 15H2L8 3z M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19" }]]
|
|
@@ -206,10 +330,18 @@ const LuMountain = {
|
|
|
206
330
|
name: "lu-mountain",
|
|
207
331
|
components: [["path", { "d": "m8 3 4 8 5-5 5 15H2L8 3z" }]]
|
|
208
332
|
};
|
|
333
|
+
const LuMouseLeft = {
|
|
334
|
+
name: "lu-mouse-left",
|
|
335
|
+
components: [["path", { "d": "M12 7.318V10 M5 10v5a7 7 0 0 0 14 0V9c0-3.527-2.608-6.515-6-7 M5,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
336
|
+
};
|
|
209
337
|
const LuMouseOff = {
|
|
210
338
|
name: "lu-mouse-off",
|
|
211
339
|
components: [["path", { "d": "M12 6v.343 M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218 M19 13.343V9A7 7 0 0 0 8.56 2.902 M22 22 2 2" }]]
|
|
212
340
|
};
|
|
341
|
+
const LuMousePointer2Off = {
|
|
342
|
+
name: "lu-mouse-pointer-2-off",
|
|
343
|
+
components: [["path", { "d": "m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551 M22 2 2 22 M6.82 11.53 L4.04 4.69 A0.49 0.49 0 0 1 4.69 4.04 L11.53 6.82" }]]
|
|
344
|
+
};
|
|
213
345
|
const LuMousePointer2 = {
|
|
214
346
|
name: "lu-mouse-pointer-2",
|
|
215
347
|
components: [["path", { "d": "M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z" }]]
|
|
@@ -226,6 +358,10 @@ const LuMousePointer = {
|
|
|
226
358
|
name: "lu-mouse-pointer",
|
|
227
359
|
components: [["path", { "d": "M12.586 12.586 19 19 M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z" }]]
|
|
228
360
|
};
|
|
361
|
+
const LuMouseRight = {
|
|
362
|
+
name: "lu-mouse-right",
|
|
363
|
+
components: [["path", { "d": "M12 7.318V10 M19 10v5a7 7 0 0 1-14 0V9c0-3.527 2.608-6.515 6-7 M15,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
364
|
+
};
|
|
229
365
|
const LuMouse = {
|
|
230
366
|
name: "lu-mouse",
|
|
231
367
|
components: [["path", { "d": "M12,2 h0 a7,7 0 0 1 7,7 v6 a7,7 0 0 1 -7,7 h-0 a7,7 0 0 1 -7,-7 v-6 a7,7 0 0 1 7,-7 Z M12 6v4" }]]
|
|
@@ -408,11 +544,11 @@ const LuPackage2 = {
|
|
|
408
544
|
};
|
|
409
545
|
const LuPackageCheck = {
|
|
410
546
|
name: "lu-package-check",
|
|
411
|
-
components: [["path", { "d": "
|
|
547
|
+
components: [["path", { "d": "M12 22V12 M16 17 L18 19 L22 15 M21 11.127V8a2 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.729l7 4a2 2 0 0 0 2 .001l1.32-.753 M3.29 7 12 12l8.71-5 M7.5 4.27 L16.5 9.42" }]]
|
|
412
548
|
};
|
|
413
549
|
const LuPackageMinus = {
|
|
414
550
|
name: "lu-package-minus",
|
|
415
|
-
components: [["path", { "d": "M16
|
|
551
|
+
components: [["path", { "d": "M12 22V12 M16 17h6 M21 13V8a2 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.729l7 4a2 2 0 0 0 2 .001l1.675-.955 M3.29 7 12 12l8.71-5 M7.5 4.27 L16.5 9.42" }]]
|
|
416
552
|
};
|
|
417
553
|
const LuPackageOpen = {
|
|
418
554
|
name: "lu-package-open",
|
|
@@ -420,15 +556,15 @@ const LuPackageOpen = {
|
|
|
420
556
|
};
|
|
421
557
|
const LuPackagePlus = {
|
|
422
558
|
name: "lu-package-plus",
|
|
423
|
-
components: [["path", { "d": "M16
|
|
559
|
+
components: [["path", { "d": "M12 22V12 M16 17h6 M19 14v6 M21 10.535V8a2 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.729l7 4a2 2 0 0 0 2 .001l1.675-.955 M3.29 7 12 12l8.71-5 M7.5 4.27 L16.5 9.42" }]]
|
|
424
560
|
};
|
|
425
561
|
const LuPackageSearch = {
|
|
426
562
|
name: "lu-package-search",
|
|
427
|
-
components: [["path", { "d": "M21
|
|
563
|
+
components: [["path", { "d": "M12 22V12 M20.27 18.27 22 20 M21 10.498V8a2 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.729l7 4a2 2 0 0 0 2 .001l.98-.559 M3.29 7 12 12l8.71-5 M7.5 4.27 L16.5 9.42 M16,16.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z" }]]
|
|
428
564
|
};
|
|
429
565
|
const LuPackageX = {
|
|
430
566
|
name: "lu-package-x",
|
|
431
|
-
components: [["path", { "d": "M21
|
|
567
|
+
components: [["path", { "d": "M12 22V12 M16.5 14.5 L21.5 19.5 M16.5 19.5 L21.5 14.5 M21 10.5V8a2 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.729l7 4a2 2 0 0 0 2 .001l.13-.074 M3.29 7 12 12l8.71-5 M7.5 4.27 L16.5 9.42" }]]
|
|
432
568
|
};
|
|
433
569
|
const LuPackage = {
|
|
434
570
|
name: "lu-package",
|
|
@@ -436,7 +572,7 @@ const LuPackage = {
|
|
|
436
572
|
};
|
|
437
573
|
const LuPaintBucket = {
|
|
438
574
|
name: "lu-paint-bucket",
|
|
439
|
-
components: [["path", { "d": "
|
|
575
|
+
components: [["path", { "d": "M11 7 6 2 M18.992 12H2.041 M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595 M8.5 4.5 L10.65 2.35 A1.21 1.21 0 0 1 12.35 2.35 L19.65 9.65 A1.21 1.21 0 0 1 19.65 11.35 L12.06 18.94 A3.62 3.62 0 0 1 6.94 18.94 L3.06 15.06 A3.62 3.62 0 0 1 3.06 9.94 L5.67 7.33" }]]
|
|
440
576
|
};
|
|
441
577
|
const LuPaintRoller = {
|
|
442
578
|
name: "lu-paint-roller",
|
|
@@ -488,7 +624,7 @@ const LuPanelLeftOpen = {
|
|
|
488
624
|
};
|
|
489
625
|
const LuPanelLeftRightDashed = {
|
|
490
626
|
name: "lu-panel-left-right-dashed",
|
|
491
|
-
components: [["path", { "d": "
|
|
627
|
+
components: [["path", { "d": "M15 10V9 M15 15v-1 M15 21v-2 M15 5V3 M9 10V9 M9 15v-1 M9 21v-2 M9 5V3 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" }]]
|
|
492
628
|
};
|
|
493
629
|
const LuPanelLeft = {
|
|
494
630
|
name: "lu-panel-left",
|
|
@@ -512,7 +648,7 @@ const LuPanelRight = {
|
|
|
512
648
|
};
|
|
513
649
|
const LuPanelTopBottomDashed = {
|
|
514
650
|
name: "lu-panel-top-bottom-dashed",
|
|
515
|
-
components: [["path", { "d": "M14
|
|
651
|
+
components: [["path", { "d": "M14 15h1 M14 9h1 M19 15h2 M19 9h2 M3 15h2 M3 9h2 M9 15h1 M9 9h1 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" }]]
|
|
516
652
|
};
|
|
517
653
|
const LuPanelTopClose = {
|
|
518
654
|
name: "lu-panel-top-close",
|
|
@@ -732,7 +868,7 @@ const LuPlugZap = {
|
|
|
732
868
|
};
|
|
733
869
|
const LuPlug = {
|
|
734
870
|
name: "lu-plug",
|
|
735
|
-
components: [["path", { "d": "M12 22v-5
|
|
871
|
+
components: [["path", { "d": "M12 22v-5 M15 8V2 M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z M9 8V2" }]]
|
|
736
872
|
};
|
|
737
873
|
const LuPlus = {
|
|
738
874
|
name: "lu-plus",
|
|
@@ -786,6 +922,10 @@ const LuPrinterCheck = {
|
|
|
786
922
|
name: "lu-printer-check",
|
|
787
923
|
components: [["path", { "d": "M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5 M16 19 L18 21 L22 17 M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2 M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }]]
|
|
788
924
|
};
|
|
925
|
+
const LuPrinterX = {
|
|
926
|
+
name: "lu-printer-x",
|
|
927
|
+
components: [["path", { "d": "M12.531 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6.377 M16.5 16.5 L21.5 21.5 M16.5 21.5 L21.5 16.5 M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.5 M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }]]
|
|
928
|
+
};
|
|
789
929
|
const LuPrinter = {
|
|
790
930
|
name: "lu-printer",
|
|
791
931
|
components: [["path", { "d": "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2 M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6 M7,14 h10 a1,1 0 0 1 1,1 v6 a1,1 0 0 1 -1,1 h-10 a1,1 0 0 1 -1,-1 v-6 a1,1 0 0 1 1,-1 Z" }]]
|
|
@@ -864,43 +1004,43 @@ const LuRatio = {
|
|
|
864
1004
|
};
|
|
865
1005
|
const LuReceiptCent = {
|
|
866
1006
|
name: "lu-receipt-cent",
|
|
867
|
-
components: [["path", { "d": "
|
|
1007
|
+
components: [["path", { "d": "M12 7v10 M14.828 14.829a4 4 0 0 1-5.656 0 4 4 0 0 1 0-5.657 4 4 0 0 1 5.656 0 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" }]]
|
|
868
1008
|
};
|
|
869
1009
|
const LuReceiptEuro = {
|
|
870
1010
|
name: "lu-receipt-euro",
|
|
871
|
-
components: [["path", { "d": "
|
|
1011
|
+
components: [["path", { "d": "M15.828 14.829a4 4 0 0 1-5.656 0 4 4 0 0 1 0-5.657 4 4 0 0 1 5.656 0 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z M8 12h5" }]]
|
|
872
1012
|
};
|
|
873
1013
|
const LuReceiptIndianRupee = {
|
|
874
1014
|
name: "lu-receipt-indian-rupee",
|
|
875
|
-
components: [["path", { "d": "M4
|
|
1015
|
+
components: [["path", { "d": "M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z M8 11h8 M8 7h8 M9 7a4 4 0 0 1 0 8H8l3 2" }]]
|
|
876
1016
|
};
|
|
877
1017
|
const LuReceiptJapaneseYen = {
|
|
878
1018
|
name: "lu-receipt-japanese-yen",
|
|
879
|
-
components: [["path", { "d": "M4
|
|
1019
|
+
components: [["path", { "d": "m12 10 3-3 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z M9 11h6 M9 15h6 M9 7 L12 10 L12 17" }]]
|
|
880
1020
|
};
|
|
881
1021
|
const LuReceiptPoundSterling = {
|
|
882
1022
|
name: "lu-receipt-pound-sterling",
|
|
883
|
-
components: [["path", { "d": "M4
|
|
1023
|
+
components: [["path", { "d": "M10 17V9.5a1 1 0 0 1 5 0 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z M8 13h5 M8 17h7" }]]
|
|
884
1024
|
};
|
|
885
1025
|
const LuReceiptRussianRuble = {
|
|
886
1026
|
name: "lu-receipt-russian-ruble",
|
|
887
|
-
components: [["path", { "d": "M4
|
|
1027
|
+
components: [["path", { "d": "M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z M8 11h5a2 2 0 0 0 0-4h-3v10 M8 15h5" }]]
|
|
888
1028
|
};
|
|
889
1029
|
const LuReceiptSwissFranc = {
|
|
890
1030
|
name: "lu-receipt-swiss-franc",
|
|
891
|
-
components: [["path", { "d": "M4
|
|
1031
|
+
components: [["path", { "d": "M10 11h4 M10 17V7h5 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z M8 15h5" }]]
|
|
892
1032
|
};
|
|
893
1033
|
const LuReceiptText = {
|
|
894
1034
|
name: "lu-receipt-text",
|
|
895
|
-
components: [["path", { "d": "M4
|
|
1035
|
+
components: [["path", { "d": "M13 16H8 M14 8H8 M16 12H8 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" }]]
|
|
896
1036
|
};
|
|
897
1037
|
const LuReceiptTurkishLira = {
|
|
898
1038
|
name: "lu-receipt-turkish-lira",
|
|
899
|
-
components: [["path", { "d": "M10
|
|
1039
|
+
components: [["path", { "d": "M10 7v10a5 5 0 0 0 5-5 M14 8 L8 11 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" }]]
|
|
900
1040
|
};
|
|
901
1041
|
const LuReceipt = {
|
|
902
1042
|
name: "lu-receipt",
|
|
903
|
-
components: [["path", { "d": "
|
|
1043
|
+
components: [["path", { "d": "M12 17V7 M16 8h-6a2 2 0 0 0 0 4h4a2 2 0 0 1 0 4H8 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" }]]
|
|
904
1044
|
};
|
|
905
1045
|
const LuRectangleCircle = {
|
|
906
1046
|
name: "lu-rectangle-circle",
|
|
@@ -980,11 +1120,11 @@ const LuRepeat = {
|
|
|
980
1120
|
};
|
|
981
1121
|
const LuReplaceAll = {
|
|
982
1122
|
name: "lu-replace-all",
|
|
983
|
-
components: [["path", { "d": "M14
|
|
1123
|
+
components: [["path", { "d": "M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1 M14 4a1 1 0 0 1 1-1 M15 10a1 1 0 0 1-1-1 M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1 M21 4a1 1 0 0 0-1-1 M21 9a1 1 0 0 1-1 1 M3 7 L6 10 L9 7 M6 10V5a2 2 0 0 1 2-2h2 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" }]]
|
|
984
1124
|
};
|
|
985
1125
|
const LuReplace = {
|
|
986
1126
|
name: "lu-replace",
|
|
987
|
-
components: [["path", { "d": "M14
|
|
1127
|
+
components: [["path", { "d": "M14 4a1 1 0 0 1 1-1 M15 10a1 1 0 0 1-1-1 M21 4a1 1 0 0 0-1-1 M21 9a1 1 0 0 1-1 1 M3 7 L6 10 L9 7 M6 10V5a2 2 0 0 1 2-2h2 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" }]]
|
|
988
1128
|
};
|
|
989
1129
|
const LuReplyAll = {
|
|
990
1130
|
name: "lu-reply-all",
|
|
@@ -1004,11 +1144,11 @@ const LuRibbon = {
|
|
|
1004
1144
|
};
|
|
1005
1145
|
const LuRocket = {
|
|
1006
1146
|
name: "lu-rocket",
|
|
1007
|
-
components: [["path", { "d": "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.
|
|
1147
|
+
components: [["path", { "d": "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5 M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09 M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05" }]]
|
|
1008
1148
|
};
|
|
1009
1149
|
const LuRockingChair = {
|
|
1010
1150
|
name: "lu-rocking-chair",
|
|
1011
|
-
components: [["path", { "d": "
|
|
1151
|
+
components: [["path", { "d": "m15 13 3.708 7.416 M3 19a15 15 0 0 0 18 0 M3 2 L6.21 11.63 A2 2 0 0 0 8.11 13 L18 13 M9 13 L5.29 20.42" }]]
|
|
1012
1152
|
};
|
|
1013
1153
|
const LuRollerCoaster = {
|
|
1014
1154
|
name: "lu-roller-coaster",
|
|
@@ -1024,7 +1164,7 @@ const LuRotate3d = {
|
|
|
1024
1164
|
};
|
|
1025
1165
|
const LuRotateCcwKey = {
|
|
1026
1166
|
name: "lu-rotate-ccw-key",
|
|
1027
|
-
components: [["path", { "d": "
|
|
1167
|
+
components: [["path", { "d": "M12 7v6 M12 9h2 M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8 M3 3v5h5 M10,15 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1028
1168
|
};
|
|
1029
1169
|
const LuRotateCcwSquare = {
|
|
1030
1170
|
name: "lu-rotate-ccw-square",
|
|
@@ -1072,7 +1212,7 @@ const LuRss = {
|
|
|
1072
1212
|
};
|
|
1073
1213
|
const LuRulerDimensionLine = {
|
|
1074
1214
|
name: "lu-ruler-dimension-line",
|
|
1075
|
-
components: [["path", { "d": "
|
|
1215
|
+
components: [["path", { "d": "M10 15v-3 M14 15v-3 M18 15v-3 M2 8V4 M22 6H2 M22 8V4 M6 15v-3 M4,12 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" }]]
|
|
1076
1216
|
};
|
|
1077
1217
|
const LuRuler = {
|
|
1078
1218
|
name: "lu-ruler",
|
|
@@ -1124,7 +1264,7 @@ const LuScale3d = {
|
|
|
1124
1264
|
};
|
|
1125
1265
|
const LuScale = {
|
|
1126
1266
|
name: "lu-scale",
|
|
1127
|
-
components: [["path", { "d": "
|
|
1267
|
+
components: [["path", { "d": "M12 3v18 M19 8 L22 16 A5 5 0 0 1 16 16 ZL19 7 M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1 M5 8 L8 16 A5 5 0 0 1 2 16 ZL5 7 M7 21h10" }]]
|
|
1128
1268
|
};
|
|
1129
1269
|
const LuScaling = {
|
|
1130
1270
|
name: "lu-scaling",
|
|
@@ -1178,6 +1318,10 @@ const LuScissors = {
|
|
|
1178
1318
|
name: "lu-scissors",
|
|
1179
1319
|
components: [["path", { "d": "M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M8.12 8.12 12 12 M20 4 8.12 15.88 M3,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M14.8 14.8 20 20" }]]
|
|
1180
1320
|
};
|
|
1321
|
+
const LuScooter = {
|
|
1322
|
+
name: "lu-scooter",
|
|
1323
|
+
components: [["path", { "d": "M21 4h-3.5l2 11.05 M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009 M17,17.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M2,17.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z" }]]
|
|
1324
|
+
};
|
|
1181
1325
|
const LuScreenShareOff = {
|
|
1182
1326
|
name: "lu-screen-share-off",
|
|
1183
1327
|
components: [["path", { "d": "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3 M8 21h8 M12 17v4 M22 3 L17 8 M17 3 L22 8" }]]
|
|
@@ -1194,6 +1338,10 @@ const LuScroll = {
|
|
|
1194
1338
|
name: "lu-scroll",
|
|
1195
1339
|
components: [["path", { "d": "M19 17V5a2 2 0 0 0-2-2H4 M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" }]]
|
|
1196
1340
|
};
|
|
1341
|
+
const LuSearchAlert = {
|
|
1342
|
+
name: "lu-search-alert",
|
|
1343
|
+
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 7v4 M11 15h.01" }]]
|
|
1344
|
+
};
|
|
1197
1345
|
const LuSearchCheck = {
|
|
1198
1346
|
name: "lu-search-check",
|
|
1199
1347
|
components: [["path", { "d": "m8 11 2 2 4-4 M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.7 16.7" }]]
|
|
@@ -1282,6 +1430,10 @@ const LuShell = {
|
|
|
1282
1430
|
name: "lu-shell",
|
|
1283
1431
|
components: [["path", { "d": "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" }]]
|
|
1284
1432
|
};
|
|
1433
|
+
const LuShelvingUnit = {
|
|
1434
|
+
name: "lu-shelving-unit",
|
|
1435
|
+
components: [["path", { "d": "M12 12V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3 M16 20v-3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3 M20 22V2 M4 12h16 M4 20h16 M4 2v20 M4 4h16" }]]
|
|
1436
|
+
};
|
|
1285
1437
|
const LuShieldAlert = {
|
|
1286
1438
|
name: "lu-shield-alert",
|
|
1287
1439
|
components: [["path", { "d": "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z M12 8v4 M12 16h.01" }]]
|
|
@@ -1364,7 +1516,7 @@ const LuShowerHead = {
|
|
|
1364
1516
|
};
|
|
1365
1517
|
const LuShredder = {
|
|
1366
1518
|
name: "lu-shredder",
|
|
1367
|
-
components: [["path", { "d": "
|
|
1519
|
+
components: [["path", { "d": "M4 13V4a2 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 M10 22v-5 M14 19v-2 M18 20v-3 M2 13h20 M6 20v-3" }]]
|
|
1368
1520
|
};
|
|
1369
1521
|
const LuShrimp = {
|
|
1370
1522
|
name: "lu-shrimp",
|
|
@@ -1448,11 +1600,11 @@ const LuSlice = {
|
|
|
1448
1600
|
};
|
|
1449
1601
|
const LuSlidersHorizontal = {
|
|
1450
1602
|
name: "lu-sliders-horizontal",
|
|
1451
|
-
components: [["path", { "d": "
|
|
1603
|
+
components: [["path", { "d": "M10 5H3 M12 19H3 M14 3v4 M16 17v4 M21 12h-9 M21 19h-5 M21 5h-7 M8 10v4 M8 12H3" }]]
|
|
1452
1604
|
};
|
|
1453
1605
|
const LuSlidersVertical = {
|
|
1454
1606
|
name: "lu-sliders-vertical",
|
|
1455
|
-
components: [["path", { "d": "
|
|
1607
|
+
components: [["path", { "d": "M10 8h4 M12 21v-9 M12 8V3 M17 16h4 M19 12V3 M19 21v-5 M3 14h4 M5 10V3 M5 21v-7" }]]
|
|
1456
1608
|
};
|
|
1457
1609
|
const LuSmartphoneCharging = {
|
|
1458
1610
|
name: "lu-smartphone-charging",
|
|
@@ -1490,6 +1642,10 @@ const LuSofa = {
|
|
|
1490
1642
|
name: "lu-sofa",
|
|
1491
1643
|
components: [["path", { "d": "M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3 M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z M4 18v2 M20 18v2 M12 4v9" }]]
|
|
1492
1644
|
};
|
|
1645
|
+
const LuSolarPanel = {
|
|
1646
|
+
name: "lu-solar-panel",
|
|
1647
|
+
components: [["path", { "d": "M11 2h2 M14.28 14 L9.72 22 M21 22 L19.44 18 L4.56 18 M3 10v2 M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z M7 2a4 4 0 0 1-4 4 M8.66 7.66 L10.07 9.07" }]]
|
|
1648
|
+
};
|
|
1493
1649
|
const LuSoup = {
|
|
1494
1650
|
name: "lu-soup",
|
|
1495
1651
|
components: [["path", { "d": "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z M7 21h10 M19.5 12 22 6 M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62 M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62 M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62" }]]
|
|
@@ -1590,6 +1746,14 @@ const LuSquareArrowOutUpRight = {
|
|
|
1590
1746
|
name: "lu-square-arrow-out-up-right",
|
|
1591
1747
|
components: [["path", { "d": "M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6 M21 3 L12 12 M15 3h6v6" }]]
|
|
1592
1748
|
};
|
|
1749
|
+
const LuSquareArrowRightEnter = {
|
|
1750
|
+
name: "lu-square-arrow-right-enter",
|
|
1751
|
+
components: [["path", { "d": "m10 16 4-4-4-4 M3 12h11 M3 8V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3" }]]
|
|
1752
|
+
};
|
|
1753
|
+
const LuSquareArrowRightExit = {
|
|
1754
|
+
name: "lu-square-arrow-right-exit",
|
|
1755
|
+
components: [["path", { "d": "M10 12h11 M17 16 L21 12 L17 8 M21 6.344V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.344" }]]
|
|
1756
|
+
};
|
|
1593
1757
|
const LuSquareArrowRight = {
|
|
1594
1758
|
name: "lu-square-arrow-right",
|
|
1595
1759
|
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 M8 12h8 M12 16 L16 12 L12 8" }]]
|
|
@@ -1612,7 +1776,15 @@ const LuSquareAsterisk = {
|
|
|
1612
1776
|
};
|
|
1613
1777
|
const LuSquareBottomDashedScissors = {
|
|
1614
1778
|
name: "lu-square-bottom-dashed-scissors",
|
|
1615
|
-
components: [["path", { "d": "
|
|
1779
|
+
components: [["path", { "d": "M5 3 L19 3 M3 5 L3 19 M21 5 L21 19 M9 21 L10 21 M14 21 L15 21 M 3 5 A2 2 0 0 1 5 3 M 19 3 A2 2 0 0 1 21 5 M 5 21 A2 2 0 0 1 3 19 M 21 19 A2 2 0 0 1 19 21 M7,8.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 9.56066 L12 12 M17 17 L14.82 14.82 M7,15.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 14.43934 L17 7" }]]
|
|
1780
|
+
};
|
|
1781
|
+
const LuSquareCenterlineDashedHorizontal = {
|
|
1782
|
+
name: "lu-square-centerline-dashed-horizontal",
|
|
1783
|
+
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" }]]
|
|
1784
|
+
};
|
|
1785
|
+
const LuSquareCenterlineDashedVertical = {
|
|
1786
|
+
name: "lu-square-centerline-dashed-vertical",
|
|
1787
|
+
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" }]]
|
|
1616
1788
|
};
|
|
1617
1789
|
const LuSquareChartGantt = {
|
|
1618
1790
|
name: "lu-square-chart-gantt",
|
|
@@ -1696,7 +1868,7 @@ const LuSquareLibrary = {
|
|
|
1696
1868
|
};
|
|
1697
1869
|
const LuSquareM = {
|
|
1698
1870
|
name: "lu-square-m",
|
|
1699
|
-
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
|
|
1871
|
+
components: [["path", { "d": "M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16 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" }]]
|
|
1700
1872
|
};
|
|
1701
1873
|
const LuSquareMenu = {
|
|
1702
1874
|
name: "lu-square-menu",
|
|
@@ -1760,7 +1932,7 @@ const LuSquareRoundCorner = {
|
|
|
1760
1932
|
};
|
|
1761
1933
|
const LuSquareScissors = {
|
|
1762
1934
|
name: "lu-square-scissors",
|
|
1763
|
-
components: [["path", { "d": "
|
|
1935
|
+
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,8.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 9.56066 L12 12 M17 17 L14.82 14.82 M7,15.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 14.43934 L17 7" }]]
|
|
1764
1936
|
};
|
|
1765
1937
|
const LuSquareSigma = {
|
|
1766
1938
|
name: "lu-square-sigma",
|
|
@@ -1826,186 +1998,40 @@ const LuSquaresSubtract = {
|
|
|
1826
1998
|
name: "lu-squares-subtract",
|
|
1827
1999
|
components: [["path", { "d": "M10 22a2 2 0 0 1-2-2 M16 22h-2 M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z M20 8a2 2 0 0 1 2 2 M22 14v2 M22 20a2 2 0 0 1-2 2" }]]
|
|
1828
2000
|
};
|
|
1829
|
-
const LuSquaresUnite = {
|
|
1830
|
-
name: "lu-squares-unite",
|
|
1831
|
-
components: [["path", { "d": "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z" }]]
|
|
1832
|
-
};
|
|
1833
|
-
const LuSquircleDashed = {
|
|
1834
|
-
name: "lu-squircle-dashed",
|
|
1835
|
-
components: [["path", { "d": "M13.77 3.043a34 34 0 0 0-3.54 0 M13.771 20.956a33 33 0 0 1-3.541.001 M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44 M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438 M20.957 10.23a33 33 0 0 1 0 3.54 M3.043 10.23a34 34 0 0 0 .001 3.541 M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438 M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44" }]]
|
|
1836
|
-
};
|
|
1837
|
-
const LuSquircle = {
|
|
1838
|
-
name: "lu-squircle",
|
|
1839
|
-
components: [["path", { "d": "M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9" }]]
|
|
1840
|
-
};
|
|
1841
|
-
const LuSquirrel = {
|
|
1842
|
-
name: "lu-squirrel",
|
|
1843
|
-
components: [["path", { "d": "M15.236 22a3 3 0 0 0-2.2-5 M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4 M18 13h.01 M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10" }]]
|
|
1844
|
-
};
|
|
1845
|
-
const LuStamp = {
|
|
1846
|
-
name: "lu-stamp",
|
|
1847
|
-
components: [["path", { "d": "M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13 M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z M5 22h14" }]]
|
|
1848
|
-
};
|
|
1849
|
-
const LuStarHalf = {
|
|
1850
|
-
name: "lu-star-half",
|
|
1851
|
-
components: [["path", { "d": "M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2" }]]
|
|
1852
|
-
};
|
|
1853
|
-
const LuStarOff = {
|
|
1854
|
-
name: "lu-star-off",
|
|
1855
|
-
components: [["path", { "d": "M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43 M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91 M2 2 L22 22" }]]
|
|
1856
|
-
};
|
|
1857
|
-
const LuStar = {
|
|
1858
|
-
name: "lu-star",
|
|
1859
|
-
components: [["path", { "d": "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" }]]
|
|
1860
|
-
};
|
|
1861
|
-
const LuStepBack = {
|
|
1862
|
-
name: "lu-step-back",
|
|
1863
|
-
components: [["path", { "d": "M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z M21 20V4" }]]
|
|
1864
|
-
};
|
|
1865
|
-
const LuStepForward = {
|
|
1866
|
-
name: "lu-step-forward",
|
|
1867
|
-
components: [["path", { "d": "M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z M3 4v16" }]]
|
|
1868
|
-
};
|
|
1869
|
-
const LuStethoscope = {
|
|
1870
|
-
name: "lu-stethoscope",
|
|
1871
|
-
components: [["path", { "d": "M11 2v2 M5 2v2 M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1 M8 15a6 6 0 0 0 12 0v-3 M18,10 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1872
|
-
};
|
|
1873
|
-
const LuSticker = {
|
|
1874
|
-
name: "lu-sticker",
|
|
1875
|
-
components: [["path", { "d": "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z M14 3v4a2 2 0 0 0 2 2h4 M8 13h.01 M16 13h.01 M10 16s.8 1 2 1c1.3 0 2-1 2-1" }]]
|
|
1876
|
-
};
|
|
1877
|
-
const LuStickyNote = {
|
|
1878
|
-
name: "lu-sticky-note",
|
|
1879
|
-
components: [["path", { "d": "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z M15 3v4a2 2 0 0 0 2 2h4" }]]
|
|
1880
|
-
};
|
|
1881
|
-
const LuStore = {
|
|
1882
|
-
name: "lu-store",
|
|
1883
|
-
components: [["path", { "d": "M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5 M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244 M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05" }]]
|
|
1884
|
-
};
|
|
1885
|
-
const LuStretchHorizontal = {
|
|
1886
|
-
name: "lu-stretch-horizontal",
|
|
1887
|
-
components: [["path", { "d": "M4,4 h16 a2,2 0 0 1 2,2 v2 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-2 a2,2 0 0 1 2,-2 Z M4,14 h16 a2,2 0 0 1 2,2 v2 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-2 a2,2 0 0 1 2,-2 Z" }]]
|
|
1888
|
-
};
|
|
1889
|
-
const LuStretchVertical = {
|
|
1890
|
-
name: "lu-stretch-vertical",
|
|
1891
|
-
components: [["path", { "d": "M6,2 h2 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z M16,2 h2 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z" }]]
|
|
1892
|
-
};
|
|
1893
|
-
const LuStrikethrough = {
|
|
1894
|
-
name: "lu-strikethrough",
|
|
1895
|
-
components: [["path", { "d": "M16 4H9a3 3 0 0 0-2.83 4 M14 12a4 4 0 0 1 0 8H6 M4 12 L20 12" }]]
|
|
1896
|
-
};
|
|
1897
|
-
const LuSubscript = {
|
|
1898
|
-
name: "lu-subscript",
|
|
1899
|
-
components: [["path", { "d": "m4 5 8 8 M12 5 L4 13 M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07" }]]
|
|
1900
|
-
};
|
|
1901
|
-
const LuSunDim = {
|
|
1902
|
-
name: "lu-sun-dim",
|
|
1903
|
-
components: [["path", { "d": "M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M12 4h.01 M20 12h.01 M12 20h.01 M4 12h.01 M17.657 6.343h.01 M17.657 17.657h.01 M6.343 17.657h.01 M6.343 6.343h.01" }]]
|
|
1904
|
-
};
|
|
1905
|
-
const LuSunMedium = {
|
|
1906
|
-
name: "lu-sun-medium",
|
|
1907
|
-
components: [["path", { "d": "M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M12 3v1 M12 20v1 M3 12h1 M20 12h1 M18.36 5.64 L17.66 6.34 M6.34 17.66 L5.64 18.36 M5.64 5.64 L6.34 6.34 M17.66 17.66 L18.36 18.36" }]]
|
|
1908
|
-
};
|
|
1909
|
-
const LuSunMoon = {
|
|
1910
|
-
name: "lu-sun-moon",
|
|
1911
|
-
components: [["path", { "d": "M12 2v2 M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715 M16 12a4 4 0 0 0-4-4 M19 5 L17.74 6.26 M20 12h2" }]]
|
|
1912
|
-
};
|
|
1913
|
-
const LuSunSnow = {
|
|
1914
|
-
name: "lu-sun-snow",
|
|
1915
|
-
components: [["path", { "d": "M10 21v-1 M10 4V3 M10 9a3 3 0 0 0 0 6 M14 20 L15.25 17.5 L18 18 M14 4 L15.25 6.5 L18 6 M17 21 L14 15 L15.5 12 L22 12 M17 3 L14 9 L15.5 12 M2 12h1 M20 10 L18.5 12 L20 14 M3.64 18.36 L4.34 17.66 M4.34 6.34 L3.64 5.64" }]]
|
|
1916
|
-
};
|
|
1917
|
-
const LuSun = {
|
|
1918
|
-
name: "lu-sun",
|
|
1919
|
-
components: [["path", { "d": "M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M12 2v2 M12 20v2 M4.93 4.93 L6.34 6.34 M17.66 17.66 L19.07 19.07 M2 12h2 M20 12h2 M6.34 17.66 L4.93 19.07 M19.07 4.93 L17.66 6.34" }]]
|
|
1920
|
-
};
|
|
1921
|
-
const LuSunrise = {
|
|
1922
|
-
name: "lu-sunrise",
|
|
1923
|
-
components: [["path", { "d": "M12 2v8 M4.93 10.93 L6.34 12.34 M2 18h2 M20 18h2 M19.07 10.93 L17.66 12.34 M22 22H2 M8 6 L12 2 L16 6 M16 18a4 4 0 0 0-8 0" }]]
|
|
1924
|
-
};
|
|
1925
|
-
const LuSunset = {
|
|
1926
|
-
name: "lu-sunset",
|
|
1927
|
-
components: [["path", { "d": "M12 10V2 M4.93 10.93 L6.34 12.34 M2 18h2 M20 18h2 M19.07 10.93 L17.66 12.34 M22 22H2 M16 6 L12 10 L8 6 M16 18a4 4 0 0 0-8 0" }]]
|
|
1928
|
-
};
|
|
1929
|
-
const LuSuperscript = {
|
|
1930
|
-
name: "lu-superscript",
|
|
1931
|
-
components: [["path", { "d": "m4 19 8-8 M12 19 L4 11 M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" }]]
|
|
1932
|
-
};
|
|
1933
|
-
const LuSwatchBook = {
|
|
1934
|
-
name: "lu-swatch-book",
|
|
1935
|
-
components: [["path", { "d": "M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7 M 7 17h.01 M11 8 L13.3 5.7 A2.4 2.4 0 0 1 16.7 5.7 L18.6 7.6 A2.4 2.4 0 0 1 18.63 11.03 L9.9 19.8" }]]
|
|
1936
|
-
};
|
|
1937
|
-
const LuSwissFranc = {
|
|
1938
|
-
name: "lu-swiss-franc",
|
|
1939
|
-
components: [["path", { "d": "M10 21V3h8 M6 16h9 M10 9.5h7" }]]
|
|
1940
|
-
};
|
|
1941
|
-
const LuSwitchCamera = {
|
|
1942
|
-
name: "lu-switch-camera",
|
|
1943
|
-
components: [["path", { "d": "M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5 M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5 M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M18 22 L15 19 L18 16 M6 2 L9 5 L6 8" }]]
|
|
1944
|
-
};
|
|
1945
|
-
const LuSword = {
|
|
1946
|
-
name: "lu-sword",
|
|
1947
|
-
components: [["path", { "d": "M14.5 17.5 L3 6 L3 3 L6 3 L17.5 14.5 M13 19 L19 13 M16 16 L20 20 M19 21 L21 19" }]]
|
|
1948
|
-
};
|
|
1949
|
-
const LuSwords = {
|
|
1950
|
-
name: "lu-swords",
|
|
1951
|
-
components: [["path", { "d": "M14.5 17.5 L3 6 L3 3 L6 3 L17.5 14.5 M13 19 L19 13 M16 16 L20 20 M19 21 L21 19 M14.5 6.5 L18 3 L21 3 L21 6 L17.5 9.5 M5 14 L9 18 M7 17 L4 20 M3 19 L5 21" }]]
|
|
1952
|
-
};
|
|
1953
|
-
const LuSyringe = {
|
|
1954
|
-
name: "lu-syringe",
|
|
1955
|
-
components: [["path", { "d": "m18 2 4 4 M17 7 L20 4 M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5 M9 11 L13 15 M5 19 L2 22 M14 4 L20 10" }]]
|
|
1956
|
-
};
|
|
1957
|
-
const LuTable2 = {
|
|
1958
|
-
name: "lu-table-2",
|
|
1959
|
-
components: [["path", { "d": "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" }]]
|
|
1960
|
-
};
|
|
1961
|
-
const LuTableCellsMerge = {
|
|
1962
|
-
name: "lu-table-cells-merge",
|
|
1963
|
-
components: [["path", { "d": "M12 21v-6 M12 9V3 M3 15h18 M3 9h18 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" }]]
|
|
1964
|
-
};
|
|
1965
|
-
const LuTableCellsSplit = {
|
|
1966
|
-
name: "lu-table-cells-split",
|
|
1967
|
-
components: [["path", { "d": "M12 15V9 M3 15h18 M3 9h18 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" }]]
|
|
1968
|
-
};
|
|
1969
|
-
const LuTableColumnsSplit = {
|
|
1970
|
-
name: "lu-table-columns-split",
|
|
1971
|
-
components: [["path", { "d": "M14 14v2 M14 20v2 M14 2v2 M14 8v2 M2 15h8 M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2 M2 9h8 M22 15h-4 M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2 M22 9h-4 M5 3v18" }]]
|
|
1972
|
-
};
|
|
1973
|
-
const LuTableOfContents = {
|
|
1974
|
-
name: "lu-table-of-contents",
|
|
1975
|
-
components: [["path", { "d": "M16 12H3 M16 18H3 M16 6H3 M21 12h.01 M21 18h.01 M21 6h.01" }]]
|
|
1976
|
-
};
|
|
1977
|
-
const LuTableProperties = {
|
|
1978
|
-
name: "lu-table-properties",
|
|
1979
|
-
components: [["path", { "d": "M15 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 M21 9H3 M21 15H3" }]]
|
|
1980
|
-
};
|
|
1981
|
-
const LuTableRowsSplit = {
|
|
1982
|
-
name: "lu-table-rows-split",
|
|
1983
|
-
components: [["path", { "d": "M14 10h2 M15 22v-8 M15 2v4 M2 10h2 M20 10h2 M3 19h18 M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6 M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2 M8 10h2 M9 22v-8 M9 2v4" }]]
|
|
1984
|
-
};
|
|
1985
|
-
const LuTable = {
|
|
1986
|
-
name: "lu-table",
|
|
1987
|
-
components: [["path", { "d": "M12 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 M3 9h18 M3 15h18" }]]
|
|
1988
|
-
};
|
|
1989
|
-
const LuTabletSmartphone = {
|
|
1990
|
-
name: "lu-tablet-smartphone",
|
|
1991
|
-
components: [["path", { "d": "M5,8 h6 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-6 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4 M8 18h.01" }]]
|
|
1992
|
-
};
|
|
1993
|
-
const LuTablet = {
|
|
1994
|
-
name: "lu-tablet",
|
|
1995
|
-
components: [["path", { "d": "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 M12 18 L12.01 18" }]]
|
|
1996
|
-
};
|
|
1997
|
-
const LuTablets = {
|
|
1998
|
-
name: "lu-tablets",
|
|
1999
|
-
components: [["path", { "d": "M2,7 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12,17 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12 17h10 M3.46 10.54 L10.54 3.46" }]]
|
|
2000
|
-
};
|
|
2001
2001
|
export {
|
|
2002
|
+
LuMap,
|
|
2003
|
+
LuMapPin,
|
|
2004
|
+
LuMapPinPlus,
|
|
2005
|
+
LuMapPinX,
|
|
2006
|
+
LuMapPinXInside,
|
|
2007
|
+
LuMapPinned,
|
|
2008
|
+
LuMapPlus,
|
|
2009
|
+
LuMars,
|
|
2010
|
+
LuMarsStroke,
|
|
2011
|
+
LuMartini,
|
|
2012
|
+
LuMaximize,
|
|
2013
|
+
LuMaximize2,
|
|
2014
|
+
LuMedal,
|
|
2015
|
+
LuMegaphone,
|
|
2016
|
+
LuMegaphoneOff,
|
|
2017
|
+
LuMeh,
|
|
2018
|
+
LuMemoryStick,
|
|
2019
|
+
LuMenu,
|
|
2020
|
+
LuMerge,
|
|
2002
2021
|
LuMessageCircle,
|
|
2022
|
+
LuMessageCircleCheck,
|
|
2023
|
+
LuMessageCircleCode,
|
|
2024
|
+
LuMessageCircleDashed,
|
|
2025
|
+
LuMessageCircleHeart,
|
|
2026
|
+
LuMessageCircleMore,
|
|
2027
|
+
LuMessageCircleOff,
|
|
2003
2028
|
LuMessageCirclePlus,
|
|
2004
2029
|
LuMessageCircleQuestionMark,
|
|
2005
2030
|
LuMessageCircleReply,
|
|
2006
2031
|
LuMessageCircleWarning,
|
|
2007
2032
|
LuMessageCircleX,
|
|
2008
2033
|
LuMessageSquare,
|
|
2034
|
+
LuMessageSquareCheck,
|
|
2009
2035
|
LuMessageSquareCode,
|
|
2010
2036
|
LuMessageSquareDashed,
|
|
2011
2037
|
LuMessageSquareDiff,
|
|
@@ -2022,6 +2048,7 @@ export {
|
|
|
2022
2048
|
LuMessageSquareWarning,
|
|
2023
2049
|
LuMessageSquareX,
|
|
2024
2050
|
LuMessagesSquare,
|
|
2051
|
+
LuMetronome,
|
|
2025
2052
|
LuMic,
|
|
2026
2053
|
LuMicOff,
|
|
2027
2054
|
LuMicVocal,
|
|
@@ -2034,8 +2061,11 @@ export {
|
|
|
2034
2061
|
LuMinimize,
|
|
2035
2062
|
LuMinimize2,
|
|
2036
2063
|
LuMinus,
|
|
2064
|
+
LuMirrorRectangular,
|
|
2065
|
+
LuMirrorRound,
|
|
2037
2066
|
LuMonitor,
|
|
2038
2067
|
LuMonitorCheck,
|
|
2068
|
+
LuMonitorCloud,
|
|
2039
2069
|
LuMonitorCog,
|
|
2040
2070
|
LuMonitorDot,
|
|
2041
2071
|
LuMonitorDown,
|
|
@@ -2049,14 +2079,18 @@ export {
|
|
|
2049
2079
|
LuMonitorX,
|
|
2050
2080
|
LuMoon,
|
|
2051
2081
|
LuMoonStar,
|
|
2082
|
+
LuMotorbike,
|
|
2052
2083
|
LuMountain,
|
|
2053
2084
|
LuMountainSnow,
|
|
2054
2085
|
LuMouse,
|
|
2086
|
+
LuMouseLeft,
|
|
2055
2087
|
LuMouseOff,
|
|
2056
2088
|
LuMousePointer,
|
|
2057
2089
|
LuMousePointer2,
|
|
2090
|
+
LuMousePointer2Off,
|
|
2058
2091
|
LuMousePointerBan,
|
|
2059
2092
|
LuMousePointerClick,
|
|
2093
|
+
LuMouseRight,
|
|
2060
2094
|
LuMove,
|
|
2061
2095
|
LuMove3d,
|
|
2062
2096
|
LuMoveDiagonal,
|
|
@@ -2197,6 +2231,7 @@ export {
|
|
|
2197
2231
|
LuPresentation,
|
|
2198
2232
|
LuPrinter,
|
|
2199
2233
|
LuPrinterCheck,
|
|
2234
|
+
LuPrinterX,
|
|
2200
2235
|
LuProjector,
|
|
2201
2236
|
LuProportions,
|
|
2202
2237
|
LuPuzzle,
|
|
@@ -2294,11 +2329,13 @@ export {
|
|
|
2294
2329
|
LuSchool,
|
|
2295
2330
|
LuScissors,
|
|
2296
2331
|
LuScissorsLineDashed,
|
|
2332
|
+
LuScooter,
|
|
2297
2333
|
LuScreenShare,
|
|
2298
2334
|
LuScreenShareOff,
|
|
2299
2335
|
LuScroll,
|
|
2300
2336
|
LuScrollText,
|
|
2301
2337
|
LuSearch,
|
|
2338
|
+
LuSearchAlert,
|
|
2302
2339
|
LuSearchCheck,
|
|
2303
2340
|
LuSearchCode,
|
|
2304
2341
|
LuSearchSlash,
|
|
@@ -2320,6 +2357,7 @@ export {
|
|
|
2320
2357
|
LuShare2,
|
|
2321
2358
|
LuSheet,
|
|
2322
2359
|
LuShell,
|
|
2360
|
+
LuShelvingUnit,
|
|
2323
2361
|
LuShield,
|
|
2324
2362
|
LuShieldAlert,
|
|
2325
2363
|
LuShieldBan,
|
|
@@ -2372,6 +2410,7 @@ export {
|
|
|
2372
2410
|
LuSnowflake,
|
|
2373
2411
|
LuSoapDispenserDroplet,
|
|
2374
2412
|
LuSofa,
|
|
2413
|
+
LuSolarPanel,
|
|
2375
2414
|
LuSoup,
|
|
2376
2415
|
LuSpace,
|
|
2377
2416
|
LuSpade,
|
|
@@ -2399,11 +2438,15 @@ export {
|
|
|
2399
2438
|
LuSquareArrowOutUpLeft,
|
|
2400
2439
|
LuSquareArrowOutUpRight,
|
|
2401
2440
|
LuSquareArrowRight,
|
|
2441
|
+
LuSquareArrowRightEnter,
|
|
2442
|
+
LuSquareArrowRightExit,
|
|
2402
2443
|
LuSquareArrowUp,
|
|
2403
2444
|
LuSquareArrowUpLeft,
|
|
2404
2445
|
LuSquareArrowUpRight,
|
|
2405
2446
|
LuSquareAsterisk,
|
|
2406
2447
|
LuSquareBottomDashedScissors,
|
|
2448
|
+
LuSquareCenterlineDashedHorizontal,
|
|
2449
|
+
LuSquareCenterlineDashedVertical,
|
|
2407
2450
|
LuSquareChartGantt,
|
|
2408
2451
|
LuSquareCheck,
|
|
2409
2452
|
LuSquareCheckBig,
|
|
@@ -2455,49 +2498,6 @@ export {
|
|
|
2455
2498
|
LuSquareX,
|
|
2456
2499
|
LuSquaresExclude,
|
|
2457
2500
|
LuSquaresIntersect,
|
|
2458
|
-
LuSquaresSubtract
|
|
2459
|
-
LuSquaresUnite,
|
|
2460
|
-
LuSquircle,
|
|
2461
|
-
LuSquircleDashed,
|
|
2462
|
-
LuSquirrel,
|
|
2463
|
-
LuStamp,
|
|
2464
|
-
LuStar,
|
|
2465
|
-
LuStarHalf,
|
|
2466
|
-
LuStarOff,
|
|
2467
|
-
LuStepBack,
|
|
2468
|
-
LuStepForward,
|
|
2469
|
-
LuStethoscope,
|
|
2470
|
-
LuSticker,
|
|
2471
|
-
LuStickyNote,
|
|
2472
|
-
LuStore,
|
|
2473
|
-
LuStretchHorizontal,
|
|
2474
|
-
LuStretchVertical,
|
|
2475
|
-
LuStrikethrough,
|
|
2476
|
-
LuSubscript,
|
|
2477
|
-
LuSun,
|
|
2478
|
-
LuSunDim,
|
|
2479
|
-
LuSunMedium,
|
|
2480
|
-
LuSunMoon,
|
|
2481
|
-
LuSunSnow,
|
|
2482
|
-
LuSunrise,
|
|
2483
|
-
LuSunset,
|
|
2484
|
-
LuSuperscript,
|
|
2485
|
-
LuSwatchBook,
|
|
2486
|
-
LuSwissFranc,
|
|
2487
|
-
LuSwitchCamera,
|
|
2488
|
-
LuSword,
|
|
2489
|
-
LuSwords,
|
|
2490
|
-
LuSyringe,
|
|
2491
|
-
LuTable,
|
|
2492
|
-
LuTable2,
|
|
2493
|
-
LuTableCellsMerge,
|
|
2494
|
-
LuTableCellsSplit,
|
|
2495
|
-
LuTableColumnsSplit,
|
|
2496
|
-
LuTableOfContents,
|
|
2497
|
-
LuTableProperties,
|
|
2498
|
-
LuTableRowsSplit,
|
|
2499
|
-
LuTablet,
|
|
2500
|
-
LuTabletSmartphone,
|
|
2501
|
-
LuTablets
|
|
2501
|
+
LuSquaresSubtract
|
|
2502
2502
|
};
|
|
2503
2503
|
//# sourceMappingURL=icons_3.js.map
|