@rotki/ui-library 2.12.1 → 2.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/dist/components/accordions/accordion/RuiAccordion.vue.js +1 -1
  2. package/dist/components/accordions/accordions/RuiAccordions.vue.js +1 -1
  3. package/dist/components/alerts/RuiAlert.vue.d.ts +2 -2
  4. package/dist/components/alerts/RuiAlert.vue2.js +1 -1
  5. package/dist/components/buttons/button/RuiButton.vue2.js +1 -1
  6. package/dist/components/buttons/button-group/RuiButtonGroup.vue2.js +1 -1
  7. package/dist/components/calendar/RuiCalendar.vue.js +1 -1
  8. package/dist/components/calendar/RuiCalendarGrid.vue2.js +1 -1
  9. package/dist/components/calendar/RuiCalendarHeader.vue2.js +1 -1
  10. package/dist/components/calendar/RuiCalendarMenu.vue2.js +1 -1
  11. package/dist/components/cards/RuiCard.vue.d.ts +1 -1
  12. package/dist/components/cards/RuiCard.vue2.js +1 -1
  13. package/dist/components/cards/RuiCardHeader.vue2.js +1 -1
  14. package/dist/components/chips/RuiChip.vue.d.ts +1 -1
  15. package/dist/components/chips/RuiChip.vue2.js +1 -1
  16. package/dist/components/color-picker/RuiColorBoard.vue2.js +6 -2
  17. package/dist/components/color-picker/RuiColorBoard.vue2.js.map +1 -1
  18. package/dist/components/color-picker/RuiColorDisplay.vue.js +1 -1
  19. package/dist/components/color-picker/RuiColorHue.vue2.js +8 -2
  20. package/dist/components/color-picker/RuiColorHue.vue2.js.map +1 -1
  21. package/dist/components/color-picker/RuiColorInput.vue.js +1 -1
  22. package/dist/components/color-picker/RuiColorPicker.vue.js +6 -2
  23. package/dist/components/color-picker/RuiColorPicker.vue.js.map +1 -1
  24. package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +4 -4
  25. package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js +5 -5
  26. package/dist/components/date-time-picker/RuiDateTimePicker.vue2.js.map +1 -1
  27. package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.js +1 -1
  28. package/dist/components/divider/RuiDivider.vue.js +6 -3
  29. package/dist/components/divider/RuiDivider.vue.js.map +1 -1
  30. package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +17 -34
  31. package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js +18 -9
  32. package/dist/components/forms/auto-complete/RuiAutoComplete.vue2.js.map +1 -1
  33. package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -2
  34. package/dist/components/forms/checkbox/RuiCheckbox.vue2.js +2 -2
  35. package/dist/components/forms/checkbox/RuiCheckbox.vue2.js.map +1 -1
  36. package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +1 -1
  37. package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js +2 -2
  38. package/dist/components/forms/radio-button/radio/RuiRadio.vue2.js.map +1 -1
  39. package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +1 -1
  40. package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js +2 -2
  41. package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue2.js.map +1 -1
  42. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +3 -3
  43. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js +4 -2
  44. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.js.map +1 -1
  45. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +17 -17
  46. package/dist/components/forms/select/RuiMenuSelect.vue2.js +14 -7
  47. package/dist/components/forms/select/RuiMenuSelect.vue2.js.map +1 -1
  48. package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +3 -1
  49. package/dist/components/forms/select/RuiSimpleSelect.vue2.js +8 -4
  50. package/dist/components/forms/select/RuiSimpleSelect.vue2.js.map +1 -1
  51. package/dist/components/forms/slider/RuiSlider.vue.d.ts +2 -2
  52. package/dist/components/forms/slider/RuiSlider.vue2.js +10 -8
  53. package/dist/components/forms/slider/RuiSlider.vue2.js.map +1 -1
  54. package/dist/components/forms/switch/RuiSwitch.vue.d.ts +1 -1
  55. package/dist/components/forms/switch/RuiSwitch.vue2.js +2 -2
  56. package/dist/components/forms/switch/RuiSwitch.vue2.js.map +1 -1
  57. package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +3 -3
  58. package/dist/components/forms/text-area/RuiTextArea.vue2.js +8 -8
  59. package/dist/components/forms/text-area/RuiTextArea.vue2.js.map +1 -1
  60. package/dist/components/forms/text-field/RuiTextField.vue.d.ts +6 -6
  61. package/dist/components/forms/text-field/RuiTextField.vue2.js +5 -5
  62. package/dist/components/forms/text-field/RuiTextField.vue2.js.map +1 -1
  63. package/dist/components/helpers/RuiFormTextDetail.vue.js +1 -1
  64. package/dist/components/helpers/RuiFormTextDetail.vue.js.map +1 -1
  65. package/dist/components/icons/RuiIcon.vue2.js +3 -6
  66. package/dist/components/icons/RuiIcon.vue2.js.map +1 -1
  67. package/dist/components/index.d.ts +2 -2
  68. package/dist/components/loaders/RuiSkeletonBase.vue2.js +1 -1
  69. package/dist/components/loaders/RuiSkeletonLoader.vue2.js +1 -1
  70. package/dist/components/logos/RuiLogo.vue.js +3 -1
  71. package/dist/components/logos/RuiLogo.vue.js.map +1 -1
  72. package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -3
  73. package/dist/components/overlays/badge/RuiBadge.vue2.js +1 -1
  74. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.js +1 -1
  75. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +4 -3
  76. package/dist/components/overlays/dialog/RuiDialog.vue2.js +11 -5
  77. package/dist/components/overlays/dialog/RuiDialog.vue2.js.map +1 -1
  78. package/dist/components/overlays/menu/RuiMenu.vue.d.ts +1 -1
  79. package/dist/components/overlays/menu/RuiMenu.vue2.js +6 -4
  80. package/dist/components/overlays/menu/RuiMenu.vue2.js.map +1 -1
  81. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +4 -3
  82. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js +9 -4
  83. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue2.js.map +1 -1
  84. package/dist/components/overlays/notification/RuiNotification.vue.d.ts +1 -1
  85. package/dist/components/overlays/notification/RuiNotification.vue.js +3 -1
  86. package/dist/components/overlays/notification/RuiNotification.vue.js.map +1 -1
  87. package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +1 -1
  88. package/dist/components/overlays/tooltip/RuiTooltip.vue2.js +7 -3
  89. package/dist/components/overlays/tooltip/RuiTooltip.vue2.js.map +1 -1
  90. package/dist/components/progress/RuiProgress.vue.d.ts +1 -1
  91. package/dist/components/progress/RuiProgress.vue2.js +1 -1
  92. package/dist/components/steppers/RuiFooterStepper.vue2.js +15 -8
  93. package/dist/components/steppers/RuiFooterStepper.vue2.js.map +1 -1
  94. package/dist/components/steppers/RuiStepper.vue.d.ts +1 -1
  95. package/dist/components/steppers/RuiStepper.vue2.js +9 -4
  96. package/dist/components/steppers/RuiStepper.vue2.js.map +1 -1
  97. package/dist/components/steppers/RuiStepperCustomIcon.vue2.js +1 -1
  98. package/dist/components/steppers/RuiStepperIcon.vue2.js +1 -1
  99. package/dist/components/tables/RuiDataTable.vue2.js +28 -24
  100. package/dist/components/tables/RuiDataTable.vue2.js.map +1 -1
  101. package/dist/components/tables/RuiExpandButton.vue2.js +3 -2
  102. package/dist/components/tables/RuiExpandButton.vue2.js.map +1 -1
  103. package/dist/components/tables/RuiTableHead.vue2.js +1 -1
  104. package/dist/components/tables/RuiTablePagination.vue.d.ts +1 -1
  105. package/dist/components/tables/RuiTablePagination.vue2.js +12 -5
  106. package/dist/components/tables/RuiTablePagination.vue2.js.map +1 -1
  107. package/dist/components/tabs/tab/RuiTab.vue.d.ts +2 -2
  108. package/dist/components/tabs/tab/RuiTab.vue2.js +9 -6
  109. package/dist/components/tabs/tab/RuiTab.vue2.js.map +1 -1
  110. package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +1 -1
  111. package/dist/components/tabs/tab-item/RuiTabItem.vue2.js +2 -1
  112. package/dist/components/tabs/tab-item/RuiTabItem.vue2.js.map +1 -1
  113. package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +1 -1
  114. package/dist/components/tabs/tab-items/RuiTabItems.vue2.js +1 -1
  115. package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +1 -1
  116. package/dist/components/tabs/tabs/RuiTabs.vue2.js +1 -1
  117. package/dist/components/time-picker/RuiTimePicker.vue2.js +21 -4
  118. package/dist/components/time-picker/RuiTimePicker.vue2.js.map +1 -1
  119. package/dist/composables/icons.js +1 -1
  120. package/dist/composables/icons.js.map +1 -1
  121. package/dist/composables/popper.js +3 -3
  122. package/dist/composables/popper.js.map +1 -1
  123. package/dist/composables/theme.js +7 -4
  124. package/dist/composables/theme.js.map +1 -1
  125. package/dist/icons/icons_1.d.ts +15 -15
  126. package/dist/icons/icons_1.js +96 -96
  127. package/dist/icons/icons_1.js.map +1 -1
  128. package/dist/icons/icons_2.d.ts +38 -38
  129. package/dist/icons/icons_2.js +255 -255
  130. package/dist/icons/icons_2.js.map +1 -1
  131. package/dist/icons/icons_3.d.ts +26 -26
  132. package/dist/icons/icons_3.js +153 -153
  133. package/dist/icons/icons_3.js.map +1 -1
  134. package/dist/icons/icons_4.d.ts +37 -2
  135. package/dist/icons/icons_4.js +192 -17
  136. package/dist/icons/icons_4.js.map +1 -1
  137. package/dist/icons/index.d.ts +1 -1
  138. package/dist/icons/index.js +1 -1
  139. package/dist/icons/index.js.map +1 -1
  140. package/dist/index.js +65 -30
  141. package/dist/style.css +26 -26
  142. package/dist/vite-plugin/index.js +4 -4
  143. package/dist/vite-plugin/index.js.map +1 -1
  144. package/dist/vite-plugin/scanner.js +3 -3
  145. package/dist/vite-plugin/scanner.js.map +1 -1
  146. package/dist/web-types.json +43 -24
  147. package/package.json +28 -34
