@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_1.js
CHANGED
|
@@ -266,10 +266,6 @@ const LuAlignCenterVertical = {
|
|
|
266
266
|
name: "lu-align-center-vertical",
|
|
267
267
|
components: [["path", { "d": "M12 2v20 M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4 M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4 M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1 M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1" }]]
|
|
268
268
|
};
|
|
269
|
-
const LuAlignCenter = {
|
|
270
|
-
name: "lu-align-center",
|
|
271
|
-
components: [["path", { "d": "M17 12H7 M19 18H5 M21 6H3" }]]
|
|
272
|
-
};
|
|
273
269
|
const LuAlignEndHorizontal = {
|
|
274
270
|
name: "lu-align-end-horizontal",
|
|
275
271
|
components: [["path", { "d": "M6,2 h2 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M16,9 h2 a2,2 0 0 1 2,2 v5 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-5 a2,2 0 0 1 2,-2 Z M22 22H2" }]]
|
|
@@ -310,18 +306,6 @@ const LuAlignHorizontalSpaceBetween = {
|
|
|
310
306
|
name: "lu-align-horizontal-space-between",
|
|
311
307
|
components: [["path", { "d": "M5,5 h2 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M17,7 h2 a2,2 0 0 1 2,2 v6 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-6 a2,2 0 0 1 2,-2 Z M3 2v20 M21 2v20" }]]
|
|
312
308
|
};
|
|
313
|
-
const LuAlignJustify = {
|
|
314
|
-
name: "lu-align-justify",
|
|
315
|
-
components: [["path", { "d": "M3 12h18 M3 18h18 M3 6h18" }]]
|
|
316
|
-
};
|
|
317
|
-
const LuAlignLeft = {
|
|
318
|
-
name: "lu-align-left",
|
|
319
|
-
components: [["path", { "d": "M15 12H3 M17 18H3 M21 6H3" }]]
|
|
320
|
-
};
|
|
321
|
-
const LuAlignRight = {
|
|
322
|
-
name: "lu-align-right",
|
|
323
|
-
components: [["path", { "d": "M21 12H9 M21 18H7 M21 6H3" }]]
|
|
324
|
-
};
|
|
325
309
|
const LuAlignStartHorizontal = {
|
|
326
310
|
name: "lu-align-start-horizontal",
|
|
327
311
|
components: [["path", { "d": "M6,6 h2 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M16,6 h2 a2,2 0 0 1 2,2 v5 a2,2 0 0 1 -2,2 h-2 a2,2 0 0 1 -2,-2 v-5 a2,2 0 0 1 2,-2 Z M22 2H2" }]]
|
|
@@ -368,7 +352,7 @@ const LuAmbulance = {
|
|
|
368
352
|
};
|
|
369
353
|
const LuAmpersand = {
|
|
370
354
|
name: "lu-ampersand",
|
|
371
|
-
components: [["path", { "d": "M17.5
|
|
355
|
+
components: [["path", { "d": "M16 12h3 M17.5 12a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" }]]
|
|
372
356
|
};
|
|
373
357
|
const LuAmpersands = {
|
|
374
358
|
name: "lu-ampersands",
|
|
@@ -380,7 +364,7 @@ const LuAmphora = {
|
|
|
380
364
|
};
|
|
381
365
|
const LuAnchor = {
|
|
382
366
|
name: "lu-anchor",
|
|
383
|
-
components: [["path", { "d": "M12
|
|
367
|
+
components: [["path", { "d": "M12 6v16 M19 13 L21 12 A9 9 0 0 1 3 12 L5 13 M9 11h6 M10,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
384
368
|
};
|
|
385
369
|
const LuAngry = {
|
|
386
370
|
name: "lu-angry",
|
|
@@ -718,9 +702,13 @@ const LuBaggageClaim = {
|
|
|
718
702
|
name: "lu-baggage-claim",
|
|
719
703
|
components: [["path", { "d": "M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2 M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10 M9,6 h11 a1,1 0 0 1 1,1 v6 a1,1 0 0 1 -1,1 h-11 a1,1 0 0 1 -1,-1 v-6 a1,1 0 0 1 1,-1 Z M16,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M7,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
720
704
|
};
|
|
705
|
+
const LuBalloon = {
|
|
706
|
+
name: "lu-balloon",
|
|
707
|
+
components: [["path", { "d": "M12 16v1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1 M12 6a2 2 0 0 1 2 2 M18 8c0 4-3.5 8-6 8s-6-4-6-8a6 6 0 0 1 12 0" }]]
|
|
708
|
+
};
|
|
721
709
|
const LuBan = {
|
|
722
710
|
name: "lu-ban",
|
|
723
|
-
components: [["path", { "d": "
|
|
711
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M4.929 4.929 19.07 19.071" }]]
|
|
724
712
|
};
|
|
725
713
|
const LuBanana = {
|
|
726
714
|
name: "lu-banana",
|
|
@@ -728,7 +716,7 @@ const LuBanana = {
|
|
|
728
716
|
};
|
|
729
717
|
const LuBandage = {
|
|
730
718
|
name: "lu-bandage",
|
|
731
|
-
components: [["path", { "d": "M10 10.01h.01 M10 14.01h.01 M14 10.01h.01 M14 14.01h.01 M18
|
|
719
|
+
components: [["path", { "d": "M10 10.01h.01 M10 14.01h.01 M14 10.01h.01 M14 14.01h.01 M18 6v12 M6 6v12 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" }]]
|
|
732
720
|
};
|
|
733
721
|
const LuBanknoteArrowDown = {
|
|
734
722
|
name: "lu-banknote-arrow-down",
|
|
@@ -828,7 +816,7 @@ const LuBeer = {
|
|
|
828
816
|
};
|
|
829
817
|
const LuBellDot = {
|
|
830
818
|
name: "lu-bell-dot",
|
|
831
|
-
components: [["path", { "d": "M10.268 21a2 2 0 0 0 3.464 0
|
|
819
|
+
components: [["path", { "d": "M10.268 21a2 2 0 0 0 3.464 0 M11.68 2.009A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.824-.85-1.678-1.731-2.21-3.348 M15,5 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
832
820
|
};
|
|
833
821
|
const LuBellElectric = {
|
|
834
822
|
name: "lu-bell-electric",
|
|
@@ -894,6 +882,10 @@ const LuBird = {
|
|
|
894
882
|
name: "lu-bird",
|
|
895
883
|
components: [["path", { "d": "M16 7h.01 M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20 M20 7 L22 7.5 L20 8 M10 18v3 M14 17.75V21 M7 18a6 6 0 0 0 3.84-10.61" }]]
|
|
896
884
|
};
|
|
885
|
+
const LuBirdhouse = {
|
|
886
|
+
name: "lu-birdhouse",
|
|
887
|
+
components: [["path", { "d": "M12 18v4 M17 18 L18.96 6.53 M3 8 L10.82 2.38 A2 2 0 0 1 13.18 2.38 L21 8 M4 18h16 M7 18 5.044 6.532 M10,10 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
888
|
+
};
|
|
897
889
|
const LuBitcoin = {
|
|
898
890
|
name: "lu-bitcoin",
|
|
899
891
|
components: [["path", { "d": "M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727" }]]
|
|
@@ -984,7 +976,7 @@ const LuBookImage = {
|
|
|
984
976
|
};
|
|
985
977
|
const LuBookKey = {
|
|
986
978
|
name: "lu-book-key",
|
|
987
|
-
components: [["path", { "d": "
|
|
979
|
+
components: [["path", { "d": "M13 2H6.5A2.5 2.5 0 0 0 4 4.5v15 M17 2v6 M17 4h2 M20 15.2V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20 M15,10 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
988
980
|
};
|
|
989
981
|
const LuBookLock = {
|
|
990
982
|
name: "lu-book-lock",
|
|
@@ -1014,6 +1006,10 @@ const LuBookPlus = {
|
|
|
1014
1006
|
name: "lu-book-plus",
|
|
1015
1007
|
components: [["path", { "d": "M12 7v6 M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20 M9 10h6" }]]
|
|
1016
1008
|
};
|
|
1009
|
+
const LuBookSearch = {
|
|
1010
|
+
name: "lu-book-search",
|
|
1011
|
+
components: [["path", { "d": "M11 22H5.5a1 1 0 0 1 0-5h4.501 M21 22 L19.12 20.12 M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8 M14,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1012
|
+
};
|
|
1017
1013
|
const LuBookText = {
|
|
1018
1014
|
name: "lu-book-text",
|
|
1019
1015
|
components: [["path", { "d": "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20 M8 11h8 M8 7h6" }]]
|
|
@@ -1044,23 +1040,23 @@ const LuBook = {
|
|
|
1044
1040
|
};
|
|
1045
1041
|
const LuBookmarkCheck = {
|
|
1046
1042
|
name: "lu-bookmark-check",
|
|
1047
|
-
components: [["path", { "d": "
|
|
1043
|
+
components: [["path", { "d": "M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z M9 10 L11 12 L15 8" }]]
|
|
1048
1044
|
};
|
|
1049
1045
|
const LuBookmarkMinus = {
|
|
1050
1046
|
name: "lu-bookmark-minus",
|
|
1051
|
-
components: [["path", { "d": "
|
|
1047
|
+
components: [["path", { "d": "M15 10H9 M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z" }]]
|
|
1052
1048
|
};
|
|
1053
1049
|
const LuBookmarkPlus = {
|
|
1054
1050
|
name: "lu-bookmark-plus",
|
|
1055
|
-
components: [["path", { "d": "
|
|
1051
|
+
components: [["path", { "d": "M12 7v6 M15 10H9 M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z" }]]
|
|
1056
1052
|
};
|
|
1057
1053
|
const LuBookmarkX = {
|
|
1058
1054
|
name: "lu-bookmark-x",
|
|
1059
|
-
components: [["path", { "d": "
|
|
1055
|
+
components: [["path", { "d": "m14.5 7.5-5 5 M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z M9.5 7.5 L14.5 12.5" }]]
|
|
1060
1056
|
};
|
|
1061
1057
|
const LuBookmark = {
|
|
1062
1058
|
name: "lu-bookmark",
|
|
1063
|
-
components: [["path", { "d": "
|
|
1059
|
+
components: [["path", { "d": "M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z" }]]
|
|
1064
1060
|
};
|
|
1065
1061
|
const LuBoomBox = {
|
|
1066
1062
|
name: "lu-boom-box",
|
|
@@ -1148,7 +1144,7 @@ const LuBringToFront = {
|
|
|
1148
1144
|
};
|
|
1149
1145
|
const LuBrushCleaning = {
|
|
1150
1146
|
name: "lu-brush-cleaning",
|
|
1151
|
-
components: [["path", { "d": "m16 22-1-4 M19
|
|
1147
|
+
components: [["path", { "d": "m16 22-1-4 M19 14a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v1a1 1 0 0 0 1 1 M19 14H5l-1.973 6.767A1 1 0 0 0 4 22h16a1 1 0 0 0 .973-1.233z M8 22 L9 18" }]]
|
|
1152
1148
|
};
|
|
1153
1149
|
const LuBrush = {
|
|
1154
1150
|
name: "lu-brush",
|
|
@@ -1156,23 +1152,23 @@ const LuBrush = {
|
|
|
1156
1152
|
};
|
|
1157
1153
|
const LuBubbles = {
|
|
1158
1154
|
name: "lu-bubbles",
|
|
1159
|
-
components: [["path", { "d": "M7.
|
|
1155
|
+
components: [["path", { "d": "M7.001 15.085A1.5 1.5 0 0 1 9 16.5 M15,8.5 a3.5,3.5 0 1,0 7,0 a3.5,3.5 0 1,0 -7,0 Z M2,16.5 a5.5,5.5 0 1,0 11,0 a5.5,5.5 0 1,0 -11,0 Z M5,4.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z" }]]
|
|
1160
1156
|
};
|
|
1161
1157
|
const LuBugOff = {
|
|
1162
1158
|
name: "lu-bug-off",
|
|
1163
|
-
components: [["path", { "d": "
|
|
1159
|
+
components: [["path", { "d": "M12 20v-8 M12.656 7H14a4 4 0 0 1 4 4v1.344 M14.12 3.88 16 2 M17.123 17.123A6 6 0 0 1 6 14v-3a4 4 0 0 1 1.72-3.287 M2 2 L22 22 M21 5a4 4 0 0 1-3.55 3.97 M22 13h-3.344 M3 21a4 4 0 0 1 3.81-4 M3 5a4 4 0 0 0 3.55 3.97 M6 13H2 M8 2 L9.88 3.88 M9.712 4.06A3 3 0 0 1 15 6v1.13" }]]
|
|
1164
1160
|
};
|
|
1165
1161
|
const LuBugPlay = {
|
|
1166
1162
|
name: "lu-bug-play",
|
|
1167
|
-
components: [["path", { "d": "M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97 M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z M14.12 3.88 16 2
|
|
1163
|
+
components: [["path", { "d": "M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97 M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z M14.12 3.88 16 2 M21 5a4 4 0 0 1-3.55 3.97 M3 21a4 4 0 0 1 3.81-4 M3 5a4 4 0 0 0 3.55 3.97 M6 13H2 M8 2 L9.88 3.88 M9 7.13V6a3 3 0 1 1 6 0v1.13" }]]
|
|
1168
1164
|
};
|
|
1169
1165
|
const LuBug = {
|
|
1170
1166
|
name: "lu-bug",
|
|
1171
|
-
components: [["path", { "d": "
|
|
1167
|
+
components: [["path", { "d": "M12 20v-9 M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z M14.12 3.88 16 2 M21 21a4 4 0 0 0-3.81-4 M21 5a4 4 0 0 1-3.55 3.97 M22 13h-4 M3 21a4 4 0 0 1 3.81-4 M3 5a4 4 0 0 0 3.55 3.97 M6 13H2 M8 2 L9.88 3.88 M9 7.13V6a3 3 0 1 1 6 0v1.13" }]]
|
|
1172
1168
|
};
|
|
1173
1169
|
const LuBuilding2 = {
|
|
1174
1170
|
name: "lu-building-2",
|
|
1175
|
-
components: [["path", { "d": "
|
|
1171
|
+
components: [["path", { "d": "M10 12h4 M10 8h4 M14 21v-3a2 2 0 0 0-4 0v3 M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2 M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16" }]]
|
|
1176
1172
|
};
|
|
1177
1173
|
const LuBuilding = {
|
|
1178
1174
|
name: "lu-building",
|
|
@@ -1232,7 +1228,7 @@ const LuCalendarClock = {
|
|
|
1232
1228
|
};
|
|
1233
1229
|
const LuCalendarCog = {
|
|
1234
1230
|
name: "lu-calendar-cog",
|
|
1235
|
-
components: [["path", { "d": "m15.228 16.852-.923-.383 M15.23 19.15 L14.3 19.53 M16 2v4 M16.47 14.3 L16.85 15.23 M16.85 20.77 L16.47 21.7 M19.15 15.23 L19.53 14.3 M19.53 21.7 L19.15 20.77 M20.77 16.85 L21.7 16.47 M20.77 19.15 L21.7 19.53 M21
|
|
1231
|
+
components: [["path", { "d": "m15.228 16.852-.923-.383 M15.23 19.15 L14.3 19.53 M16 2v4 M16.47 14.3 L16.85 15.23 M16.85 20.77 L16.47 21.7 M19.15 15.23 L19.53 14.3 M19.53 21.7 L19.15 20.77 M20.77 16.85 L21.7 16.47 M20.77 19.15 L21.7 19.53 M21 10.592V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6 M3 10h18 M8 2v4 M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
1236
1232
|
};
|
|
1237
1233
|
const LuCalendarDays = {
|
|
1238
1234
|
name: "lu-calendar-days",
|
|
@@ -1240,7 +1236,7 @@ const LuCalendarDays = {
|
|
|
1240
1236
|
};
|
|
1241
1237
|
const LuCalendarFold = {
|
|
1242
1238
|
name: "lu-calendar-fold",
|
|
1243
|
-
components: [["path", { "d": "
|
|
1239
|
+
components: [["path", { "d": "M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z M15 22v-5a1 1 0 0 1 1-1h5 M8 2v4 M16 2v4 M3 10h18" }]]
|
|
1244
1240
|
};
|
|
1245
1241
|
const LuCalendarHeart = {
|
|
1246
1242
|
name: "lu-calendar-heart",
|
|
@@ -1290,6 +1286,10 @@ const LuCalendar = {
|
|
|
1290
1286
|
name: "lu-calendar",
|
|
1291
1287
|
components: [["path", { "d": "M8 2v4 M16 2v4 M5,4 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M3 10h18" }]]
|
|
1292
1288
|
};
|
|
1289
|
+
const LuCalendars = {
|
|
1290
|
+
name: "lu-calendars",
|
|
1291
|
+
components: [["path", { "d": "M12 2v2 M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2 M18 2v2 M2 13h2 M8 8h14 M10,3 h10 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-10 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z" }]]
|
|
1292
|
+
};
|
|
1293
1293
|
const LuCameraOff = {
|
|
1294
1294
|
name: "lu-camera-off",
|
|
1295
1295
|
components: [["path", { "d": "M14.564 14.558a3 3 0 1 1-4.122-4.121 M2 2 L22 22 M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175 M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344" }]]
|
|
@@ -1310,6 +1310,10 @@ const LuCandy = {
|
|
|
1310
1310
|
name: "lu-candy",
|
|
1311
1311
|
components: [["path", { "d": "M10 7v10.9 M14 6.1V17 M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4 M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07 M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4" }]]
|
|
1312
1312
|
};
|
|
1313
|
+
const LuCannabisOff = {
|
|
1314
|
+
name: "lu-cannabis-off",
|
|
1315
|
+
components: [["path", { "d": "M12 22v-4c1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 M13.988 8.327C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9 M17.375 11.725C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684 M2 2 L22 22 M21.024 15.378A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907 M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3" }]]
|
|
1316
|
+
};
|
|
1313
1317
|
const LuCannabis = {
|
|
1314
1318
|
name: "lu-cannabis",
|
|
1315
1319
|
components: [["path", { "d": "M12 22v-4 M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6" }]]
|
|
@@ -1440,15 +1444,15 @@ const LuChartNetwork = {
|
|
|
1440
1444
|
};
|
|
1441
1445
|
const LuChartNoAxesColumnDecreasing = {
|
|
1442
1446
|
name: "lu-chart-no-axes-column-decreasing",
|
|
1443
|
-
components: [["path", { "d": "M12
|
|
1447
|
+
components: [["path", { "d": "M5 21V3 M12 21V9 M19 21v-6" }]]
|
|
1444
1448
|
};
|
|
1445
1449
|
const LuChartNoAxesColumnIncreasing = {
|
|
1446
1450
|
name: "lu-chart-no-axes-column-increasing",
|
|
1447
|
-
components: [["path", { "d": "
|
|
1451
|
+
components: [["path", { "d": "M5 21v-6 M12 21V9 M19 21V3" }]]
|
|
1448
1452
|
};
|
|
1449
1453
|
const LuChartNoAxesColumn = {
|
|
1450
1454
|
name: "lu-chart-no-axes-column",
|
|
1451
|
-
components: [["path", { "d": "
|
|
1455
|
+
components: [["path", { "d": "M5 21v-6 M12 21V3 M19 21V9" }]]
|
|
1452
1456
|
};
|
|
1453
1457
|
const LuChartNoAxesCombined = {
|
|
1454
1458
|
name: "lu-chart-no-axes-combined",
|
|
@@ -1456,7 +1460,7 @@ const LuChartNoAxesCombined = {
|
|
|
1456
1460
|
};
|
|
1457
1461
|
const LuChartNoAxesGantt = {
|
|
1458
1462
|
name: "lu-chart-no-axes-gantt",
|
|
1459
|
-
components: [["path", { "d": "
|
|
1463
|
+
components: [["path", { "d": "M6 5h12 M4 12h10 M12 19h8" }]]
|
|
1460
1464
|
};
|
|
1461
1465
|
const LuChartPie = {
|
|
1462
1466
|
name: "lu-chart-pie",
|
|
@@ -1490,6 +1494,30 @@ const LuCherry = {
|
|
|
1490
1494
|
name: "lu-cherry",
|
|
1491
1495
|
components: [["path", { "d": "M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12 M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z" }]]
|
|
1492
1496
|
};
|
|
1497
|
+
const LuChessBishop = {
|
|
1498
|
+
name: "lu-chess-bishop",
|
|
1499
|
+
components: [["path", { "d": "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18 M16 7 L13.5 9.5 M9 2h6" }]]
|
|
1500
|
+
};
|
|
1501
|
+
const LuChessKing = {
|
|
1502
|
+
name: "lu-chess-king",
|
|
1503
|
+
components: [["path", { "d": "M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z M6.7 18 L5.7 17 C4.35 15.68, 3 14.09, 3 12 A5 5 0 0 1 7.95 7 C9.53 7, 10.65 7.46, 12 8.82 C13.35 7.46, 14.47 7, 16.05 7 A5 5 0 0 1 21 12 C21 14.08, 19.64 15.67, 18.3 17 L17.3 18 M10 4h4 M12 2v6.818" }]]
|
|
1504
|
+
};
|
|
1505
|
+
const LuChessKnight = {
|
|
1506
|
+
name: "lu-chess-knight",
|
|
1507
|
+
components: [["path", { "d": "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z M16.5 18c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456 M15 5 L16.43 3.58 M17 8 L18.53 6.47 M9.713 12.185 7 18" }]]
|
|
1508
|
+
};
|
|
1509
|
+
const LuChessPawn = {
|
|
1510
|
+
name: "lu-chess-pawn",
|
|
1511
|
+
components: [["path", { "d": "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z M14.5 10 L16 18 M7 10h10 M8 18 L9.5 10 M8,6 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z" }]]
|
|
1512
|
+
};
|
|
1513
|
+
const LuChessQueen = {
|
|
1514
|
+
name: "lu-chess-queen",
|
|
1515
|
+
components: [["path", { "d": "M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z M12.47 5.94 L14.04 11.28 A1 1 0 0 0 15.79 11.61 L18.41 8.21 M20 9 L17 18 M5.59 8.21 L8.21 11.61 A1 1 0 0 0 9.96 11.28 L11.53 5.94 M7 18 4 9 M10,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M18,7 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M2,7 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1516
|
+
};
|
|
1517
|
+
const LuChessRook = {
|
|
1518
|
+
name: "lu-chess-rook",
|
|
1519
|
+
components: [["path", { "d": "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z M10 2v2 M14 2v2 M17 18 L16 9 M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2 M6 4h12 M7 18 L8 9" }]]
|
|
1520
|
+
};
|
|
1493
1521
|
const LuChevronDown = {
|
|
1494
1522
|
name: "lu-chevron-down",
|
|
1495
1523
|
components: [["path", { "d": "m6 9 6 6 6-6" }]]
|
|
@@ -1556,7 +1584,7 @@ const LuChromium = {
|
|
|
1556
1584
|
};
|
|
1557
1585
|
const LuChurch = {
|
|
1558
1586
|
name: "lu-church",
|
|
1559
|
-
components: [["path", { "d": "M10 9h4 M12 7v5 M14
|
|
1587
|
+
components: [["path", { "d": "M10 9h4 M12 7v5 M14 21v-3a2 2 0 0 0-4 0v3 M18 9 L21.52 11.15 A1 1 0 0 1 22 12 L22 19 A2 2 0 0 1 20 21 L4 21 A2 2 0 0 1 2 19 L2 12 A1 1 0 0 1 2.48 11.15 L6 9 M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14" }]]
|
|
1560
1588
|
};
|
|
1561
1589
|
const LuCigaretteOff = {
|
|
1562
1590
|
name: "lu-cigarette-off",
|
|
@@ -1632,7 +1660,7 @@ const LuCircleDashed = {
|
|
|
1632
1660
|
};
|
|
1633
1661
|
const LuCircleDivide = {
|
|
1634
1662
|
name: "lu-circle-divide",
|
|
1635
|
-
components: [["path", { "d": "
|
|
1663
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M8 12 L16 12 M12 16 L12 16 M12 8 L12 8" }]]
|
|
1636
1664
|
};
|
|
1637
1665
|
const LuCircleDollarSign = {
|
|
1638
1666
|
name: "lu-circle-dollar-sign",
|
|
@@ -1652,7 +1680,7 @@ const LuCircleEllipsis = {
|
|
|
1652
1680
|
};
|
|
1653
1681
|
const LuCircleEqual = {
|
|
1654
1682
|
name: "lu-circle-equal",
|
|
1655
|
-
components: [["path", { "d": "
|
|
1683
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M7 10h10 M7 14h10" }]]
|
|
1656
1684
|
};
|
|
1657
1685
|
const LuCircleFadingArrowUp = {
|
|
1658
1686
|
name: "lu-circle-fading-arrow-up",
|
|
@@ -1690,6 +1718,10 @@ const LuCirclePercent = {
|
|
|
1690
1718
|
name: "lu-circle-percent",
|
|
1691
1719
|
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M15 9 L9 15 M9 9h.01 M15 15h.01" }]]
|
|
1692
1720
|
};
|
|
1721
|
+
const LuCirclePile = {
|
|
1722
|
+
name: "lu-circle-pile",
|
|
1723
|
+
components: [["path", { "d": "M10,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M10,5 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M14,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 M2,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M6,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
1724
|
+
};
|
|
1693
1725
|
const LuCirclePlay = {
|
|
1694
1726
|
name: "lu-circle-play",
|
|
1695
1727
|
components: [["path", { "d": "M9 9.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 9 14.996z M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z" }]]
|
|
@@ -1700,11 +1732,11 @@ const LuCirclePlus = {
|
|
|
1700
1732
|
};
|
|
1701
1733
|
const LuCirclePoundSterling = {
|
|
1702
1734
|
name: "lu-circle-pound-sterling",
|
|
1703
|
-
components: [["path", { "d": "
|
|
1735
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M10 16V9.5a1 1 0 0 1 5 0 M8 12h4 M8 16h7" }]]
|
|
1704
1736
|
};
|
|
1705
1737
|
const LuCirclePower = {
|
|
1706
1738
|
name: "lu-circle-power",
|
|
1707
|
-
components: [["path", { "d": "
|
|
1739
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 7v4 M7.998 9.003a5 5 0 1 0 8-.005" }]]
|
|
1708
1740
|
};
|
|
1709
1741
|
const LuCircleQuestionMark = {
|
|
1710
1742
|
name: "lu-circle-question-mark",
|
|
@@ -1712,7 +1744,7 @@ const LuCircleQuestionMark = {
|
|
|
1712
1744
|
};
|
|
1713
1745
|
const LuCircleSlash2 = {
|
|
1714
1746
|
name: "lu-circle-slash-2",
|
|
1715
|
-
components: [["path", { "d": "
|
|
1747
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M22 2 2 22" }]]
|
|
1716
1748
|
};
|
|
1717
1749
|
const LuCircleSlash = {
|
|
1718
1750
|
name: "lu-circle-slash",
|
|
@@ -1724,7 +1756,7 @@ const LuCircleSmall = {
|
|
|
1724
1756
|
};
|
|
1725
1757
|
const LuCircleStar = {
|
|
1726
1758
|
name: "lu-circle-star",
|
|
1727
|
-
components: [["path", { "d": "M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z
|
|
1759
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" }]]
|
|
1728
1760
|
};
|
|
1729
1761
|
const LuCircleStop = {
|
|
1730
1762
|
name: "lu-circle-stop",
|
|
@@ -1756,7 +1788,7 @@ const LuCitrus = {
|
|
|
1756
1788
|
};
|
|
1757
1789
|
const LuClapperboard = {
|
|
1758
1790
|
name: "lu-clapperboard",
|
|
1759
|
-
components: [["path", { "d": "M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.
|
|
1791
|
+
components: [["path", { "d": "m12.296 3.464 3.02 3.956 M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3z M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z M6.18 5.28 L9.28 9.18" }]]
|
|
1760
1792
|
};
|
|
1761
1793
|
const LuClipboardCheck = {
|
|
1762
1794
|
name: "lu-clipboard-check",
|
|
@@ -1788,7 +1820,7 @@ const LuClipboardPenLine = {
|
|
|
1788
1820
|
};
|
|
1789
1821
|
const LuClipboardPen = {
|
|
1790
1822
|
name: "lu-clipboard-pen",
|
|
1791
|
-
components: [["path", { "d": "
|
|
1823
|
+
components: [["path", { "d": "M16 4h2a2 2 0 0 1 2 2v2 M21.34 15.664a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M8 22H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2 M9,2 h6 a1,1 0 0 1 1,1 v2 a1,1 0 0 1 -1,1 h-6 a1,1 0 0 1 -1,-1 v-2 a1,1 0 0 1 1,-1 Z" }]]
|
|
1792
1824
|
};
|
|
1793
1825
|
const LuClipboardPlus = {
|
|
1794
1826
|
name: "lu-clipboard-plus",
|
|
@@ -1808,51 +1840,51 @@ const LuClipboard = {
|
|
|
1808
1840
|
};
|
|
1809
1841
|
const LuClock1 = {
|
|
1810
1842
|
name: "lu-clock-1",
|
|
1811
|
-
components: [["path", { "d": "
|
|
1843
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l2-4" }]]
|
|
1812
1844
|
};
|
|
1813
1845
|
const LuClock10 = {
|
|
1814
1846
|
name: "lu-clock-10",
|
|
1815
|
-
components: [["path", { "d": "
|
|
1847
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l-4-2" }]]
|
|
1816
1848
|
};
|
|
1817
1849
|
const LuClock11 = {
|
|
1818
1850
|
name: "lu-clock-11",
|
|
1819
|
-
components: [["path", { "d": "
|
|
1851
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l-2-4" }]]
|
|
1820
1852
|
};
|
|
1821
1853
|
const LuClock12 = {
|
|
1822
1854
|
name: "lu-clock-12",
|
|
1823
|
-
components: [["path", { "d": "
|
|
1855
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6" }]]
|
|
1824
1856
|
};
|
|
1825
1857
|
const LuClock2 = {
|
|
1826
1858
|
name: "lu-clock-2",
|
|
1827
|
-
components: [["path", { "d": "
|
|
1859
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l4-2" }]]
|
|
1828
1860
|
};
|
|
1829
1861
|
const LuClock3 = {
|
|
1830
1862
|
name: "lu-clock-3",
|
|
1831
|
-
components: [["path", { "d": "
|
|
1863
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6h4" }]]
|
|
1832
1864
|
};
|
|
1833
1865
|
const LuClock4 = {
|
|
1834
1866
|
name: "lu-clock-4",
|
|
1835
|
-
components: [["path", { "d": "
|
|
1867
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l4 2" }]]
|
|
1836
1868
|
};
|
|
1837
1869
|
const LuClock5 = {
|
|
1838
1870
|
name: "lu-clock-5",
|
|
1839
|
-
components: [["path", { "d": "
|
|
1871
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l2 4" }]]
|
|
1840
1872
|
};
|
|
1841
1873
|
const LuClock6 = {
|
|
1842
1874
|
name: "lu-clock-6",
|
|
1843
|
-
components: [["path", { "d": "
|
|
1875
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v10" }]]
|
|
1844
1876
|
};
|
|
1845
1877
|
const LuClock7 = {
|
|
1846
1878
|
name: "lu-clock-7",
|
|
1847
|
-
components: [["path", { "d": "
|
|
1879
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l-2 4" }]]
|
|
1848
1880
|
};
|
|
1849
1881
|
const LuClock8 = {
|
|
1850
1882
|
name: "lu-clock-8",
|
|
1851
|
-
components: [["path", { "d": "
|
|
1883
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l-4 2" }]]
|
|
1852
1884
|
};
|
|
1853
1885
|
const LuClock9 = {
|
|
1854
1886
|
name: "lu-clock-9",
|
|
1855
|
-
components: [["path", { "d": "
|
|
1887
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6H8" }]]
|
|
1856
1888
|
};
|
|
1857
1889
|
const LuClockAlert = {
|
|
1858
1890
|
name: "lu-clock-alert",
|
|
@@ -1866,6 +1898,10 @@ const LuClockArrowUp = {
|
|
|
1866
1898
|
name: "lu-clock-arrow-up",
|
|
1867
1899
|
components: [["path", { "d": "M12 6v6l1.56.78 M13.227 21.925a10 10 0 1 1 8.767-9.588 M14 18 L18 14 L22 18 M18 22v-8" }]]
|
|
1868
1900
|
};
|
|
1901
|
+
const LuClockCheck = {
|
|
1902
|
+
name: "lu-clock-check",
|
|
1903
|
+
components: [["path", { "d": "M12 6v6l4 2 M22 12a10 10 0 1 0-11 9.95 M22 16 L16.5 21.5 L14 19" }]]
|
|
1904
|
+
};
|
|
1869
1905
|
const LuClockFading = {
|
|
1870
1906
|
name: "lu-clock-fading",
|
|
1871
1907
|
components: [["path", { "d": "M12 2a10 10 0 0 1 7.38 16.75 M12 6v6l4 2 M2.5 8.875a10 10 0 0 0-.5 3 M2.83 16a10 10 0 0 0 2.43 3.4 M4.636 5.235a10 10 0 0 1 .891-.857 M8.644 21.42a10 10 0 0 0 7.631-.38" }]]
|
|
@@ -1876,7 +1912,7 @@ const LuClockPlus = {
|
|
|
1876
1912
|
};
|
|
1877
1913
|
const LuClock = {
|
|
1878
1914
|
name: "lu-clock",
|
|
1879
|
-
components: [["path", { "d": "
|
|
1915
|
+
components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M12 6v6l4 2" }]]
|
|
1880
1916
|
};
|
|
1881
1917
|
const LuClosedCaption = {
|
|
1882
1918
|
name: "lu-closed-caption",
|
|
@@ -1884,11 +1920,15 @@ const LuClosedCaption = {
|
|
|
1884
1920
|
};
|
|
1885
1921
|
const LuCloudAlert = {
|
|
1886
1922
|
name: "lu-cloud-alert",
|
|
1887
|
-
components: [["path", { "d": "M12 12v4 M12 20h.01
|
|
1923
|
+
components: [["path", { "d": "M12 12v4 M12 20h.01 M8.128 16.949A7 7 0 1 1 15.71 8h1.79a1 1 0 0 1 0 9h-1.642" }]]
|
|
1924
|
+
};
|
|
1925
|
+
const LuCloudBackup = {
|
|
1926
|
+
name: "lu-cloud-backup",
|
|
1927
|
+
components: [["path", { "d": "M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607 M7 11v4h4 M8 19a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5 4.82 4.82 0 0 0-3.41 1.41L7 15" }]]
|
|
1888
1928
|
};
|
|
1889
1929
|
const LuCloudCheck = {
|
|
1890
1930
|
name: "lu-cloud-check",
|
|
1891
|
-
components: [["path", { "d": "m17 15-5.5 5.5L9 18 M5
|
|
1931
|
+
components: [["path", { "d": "m17 15-5.5 5.5L9 18 M5.516 16.07A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 3.501 7.327" }]]
|
|
1892
1932
|
};
|
|
1893
1933
|
const LuCloudCog = {
|
|
1894
1934
|
name: "lu-cloud-cog",
|
|
@@ -1924,7 +1964,7 @@ const LuCloudMoon = {
|
|
|
1924
1964
|
};
|
|
1925
1965
|
const LuCloudOff = {
|
|
1926
1966
|
name: "lu-cloud-off",
|
|
1927
|
-
components: [["path", { "d": "
|
|
1967
|
+
components: [["path", { "d": "M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057 M18.796 18.81A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78 M2 2 L22 22" }]]
|
|
1928
1968
|
};
|
|
1929
1969
|
const LuCloudRainWind = {
|
|
1930
1970
|
name: "lu-cloud-rain-wind",
|
|
@@ -1946,6 +1986,10 @@ const LuCloudSun = {
|
|
|
1946
1986
|
name: "lu-cloud-sun",
|
|
1947
1987
|
components: [["path", { "d": "M12 2v2 M4.93 4.93 L6.34 6.34 M20 12h2 M19.07 4.93 L17.66 6.34 M15.947 12.65a4 4 0 0 0-5.925-4.128 M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z" }]]
|
|
1948
1988
|
};
|
|
1989
|
+
const LuCloudSync = {
|
|
1990
|
+
name: "lu-cloud-sync",
|
|
1991
|
+
components: [["path", { "d": "m17 18-1.535 1.605a5 5 0 0 1-8-1.5 M17 22v-4h-4 M20.996 15.251A4.5 4.5 0 0 0 17.495 8h-1.79a7 7 0 1 0-12.709 5.607 M7 10v4h4 M7 14 L8.54 12.39 A5 5 0 0 1 16.54 13.89" }]]
|
|
1992
|
+
};
|
|
1949
1993
|
const LuCloudUpload = {
|
|
1950
1994
|
name: "lu-cloud-upload",
|
|
1951
1995
|
components: [["path", { "d": "M12 13v8 M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242 M8 17 L12 13 L16 17" }]]
|
|
@@ -1954,50 +1998,6 @@ const LuCloud = {
|
|
|
1954
1998
|
name: "lu-cloud",
|
|
1955
1999
|
components: [["path", { "d": "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }]]
|
|
1956
2000
|
};
|
|
1957
|
-
const LuCloudy = {
|
|
1958
|
-
name: "lu-cloudy",
|
|
1959
|
-
components: [["path", { "d": "M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5" }]]
|
|
1960
|
-
};
|
|
1961
|
-
const LuClover = {
|
|
1962
|
-
name: "lu-clover",
|
|
1963
|
-
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" }]]
|
|
1964
|
-
};
|
|
1965
|
-
const LuClub = {
|
|
1966
|
-
name: "lu-club",
|
|
1967
|
-
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" }]]
|
|
1968
|
-
};
|
|
1969
|
-
const LuCodeXml = {
|
|
1970
|
-
name: "lu-code-xml",
|
|
1971
|
-
components: [["path", { "d": "m18 16 4-4-4-4 M6 8 L2 12 L6 16 M14.5 4 L9.5 20" }]]
|
|
1972
|
-
};
|
|
1973
|
-
const LuCode = {
|
|
1974
|
-
name: "lu-code",
|
|
1975
|
-
components: [["path", { "d": "m16 18 6-6-6-6 M8 6 L2 12 L8 18" }]]
|
|
1976
|
-
};
|
|
1977
|
-
const LuCodepen = {
|
|
1978
|
-
name: "lu-codepen",
|
|
1979
|
-
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" }]]
|
|
1980
|
-
};
|
|
1981
|
-
const LuCodesandbox = {
|
|
1982
|
-
name: "lu-codesandbox",
|
|
1983
|
-
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" }]]
|
|
1984
|
-
};
|
|
1985
|
-
const LuCoffee = {
|
|
1986
|
-
name: "lu-coffee",
|
|
1987
|
-
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" }]]
|
|
1988
|
-
};
|
|
1989
|
-
const LuCog = {
|
|
1990
|
-
name: "lu-cog",
|
|
1991
|
-
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" }]]
|
|
1992
|
-
};
|
|
1993
|
-
const LuCoins = {
|
|
1994
|
-
name: "lu-coins",
|
|
1995
|
-
components: [["path", { "d": "M2,8 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z M18.09 10.37A6 6 0 1 1 10.34 18 M7 6h1v4 M16.71 13.88 L17.41 14.59 L14.59 17.41" }]]
|
|
1996
|
-
};
|
|
1997
|
-
const LuColumns2 = {
|
|
1998
|
-
name: "lu-columns-2",
|
|
1999
|
-
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" }]]
|
|
2000
|
-
};
|
|
2001
2001
|
export {
|
|
2002
2002
|
LuAArrowDown,
|
|
2003
2003
|
LuAArrowUp,
|
|
@@ -2014,7 +2014,6 @@ export {
|
|
|
2014
2014
|
LuAlarmClockPlus,
|
|
2015
2015
|
LuAlarmSmoke,
|
|
2016
2016
|
LuAlbum,
|
|
2017
|
-
LuAlignCenter,
|
|
2018
2017
|
LuAlignCenterHorizontal,
|
|
2019
2018
|
LuAlignCenterVertical,
|
|
2020
2019
|
LuAlignEndHorizontal,
|
|
@@ -2027,9 +2026,6 @@ export {
|
|
|
2027
2026
|
LuAlignHorizontalJustifyStart,
|
|
2028
2027
|
LuAlignHorizontalSpaceAround,
|
|
2029
2028
|
LuAlignHorizontalSpaceBetween,
|
|
2030
|
-
LuAlignJustify,
|
|
2031
|
-
LuAlignLeft,
|
|
2032
|
-
LuAlignRight,
|
|
2033
2029
|
LuAlignStartHorizontal,
|
|
2034
2030
|
LuAlignStartVertical,
|
|
2035
2031
|
LuAlignVerticalDistributeCenter,
|
|
@@ -2130,6 +2126,7 @@ export {
|
|
|
2130
2126
|
LuBadgeX,
|
|
2131
2127
|
LuBaggageClaim,
|
|
2132
2128
|
LuBalances,
|
|
2129
|
+
LuBalloon,
|
|
2133
2130
|
LuBan,
|
|
2134
2131
|
LuBanana,
|
|
2135
2132
|
LuBandage,
|
|
@@ -2174,6 +2171,7 @@ export {
|
|
|
2174
2171
|
LuBinoculars,
|
|
2175
2172
|
LuBiohazard,
|
|
2176
2173
|
LuBird,
|
|
2174
|
+
LuBirdhouse,
|
|
2177
2175
|
LuBitcoin,
|
|
2178
2176
|
LuBitcoinAccounts,
|
|
2179
2177
|
LuBlend,
|
|
@@ -2207,6 +2205,7 @@ export {
|
|
|
2207
2205
|
LuBookOpenCheck,
|
|
2208
2206
|
LuBookOpenText,
|
|
2209
2207
|
LuBookPlus,
|
|
2208
|
+
LuBookSearch,
|
|
2210
2209
|
LuBookText,
|
|
2211
2210
|
LuBookType,
|
|
2212
2211
|
LuBookUp,
|
|
@@ -2275,12 +2274,14 @@ export {
|
|
|
2275
2274
|
LuCalendarSync,
|
|
2276
2275
|
LuCalendarX,
|
|
2277
2276
|
LuCalendarX2,
|
|
2277
|
+
LuCalendars,
|
|
2278
2278
|
LuCamera,
|
|
2279
2279
|
LuCameraOff,
|
|
2280
2280
|
LuCandy,
|
|
2281
2281
|
LuCandyCane,
|
|
2282
2282
|
LuCandyOff,
|
|
2283
2283
|
LuCannabis,
|
|
2284
|
+
LuCannabisOff,
|
|
2284
2285
|
LuCaptions,
|
|
2285
2286
|
LuCaptionsOff,
|
|
2286
2287
|
LuCar,
|
|
@@ -2330,6 +2331,12 @@ export {
|
|
|
2330
2331
|
LuCheckboxIndeterminateFill,
|
|
2331
2332
|
LuChefHat,
|
|
2332
2333
|
LuCherry,
|
|
2334
|
+
LuChessBishop,
|
|
2335
|
+
LuChessKing,
|
|
2336
|
+
LuChessKnight,
|
|
2337
|
+
LuChessPawn,
|
|
2338
|
+
LuChessQueen,
|
|
2339
|
+
LuChessRook,
|
|
2333
2340
|
LuChevronDown,
|
|
2334
2341
|
LuChevronFirst,
|
|
2335
2342
|
LuChevronLast,
|
|
@@ -2381,6 +2388,7 @@ export {
|
|
|
2381
2388
|
LuCircleParkingOff,
|
|
2382
2389
|
LuCirclePause,
|
|
2383
2390
|
LuCirclePercent,
|
|
2391
|
+
LuCirclePile,
|
|
2384
2392
|
LuCirclePlay,
|
|
2385
2393
|
LuCirclePlus,
|
|
2386
2394
|
LuCirclePoundSterling,
|
|
@@ -2425,11 +2433,13 @@ export {
|
|
|
2425
2433
|
LuClockAlert,
|
|
2426
2434
|
LuClockArrowDown,
|
|
2427
2435
|
LuClockArrowUp,
|
|
2436
|
+
LuClockCheck,
|
|
2428
2437
|
LuClockFading,
|
|
2429
2438
|
LuClockPlus,
|
|
2430
2439
|
LuClosedCaption,
|
|
2431
2440
|
LuCloud,
|
|
2432
2441
|
LuCloudAlert,
|
|
2442
|
+
LuCloudBackup,
|
|
2433
2443
|
LuCloudCheck,
|
|
2434
2444
|
LuCloudCog,
|
|
2435
2445
|
LuCloudDownload,
|
|
@@ -2449,22 +2459,12 @@ export {
|
|
|
2449
2459
|
LuCloudSnow,
|
|
2450
2460
|
LuCloudSun,
|
|
2451
2461
|
LuCloudSunRain,
|
|
2462
|
+
LuCloudSync,
|
|
2452
2463
|
LuCloudSyncFill,
|
|
2453
2464
|
LuCloudUpload,
|
|
2454
2465
|
LuCloudUpload2Fill,
|
|
2455
2466
|
LuCloudUploadFill,
|
|
2456
|
-
LuCloudy,
|
|
2457
|
-
LuClover,
|
|
2458
|
-
LuClub,
|
|
2459
|
-
LuCode,
|
|
2460
|
-
LuCodeXml,
|
|
2461
|
-
LuCodepen,
|
|
2462
|
-
LuCodesandbox,
|
|
2463
|
-
LuCoffee,
|
|
2464
|
-
LuCog,
|
|
2465
|
-
LuCoins,
|
|
2466
2467
|
LuCoinsExchange,
|
|
2467
|
-
LuColumns2,
|
|
2468
2468
|
LuCustomAssets,
|
|
2469
2469
|
LuDeposits,
|
|
2470
2470
|
LuDiscord,
|