@rotki/ui-library 2.22.1 → 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/button-styles.js +1 -1
- package/dist/components/buttons/button/button-styles.js.map +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.js.map +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue_vue_type_script_setup_true_lang.js.map +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 +26 -762
- package/dist/web-types.json +75 -10
- package/package.json +32 -32
package/dist/icons/icons_3.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const LuMailbox: GeneratedIcon;
|
|
3
|
+
export declare const LuMails: GeneratedIcon;
|
|
4
|
+
export declare const LuMapMinus: GeneratedIcon;
|
|
5
|
+
export declare const LuMapPinCheckInside: GeneratedIcon;
|
|
6
|
+
export declare const LuMapPinCheck: GeneratedIcon;
|
|
7
|
+
export declare const LuMapPinHouse: GeneratedIcon;
|
|
8
|
+
export declare const LuMapPinMinusInside: GeneratedIcon;
|
|
2
9
|
export declare const LuMapPinMinus: GeneratedIcon;
|
|
3
10
|
export declare const LuMapPinOff: GeneratedIcon;
|
|
4
11
|
export declare const LuMapPinPen: GeneratedIcon;
|
|
@@ -174,6 +181,7 @@ export declare const LuPanelTop: GeneratedIcon;
|
|
|
174
181
|
export declare const LuPanelsLeftBottom: GeneratedIcon;
|
|
175
182
|
export declare const LuPanelsRightBottom: GeneratedIcon;
|
|
176
183
|
export declare const LuPanelsTopLeft: GeneratedIcon;
|
|
184
|
+
export declare const LuPaperBag: GeneratedIcon;
|
|
177
185
|
export declare const LuPaperclip: GeneratedIcon;
|
|
178
186
|
export declare const LuParasol: GeneratedIcon;
|
|
179
187
|
export declare const LuParentheses: GeneratedIcon;
|
|
@@ -194,6 +202,7 @@ export declare const LuPencil: GeneratedIcon;
|
|
|
194
202
|
export declare const LuPentagon: GeneratedIcon;
|
|
195
203
|
export declare const LuPercent: GeneratedIcon;
|
|
196
204
|
export declare const LuPersonStanding: GeneratedIcon;
|
|
205
|
+
export declare const LuPhi: GeneratedIcon;
|
|
197
206
|
export declare const LuPhilippinePeso: GeneratedIcon;
|
|
198
207
|
export declare const LuPhoneCall: GeneratedIcon;
|
|
199
208
|
export declare const LuPhoneForwarded: GeneratedIcon;
|
|
@@ -331,6 +340,7 @@ export declare const LuScale3d: GeneratedIcon;
|
|
|
331
340
|
export declare const LuScale: GeneratedIcon;
|
|
332
341
|
export declare const LuScaling: GeneratedIcon;
|
|
333
342
|
export declare const LuScanBarcode: GeneratedIcon;
|
|
343
|
+
export declare const LuScanBox: GeneratedIcon;
|
|
334
344
|
export declare const LuScanEye: GeneratedIcon;
|
|
335
345
|
export declare const LuScanFace: GeneratedIcon;
|
|
336
346
|
export declare const LuScanHeart: GeneratedIcon;
|
|
@@ -362,6 +372,7 @@ export declare const LuSeparatorVertical: GeneratedIcon;
|
|
|
362
372
|
export declare const LuServerCog: GeneratedIcon;
|
|
363
373
|
export declare const LuServerCrash: GeneratedIcon;
|
|
364
374
|
export declare const LuServerOff: GeneratedIcon;
|
|
375
|
+
export declare const LuServerPlus: GeneratedIcon;
|
|
365
376
|
export declare const LuServer: GeneratedIcon;
|
|
366
377
|
export declare const LuSettings2: GeneratedIcon;
|
|
367
378
|
export declare const LuSettings: GeneratedIcon;
|
|
@@ -378,6 +389,7 @@ export declare const LuShieldCogCorner: GeneratedIcon;
|
|
|
378
389
|
export declare const LuShieldCog: GeneratedIcon;
|
|
379
390
|
export declare const LuShieldEllipsis: GeneratedIcon;
|
|
380
391
|
export declare const LuShieldHalf: GeneratedIcon;
|
|
392
|
+
export declare const LuShieldKeyhole: GeneratedIcon;
|
|
381
393
|
export declare const LuShieldMinus: GeneratedIcon;
|
|
382
394
|
export declare const LuShieldOff: GeneratedIcon;
|
|
383
395
|
export declare const LuShieldPlus: GeneratedIcon;
|
|
@@ -487,15 +499,3 @@ export declare const LuSquareMenu: GeneratedIcon;
|
|
|
487
499
|
export declare const LuSquareMinus: GeneratedIcon;
|
|
488
500
|
export declare const LuSquareMousePointer: GeneratedIcon;
|
|
489
501
|
export declare const LuSquareParkingOff: GeneratedIcon;
|
|
490
|
-
export declare const LuSquareParking: GeneratedIcon;
|
|
491
|
-
export declare const LuSquarePause: GeneratedIcon;
|
|
492
|
-
export declare const LuSquarePen: GeneratedIcon;
|
|
493
|
-
export declare const LuSquarePercent: GeneratedIcon;
|
|
494
|
-
export declare const LuSquarePi: GeneratedIcon;
|
|
495
|
-
export declare const LuSquarePilcrow: GeneratedIcon;
|
|
496
|
-
export declare const LuSquarePlay: GeneratedIcon;
|
|
497
|
-
export declare const LuSquarePlus: GeneratedIcon;
|
|
498
|
-
export declare const LuSquarePower: GeneratedIcon;
|
|
499
|
-
export declare const LuSquareRadical: GeneratedIcon;
|
|
500
|
-
export declare const LuSquareRoundCorner: GeneratedIcon;
|
|
501
|
-
export declare const LuSquareScissors: GeneratedIcon;
|
package/dist/icons/icons_3.js
CHANGED
|
@@ -1,4 +1,74 @@
|
|
|
1
1
|
//#region src/icons/icons_3.ts
|
|
2
|
+
var LuMailbox = {
|
|
3
|
+
name: "lu-mailbox",
|
|
4
|
+
components: [
|
|
5
|
+
["path", { "d": "M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z" }],
|
|
6
|
+
["polyline", { "points": "15,9 18,9 18,11" }],
|
|
7
|
+
["path", { "d": "M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2" }],
|
|
8
|
+
["line", {
|
|
9
|
+
"x1": "6",
|
|
10
|
+
"x2": "7",
|
|
11
|
+
"y1": "10",
|
|
12
|
+
"y2": "10"
|
|
13
|
+
}]
|
|
14
|
+
]
|
|
15
|
+
};
|
|
16
|
+
var LuMails = {
|
|
17
|
+
name: "lu-mails",
|
|
18
|
+
components: [
|
|
19
|
+
["path", { "d": "M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732" }],
|
|
20
|
+
["path", { "d": "m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5" }],
|
|
21
|
+
["rect", {
|
|
22
|
+
"x": "7",
|
|
23
|
+
"y": "3",
|
|
24
|
+
"width": "15",
|
|
25
|
+
"height": "12",
|
|
26
|
+
"rx": "2"
|
|
27
|
+
}]
|
|
28
|
+
]
|
|
29
|
+
};
|
|
30
|
+
var LuMapMinus = {
|
|
31
|
+
name: "lu-map-minus",
|
|
32
|
+
components: [
|
|
33
|
+
["path", { "d": "m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14" }],
|
|
34
|
+
["path", { "d": "M15 5.764V14" }],
|
|
35
|
+
["path", { "d": "M21 18h-6" }],
|
|
36
|
+
["path", { "d": "M9 3.236v15" }]
|
|
37
|
+
]
|
|
38
|
+
};
|
|
39
|
+
var LuMapPinCheckInside = {
|
|
40
|
+
name: "lu-map-pin-check-inside",
|
|
41
|
+
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }], ["path", { "d": "m9 10 2 2 4-4" }]]
|
|
42
|
+
};
|
|
43
|
+
var LuMapPinCheck = {
|
|
44
|
+
name: "lu-map-pin-check",
|
|
45
|
+
components: [
|
|
46
|
+
["path", { "d": "M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728" }],
|
|
47
|
+
["circle", {
|
|
48
|
+
"cx": "12",
|
|
49
|
+
"cy": "10",
|
|
50
|
+
"r": "3"
|
|
51
|
+
}],
|
|
52
|
+
["path", { "d": "m16 18 2 2 4-4" }]
|
|
53
|
+
]
|
|
54
|
+
};
|
|
55
|
+
var LuMapPinHouse = {
|
|
56
|
+
name: "lu-map-pin-house",
|
|
57
|
+
components: [
|
|
58
|
+
["path", { "d": "M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z" }],
|
|
59
|
+
["path", { "d": "M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2" }],
|
|
60
|
+
["path", { "d": "M18 22v-3" }],
|
|
61
|
+
["circle", {
|
|
62
|
+
"cx": "10",
|
|
63
|
+
"cy": "10",
|
|
64
|
+
"r": "3"
|
|
65
|
+
}]
|
|
66
|
+
]
|
|
67
|
+
};
|
|
68
|
+
var LuMapPinMinusInside = {
|
|
69
|
+
name: "lu-map-pin-minus-inside",
|
|
70
|
+
components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" }], ["path", { "d": "M9 10h6" }]]
|
|
71
|
+
};
|
|
2
72
|
var LuMapPinMinus = {
|
|
3
73
|
name: "lu-map-pin-minus",
|
|
4
74
|
components: [
|
|
@@ -1446,7 +1516,7 @@ var LuOmega = {
|
|
|
1446
1516
|
};
|
|
1447
1517
|
var LuOption = {
|
|
1448
1518
|
name: "lu-option",
|
|
1449
|
-
components: [["path", { "d": "
|
|
1519
|
+
components: [["path", { "d": "M14 3h7" }], ["path", { "d": "M3 3h5.28a1 1 0 0 1 .948.684l5.544 16.632a1 1 0 0 0 .949.684H21" }]]
|
|
1450
1520
|
};
|
|
1451
1521
|
var LuOrbit = {
|
|
1452
1522
|
name: "lu-orbit",
|
|
@@ -1946,6 +2016,10 @@ var LuPanelsTopLeft = {
|
|
|
1946
2016
|
["path", { "d": "M9 21V9" }]
|
|
1947
2017
|
]
|
|
1948
2018
|
};
|
|
2019
|
+
var LuPaperBag = {
|
|
2020
|
+
name: "lu-paper-bag",
|
|
2021
|
+
components: [["path", { "d": "M5.364 3.848C4 6 3 9.652 3 12.652V19a2 2 0 002 2h14a2 2 0 002-2v-5c0-2.334-1.816-4.668-2.622-7.002" }], ["path", { "d": "M7 3h11.379a2 2 0 011.789 1.106l.723 1.447A1 1 0 0119.997 7h-8.525a2 2 0 01-1.789-1.106L8.79 4.105a2 2 0 10-3.579 1.789l2.261 4.522A5 5 0 018 12.652V21" }]]
|
|
2022
|
+
};
|
|
1949
2023
|
var LuPaperclip = {
|
|
1950
2024
|
name: "lu-paperclip",
|
|
1951
2025
|
components: [["path", { "d": "m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551" }]]
|
|
@@ -2150,6 +2224,14 @@ var LuPersonStanding = {
|
|
|
2150
2224
|
["path", { "d": "M12 10v4" }]
|
|
2151
2225
|
]
|
|
2152
2226
|
};
|
|
2227
|
+
var LuPhi = {
|
|
2228
|
+
name: "lu-phi",
|
|
2229
|
+
components: [["path", { "d": "M12 2v20" }], ["circle", {
|
|
2230
|
+
"cx": "12",
|
|
2231
|
+
"cy": "12",
|
|
2232
|
+
"r": "7"
|
|
2233
|
+
}]]
|
|
2234
|
+
};
|
|
2153
2235
|
var LuPhilippinePeso = {
|
|
2154
2236
|
name: "lu-philippine-peso",
|
|
2155
2237
|
components: [
|
|
@@ -3508,6 +3590,18 @@ var LuScanBarcode = {
|
|
|
3508
3590
|
["path", { "d": "M17 7v10" }]
|
|
3509
3591
|
]
|
|
3510
3592
|
};
|
|
3593
|
+
var LuScanBox = {
|
|
3594
|
+
name: "lu-scan-box",
|
|
3595
|
+
components: [
|
|
3596
|
+
["path", { "d": "M12 12v5.5" }],
|
|
3597
|
+
["path", { "d": "M17 3h2a2 2 0 012 2v2" }],
|
|
3598
|
+
["path", { "d": "M21 17v2a2 2 0 01-2 2h-2" }],
|
|
3599
|
+
["path", { "d": "M3 7V5a2 2 0 012-2h2" }],
|
|
3600
|
+
["path", { "d": "M7 21H5a2 2 0 01-2-2v-2" }],
|
|
3601
|
+
["path", { "d": "M7.264 9.252 12 12l4.737-2.748" }],
|
|
3602
|
+
["path", { "d": "M7.995 8.514A2 2 0 007 10.244v3.516a2 2 0 00.996 1.73l3 1.74a2 2 0 002.008 0l3-1.74A2 2 0 0017 13.76v-3.517a2 2 0 00-.995-1.73l-3-1.742a2 2 0 00-1.892-.064z" }]
|
|
3603
|
+
]
|
|
3604
|
+
};
|
|
3511
3605
|
var LuScanEye = {
|
|
3512
3606
|
name: "lu-scan-eye",
|
|
3513
3607
|
components: [
|
|
@@ -3871,6 +3965,17 @@ var LuServerOff = {
|
|
|
3871
3965
|
["path", { "d": "m2 2 20 20" }]
|
|
3872
3966
|
]
|
|
3873
3967
|
};
|
|
3968
|
+
var LuServerPlus = {
|
|
3969
|
+
name: "lu-server-plus",
|
|
3970
|
+
components: [
|
|
3971
|
+
["path", { "d": "M12.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2" }],
|
|
3972
|
+
["path", { "d": "M16 12h6" }],
|
|
3973
|
+
["path", { "d": "M19 9v6" }],
|
|
3974
|
+
["path", { "d": "M22 18v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8.5" }],
|
|
3975
|
+
["path", { "d": "M6 18h.01" }],
|
|
3976
|
+
["path", { "d": "M6 6h.01" }]
|
|
3977
|
+
]
|
|
3978
|
+
};
|
|
3874
3979
|
var LuServer = {
|
|
3875
3980
|
name: "lu-server",
|
|
3876
3981
|
components: [
|
|
@@ -4107,6 +4212,18 @@ var LuShieldHalf = {
|
|
|
4107
4212
|
name: "lu-shield-half",
|
|
4108
4213
|
components: [["path", { "d": "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], ["path", { "d": "M12 22V2" }]]
|
|
4109
4214
|
};
|
|
4215
|
+
var LuShieldKeyhole = {
|
|
4216
|
+
name: "lu-shield-keyhole",
|
|
4217
|
+
components: [
|
|
4218
|
+
["path", { "d": "M12 13v3" }],
|
|
4219
|
+
["path", { "d": "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 01-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 011-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 011.52 0C14.51 3.81 17 5 19 5a1 1 0 011 1z" }],
|
|
4220
|
+
["circle", {
|
|
4221
|
+
"cx": "12",
|
|
4222
|
+
"cy": "11",
|
|
4223
|
+
"r": "2"
|
|
4224
|
+
}]
|
|
4225
|
+
]
|
|
4226
|
+
};
|
|
4110
4227
|
var LuShieldMinus = {
|
|
4111
4228
|
name: "lu-shield-minus",
|
|
4112
4229
|
components: [["path", { "d": "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }], ["path", { "d": "M9 12h6" }]]
|
|
@@ -5366,182 +5483,7 @@ var LuSquareParkingOff = {
|
|
|
5366
5483
|
["path", { "d": "M9 17v-2.3" }]
|
|
5367
5484
|
]
|
|
5368
5485
|
};
|
|
5369
|
-
var LuSquareParking = {
|
|
5370
|
-
name: "lu-square-parking",
|
|
5371
|
-
components: [["rect", {
|
|
5372
|
-
"width": "18",
|
|
5373
|
-
"height": "18",
|
|
5374
|
-
"x": "3",
|
|
5375
|
-
"y": "3",
|
|
5376
|
-
"rx": "2"
|
|
5377
|
-
}], ["path", { "d": "M9 17V7h4a3 3 0 0 1 0 6H9" }]]
|
|
5378
|
-
};
|
|
5379
|
-
var LuSquarePause = {
|
|
5380
|
-
name: "lu-square-pause",
|
|
5381
|
-
components: [
|
|
5382
|
-
["rect", {
|
|
5383
|
-
"width": "18",
|
|
5384
|
-
"height": "18",
|
|
5385
|
-
"x": "3",
|
|
5386
|
-
"y": "3",
|
|
5387
|
-
"rx": "2"
|
|
5388
|
-
}],
|
|
5389
|
-
["line", {
|
|
5390
|
-
"x1": "10",
|
|
5391
|
-
"x2": "10",
|
|
5392
|
-
"y1": "15",
|
|
5393
|
-
"y2": "9"
|
|
5394
|
-
}],
|
|
5395
|
-
["line", {
|
|
5396
|
-
"x1": "14",
|
|
5397
|
-
"x2": "14",
|
|
5398
|
-
"y1": "15",
|
|
5399
|
-
"y2": "9"
|
|
5400
|
-
}]
|
|
5401
|
-
]
|
|
5402
|
-
};
|
|
5403
|
-
var LuSquarePen = {
|
|
5404
|
-
name: "lu-square-pen",
|
|
5405
|
-
components: [["path", { "d": "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }], ["path", { "d": "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" }]]
|
|
5406
|
-
};
|
|
5407
|
-
var LuSquarePercent = {
|
|
5408
|
-
name: "lu-square-percent",
|
|
5409
|
-
components: [
|
|
5410
|
-
["rect", {
|
|
5411
|
-
"width": "18",
|
|
5412
|
-
"height": "18",
|
|
5413
|
-
"x": "3",
|
|
5414
|
-
"y": "3",
|
|
5415
|
-
"rx": "2"
|
|
5416
|
-
}],
|
|
5417
|
-
["path", { "d": "m15 9-6 6" }],
|
|
5418
|
-
["path", { "d": "M9 9h.01" }],
|
|
5419
|
-
["path", { "d": "M15 15h.01" }]
|
|
5420
|
-
]
|
|
5421
|
-
};
|
|
5422
|
-
var LuSquarePi = {
|
|
5423
|
-
name: "lu-square-pi",
|
|
5424
|
-
components: [
|
|
5425
|
-
["rect", {
|
|
5426
|
-
"width": "18",
|
|
5427
|
-
"height": "18",
|
|
5428
|
-
"x": "3",
|
|
5429
|
-
"y": "3",
|
|
5430
|
-
"rx": "2"
|
|
5431
|
-
}],
|
|
5432
|
-
["path", { "d": "M7 7h10" }],
|
|
5433
|
-
["path", { "d": "M10 7v10" }],
|
|
5434
|
-
["path", { "d": "M16 17a2 2 0 0 1-2-2V7" }]
|
|
5435
|
-
]
|
|
5436
|
-
};
|
|
5437
|
-
var LuSquarePilcrow = {
|
|
5438
|
-
name: "lu-square-pilcrow",
|
|
5439
|
-
components: [
|
|
5440
|
-
["rect", {
|
|
5441
|
-
"width": "18",
|
|
5442
|
-
"height": "18",
|
|
5443
|
-
"x": "3",
|
|
5444
|
-
"y": "3",
|
|
5445
|
-
"rx": "2"
|
|
5446
|
-
}],
|
|
5447
|
-
["path", { "d": "M12 12H9.5a2.5 2.5 0 0 1 0-5H17" }],
|
|
5448
|
-
["path", { "d": "M12 7v10" }],
|
|
5449
|
-
["path", { "d": "M16 7v10" }]
|
|
5450
|
-
]
|
|
5451
|
-
};
|
|
5452
|
-
var LuSquarePlay = {
|
|
5453
|
-
name: "lu-square-play",
|
|
5454
|
-
components: [["rect", {
|
|
5455
|
-
"x": "3",
|
|
5456
|
-
"y": "3",
|
|
5457
|
-
"width": "18",
|
|
5458
|
-
"height": "18",
|
|
5459
|
-
"rx": "2"
|
|
5460
|
-
}], ["path", { "d": "M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" }]]
|
|
5461
|
-
};
|
|
5462
|
-
var LuSquarePlus = {
|
|
5463
|
-
name: "lu-square-plus",
|
|
5464
|
-
components: [
|
|
5465
|
-
["rect", {
|
|
5466
|
-
"width": "18",
|
|
5467
|
-
"height": "18",
|
|
5468
|
-
"x": "3",
|
|
5469
|
-
"y": "3",
|
|
5470
|
-
"rx": "2"
|
|
5471
|
-
}],
|
|
5472
|
-
["path", { "d": "M8 12h8" }],
|
|
5473
|
-
["path", { "d": "M12 8v8" }]
|
|
5474
|
-
]
|
|
5475
|
-
};
|
|
5476
|
-
var LuSquarePower = {
|
|
5477
|
-
name: "lu-square-power",
|
|
5478
|
-
components: [
|
|
5479
|
-
["path", { "d": "M12 7v4" }],
|
|
5480
|
-
["path", { "d": "M7.998 9.003a5 5 0 1 0 8-.005" }],
|
|
5481
|
-
["rect", {
|
|
5482
|
-
"x": "3",
|
|
5483
|
-
"y": "3",
|
|
5484
|
-
"width": "18",
|
|
5485
|
-
"height": "18",
|
|
5486
|
-
"rx": "2"
|
|
5487
|
-
}]
|
|
5488
|
-
]
|
|
5489
|
-
};
|
|
5490
|
-
var LuSquareRadical = {
|
|
5491
|
-
name: "lu-square-radical",
|
|
5492
|
-
components: [["path", { "d": "M7 12h2l2 5 2-10h4" }], ["rect", {
|
|
5493
|
-
"x": "3",
|
|
5494
|
-
"y": "3",
|
|
5495
|
-
"width": "18",
|
|
5496
|
-
"height": "18",
|
|
5497
|
-
"rx": "2"
|
|
5498
|
-
}]]
|
|
5499
|
-
};
|
|
5500
|
-
var LuSquareRoundCorner = {
|
|
5501
|
-
name: "lu-square-round-corner",
|
|
5502
|
-
components: [["path", { "d": "M21 11a8 8 0 0 0-8-8" }], ["path", { "d": "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }]]
|
|
5503
|
-
};
|
|
5504
|
-
var LuSquareScissors = {
|
|
5505
|
-
name: "lu-square-scissors",
|
|
5506
|
-
components: [
|
|
5507
|
-
["rect", {
|
|
5508
|
-
"width": "18",
|
|
5509
|
-
"height": "18",
|
|
5510
|
-
"x": "3",
|
|
5511
|
-
"y": "3",
|
|
5512
|
-
"rx": "2"
|
|
5513
|
-
}],
|
|
5514
|
-
["circle", {
|
|
5515
|
-
"cx": "8.5",
|
|
5516
|
-
"cy": "8.5",
|
|
5517
|
-
"r": "1.5"
|
|
5518
|
-
}],
|
|
5519
|
-
["line", {
|
|
5520
|
-
"x1": "9.56066",
|
|
5521
|
-
"y1": "9.56066",
|
|
5522
|
-
"x2": "12",
|
|
5523
|
-
"y2": "12"
|
|
5524
|
-
}],
|
|
5525
|
-
["line", {
|
|
5526
|
-
"x1": "17",
|
|
5527
|
-
"y1": "17",
|
|
5528
|
-
"x2": "14.82",
|
|
5529
|
-
"y2": "14.82"
|
|
5530
|
-
}],
|
|
5531
|
-
["circle", {
|
|
5532
|
-
"cx": "8.5",
|
|
5533
|
-
"cy": "15.5",
|
|
5534
|
-
"r": "1.5"
|
|
5535
|
-
}],
|
|
5536
|
-
["line", {
|
|
5537
|
-
"x1": "9.56066",
|
|
5538
|
-
"y1": "14.43934",
|
|
5539
|
-
"x2": "17",
|
|
5540
|
-
"y2": "7"
|
|
5541
|
-
}]
|
|
5542
|
-
]
|
|
5543
|
-
};
|
|
5544
5486
|
//#endregion
|
|
5545
|
-
export { LuMap, LuMapPin, LuMapPinMinus, LuMapPinOff, LuMapPinPen, LuMapPinPlus, LuMapPinPlusInside, LuMapPinSearch, LuMapPinX, LuMapPinXInside, LuMapPinned, LuMapPlus, LuMars, LuMarsStroke, LuMartini, LuMaximize, LuMaximize2, LuMedal, LuMegaphone, LuMegaphoneOff, LuMeh, LuMemoryStick, LuMenu, LuMerge, LuMessageCircle, LuMessageCircleCheck, LuMessageCircleCode, LuMessageCircleDashed, LuMessageCircleHeart, LuMessageCircleMore, LuMessageCircleOff, LuMessageCirclePlus, LuMessageCircleQuestionMark, LuMessageCircleReply, LuMessageCircleWarning, LuMessageCircleX, LuMessageSquare, LuMessageSquareCheck, LuMessageSquareCode, LuMessageSquareDashed, LuMessageSquareDiff, LuMessageSquareDot, LuMessageSquareHeart, LuMessageSquareLock, LuMessageSquareMore, LuMessageSquareOff, LuMessageSquarePlus, LuMessageSquareQuote, LuMessageSquareReply, LuMessageSquareShare, LuMessageSquareText, LuMessageSquareWarning, LuMessageSquareX, LuMessagesSquare, LuMetronome, LuMic, LuMicOff, LuMicVocal, LuMicrochip, LuMicroscope, LuMicrowave, LuMilestone, LuMilk, LuMilkOff, LuMinimize, LuMinimize2, LuMinus, LuMirrorRectangular, LuMirrorRound, LuMonitor, LuMonitorCheck, LuMonitorCloud, LuMonitorCog, LuMonitorDot, LuMonitorDown, LuMonitorOff, LuMonitorPause, LuMonitorPlay, LuMonitorSmartphone, LuMonitorSpeaker, LuMonitorStop, LuMonitorUp, LuMonitorX, LuMoon, LuMoonStar, LuMotorbike, LuMountain, LuMountainSnow, LuMouse, LuMouseLeft, LuMouseOff, LuMousePointer, LuMousePointer2, LuMousePointer2Off, LuMousePointerBan, LuMousePointerClick, LuMouseRight, LuMove, LuMove3d, LuMoveDiagonal, LuMoveDiagonal2, LuMoveDown, LuMoveDownLeft, LuMoveDownRight, LuMoveHorizontal, LuMoveLeft, LuMoveRight, LuMoveUp, LuMoveUpLeft, LuMoveUpRight, LuMoveVertical, LuMusic, LuMusic2, LuMusic3, LuMusic4, LuNavigation, LuNavigation2, LuNavigation2Off, LuNavigationOff, LuNetwork, LuNewspaper, LuNfc, LuNonBinary, LuNotebook, LuNotebookPen, LuNotebookTabs, LuNotebookText, LuNotepadText, LuNotepadTextDashed, LuNut, LuNutOff, LuOctagon, LuOctagonAlert, LuOctagonMinus, LuOctagonPause, LuOctagonX, LuOmega, LuOption, LuOrbit, LuOrigami, LuPackage, LuPackage2, LuPackageCheck, LuPackageMinus, LuPackageOpen, LuPackagePlus, LuPackageSearch, LuPackageX, LuPaintBucket, LuPaintRoller, LuPaintbrush, LuPaintbrushVertical, LuPalette, LuPanda, LuPanelBottom, LuPanelBottomClose, LuPanelBottomDashed, LuPanelBottomOpen, LuPanelLeft, LuPanelLeftClose, LuPanelLeftDashed, LuPanelLeftOpen, LuPanelLeftRightDashed, LuPanelRight, LuPanelRightClose, LuPanelRightDashed, LuPanelRightOpen, LuPanelTop, LuPanelTopBottomDashed, LuPanelTopClose, LuPanelTopDashed, LuPanelTopOpen, LuPanelsLeftBottom, LuPanelsRightBottom, LuPanelsTopLeft, LuPaperclip, LuParasol, LuParentheses, LuParkingMeter, LuPartyPopper, LuPause, LuPawPrint, LuPcCase, LuPen, LuPenLine, LuPenOff, LuPenTool, LuPencil, LuPencilLine, LuPencilOff, LuPencilRuler, LuPencilSparkles, LuPentagon, LuPercent, LuPersonStanding, LuPhilippinePeso, LuPhone, LuPhoneCall, LuPhoneForwarded, LuPhoneIncoming, LuPhoneMissed, LuPhoneOff, LuPhoneOutgoing, LuPi, LuPiano, LuPickaxe, LuPictureInPicture, LuPictureInPicture2, LuPiggyBank, LuPilcrow, LuPilcrowLeft, LuPilcrowRight, LuPill, LuPillBottle, LuPin, LuPinOff, LuPipette, LuPizza, LuPlane, LuPlaneLanding, LuPlaneTakeoff, LuPlay, LuPlayOff, LuPlug, LuPlug2, LuPlugZap, LuPlus, LuPocketKnife, LuPodcast, LuPodium, LuPointer, LuPointerOff, LuPopcorn, LuPopsicle, LuPoundSterling, LuPower, LuPowerOff, LuPresentation, LuPrinter, LuPrinterCheck, LuPrinterX, LuProjector, LuProportions, LuPuzzle, LuPyramid, LuQrCode, LuQuote, LuRabbit, LuRadar, LuRadiation, LuRadical, LuRadio, LuRadioOff, LuRadioReceiver, LuRadioTower, LuRadius, LuRainbow, LuRat, LuRatio, LuReceipt, LuReceiptCent, LuReceiptEuro, LuReceiptIndianRupee, LuReceiptJapaneseYen, LuReceiptPoundSterling, LuReceiptRussianRuble, LuReceiptSwissFranc, LuReceiptText, LuReceiptTurkishLira, LuRectangleCircle, LuRectangleEllipsis, LuRectangleGoggles, LuRectangleHorizontal, LuRectangleVertical, LuRecycle, LuRedo, LuRedo2, LuRedoDot, LuRefreshCcw, LuRefreshCcwDot, LuRefreshCw, LuRefreshCwOff, LuRefrigerator, LuRegex, LuRemoveFormatting, LuRepeat, LuRepeat1, LuRepeat2, LuRepeatOff, LuReplace, LuReplaceAll, LuReply, LuReplyAll, LuRewind, LuRibbon, LuRoad, LuRocket, LuRockingChair, LuRollerCoaster, LuRose, LuRotate3d, LuRotateCcw, LuRotateCcwKey, LuRotateCcwSquare, LuRotateCw, LuRotateCwSquare, LuRoute, LuRouteOff, LuRouter, LuRows2, LuRows3, LuRows4, LuRss, LuRuler, LuRulerDimensionLine, LuRussianRuble, LuSailboat, LuSalad, LuSandwich, LuSatellite, LuSatelliteDish, LuSaudiRiyal, LuSave, LuSaveAll, LuSaveCheck, LuSaveOff, LuSavePen, LuSavePlus, LuScale, LuScale3d, LuScaling, LuScan, LuScanBarcode, LuScanEye, LuScanFace, LuScanHeart, LuScanLine, LuScanQrCode, LuScanSearch, LuScanText, LuSchool, LuScissors, LuScissorsLineDashed, LuScooter, LuScreenShare, LuScreenShareOff, LuScroll, LuScrollText, LuSearch, LuSearchAlert, LuSearchCheck, LuSearchCode, LuSearchSlash, LuSearchX, LuSection, LuSend, LuSendHorizontal, LuSendToBack, LuSeparatorHorizontal, LuSeparatorVertical, LuServer, LuServerCog, LuServerCrash, LuServerOff, LuSettings, LuSettings2, LuShapes, LuShare, LuShare2, LuSheet, LuShell, LuShelvingUnit, LuShield, LuShieldAlert, LuShieldBan, LuShieldCheck, LuShieldCog, LuShieldCogCorner, LuShieldEllipsis, LuShieldHalf, LuShieldMinus, LuShieldOff, LuShieldPlus, LuShieldQuestionMark, LuShieldUser, LuShieldX, LuShip, LuShipWheel, LuShirt, LuShoppingBag, LuShoppingBasket, LuShoppingCart, LuShovel, LuShowerHead, LuShredder, LuShrimp, LuShrink, LuShrub, LuShuffle, LuSigma, LuSignal, LuSignalHigh, LuSignalLow, LuSignalMedium, LuSignalZero, LuSignature, LuSignpost, LuSignpostBig, LuSiren, LuSkipBack, LuSkipForward, LuSkull, LuSlash, LuSlice, LuSlidersHorizontal, LuSlidersVertical, LuSmartphone, LuSmartphoneCharging, LuSmartphoneNfc, LuSmile, LuSmilePlus, LuSnail, LuSnowflake, LuSoapDispenserDroplet, LuSofa, LuSolarPanel, LuSoup, LuSpace, LuSpade, LuSparkle, LuSparkles, LuSpeaker, LuSpeech, LuSpellCheck, LuSpellCheck2, LuSpline, LuSplinePointer, LuSplit, LuSpool, LuSportShoe, LuSpotlight, LuSprayCan, LuSprout, LuSquareActivity, LuSquareArrowDown, LuSquareArrowDownLeft, LuSquareArrowDownRight, LuSquareArrowLeft, LuSquareArrowOutDownLeft, LuSquareArrowOutDownRight, LuSquareArrowOutUpLeft, LuSquareArrowOutUpRight, LuSquareArrowRight, LuSquareArrowRightEnter, LuSquareArrowRightExit, LuSquareArrowUp, LuSquareArrowUpLeft, LuSquareArrowUpRight, LuSquareAsterisk, LuSquareBottomDashedScissors, LuSquareCenterlineDashedHorizontal, LuSquareCenterlineDashedVertical, LuSquareChartGantt, LuSquareCheck, LuSquareCheckBig, LuSquareChevronDown, LuSquareChevronLeft, LuSquareChevronRight, LuSquareChevronUp, LuSquareCode, LuSquareDashed, LuSquareDashedBottom, LuSquareDashedBottomCode, LuSquareDashedKanban, LuSquareDashedMousePointer, LuSquareDashedText, LuSquareDashedTopSolid, LuSquareDivide, LuSquareDot, LuSquareEqual, LuSquareFunction, LuSquareKanban, LuSquareLibrary, LuSquareM, LuSquareMenu, LuSquareMinus, LuSquareMousePointer,
|
|
5487
|
+
export { LuMailbox, LuMails, LuMap, LuMapMinus, LuMapPin, LuMapPinCheck, LuMapPinCheckInside, LuMapPinHouse, LuMapPinMinus, LuMapPinMinusInside, LuMapPinOff, LuMapPinPen, LuMapPinPlus, LuMapPinPlusInside, LuMapPinSearch, LuMapPinX, LuMapPinXInside, LuMapPinned, LuMapPlus, LuMars, LuMarsStroke, LuMartini, LuMaximize, LuMaximize2, LuMedal, LuMegaphone, LuMegaphoneOff, LuMeh, LuMemoryStick, LuMenu, LuMerge, LuMessageCircle, LuMessageCircleCheck, LuMessageCircleCode, LuMessageCircleDashed, LuMessageCircleHeart, LuMessageCircleMore, LuMessageCircleOff, LuMessageCirclePlus, LuMessageCircleQuestionMark, LuMessageCircleReply, LuMessageCircleWarning, LuMessageCircleX, LuMessageSquare, LuMessageSquareCheck, LuMessageSquareCode, LuMessageSquareDashed, LuMessageSquareDiff, LuMessageSquareDot, LuMessageSquareHeart, LuMessageSquareLock, LuMessageSquareMore, LuMessageSquareOff, LuMessageSquarePlus, LuMessageSquareQuote, LuMessageSquareReply, LuMessageSquareShare, LuMessageSquareText, LuMessageSquareWarning, LuMessageSquareX, LuMessagesSquare, LuMetronome, LuMic, LuMicOff, LuMicVocal, LuMicrochip, LuMicroscope, LuMicrowave, LuMilestone, LuMilk, LuMilkOff, LuMinimize, LuMinimize2, LuMinus, LuMirrorRectangular, LuMirrorRound, LuMonitor, LuMonitorCheck, LuMonitorCloud, LuMonitorCog, LuMonitorDot, LuMonitorDown, LuMonitorOff, LuMonitorPause, LuMonitorPlay, LuMonitorSmartphone, LuMonitorSpeaker, LuMonitorStop, LuMonitorUp, LuMonitorX, LuMoon, LuMoonStar, LuMotorbike, LuMountain, LuMountainSnow, LuMouse, LuMouseLeft, LuMouseOff, LuMousePointer, LuMousePointer2, LuMousePointer2Off, LuMousePointerBan, LuMousePointerClick, LuMouseRight, LuMove, LuMove3d, LuMoveDiagonal, LuMoveDiagonal2, LuMoveDown, LuMoveDownLeft, LuMoveDownRight, LuMoveHorizontal, LuMoveLeft, LuMoveRight, LuMoveUp, LuMoveUpLeft, LuMoveUpRight, LuMoveVertical, LuMusic, LuMusic2, LuMusic3, LuMusic4, LuNavigation, LuNavigation2, LuNavigation2Off, LuNavigationOff, LuNetwork, LuNewspaper, LuNfc, LuNonBinary, LuNotebook, LuNotebookPen, LuNotebookTabs, LuNotebookText, LuNotepadText, LuNotepadTextDashed, LuNut, LuNutOff, LuOctagon, LuOctagonAlert, LuOctagonMinus, LuOctagonPause, LuOctagonX, LuOmega, LuOption, LuOrbit, LuOrigami, LuPackage, LuPackage2, LuPackageCheck, LuPackageMinus, LuPackageOpen, LuPackagePlus, LuPackageSearch, LuPackageX, LuPaintBucket, LuPaintRoller, LuPaintbrush, LuPaintbrushVertical, LuPalette, LuPanda, LuPanelBottom, LuPanelBottomClose, LuPanelBottomDashed, LuPanelBottomOpen, LuPanelLeft, LuPanelLeftClose, LuPanelLeftDashed, LuPanelLeftOpen, LuPanelLeftRightDashed, LuPanelRight, LuPanelRightClose, LuPanelRightDashed, LuPanelRightOpen, LuPanelTop, LuPanelTopBottomDashed, LuPanelTopClose, LuPanelTopDashed, LuPanelTopOpen, LuPanelsLeftBottom, LuPanelsRightBottom, LuPanelsTopLeft, LuPaperBag, LuPaperclip, LuParasol, LuParentheses, LuParkingMeter, LuPartyPopper, LuPause, LuPawPrint, LuPcCase, LuPen, LuPenLine, LuPenOff, LuPenTool, LuPencil, LuPencilLine, LuPencilOff, LuPencilRuler, LuPencilSparkles, LuPentagon, LuPercent, LuPersonStanding, LuPhi, LuPhilippinePeso, LuPhone, LuPhoneCall, LuPhoneForwarded, LuPhoneIncoming, LuPhoneMissed, LuPhoneOff, LuPhoneOutgoing, LuPi, LuPiano, LuPickaxe, LuPictureInPicture, LuPictureInPicture2, LuPiggyBank, LuPilcrow, LuPilcrowLeft, LuPilcrowRight, LuPill, LuPillBottle, LuPin, LuPinOff, LuPipette, LuPizza, LuPlane, LuPlaneLanding, LuPlaneTakeoff, LuPlay, LuPlayOff, LuPlug, LuPlug2, LuPlugZap, LuPlus, LuPocketKnife, LuPodcast, LuPodium, LuPointer, LuPointerOff, LuPopcorn, LuPopsicle, LuPoundSterling, LuPower, LuPowerOff, LuPresentation, LuPrinter, LuPrinterCheck, LuPrinterX, LuProjector, LuProportions, LuPuzzle, LuPyramid, LuQrCode, LuQuote, LuRabbit, LuRadar, LuRadiation, LuRadical, LuRadio, LuRadioOff, LuRadioReceiver, LuRadioTower, LuRadius, LuRainbow, LuRat, LuRatio, LuReceipt, LuReceiptCent, LuReceiptEuro, LuReceiptIndianRupee, LuReceiptJapaneseYen, LuReceiptPoundSterling, LuReceiptRussianRuble, LuReceiptSwissFranc, LuReceiptText, LuReceiptTurkishLira, LuRectangleCircle, LuRectangleEllipsis, LuRectangleGoggles, LuRectangleHorizontal, LuRectangleVertical, LuRecycle, LuRedo, LuRedo2, LuRedoDot, LuRefreshCcw, LuRefreshCcwDot, LuRefreshCw, LuRefreshCwOff, LuRefrigerator, LuRegex, LuRemoveFormatting, LuRepeat, LuRepeat1, LuRepeat2, LuRepeatOff, LuReplace, LuReplaceAll, LuReply, LuReplyAll, LuRewind, LuRibbon, LuRoad, LuRocket, LuRockingChair, LuRollerCoaster, LuRose, LuRotate3d, LuRotateCcw, LuRotateCcwKey, LuRotateCcwSquare, LuRotateCw, LuRotateCwSquare, LuRoute, LuRouteOff, LuRouter, LuRows2, LuRows3, LuRows4, LuRss, LuRuler, LuRulerDimensionLine, LuRussianRuble, LuSailboat, LuSalad, LuSandwich, LuSatellite, LuSatelliteDish, LuSaudiRiyal, LuSave, LuSaveAll, LuSaveCheck, LuSaveOff, LuSavePen, LuSavePlus, LuScale, LuScale3d, LuScaling, LuScan, LuScanBarcode, LuScanBox, LuScanEye, LuScanFace, LuScanHeart, LuScanLine, LuScanQrCode, LuScanSearch, LuScanText, LuSchool, LuScissors, LuScissorsLineDashed, LuScooter, LuScreenShare, LuScreenShareOff, LuScroll, LuScrollText, LuSearch, LuSearchAlert, LuSearchCheck, LuSearchCode, LuSearchSlash, LuSearchX, LuSection, LuSend, LuSendHorizontal, LuSendToBack, LuSeparatorHorizontal, LuSeparatorVertical, LuServer, LuServerCog, LuServerCrash, LuServerOff, LuServerPlus, LuSettings, LuSettings2, LuShapes, LuShare, LuShare2, LuSheet, LuShell, LuShelvingUnit, LuShield, LuShieldAlert, LuShieldBan, LuShieldCheck, LuShieldCog, LuShieldCogCorner, LuShieldEllipsis, LuShieldHalf, LuShieldKeyhole, LuShieldMinus, LuShieldOff, LuShieldPlus, LuShieldQuestionMark, LuShieldUser, LuShieldX, LuShip, LuShipWheel, LuShirt, LuShoppingBag, LuShoppingBasket, LuShoppingCart, LuShovel, LuShowerHead, LuShredder, LuShrimp, LuShrink, LuShrub, LuShuffle, LuSigma, LuSignal, LuSignalHigh, LuSignalLow, LuSignalMedium, LuSignalZero, LuSignature, LuSignpost, LuSignpostBig, LuSiren, LuSkipBack, LuSkipForward, LuSkull, LuSlash, LuSlice, LuSlidersHorizontal, LuSlidersVertical, LuSmartphone, LuSmartphoneCharging, LuSmartphoneNfc, LuSmile, LuSmilePlus, LuSnail, LuSnowflake, LuSoapDispenserDroplet, LuSofa, LuSolarPanel, LuSoup, LuSpace, LuSpade, LuSparkle, LuSparkles, LuSpeaker, LuSpeech, LuSpellCheck, LuSpellCheck2, LuSpline, LuSplinePointer, LuSplit, LuSpool, LuSportShoe, LuSpotlight, LuSprayCan, LuSprout, LuSquareActivity, LuSquareArrowDown, LuSquareArrowDownLeft, LuSquareArrowDownRight, LuSquareArrowLeft, LuSquareArrowOutDownLeft, LuSquareArrowOutDownRight, LuSquareArrowOutUpLeft, LuSquareArrowOutUpRight, LuSquareArrowRight, LuSquareArrowRightEnter, LuSquareArrowRightExit, LuSquareArrowUp, LuSquareArrowUpLeft, LuSquareArrowUpRight, LuSquareAsterisk, LuSquareBottomDashedScissors, LuSquareCenterlineDashedHorizontal, LuSquareCenterlineDashedVertical, LuSquareChartGantt, LuSquareCheck, LuSquareCheckBig, LuSquareChevronDown, LuSquareChevronLeft, LuSquareChevronRight, LuSquareChevronUp, LuSquareCode, LuSquareDashed, LuSquareDashedBottom, LuSquareDashedBottomCode, LuSquareDashedKanban, LuSquareDashedMousePointer, LuSquareDashedText, LuSquareDashedTopSolid, LuSquareDivide, LuSquareDot, LuSquareEqual, LuSquareFunction, LuSquareKanban, LuSquareLibrary, LuSquareM, LuSquareMenu, LuSquareMinus, LuSquareMousePointer, LuSquareParkingOff };
|
|
5546
5488
|
|
|
5547
5489
|
//# sourceMappingURL=icons_3.js.map
|