@@ -1,3 +1,75 @@
1
+ const LuMap = {
2
+ name: "lu-map",
3
+ components: [["path", { "d": "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z M15 5.764v15 M9 3.236v15" }]]
4
+ };
5
+ const LuMarsStroke = {
6
+ name: "lu-mars-stroke",
7
+ components: [["path", { "d": "m14 6 4 4 M17 3h4v4 M21 3 L13.25 10.75 M3,15 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
8
+ };
9
+ const LuMars = {
10
+ name: "lu-mars",
11
+ components: [["path", { "d": "M16 3h5v5 M21 3 L14.25 9.75 M4,14 a6,6 0 1,0 12,0 a6,6 0 1,0 -12,0 Z" }]]
12
+ };
13
+ const LuMartini = {
14
+ name: "lu-martini",
15
+ components: [["path", { "d": "M8 22h8 M12 11v11 M19 3 L12 11 L5 3 Z" }]]
16
+ };
17
+ const LuMaximize2 = {
18
+ name: "lu-maximize-2",
19
+ components: [["path", { "d": "M15 3h6v6 M21 3 L14 10 M3 21 L10 14 M9 21H3v-6" }]]
20
+ };
21
+ const LuMaximize = {
22
+ name: "lu-maximize",
23
+ components: [["path", { "d": "M8 3H5a2 2 0 0 0-2 2v3 M21 8V5a2 2 0 0 0-2-2h-3 M3 16v3a2 2 0 0 0 2 2h3 M16 21h3a2 2 0 0 0 2-2v-3" }]]
24
+ };
25
+ const LuMedal = {
26
+ name: "lu-medal",
27
+ components: [["path", { "d": "M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15 M11 12 5.12 2.2 M13 12 L18.88 2.2 M8 7h8 M7,17 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12 18v-2h-.5" }]]
28
+ };
29
+ const LuMegaphoneOff = {
30
+ name: "lu-megaphone-off",
31
+ components: [["path", { "d": "M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344 M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1 M2 2 L22 22 M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14 M8 8v6" }]]
32
+ };
33
+ const LuMegaphone = {
34
+ name: "lu-megaphone",
35
+ components: [["path", { "d": "M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14 M8 6v8" }]]
36
+ };
37
+ const LuMeh = {
38
+ name: "lu-meh",
39
+ components: [["path", { "d": "M2,12 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0 Z M8 15 L16 15 M9 9 L9.01 9 M15 9 L15.01 9" }]]
40
+ };
41
+ const LuMemoryStick = {
42
+ name: "lu-memory-stick",
43
+ components: [["path", { "d": "M12 12v-2 M12 18v-2 M16 12v-2 M16 18v-2 M2 11h1.5 M20 18v-2 M20.5 11H22 M4 18v-2 M8 12v-2 M8 18v-2 M4,6 h16 a2,2 0 0 1 2,2 v6 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-6 a2,2 0 0 1 2,-2 Z" }]]
44
+ };
45
+ const LuMenu = {
46
+ name: "lu-menu",
47
+ components: [["path", { "d": "M4 5h16 M4 12h16 M4 19h16" }]]
48
+ };
49
+ const LuMerge = {
50
+ name: "lu-merge",
51
+ components: [["path", { "d": "m8 6 4-4 4 4 M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22 M20 22 L15 17" }]]
52
+ };
53
+ const LuMessageCircleCode = {
54
+ name: "lu-message-circle-code",
55
+ components: [["path", { "d": "m10 9-3 3 3 3 M14 15 L17 12 L14 9 M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" }]]
56
+ };
57
+ const LuMessageCircleDashed = {
58
+ name: "lu-message-circle-dashed",
59
+ components: [["path", { "d": "M10.1 2.182a10 10 0 0 1 3.8 0 M13.9 21.818a10 10 0 0 1-3.8 0 M17.609 3.72a10 10 0 0 1 2.69 2.7 M2.182 13.9a10 10 0 0 1 0-3.8 M20.28 17.61a10 10 0 0 1-2.7 2.69 M21.818 10.1a10 10 0 0 1 0 3.8 M3.721 6.391a10 10 0 0 1 2.7-2.69 M6.16 21.12 L3.26 21.97 A1 1 0 0 1 2.02 20.8 L2.99 17.82" }]]
60
+ };
61
+ const LuMessageCircleHeart = {
62
+ name: "lu-message-circle-heart",
63
+ components: [["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719 M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z" }]]
64
+ };
65
+ const LuMessageCircleMore = {
66
+ name: "lu-message-circle-more",
67
+ components: [["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719 M8 12h.01 M12 12h.01 M16 12h.01" }]]
68
+ };
69
+ const LuMessageCircleOff = {
70
+ name: "lu-message-circle-off",
71
+ components: [["path", { "d": "m2 2 20 20 M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989 M8.35 2.69A10 10 0 0 1 21.3 15.65" }]]
72
+ };
1
73
  const LuMessageCirclePlus = {
2
74
  name: "lu-message-circle-plus",
3
75
  components: [["path", { "d": "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719 M8 12h8 M12 8v8" }]]
@@ -28,7 +100,7 @@ const LuMessageSquareCode = {
28
100
  };
29
101
  const LuMessageSquareDashed = {
30
102
  name: "lu-message-square-dashed",
31
- components: [["path", { "d": "M12 19h.01 M12 3h.01 M16 19h.01 M16 3h.01 M2 13h.01 M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8 M2 5a2 2 0 0 1 2-2 M2 9h.01 M20 3a2 2 0 0 1 2 2 M22 13h.01 M22 17a2 2 0 0 1-2 2 M22 9h.01 M8 3h.01" }]]
103
+ components: [["path", { "d": "M14 3h2 M16 19h-2 M2 12v-2 M2 16v5.286a.71.71 0 0 0 1.212.502l1.149-1.149 M20 19a2 2 0 0 0 2-2v-1 M22 10v2 M22 6V5a2 2 0 0 0-2-2 M4 3a2 2 0 0 0-2 2v1 M8 19h2 M8 3h2" }]]
32
104
  };
33
105
  const LuMessageSquareDiff = {
34
106
  name: "lu-message-square-diff",
@@ -60,7 +132,7 @@ const LuMessageSquarePlus = {
60
132
  };
61
133
  const LuMessageSquareQuote = {
62
134
  name: "lu-message-square-quote",
63
- components: [["path", { "d": "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z M14 13a2 2 0 0 0 2-2V9h-2 M8 13a2 2 0 0 0 2-2V9H8" }]]
135
+ components: [["path", { "d": "M14 14a2 2 0 0 0 2-2V8h-2 M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z M8 14a2 2 0 0 0 2-2V8H8" }]]
64
136
  };
65
137
  const LuMessageSquareReply = {
66
138
  name: "lu-message-square-reply",
@@ -104,7 +176,7 @@ const LuMic = {
104
176
  };
105
177
  const LuMicrochip = {
106
178
  name: "lu-microchip",
107
- components: [["path", { "d": "M18 12h2 M18 16h2 M18 20h2 M18 4h2 M18 8h2 M4 12h2 M4 16h2 M4 20h2 M4 4h2 M4 8h2 M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z" }]]
179
+ components: [["path", { "d": "M10 12h4 M10 17h4 M10 7h4 M18 12h2 M18 18h2 M18 6h2 M4 12h2 M4 18h2 M4 6h2 M8,2 h8 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-8 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z" }]]
108
180
  };
109
181
  const LuMicroscope = {
110
182
  name: "lu-microscope",
@@ -142,6 +214,10 @@ const LuMonitorCheck = {
142
214
  name: "lu-monitor-check",
143
215
  components: [["path", { "d": "m9 10 2 2 4-4 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M12 17v4 M8 21h8" }]]
144
216
  };
217
+ const LuMonitorCloud = {
218
+ name: "lu-monitor-cloud",
219
+ components: [["path", { "d": "M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z M12 17v4 M8 21h8 M4,3 h16 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z" }]]
220
+ };
145
221
  const LuMonitorCog = {
146
222
  name: "lu-monitor-cog",
147
223
  components: [["path", { "d": "M12 17v4 M14.3 7.53 L15.23 7.15 M15.23 4.85 L14.3 4.47 M16.85 3.23 L16.47 2.3 M16.85 8.77 L16.47 9.7 M19.15 3.23 L19.53 2.3 M19.53 9.7 L19.15 8.77 M20.77 4.85 L21.7 4.47 M20.77 7.15 L21.7 7.53 M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7 M8 21h8 M15,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
@@ -156,7 +232,7 @@ const LuMonitorDown = {
156
232
  };
157
233
  const LuMonitorOff = {
158
234
  name: "lu-monitor-off",
159
- components: [["path", { "d": "M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2 M22 15V5a2 2 0 0 0-2-2H9 M8 21h8 M12 17v4 M2 2 L22 22" }]]
235
+ components: [["path", { "d": "M12 17v4 M17 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 1.184-1.826 M2 2 L22 22 M8 21h8 M8.656 3H20a2 2 0 0 1 2 2v10a2 2 0 0 1-.293 1.042" }]]
160
236
  };
161
237
  const LuMonitorPause = {
162
238
  name: "lu-monitor-pause",
@@ -198,6 +274,10 @@ const LuMoon = {
198
274
  name: "lu-moon",
199
275
  components: [["path", { "d": "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" }]]
200
276
  };
277
+ const LuMotorbike = {
278
+ name: "lu-motorbike",
279
+ components: [["path", { "d": "m18 14-1-3 M3 9 L9 11 A2 2 0 0 1 11 9 L13 9 A2 2 0 0 1 14.99 10.81 M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5 M16,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M2,17 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
280
+ };
201
281
  const LuMountainSnow = {
202
282
  name: "lu-mountain-snow",
203
283
  components: [["path", { "d": "m8 3 4 8 5-5 5 15H2L8 3z M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19" }]]
@@ -210,6 +290,10 @@ const LuMouseOff = {
210
290
  name: "lu-mouse-off",
211
291
  components: [["path", { "d": "M12 6v.343 M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218 M19 13.343V9A7 7 0 0 0 8.56 2.902 M22 22 2 2" }]]
212
292
  };
293
+ const LuMousePointer2Off = {
294
+ name: "lu-mouse-pointer-2-off",
295
+ components: [["path", { "d": "m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551 M22 2 2 22 M6.82 11.53 L4.04 4.69 A0.49 0.49 0 0 1 4.69 4.04 L11.53 6.82" }]]
296
+ };
213
297
  const LuMousePointer2 = {
214
298
  name: "lu-mouse-pointer-2",
215
299
  components: [["path", { "d": "M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z" }]]
@@ -436,7 +520,7 @@ const LuPackage = {
436
520
  };
437
521
  const LuPaintBucket = {
438
522
  name: "lu-paint-bucket",
439
- components: [["path", { "d": "m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z M5 2 L10 7 M2 13h15 M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z" }]]
523
+ components: [["path", { "d": "M11 7 6 2 M18.992 12H2.041 M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595 M8.5 4.5 L10.65 2.35 A1.21 1.21 0 0 1 12.35 2.35 L19.65 9.65 A1.21 1.21 0 0 1 19.65 11.35 L12.06 18.94 A3.62 3.62 0 0 1 6.94 18.94 L3.06 15.06 A3.62 3.62 0 0 1 3.06 9.94 L5.67 7.33" }]]
440
524
  };
441
525
  const LuPaintRoller = {
442
526
  name: "lu-paint-roller",
@@ -488,7 +572,7 @@ const LuPanelLeftOpen = {
488
572
  };
489
573
  const LuPanelLeftRightDashed = {
490
574
  name: "lu-panel-left-right-dashed",
491
- components: [["path", { "d": "M16 10V9 M16 15v-1 M16 21v-2 M16 5V3 M8 10V9 M8 15v-1 M8 21v-2 M8 5V3 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
575
+ components: [["path", { "d": "M15 10V9 M15 15v-1 M15 21v-2 M15 5V3 M9 10V9 M9 15v-1 M9 21v-2 M9 5V3 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
492
576
  };
493
577
  const LuPanelLeft = {
494
578
  name: "lu-panel-left",
@@ -512,7 +596,7 @@ const LuPanelRight = {
512
596
  };
513
597
  const LuPanelTopBottomDashed = {
514
598
  name: "lu-panel-top-bottom-dashed",
515
- components: [["path", { "d": "M14 16h1 M14 8h1 M19 16h2 M19 8h2 M3 16h2 M3 8h2 M9 16h1 M9 8h1 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" }]]
599
+ components: [["path", { "d": "M14 15h1 M14 9h1 M19 15h2 M19 9h2 M3 15h2 M3 9h2 M9 15h1 M9 9h1 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
516
600
  };
517
601
  const LuPanelTopClose = {
518
602
  name: "lu-panel-top-close",
@@ -732,7 +816,7 @@ const LuPlugZap = {
732
816
  };
733
817
  const LuPlug = {
734
818
  name: "lu-plug",
735
- components: [["path", { "d": "M12 22v-5 M9 8V2 M15 8V2 M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" }]]
819
+ components: [["path", { "d": "M12 22v-5 M15 8V2 M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z M9 8V2" }]]
736
820
  };
737
821
  const LuPlus = {
738
822
  name: "lu-plus",
@@ -786,6 +870,10 @@ const LuPrinterCheck = {
786
870
  name: "lu-printer-check",
787
871
  components: [["path", { "d": "M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5 M16 19 L18 21 L22 17 M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2 M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }]]
788
872
  };
873
+ const LuPrinterX = {
874
+ name: "lu-printer-x",
875
+ components: [["path", { "d": "M12.531 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6.377 M16.5 16.5 L21.5 21.5 M16.5 21.5 L21.5 16.5 M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.5 M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }]]
876
+ };
789
877
  const LuPrinter = {
790
878
  name: "lu-printer",
791
879
  components: [["path", { "d": "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2 M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6 M7,14 h10 a1,1 0 0 1 1,1 v6 a1,1 0 0 1 -1,1 h-10 a1,1 0 0 1 -1,-1 v-6 a1,1 0 0 1 1,-1 Z" }]]
@@ -892,7 +980,7 @@ const LuReceiptSwissFranc = {
892
980
  };
893
981
  const LuReceiptText = {
894
982
  name: "lu-receipt-text",
895
- components: [["path", { "d": "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z M14 8H8 M16 12H8 M13 16H8" }]]
983
+ components: [["path", { "d": "M13 16H8 M14 8H8 M16 12H8 M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" }]]
896
984
  };
897
985
  const LuReceiptTurkishLira = {
898
986
  name: "lu-receipt-turkish-lira",
@@ -980,11 +1068,11 @@ const LuRepeat = {
980
1068
  };
981
1069
  const LuReplaceAll = {
982
1070
  name: "lu-replace-all",
983
- components: [["path", { "d": "M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 M14 4a2 2 0 0 1 2-2 M16 10a2 2 0 0 1-2-2 M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2 M20 2a2 2 0 0 1 2 2 M22 8a2 2 0 0 1-2 2 M3 7 L6 10 L9 7 M6 10V5a 3 3 0 0 1 3-3h1 M4,14 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z" }]]
1071
+ components: [["path", { "d": "M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1 M14 4a1 1 0 0 1 1-1 M15 10a1 1 0 0 1-1-1 M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1 M21 4a1 1 0 0 0-1-1 M21 9a1 1 0 0 1-1 1 M3 7 L6 10 L9 7 M6 10V5a2 2 0 0 1 2-2h2 M4,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z" }]]
984
1072
  };
985
1073
  const LuReplace = {
986
1074
  name: "lu-replace",
987
- components: [["path", { "d": "M14 4a2 2 0 0 1 2-2 M16 10a2 2 0 0 1-2-2 M20 2a2 2 0 0 1 2 2 M22 8a2 2 0 0 1-2 2 M3 7 L6 10 L9 7 M6 10V5a3 3 0 0 1 3-3h1 M4,14 h4 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-4 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z" }]]
1075
+ components: [["path", { "d": "M14 4a1 1 0 0 1 1-1 M15 10a1 1 0 0 1-1-1 M21 4a1 1 0 0 0-1-1 M21 9a1 1 0 0 1-1 1 M3 7 L6 10 L9 7 M6 10V5a2 2 0 0 1 2-2h2 M4,14 h5 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-5 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z" }]]
988
1076
  };
989
1077
  const LuReplyAll = {
990
1078
  name: "lu-reply-all",
@@ -1072,7 +1160,7 @@ const LuRss = {
1072
1160
  };
1073
1161
  const LuRulerDimensionLine = {
1074
1162
  name: "lu-ruler-dimension-line",
1075
- components: [["path", { "d": "M12 15v-3.014 M16 15v-3.014 M20 6H4 M20 8V4 M4 8V4 M8 15v-3.014 M4,12 h16 a1,1 0 0 1 1,1 v5 a1,1 0 0 1 -1,1 h-16 a1,1 0 0 1 -1,-1 v-5 a1,1 0 0 1 1,-1 Z" }]]
1163
+ components: [["path", { "d": "M10 15v-3 M14 15v-3 M18 15v-3 M2 8V4 M22 6H2 M22 8V4 M6 15v-3 M4,12 h16 a2,2 0 0 1 2,2 v4 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-4 a2,2 0 0 1 2,-2 Z" }]]
1076
1164
  };
1077
1165
  const LuRuler = {
1078
1166
  name: "lu-ruler",
@@ -1124,7 +1212,7 @@ const LuScale3d = {
1124
1212
  };
1125
1213
  const LuScale = {
1126
1214
  name: "lu-scale",
1127
- components: [["path", { "d": "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z M2 16 L5 8 L8 16 C7.13 16.65, 6.08 17, 5 17 C3.92 17, 2.87 16.65, 2 16 Z M7 21h10 M12 3v18 M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2" }]]
1215
+ components: [["path", { "d": "M12 3v18 M19 8 L22 16 A5 5 0 0 1 16 16 ZL19 7 M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1 M5 8 L8 16 A5 5 0 0 1 2 16 ZL5 7 M7 21h10" }]]
1128
1216
  };
1129
1217
  const LuScaling = {
1130
1218
  name: "lu-scaling",
@@ -1178,6 +1266,10 @@ const LuScissors = {
1178
1266
  name: "lu-scissors",
1179
1267
  components: [["path", { "d": "M3,6 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M8.12 8.12 12 12 M20 4 8.12 15.88 M3,18 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M14.8 14.8 20 20" }]]
1180
1268
  };
1269
+ const LuScooter = {
1270
+ name: "lu-scooter",
1271
+ components: [["path", { "d": "M21 4h-3.5l2 11.05 M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009 M17,17.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z M2,17.5 a2.5,2.5 0 1,0 5,0 a2.5,2.5 0 1,0 -5,0 Z" }]]
1272
+ };
1181
1273
  const LuScreenShareOff = {
1182
1274
  name: "lu-screen-share-off",
1183
1275
  components: [["path", { "d": "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3 M8 21h8 M12 17v4 M22 3 L17 8 M17 3 L22 8" }]]
@@ -1194,6 +1286,10 @@ const LuScroll = {
1194
1286
  name: "lu-scroll",
1195
1287
  components: [["path", { "d": "M19 17V5a2 2 0 0 0-2-2H4 M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" }]]
1196
1288
  };
1289
+ const LuSearchAlert = {
1290
+ name: "lu-search-alert",
1291
+ components: [["path", { "d": "M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.7 16.7 M11 7v4 M11 15h.01" }]]
1292
+ };
1197
1293
  const LuSearchCheck = {
1198
1294
  name: "lu-search-check",
1199
1295
  components: [["path", { "d": "m8 11 2 2 4-4 M3,11 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0 Z M21 21 L16.7 16.7" }]]
@@ -1364,7 +1460,7 @@ const LuShowerHead = {
1364
1460
  };
1365
1461
  const LuShredder = {
1366
1462
  name: "lu-shredder",
1367
- components: [["path", { "d": "M10 22v-5 M14 19v-2 M14 2v4a2 2 0 0 0 2 2h4 M18 20v-3 M2 13h20 M20 13V7l-5-5H6a2 2 0 0 0-2 2v9 M6 20v-3" }]]
1463
+ components: [["path", { "d": "M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5 M14 2v5a1 1 0 0 0 1 1h5 M10 22v-5 M14 19v-2 M18 20v-3 M2 13h20 M6 20v-3" }]]
1368
1464
  };
1369
1465
  const LuShrimp = {
1370
1466
  name: "lu-shrimp",
@@ -1448,11 +1544,11 @@ const LuSlice = {
1448
1544
  };
1449
1545
  const LuSlidersHorizontal = {
1450
1546
  name: "lu-sliders-horizontal",
1451
- components: [["path", { "d": "M21 4 L14 4 M10 4 L3 4 M21 12 L12 12 M8 12 L3 12 M21 20 L16 20 M12 20 L3 20 M14 2 L14 6 M8 10 L8 14 M16 18 L16 22" }]]
1547
+ components: [["path", { "d": "M10 5H3 M12 19H3 M14 3v4 M16 17v4 M21 12h-9 M21 19h-5 M21 5h-7 M8 10v4 M8 12H3" }]]
1452
1548
  };
1453
1549
  const LuSlidersVertical = {
1454
1550
  name: "lu-sliders-vertical",
1455
- components: [["path", { "d": "M4 21 L4 14 M4 10 L4 3 M12 21 L12 12 M12 8 L12 3 M20 21 L20 16 M20 12 L20 3 M2 14 L6 14 M10 8 L14 8 M18 16 L22 16" }]]
1551
+ components: [["path", { "d": "M10 8h4 M12 21v-9 M12 8V3 M17 16h4 M19 12V3 M19 21v-5 M3 14h4 M5 10V3 M5 21v-7" }]]
1456
1552
  };
1457
1553
  const LuSmartphoneCharging = {
1458
1554
  name: "lu-smartphone-charging",
@@ -1490,6 +1586,10 @@ const LuSofa = {
1490
1586
  name: "lu-sofa",
1491
1587
  components: [["path", { "d": "M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3 M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z M4 18v2 M20 18v2 M12 4v9" }]]
1492
1588
  };
1589
+ const LuSolarPanel = {
1590
+ name: "lu-solar-panel",
1591
+ components: [["path", { "d": "M11 2h2 M14.28 14 L9.72 22 M21 22 L19.44 18 L4.56 18 M3 10v2 M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z M7 2a4 4 0 0 1-4 4 M8.66 7.66 L10.07 9.07" }]]
1592
+ };
1493
1593
  const LuSoup = {
1494
1594
  name: "lu-soup",
1495
1595
  components: [["path", { "d": "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z M7 21h10 M19.5 12 22 6 M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62 M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62 M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62" }]]
@@ -1612,7 +1712,7 @@ const LuSquareAsterisk = {
1612
1712
  };
1613
1713
  const LuSquareBottomDashedScissors = {
1614
1714
  name: "lu-square-bottom-dashed-scissors",
1615
- components: [["path", { "d": "M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2 M10 22H8 M16 22h-2 M6,8 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M9.414 9.414 12 12 M14.8 14.8 18 18 M6,16 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M18 6 L9.41 14.59" }]]
1715
+ components: [["path", { "d": "M5 3 L19 3 M3 5 L3 19 M21 5 L21 19 M9 21 L10 21 M14 21 L15 21 M 3 5 A2 2 0 0 1 5 3 M 19 3 A2 2 0 0 1 21 5 M 5 21 A2 2 0 0 1 3 19 M 21 19 A2 2 0 0 1 19 21 M7,8.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 9.56066 L12 12 M17 17 L14.82 14.82 M7,15.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 14.43934 L17 7" }]]
1616
1716
  };
1617
1717
  const LuSquareChartGantt = {
1618
1718
  name: "lu-square-chart-gantt",
@@ -1696,7 +1796,7 @@ const LuSquareLibrary = {
1696
1796
  };
1697
1797
  const LuSquareM = {
1698
1798
  name: "lu-square-m",
1699
- components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M8 16V8l4 4 4-4v8" }]]
1799
+ components: [["path", { "d": "M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
1700
1800
  };
1701
1801
  const LuSquareMenu = {
1702
1802
  name: "lu-square-menu",
@@ -1760,7 +1860,7 @@ const LuSquareRoundCorner = {
1760
1860
  };
1761
1861
  const LuSquareScissors = {
1762
1862
  name: "lu-square-scissors",
1763
- components: [["path", { "d": "M4,2 h16 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-16 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z M6,8 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M9.414 9.414 12 12 M14.8 14.8 18 18 M6,16 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0 Z M18 6 L9.41 14.59" }]]
1863
+ components: [["path", { "d": "M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M7,8.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 9.56066 L12 12 M17 17 L14.82 14.82 M7,15.5 a1.5,1.5 0 1,0 3,0 a1.5,1.5 0 1,0 -3,0 Z M9.56066 14.43934 L17 7" }]]
1764
1864
  };
1765
1865
  const LuSquareSigma = {
1766
1866
  name: "lu-square-sigma",
@@ -1852,7 +1952,7 @@ const LuStarHalf = {
1852
1952
  };
1853
1953
  const LuStarOff = {
1854
1954
  name: "lu-star-off",
1855
- components: [["path", { "d": "M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43 M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91 M2 2 L22 22" }]]
1955
+ 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" }]]
1856
1956
  };
1857
1957
  const LuStar = {
1858
1958
  name: "lu-star",
@@ -1872,11 +1972,15 @@ const LuStethoscope = {
1872
1972
  };
1873
1973
  const LuSticker = {
1874
1974
  name: "lu-sticker",
1875
- components: [["path", { "d": "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z M14 3v4a2 2 0 0 0 2 2h4 M8 13h.01 M16 13h.01 M10 16s.8 1 2 1c1.3 0 2-1 2-1" }]]
1975
+ 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" }]]
1876
1976
  };
1877
1977
  const LuStickyNote = {
1878
1978
  name: "lu-sticky-note",
1879
- components: [["path", { "d": "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z M15 3v4a2 2 0 0 0 2 2h4" }]]
1979
+ 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" }]]
1980
+ };
1981
+ const LuStone = {
1982
+ name: "lu-stone",
1983
+ 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" }]]
1880
1984
  };
1881
1985
  const LuStore = {
1882
1986
  name: "lu-store",
@@ -1894,112 +1998,26 @@ const LuStrikethrough = {
1894
1998
  name: "lu-strikethrough",
1895
1999
  components: [["path", { "d": "M16 4H9a3 3 0 0 0-2.83 4 M14 12a4 4 0 0 1 0 8H6 M4 12 L20 12" }]]
1896
2000
  };
1897
- const LuSubscript = {
1898
- name: "lu-subscript",
1899
- components: [["path", { "d": "m4 5 8 8 M12 5 L4 13 M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07" }]]
1900
- };
1901
- const LuSunDim = {
1902
- name: "lu-sun-dim",
1903
- components: [["path", { "d": "M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M12 4h.01 M20 12h.01 M12 20h.01 M4 12h.01 M17.657 6.343h.01 M17.657 17.657h.01 M6.343 17.657h.01 M6.343 6.343h.01" }]]
1904
- };
1905
- const LuSunMedium = {
1906
- name: "lu-sun-medium",
1907
- components: [["path", { "d": "M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M12 3v1 M12 20v1 M3 12h1 M20 12h1 M18.36 5.64 L17.66 6.34 M6.34 17.66 L5.64 18.36 M5.64 5.64 L6.34 6.34 M17.66 17.66 L18.36 18.36" }]]
1908
- };
1909
- const LuSunMoon = {
1910
- name: "lu-sun-moon",
1911
- components: [["path", { "d": "M12 2v2 M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715 M16 12a4 4 0 0 0-4-4 M19 5 L17.74 6.26 M20 12h2" }]]
1912
- };
1913
- const LuSunSnow = {
1914
- name: "lu-sun-snow",
1915
- components: [["path", { "d": "M10 21v-1 M10 4V3 M10 9a3 3 0 0 0 0 6 M14 20 L15.25 17.5 L18 18 M14 4 L15.25 6.5 L18 6 M17 21 L14 15 L15.5 12 L22 12 M17 3 L14 9 L15.5 12 M2 12h1 M20 10 L18.5 12 L20 14 M3.64 18.36 L4.34 17.66 M4.34 6.34 L3.64 5.64" }]]
1916
- };
1917
- const LuSun = {
1918
- name: "lu-sun",
1919
- components: [["path", { "d": "M8,12 a4,4 0 1,0 8,0 a4,4 0 1,0 -8,0 Z M12 2v2 M12 20v2 M4.93 4.93 L6.34 6.34 M17.66 17.66 L19.07 19.07 M2 12h2 M20 12h2 M6.34 17.66 L4.93 19.07 M19.07 4.93 L17.66 6.34" }]]
1920
- };
1921
- const LuSunrise = {
1922
- name: "lu-sunrise",
1923
- components: [["path", { "d": "M12 2v8 M4.93 10.93 L6.34 12.34 M2 18h2 M20 18h2 M19.07 10.93 L17.66 12.34 M22 22H2 M8 6 L12 2 L16 6 M16 18a4 4 0 0 0-8 0" }]]
1924
- };
1925
- const LuSunset = {
1926
- name: "lu-sunset",
1927
- components: [["path", { "d": "M12 10V2 M4.93 10.93 L6.34 12.34 M2 18h2 M20 18h2 M19.07 10.93 L17.66 12.34 M22 22H2 M16 6 L12 10 L8 6 M16 18a4 4 0 0 0-8 0" }]]
1928
- };
1929
- const LuSuperscript = {
1930
- name: "lu-superscript",
1931
- components: [["path", { "d": "m4 19 8-8 M12 19 L4 11 M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" }]]
1932
- };
1933
- const LuSwatchBook = {
1934
- name: "lu-swatch-book",
1935
- components: [["path", { "d": "M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7 M 7 17h.01 M11 8 L13.3 5.7 A2.4 2.4 0 0 1 16.7 5.7 L18.6 7.6 A2.4 2.4 0 0 1 18.63 11.03 L9.9 19.8" }]]
1936
- };
1937
- const LuSwissFranc = {
1938
- name: "lu-swiss-franc",
1939
- components: [["path", { "d": "M10 21V3h8 M6 16h9 M10 9.5h7" }]]
1940
- };
1941
- const LuSwitchCamera = {
1942
- name: "lu-switch-camera",
1943
- components: [["path", { "d": "M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5 M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5 M9,12 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z M18 22 L15 19 L18 16 M6 2 L9 5 L6 8" }]]
1944
- };
1945
- const LuSword = {
1946
- name: "lu-sword",
1947
- components: [["path", { "d": "M14.5 17.5 L3 6 L3 3 L6 3 L17.5 14.5 M13 19 L19 13 M16 16 L20 20 M19 21 L21 19" }]]
1948
- };
1949
- const LuSwords = {
1950
- name: "lu-swords",
1951
- components: [["path", { "d": "M14.5 17.5 L3 6 L3 3 L6 3 L17.5 14.5 M13 19 L19 13 M16 16 L20 20 M19 21 L21 19 M14.5 6.5 L18 3 L21 3 L21 6 L17.5 9.5 M5 14 L9 18 M7 17 L4 20 M3 19 L5 21" }]]
1952
- };
1953
- const LuSyringe = {
1954
- name: "lu-syringe",
1955
- components: [["path", { "d": "m18 2 4 4 M17 7 L20 4 M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5 M9 11 L13 15 M5 19 L2 22 M14 4 L20 10" }]]
1956
- };
1957
- const LuTable2 = {
1958
- name: "lu-table-2",
1959
- components: [["path", { "d": "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" }]]
1960
- };
1961
- const LuTableCellsMerge = {
1962
- name: "lu-table-cells-merge",
1963
- components: [["path", { "d": "M12 21v-6 M12 9V3 M3 15h18 M3 9h18 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
1964
- };
1965
- const LuTableCellsSplit = {
1966
- name: "lu-table-cells-split",
1967
- components: [["path", { "d": "M12 15V9 M3 15h18 M3 9h18 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z" }]]
1968
- };
1969
- const LuTableColumnsSplit = {
1970
- name: "lu-table-columns-split",
1971
- components: [["path", { "d": "M14 14v2 M14 20v2 M14 2v2 M14 8v2 M2 15h8 M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2 M2 9h8 M22 15h-4 M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2 M22 9h-4 M5 3v18" }]]
1972
- };
1973
- const LuTableOfContents = {
1974
- name: "lu-table-of-contents",
1975
- components: [["path", { "d": "M16 12H3 M16 18H3 M16 6H3 M21 12h.01 M21 18h.01 M21 6h.01" }]]
1976
- };
1977
- const LuTableProperties = {
1978
- name: "lu-table-properties",
1979
- components: [["path", { "d": "M15 3v18 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M21 9H3 M21 15H3" }]]
1980
- };
1981
- const LuTableRowsSplit = {
1982
- name: "lu-table-rows-split",
1983
- components: [["path", { "d": "M14 10h2 M15 22v-8 M15 2v4 M2 10h2 M20 10h2 M3 19h18 M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6 M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2 M8 10h2 M9 22v-8 M9 2v4" }]]
1984
- };
1985
- const LuTable = {
1986
- name: "lu-table",
1987
- components: [["path", { "d": "M12 3v18 M5,3 h14 a2,2 0 0 1 2,2 v14 a2,2 0 0 1 -2,2 h-14 a2,2 0 0 1 -2,-2 v-14 a2,2 0 0 1 2,-2 Z M3 9h18 M3 15h18" }]]
1988
- };
1989
- const LuTabletSmartphone = {
1990
- name: "lu-tablet-smartphone",
1991
- components: [["path", { "d": "M5,8 h6 a2,2 0 0 1 2,2 v10 a2,2 0 0 1 -2,2 h-6 a2,2 0 0 1 -2,-2 v-10 a2,2 0 0 1 2,-2 Z M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4 M8 18h.01" }]]
1992
- };
1993
- const LuTablet = {
1994
- name: "lu-tablet",
1995
- components: [["path", { "d": "M6,2 h12 a2,2 0 0 1 2,2 v16 a2,2 0 0 1 -2,2 h-12 a2,2 0 0 1 -2,-2 v-16 a2,2 0 0 1 2,-2 Z M12 18 L12.01 18" }]]
1996
- };
1997
- const LuTablets = {
1998
- name: "lu-tablets",
1999
- components: [["path", { "d": "M2,7 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12,17 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0 Z M12 17h10 M3.46 10.54 L10.54 3.46" }]]
2000
- };
2001
2001
  export {
2002
+ LuMap,
2003
+ LuMars,
2004
+ LuMarsStroke,
2005
+ LuMartini,
2006
+ LuMaximize,
2007
+ LuMaximize2,
2008
+ LuMedal,
2009
+ LuMegaphone,
2010
+ LuMegaphoneOff,
2011
+ LuMeh,
2012
+ LuMemoryStick,
2013
+ LuMenu,
2014
+ LuMerge,
2002
2015
  LuMessageCircle,
2016
+ LuMessageCircleCode,
2017
+ LuMessageCircleDashed,
2018
+ LuMessageCircleHeart,
2019
+ LuMessageCircleMore,
2020
+ LuMessageCircleOff,
2003
2021
  LuMessageCirclePlus,
2004
2022
  LuMessageCircleQuestionMark,
2005
2023
  LuMessageCircleReply,
@@ -2036,6 +2054,7 @@ export {
2036
2054
  LuMinus,
2037
2055
  LuMonitor,
2038
2056
  LuMonitorCheck,
2057
+ LuMonitorCloud,
2039
2058
  LuMonitorCog,
2040
2059
  LuMonitorDot,
2041
2060
  LuMonitorDown,
@@ -2049,12 +2068,14 @@ export {
2049
2068
  LuMonitorX,
2050
2069
  LuMoon,
2051
2070
  LuMoonStar,
2071
+ LuMotorbike,
2052
2072
  LuMountain,
2053
2073
  LuMountainSnow,
2054
2074
  LuMouse,
2055
2075
  LuMouseOff,
2056
2076
  LuMousePointer,
2057
2077
  LuMousePointer2,
2078
+ LuMousePointer2Off,
2058
2079
  LuMousePointerBan,
2059
2080
  LuMousePointerClick,
2060
2081
  LuMove,
@@ -2197,6 +2218,7 @@ export {
2197
2218
  LuPresentation,
2198
2219
  LuPrinter,
2199
2220
  LuPrinterCheck,
2221
+ LuPrinterX,
2200
2222
  LuProjector,
2201
2223
  LuProportions,
2202
2224
  LuPuzzle,
@@ -2294,11 +2316,13 @@ export {
2294
2316
  LuSchool,
2295
2317
  LuScissors,
2296
2318
  LuScissorsLineDashed,
2319
+ LuScooter,
2297
2320
  LuScreenShare,
2298
2321
  LuScreenShareOff,
2299
2322
  LuScroll,
2300
2323
  LuScrollText,
2301
2324
  LuSearch,
2325
+ LuSearchAlert,
2302
2326
  LuSearchCheck,
2303
2327
  LuSearchCode,
2304
2328
  LuSearchSlash,
@@ -2372,6 +2396,7 @@ export {
2372
2396
  LuSnowflake,
2373
2397
  LuSoapDispenserDroplet,
2374
2398
  LuSofa,
2399
+ LuSolarPanel,
2375
2400
  LuSoup,
2376
2401
  LuSpace,
2377
2402
  LuSpade,
@@ -2469,35 +2494,10 @@ export {
2469
2494
  LuStethoscope,
2470
2495
  LuSticker,
2471
2496
  LuStickyNote,
2497
+ LuStone,
2472
2498
  LuStore,
2473
2499
  LuStretchHorizontal,
2474
2500
  LuStretchVertical,
2475
- LuStrikethrough,
2476
- LuSubscript,
2477
- LuSun,
2478
- LuSunDim,
2479
- LuSunMedium,
2480
- LuSunMoon,
2481
- LuSunSnow,
2482
- LuSunrise,
2483
- LuSunset,
2484
- LuSuperscript,
2485
- LuSwatchBook,
2486
- LuSwissFranc,
2487
- LuSwitchCamera,
2488
- LuSword,
2489
- LuSwords,
2490
- LuSyringe,
2491
- LuTable,
2492
- LuTable2,
2493
- LuTableCellsMerge,
2494
- LuTableCellsSplit,
2495
- LuTableColumnsSplit,
2496
- LuTableOfContents,
2497
- LuTableProperties,
2498
- LuTableRowsSplit,
2499
- LuTablet,
2500
- LuTabletSmartphone,
2501
- LuTablets
2501
+ LuStrikethrough
2502
2502
  };
2503
2503
  //# sourceMappingURL=icons_3.js.map