@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_4.js
CHANGED
|
@@ -1,3 +1,179 @@
|
|
|
1
|
+
const LuSquaresUnite = {
|
|
2
|
+
name: "lu-squares-unite",
|
|
3
|
+
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" }]]
|
|
4
|
+
};
|
|
5
|
+
const LuSquircleDashed = {
|
|
6
|
+
name: "lu-squircle-dashed",
|
|
7
|
+
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" }]]
|
|
8
|
+
};
|
|
9
|
+
const LuSquircle = {
|
|
10
|
+
name: "lu-squircle",
|
|
11
|
+
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" }]]
|
|
12
|
+
};
|
|
13
|
+
const LuSquirrel = {
|
|
14
|
+
name: "lu-squirrel",
|
|
15
|
+
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" }]]
|
|
16
|
+
};
|
|
17
|
+
const LuStamp = {
|
|
18
|
+
name: "lu-stamp",
|
|
19
|
+
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" }]]
|
|
20
|
+
};
|
|
21
|
+
const LuStarHalf = {
|
|
22
|
+
name: "lu-star-half",
|
|
23
|
+
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" }]]
|
|
24
|
+
};
|
|
25
|
+
const LuStarOff = {
|
|
26
|
+
name: "lu-star-off",
|
|
27
|
+
components: [["path", { "d": "m10.344 4.688 1.181-2.393a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.237 3.152 M17.95 17.95 L18.38 20.45 A0.53 0.53 0 0 1 17.6 21.01 L12.99 18.58 A2.12 2.12 0 0 0 11.01 18.58 L6.4 21.01 A0.53 0.53 0 0 1 5.63 20.45 L6.51 15.31 A2.12 2.12 0 0 0 5.9 13.43 L2.16 9.79 A0.53 0.53 0 0 1 2.45 8.89 L7.62 8.13 A8 8 0 0 0 8.02 8.03 M2 2 L22 22" }]]
|
|
28
|
+
};
|
|
29
|
+
const LuStar = {
|
|
30
|
+
name: "lu-star",
|
|
31
|
+
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" }]]
|
|
32
|
+
};
|
|
33
|
+
const LuStepBack = {
|
|
34
|
+
name: "lu-step-back",
|
|
35
|
+
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" }]]
|
|
36
|
+
};
|
|
37
|
+
const LuStepForward = {
|
|
38
|
+
name: "lu-step-forward",
|
|
39
|
+
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" }]]
|
|
40
|
+
};
|
|
41
|
+
const LuStethoscope = {
|
|
42
|
+
name: "lu-stethoscope",
|
|
43
|
+
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" }]]
|
|
44
|
+
};
|
|
45
|
+
const LuSticker = {
|
|
46
|
+
name: "lu-sticker",
|
|
47
|
+
components: [["path", { "d": "M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z M15 3v5a1 1 0 0 0 1 1h5 M8 13h.01 M16 13h.01 M10 16s.8 1 2 1c1.3 0 2-1 2-1" }]]
|
|
48
|
+
};
|
|
49
|
+
const LuStickyNote = {
|
|
50
|
+
name: "lu-sticky-note",
|
|
51
|
+
components: [["path", { "d": "M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z M15 3v5a1 1 0 0 0 1 1h5" }]]
|
|
52
|
+
};
|
|
53
|
+
const LuStone = {
|
|
54
|
+
name: "lu-stone",
|
|
55
|
+
components: [["path", { "d": "M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z M11.99 22 14 12l7.822 3.184 M14 12 8.47 2.302" }]]
|
|
56
|
+
};
|
|
57
|
+
const LuStore = {
|
|
58
|
+
name: "lu-store",
|
|
59
|
+
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" }]]
|
|
60
|
+
};
|
|
61
|
+
const LuStretchHorizontal = {
|
|
62
|
+
name: "lu-stretch-horizontal",
|
|
63
|
+
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" }]]
|
|
64
|
+
};
|
|
65
|
+
const LuStretchVertical = {
|
|
66
|
+
name: "lu-stretch-vertical",
|
|
67
|
+
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" }]]
|
|
68
|
+
};
|
|
69
|
+
const LuStrikethrough = {
|
|
70
|
+
name: "lu-strikethrough",
|
|
71
|
+
components: [["path", { "d": "M16 4H9a3 3 0 0 0-2.83 4 M14 12a4 4 0 0 1 0 8H6 M4 12 L20 12" }]]
|
|
72
|
+
};
|
|
73
|
+
const LuSubscript = {
|
|
74
|
+
name: "lu-subscript",
|
|
75
|
+
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" }]]
|
|
76
|
+
};
|
|
77
|
+
const LuSunDim = {
|
|
78
|
+
name: "lu-sun-dim",
|
|
79
|
+
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" }]]
|
|
80
|
+
};
|
|
81
|
+
const LuSunMedium = {
|
|
82
|
+
name: "lu-sun-medium",
|
|
83
|
+
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" }]]
|
|
84
|
+
};
|
|
85
|
+
const LuSunMoon = {
|
|
86
|
+
name: "lu-sun-moon",
|
|
87
|
+
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" }]]
|
|
88
|
+
};
|
|
89
|
+
const LuSunSnow = {
|
|
90
|
+
name: "lu-sun-snow",
|
|
91
|
+
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" }]]
|
|
92
|
+
};
|
|
93
|
+
const LuSun = {
|
|
94
|
+
name: "lu-sun",
|
|
95
|
+
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" }]]
|
|
96
|
+
};
|
|
97
|
+
const LuSunrise = {
|
|
98
|
+
name: "lu-sunrise",
|
|
99
|
+
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" }]]
|
|
100
|
+
};
|
|
101
|
+
const LuSunset = {
|
|
102
|
+
name: "lu-sunset",
|
|
103
|
+
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" }]]
|
|
104
|
+
};
|
|
105
|
+
const LuSuperscript = {
|
|
106
|
+
name: "lu-superscript",
|
|
107
|
+
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" }]]
|
|
108
|
+
};
|
|
109
|
+
const LuSwatchBook = {
|
|
110
|
+
name: "lu-swatch-book",
|
|
111
|
+
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" }]]
|
|
112
|
+
};
|
|
113
|
+
const LuSwissFranc = {
|
|
114
|
+
name: "lu-swiss-franc",
|
|
115
|
+
components: [["path", { "d": "M10 21V3h8 M6 16h9 M10 9.5h7" }]]
|
|
116
|
+
};
|
|
117
|
+
const LuSwitchCamera = {
|
|
118
|
+
name: "lu-switch-camera",
|
|
119
|
+
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" }]]
|
|
120
|
+
};
|
|
121
|
+
const LuSword = {
|
|
122
|
+
name: "lu-sword",
|
|
123
|
+
components: [["path", { "d": "m11 19-6-6 M5 21 L3 19 M8 16 L4 20 M9.5 17.5 21 6V3h-3L6.5 14.5" }]]
|
|
124
|
+
};
|
|
125
|
+
const LuSwords = {
|
|
126
|
+
name: "lu-swords",
|
|
127
|
+
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" }]]
|
|
128
|
+
};
|
|
129
|
+
const LuSyringe = {
|
|
130
|
+
name: "lu-syringe",
|
|
131
|
+
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" }]]
|
|
132
|
+
};
|
|
133
|
+
const LuTable2 = {
|
|
134
|
+
name: "lu-table-2",
|
|
135
|
+
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" }]]
|
|
136
|
+
};
|
|
137
|
+
const LuTableCellsMerge = {
|
|
138
|
+
name: "lu-table-cells-merge",
|
|
139
|
+
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" }]]
|
|
140
|
+
};
|
|
141
|
+
const LuTableCellsSplit = {
|
|
142
|
+
name: "lu-table-cells-split",
|
|
143
|
+
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" }]]
|
|
144
|
+
};
|
|
145
|
+
const LuTableColumnsSplit = {
|
|
146
|
+
name: "lu-table-columns-split",
|
|
147
|
+
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" }]]
|
|
148
|
+
};
|
|
149
|
+
const LuTableOfContents = {
|
|
150
|
+
name: "lu-table-of-contents",
|
|
151
|
+
components: [["path", { "d": "M16 5H3 M16 12H3 M16 19H3 M21 5h.01 M21 12h.01 M21 19h.01" }]]
|
|
152
|
+
};
|
|
153
|
+
const LuTableProperties = {
|
|
154
|
+
name: "lu-table-properties",
|
|
155
|
+
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" }]]
|
|
156
|
+
};
|
|
157
|
+
const LuTableRowsSplit = {
|
|
158
|
+
name: "lu-table-rows-split",
|
|
159
|
+
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" }]]
|
|
160
|
+
};
|
|
161
|
+
const LuTable = {
|
|
162
|
+
name: "lu-table",
|
|
163
|
+
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" }]]
|
|
164
|
+
};
|
|
165
|
+
const LuTabletSmartphone = {
|
|
166
|
+
name: "lu-tablet-smartphone",
|
|
167
|
+
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" }]]
|
|
168
|
+
};
|
|
169
|
+
const LuTablet = {
|
|
170
|
+
name: "lu-tablet",
|
|
171
|
+
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" }]]
|
|
172
|
+
};
|
|
173
|
+
const LuTablets = {
|
|
174
|
+
name: "lu-tablets",
|
|
175
|
+
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" }]]
|
|
176
|
+
};
|
|
1
177
|
const LuTag = {
|
|
2
178
|
name: "lu-tag",
|
|
3
179
|
components: [["path", { "d": "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z M7,7.5 a.5,.5 0 1,0 1,0 a.5,.5 0 1,0 -1,0 Z" }]]
|
|
@@ -62,6 +238,22 @@ const LuTestTubes = {
|
|
|
62
238
|
name: "lu-test-tubes",
|
|
63
239
|
components: [["path", { "d": "M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2 M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2 M3 2h7 M14 2h7 M9 16H4 M20 16h-5" }]]
|
|
64
240
|
};
|
|
241
|
+
const LuTextAlignCenter = {
|
|
242
|
+
name: "lu-text-align-center",
|
|
243
|
+
components: [["path", { "d": "M21 5H3 M17 12H7 M19 19H5" }]]
|
|
244
|
+
};
|
|
245
|
+
const LuTextAlignEnd = {
|
|
246
|
+
name: "lu-text-align-end",
|
|
247
|
+
components: [["path", { "d": "M21 5H3 M21 12H9 M21 19H7" }]]
|
|
248
|
+
};
|
|
249
|
+
const LuTextAlignJustify = {
|
|
250
|
+
name: "lu-text-align-justify",
|
|
251
|
+
components: [["path", { "d": "M3 5h18 M3 12h18 M3 19h18" }]]
|
|
252
|
+
};
|
|
253
|
+
const LuTextAlignStart = {
|
|
254
|
+
name: "lu-text-align-start",
|
|
255
|
+
components: [["path", { "d": "M21 5H3 M15 12H3 M17 19H3" }]]
|
|
256
|
+
};
|
|
65
257
|
const LuTextCursorInput = {
|
|
66
258
|
name: "lu-text-cursor-input",
|
|
67
259
|
components: [["path", { "d": "M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6 M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7 M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1 M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1 M9 6v12" }]]
|
|
@@ -70,21 +262,25 @@ const LuTextCursor = {
|
|
|
70
262
|
name: "lu-text-cursor",
|
|
71
263
|
components: [["path", { "d": "M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1 M7 22h1a4 4 0 0 0 4-4v-1 M7 2h1a4 4 0 0 1 4 4v1" }]]
|
|
72
264
|
};
|
|
265
|
+
const LuTextInitial = {
|
|
266
|
+
name: "lu-text-initial",
|
|
267
|
+
components: [["path", { "d": "M15 5h6 M15 12h6 M3 19h18 M3 12 L6.55 4.28 A0.5 0.5 0 0 1 7.45 4.28 L11 12 M3.92 10h6.16" }]]
|
|
268
|
+
};
|
|
73
269
|
const LuTextQuote = {
|
|
74
270
|
name: "lu-text-quote",
|
|
75
|
-
components: [["path", { "d": "M17
|
|
271
|
+
components: [["path", { "d": "M17 5H3 M21 12H8 M21 19H8 M3 12v7" }]]
|
|
76
272
|
};
|
|
77
273
|
const LuTextSearch = {
|
|
78
274
|
name: "lu-text-search",
|
|
79
|
-
components: [["path", { "d": "M21
|
|
275
|
+
components: [["path", { "d": "M21 5H3 M10 12H3 M10 19H3 M14,15 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M21 19 L19.1 17.1" }]]
|
|
80
276
|
};
|
|
81
277
|
const LuTextSelect = {
|
|
82
278
|
name: "lu-text-select",
|
|
83
279
|
components: [["path", { "d": "M14 21h1 M14 3h1 M19 3a2 2 0 0 1 2 2 M21 14v1 M21 19a2 2 0 0 1-2 2 M21 9v1 M3 14v1 M3 9v1 M5 21a2 2 0 0 1-2-2 M5 3a2 2 0 0 0-2 2 M7 12h10 M7 16h6 M7 8h8 M9 21h1 M9 3h1" }]]
|
|
84
280
|
};
|
|
85
|
-
const
|
|
86
|
-
name: "lu-text",
|
|
87
|
-
components: [["path", { "d": "
|
|
281
|
+
const LuTextWrap = {
|
|
282
|
+
name: "lu-text-wrap",
|
|
283
|
+
components: [["path", { "d": "m16 16-3 3 3 3 M3 12h14.5a1 1 0 0 1 0 7H13 M3 19h6 M3 5h18" }]]
|
|
88
284
|
};
|
|
89
285
|
const LuTheater = {
|
|
90
286
|
name: "lu-theater",
|
|
@@ -96,7 +292,7 @@ const LuThermometerSnowflake = {
|
|
|
96
292
|
};
|
|
97
293
|
const LuThermometerSun = {
|
|
98
294
|
name: "lu-thermometer-sun",
|
|
99
|
-
components: [["path", { "d": "M12
|
|
295
|
+
components: [["path", { "d": "M12 2v2 M12 8a4 4 0 0 0-1.645 7.647 M2 12h2 M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z M4.93 4.93 L6.34 6.34 M6.34 17.66 L4.93 19.07" }]]
|
|
100
296
|
};
|
|
101
297
|
const LuThermometer = {
|
|
102
298
|
name: "lu-thermometer",
|
|
@@ -104,11 +300,11 @@ const LuThermometer = {
|
|
|
104
300
|
};
|
|
105
301
|
const LuThumbsDown = {
|
|
106
302
|
name: "lu-thumbs-down",
|
|
107
|
-
components: [["path", { "d": "
|
|
303
|
+
components: [["path", { "d": "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z M17 14V2" }]]
|
|
108
304
|
};
|
|
109
305
|
const LuThumbsUp = {
|
|
110
306
|
name: "lu-thumbs-up",
|
|
111
|
-
components: [["path", { "d": "
|
|
307
|
+
components: [["path", { "d": "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z M7 10v12" }]]
|
|
112
308
|
};
|
|
113
309
|
const LuTicketCheck = {
|
|
114
310
|
name: "lu-ticket-check",
|
|
@@ -140,11 +336,11 @@ const LuTicket = {
|
|
|
140
336
|
};
|
|
141
337
|
const LuTicketsPlane = {
|
|
142
338
|
name: "lu-tickets-plane",
|
|
143
|
-
components: [["path", { "d": "M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12 M12 13.5 L15.
|
|
339
|
+
components: [["path", { "d": "M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12 M12 13.5 L15.79 14.01 M3.17 8.18 L14.17 3.18 A2 2 0 0 1 16.82 4.17 L18.56 8 M6 10V8 M6 14v1 M6 19v2 M4,8 h16 a2,2 0 0 1 2,2 v9 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-9 a2,2 0 0 1 2,-2 Z" }]]
|
|
144
340
|
};
|
|
145
341
|
const LuTickets = {
|
|
146
342
|
name: "lu-tickets",
|
|
147
|
-
components: [["path", { "d": "
|
|
343
|
+
components: [["path", { "d": "m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8 M6 10V8 M6 14v1 M6 19v2 M4,8 h16 a2,2 0 0 1 2,2 v9 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-9 a2,2 0 0 1 2,-2 Z" }]]
|
|
148
344
|
};
|
|
149
345
|
const LuTimerOff = {
|
|
150
346
|
name: "lu-timer-off",
|
|
@@ -174,6 +370,10 @@ const LuToolCase = {
|
|
|
174
370
|
name: "lu-tool-case",
|
|
175
371
|
components: [["path", { "d": "M10 15h4 M14.82 10.99 L13.85 9.54 L14.88 8.31 A2 2 0 0 0 12.86 5.08 L11.04 5.44 L9.91 3.88 A2 2 0 0 0 6.29 4.63 L6.14 6.55 L4.42 6.98 A2 2 0 0 0 4.23 10.73 L4.88 11 M18.82 10.99 L21.08 5.61 A1 1 0 0 0 20.53 4.3 L16.95 2.9 A1 1 0 0 0 15.67 3.43 L14.75 5.55 M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" }]]
|
|
176
372
|
};
|
|
373
|
+
const LuToolbox = {
|
|
374
|
+
name: "lu-toolbox",
|
|
375
|
+
components: [["path", { "d": "M16 12v4 M16 6a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6z M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2 M2 14h20 M8 12v4" }]]
|
|
376
|
+
};
|
|
177
377
|
const LuTornado = {
|
|
178
378
|
name: "lu-tornado",
|
|
179
379
|
components: [["path", { "d": "M21 4H3 M18 8H6 M19 12H9 M16 16h-6 M11 20H9" }]]
|
|
@@ -190,6 +390,10 @@ const LuTouchpad = {
|
|
|
190
390
|
name: "lu-touchpad",
|
|
191
391
|
components: [["path", { "d": "M4,4 h16 a2,2 0 0 1 2,2 v12 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-12 a2,2 0 0 1 2,-2 Z M2 14h20 M12 20v-6" }]]
|
|
192
392
|
};
|
|
393
|
+
const LuTowelRack = {
|
|
394
|
+
name: "lu-towel-rack",
|
|
395
|
+
components: [["path", { "d": "M22 7h-2 M6.5 3h11A2.5 2.5 0 0 1 20 5.5V20a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V5.5a1 1 0 0 0-5 0V17a1 1 0 0 0 1 1h4 M9 7H2" }]]
|
|
396
|
+
};
|
|
193
397
|
const LuTowerControl = {
|
|
194
398
|
name: "lu-tower-control",
|
|
195
399
|
components: [["path", { "d": "M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z M8 13v9 M16 22v-9 M9 6 L10 13 M15 6 L14 13 M12 6V2 M13 2h-2" }]]
|
|
@@ -402,9 +606,13 @@ const LuUserCog = {
|
|
|
402
606
|
name: "lu-user-cog",
|
|
403
607
|
components: [["path", { "d": "M10 15H6a4 4 0 0 0-4 4v2 M14.3 16.53 L15.23 16.15 M15.23 13.85 L14.3 13.47 M16.85 12.23 L16.47 11.3 M16.85 17.77 L16.47 18.7 M19.15 12.23 L19.53 11.3 M19.53 18.7 L19.15 17.77 M20.77 13.85 L21.7 13.47 M20.77 16.15 L21.7 16.53 M15,15 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M5,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z" }]]
|
|
404
608
|
};
|
|
609
|
+
const LuUserKey = {
|
|
610
|
+
name: "lu-user-key",
|
|
611
|
+
components: [["path", { "d": "M20 11v6 M20 13h2 M3 21v-2a4 4 0 0 1 4-4h6a4 4 0 0 1 2.072.578 M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M18,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
612
|
+
};
|
|
405
613
|
const LuUserLock = {
|
|
406
614
|
name: "lu-user-lock",
|
|
407
|
-
components: [["path", { "d": "
|
|
615
|
+
components: [["path", { "d": "M19 16v-2a2 2 0 0 0-4 0v2 M9.5 15H7a4 4 0 0 0-4 4v2 M6,7 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M13.899000000000001,16 h6.202 a.899,.899 0 0 1 .899,.899 v3.202 a.899,.899 0 0 1 -.899,.899 h-6.202 a.899,.899 0 0 1 -.899,-.899 v-3.202 a.899,.899 0 0 1 .899,-.899 Z" }]]
|
|
408
616
|
};
|
|
409
617
|
const LuUserMinus = {
|
|
410
618
|
name: "lu-user-minus",
|
|
@@ -426,6 +634,10 @@ const LuUserRoundCog = {
|
|
|
426
634
|
name: "lu-user-round-cog",
|
|
427
635
|
components: [["path", { "d": "m14.305 19.53.923-.382 M15.23 16.85 L14.3 16.47 M16.85 15.23 L16.47 14.3 M16.85 20.77 L16.47 21.7 M19.15 15.23 L19.53 14.3 M19.53 21.7 L19.15 20.77 M2 21a8 8 0 0 1 10.434-7.62 M20.77 16.85 L21.7 16.47 M20.77 19.15 L21.7 19.53 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M15,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
428
636
|
};
|
|
637
|
+
const LuUserRoundKey = {
|
|
638
|
+
name: "lu-user-round-key",
|
|
639
|
+
components: [["path", { "d": "M19 11v6 M19 13h2 M2 21a8 8 0 0 1 12.868-6.349 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M17,19 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
640
|
+
};
|
|
429
641
|
const LuUserRoundMinus = {
|
|
430
642
|
name: "lu-user-round-minus",
|
|
431
643
|
components: [["path", { "d": "M2 21a8 8 0 0 1 13.292-6 M5,8 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M22 19h-6" }]]
|
|
@@ -486,6 +698,10 @@ const LuUtilityPole = {
|
|
|
486
698
|
name: "lu-utility-pole",
|
|
487
699
|
components: [["path", { "d": "M12 2v20 M2 5h20 M3 3v2 M7 3v2 M17 3v2 M21 3v2 M19 5 L12 12 L5 5" }]]
|
|
488
700
|
};
|
|
701
|
+
const LuVan = {
|
|
702
|
+
name: "lu-van",
|
|
703
|
+
components: [["path", { "d": "M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3 M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2 M9 18h5 M14,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M5,18 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
704
|
+
};
|
|
489
705
|
const LuVariable = {
|
|
490
706
|
name: "lu-variable",
|
|
491
707
|
components: [["path", { "d": "M8 21s-4-3-4-9 4-9 4-9 M16 3s4 3 4 9-4 9-4 9 M15 9 L9 15 M9 9 L15 15" }]]
|
|
@@ -606,6 +822,14 @@ const LuWatch = {
|
|
|
606
822
|
name: "lu-watch",
|
|
607
823
|
components: [["path", { "d": "M12 10v2.2l1.6 1 M16.13 7.66 L15.32 3.61 A2 2 0 0 0 13.32 2 L10.64 2 A2 2 0 0 0 8.64 3.61 L7.86 7.66 M7.88 16.36 L8.68 20.36 A2 2 0 0 0 10.68 21.97 L13.4 21.97 A2 2 0 0 0 15.4 20.36 L16.21 16.31 M6,12 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
|
|
608
824
|
};
|
|
825
|
+
const LuWavesArrowDown = {
|
|
826
|
+
name: "lu-waves-arrow-down",
|
|
827
|
+
components: [["path", { "d": "M12 10L12 2 M16 6L12 10L8 6 M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15 M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21" }]]
|
|
828
|
+
};
|
|
829
|
+
const LuWavesArrowUp = {
|
|
830
|
+
name: "lu-waves-arrow-up",
|
|
831
|
+
components: [["path", { "d": "M12 2v8 M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M8 6 L12 2 L16 6" }]]
|
|
832
|
+
};
|
|
609
833
|
const LuWavesLadder = {
|
|
610
834
|
name: "lu-waves-ladder",
|
|
611
835
|
components: [["path", { "d": "M19 5a2 2 0 0 0-2 2v11 M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1 M7 13h10 M7 9h10 M9 5a2 2 0 0 0-2 2v11" }]]
|
|
@@ -616,7 +840,7 @@ const LuWaves = {
|
|
|
616
840
|
};
|
|
617
841
|
const LuWaypoints = {
|
|
618
842
|
name: "lu-waypoints",
|
|
619
|
-
components: [["path", { "d": "
|
|
843
|
+
components: [["path", { "d": "m10.586 5.414-5.172 5.172 M18.59 13.41 L13.41 18.59 M6 12h12 M10,20 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M10,4 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M18,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M2,12 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z" }]]
|
|
620
844
|
};
|
|
621
845
|
const LuWebcam = {
|
|
622
846
|
name: "lu-webcam",
|
|
@@ -630,6 +854,10 @@ const LuWebhook = {
|
|
|
630
854
|
name: "lu-webhook",
|
|
631
855
|
components: [["path", { "d": "M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2 M6 17 L9.13 11.22 C9.66 10.25, 9.23 9.04, 8.63 8.12 A4 4 0 1 1 15.52 4.06 M12 6 L15.13 11.73 C15.66 12.7, 16.9 13, 18 13 A4 4 0 0 1 18 21" }]]
|
|
632
856
|
};
|
|
857
|
+
const LuWeightTilde = {
|
|
858
|
+
name: "lu-weight-tilde",
|
|
859
|
+
components: [["path", { "d": "M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0 M9,5 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
860
|
+
};
|
|
633
861
|
const LuWeight = {
|
|
634
862
|
name: "lu-weight",
|
|
635
863
|
components: [["path", { "d": "M9,5 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z" }]]
|
|
@@ -702,14 +930,14 @@ const LuWorm = {
|
|
|
702
930
|
name: "lu-worm",
|
|
703
931
|
components: [["path", { "d": "m19 12-1.5 3 M19.63 18.81 22 20 M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z" }]]
|
|
704
932
|
};
|
|
705
|
-
const LuWrapText = {
|
|
706
|
-
name: "lu-wrap-text",
|
|
707
|
-
components: [["path", { "d": "m16 16-2 2 2 2 M3 12h15a3 3 0 1 1 0 6h-4 M3 18h7 M3 6h18" }]]
|
|
708
|
-
};
|
|
709
933
|
const LuWrench = {
|
|
710
934
|
name: "lu-wrench",
|
|
711
935
|
components: [["path", { "d": "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z" }]]
|
|
712
936
|
};
|
|
937
|
+
const LuXLineTop = {
|
|
938
|
+
name: "lu-x-line-top",
|
|
939
|
+
components: [["path", { "d": "M18 4H6 M18 8 6 20 M6 8 L18 20" }]]
|
|
940
|
+
};
|
|
713
941
|
const LuX = {
|
|
714
942
|
name: "lu-x",
|
|
715
943
|
components: [["path", { "d": "M18 6 6 18 M6 6 L18 18" }]]
|
|
@@ -726,6 +954,58 @@ const LuZap = {
|
|
|
726
954
|
name: "lu-zap",
|
|
727
955
|
components: [["path", { "d": "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" }]]
|
|
728
956
|
};
|
|
957
|
+
const LuZodiacAquarius = {
|
|
958
|
+
name: "lu-zodiac-aquarius",
|
|
959
|
+
components: [["path", { "d": "m2 10 2.456-3.684a.7.7 0 0 1 1.106-.013l2.39 3.413a.7.7 0 0 0 1.096-.001l2.402-3.432a.7.7 0 0 1 1.098 0l2.402 3.432a.7.7 0 0 0 1.098 0l2.389-3.413a.7.7 0 0 1 1.106.013L22 10 M2 18 L4.46 14.32 A0.7 0.7 0 0 1 5.56 14.3 L7.95 17.72 A0.7 0.7 0 0 0 9.05 17.72 L11.45 14.29 A0.7 0.7 0 0 1 12.55 14.29 L14.95 17.72 A0.7 0.7 0 0 0 16.05 17.72 L18.44 14.3 A0.7 0.7 0 0 1 19.54 14.32 L22 18" }]]
|
|
960
|
+
};
|
|
961
|
+
const LuZodiacAries = {
|
|
962
|
+
name: "lu-zodiac-aries",
|
|
963
|
+
components: [["path", { "d": "M12 7.5a4.5 4.5 0 1 1 5 4.5 M7 12a4.5 4.5 0 1 1 5-4.5V21" }]]
|
|
964
|
+
};
|
|
965
|
+
const LuZodiacCancer = {
|
|
966
|
+
name: "lu-zodiac-cancer",
|
|
967
|
+
components: [["path", { "d": "M21 14.5A9 6.5 0 0 1 5.5 19 M3 9.5A9 6.5 0 0 1 18.5 5 M14,14.5 a3.5,3.5 0 1,0 7,0 a3.5,3.5 0 1,0 -7,0 Z M3,9.5 a3.5,3.5 0 1,0 7,0 a3.5,3.5 0 1,0 -7,0 Z" }]]
|
|
968
|
+
};
|
|
969
|
+
const LuZodiacCapricorn = {
|
|
970
|
+
name: "lu-zodiac-capricorn",
|
|
971
|
+
components: [["path", { "d": "M11 21a3 3 0 0 0 3-3V6.5a1 1 0 0 0-7 0 M7 19V6a3 3 0 0 0-3-3h0 M14,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
972
|
+
};
|
|
973
|
+
const LuZodiacGemini = {
|
|
974
|
+
name: "lu-zodiac-gemini",
|
|
975
|
+
components: [["path", { "d": "M16 4.525v14.948 M20 3A17 17 0 0 1 4 3 M4 21a17 17 0 0 1 16 0 M8 4.525v14.948" }]]
|
|
976
|
+
};
|
|
977
|
+
const LuZodiacLeo = {
|
|
978
|
+
name: "lu-zodiac-leo",
|
|
979
|
+
components: [["path", { "d": "M10 16c0-4-3-4.5-3-8a5 5 0 0 1 10 0c0 3.466-3 6.196-3 10a3 3 0 0 0 6 0 M4,16 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
|
|
980
|
+
};
|
|
981
|
+
const LuZodiacLibra = {
|
|
982
|
+
name: "lu-zodiac-libra",
|
|
983
|
+
components: [["path", { "d": "M3 16h6.857c.162-.012.19-.323.038-.38a6 6 0 1 1 4.212 0c-.153.057-.125.368.038.38H21 M3 20h18" }]]
|
|
984
|
+
};
|
|
985
|
+
const LuZodiacOphiuchus = {
|
|
986
|
+
name: "lu-zodiac-ophiuchus",
|
|
987
|
+
components: [["path", { "d": "M3 10A6.06 6.06 0 0 1 12 10 A6.06 6.06 0 0 0 21 10 M6 3v12a6 6 0 0 0 12 0V3" }]]
|
|
988
|
+
};
|
|
989
|
+
const LuZodiacPisces = {
|
|
990
|
+
name: "lu-zodiac-pisces",
|
|
991
|
+
components: [["path", { "d": "M19 21a15 15 0 0 1 0-18 M20 12H4 M5 3a15 15 0 0 1 0 18" }]]
|
|
992
|
+
};
|
|
993
|
+
const LuZodiacSagittarius = {
|
|
994
|
+
name: "lu-zodiac-sagittarius",
|
|
995
|
+
components: [["path", { "d": "M15 3h6v6 M21 3 3 21 M9 9 L15 15" }]]
|
|
996
|
+
};
|
|
997
|
+
const LuZodiacScorpio = {
|
|
998
|
+
name: "lu-zodiac-scorpio",
|
|
999
|
+
components: [["path", { "d": "M10 19V5.5a1 1 0 0 1 5 0V17a2 2 0 0 0 2 2h5l-3-3 M22 19 L19 22 M5 19V5.5a1 1 0 0 1 5 0 M5 5.5A2.5 2.5 0 0 0 2.5 3" }]]
|
|
1000
|
+
};
|
|
1001
|
+
const LuZodiacTaurus = {
|
|
1002
|
+
name: "lu-zodiac-taurus",
|
|
1003
|
+
components: [["path", { "d": "M6,15 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z M18 3A6 6 0 0 1 6 3" }]]
|
|
1004
|
+
};
|
|
1005
|
+
const LuZodiacVirgo = {
|
|
1006
|
+
name: "lu-zodiac-virgo",
|
|
1007
|
+
components: [["path", { "d": "M11 5.5a1 1 0 0 1 5 0V16a5 5 0 0 0 5 5 M16 11.5a1 1 0 0 1 5 0V16a5 5 0 0 1-5 5 M6 19V6a3 3 0 0 0-3-3h0 M6 5.5a1 1 0 0 1 5 0V19" }]]
|
|
1008
|
+
};
|
|
729
1009
|
const LuZoomIn = {
|
|
730
1010
|
name: "lu-zoom-in",
|
|
731
1011
|
components: [["path", { "d": "M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.65 16.65 M11 8 L11 14 M8 11 L14 11" }]]
|
|
@@ -735,6 +1015,50 @@ const LuZoomOut = {
|
|
|
735
1015
|
components: [["path", { "d": "M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.65 16.65 M8 11 L14 11" }]]
|
|
736
1016
|
};
|
|
737
1017
|
export {
|
|
1018
|
+
LuSquaresUnite,
|
|
1019
|
+
LuSquircle,
|
|
1020
|
+
LuSquircleDashed,
|
|
1021
|
+
LuSquirrel,
|
|
1022
|
+
LuStamp,
|
|
1023
|
+
LuStar,
|
|
1024
|
+
LuStarHalf,
|
|
1025
|
+
LuStarOff,
|
|
1026
|
+
LuStepBack,
|
|
1027
|
+
LuStepForward,
|
|
1028
|
+
LuStethoscope,
|
|
1029
|
+
LuSticker,
|
|
1030
|
+
LuStickyNote,
|
|
1031
|
+
LuStone,
|
|
1032
|
+
LuStore,
|
|
1033
|
+
LuStretchHorizontal,
|
|
1034
|
+
LuStretchVertical,
|
|
1035
|
+
LuStrikethrough,
|
|
1036
|
+
LuSubscript,
|
|
1037
|
+
LuSun,
|
|
1038
|
+
LuSunDim,
|
|
1039
|
+
LuSunMedium,
|
|
1040
|
+
LuSunMoon,
|
|
1041
|
+
LuSunSnow,
|
|
1042
|
+
LuSunrise,
|
|
1043
|
+
LuSunset,
|
|
1044
|
+
LuSuperscript,
|
|
1045
|
+
LuSwatchBook,
|
|
1046
|
+
LuSwissFranc,
|
|
1047
|
+
LuSwitchCamera,
|
|
1048
|
+
LuSword,
|
|
1049
|
+
LuSwords,
|
|
1050
|
+
LuSyringe,
|
|
1051
|
+
LuTable,
|
|
1052
|
+
LuTable2,
|
|
1053
|
+
LuTableCellsMerge,
|
|
1054
|
+
LuTableCellsSplit,
|
|
1055
|
+
LuTableColumnsSplit,
|
|
1056
|
+
LuTableOfContents,
|
|
1057
|
+
LuTableProperties,
|
|
1058
|
+
LuTableRowsSplit,
|
|
1059
|
+
LuTablet,
|
|
1060
|
+
LuTabletSmartphone,
|
|
1061
|
+
LuTablets,
|
|
738
1062
|
LuTag,
|
|
739
1063
|
LuTags,
|
|
740
1064
|
LuTally1,
|
|
@@ -751,12 +1075,17 @@ export {
|
|
|
751
1075
|
LuTestTube,
|
|
752
1076
|
LuTestTubeDiagonal,
|
|
753
1077
|
LuTestTubes,
|
|
754
|
-
|
|
1078
|
+
LuTextAlignCenter,
|
|
1079
|
+
LuTextAlignEnd,
|
|
1080
|
+
LuTextAlignJustify,
|
|
1081
|
+
LuTextAlignStart,
|
|
755
1082
|
LuTextCursor,
|
|
756
1083
|
LuTextCursorInput,
|
|
1084
|
+
LuTextInitial,
|
|
757
1085
|
LuTextQuote,
|
|
758
1086
|
LuTextSearch,
|
|
759
1087
|
LuTextSelect,
|
|
1088
|
+
LuTextWrap,
|
|
760
1089
|
LuTheater,
|
|
761
1090
|
LuThermometer,
|
|
762
1091
|
LuThermometerSnowflake,
|
|
@@ -779,10 +1108,12 @@ export {
|
|
|
779
1108
|
LuToggleRight,
|
|
780
1109
|
LuToilet,
|
|
781
1110
|
LuToolCase,
|
|
1111
|
+
LuToolbox,
|
|
782
1112
|
LuTornado,
|
|
783
1113
|
LuTorus,
|
|
784
1114
|
LuTouchpad,
|
|
785
1115
|
LuTouchpadOff,
|
|
1116
|
+
LuTowelRack,
|
|
786
1117
|
LuTowerControl,
|
|
787
1118
|
LuToyBrick,
|
|
788
1119
|
LuTractor,
|
|
@@ -837,6 +1168,7 @@ export {
|
|
|
837
1168
|
LuUser,
|
|
838
1169
|
LuUserCheck,
|
|
839
1170
|
LuUserCog,
|
|
1171
|
+
LuUserKey,
|
|
840
1172
|
LuUserLock,
|
|
841
1173
|
LuUserMinus,
|
|
842
1174
|
LuUserPen,
|
|
@@ -844,6 +1176,7 @@ export {
|
|
|
844
1176
|
LuUserRound,
|
|
845
1177
|
LuUserRoundCheck,
|
|
846
1178
|
LuUserRoundCog,
|
|
1179
|
+
LuUserRoundKey,
|
|
847
1180
|
LuUserRoundMinus,
|
|
848
1181
|
LuUserRoundPen,
|
|
849
1182
|
LuUserRoundPlus,
|
|
@@ -857,6 +1190,7 @@ export {
|
|
|
857
1190
|
LuUtensils,
|
|
858
1191
|
LuUtensilsCrossed,
|
|
859
1192
|
LuUtilityPole,
|
|
1193
|
+
LuVan,
|
|
860
1194
|
LuVariable,
|
|
861
1195
|
LuVault,
|
|
862
1196
|
LuVectorSquare,
|
|
@@ -888,12 +1222,15 @@ export {
|
|
|
888
1222
|
LuWashingMachine,
|
|
889
1223
|
LuWatch,
|
|
890
1224
|
LuWaves,
|
|
1225
|
+
LuWavesArrowDown,
|
|
1226
|
+
LuWavesArrowUp,
|
|
891
1227
|
LuWavesLadder,
|
|
892
1228
|
LuWaypoints,
|
|
893
1229
|
LuWebcam,
|
|
894
1230
|
LuWebhook,
|
|
895
1231
|
LuWebhookOff,
|
|
896
1232
|
LuWeight,
|
|
1233
|
+
LuWeightTilde,
|
|
897
1234
|
LuWheat,
|
|
898
1235
|
LuWheatOff,
|
|
899
1236
|
LuWholeWord,
|
|
@@ -911,12 +1248,25 @@ export {
|
|
|
911
1248
|
LuWineOff,
|
|
912
1249
|
LuWorkflow,
|
|
913
1250
|
LuWorm,
|
|
914
|
-
LuWrapText,
|
|
915
1251
|
LuWrench,
|
|
916
1252
|
LuX,
|
|
1253
|
+
LuXLineTop,
|
|
917
1254
|
LuYoutube,
|
|
918
1255
|
LuZap,
|
|
919
1256
|
LuZapOff,
|
|
1257
|
+
LuZodiacAquarius,
|
|
1258
|
+
LuZodiacAries,
|
|
1259
|
+
LuZodiacCancer,
|
|
1260
|
+
LuZodiacCapricorn,
|
|
1261
|
+
LuZodiacGemini,
|
|
1262
|
+
LuZodiacLeo,
|
|
1263
|
+
LuZodiacLibra,
|
|
1264
|
+
LuZodiacOphiuchus,
|
|
1265
|
+
LuZodiacPisces,
|
|
1266
|
+
LuZodiacSagittarius,
|
|
1267
|
+
LuZodiacScorpio,
|
|
1268
|
+
LuZodiacTaurus,
|
|
1269
|
+
LuZodiacVirgo,
|
|
920
1270
|
LuZoomIn,
|
|
921
1271
|
LuZoomOut
|
|
922
1272
|
};
|