@rotki/ui-library 2.22.2 → 2.23.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/avatars/RuiAvatar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/components/avatars/RuiAvatar.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/buttons/button/RuiButton.vue.d.ts +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/calendar/RuiCalendar.js.map +1 -1
- package/dist/components/calendar/RuiCalendar.vue_vue_type_script_setup_true_lang.js +3 -1
- package/dist/components/calendar/RuiCalendar.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar/RuiCalendarGrid.js.map +1 -1
- package/dist/components/calendar/RuiCalendarGrid.vue_vue_type_script_setup_true_lang.js +121 -25
- package/dist/components/calendar/RuiCalendarGrid.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/calendar/RuiCalendarMenu.vue_vue_type_script_setup_true_lang.js +11 -4
- package/dist/components/calendar/RuiCalendarMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue.d.ts +23 -1
- package/dist/components/date-time-picker/RuiDateTimePicker.vue_vue_type_script_setup_true_lang.js +136 -24
- package/dist/components/date-time-picker/RuiDateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.js.map +1 -1
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue.d.ts +7 -0
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue_vue_type_script_setup_true_lang.js +70 -25
- package/dist/components/date-time-picker/RuiDateTimePickerMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/RuiTimezoneSelect.js.map +1 -1
- package/dist/components/date-time-picker/RuiTimezoneSelect.vue_vue_type_script_setup_true_lang.js +7 -3
- package/dist/components/date-time-picker/RuiTimezoneSelect.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/date-time-picker/segment-utils.d.ts +28 -0
- package/dist/components/date-time-picker/segment-utils.js +42 -1
- package/dist/components/date-time-picker/segment-utils.js.map +1 -1
- package/dist/components/date-time-picker/types.d.ts +2 -0
- package/dist/components/date-time-picker/types.js.map +1 -1
- package/dist/components/date-time-picker/use-date-time-selection.d.ts +6 -0
- package/dist/components/date-time-picker/use-date-time-selection.js +65 -42
- package/dist/components/date-time-picker/use-date-time-selection.js.map +1 -1
- package/dist/components/date-time-picker/use-keyboard-handler.js +4 -3
- package/dist/components/date-time-picker/use-keyboard-handler.js.map +1 -1
- package/dist/components/date-time-picker/utils.d.ts +5 -0
- package/dist/components/date-time-picker/utils.js +12 -1
- package/dist/components/date-time-picker/utils.js.map +1 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +1 -1
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue_vue_type_script_setup_true_lang.js +2 -5
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/category-picker/RuiCategoryPicker.vue.d.ts +1 -1
- package/dist/components/forms/category-picker/RuiCategoryPicker.vue_vue_type_script_setup_true_lang.js +3 -2
- package/dist/components/forms/category-picker/RuiCategoryPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +1 -1
- package/dist/components/forms/checkbox/checkbox-group/RuiCheckboxGroup.vue.d.ts +1 -1
- package/dist/components/forms/file-upload/RuiFileUpload.vue_vue_type_script_setup_true_lang.js +2 -1
- package/dist/components/forms/file-upload/RuiFileUpload.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +1 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +1 -1
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +1 -1
- package/dist/components/forms/select/RuiMenuSelect.vue_vue_type_script_setup_true_lang.js +2 -1
- package/dist/components/forms/select/RuiMenuSelect.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/text-area/RuiTextArea.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/components/forms/text-area/RuiTextArea.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/forms/text-field/RuiTextField.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/components/forms/text-field/RuiTextField.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/RuiDataTable.vue.d.ts +1 -1
- package/dist/components/tables/RuiTableHead.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableBody.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableBody.vue_vue_type_script_setup_true_lang.js +2 -8
- package/dist/components/tables/data-table/RuiDataTableBody.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/data-table/RuiDataTableCell.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableExpandedRow.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableGroupRow.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableMobileSort.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableRow.vue.d.ts +1 -1
- package/dist/components/tables/data-table/RuiDataTableRow.vue_vue_type_script_setup_true_lang.js +1 -2
- package/dist/components/tables/data-table/RuiDataTableRow.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/components/tables/use-pagination-navigation.js.map +1 -1
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +1 -1
- package/dist/components/tabs/tabs/use-tab-scroll.js +2 -1
- package/dist/components/tabs/tabs/use-tab-scroll.js.map +1 -1
- package/dist/composables/forms/auto-complete/search.d.ts +1 -2
- package/dist/composables/forms/auto-complete/search.js.map +1 -1
- package/dist/composables/forms/auto-complete/value.d.ts +1 -2
- package/dist/composables/forms/auto-complete/value.js.map +1 -1
- package/dist/i18n/keys.d.ts +10 -0
- package/dist/i18n/keys.js +15 -5
- package/dist/i18n/keys.js.map +1 -1
- package/dist/icons/icons_1.d.ts +1 -1
- package/dist/icons/icons_1.js +25 -22
- package/dist/icons/icons_1.js.map +1 -1
- package/dist/icons/icons_2.d.ts +7 -7
- package/dist/icons/icons_2.js +126 -92
- package/dist/icons/icons_2.js.map +1 -1
- package/dist/icons/icons_3.d.ts +12 -12
- package/dist/icons/icons_3.js +119 -177
- package/dist/icons/icons_3.js.map +1 -1
- package/dist/icons/icons_4.d.ts +26 -26
- package/dist/icons/icons_4.js +320 -285
- package/dist/icons/icons_4.js.map +1 -1
- package/dist/icons/icons_5.d.ts +13 -1
- package/dist/icons/icons_5.js +149 -9
- package/dist/icons/icons_5.js.map +1 -1
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +34 -22
- package/dist/icons/index.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/style.css +12 -756
- package/dist/web-types.json +75 -10
- package/package.json +32 -32
package/dist/icons/icons_5.d.ts
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuSplitSquareHorizontal: GeneratedIcon;
|
|
3
|
+
export declare const LuSplitSquareVertical: GeneratedIcon;
|
|
4
|
+
export declare const LuTerminalSquare: GeneratedIcon;
|
|
5
|
+
export declare const LuUserSquare2: GeneratedIcon;
|
|
6
|
+
export declare const LuUserSquare: GeneratedIcon;
|
|
7
|
+
export declare const LuXSquare: GeneratedIcon;
|
|
8
|
+
export declare const LuTestTube2: GeneratedIcon;
|
|
9
|
+
export declare const LuAlignCenter: GeneratedIcon;
|
|
10
|
+
export declare const LuAlignRight: GeneratedIcon;
|
|
11
|
+
export declare const LuAlignJustify: GeneratedIcon;
|
|
12
|
+
export declare const LuAlignLeft: GeneratedIcon;
|
|
13
|
+
export declare const LuText: GeneratedIcon;
|
|
2
14
|
export declare const LuLetterText: GeneratedIcon;
|
|
3
15
|
export declare const LuWrapText: GeneratedIcon;
|
|
4
16
|
export declare const LuTrain: GeneratedIcon;
|
|
@@ -10,8 +22,8 @@ export declare const LuUserCheck2: GeneratedIcon;
|
|
|
10
22
|
export declare const LuUserCog2: GeneratedIcon;
|
|
11
23
|
export declare const LuUserMinus2: GeneratedIcon;
|
|
12
24
|
export declare const LuUserPlus2: GeneratedIcon;
|
|
13
|
-
export declare const LuUser2: GeneratedIcon;
|
|
14
25
|
export declare const LuUserX2: GeneratedIcon;
|
|
26
|
+
export declare const LuUser2: GeneratedIcon;
|
|
15
27
|
export declare const LuUsers2: GeneratedIcon;
|
|
16
28
|
export declare const LuForkKnifeCrossed: GeneratedIcon;
|
|
17
29
|
export declare const LuForkKnife: GeneratedIcon;
|
package/dist/icons/icons_5.js
CHANGED
|
@@ -1,4 +1,144 @@
|
|
|
1
1
|
//#region src/icons/icons_5.ts
|
|
2
|
+
var LuSplitSquareHorizontal = {
|
|
3
|
+
name: "lu-split-square-horizontal",
|
|
4
|
+
components: [
|
|
5
|
+
["path", { "d": "M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3" }],
|
|
6
|
+
["path", { "d": "M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3" }],
|
|
7
|
+
["line", {
|
|
8
|
+
"x1": "12",
|
|
9
|
+
"x2": "12",
|
|
10
|
+
"y1": "4",
|
|
11
|
+
"y2": "20"
|
|
12
|
+
}]
|
|
13
|
+
]
|
|
14
|
+
};
|
|
15
|
+
var LuSplitSquareVertical = {
|
|
16
|
+
name: "lu-split-square-vertical",
|
|
17
|
+
components: [
|
|
18
|
+
["path", { "d": "M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3" }],
|
|
19
|
+
["path", { "d": "M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3" }],
|
|
20
|
+
["line", {
|
|
21
|
+
"x1": "4",
|
|
22
|
+
"x2": "20",
|
|
23
|
+
"y1": "12",
|
|
24
|
+
"y2": "12"
|
|
25
|
+
}]
|
|
26
|
+
]
|
|
27
|
+
};
|
|
28
|
+
var LuTerminalSquare = {
|
|
29
|
+
name: "lu-terminal-square",
|
|
30
|
+
components: [
|
|
31
|
+
["path", { "d": "m7 11 2-2-2-2" }],
|
|
32
|
+
["path", { "d": "M11 13h4" }],
|
|
33
|
+
["rect", {
|
|
34
|
+
"width": "18",
|
|
35
|
+
"height": "18",
|
|
36
|
+
"x": "3",
|
|
37
|
+
"y": "3",
|
|
38
|
+
"rx": "2",
|
|
39
|
+
"ry": "2"
|
|
40
|
+
}]
|
|
41
|
+
]
|
|
42
|
+
};
|
|
43
|
+
var LuUserSquare2 = {
|
|
44
|
+
name: "lu-user-square2",
|
|
45
|
+
components: [
|
|
46
|
+
["path", { "d": "M18 21a6 6 0 0 0-12 0" }],
|
|
47
|
+
["circle", {
|
|
48
|
+
"cx": "12",
|
|
49
|
+
"cy": "11",
|
|
50
|
+
"r": "4"
|
|
51
|
+
}],
|
|
52
|
+
["rect", {
|
|
53
|
+
"width": "18",
|
|
54
|
+
"height": "18",
|
|
55
|
+
"x": "3",
|
|
56
|
+
"y": "3",
|
|
57
|
+
"rx": "2"
|
|
58
|
+
}]
|
|
59
|
+
]
|
|
60
|
+
};
|
|
61
|
+
var LuUserSquare = {
|
|
62
|
+
name: "lu-user-square",
|
|
63
|
+
components: [
|
|
64
|
+
["rect", {
|
|
65
|
+
"width": "18",
|
|
66
|
+
"height": "18",
|
|
67
|
+
"x": "3",
|
|
68
|
+
"y": "3",
|
|
69
|
+
"rx": "2"
|
|
70
|
+
}],
|
|
71
|
+
["circle", {
|
|
72
|
+
"cx": "12",
|
|
73
|
+
"cy": "10",
|
|
74
|
+
"r": "3"
|
|
75
|
+
}],
|
|
76
|
+
["path", { "d": "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" }]
|
|
77
|
+
]
|
|
78
|
+
};
|
|
79
|
+
var LuXSquare = {
|
|
80
|
+
name: "lu-x-square",
|
|
81
|
+
components: [
|
|
82
|
+
["rect", {
|
|
83
|
+
"width": "18",
|
|
84
|
+
"height": "18",
|
|
85
|
+
"x": "3",
|
|
86
|
+
"y": "3",
|
|
87
|
+
"rx": "2",
|
|
88
|
+
"ry": "2"
|
|
89
|
+
}],
|
|
90
|
+
["path", { "d": "m15 9-6 6" }],
|
|
91
|
+
["path", { "d": "m9 9 6 6" }]
|
|
92
|
+
]
|
|
93
|
+
};
|
|
94
|
+
var LuTestTube2 = {
|
|
95
|
+
name: "lu-test-tube2",
|
|
96
|
+
components: [
|
|
97
|
+
["path", { "d": "M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3" }],
|
|
98
|
+
["path", { "d": "m16 2 6 6" }],
|
|
99
|
+
["path", { "d": "M12 16H4" }]
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
var LuAlignCenter = {
|
|
103
|
+
name: "lu-align-center",
|
|
104
|
+
components: [
|
|
105
|
+
["path", { "d": "M21 5H3" }],
|
|
106
|
+
["path", { "d": "M17 12H7" }],
|
|
107
|
+
["path", { "d": "M19 19H5" }]
|
|
108
|
+
]
|
|
109
|
+
};
|
|
110
|
+
var LuAlignRight = {
|
|
111
|
+
name: "lu-align-right",
|
|
112
|
+
components: [
|
|
113
|
+
["path", { "d": "M21 5H3" }],
|
|
114
|
+
["path", { "d": "M21 12H9" }],
|
|
115
|
+
["path", { "d": "M21 19H7" }]
|
|
116
|
+
]
|
|
117
|
+
};
|
|
118
|
+
var LuAlignJustify = {
|
|
119
|
+
name: "lu-align-justify",
|
|
120
|
+
components: [
|
|
121
|
+
["path", { "d": "M3 5h18" }],
|
|
122
|
+
["path", { "d": "M3 12h18" }],
|
|
123
|
+
["path", { "d": "M3 19h18" }]
|
|
124
|
+
]
|
|
125
|
+
};
|
|
126
|
+
var LuAlignLeft = {
|
|
127
|
+
name: "lu-align-left",
|
|
128
|
+
components: [
|
|
129
|
+
["path", { "d": "M21 5H3" }],
|
|
130
|
+
["path", { "d": "M15 12H3" }],
|
|
131
|
+
["path", { "d": "M17 19H3" }]
|
|
132
|
+
]
|
|
133
|
+
};
|
|
134
|
+
var LuText = {
|
|
135
|
+
name: "lu-text",
|
|
136
|
+
components: [
|
|
137
|
+
["path", { "d": "M21 5H3" }],
|
|
138
|
+
["path", { "d": "M15 12H3" }],
|
|
139
|
+
["path", { "d": "M17 19H3" }]
|
|
140
|
+
]
|
|
141
|
+
};
|
|
2
142
|
var LuLetterText = {
|
|
3
143
|
name: "lu-letter-text",
|
|
4
144
|
components: [
|
|
@@ -140,14 +280,6 @@ var LuUserPlus2 = {
|
|
|
140
280
|
["path", { "d": "M22 19h-6" }]
|
|
141
281
|
]
|
|
142
282
|
};
|
|
143
|
-
var LuUser2 = {
|
|
144
|
-
name: "lu-user2",
|
|
145
|
-
components: [["circle", {
|
|
146
|
-
"cx": "12",
|
|
147
|
-
"cy": "8",
|
|
148
|
-
"r": "5"
|
|
149
|
-
}], ["path", { "d": "M20 21a8 8 0 0 0-16 0" }]]
|
|
150
|
-
};
|
|
151
283
|
var LuUserX2 = {
|
|
152
284
|
name: "lu-user-x2",
|
|
153
285
|
components: [
|
|
@@ -161,6 +293,14 @@ var LuUserX2 = {
|
|
|
161
293
|
["path", { "d": "m22 17-5 5" }]
|
|
162
294
|
]
|
|
163
295
|
};
|
|
296
|
+
var LuUser2 = {
|
|
297
|
+
name: "lu-user2",
|
|
298
|
+
components: [["circle", {
|
|
299
|
+
"cx": "12",
|
|
300
|
+
"cy": "8",
|
|
301
|
+
"r": "5"
|
|
302
|
+
}], ["path", { "d": "M20 21a8 8 0 0 0-16 0" }]]
|
|
303
|
+
};
|
|
164
304
|
var LuUsers2 = {
|
|
165
305
|
name: "lu-users2",
|
|
166
306
|
components: [
|
|
@@ -216,6 +356,6 @@ var LuWaves = {
|
|
|
216
356
|
]
|
|
217
357
|
};
|
|
218
358
|
//#endregion
|
|
219
|
-
export { LuAlertTriangle, LuForkKnife, LuForkKnifeCrossed, LuLetterText, LuPalmtree, LuSchool2, LuTrain, LuTv2, LuUser2, LuUserCheck2, LuUserCog2, LuUserMinus2, LuUserPlus2, LuUserX2, LuUsers2, LuWallet2, LuWand2, LuWaves, LuWrapText };
|
|
359
|
+
export { LuAlertTriangle, LuAlignCenter, LuAlignJustify, LuAlignLeft, LuAlignRight, LuForkKnife, LuForkKnifeCrossed, LuLetterText, LuPalmtree, LuSchool2, LuSplitSquareHorizontal, LuSplitSquareVertical, LuTerminalSquare, LuTestTube2, LuText, LuTrain, LuTv2, LuUser2, LuUserCheck2, LuUserCog2, LuUserMinus2, LuUserPlus2, LuUserSquare, LuUserSquare2, LuUserX2, LuUsers2, LuWallet2, LuWand2, LuWaves, LuWrapText, LuXSquare };
|
|
220
360
|
|
|
221
361
|
//# sourceMappingURL=icons_5.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons_5.js","names":[],"sources":["../../src/icons/icons_5.ts"],"sourcesContent":["// Generated by scripts/generate-icons.ts — do not edit by hand.\n// @ts-nocheck\n/* eslint-disable */\n/* prettier-ignore */\n/* dprint-ignore-file */\n// oxlint-disable\n// biome-ignore-all lint: generated file\n// biome-ignore-all format: generated file\nimport { type GeneratedIcon } from '@/types/icons';\n\nexport const LuLetterText: GeneratedIcon = {\n name: 'lu-letter-text',\n components: [[\"path\",{\"d\":\"M15 5h6\"}],[\"path\",{\"d\":\"M15 12h6\"}],[\"path\",{\"d\":\"M3 19h18\"}],[\"path\",{\"d\":\"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12\"}],[\"path\",{\"d\":\"M3.92 10h6.16\"}]],\n};\nexport const LuWrapText: GeneratedIcon = {\n name: 'lu-wrap-text',\n components: [[\"path\",{\"d\":\"m16 16-3 3 3 3\"}],[\"path\",{\"d\":\"M3 12h14.5a1 1 0 0 1 0 7H13\"}],[\"path\",{\"d\":\"M3 19h6\"}],[\"path\",{\"d\":\"M3 5h18\"}]],\n};\nexport const LuTrain: GeneratedIcon = {\n name: 'lu-train',\n components: [[\"rect\",{\"width\":\"16\",\"height\":\"16\",\"x\":\"4\",\"y\":\"3\",\"rx\":\"2\"}],[\"path\",{\"d\":\"M4 11h16\"}],[\"path\",{\"d\":\"M12 3v8\"}],[\"path\",{\"d\":\"m8 19-2 3\"}],[\"path\",{\"d\":\"m18 22-2-3\"}],[\"path\",{\"d\":\"M8 15h.01\"}],[\"path\",{\"d\":\"M16 15h.01\"}]],\n};\nexport const LuPalmtree: GeneratedIcon = {\n name: 'lu-palmtree',\n components: [[\"path\",{\"d\":\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4\"}],[\"path\",{\"d\":\"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3\"}],[\"path\",{\"d\":\"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35\"}],[\"path\",{\"d\":\"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\"}]],\n};\nexport const LuAlertTriangle: GeneratedIcon = {\n name: 'lu-alert-triangle',\n components: [[\"path\",{\"d\":\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\"}],[\"path\",{\"d\":\"M12 9v4\"}],[\"path\",{\"d\":\"M12 17h.01\"}]],\n};\nexport const LuTv2: GeneratedIcon = {\n name: 'lu-tv2',\n components: [[\"path\",{\"d\":\"M7 21h10\"}],[\"rect\",{\"width\":\"20\",\"height\":\"14\",\"x\":\"2\",\"y\":\"3\",\"rx\":\"2\"}]],\n};\nexport const LuSchool2: GeneratedIcon = {\n name: 'lu-school2',\n components: [[\"path\",{\"d\":\"M14 21v-3a2 2 0 0 0-4 0v3\"}],[\"path\",{\"d\":\"M18 12h.01\"}],[\"path\",{\"d\":\"M18 16h.01\"}],[\"path\",{\"d\":\"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z\"}],[\"path\",{\"d\":\"M6 12h.01\"}],[\"path\",{\"d\":\"M6 16h.01\"}],[\"circle\",{\"cx\":\"12\",\"cy\":\"10\",\"r\":\"2\"}]],\n};\nexport const LuUserCheck2: GeneratedIcon = {\n name: 'lu-user-check2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"m16 19 2 2 4-4\"}]],\n};\nexport const LuUserCog2: GeneratedIcon = {\n name: 'lu-user-cog2',\n components: [[\"path\",{\"d\":\"m14.305 19.53.923-.382\"}],[\"path\",{\"d\":\"m15.228 16.852-.923-.383\"}],[\"path\",{\"d\":\"m16.852 15.228-.383-.923\"}],[\"path\",{\"d\":\"m16.852 20.772-.383.924\"}],[\"path\",{\"d\":\"m19.148 15.228.383-.923\"}],[\"path\",{\"d\":\"m19.53 21.696-.382-.924\"}],[\"path\",{\"d\":\"M2 21a8 8 0 0 1 10.434-7.62\"}],[\"path\",{\"d\":\"m20.772 16.852.924-.383\"}],[\"path\",{\"d\":\"m20.772 19.148.924.383\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"circle\",{\"cx\":\"18\",\"cy\":\"18\",\"r\":\"3\"}]],\n};\nexport const LuUserMinus2: GeneratedIcon = {\n name: 'lu-user-minus2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M22 19h-6\"}]],\n};\nexport const LuUserPlus2: GeneratedIcon = {\n name: 'lu-user-plus2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M19 16v6\"}],[\"path\",{\"d\":\"M22 19h-6\"}]],\n};\nexport const LuUser2: GeneratedIcon = {\n name: 'lu-user2',\n components: [[\"circle\",{\"cx\":\"12\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M20 21a8 8 0 0 0-16 0\"}]],\n};\nexport const LuUserX2: GeneratedIcon = {\n name: 'lu-user-x2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 11.873-7\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"m17 17 5 5\"}],[\"path\",{\"d\":\"m22 17-5 5\"}]],\n};\nexport const LuUsers2: GeneratedIcon = {\n name: 'lu-users2',\n components: [[\"path\",{\"d\":\"M18 21a8 8 0 0 0-16 0\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3\"}]],\n};\nexport const LuForkKnifeCrossed: GeneratedIcon = {\n name: 'lu-fork-knife-crossed',\n components: [[\"path\",{\"d\":\"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8\"}],[\"path\",{\"d\":\"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7\"}],[\"path\",{\"d\":\"m2.1 21.8 6.4-6.3\"}],[\"path\",{\"d\":\"m19 5-7 7\"}]],\n};\nexport const LuForkKnife: GeneratedIcon = {\n name: 'lu-fork-knife',\n components: [[\"path\",{\"d\":\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2\"}],[\"path\",{\"d\":\"M7 2v20\"}],[\"path\",{\"d\":\"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7\"}]],\n};\nexport const LuWallet2: GeneratedIcon = {\n name: 'lu-wallet2',\n components: [[\"path\",{\"d\":\"M17 14h.01\"}],[\"path\",{\"d\":\"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14\"}]],\n};\nexport const LuWand2: GeneratedIcon = {\n name: 'lu-wand2',\n components: [[\"path\",{\"d\":\"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72\"}],[\"path\",{\"d\":\"m14 7 3 3\"}],[\"path\",{\"d\":\"M5 6v4\"}],[\"path\",{\"d\":\"M19 14v4\"}],[\"path\",{\"d\":\"M10 2v2\"}],[\"path\",{\"d\":\"M7 8H3\"}],[\"path\",{\"d\":\"M21 16h-4\"}],[\"path\",{\"d\":\"M11 3H9\"}]],\n};\nexport const LuWaves: GeneratedIcon = {\n name: 'lu-waves',\n components: [[\"path\",{\"d\":\"M2 12q2.5 2 5 0t5 0 5 0 5 0\"}],[\"path\",{\"d\":\"M2 19q2.5 2 5 0t5 0 5 0 5 0\"}],[\"path\",{\"d\":\"M2 5q2.5 2 5 0t5 0 5 0 5 0\"}]],\n};\n"],"mappings":";AAUA,IAAa,eAA8B;CACzC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,WAAU,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,WAAU,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,4CAA2C,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,gBAAe,CAAC;CAAC;AACrL;AACA,IAAa,aAA4B;CACvC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,iBAAgB,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,8BAA6B,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;CAAC;AAC7I;AACA,IAAa,UAAyB;CACpC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO;GAAC,SAAQ;GAAK,UAAS;GAAK,KAAI;GAAI,KAAI;GAAI,MAAK;EAAG,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,WAAU,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC;CAAC;AAC9O;AACA,IAAa,aAA4B;CACvC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,mDAAkD,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,uEAAsE,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,sGAAqG,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,mDAAkD,CAAC;CAAC;AAC7V;AACA,IAAa,kBAAiC;CAC5C,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,2EAA0E,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC;CAAC;AAC7J;AACA,IAAa,QAAuB;CAClC,MAAM;CACN,YAAY,CAAC,CAAC,QAAO,EAAC,KAAI,WAAU,CAAC,GAAE,CAAC,QAAO;EAAC,SAAQ;EAAK,UAAS;EAAK,KAAI;EAAI,KAAI;EAAI,MAAK;CAAG,CAAC,CAAC;AACvG;AACA,IAAa,YAA2B;CACtC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,4BAA2B,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,2JAA0J,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAK,KAAI;EAAG,CAAC;CAAC;AAC1X;AACA,IAAa,eAA8B;CACzC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,2BAA0B,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAI,KAAI;EAAG,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,iBAAgB,CAAC;CAAC;AAChI;AACA,IAAa,aAA4B;CACvC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,yBAAwB,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,2BAA0B,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,2BAA0B,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,0BAAyB,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,0BAAyB,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,0BAAyB,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,8BAA6B,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,0BAAyB,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,yBAAwB,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAI,KAAI;EAAG,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAK,KAAI;EAAG,CAAC;CAAC;AACpd;AACA,IAAa,eAA8B;CACzC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,2BAA0B,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAI,KAAI;EAAG,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;CAAC;AAC3H;AACA,IAAa,cAA6B;CACxC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,2BAA0B,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAI,KAAI;EAAG,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,WAAU,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;CAAC;AACrJ;AACA,IAAa,UAAyB;CACpC,MAAM;CACN,YAAY,CAAC,CAAC,UAAS;EAAC,MAAK;EAAK,MAAK;EAAI,KAAI;CAAG,CAAC,GAAE,CAAC,QAAO,EAAC,KAAI,wBAAuB,CAAC,CAAC;AAC7F;AACA,IAAa,WAA0B;CACrC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,2BAA0B,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAI,KAAI;EAAG,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC;CAAC;AACxJ;AACA,IAAa,WAA0B;CACrC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,wBAAuB,CAAC;EAAE,CAAC,UAAS;GAAC,MAAK;GAAK,MAAK;GAAI,KAAI;EAAG,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,4CAA2C,CAAC;CAAC;AACxJ;AACA,IAAa,qBAAoC;CAC/C,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,6DAA4D,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,0EAAyE,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,oBAAmB,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;CAAC;AACjP;AACA,IAAa,cAA6B;CACxC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,yCAAwC,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,kDAAiD,CAAC;CAAC;AAChK;AACA,IAAa,YAA2B;CACtC,MAAM;CACN,YAAY,CAAC,CAAC,QAAO,EAAC,KAAI,aAAY,CAAC,GAAE,CAAC,QAAO,EAAC,KAAI,4EAA2E,CAAC,CAAC;AACrI;AACA,IAAa,UAAyB;CACpC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,gJAA+I,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,SAAQ,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,WAAU,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,SAAQ,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,YAAW,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,UAAS,CAAC;CAAC;AAC/V;AACA,IAAa,UAAyB;CACpC,MAAM;CACN,YAAY;EAAC,CAAC,QAAO,EAAC,KAAI,8BAA6B,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,8BAA6B,CAAC;EAAE,CAAC,QAAO,EAAC,KAAI,6BAA4B,CAAC;CAAC;AACpJ"}
|
|
1
|
+
{"version":3,"file":"icons_5.js","names":[],"sources":["../../src/icons/icons_5.ts"],"sourcesContent":["// Generated by scripts/generate-icons.ts — do not edit by hand.\n// @ts-nocheck\n/* eslint-disable */\n/* prettier-ignore */\n/* dprint-ignore-file */\n// oxlint-disable\n// biome-ignore-all lint: generated file\n// biome-ignore-all format: generated file\nimport { type GeneratedIcon } from '@/types/icons';\n\nexport const LuSplitSquareHorizontal: GeneratedIcon = {\n name: 'lu-split-square-horizontal',\n components: [[\"path\",{\"d\":\"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3\"}],[\"path\",{\"d\":\"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3\"}],[\"line\",{\"x1\":\"12\",\"x2\":\"12\",\"y1\":\"4\",\"y2\":\"20\"}]],\n};\nexport const LuSplitSquareVertical: GeneratedIcon = {\n name: 'lu-split-square-vertical',\n components: [[\"path\",{\"d\":\"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3\"}],[\"path\",{\"d\":\"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3\"}],[\"line\",{\"x1\":\"4\",\"x2\":\"20\",\"y1\":\"12\",\"y2\":\"12\"}]],\n};\nexport const LuTerminalSquare: GeneratedIcon = {\n name: 'lu-terminal-square',\n components: [[\"path\",{\"d\":\"m7 11 2-2-2-2\"}],[\"path\",{\"d\":\"M11 13h4\"}],[\"rect\",{\"width\":\"18\",\"height\":\"18\",\"x\":\"3\",\"y\":\"3\",\"rx\":\"2\",\"ry\":\"2\"}]],\n};\nexport const LuUserSquare2: GeneratedIcon = {\n name: 'lu-user-square2',\n components: [[\"path\",{\"d\":\"M18 21a6 6 0 0 0-12 0\"}],[\"circle\",{\"cx\":\"12\",\"cy\":\"11\",\"r\":\"4\"}],[\"rect\",{\"width\":\"18\",\"height\":\"18\",\"x\":\"3\",\"y\":\"3\",\"rx\":\"2\"}]],\n};\nexport const LuUserSquare: GeneratedIcon = {\n name: 'lu-user-square',\n components: [[\"rect\",{\"width\":\"18\",\"height\":\"18\",\"x\":\"3\",\"y\":\"3\",\"rx\":\"2\"}],[\"circle\",{\"cx\":\"12\",\"cy\":\"10\",\"r\":\"3\"}],[\"path\",{\"d\":\"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2\"}]],\n};\nexport const LuXSquare: GeneratedIcon = {\n name: 'lu-x-square',\n components: [[\"rect\",{\"width\":\"18\",\"height\":\"18\",\"x\":\"3\",\"y\":\"3\",\"rx\":\"2\",\"ry\":\"2\"}],[\"path\",{\"d\":\"m15 9-6 6\"}],[\"path\",{\"d\":\"m9 9 6 6\"}]],\n};\nexport const LuTestTube2: GeneratedIcon = {\n name: 'lu-test-tube2',\n components: [[\"path\",{\"d\":\"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3\"}],[\"path\",{\"d\":\"m16 2 6 6\"}],[\"path\",{\"d\":\"M12 16H4\"}]],\n};\nexport const LuAlignCenter: GeneratedIcon = {\n name: 'lu-align-center',\n components: [[\"path\",{\"d\":\"M21 5H3\"}],[\"path\",{\"d\":\"M17 12H7\"}],[\"path\",{\"d\":\"M19 19H5\"}]],\n};\nexport const LuAlignRight: GeneratedIcon = {\n name: 'lu-align-right',\n components: [[\"path\",{\"d\":\"M21 5H3\"}],[\"path\",{\"d\":\"M21 12H9\"}],[\"path\",{\"d\":\"M21 19H7\"}]],\n};\nexport const LuAlignJustify: GeneratedIcon = {\n name: 'lu-align-justify',\n components: [[\"path\",{\"d\":\"M3 5h18\"}],[\"path\",{\"d\":\"M3 12h18\"}],[\"path\",{\"d\":\"M3 19h18\"}]],\n};\nexport const LuAlignLeft: GeneratedIcon = {\n name: 'lu-align-left',\n components: [[\"path\",{\"d\":\"M21 5H3\"}],[\"path\",{\"d\":\"M15 12H3\"}],[\"path\",{\"d\":\"M17 19H3\"}]],\n};\nexport const LuText: GeneratedIcon = {\n name: 'lu-text',\n components: [[\"path\",{\"d\":\"M21 5H3\"}],[\"path\",{\"d\":\"M15 12H3\"}],[\"path\",{\"d\":\"M17 19H3\"}]],\n};\nexport const LuLetterText: GeneratedIcon = {\n name: 'lu-letter-text',\n components: [[\"path\",{\"d\":\"M15 5h6\"}],[\"path\",{\"d\":\"M15 12h6\"}],[\"path\",{\"d\":\"M3 19h18\"}],[\"path\",{\"d\":\"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12\"}],[\"path\",{\"d\":\"M3.92 10h6.16\"}]],\n};\nexport const LuWrapText: GeneratedIcon = {\n name: 'lu-wrap-text',\n components: [[\"path\",{\"d\":\"m16 16-3 3 3 3\"}],[\"path\",{\"d\":\"M3 12h14.5a1 1 0 0 1 0 7H13\"}],[\"path\",{\"d\":\"M3 19h6\"}],[\"path\",{\"d\":\"M3 5h18\"}]],\n};\nexport const LuTrain: GeneratedIcon = {\n name: 'lu-train',\n components: [[\"rect\",{\"width\":\"16\",\"height\":\"16\",\"x\":\"4\",\"y\":\"3\",\"rx\":\"2\"}],[\"path\",{\"d\":\"M4 11h16\"}],[\"path\",{\"d\":\"M12 3v8\"}],[\"path\",{\"d\":\"m8 19-2 3\"}],[\"path\",{\"d\":\"m18 22-2-3\"}],[\"path\",{\"d\":\"M8 15h.01\"}],[\"path\",{\"d\":\"M16 15h.01\"}]],\n};\nexport const LuPalmtree: GeneratedIcon = {\n name: 'lu-palmtree',\n components: [[\"path\",{\"d\":\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4\"}],[\"path\",{\"d\":\"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3\"}],[\"path\",{\"d\":\"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35\"}],[\"path\",{\"d\":\"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\"}]],\n};\nexport const LuAlertTriangle: GeneratedIcon = {\n name: 'lu-alert-triangle',\n components: [[\"path\",{\"d\":\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3\"}],[\"path\",{\"d\":\"M12 9v4\"}],[\"path\",{\"d\":\"M12 17h.01\"}]],\n};\nexport const LuTv2: GeneratedIcon = {\n name: 'lu-tv2',\n components: [[\"path\",{\"d\":\"M7 21h10\"}],[\"rect\",{\"width\":\"20\",\"height\":\"14\",\"x\":\"2\",\"y\":\"3\",\"rx\":\"2\"}]],\n};\nexport const LuSchool2: GeneratedIcon = {\n name: 'lu-school2',\n components: [[\"path\",{\"d\":\"M14 21v-3a2 2 0 0 0-4 0v3\"}],[\"path\",{\"d\":\"M18 12h.01\"}],[\"path\",{\"d\":\"M18 16h.01\"}],[\"path\",{\"d\":\"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z\"}],[\"path\",{\"d\":\"M6 12h.01\"}],[\"path\",{\"d\":\"M6 16h.01\"}],[\"circle\",{\"cx\":\"12\",\"cy\":\"10\",\"r\":\"2\"}]],\n};\nexport const LuUserCheck2: GeneratedIcon = {\n name: 'lu-user-check2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"m16 19 2 2 4-4\"}]],\n};\nexport const LuUserCog2: GeneratedIcon = {\n name: 'lu-user-cog2',\n components: [[\"path\",{\"d\":\"m14.305 19.53.923-.382\"}],[\"path\",{\"d\":\"m15.228 16.852-.923-.383\"}],[\"path\",{\"d\":\"m16.852 15.228-.383-.923\"}],[\"path\",{\"d\":\"m16.852 20.772-.383.924\"}],[\"path\",{\"d\":\"m19.148 15.228.383-.923\"}],[\"path\",{\"d\":\"m19.53 21.696-.382-.924\"}],[\"path\",{\"d\":\"M2 21a8 8 0 0 1 10.434-7.62\"}],[\"path\",{\"d\":\"m20.772 16.852.924-.383\"}],[\"path\",{\"d\":\"m20.772 19.148.924.383\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"circle\",{\"cx\":\"18\",\"cy\":\"18\",\"r\":\"3\"}]],\n};\nexport const LuUserMinus2: GeneratedIcon = {\n name: 'lu-user-minus2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M22 19h-6\"}]],\n};\nexport const LuUserPlus2: GeneratedIcon = {\n name: 'lu-user-plus2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 13.292-6\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M19 16v6\"}],[\"path\",{\"d\":\"M22 19h-6\"}]],\n};\nexport const LuUserX2: GeneratedIcon = {\n name: 'lu-user-x2',\n components: [[\"path\",{\"d\":\"M2 21a8 8 0 0 1 11.873-7\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"m17 17 5 5\"}],[\"path\",{\"d\":\"m22 17-5 5\"}]],\n};\nexport const LuUser2: GeneratedIcon = {\n name: 'lu-user2',\n components: [[\"circle\",{\"cx\":\"12\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M20 21a8 8 0 0 0-16 0\"}]],\n};\nexport const LuUsers2: GeneratedIcon = {\n name: 'lu-users2',\n components: [[\"path\",{\"d\":\"M18 21a8 8 0 0 0-16 0\"}],[\"circle\",{\"cx\":\"10\",\"cy\":\"8\",\"r\":\"5\"}],[\"path\",{\"d\":\"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3\"}]],\n};\nexport const LuForkKnifeCrossed: GeneratedIcon = {\n name: 'lu-fork-knife-crossed',\n components: [[\"path\",{\"d\":\"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8\"}],[\"path\",{\"d\":\"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7\"}],[\"path\",{\"d\":\"m2.1 21.8 6.4-6.3\"}],[\"path\",{\"d\":\"m19 5-7 7\"}]],\n};\nexport const LuForkKnife: GeneratedIcon = {\n name: 'lu-fork-knife',\n components: [[\"path\",{\"d\":\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2\"}],[\"path\",{\"d\":\"M7 2v20\"}],[\"path\",{\"d\":\"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7\"}]],\n};\nexport const LuWallet2: GeneratedIcon = {\n name: 'lu-wallet2',\n components: [[\"path\",{\"d\":\"M17 14h.01\"}],[\"path\",{\"d\":\"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14\"}]],\n};\nexport const LuWand2: GeneratedIcon = {\n name: 'lu-wand2',\n components: [[\"path\",{\"d\":\"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72\"}],[\"path\",{\"d\":\"m14 7 3 3\"}],[\"path\",{\"d\":\"M5 6v4\"}],[\"path\",{\"d\":\"M19 14v4\"}],[\"path\",{\"d\":\"M10 2v2\"}],[\"path\",{\"d\":\"M7 8H3\"}],[\"path\",{\"d\":\"M21 16h-4\"}],[\"path\",{\"d\":\"M11 3H9\"}]],\n};\nexport const LuWaves: GeneratedIcon = {\n name: 'lu-waves',\n components: [[\"path\",{\"d\":\"M2 12q2.5 2 5 0t5 0 5 0 5 0\"}],[\"path\",{\"d\":\"M2 19q2.5 2 5 0t5 0 5 0 5 0\"}],[\"path\",{\"d\":\"M2 5q2.5 2 5 0t5 0 5 0 5 0\"}]],\n};\n"],"mappings":"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"}
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ export * from './icons_2.js';
|
|
|
3
3
|
export * from './icons_3.js';
|
|
4
4
|
export * from './icons_4.js';
|
|
5
5
|
export * from './icons_5.js';
|
|
6
|
-
export declare const RuiIcons: readonly ["lu-activate-premium", "lu-balances", "lu-bitcoin-accounts", "lu-blockchain", "lu-checkbox-blank-circle-fill", "lu-checkbox-blank-circle", "lu-checkbox-blank", "lu-checkbox-fill", "lu-checkbox-indeterminate-fill", "lu-cloud-download-2-fill", "lu-cloud-download-fill", "lu-cloud-fill", "lu-cloud-off-fill", "lu-cloud-sync-fill", "lu-cloud-upload-2-fill", "lu-cloud-upload-fill", "lu-coins-exchange", "lu-custom-assets", "lu-deposits", "lu-donate-fill", "lu-droplet-fill", "lu-droplet-half-fill", "lu-droplet-trending-down", "lu-evm-accounts", "lu-export", "lu-eye-semi-off", "lu-folder-shrink-1", "lu-folder-shrink-2", "lu-historic-prices", "lu-history-events-fill", "lu-latest-prices", "lu-layers-in", "lu-layers-out", "lu-liabilities", "lu-manage-assets", "lu-manage-prices", "lu-manual-balances", "lu-more-assets", "lu-onchain", "lu-radio-button-fill", "lu-receive-donation-fill", "lu-refund", "lu-slash-divider", "lu-solana-accounts-fill", "lu-substrate-accounts", "lu-tag-manager", "lu-a-arrow-down", "lu-a-arrow-up", "lu-a-large-small", "lu-accessibility", "lu-activity", "lu-ad", "lu-air-vent", "lu-airplay", "lu-alarm-clock-check", "lu-alarm-clock-minus", "lu-alarm-clock-off", "lu-alarm-clock-plus", "lu-alarm-clock", "lu-alarm-smoke", "lu-album", "lu-align-center-horizontal", "lu-align-center-vertical", "lu-align-end-horizontal", "lu-align-end-vertical", "lu-align-horizontal-distribute-center", "lu-align-horizontal-distribute-end", "lu-align-horizontal-distribute-start", "lu-align-horizontal-justify-center", "lu-align-horizontal-justify-end", "lu-align-horizontal-justify-start", "lu-align-horizontal-space-around", "lu-align-horizontal-space-between", "lu-align-start-horizontal", "lu-align-start-vertical", "lu-align-vertical-distribute-center", "lu-align-vertical-distribute-end", "lu-align-vertical-distribute-start", "lu-align-vertical-justify-center", "lu-align-vertical-justify-end", "lu-align-vertical-justify-start", "lu-align-vertical-space-around", "lu-align-vertical-space-between", "lu-ambulance", "lu-ampersand", "lu-ampersands", "lu-amphora", "lu-anchor", "lu-angry", "lu-annoyed", "lu-antenna", "lu-anvil", "lu-aperture", "lu-app-window-mac", "lu-app-window", "lu-apple", "lu-archive-restore", "lu-archive-x", "lu-archive", "lu-armchair", "lu-arrow-big-down-dash", "lu-arrow-big-down", "lu-arrow-big-left-dash", "lu-arrow-big-left", "lu-arrow-big-right-dash", "lu-arrow-big-right", "lu-arrow-big-up-dash", "lu-arrow-big-up", "lu-arrow-down-0-1", "lu-arrow-down-1-0", "lu-arrow-down-a-z", "lu-arrow-down-from-line", "lu-arrow-down-left", "lu-arrow-down-narrow-wide", "lu-arrow-down-right", "lu-arrow-down-to-dot", "lu-arrow-down-to-line", "lu-arrow-down-up", "lu-arrow-down-wide-narrow", "lu-arrow-down-z-a", "lu-arrow-down", "lu-arrow-left-from-line", "lu-arrow-left-right", "lu-arrow-left-to-line", "lu-arrow-left", "lu-arrow-right-from-line", "lu-arrow-right-left", "lu-arrow-right-to-line", "lu-arrow-right", "lu-arrow-up-0-1", "lu-arrow-up-1-0", "lu-arrow-up-a-z", "lu-arrow-up-down", "lu-arrow-up-from-dot", "lu-arrow-up-from-line", "lu-arrow-up-left", "lu-arrow-up-narrow-wide", "lu-arrow-up-right", "lu-arrow-up-to-line", "lu-arrow-up-wide-narrow", "lu-arrow-up-z-a", "lu-arrow-up", "lu-arrows-up-from-line", "lu-asterisk", "lu-astroid", "lu-at-sign", "lu-atom", "lu-audio-lines", "lu-audio-waveform", "lu-award", "lu-axe", "lu-axis-3d", "lu-baby", "lu-backpack", "lu-badge-alert", "lu-badge-cent", "lu-badge-check", "lu-badge-dollar-sign", "lu-badge-euro", "lu-badge-indian-rupee", "lu-badge-info", "lu-badge-japanese-yen", "lu-badge-minus", "lu-badge-percent", "lu-badge-plus", "lu-badge-pound-sterling", "lu-badge-question-mark", "lu-badge-russian-ruble", "lu-badge-swiss-franc", "lu-badge-turkish-lira", "lu-badge-x", "lu-badge", "lu-baggage-claim", "lu-balloon", "lu-ban", "lu-banana", "lu-bandage", "lu-banknote-arrow-down", "lu-banknote-arrow-up", "lu-banknote-check", "lu-banknote-x", "lu-banknote", "lu-barcode", "lu-barrel", "lu-baseline", "lu-bath", "lu-battery-charging", "lu-battery-full", "lu-battery-low", "lu-battery-medium", "lu-battery-plus", "lu-battery-warning", "lu-battery", "lu-beaker", "lu-bean-off", "lu-bean", "lu-bed-double", "lu-bed-single", "lu-bed", "lu-beef-off", "lu-beef", "lu-beer-off", "lu-beer", "lu-bell-check", "lu-bell-dot", "lu-bell-electric", "lu-bell-minus", "lu-bell-off", "lu-bell-plus", "lu-bell-ring", "lu-bell", "lu-between-horizontal-end", "lu-between-horizontal-start", "lu-between-vertical-end", "lu-between-vertical-start", "lu-biceps-flexed", "lu-bike", "lu-binary", "lu-binoculars", "lu-biohazard", "lu-bird", "lu-birdhouse", "lu-bitcoin", "lu-blend", "lu-blender", "lu-blinds", "lu-blocks", "lu-bluetooth-connected", "lu-bluetooth-off", "lu-bluetooth-searching", "lu-bluetooth", "lu-bold", "lu-bolt", "lu-bomb", "lu-bone-fracture", "lu-bone", "lu-book-a", "lu-book-alert", "lu-book-audio", "lu-book-check", "lu-book-copy", "lu-book-dashed", "lu-book-down", "lu-book-headphones", "lu-book-heart", "lu-book-image", "lu-book-key", "lu-book-lock", "lu-book-marked", "lu-book-minus", "lu-book-open-check", "lu-book-open-text", "lu-book-open", "lu-book-plus", "lu-book-search", "lu-book-text", "lu-book-type", "lu-book-up-2", "lu-book-up", "lu-book-user", "lu-book-x", "lu-book", "lu-bookmark-check", "lu-bookmark-minus", "lu-bookmark-off", "lu-bookmark-plus", "lu-bookmark-x", "lu-bookmark", "lu-boom-box", "lu-bot-message-square", "lu-bot-off", "lu-bot", "lu-bottle-wine", "lu-bow-arrow", "lu-box", "lu-boxes", "lu-braces", "lu-brackets", "lu-brain-circuit", "lu-brain-cog", "lu-brain", "lu-brick-wall-fire", "lu-brick-wall-shield", "lu-brick-wall", "lu-briefcase-business", "lu-briefcase-conveyor-belt", "lu-briefcase-medical", "lu-briefcase", "lu-bring-to-front", "lu-broccoli", "lu-brush-cleaning", "lu-brush", "lu-bubbles", "lu-bug-off", "lu-bug-play", "lu-bug", "lu-building-2", "lu-building", "lu-bus-front", "lu-bus", "lu-cable-car", "lu-cable", "lu-cake-slice", "lu-cake", "lu-calculator", "lu-calendar-1", "lu-calendar-arrow-down", "lu-calendar-arrow-up", "lu-calendar-check-2", "lu-calendar-check", "lu-calendar-clock", "lu-calendar-cog", "lu-calendar-days", "lu-calendar-fold", "lu-calendar-heart", "lu-calendar-minus-2", "lu-calendar-minus", "lu-calendar-off", "lu-calendar-plus-2", "lu-calendar-plus", "lu-calendar-range", "lu-calendar-search", "lu-calendar-sync", "lu-calendar-x-2", "lu-calendar-x", "lu-calendar", "lu-calendars", "lu-camera-off", "lu-camera", "lu-candy-cane", "lu-candy-off", "lu-candy", "lu-cannabis-off", "lu-cannabis", "lu-captions-off", "lu-captions", "lu-car-front", "lu-car-taxi-front", "lu-car", "lu-caravan", "lu-card-sim", "lu-carrot", "lu-case-lower", "lu-case-sensitive", "lu-case-upper", "lu-cassette-tape", "lu-cast", "lu-castle", "lu-cat", "lu-cctv-off", "lu-cctv", "lu-chart-area", "lu-chart-bar-big", "lu-chart-bar-decreasing", "lu-chart-bar-increasing", "lu-chart-bar-stacked", "lu-chart-bar", "lu-chart-candlestick", "lu-chart-column-big", "lu-chart-column-decreasing", "lu-chart-column-increasing", "lu-chart-column-stacked", "lu-chart-column", "lu-chart-gantt", "lu-chart-line", "lu-chart-network", "lu-chart-no-axes-column-decreasing", "lu-chart-no-axes-column-increasing", "lu-chart-no-axes-column", "lu-chart-no-axes-combined", "lu-chart-no-axes-gantt", "lu-chart-pie", "lu-chart-scatter", "lu-chart-spline", "lu-check-check", "lu-check-line", "lu-check", "lu-chef-hat", "lu-cherry", "lu-chess-bishop", "lu-chess-king", "lu-chess-knight", "lu-chess-pawn", "lu-chess-queen", "lu-chess-rook", "lu-chevron-down", "lu-chevron-first", "lu-chevron-last", "lu-chevron-left", "lu-chevron-right", "lu-chevron-up", "lu-chevrons-down-up", "lu-chevrons-down", "lu-chevrons-left-right-ellipsis", "lu-chevrons-left-right", "lu-chevrons-left", "lu-chevrons-right-left", "lu-chevrons-right", "lu-chevrons-up-down", "lu-chevrons-up", "lu-church", "lu-cigarette-off", "lu-cigarette", "lu-circle-alert", "lu-circle-arrow-down", "lu-circle-arrow-left", "lu-circle-arrow-out-down-left", "lu-circle-arrow-out-down-right", "lu-circle-arrow-out-up-left", "lu-circle-arrow-out-up-right", "lu-circle-arrow-right", "lu-circle-arrow-up", "lu-circle-check-big", "lu-circle-check", "lu-circle-chevron-down", "lu-circle-chevron-left", "lu-circle-chevron-right", "lu-circle-chevron-up", "lu-circle-dashed", "lu-circle-divide", "lu-circle-dollar-sign", "lu-circle-dot-dashed", "lu-circle-dot", "lu-circle-ellipsis", "lu-circle-equal", "lu-circle-fading-arrow-up", "lu-circle-fading-plus", "lu-circle-gauge", "lu-circle-minus", "lu-circle-off", "lu-circle-parking-off", "lu-circle-parking", "lu-circle-pause", "lu-circle-percent", "lu-circle-pile", "lu-circle-play", "lu-circle-plus", "lu-circle-pound-sterling", "lu-circle-power", "lu-circle-question-mark", "lu-circle-slash-2", "lu-circle-slash", "lu-circle-small", "lu-circle-star", "lu-circle-stop", "lu-circle-user-round", "lu-circle-user", "lu-circle-x", "lu-circle", "lu-circuit-board", "lu-citrus", "lu-clapperboard", "lu-clipboard-check", "lu-clipboard-clock", "lu-clipboard-copy", "lu-clipboard-list", "lu-clipboard-minus", "lu-clipboard-paste", "lu-clipboard-pen-line", "lu-clipboard-pen", "lu-clipboard-plus", "lu-clipboard-type", "lu-clipboard-x", "lu-clipboard", "lu-clock-1", "lu-clock-10", "lu-clock-11", "lu-clock-12", "lu-clock-2", "lu-clock-3", "lu-clock-4", "lu-clock-5", "lu-clock-6", "lu-clock-7", "lu-clock-8", "lu-clock-9", "lu-clock-alert", "lu-clock-arrow-down", "lu-clock-arrow-left", "lu-clock-arrow-right", "lu-clock-arrow-up", "lu-clock-check", "lu-clock-fading", "lu-clock-plus", "lu-clock", "lu-closed-caption", "lu-cloud-alert", "lu-cloud-backup", "lu-cloud-check", "lu-cloud-cog", "lu-cloud-download", "lu-cloud-drizzle", "lu-cloud-fog", "lu-cloud-hail", "lu-cloud-lightning", "lu-cloud-moon-rain", "lu-cloud-moon", "lu-cloud-off", "lu-cloud-rain-wind", "lu-cloud-rain", "lu-cloud-snow", "lu-cloud-sun-rain", "lu-cloud-sun", "lu-cloud-sync", "lu-cloud-upload", "lu-cloud", "lu-cloudy", "lu-clover", "lu-club", "lu-code-xml", "lu-code", "lu-coffee", "lu-cog", "lu-coins", "lu-columns-2", "lu-columns-3-cog", "lu-columns-3", "lu-columns-4", "lu-combine", "lu-command", "lu-compass", "lu-component", "lu-computer", "lu-concierge-bell", "lu-cone", "lu-construction", "lu-contact-round", "lu-contact", "lu-container", "lu-contrast", "lu-cookie", "lu-cooking-pot", "lu-copy-check", "lu-copy-minus", "lu-copy-plus", "lu-copy-slash", "lu-copy-x", "lu-copy", "lu-copyleft", "lu-copyright", "lu-corner-down-left", "lu-corner-down-right", "lu-corner-left-down", "lu-corner-left-up", "lu-corner-right-down", "lu-corner-right-up", "lu-corner-up-left", "lu-corner-up-right", "lu-cpu", "lu-creative-commons", "lu-credit-card", "lu-croissant", "lu-crop", "lu-cross", "lu-crosshair", "lu-crown", "lu-cuboid", "lu-cup-soda", "lu-currency", "lu-cylinder", "lu-dam", "lu-database-backup", "lu-database-search", "lu-database-zap", "lu-database", "lu-decimals-arrow-left", "lu-decimals-arrow-right", "lu-delete", "lu-dessert", "lu-diameter", "lu-diamond-minus", "lu-diamond-percent", "lu-diamond-plus", "lu-diamond", "lu-dice-1", "lu-dice-2", "lu-dice-3", "lu-dice-4", "lu-dice-5", "lu-dice-6", "lu-dices", "lu-diff", "lu-disc-2", "lu-disc-3", "lu-disc-album", "lu-disc", "lu-divide", "lu-dna-off", "lu-dna", "lu-dock", "lu-dog", "lu-dollar-sign", "lu-donut", "lu-door-closed-locked", "lu-door-closed", "lu-door-open", "lu-dot", "lu-download", "lu-drafting-compass", "lu-drama", "lu-drill", "lu-drone", "lu-droplet-off", "lu-droplet", "lu-droplets", "lu-drum", "lu-drumstick", "lu-dumbbell", "lu-ear-off", "lu-ear", "lu-earth-lock", "lu-earth", "lu-eclipse", "lu-egg-fried", "lu-egg-off", "lu-egg", "lu-ellipse", "lu-ellipsis-vertical", "lu-ellipsis", "lu-equal-approximately", "lu-equal-not", "lu-equal", "lu-eraser", "lu-ethernet-port", "lu-euro", "lu-ev-charger", "lu-expand", "lu-external-link", "lu-eye-closed", "lu-eye-dashed", "lu-eye-off", "lu-eye", "lu-factory", "lu-fan", "lu-fast-forward", "lu-feather", "lu-fence", "lu-ferris-wheel", "lu-file-archive", "lu-file-axis-3d", "lu-file-badge", "lu-file-box", "lu-file-braces-corner", "lu-file-braces", "lu-file-chart-column-increasing", "lu-file-chart-column", "lu-file-chart-line", "lu-file-chart-pie", "lu-file-check-corner", "lu-file-check", "lu-file-clock", "lu-file-code-corner", "lu-file-code", "lu-file-cog", "lu-file-diff", "lu-file-digit", "lu-file-down", "lu-file-exclamation-point", "lu-file-headphone", "lu-file-heart", "lu-file-image", "lu-file-input", "lu-file-key", "lu-file-lock", "lu-file-minus-corner", "lu-file-minus", "lu-file-music", "lu-file-output", "lu-file-pen-line", "lu-file-pen", "lu-file-play", "lu-file-plus-corner", "lu-file-plus", "lu-file-question-mark", "lu-file-scan", "lu-file-search-corner", "lu-file-search", "lu-file-signal", "lu-file-sliders", "lu-file-spreadsheet", "lu-file-stack", "lu-file-symlink", "lu-file-terminal", "lu-file-text", "lu-file-type-corner", "lu-file-type", "lu-file-up", "lu-file-user", "lu-file-video-camera", "lu-file-volume", "lu-file-x-corner", "lu-file-x", "lu-file", "lu-files", "lu-film", "lu-fingerprint-pattern", "lu-fire-extinguisher", "lu-fish-off", "lu-fish-symbol", "lu-fish", "lu-fishing-hook", "lu-fishing-rod", "lu-flag-off", "lu-flag-triangle-left", "lu-flag-triangle-right", "lu-flag", "lu-flame-kindling", "lu-flame", "lu-flashlight-off", "lu-flashlight", "lu-flask-conical-off", "lu-flask-conical", "lu-flask-round", "lu-flip-horizontal-2", "lu-flip-vertical-2", "lu-flower-2", "lu-flower", "lu-focus", "lu-fold-horizontal", "lu-fold-vertical", "lu-folder-archive", "lu-folder-bookmark", "lu-folder-check", "lu-folder-clock", "lu-folder-closed", "lu-folder-code", "lu-folder-cog", "lu-folder-dot", "lu-folder-down", "lu-folder-git-2", "lu-folder-git", "lu-folder-heart", "lu-folder-input", "lu-folder-kanban", "lu-folder-key", "lu-folder-lock", "lu-folder-minus", "lu-folder-open-dot", "lu-folder-open", "lu-folder-output", "lu-folder-pen", "lu-folder-plus", "lu-folder-root", "lu-folder-search-2", "lu-folder-search", "lu-folder-symlink", "lu-folder-sync", "lu-folder-tree", "lu-folder-up", "lu-folder-x", "lu-folder", "lu-folders", "lu-footprints", "lu-forklift", "lu-form", "lu-forward", "lu-frame", "lu-frown", "lu-fuel", "lu-fullscreen", "lu-funnel-plus", "lu-funnel-x", "lu-funnel", "lu-gallery-horizontal-end", "lu-gallery-horizontal", "lu-gallery-thumbnails", "lu-gallery-vertical-end", "lu-gallery-vertical", "lu-gamepad-2", "lu-gamepad-directional", "lu-gamepad", "lu-gauge", "lu-gavel", "lu-gem", "lu-georgian-lari", "lu-ghost", "lu-gift", "lu-git-branch-minus", "lu-git-branch-plus", "lu-git-branch", "lu-git-commit-horizontal", "lu-git-commit-vertical", "lu-git-compare-arrows", "lu-git-compare", "lu-git-fork", "lu-git-graph", "lu-git-merge-conflict", "lu-git-merge", "lu-git-pull-request-arrow", "lu-git-pull-request-closed", "lu-git-pull-request-create-arrow", "lu-git-pull-request-create", "lu-git-pull-request-draft", "lu-git-pull-request", "lu-glass-water", "lu-glasses", "lu-globe-check", "lu-globe-lock", "lu-globe-off", "lu-globe-x", "lu-globe", "lu-goal", "lu-gpu", "lu-graduation-cap", "lu-grape", "lu-grid-2x2-check", "lu-grid-2x2-plus", "lu-grid-2x2-x", "lu-grid-2x2", "lu-grid-3x2", "lu-grid-3x3", "lu-grip-horizontal", "lu-grip-vertical", "lu-grip", "lu-group", "lu-guitar", "lu-ham", "lu-hamburger", "lu-hammer", "lu-hand-coins", "lu-hand-fist", "lu-hand-grab", "lu-hand-heart", "lu-hand-helping", "lu-hand-metal", "lu-hand-platter", "lu-hand", "lu-handbag", "lu-handshake", "lu-hard-drive-download", "lu-hard-drive-upload", "lu-hard-drive", "lu-hard-hat", "lu-hash", "lu-hat-glasses", "lu-haze", "lu-hd", "lu-hdmi-port", "lu-heading-1", "lu-heading-2", "lu-heading-3", "lu-heading-4", "lu-heading-5", "lu-heading-6", "lu-heading", "lu-headphone-off", "lu-headphones", "lu-headset", "lu-heart-crack", "lu-heart-handshake", "lu-heart-minus", "lu-heart-off", "lu-heart-plus", "lu-heart-pulse", "lu-heart-x", "lu-heart", "lu-heater", "lu-helicopter", "lu-hexagon", "lu-highlighter", "lu-history", "lu-hop-off", "lu-hop", "lu-hospital", "lu-hotel", "lu-hourglass", "lu-house-heart", "lu-house-plug", "lu-house-plus", "lu-house-wifi", "lu-house", "lu-ice-cream-bowl", "lu-ice-cream-cone", "lu-id-card-lanyard", "lu-id-card", "lu-image-down", "lu-image-minus", "lu-image-off", "lu-image-play", "lu-image-plus", "lu-image-up", "lu-image-upscale", "lu-image", "lu-images", "lu-import", "lu-inbox", "lu-indian-rupee", "lu-infinity", "lu-info", "lu-inspection-panel", "lu-italic", "lu-iteration-ccw", "lu-iteration-cw", "lu-japanese-yen", "lu-joystick", "lu-kanban", "lu-kayak", "lu-key-round", "lu-key-square", "lu-key", "lu-keyboard-music", "lu-keyboard-off", "lu-keyboard", "lu-lamp-ceiling", "lu-lamp-desk", "lu-lamp-floor", "lu-lamp-wall-down", "lu-lamp-wall-up", "lu-lamp", "lu-land-plot", "lu-landmark", "lu-languages", "lu-laptop-minimal-check", "lu-laptop-minimal", "lu-laptop", "lu-lasso-select", "lu-lasso", "lu-laugh", "lu-layers-2", "lu-layers-minus", "lu-layers-plus", "lu-layers", "lu-layout-dashboard", "lu-layout-grid", "lu-layout-list", "lu-layout-panel-left", "lu-layout-panel-top", "lu-layout-template", "lu-leaf", "lu-leafy-green", "lu-lectern", "lu-lens-concave", "lu-lens-convex", "lu-library-big", "lu-library", "lu-life-buoy", "lu-ligature", "lu-lightbulb-off", "lu-lightbulb", "lu-line-dot-right-horizontal", "lu-line-squiggle", "lu-line-style", "lu-link-2-off", "lu-link-2", "lu-link", "lu-list-check", "lu-list-checks", "lu-list-chevrons-down-up", "lu-list-chevrons-up-down", "lu-list-collapse", "lu-list-end", "lu-list-filter-plus", "lu-list-filter", "lu-list-indent-decrease", "lu-list-indent-increase", "lu-list-minus", "lu-list-music", "lu-list-ordered", "lu-list-plus", "lu-list-restart", "lu-list-sort-ascending", "lu-list-sort-descending", "lu-list-start", "lu-list-todo", "lu-list-tree", "lu-list-video", "lu-list-x", "lu-list", "lu-loader-circle", "lu-loader-pinwheel", "lu-loader", "lu-locate-fixed", "lu-locate-off", "lu-locate", "lu-lock-keyhole-open", "lu-lock-keyhole", "lu-lock-open", "lu-lock", "lu-log-in", "lu-log-out", "lu-logs", "lu-lollipop", "lu-luggage", "lu-magnet", "lu-mail-check", "lu-mail-minus", "lu-mail-open", "lu-mail-plus", "lu-mail-question-mark", "lu-mail-search", "lu-mail-warning", "lu-mail-x", "lu-mail", "lu-mailbox", "lu-mails", "lu-map-minus", "lu-map-pin-check-inside", "lu-map-pin-check", "lu-map-pin-house", "lu-map-pin-minus-inside", "lu-map-pin-minus", "lu-map-pin-off", "lu-map-pin-pen", "lu-map-pin-plus-inside", "lu-map-pin-plus", "lu-map-pin-search", "lu-map-pin-x-inside", "lu-map-pin-x", "lu-map-pin", "lu-map-pinned", "lu-map-plus", "lu-map", "lu-mars-stroke", "lu-mars", "lu-martini", "lu-maximize-2", "lu-maximize", "lu-medal", "lu-megaphone-off", "lu-megaphone", "lu-meh", "lu-memory-stick", "lu-menu", "lu-merge", "lu-message-circle-check", "lu-message-circle-code", "lu-message-circle-dashed", "lu-message-circle-heart", "lu-message-circle-more", "lu-message-circle-off", "lu-message-circle-plus", "lu-message-circle-question-mark", "lu-message-circle-reply", "lu-message-circle-warning", "lu-message-circle-x", "lu-message-circle", "lu-message-square-check", "lu-message-square-code", "lu-message-square-dashed", "lu-message-square-diff", "lu-message-square-dot", "lu-message-square-heart", "lu-message-square-lock", "lu-message-square-more", "lu-message-square-off", "lu-message-square-plus", "lu-message-square-quote", "lu-message-square-reply", "lu-message-square-share", "lu-message-square-text", "lu-message-square-warning", "lu-message-square-x", "lu-message-square", "lu-messages-square", "lu-metronome", "lu-mic-off", "lu-mic-vocal", "lu-mic", "lu-microchip", "lu-microscope", "lu-microwave", "lu-milestone", "lu-milk-off", "lu-milk", "lu-minimize-2", "lu-minimize", "lu-minus", "lu-mirror-rectangular", "lu-mirror-round", "lu-monitor-check", "lu-monitor-cloud", "lu-monitor-cog", "lu-monitor-dot", "lu-monitor-down", "lu-monitor-off", "lu-monitor-pause", "lu-monitor-play", "lu-monitor-smartphone", "lu-monitor-speaker", "lu-monitor-stop", "lu-monitor-up", "lu-monitor-x", "lu-monitor", "lu-moon-star", "lu-moon", "lu-motorbike", "lu-mountain-snow", "lu-mountain", "lu-mouse-left", "lu-mouse-off", "lu-mouse-pointer-2-off", "lu-mouse-pointer-2", "lu-mouse-pointer-ban", "lu-mouse-pointer-click", "lu-mouse-pointer", "lu-mouse-right", "lu-mouse", "lu-move-3d", "lu-move-diagonal-2", "lu-move-diagonal", "lu-move-down-left", "lu-move-down-right", "lu-move-down", "lu-move-horizontal", "lu-move-left", "lu-move-right", "lu-move-up-left", "lu-move-up-right", "lu-move-up", "lu-move-vertical", "lu-move", "lu-music-2", "lu-music-3", "lu-music-4", "lu-music", "lu-navigation-2-off", "lu-navigation-2", "lu-navigation-off", "lu-navigation", "lu-network", "lu-newspaper", "lu-nfc", "lu-non-binary", "lu-notebook-pen", "lu-notebook-tabs", "lu-notebook-text", "lu-notebook", "lu-notepad-text-dashed", "lu-notepad-text", "lu-nut-off", "lu-nut", "lu-octagon-alert", "lu-octagon-minus", "lu-octagon-pause", "lu-octagon-x", "lu-octagon", "lu-omega", "lu-option", "lu-orbit", "lu-origami", "lu-package-2", "lu-package-check", "lu-package-minus", "lu-package-open", "lu-package-plus", "lu-package-search", "lu-package-x", "lu-package", "lu-paint-bucket", "lu-paint-roller", "lu-paintbrush-vertical", "lu-paintbrush", "lu-palette", "lu-panda", "lu-panel-bottom-close", "lu-panel-bottom-dashed", "lu-panel-bottom-open", "lu-panel-bottom", "lu-panel-left-close", "lu-panel-left-dashed", "lu-panel-left-open", "lu-panel-left-right-dashed", "lu-panel-left", "lu-panel-right-close", "lu-panel-right-dashed", "lu-panel-right-open", "lu-panel-right", "lu-panel-top-bottom-dashed", "lu-panel-top-close", "lu-panel-top-dashed", "lu-panel-top-open", "lu-panel-top", "lu-panels-left-bottom", "lu-panels-right-bottom", "lu-panels-top-left", "lu-paperclip", "lu-parasol", "lu-parentheses", "lu-parking-meter", "lu-party-popper", "lu-pause", "lu-paw-print", "lu-pc-case", "lu-pen-line", "lu-pen-off", "lu-pen-tool", "lu-pen", "lu-pencil-line", "lu-pencil-off", "lu-pencil-ruler", "lu-pencil-sparkles", "lu-pencil", "lu-pentagon", "lu-percent", "lu-person-standing", "lu-philippine-peso", "lu-phone-call", "lu-phone-forwarded", "lu-phone-incoming", "lu-phone-missed", "lu-phone-off", "lu-phone-outgoing", "lu-phone", "lu-pi", "lu-piano", "lu-pickaxe", "lu-picture-in-picture-2", "lu-picture-in-picture", "lu-piggy-bank", "lu-pilcrow-left", "lu-pilcrow-right", "lu-pilcrow", "lu-pill-bottle", "lu-pill", "lu-pin-off", "lu-pin", "lu-pipette", "lu-pizza", "lu-plane-landing", "lu-plane-takeoff", "lu-plane", "lu-play-off", "lu-play", "lu-plug-2", "lu-plug-zap", "lu-plug", "lu-plus", "lu-pocket-knife", "lu-podcast", "lu-podium", "lu-pointer-off", "lu-pointer", "lu-popcorn", "lu-popsicle", "lu-pound-sterling", "lu-power-off", "lu-power", "lu-presentation", "lu-printer-check", "lu-printer-x", "lu-printer", "lu-projector", "lu-proportions", "lu-puzzle", "lu-pyramid", "lu-qr-code", "lu-quote", "lu-rabbit", "lu-radar", "lu-radiation", "lu-radical", "lu-radio-off", "lu-radio-receiver", "lu-radio-tower", "lu-radio", "lu-radius", "lu-rainbow", "lu-rat", "lu-ratio", "lu-receipt-cent", "lu-receipt-euro", "lu-receipt-indian-rupee", "lu-receipt-japanese-yen", "lu-receipt-pound-sterling", "lu-receipt-russian-ruble", "lu-receipt-swiss-franc", "lu-receipt-text", "lu-receipt-turkish-lira", "lu-receipt", "lu-rectangle-circle", "lu-rectangle-ellipsis", "lu-rectangle-goggles", "lu-rectangle-horizontal", "lu-rectangle-vertical", "lu-recycle", "lu-redo-2", "lu-redo-dot", "lu-redo", "lu-refresh-ccw-dot", "lu-refresh-ccw", "lu-refresh-cw-off", "lu-refresh-cw", "lu-refrigerator", "lu-regex", "lu-remove-formatting", "lu-repeat-1", "lu-repeat-2", "lu-repeat-off", "lu-repeat", "lu-replace-all", "lu-replace", "lu-reply-all", "lu-reply", "lu-rewind", "lu-ribbon", "lu-road", "lu-rocket", "lu-rocking-chair", "lu-roller-coaster", "lu-rose", "lu-rotate-3d", "lu-rotate-ccw-key", "lu-rotate-ccw-square", "lu-rotate-ccw", "lu-rotate-cw-square", "lu-rotate-cw", "lu-route-off", "lu-route", "lu-router", "lu-rows-2", "lu-rows-3", "lu-rows-4", "lu-rss", "lu-ruler-dimension-line", "lu-ruler", "lu-russian-ruble", "lu-sailboat", "lu-salad", "lu-sandwich", "lu-satellite-dish", "lu-satellite", "lu-saudi-riyal", "lu-save-all", "lu-save-check", "lu-save-off", "lu-save-pen", "lu-save-plus", "lu-save", "lu-scale-3d", "lu-scale", "lu-scaling", "lu-scan-barcode", "lu-scan-eye", "lu-scan-face", "lu-scan-heart", "lu-scan-line", "lu-scan-qr-code", "lu-scan-search", "lu-scan-text", "lu-scan", "lu-school", "lu-scissors-line-dashed", "lu-scissors", "lu-scooter", "lu-screen-share-off", "lu-screen-share", "lu-scroll-text", "lu-scroll", "lu-search-alert", "lu-search-check", "lu-search-code", "lu-search-slash", "lu-search-x", "lu-search", "lu-section", "lu-send-horizontal", "lu-send-to-back", "lu-send", "lu-separator-horizontal", "lu-separator-vertical", "lu-server-cog", "lu-server-crash", "lu-server-off", "lu-server", "lu-settings-2", "lu-settings", "lu-shapes", "lu-share-2", "lu-share", "lu-sheet", "lu-shell", "lu-shelving-unit", "lu-shield-alert", "lu-shield-ban", "lu-shield-check", "lu-shield-cog-corner", "lu-shield-cog", "lu-shield-ellipsis", "lu-shield-half", "lu-shield-minus", "lu-shield-off", "lu-shield-plus", "lu-shield-question-mark", "lu-shield-user", "lu-shield-x", "lu-shield", "lu-ship-wheel", "lu-ship", "lu-shirt", "lu-shopping-bag", "lu-shopping-basket", "lu-shopping-cart", "lu-shovel", "lu-shower-head", "lu-shredder", "lu-shrimp", "lu-shrink", "lu-shrub", "lu-shuffle", "lu-sigma", "lu-signal-high", "lu-signal-low", "lu-signal-medium", "lu-signal-zero", "lu-signal", "lu-signature", "lu-signpost-big", "lu-signpost", "lu-siren", "lu-skip-back", "lu-skip-forward", "lu-skull", "lu-slash", "lu-slice", "lu-sliders-horizontal", "lu-sliders-vertical", "lu-smartphone-charging", "lu-smartphone-nfc", "lu-smartphone", "lu-smile-plus", "lu-smile", "lu-snail", "lu-snowflake", "lu-soap-dispenser-droplet", "lu-sofa", "lu-solar-panel", "lu-soup", "lu-space", "lu-spade", "lu-sparkle", "lu-sparkles", "lu-speaker", "lu-speech", "lu-spell-check-2", "lu-spell-check", "lu-spline-pointer", "lu-spline", "lu-split", "lu-spool", "lu-sport-shoe", "lu-spotlight", "lu-spray-can", "lu-sprout", "lu-square-activity", "lu-square-arrow-down-left", "lu-square-arrow-down-right", "lu-square-arrow-down", "lu-square-arrow-left", "lu-square-arrow-out-down-left", "lu-square-arrow-out-down-right", "lu-square-arrow-out-up-left", "lu-square-arrow-out-up-right", "lu-square-arrow-right-enter", "lu-square-arrow-right-exit", "lu-square-arrow-right", "lu-square-arrow-up-left", "lu-square-arrow-up-right", "lu-square-arrow-up", "lu-square-asterisk", "lu-square-bottom-dashed-scissors", "lu-square-centerline-dashed-horizontal", "lu-square-centerline-dashed-vertical", "lu-square-chart-gantt", "lu-square-check-big", "lu-square-check", "lu-square-chevron-down", "lu-square-chevron-left", "lu-square-chevron-right", "lu-square-chevron-up", "lu-square-code", "lu-square-dashed-bottom-code", "lu-square-dashed-bottom", "lu-square-dashed-kanban", "lu-square-dashed-mouse-pointer", "lu-square-dashed-text", "lu-square-dashed-top-solid", "lu-square-dashed", "lu-square-divide", "lu-square-dot", "lu-square-equal", "lu-square-function", "lu-square-kanban", "lu-square-library", "lu-square-m", "lu-square-menu", "lu-square-minus", "lu-square-mouse-pointer", "lu-square-parking-off", "lu-square-parking", "lu-square-pause", "lu-square-pen", "lu-square-percent", "lu-square-pi", "lu-square-pilcrow", "lu-square-play", "lu-square-plus", "lu-square-power", "lu-square-radical", "lu-square-round-corner", "lu-square-scissors", "lu-square-sigma", "lu-square-slash", "lu-square-split-horizontal", "lu-square-split-vertical", "lu-square-square", "lu-square-stack", "lu-square-star", "lu-square-stop", "lu-square-terminal", "lu-square-user-round", "lu-square-user", "lu-square-x", "lu-square", "lu-squares-exclude", "lu-squares-intersect", "lu-squares-subtract", "lu-squares-unite", "lu-squircle-dashed", "lu-squircle", "lu-squirrel", "lu-stamp", "lu-star-check", "lu-star-half", "lu-star-minus", "lu-star-off", "lu-star-plus", "lu-star-x", "lu-star", "lu-step-back", "lu-step-forward", "lu-stethoscope", "lu-sticker", "lu-sticky-note-check", "lu-sticky-note-minus", "lu-sticky-note-off", "lu-sticky-note-plus", "lu-sticky-note-x", "lu-sticky-note", "lu-sticky-notes", "lu-stone", "lu-store", "lu-stretch-horizontal", "lu-stretch-vertical", "lu-strikethrough", "lu-subscript", "lu-summary", "lu-sun-dim", "lu-sun-medium", "lu-sun-moon", "lu-sun-snow", "lu-sun", "lu-sunrise", "lu-sunset", "lu-superscript", "lu-swatch-book", "lu-swiss-franc", "lu-switch-camera", "lu-sword", "lu-swords", "lu-syringe", "lu-table-2", "lu-table-cells-merge", "lu-table-cells-split", "lu-table-columns-split", "lu-table-of-contents", "lu-table-properties", "lu-table-rows-split", "lu-table", "lu-tablet-smartphone", "lu-tablet", "lu-tablets", "lu-tag-plus", "lu-tag-x", "lu-tag", "lu-tags", "lu-tally-1", "lu-tally-2", "lu-tally-3", "lu-tally-4", "lu-tally-5", "lu-tangent", "lu-target", "lu-telescope", "lu-tent-tree", "lu-tent", "lu-terminal", "lu-test-tube-diagonal", "lu-test-tube", "lu-test-tubes", "lu-text-align-center", "lu-text-align-end", "lu-text-align-justify", "lu-text-align-start", "lu-text-cursor-input", "lu-text-cursor", "lu-text-initial", "lu-text-quote", "lu-text-search", "lu-text-wrap", "lu-theater", "lu-thermometer-snowflake", "lu-thermometer-sun", "lu-thermometer", "lu-thumbs-down", "lu-thumbs-up", "lu-ticket-check", "lu-ticket-minus", "lu-ticket-percent", "lu-ticket-plus", "lu-ticket-slash", "lu-ticket-x", "lu-ticket", "lu-tickets-plane", "lu-tickets", "lu-timeline", "lu-timer-off", "lu-timer-reset", "lu-timer", "lu-toggle-left", "lu-toggle-right", "lu-toilet", "lu-tool-case", "lu-toolbox", "lu-tornado", "lu-torus", "lu-touchpad-off", "lu-touchpad", "lu-towel-rack", "lu-tower-control", "lu-toy-brick", "lu-tractor", "lu-traffic-cone", "lu-train-front-tunnel", "lu-train-front", "lu-train-track", "lu-tram-front", "lu-transgender", "lu-trash-2", "lu-trash", "lu-tree-deciduous", "lu-tree-palm", "lu-tree-pine", "lu-trees", "lu-trending-down", "lu-trending-up-down", "lu-trending-up", "lu-triangle-alert", "lu-triangle-dashed", "lu-triangle-right", "lu-triangle", "lu-trophy", "lu-truck-electric", "lu-truck", "lu-turkish-lira", "lu-turntable", "lu-turtle", "lu-tv-minimal-play", "lu-tv-minimal", "lu-tv", "lu-type-outline", "lu-type", "lu-umbrella-off", "lu-umbrella", "lu-underline", "lu-undo-2", "lu-undo-dot", "lu-undo", "lu-unfold-horizontal", "lu-unfold-vertical", "lu-ungroup", "lu-university", "lu-unlink-2", "lu-unlink", "lu-unplug", "lu-upload", "lu-usb", "lu-user-check", "lu-user-cog", "lu-user-key", "lu-user-lock", "lu-user-minus", "lu-user-pen", "lu-user-plus", "lu-user-round-arrow-left", "lu-user-round-check", "lu-user-round-cog", "lu-user-round-key", "lu-user-round-minus", "lu-user-round-pen", "lu-user-round-plus", "lu-user-round-search", "lu-user-round-x", "lu-user-round", "lu-user-search", "lu-user-star", "lu-user-x", "lu-user", "lu-users-round", "lu-users", "lu-utensils-crossed", "lu-utensils", "lu-utility-pole", "lu-van", "lu-variable", "lu-vault", "lu-vector-square", "lu-vegan", "lu-venetian-mask", "lu-venus-and-mars", "lu-venus", "lu-vibrate-off", "lu-vibrate", "lu-video-off", "lu-video", "lu-videotape", "lu-view", "lu-voicemail", "lu-volleyball", "lu-volume-1", "lu-volume-2", "lu-volume-off", "lu-volume-x", "lu-volume", "lu-vote", "lu-wallet-cards", "lu-wallet-minimal", "lu-wallet", "lu-wallpaper", "lu-wand-sparkles", "lu-wand", "lu-warehouse", "lu-washing-machine", "lu-watch", "lu-waves-arrow-down", "lu-waves-arrow-up", "lu-waves-horizontal", "lu-waves-ladder", "lu-waves-vertical", "lu-waypoints", "lu-webcam-off", "lu-webcam", "lu-webhook-off", "lu-webhook", "lu-weight-tilde", "lu-weight", "lu-wheat-off", "lu-wheat", "lu-whole-word", "lu-wifi-cog", "lu-wifi-high", "lu-wifi-low", "lu-wifi-off", "lu-wifi-pen", "lu-wifi-sync", "lu-wifi-zero", "lu-wifi", "lu-wind-arrow-down", "lu-wind", "lu-wine-off", "lu-wine", "lu-workflow", "lu-worm", "lu-wrench-off", "lu-wrench", "lu-x-line-top", "lu-x", "lu-zap-off", "lu-zap", "lu-zodiac-aquarius", "lu-zodiac-aries", "lu-zodiac-cancer", "lu-zodiac-capricorn", "lu-zodiac-gemini", "lu-zodiac-leo", "lu-zodiac-libra", "lu-zodiac-ophiuchus", "lu-zodiac-pisces", "lu-zodiac-sagittarius", "lu-zodiac-scorpio", "lu-zodiac-taurus", "lu-zodiac-virgo", "lu-zoom-in", "lu-zoom-out", "lu-alarm-check", "lu-alarm-minus", "lu-alarm-plus", "lu-arrow-down-az", "lu-sort-desc", "lu-arrow-down-za", "lu-arrow-up-az", "lu-sort-asc", "lu-arrow-up-za", "lu-verified", "lu-badge-help", "lu-between-horizonal-end", "lu-between-horizonal-start", "lu-book-template", "lu-curly-braces", "lu-subtitles", "lu-area-chart", "lu-bar-chart-horizontal-big", "lu-bar-chart-horizontal", "lu-candlestick-chart", "lu-bar-chart-big", "lu-bar-chart4", "lu-bar-chart3", "lu-line-chart", "lu-bar-chart", "lu-bar-chart2", "lu-gantt-chart", "lu-pie-chart", "lu-scatter-chart", "lu-alert-circle", "lu-arrow-down-circle", "lu-arrow-down-left-from-circle", "lu-arrow-left-circle", "lu-arrow-up-left-from-circle", "lu-arrow-up-right-from-circle", "lu-arrow-down-right-from-circle", "lu-arrow-right-circle", "lu-arrow-up-circle", "lu-check-circle2", "lu-check-circle", "lu-chevron-left-circle", "lu-chevron-right-circle", "lu-chevron-down-circle", "lu-chevron-up-circle", "lu-divide-circle", "lu-gauge-circle", "lu-minus-circle", "lu-parking-circle-off", "lu-parking-circle", "lu-pause-circle", "lu-percent-circle", "lu-play-circle", "lu-plus-circle", "lu-power-circle", "lu-circle-help", "lu-help-circle", "lu-circle-slashed", "lu-stop-circle", "lu-user-circle2", "lu-user-circle", "lu-x-circle", "lu-clipboard-signature", "lu-clipboard-edit", "lu-download-cloud", "lu-upload-cloud", "lu-code2", "lu-columns", "lu-columns-settings", "lu-table-config", "lu-panels-left-right", "lu-contact2", "lu-percent-diamond", "lu-globe2", "lu-more-vertical", "lu-more-horizontal", "lu-file-badge2", "lu-file-json2", "lu-file-json", "lu-file-bar-chart", "lu-file-line-chart", "lu-file-bar-chart2", "lu-file-pie-chart", "lu-file-check2", "lu-file-code2", "lu-file-cog2", "lu-file-warning", "lu-file-audio", "lu-file-audio2", "lu-file-key2", "lu-file-lock2", "lu-file-minus2", "lu-file-signature", "lu-file-edit", "lu-file-video", "lu-file-plus2", "lu-file-question", "lu-file-search2", "lu-file-volume2", "lu-file-type2", "lu-file-x2", "lu-file-video2", "lu-fingerprint", "lu-folder-cog2", "lu-folder-edit", "lu-filter-x", "lu-filter", "lu-git-commit", "lu-grid2x2x", "lu-grid", "lu-grab", "lu-helping-hand", "lu-home", "lu-ice-cream2", "lu-ice-cream", "lu-laptop2", "lu-layers3", "lu-indent", "lu-indent-increase", "lu-indent-decrease", "lu-outdent", "lu-loader2", "lu-unlock-keyhole", "lu-unlock", "lu-mail-question", "lu-location-edit", "lu-message-circle-question", "lu-mic2", "lu-alert-octagon", "lu-pause-octagon", "lu-x-octagon", "lu-paintbrush2", "lu-panel-bottom-inactive", "lu-sidebar-close", "lu-panel-left-inactive", "lu-sidebar-open", "lu-sidebar", "lu-panel-right-inactive", "lu-panel-top-inactive", "lu-layout", "lu-edit3", "lu-edit2", "lu-plug-zap2", "lu-form-input", "lu-panels-top-bottom", "lu-rows", "lu-send-horizonal", "lu-shield-question", "lu-shield-close", "lu-sliders", "lu-stars", "lu-activity-square", "lu-arrow-down-left-square", "lu-arrow-down-right-square", "lu-arrow-down-square", "lu-arrow-left-square", "lu-arrow-down-left-from-square", "lu-arrow-up-left-from-square", "lu-arrow-down-right-from-square", "lu-arrow-up-right-from-square", "lu-arrow-right-square", "lu-arrow-up-left-square", "lu-arrow-up-right-square", "lu-arrow-up-square", "lu-asterisk-square", "lu-scissors-square-dashed-bottom", "lu-flip-horizontal", "lu-flip-vertical", "lu-gantt-chart-square", "lu-square-gantt-chart", "lu-check-square", "lu-check-square2", "lu-chevron-down-square", "lu-chevron-left-square", "lu-chevron-right-square", "lu-chevron-up-square", "lu-code-square", "lu-kanban-square-dashed", "lu-mouse-pointer-square-dashed", "lu-text-select", "lu-text-selection", "lu-box-select", "lu-divide-square", "lu-dot-square", "lu-equal-square", "lu-function-square", "lu-kanban-square", "lu-library-square", "lu-m-square", "lu-menu-square", "lu-minus-square", "lu-inspect", "lu-parking-square-off", "lu-parking-square", "lu-edit", "lu-pen-box", "lu-pen-square", "lu-percent-square", "lu-pi-square", "lu-pilcrow-square", "lu-play-square", "lu-plus-square", "lu-power-square", "lu-sigma-square", "lu-scissors-square", "lu-slash-square", "lu-split-square-horizontal", "lu-split-square-vertical", "lu-terminal-square", "lu-user-square2", "lu-user-square", "lu-x-square", "lu-test-tube2", "lu-align-center", "lu-align-justify", "lu-align-right", "lu-align-left", "lu-text", "lu-letter-text", "lu-wrap-text", "lu-train", "lu-palmtree", "lu-alert-triangle", "lu-tv2", "lu-school2", "lu-user-check2", "lu-user-cog2", "lu-user-minus2", "lu-user-plus2", "lu-user2", "lu-user-x2", "lu-users2", "lu-fork-knife-crossed", "lu-fork-knife", "lu-wallet2", "lu-wand2", "lu-waves"];
|
|
6
|
+
export declare const RuiIcons: readonly ["lu-activate-premium", "lu-balances", "lu-bitcoin-accounts", "lu-blockchain", "lu-checkbox-blank-circle-fill", "lu-checkbox-blank-circle", "lu-checkbox-blank", "lu-checkbox-fill", "lu-checkbox-indeterminate-fill", "lu-cloud-download-2-fill", "lu-cloud-download-fill", "lu-cloud-fill", "lu-cloud-off-fill", "lu-cloud-sync-fill", "lu-cloud-upload-2-fill", "lu-cloud-upload-fill", "lu-coins-exchange", "lu-custom-assets", "lu-deposits", "lu-donate-fill", "lu-droplet-fill", "lu-droplet-half-fill", "lu-droplet-trending-down", "lu-evm-accounts", "lu-export", "lu-eye-semi-off", "lu-folder-shrink-1", "lu-folder-shrink-2", "lu-historic-prices", "lu-history-events-fill", "lu-latest-prices", "lu-layers-in", "lu-layers-out", "lu-liabilities", "lu-manage-assets", "lu-manage-prices", "lu-manual-balances", "lu-more-assets", "lu-onchain", "lu-radio-button-fill", "lu-receive-donation-fill", "lu-refund", "lu-slash-divider", "lu-solana-accounts-fill", "lu-substrate-accounts", "lu-tag-manager", "lu-a-arrow-down", "lu-a-arrow-up", "lu-a-large-small", "lu-accessibility", "lu-activity", "lu-ad", "lu-air-vent", "lu-airplay", "lu-alarm-clock-check", "lu-alarm-clock-minus", "lu-alarm-clock-off", "lu-alarm-clock-plus", "lu-alarm-clock", "lu-alarm-smoke", "lu-album", "lu-align-center-horizontal", "lu-align-center-vertical", "lu-align-end-horizontal", "lu-align-end-vertical", "lu-align-horizontal-distribute-center", "lu-align-horizontal-distribute-end", "lu-align-horizontal-distribute-start", "lu-align-horizontal-justify-center", "lu-align-horizontal-justify-end", "lu-align-horizontal-justify-start", "lu-align-horizontal-space-around", "lu-align-horizontal-space-between", "lu-align-start-horizontal", "lu-align-start-vertical", "lu-align-vertical-distribute-center", "lu-align-vertical-distribute-end", "lu-align-vertical-distribute-start", "lu-align-vertical-justify-center", "lu-align-vertical-justify-end", "lu-align-vertical-justify-start", "lu-align-vertical-space-around", "lu-align-vertical-space-between", "lu-ambulance", "lu-ampersand", "lu-ampersands", "lu-amphora", "lu-anchor", "lu-angry", "lu-annoyed", "lu-antenna", "lu-anvil", "lu-aperture", "lu-app-window-mac", "lu-app-window", "lu-apple", "lu-archive-restore", "lu-archive-x", "lu-archive", "lu-armchair", "lu-arrow-big-down-dash", "lu-arrow-big-down", "lu-arrow-big-left-dash", "lu-arrow-big-left", "lu-arrow-big-right-dash", "lu-arrow-big-right", "lu-arrow-big-up-dash", "lu-arrow-big-up", "lu-arrow-down-0-1", "lu-arrow-down-1-0", "lu-arrow-down-a-z", "lu-arrow-down-from-line", "lu-arrow-down-left", "lu-arrow-down-narrow-wide", "lu-arrow-down-right", "lu-arrow-down-to-dot", "lu-arrow-down-to-line", "lu-arrow-down-up", "lu-arrow-down-wide-narrow", "lu-arrow-down-z-a", "lu-arrow-down", "lu-arrow-left-from-line", "lu-arrow-left-right", "lu-arrow-left-to-line", "lu-arrow-left", "lu-arrow-right-from-line", "lu-arrow-right-left", "lu-arrow-right-to-line", "lu-arrow-right", "lu-arrow-up-0-1", "lu-arrow-up-1-0", "lu-arrow-up-a-z", "lu-arrow-up-down", "lu-arrow-up-from-dot", "lu-arrow-up-from-line", "lu-arrow-up-left", "lu-arrow-up-narrow-wide", "lu-arrow-up-right", "lu-arrow-up-to-line", "lu-arrow-up-wide-narrow", "lu-arrow-up-z-a", "lu-arrow-up", "lu-arrows-up-from-line", "lu-asterisk", "lu-astroid", "lu-at-sign", "lu-atom", "lu-audio-lines", "lu-audio-waveform", "lu-award", "lu-axe", "lu-axis-3d", "lu-baby", "lu-backpack", "lu-badge-alert", "lu-badge-cent", "lu-badge-check", "lu-badge-dollar-sign", "lu-badge-euro", "lu-badge-indian-rupee", "lu-badge-info", "lu-badge-japanese-yen", "lu-badge-minus", "lu-badge-percent", "lu-badge-plus", "lu-badge-pound-sterling", "lu-badge-question-mark", "lu-badge-russian-ruble", "lu-badge-swiss-franc", "lu-badge-turkish-lira", "lu-badge-x", "lu-badge", "lu-baggage-claim", "lu-balloon", "lu-ban", "lu-banana", "lu-bandage", "lu-banknote-arrow-down", "lu-banknote-arrow-up", "lu-banknote-check", "lu-banknote-x", "lu-banknote", "lu-barcode", "lu-barrel", "lu-baseline", "lu-bath", "lu-battery-charging", "lu-battery-full", "lu-battery-low", "lu-battery-medium", "lu-battery-plus", "lu-battery-warning", "lu-battery", "lu-beaker", "lu-bean-off", "lu-bean", "lu-bed-double", "lu-bed-single", "lu-bed", "lu-beef-off", "lu-beef", "lu-beer-off", "lu-beer", "lu-bell-check", "lu-bell-dot", "lu-bell-electric", "lu-bell-minus", "lu-bell-off", "lu-bell-plus", "lu-bell-ring", "lu-bell", "lu-between-horizontal-end", "lu-between-horizontal-start", "lu-between-vertical-end", "lu-between-vertical-start", "lu-biceps-flexed", "lu-bike", "lu-binary", "lu-binoculars", "lu-biohazard", "lu-bird", "lu-birdhouse", "lu-bitcoin", "lu-blend", "lu-blender", "lu-blinds", "lu-blocks", "lu-bluetooth-connected", "lu-bluetooth-off", "lu-bluetooth-searching", "lu-bluetooth", "lu-bold", "lu-bolt", "lu-bomb", "lu-bone-fracture", "lu-bone", "lu-book-a", "lu-book-alert", "lu-book-audio", "lu-book-check", "lu-book-copy", "lu-book-dashed", "lu-book-down", "lu-book-headphones", "lu-book-heart", "lu-book-image", "lu-book-key", "lu-book-lock", "lu-book-marked", "lu-book-minus", "lu-book-open-check", "lu-book-open-text", "lu-book-open", "lu-book-plus", "lu-book-search", "lu-book-text", "lu-book-type", "lu-book-up-2", "lu-book-up", "lu-book-user", "lu-book-x", "lu-book", "lu-bookmark-check", "lu-bookmark-minus", "lu-bookmark-off", "lu-bookmark-plus", "lu-bookmark-x", "lu-bookmark", "lu-boom-box", "lu-bot-message-square", "lu-bot-off", "lu-bot", "lu-bottle-wine", "lu-bow-arrow", "lu-box", "lu-boxes", "lu-braces", "lu-brackets", "lu-brain-circuit", "lu-brain-cog", "lu-brain", "lu-brick-wall-fire", "lu-brick-wall-shield", "lu-brick-wall", "lu-briefcase-business", "lu-briefcase-conveyor-belt", "lu-briefcase-medical", "lu-briefcase", "lu-bring-to-front", "lu-broccoli", "lu-brush-cleaning", "lu-brush", "lu-bubbles", "lu-bug-off", "lu-bug-play", "lu-bug", "lu-building-2", "lu-building", "lu-bus-front", "lu-bus", "lu-cable-car", "lu-cable", "lu-cake-slice", "lu-cake", "lu-calculator", "lu-calendar-1", "lu-calendar-arrow-down", "lu-calendar-arrow-up", "lu-calendar-check-2", "lu-calendar-check", "lu-calendar-clock", "lu-calendar-cog", "lu-calendar-days", "lu-calendar-fold", "lu-calendar-heart", "lu-calendar-minus-2", "lu-calendar-minus", "lu-calendar-off", "lu-calendar-plus-2", "lu-calendar-plus", "lu-calendar-range", "lu-calendar-search", "lu-calendar-sync", "lu-calendar-x-2", "lu-calendar-x", "lu-calendar", "lu-calendars", "lu-camera-off", "lu-camera", "lu-candy-cane", "lu-candy-off", "lu-candy", "lu-cannabis-off", "lu-cannabis", "lu-captions-off", "lu-captions", "lu-car-front", "lu-car-taxi-front", "lu-car", "lu-caravan", "lu-card-sim", "lu-carrot", "lu-case-lower", "lu-case-sensitive", "lu-case-upper", "lu-cassette-tape", "lu-cast", "lu-castle", "lu-cat", "lu-cctv-off", "lu-cctv", "lu-chart-area", "lu-chart-bar-big", "lu-chart-bar-decreasing", "lu-chart-bar-increasing", "lu-chart-bar-stacked", "lu-chart-bar", "lu-chart-candlestick", "lu-chart-column-big", "lu-chart-column-decreasing", "lu-chart-column-increasing", "lu-chart-column-stacked", "lu-chart-column", "lu-chart-gantt", "lu-chart-line", "lu-chart-network", "lu-chart-no-axes-column-decreasing", "lu-chart-no-axes-column-increasing", "lu-chart-no-axes-column", "lu-chart-no-axes-combined", "lu-chart-no-axes-gantt", "lu-chart-pie", "lu-chart-scatter", "lu-chart-spline", "lu-check-check", "lu-check-line", "lu-check", "lu-chef-hat", "lu-cherry", "lu-chess-bishop", "lu-chess-king", "lu-chess-knight", "lu-chess-pawn", "lu-chess-queen", "lu-chess-rook", "lu-chevron-down", "lu-chevron-first", "lu-chevron-last", "lu-chevron-left", "lu-chevron-right", "lu-chevron-up", "lu-chevrons-down-up", "lu-chevrons-down", "lu-chevrons-left-right-ellipsis", "lu-chevrons-left-right", "lu-chevrons-left", "lu-chevrons-right-left", "lu-chevrons-right", "lu-chevrons-up-down", "lu-chevrons-up", "lu-church", "lu-cigarette-off", "lu-cigarette", "lu-circle-alert", "lu-circle-arrow-down", "lu-circle-arrow-left", "lu-circle-arrow-out-down-left", "lu-circle-arrow-out-down-right", "lu-circle-arrow-out-up-left", "lu-circle-arrow-out-up-right", "lu-circle-arrow-right", "lu-circle-arrow-up", "lu-circle-check-big", "lu-circle-check", "lu-circle-chevron-down", "lu-circle-chevron-left", "lu-circle-chevron-right", "lu-circle-chevron-up", "lu-circle-dashed", "lu-circle-divide", "lu-circle-dollar-sign", "lu-circle-dot-dashed", "lu-circle-dot", "lu-circle-ellipsis", "lu-circle-equal", "lu-circle-euro", "lu-circle-fading-arrow-up", "lu-circle-fading-plus", "lu-circle-gauge", "lu-circle-minus", "lu-circle-off", "lu-circle-parking-off", "lu-circle-parking", "lu-circle-pause", "lu-circle-percent", "lu-circle-pile", "lu-circle-play", "lu-circle-plus", "lu-circle-pound-sterling", "lu-circle-power", "lu-circle-question-mark", "lu-circle-slash-2", "lu-circle-slash", "lu-circle-small", "lu-circle-star", "lu-circle-stop", "lu-circle-user-round", "lu-circle-user", "lu-circle-x", "lu-circle", "lu-circuit-board", "lu-citrus", "lu-clapperboard", "lu-clipboard-check", "lu-clipboard-clock", "lu-clipboard-copy", "lu-clipboard-list", "lu-clipboard-minus", "lu-clipboard-paste", "lu-clipboard-pen-line", "lu-clipboard-pen", "lu-clipboard-plus", "lu-clipboard-type", "lu-clipboard-x", "lu-clipboard", "lu-clock-1", "lu-clock-10", "lu-clock-11", "lu-clock-12", "lu-clock-2", "lu-clock-3", "lu-clock-4", "lu-clock-5", "lu-clock-6", "lu-clock-7", "lu-clock-8", "lu-clock-9", "lu-clock-alert", "lu-clock-arrow-down", "lu-clock-arrow-left", "lu-clock-arrow-right", "lu-clock-arrow-up", "lu-clock-check", "lu-clock-fading", "lu-clock-plus", "lu-clock", "lu-closed-caption", "lu-cloud-alert", "lu-cloud-backup", "lu-cloud-check", "lu-cloud-cog", "lu-cloud-download", "lu-cloud-drizzle", "lu-cloud-fog", "lu-cloud-hail", "lu-cloud-lightning", "lu-cloud-moon-rain", "lu-cloud-moon", "lu-cloud-off", "lu-cloud-rain-wind", "lu-cloud-rain", "lu-cloud-snow", "lu-cloud-sun-rain", "lu-cloud-sun", "lu-cloud-sync", "lu-cloud-upload", "lu-cloud", "lu-cloudy", "lu-clover", "lu-club", "lu-code-xml", "lu-code", "lu-coffee", "lu-cog", "lu-coins", "lu-columns-2", "lu-columns-3-cog", "lu-columns-3", "lu-columns-4", "lu-combine", "lu-command", "lu-compass", "lu-component", "lu-computer", "lu-concierge-bell", "lu-cone", "lu-construction", "lu-contact-round", "lu-contact", "lu-container", "lu-contrast", "lu-cookie", "lu-cooking-pot", "lu-copy-check", "lu-copy-minus", "lu-copy-plus", "lu-copy-slash", "lu-copy-x", "lu-copy", "lu-copyleft", "lu-copyright", "lu-corner-down-left", "lu-corner-down-right", "lu-corner-left-down", "lu-corner-left-up", "lu-corner-right-down", "lu-corner-right-up", "lu-corner-up-left", "lu-corner-up-right", "lu-cpu", "lu-creative-commons", "lu-credit-card", "lu-croissant", "lu-crop", "lu-cross", "lu-crosshair", "lu-crown", "lu-cuboid", "lu-cup-soda", "lu-currency", "lu-cylinder", "lu-dam", "lu-database-arrow-down", "lu-database-arrow-up", "lu-database-backup", "lu-database-check", "lu-database-minus", "lu-database-plus", "lu-database-search", "lu-database-x", "lu-database-zap", "lu-database", "lu-decimals-arrow-left", "lu-decimals-arrow-right", "lu-delete", "lu-dessert", "lu-diameter", "lu-diamond-minus", "lu-diamond-percent", "lu-diamond-plus", "lu-diamond", "lu-dice-1", "lu-dice-2", "lu-dice-3", "lu-dice-4", "lu-dice-5", "lu-dice-6", "lu-dices", "lu-diff", "lu-disc-2", "lu-disc-3", "lu-disc-album", "lu-disc", "lu-divide", "lu-dna-off", "lu-dna", "lu-dock", "lu-dog", "lu-dollar-sign", "lu-donut", "lu-door-closed-locked", "lu-door-closed", "lu-door-open", "lu-dot", "lu-download", "lu-drafting-compass", "lu-drama", "lu-drill", "lu-drone", "lu-droplet-off", "lu-droplet", "lu-droplets", "lu-drum", "lu-drumstick", "lu-dumbbell", "lu-ear-off", "lu-ear", "lu-earth-lock", "lu-earth", "lu-eclipse", "lu-egg-fried", "lu-egg-off", "lu-egg", "lu-ellipse", "lu-ellipsis-vertical", "lu-ellipsis", "lu-equal-approximately", "lu-equal-not", "lu-equal", "lu-eraser", "lu-ethernet-port", "lu-euro", "lu-ev-charger", "lu-expand", "lu-external-link", "lu-eye-closed", "lu-eye-dashed", "lu-eye-off", "lu-eye", "lu-factory", "lu-fan", "lu-fast-forward", "lu-feather", "lu-fence", "lu-ferris-wheel", "lu-file-archive", "lu-file-axis-3d", "lu-file-badge", "lu-file-box", "lu-file-braces-corner", "lu-file-braces", "lu-file-chart-column-increasing", "lu-file-chart-column", "lu-file-chart-line", "lu-file-chart-pie", "lu-file-check-corner", "lu-file-check", "lu-file-clock", "lu-file-code-corner", "lu-file-code", "lu-file-cog", "lu-file-diff", "lu-file-digit", "lu-file-down", "lu-file-exclamation-point", "lu-file-headphone", "lu-file-heart", "lu-file-image", "lu-file-input", "lu-file-key", "lu-file-lock", "lu-file-minus-corner", "lu-file-minus", "lu-file-music", "lu-file-output", "lu-file-pen-line", "lu-file-pen", "lu-file-play", "lu-file-plus-corner", "lu-file-plus", "lu-file-question-mark", "lu-file-scan", "lu-file-search-corner", "lu-file-search", "lu-file-signal", "lu-file-sliders", "lu-file-spreadsheet", "lu-file-stack", "lu-file-symlink", "lu-file-terminal", "lu-file-text", "lu-file-type-corner", "lu-file-type", "lu-file-up", "lu-file-user", "lu-file-video-camera", "lu-file-volume", "lu-file-x-corner", "lu-file-x", "lu-file", "lu-files", "lu-film", "lu-fingerprint-pattern", "lu-fire-extinguisher", "lu-fish-off", "lu-fish-symbol", "lu-fish", "lu-fishing-hook", "lu-fishing-rod", "lu-flag-off", "lu-flag-triangle-left", "lu-flag-triangle-right", "lu-flag", "lu-flame-kindling", "lu-flame", "lu-flashlight-off", "lu-flashlight", "lu-flask-conical-off", "lu-flask-conical", "lu-flask-round", "lu-flip-horizontal-2", "lu-flip-vertical-2", "lu-flower-2", "lu-flower", "lu-focus", "lu-fold-horizontal", "lu-fold-vertical", "lu-folder-archive", "lu-folder-bookmark", "lu-folder-check", "lu-folder-clock", "lu-folder-closed", "lu-folder-code", "lu-folder-cog", "lu-folder-dot", "lu-folder-down", "lu-folder-git-2", "lu-folder-git", "lu-folder-heart", "lu-folder-input", "lu-folder-kanban", "lu-folder-key", "lu-folder-lock", "lu-folder-minus", "lu-folder-open-dot", "lu-folder-open", "lu-folder-output", "lu-folder-pen", "lu-folder-plus", "lu-folder-root", "lu-folder-search-2", "lu-folder-search", "lu-folder-symlink", "lu-folder-sync", "lu-folder-tree", "lu-folder-up", "lu-folder-x", "lu-folder", "lu-folders", "lu-footprints", "lu-forklift", "lu-form", "lu-forward", "lu-frame", "lu-frown", "lu-fuel", "lu-fullscreen", "lu-funnel-plus", "lu-funnel-x", "lu-funnel", "lu-gallery-horizontal-end", "lu-gallery-horizontal", "lu-gallery-thumbnails", "lu-gallery-vertical-end", "lu-gallery-vertical", "lu-gamepad-2", "lu-gamepad-directional", "lu-gamepad", "lu-gauge", "lu-gavel", "lu-gem", "lu-georgian-lari", "lu-ghost", "lu-gift", "lu-git-branch-minus", "lu-git-branch-plus", "lu-git-branch", "lu-git-commit-horizontal", "lu-git-commit-vertical", "lu-git-compare-arrows", "lu-git-compare", "lu-git-fork", "lu-git-graph", "lu-git-merge-conflict", "lu-git-merge", "lu-git-pull-request-arrow", "lu-git-pull-request-closed", "lu-git-pull-request-create-arrow", "lu-git-pull-request-create", "lu-git-pull-request-draft", "lu-git-pull-request", "lu-glass-water", "lu-glasses", "lu-globe-check", "lu-globe-lock", "lu-globe-off", "lu-globe-x", "lu-globe", "lu-goal", "lu-gpu", "lu-graduation-cap", "lu-grape", "lu-grid-2x2-check", "lu-grid-2x2-plus", "lu-grid-2x2-x", "lu-grid-2x2", "lu-grid-3x2", "lu-grid-3x3", "lu-grip-horizontal", "lu-grip-vertical", "lu-grip", "lu-group", "lu-guitar", "lu-ham", "lu-hamburger", "lu-hammer", "lu-hand-coins", "lu-hand-fist", "lu-hand-grab", "lu-hand-heart", "lu-hand-helping", "lu-hand-metal", "lu-hand-platter", "lu-hand", "lu-handbag", "lu-handshake", "lu-hard-drive-download", "lu-hard-drive-upload", "lu-hard-drive", "lu-hard-hat", "lu-hash", "lu-hat-glasses", "lu-haze", "lu-hd", "lu-hdmi-port", "lu-heading-1", "lu-heading-2", "lu-heading-3", "lu-heading-4", "lu-heading-5", "lu-heading-6", "lu-heading", "lu-headphone-off", "lu-headphones", "lu-headset", "lu-heart-crack", "lu-heart-handshake", "lu-heart-minus", "lu-heart-off", "lu-heart-plus", "lu-heart-pulse", "lu-heart-x", "lu-heart", "lu-heater", "lu-helicopter", "lu-hexagon", "lu-highlighter", "lu-history", "lu-hop-off", "lu-hop", "lu-hospital", "lu-hotel", "lu-hourglass", "lu-house-heart", "lu-house-plug", "lu-house-plus", "lu-house-wifi", "lu-house", "lu-ice-cream-bowl", "lu-ice-cream-cone", "lu-id-card-lanyard", "lu-id-card", "lu-image-down", "lu-image-minus", "lu-image-off", "lu-image-play", "lu-image-plus", "lu-image-up", "lu-image-upscale", "lu-image", "lu-images", "lu-import", "lu-inbox", "lu-indian-rupee", "lu-infinity", "lu-info", "lu-inspection-panel", "lu-italic", "lu-iteration-ccw", "lu-iteration-cw", "lu-japanese-yen", "lu-joystick", "lu-kanban", "lu-kayak", "lu-key-round", "lu-key-square", "lu-key", "lu-keyboard-music", "lu-keyboard-off", "lu-keyboard", "lu-lamp-ceiling", "lu-lamp-desk", "lu-lamp-floor", "lu-lamp-wall-down", "lu-lamp-wall-up", "lu-lamp", "lu-land-plot", "lu-landmark", "lu-languages", "lu-laptop-minimal-check", "lu-laptop-minimal", "lu-laptop", "lu-lasso-select", "lu-lasso", "lu-laugh", "lu-layers-2", "lu-layers-minus", "lu-layers-plus", "lu-layers", "lu-layout-dashboard", "lu-layout-grid", "lu-layout-list", "lu-layout-panel-left", "lu-layout-panel-top", "lu-layout-template", "lu-leaf", "lu-leafy-green", "lu-lectern", "lu-lens-concave", "lu-lens-convex", "lu-library-big", "lu-library", "lu-life-buoy", "lu-ligature", "lu-lightbulb-off", "lu-lightbulb", "lu-line-dot-right-horizontal", "lu-line-squiggle", "lu-line-style", "lu-link-2-off", "lu-link-2", "lu-link", "lu-list-check", "lu-list-checks", "lu-list-chevrons-down-up", "lu-list-chevrons-up-down", "lu-list-collapse", "lu-list-end", "lu-list-filter-plus", "lu-list-filter", "lu-list-indent-decrease", "lu-list-indent-increase", "lu-list-minus", "lu-list-music", "lu-list-ordered", "lu-list-plus", "lu-list-restart", "lu-list-sort-ascending", "lu-list-sort-descending", "lu-list-start", "lu-list-todo", "lu-list-tree", "lu-list-video", "lu-list-x", "lu-list", "lu-loader-circle", "lu-loader-pinwheel", "lu-loader", "lu-locate-fixed", "lu-locate-off", "lu-locate", "lu-lock-keyhole-open", "lu-lock-keyhole", "lu-lock-open", "lu-lock", "lu-log-in", "lu-log-out", "lu-logs", "lu-lollipop", "lu-luggage", "lu-magnet", "lu-mail-check", "lu-mail-minus", "lu-mail-open", "lu-mail-plus", "lu-mail-question-mark", "lu-mail-search", "lu-mail-warning", "lu-mail-x", "lu-mail", "lu-mailbox", "lu-mails", "lu-map-minus", "lu-map-pin-check-inside", "lu-map-pin-check", "lu-map-pin-house", "lu-map-pin-minus-inside", "lu-map-pin-minus", "lu-map-pin-off", "lu-map-pin-pen", "lu-map-pin-plus-inside", "lu-map-pin-plus", "lu-map-pin-search", "lu-map-pin-x-inside", "lu-map-pin-x", "lu-map-pin", "lu-map-pinned", "lu-map-plus", "lu-map", "lu-mars-stroke", "lu-mars", "lu-martini", "lu-maximize-2", "lu-maximize", "lu-medal", "lu-megaphone-off", "lu-megaphone", "lu-meh", "lu-memory-stick", "lu-menu", "lu-merge", "lu-message-circle-check", "lu-message-circle-code", "lu-message-circle-dashed", "lu-message-circle-heart", "lu-message-circle-more", "lu-message-circle-off", "lu-message-circle-plus", "lu-message-circle-question-mark", "lu-message-circle-reply", "lu-message-circle-warning", "lu-message-circle-x", "lu-message-circle", "lu-message-square-check", "lu-message-square-code", "lu-message-square-dashed", "lu-message-square-diff", "lu-message-square-dot", "lu-message-square-heart", "lu-message-square-lock", "lu-message-square-more", "lu-message-square-off", "lu-message-square-plus", "lu-message-square-quote", "lu-message-square-reply", "lu-message-square-share", "lu-message-square-text", "lu-message-square-warning", "lu-message-square-x", "lu-message-square", "lu-messages-square", "lu-metronome", "lu-mic-off", "lu-mic-vocal", "lu-mic", "lu-microchip", "lu-microscope", "lu-microwave", "lu-milestone", "lu-milk-off", "lu-milk", "lu-minimize-2", "lu-minimize", "lu-minus", "lu-mirror-rectangular", "lu-mirror-round", "lu-monitor-check", "lu-monitor-cloud", "lu-monitor-cog", "lu-monitor-dot", "lu-monitor-down", "lu-monitor-off", "lu-monitor-pause", "lu-monitor-play", "lu-monitor-smartphone", "lu-monitor-speaker", "lu-monitor-stop", "lu-monitor-up", "lu-monitor-x", "lu-monitor", "lu-moon-star", "lu-moon", "lu-motorbike", "lu-mountain-snow", "lu-mountain", "lu-mouse-left", "lu-mouse-off", "lu-mouse-pointer-2-off", "lu-mouse-pointer-2", "lu-mouse-pointer-ban", "lu-mouse-pointer-click", "lu-mouse-pointer", "lu-mouse-right", "lu-mouse", "lu-move-3d", "lu-move-diagonal-2", "lu-move-diagonal", "lu-move-down-left", "lu-move-down-right", "lu-move-down", "lu-move-horizontal", "lu-move-left", "lu-move-right", "lu-move-up-left", "lu-move-up-right", "lu-move-up", "lu-move-vertical", "lu-move", "lu-music-2", "lu-music-3", "lu-music-4", "lu-music", "lu-navigation-2-off", "lu-navigation-2", "lu-navigation-off", "lu-navigation", "lu-network", "lu-newspaper", "lu-nfc", "lu-non-binary", "lu-notebook-pen", "lu-notebook-tabs", "lu-notebook-text", "lu-notebook", "lu-notepad-text-dashed", "lu-notepad-text", "lu-nut-off", "lu-nut", "lu-octagon-alert", "lu-octagon-minus", "lu-octagon-pause", "lu-octagon-x", "lu-octagon", "lu-omega", "lu-option", "lu-orbit", "lu-origami", "lu-package-2", "lu-package-check", "lu-package-minus", "lu-package-open", "lu-package-plus", "lu-package-search", "lu-package-x", "lu-package", "lu-paint-bucket", "lu-paint-roller", "lu-paintbrush-vertical", "lu-paintbrush", "lu-palette", "lu-panda", "lu-panel-bottom-close", "lu-panel-bottom-dashed", "lu-panel-bottom-open", "lu-panel-bottom", "lu-panel-left-close", "lu-panel-left-dashed", "lu-panel-left-open", "lu-panel-left-right-dashed", "lu-panel-left", "lu-panel-right-close", "lu-panel-right-dashed", "lu-panel-right-open", "lu-panel-right", "lu-panel-top-bottom-dashed", "lu-panel-top-close", "lu-panel-top-dashed", "lu-panel-top-open", "lu-panel-top", "lu-panels-left-bottom", "lu-panels-right-bottom", "lu-panels-top-left", "lu-paper-bag", "lu-paperclip", "lu-parasol", "lu-parentheses", "lu-parking-meter", "lu-party-popper", "lu-pause", "lu-paw-print", "lu-pc-case", "lu-pen-line", "lu-pen-off", "lu-pen-tool", "lu-pen", "lu-pencil-line", "lu-pencil-off", "lu-pencil-ruler", "lu-pencil-sparkles", "lu-pencil", "lu-pentagon", "lu-percent", "lu-person-standing", "lu-phi", "lu-philippine-peso", "lu-phone-call", "lu-phone-forwarded", "lu-phone-incoming", "lu-phone-missed", "lu-phone-off", "lu-phone-outgoing", "lu-phone", "lu-pi", "lu-piano", "lu-pickaxe", "lu-picture-in-picture-2", "lu-picture-in-picture", "lu-piggy-bank", "lu-pilcrow-left", "lu-pilcrow-right", "lu-pilcrow", "lu-pill-bottle", "lu-pill", "lu-pin-off", "lu-pin", "lu-pipette", "lu-pizza", "lu-plane-landing", "lu-plane-takeoff", "lu-plane", "lu-play-off", "lu-play", "lu-plug-2", "lu-plug-zap", "lu-plug", "lu-plus", "lu-pocket-knife", "lu-podcast", "lu-podium", "lu-pointer-off", "lu-pointer", "lu-popcorn", "lu-popsicle", "lu-pound-sterling", "lu-power-off", "lu-power", "lu-presentation", "lu-printer-check", "lu-printer-x", "lu-printer", "lu-projector", "lu-proportions", "lu-puzzle", "lu-pyramid", "lu-qr-code", "lu-quote", "lu-rabbit", "lu-radar", "lu-radiation", "lu-radical", "lu-radio-off", "lu-radio-receiver", "lu-radio-tower", "lu-radio", "lu-radius", "lu-rainbow", "lu-rat", "lu-ratio", "lu-receipt-cent", "lu-receipt-euro", "lu-receipt-indian-rupee", "lu-receipt-japanese-yen", "lu-receipt-pound-sterling", "lu-receipt-russian-ruble", "lu-receipt-swiss-franc", "lu-receipt-text", "lu-receipt-turkish-lira", "lu-receipt", "lu-rectangle-circle", "lu-rectangle-ellipsis", "lu-rectangle-goggles", "lu-rectangle-horizontal", "lu-rectangle-vertical", "lu-recycle", "lu-redo-2", "lu-redo-dot", "lu-redo", "lu-refresh-ccw-dot", "lu-refresh-ccw", "lu-refresh-cw-off", "lu-refresh-cw", "lu-refrigerator", "lu-regex", "lu-remove-formatting", "lu-repeat-1", "lu-repeat-2", "lu-repeat-off", "lu-repeat", "lu-replace-all", "lu-replace", "lu-reply-all", "lu-reply", "lu-rewind", "lu-ribbon", "lu-road", "lu-rocket", "lu-rocking-chair", "lu-roller-coaster", "lu-rose", "lu-rotate-3d", "lu-rotate-ccw-key", "lu-rotate-ccw-square", "lu-rotate-ccw", "lu-rotate-cw-square", "lu-rotate-cw", "lu-route-off", "lu-route", "lu-router", "lu-rows-2", "lu-rows-3", "lu-rows-4", "lu-rss", "lu-ruler-dimension-line", "lu-ruler", "lu-russian-ruble", "lu-sailboat", "lu-salad", "lu-sandwich", "lu-satellite-dish", "lu-satellite", "lu-saudi-riyal", "lu-save-all", "lu-save-check", "lu-save-off", "lu-save-pen", "lu-save-plus", "lu-save", "lu-scale-3d", "lu-scale", "lu-scaling", "lu-scan-barcode", "lu-scan-box", "lu-scan-eye", "lu-scan-face", "lu-scan-heart", "lu-scan-line", "lu-scan-qr-code", "lu-scan-search", "lu-scan-text", "lu-scan", "lu-school", "lu-scissors-line-dashed", "lu-scissors", "lu-scooter", "lu-screen-share-off", "lu-screen-share", "lu-scroll-text", "lu-scroll", "lu-search-alert", "lu-search-check", "lu-search-code", "lu-search-slash", "lu-search-x", "lu-search", "lu-section", "lu-send-horizontal", "lu-send-to-back", "lu-send", "lu-separator-horizontal", "lu-separator-vertical", "lu-server-cog", "lu-server-crash", "lu-server-off", "lu-server-plus", "lu-server", "lu-settings-2", "lu-settings", "lu-shapes", "lu-share-2", "lu-share", "lu-sheet", "lu-shell", "lu-shelving-unit", "lu-shield-alert", "lu-shield-ban", "lu-shield-check", "lu-shield-cog-corner", "lu-shield-cog", "lu-shield-ellipsis", "lu-shield-half", "lu-shield-keyhole", "lu-shield-minus", "lu-shield-off", "lu-shield-plus", "lu-shield-question-mark", "lu-shield-user", "lu-shield-x", "lu-shield", "lu-ship-wheel", "lu-ship", "lu-shirt", "lu-shopping-bag", "lu-shopping-basket", "lu-shopping-cart", "lu-shovel", "lu-shower-head", "lu-shredder", "lu-shrimp", "lu-shrink", "lu-shrub", "lu-shuffle", "lu-sigma", "lu-signal-high", "lu-signal-low", "lu-signal-medium", "lu-signal-zero", "lu-signal", "lu-signature", "lu-signpost-big", "lu-signpost", "lu-siren", "lu-skip-back", "lu-skip-forward", "lu-skull", "lu-slash", "lu-slice", "lu-sliders-horizontal", "lu-sliders-vertical", "lu-smartphone-charging", "lu-smartphone-nfc", "lu-smartphone", "lu-smile-plus", "lu-smile", "lu-snail", "lu-snowflake", "lu-soap-dispenser-droplet", "lu-sofa", "lu-solar-panel", "lu-soup", "lu-space", "lu-spade", "lu-sparkle", "lu-sparkles", "lu-speaker", "lu-speech", "lu-spell-check-2", "lu-spell-check", "lu-spline-pointer", "lu-spline", "lu-split", "lu-spool", "lu-sport-shoe", "lu-spotlight", "lu-spray-can", "lu-sprout", "lu-square-activity", "lu-square-arrow-down-left", "lu-square-arrow-down-right", "lu-square-arrow-down", "lu-square-arrow-left", "lu-square-arrow-out-down-left", "lu-square-arrow-out-down-right", "lu-square-arrow-out-up-left", "lu-square-arrow-out-up-right", "lu-square-arrow-right-enter", "lu-square-arrow-right-exit", "lu-square-arrow-right", "lu-square-arrow-up-left", "lu-square-arrow-up-right", "lu-square-arrow-up", "lu-square-asterisk", "lu-square-bottom-dashed-scissors", "lu-square-centerline-dashed-horizontal", "lu-square-centerline-dashed-vertical", "lu-square-chart-gantt", "lu-square-check-big", "lu-square-check", "lu-square-chevron-down", "lu-square-chevron-left", "lu-square-chevron-right", "lu-square-chevron-up", "lu-square-code", "lu-square-dashed-bottom-code", "lu-square-dashed-bottom", "lu-square-dashed-kanban", "lu-square-dashed-mouse-pointer", "lu-square-dashed-text", "lu-square-dashed-top-solid", "lu-square-dashed", "lu-square-divide", "lu-square-dot", "lu-square-equal", "lu-square-function", "lu-square-kanban", "lu-square-library", "lu-square-m", "lu-square-menu", "lu-square-minus", "lu-square-mouse-pointer", "lu-square-parking-off", "lu-square-parking", "lu-square-pause", "lu-square-pen", "lu-square-percent", "lu-square-pi", "lu-square-pilcrow", "lu-square-play", "lu-square-plus", "lu-square-power", "lu-square-radical", "lu-square-round-corner", "lu-square-scissors", "lu-square-sigma", "lu-square-slash", "lu-square-split-horizontal", "lu-square-split-vertical", "lu-square-square", "lu-square-stack", "lu-square-star", "lu-square-stop", "lu-square-terminal", "lu-square-user-round", "lu-square-user", "lu-square-x", "lu-square", "lu-squares-exclude", "lu-squares-intersect", "lu-squares-subtract", "lu-squares-unite", "lu-squircle-dashed", "lu-squircle", "lu-squirrel", "lu-stamp", "lu-star-check", "lu-star-half", "lu-star-minus", "lu-star-off", "lu-star-plus", "lu-star-x", "lu-star", "lu-step-back", "lu-step-forward", "lu-stethoscope", "lu-sticker", "lu-sticky-note-check", "lu-sticky-note-minus", "lu-sticky-note-off", "lu-sticky-note-plus", "lu-sticky-note-x", "lu-sticky-note", "lu-sticky-notes", "lu-stone", "lu-store", "lu-stretch-horizontal", "lu-stretch-vertical", "lu-strikethrough", "lu-subscript", "lu-summary", "lu-sun-dim", "lu-sun-medium", "lu-sun-moon", "lu-sun-snow", "lu-sun", "lu-sunrise", "lu-sunset", "lu-superscript", "lu-swatch-book", "lu-swiss-franc", "lu-switch-camera", "lu-sword", "lu-swords", "lu-syringe", "lu-table-2", "lu-table-cells-merge", "lu-table-cells-split", "lu-table-columns-split", "lu-table-of-contents", "lu-table-properties", "lu-table-rows-split", "lu-table", "lu-tablet-smartphone", "lu-tablet", "lu-tablets", "lu-tag-plus", "lu-tag-x", "lu-tag", "lu-tags", "lu-tally-1", "lu-tally-2", "lu-tally-3", "lu-tally-4", "lu-tally-5", "lu-tangent", "lu-target", "lu-telescope", "lu-tent-tree", "lu-tent", "lu-terminal", "lu-test-tube-diagonal", "lu-test-tube", "lu-test-tubes", "lu-text-align-center", "lu-text-align-end", "lu-text-align-justify", "lu-text-align-start", "lu-text-cursor-input", "lu-text-cursor", "lu-text-initial", "lu-text-quote", "lu-text-search", "lu-text-wrap", "lu-theater", "lu-thermometer-snowflake", "lu-thermometer-sun", "lu-thermometer", "lu-thumbs-down", "lu-thumbs-up", "lu-ticket-check", "lu-ticket-minus", "lu-ticket-percent", "lu-ticket-plus", "lu-ticket-slash", "lu-ticket-x", "lu-ticket", "lu-tickets-plane", "lu-tickets", "lu-timeline", "lu-timer-off", "lu-timer-reset", "lu-timer", "lu-toggle-left", "lu-toggle-right", "lu-toilet", "lu-tool-case", "lu-toolbox", "lu-tornado", "lu-torus", "lu-touchpad-off", "lu-touchpad", "lu-towel-rack", "lu-tower-control", "lu-toy-brick", "lu-tractor", "lu-traffic-cone", "lu-train-front-tunnel", "lu-train-front", "lu-train-track", "lu-tram-front", "lu-transgender", "lu-trash-2", "lu-trash", "lu-tree-deciduous", "lu-tree-palm", "lu-tree-pine", "lu-trees", "lu-trending-down", "lu-trending-up-down", "lu-trending-up", "lu-triangle-alert", "lu-triangle-dashed", "lu-triangle-right", "lu-triangle", "lu-trophy", "lu-truck-electric", "lu-truck", "lu-turkish-lira", "lu-turntable", "lu-turtle", "lu-tv-minimal-play", "lu-tv-minimal", "lu-tv", "lu-type-outline", "lu-type", "lu-umbrella-off", "lu-umbrella", "lu-underline", "lu-undo-2", "lu-undo-dot", "lu-undo", "lu-unfold-horizontal", "lu-unfold-vertical", "lu-ungroup", "lu-university", "lu-unlink-2", "lu-unlink", "lu-unplug", "lu-upload", "lu-usb", "lu-user-check", "lu-user-cog", "lu-user-key", "lu-user-lock", "lu-user-minus", "lu-user-pen", "lu-user-plus", "lu-user-round-arrow-left", "lu-user-round-check", "lu-user-round-cog", "lu-user-round-key", "lu-user-round-minus", "lu-user-round-pen", "lu-user-round-plus", "lu-user-round-search", "lu-user-round-x", "lu-user-round", "lu-user-search", "lu-user-star", "lu-user-x", "lu-user", "lu-users-round", "lu-users", "lu-utensils-crossed", "lu-utensils", "lu-utility-pole", "lu-van", "lu-variable", "lu-vault", "lu-vector-square", "lu-vegan", "lu-venetian-mask", "lu-venus-and-mars", "lu-venus", "lu-vibrate-off", "lu-vibrate", "lu-video-off", "lu-video", "lu-videotape", "lu-view", "lu-voicemail", "lu-volleyball", "lu-volume-1", "lu-volume-2", "lu-volume-off", "lu-volume-x", "lu-volume", "lu-vote", "lu-wallet-cards", "lu-wallet-minimal", "lu-wallet", "lu-wallpaper", "lu-wand-sparkles", "lu-wand", "lu-warehouse", "lu-washing-machine", "lu-watch", "lu-waves-arrow-down", "lu-waves-arrow-up", "lu-waves-horizontal", "lu-waves-ladder", "lu-waves-vertical", "lu-waypoints", "lu-webcam-off", "lu-webcam", "lu-webhook-off", "lu-webhook", "lu-weight-tilde", "lu-weight", "lu-wheat-off", "lu-wheat", "lu-whole-word", "lu-wifi-cog", "lu-wifi-high", "lu-wifi-low", "lu-wifi-off", "lu-wifi-pen", "lu-wifi-sync", "lu-wifi-zero", "lu-wifi", "lu-wind-arrow-down", "lu-wind", "lu-wine-off", "lu-wine", "lu-workflow", "lu-worm", "lu-wrench-off", "lu-wrench", "lu-x-line-top", "lu-x", "lu-zap-off", "lu-zap", "lu-zodiac-aquarius", "lu-zodiac-aries", "lu-zodiac-cancer", "lu-zodiac-capricorn", "lu-zodiac-gemini", "lu-zodiac-leo", "lu-zodiac-libra", "lu-zodiac-ophiuchus", "lu-zodiac-pisces", "lu-zodiac-sagittarius", "lu-zodiac-scorpio", "lu-zodiac-taurus", "lu-zodiac-virgo", "lu-zoom-in", "lu-zoom-out", "lu-alarm-minus", "lu-alarm-check", "lu-alarm-plus", "lu-arrow-down-az", "lu-sort-desc", "lu-arrow-down-za", "lu-arrow-up-az", "lu-sort-asc", "lu-arrow-up-za", "lu-verified", "lu-badge-help", "lu-between-horizonal-end", "lu-between-horizonal-start", "lu-book-template", "lu-curly-braces", "lu-subtitles", "lu-area-chart", "lu-bar-chart-horizontal-big", "lu-bar-chart-horizontal", "lu-candlestick-chart", "lu-bar-chart-big", "lu-bar-chart4", "lu-bar-chart3", "lu-line-chart", "lu-bar-chart", "lu-bar-chart2", "lu-gantt-chart", "lu-pie-chart", "lu-scatter-chart", "lu-alert-circle", "lu-arrow-down-circle", "lu-arrow-left-circle", "lu-arrow-down-left-from-circle", "lu-arrow-down-right-from-circle", "lu-arrow-up-left-from-circle", "lu-arrow-up-right-from-circle", "lu-arrow-right-circle", "lu-arrow-up-circle", "lu-check-circle", "lu-check-circle2", "lu-chevron-down-circle", "lu-chevron-left-circle", "lu-chevron-right-circle", "lu-chevron-up-circle", "lu-divide-circle", "lu-gauge-circle", "lu-minus-circle", "lu-parking-circle-off", "lu-parking-circle", "lu-pause-circle", "lu-percent-circle", "lu-play-circle", "lu-plus-circle", "lu-power-circle", "lu-circle-help", "lu-help-circle", "lu-circle-slashed", "lu-stop-circle", "lu-user-circle2", "lu-user-circle", "lu-x-circle", "lu-clipboard-signature", "lu-clipboard-edit", "lu-download-cloud", "lu-upload-cloud", "lu-code2", "lu-columns", "lu-columns-settings", "lu-table-config", "lu-panels-left-right", "lu-contact2", "lu-percent-diamond", "lu-globe2", "lu-more-vertical", "lu-more-horizontal", "lu-file-badge2", "lu-file-json2", "lu-file-json", "lu-file-bar-chart", "lu-file-bar-chart2", "lu-file-pie-chart", "lu-file-line-chart", "lu-file-check2", "lu-file-code2", "lu-file-cog2", "lu-file-warning", "lu-file-audio", "lu-file-audio2", "lu-file-key2", "lu-file-lock2", "lu-file-minus2", "lu-file-signature", "lu-file-edit", "lu-file-video", "lu-file-plus2", "lu-file-question", "lu-file-search2", "lu-file-volume2", "lu-file-type2", "lu-file-video2", "lu-file-x2", "lu-fingerprint", "lu-folder-cog2", "lu-folder-edit", "lu-filter-x", "lu-filter", "lu-git-commit", "lu-grid2x2x", "lu-grid", "lu-grab", "lu-helping-hand", "lu-home", "lu-ice-cream2", "lu-ice-cream", "lu-laptop2", "lu-layers3", "lu-indent-decrease", "lu-outdent", "lu-indent", "lu-indent-increase", "lu-loader2", "lu-unlock-keyhole", "lu-unlock", "lu-mail-question", "lu-location-edit", "lu-message-circle-question", "lu-mic2", "lu-alert-octagon", "lu-pause-octagon", "lu-x-octagon", "lu-paintbrush2", "lu-panel-bottom-inactive", "lu-sidebar-close", "lu-panel-left-inactive", "lu-sidebar-open", "lu-sidebar", "lu-panel-right-inactive", "lu-panel-top-inactive", "lu-layout", "lu-edit3", "lu-edit2", "lu-plug-zap2", "lu-form-input", "lu-rows", "lu-panels-top-bottom", "lu-send-horizonal", "lu-shield-question", "lu-shield-close", "lu-sliders", "lu-stars", "lu-activity-square", "lu-arrow-down-left-square", "lu-arrow-down-right-square", "lu-arrow-down-square", "lu-arrow-left-square", "lu-arrow-down-left-from-square", "lu-arrow-down-right-from-square", "lu-arrow-up-left-from-square", "lu-arrow-up-right-from-square", "lu-arrow-right-square", "lu-arrow-up-left-square", "lu-arrow-up-right-square", "lu-arrow-up-square", "lu-asterisk-square", "lu-scissors-square-dashed-bottom", "lu-flip-horizontal", "lu-flip-vertical", "lu-gantt-chart-square", "lu-square-gantt-chart", "lu-check-square", "lu-check-square2", "lu-chevron-down-square", "lu-chevron-left-square", "lu-chevron-right-square", "lu-chevron-up-square", "lu-code-square", "lu-kanban-square-dashed", "lu-text-select", "lu-text-selection", "lu-mouse-pointer-square-dashed", "lu-box-select", "lu-divide-square", "lu-dot-square", "lu-equal-square", "lu-function-square", "lu-kanban-square", "lu-library-square", "lu-m-square", "lu-menu-square", "lu-minus-square", "lu-inspect", "lu-parking-square-off", "lu-parking-square", "lu-edit", "lu-pen-box", "lu-pen-square", "lu-pi-square", "lu-percent-square", "lu-pilcrow-square", "lu-play-square", "lu-plus-square", "lu-power-square", "lu-scissors-square", "lu-sigma-square", "lu-slash-square", "lu-split-square-horizontal", "lu-split-square-vertical", "lu-terminal-square", "lu-user-square2", "lu-user-square", "lu-x-square", "lu-test-tube2", "lu-align-center", "lu-align-right", "lu-align-justify", "lu-align-left", "lu-text", "lu-letter-text", "lu-wrap-text", "lu-train", "lu-palmtree", "lu-alert-triangle", "lu-tv2", "lu-school2", "lu-user-check2", "lu-user-cog2", "lu-user-minus2", "lu-user-plus2", "lu-user-x2", "lu-user2", "lu-users2", "lu-fork-knife-crossed", "lu-fork-knife", "lu-wallet2", "lu-wand2", "lu-waves"];
|
|
7
7
|
export type RuiIcons = string;
|
|
8
8
|
export declare function isRuiIcon(x: any): x is RuiIcons;
|