@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_4.js
CHANGED
|
@@ -1,4 +1,179 @@
|
|
|
1
1
|
//#region src/icons/icons_4.ts
|
|
2
|
+
var LuSquareParking = {
|
|
3
|
+
name: "lu-square-parking",
|
|
4
|
+
components: [["rect", {
|
|
5
|
+
"width": "18",
|
|
6
|
+
"height": "18",
|
|
7
|
+
"x": "3",
|
|
8
|
+
"y": "3",
|
|
9
|
+
"rx": "2"
|
|
10
|
+
}], ["path", { "d": "M9 17V7h4a3 3 0 0 1 0 6H9" }]]
|
|
11
|
+
};
|
|
12
|
+
var LuSquarePause = {
|
|
13
|
+
name: "lu-square-pause",
|
|
14
|
+
components: [
|
|
15
|
+
["rect", {
|
|
16
|
+
"width": "18",
|
|
17
|
+
"height": "18",
|
|
18
|
+
"x": "3",
|
|
19
|
+
"y": "3",
|
|
20
|
+
"rx": "2"
|
|
21
|
+
}],
|
|
22
|
+
["line", {
|
|
23
|
+
"x1": "10",
|
|
24
|
+
"x2": "10",
|
|
25
|
+
"y1": "15",
|
|
26
|
+
"y2": "9"
|
|
27
|
+
}],
|
|
28
|
+
["line", {
|
|
29
|
+
"x1": "14",
|
|
30
|
+
"x2": "14",
|
|
31
|
+
"y1": "15",
|
|
32
|
+
"y2": "9"
|
|
33
|
+
}]
|
|
34
|
+
]
|
|
35
|
+
};
|
|
36
|
+
var LuSquarePen = {
|
|
37
|
+
name: "lu-square-pen",
|
|
38
|
+
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" }]]
|
|
39
|
+
};
|
|
40
|
+
var LuSquarePercent = {
|
|
41
|
+
name: "lu-square-percent",
|
|
42
|
+
components: [
|
|
43
|
+
["rect", {
|
|
44
|
+
"width": "18",
|
|
45
|
+
"height": "18",
|
|
46
|
+
"x": "3",
|
|
47
|
+
"y": "3",
|
|
48
|
+
"rx": "2"
|
|
49
|
+
}],
|
|
50
|
+
["path", { "d": "m15 9-6 6" }],
|
|
51
|
+
["path", { "d": "M9 9h.01" }],
|
|
52
|
+
["path", { "d": "M15 15h.01" }]
|
|
53
|
+
]
|
|
54
|
+
};
|
|
55
|
+
var LuSquarePi = {
|
|
56
|
+
name: "lu-square-pi",
|
|
57
|
+
components: [
|
|
58
|
+
["rect", {
|
|
59
|
+
"width": "18",
|
|
60
|
+
"height": "18",
|
|
61
|
+
"x": "3",
|
|
62
|
+
"y": "3",
|
|
63
|
+
"rx": "2"
|
|
64
|
+
}],
|
|
65
|
+
["path", { "d": "M7 7h10" }],
|
|
66
|
+
["path", { "d": "M10 7v10" }],
|
|
67
|
+
["path", { "d": "M16 17a2 2 0 0 1-2-2V7" }]
|
|
68
|
+
]
|
|
69
|
+
};
|
|
70
|
+
var LuSquarePilcrow = {
|
|
71
|
+
name: "lu-square-pilcrow",
|
|
72
|
+
components: [
|
|
73
|
+
["rect", {
|
|
74
|
+
"width": "18",
|
|
75
|
+
"height": "18",
|
|
76
|
+
"x": "3",
|
|
77
|
+
"y": "3",
|
|
78
|
+
"rx": "2"
|
|
79
|
+
}],
|
|
80
|
+
["path", { "d": "M12 12H9.5a2.5 2.5 0 0 1 0-5H17" }],
|
|
81
|
+
["path", { "d": "M12 7v10" }],
|
|
82
|
+
["path", { "d": "M16 7v10" }]
|
|
83
|
+
]
|
|
84
|
+
};
|
|
85
|
+
var LuSquarePlay = {
|
|
86
|
+
name: "lu-square-play",
|
|
87
|
+
components: [["rect", {
|
|
88
|
+
"x": "3",
|
|
89
|
+
"y": "3",
|
|
90
|
+
"width": "18",
|
|
91
|
+
"height": "18",
|
|
92
|
+
"rx": "2"
|
|
93
|
+
}], ["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" }]]
|
|
94
|
+
};
|
|
95
|
+
var LuSquarePlus = {
|
|
96
|
+
name: "lu-square-plus",
|
|
97
|
+
components: [
|
|
98
|
+
["rect", {
|
|
99
|
+
"width": "18",
|
|
100
|
+
"height": "18",
|
|
101
|
+
"x": "3",
|
|
102
|
+
"y": "3",
|
|
103
|
+
"rx": "2"
|
|
104
|
+
}],
|
|
105
|
+
["path", { "d": "M8 12h8" }],
|
|
106
|
+
["path", { "d": "M12 8v8" }]
|
|
107
|
+
]
|
|
108
|
+
};
|
|
109
|
+
var LuSquarePower = {
|
|
110
|
+
name: "lu-square-power",
|
|
111
|
+
components: [
|
|
112
|
+
["path", { "d": "M12 7v4" }],
|
|
113
|
+
["path", { "d": "M7.998 9.003a5 5 0 1 0 8-.005" }],
|
|
114
|
+
["rect", {
|
|
115
|
+
"x": "3",
|
|
116
|
+
"y": "3",
|
|
117
|
+
"width": "18",
|
|
118
|
+
"height": "18",
|
|
119
|
+
"rx": "2"
|
|
120
|
+
}]
|
|
121
|
+
]
|
|
122
|
+
};
|
|
123
|
+
var LuSquareRadical = {
|
|
124
|
+
name: "lu-square-radical",
|
|
125
|
+
components: [["path", { "d": "M7 12h2l2 5 2-10h4" }], ["rect", {
|
|
126
|
+
"x": "3",
|
|
127
|
+
"y": "3",
|
|
128
|
+
"width": "18",
|
|
129
|
+
"height": "18",
|
|
130
|
+
"rx": "2"
|
|
131
|
+
}]]
|
|
132
|
+
};
|
|
133
|
+
var LuSquareRoundCorner = {
|
|
134
|
+
name: "lu-square-round-corner",
|
|
135
|
+
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" }]]
|
|
136
|
+
};
|
|
137
|
+
var LuSquareScissors = {
|
|
138
|
+
name: "lu-square-scissors",
|
|
139
|
+
components: [
|
|
140
|
+
["rect", {
|
|
141
|
+
"width": "18",
|
|
142
|
+
"height": "18",
|
|
143
|
+
"x": "3",
|
|
144
|
+
"y": "3",
|
|
145
|
+
"rx": "2"
|
|
146
|
+
}],
|
|
147
|
+
["circle", {
|
|
148
|
+
"cx": "8.5",
|
|
149
|
+
"cy": "8.5",
|
|
150
|
+
"r": "1.5"
|
|
151
|
+
}],
|
|
152
|
+
["line", {
|
|
153
|
+
"x1": "9.56066",
|
|
154
|
+
"y1": "9.56066",
|
|
155
|
+
"x2": "12",
|
|
156
|
+
"y2": "12"
|
|
157
|
+
}],
|
|
158
|
+
["line", {
|
|
159
|
+
"x1": "17",
|
|
160
|
+
"y1": "17",
|
|
161
|
+
"x2": "14.82",
|
|
162
|
+
"y2": "14.82"
|
|
163
|
+
}],
|
|
164
|
+
["circle", {
|
|
165
|
+
"cx": "8.5",
|
|
166
|
+
"cy": "15.5",
|
|
167
|
+
"r": "1.5"
|
|
168
|
+
}],
|
|
169
|
+
["line", {
|
|
170
|
+
"x1": "9.56066",
|
|
171
|
+
"y1": "14.43934",
|
|
172
|
+
"x2": "17",
|
|
173
|
+
"y2": "7"
|
|
174
|
+
}]
|
|
175
|
+
]
|
|
176
|
+
};
|
|
2
177
|
var LuSquareSigma = {
|
|
3
178
|
name: "lu-square-sigma",
|
|
4
179
|
components: [["rect", {
|
|
@@ -1824,17 +1999,17 @@ var LuUnfoldVertical = {
|
|
|
1824
1999
|
var LuUngroup = {
|
|
1825
2000
|
name: "lu-ungroup",
|
|
1826
2001
|
components: [["rect", {
|
|
1827
|
-
"width": "8",
|
|
1828
|
-
"height": "6",
|
|
1829
|
-
"x": "5",
|
|
1830
|
-
"y": "4",
|
|
1831
|
-
"rx": "1"
|
|
1832
|
-
}], ["rect", {
|
|
1833
|
-
"width": "8",
|
|
1834
|
-
"height": "6",
|
|
1835
2002
|
"x": "11",
|
|
1836
2003
|
"y": "14",
|
|
1837
|
-
"
|
|
2004
|
+
"width": "10",
|
|
2005
|
+
"height": "7",
|
|
2006
|
+
"rx": "2"
|
|
2007
|
+
}], ["rect", {
|
|
2008
|
+
"x": "3",
|
|
2009
|
+
"y": "3",
|
|
2010
|
+
"width": "10",
|
|
2011
|
+
"height": "7",
|
|
2012
|
+
"rx": "2"
|
|
1838
2013
|
}]]
|
|
1839
2014
|
};
|
|
1840
2015
|
var LuUniversity = {
|
|
@@ -3283,8 +3458,8 @@ var LuZoomOut = {
|
|
|
3283
3458
|
}]
|
|
3284
3459
|
]
|
|
3285
3460
|
};
|
|
3286
|
-
var
|
|
3287
|
-
name: "lu-alarm-
|
|
3461
|
+
var LuAlarmMinus = {
|
|
3462
|
+
name: "lu-alarm-minus",
|
|
3288
3463
|
components: [
|
|
3289
3464
|
["circle", {
|
|
3290
3465
|
"cx": "12",
|
|
@@ -3295,11 +3470,11 @@ var LuAlarmCheck = {
|
|
|
3295
3470
|
["path", { "d": "m22 6-3-3" }],
|
|
3296
3471
|
["path", { "d": "M6.38 18.7 4 21" }],
|
|
3297
3472
|
["path", { "d": "M17.64 18.67 20 21" }],
|
|
3298
|
-
["path", { "d": "
|
|
3473
|
+
["path", { "d": "M9 13h6" }]
|
|
3299
3474
|
]
|
|
3300
3475
|
};
|
|
3301
|
-
var
|
|
3302
|
-
name: "lu-alarm-
|
|
3476
|
+
var LuAlarmCheck = {
|
|
3477
|
+
name: "lu-alarm-check",
|
|
3303
3478
|
components: [
|
|
3304
3479
|
["circle", {
|
|
3305
3480
|
"cx": "12",
|
|
@@ -3310,7 +3485,7 @@ var LuAlarmMinus = {
|
|
|
3310
3485
|
["path", { "d": "m22 6-3-3" }],
|
|
3311
3486
|
["path", { "d": "M6.38 18.7 4 21" }],
|
|
3312
3487
|
["path", { "d": "M17.64 18.67 20 21" }],
|
|
3313
|
-
["path", { "d": "
|
|
3488
|
+
["path", { "d": "m9 13 2 2 4-4" }]
|
|
3314
3489
|
]
|
|
3315
3490
|
};
|
|
3316
3491
|
var LuAlarmPlus = {
|
|
@@ -3674,14 +3849,6 @@ var LuArrowDownCircle = {
|
|
|
3674
3849
|
["path", { "d": "m8 12 4 4 4-4" }]
|
|
3675
3850
|
]
|
|
3676
3851
|
};
|
|
3677
|
-
var LuArrowDownLeftFromCircle = {
|
|
3678
|
-
name: "lu-arrow-down-left-from-circle",
|
|
3679
|
-
components: [
|
|
3680
|
-
["path", { "d": "M2 12a10 10 0 1 1 10 10" }],
|
|
3681
|
-
["path", { "d": "m2 22 10-10" }],
|
|
3682
|
-
["path", { "d": "M8 22H2v-6" }]
|
|
3683
|
-
]
|
|
3684
|
-
};
|
|
3685
3852
|
var LuArrowLeftCircle = {
|
|
3686
3853
|
name: "lu-arrow-left-circle",
|
|
3687
3854
|
components: [
|
|
@@ -3694,6 +3861,22 @@ var LuArrowLeftCircle = {
|
|
|
3694
3861
|
["path", { "d": "M16 12H8" }]
|
|
3695
3862
|
]
|
|
3696
3863
|
};
|
|
3864
|
+
var LuArrowDownLeftFromCircle = {
|
|
3865
|
+
name: "lu-arrow-down-left-from-circle",
|
|
3866
|
+
components: [
|
|
3867
|
+
["path", { "d": "M2 12a10 10 0 1 1 10 10" }],
|
|
3868
|
+
["path", { "d": "m2 22 10-10" }],
|
|
3869
|
+
["path", { "d": "M8 22H2v-6" }]
|
|
3870
|
+
]
|
|
3871
|
+
};
|
|
3872
|
+
var LuArrowDownRightFromCircle = {
|
|
3873
|
+
name: "lu-arrow-down-right-from-circle",
|
|
3874
|
+
components: [
|
|
3875
|
+
["path", { "d": "M12 22a10 10 0 1 1 10-10" }],
|
|
3876
|
+
["path", { "d": "M22 22 12 12" }],
|
|
3877
|
+
["path", { "d": "M22 16v6h-6" }]
|
|
3878
|
+
]
|
|
3879
|
+
};
|
|
3697
3880
|
var LuArrowUpLeftFromCircle = {
|
|
3698
3881
|
name: "lu-arrow-up-left-from-circle",
|
|
3699
3882
|
components: [
|
|
@@ -3710,14 +3893,6 @@ var LuArrowUpRightFromCircle = {
|
|
|
3710
3893
|
["path", { "d": "M16 2h6v6" }]
|
|
3711
3894
|
]
|
|
3712
3895
|
};
|
|
3713
|
-
var LuArrowDownRightFromCircle = {
|
|
3714
|
-
name: "lu-arrow-down-right-from-circle",
|
|
3715
|
-
components: [
|
|
3716
|
-
["path", { "d": "M12 22a10 10 0 1 1 10-10" }],
|
|
3717
|
-
["path", { "d": "M22 22 12 12" }],
|
|
3718
|
-
["path", { "d": "M22 16v6h-6" }]
|
|
3719
|
-
]
|
|
3720
|
-
};
|
|
3721
3896
|
var LuArrowRightCircle = {
|
|
3722
3897
|
name: "lu-arrow-right-circle",
|
|
3723
3898
|
components: [
|
|
@@ -3742,6 +3917,10 @@ var LuArrowUpCircle = {
|
|
|
3742
3917
|
["path", { "d": "M12 16V8" }]
|
|
3743
3918
|
]
|
|
3744
3919
|
};
|
|
3920
|
+
var LuCheckCircle = {
|
|
3921
|
+
name: "lu-check-circle",
|
|
3922
|
+
components: [["path", { "d": "M21.801 10A10 10 0 1 1 17 3.335" }], ["path", { "d": "m9 11 3 3L22 4" }]]
|
|
3923
|
+
};
|
|
3745
3924
|
var LuCheckCircle2 = {
|
|
3746
3925
|
name: "lu-check-circle2",
|
|
3747
3926
|
components: [["circle", {
|
|
@@ -3750,9 +3929,13 @@ var LuCheckCircle2 = {
|
|
|
3750
3929
|
"r": "10"
|
|
3751
3930
|
}], ["path", { "d": "m9 12 2 2 4-4" }]]
|
|
3752
3931
|
};
|
|
3753
|
-
var
|
|
3754
|
-
name: "lu-
|
|
3755
|
-
components: [["
|
|
3932
|
+
var LuChevronDownCircle = {
|
|
3933
|
+
name: "lu-chevron-down-circle",
|
|
3934
|
+
components: [["circle", {
|
|
3935
|
+
"cx": "12",
|
|
3936
|
+
"cy": "12",
|
|
3937
|
+
"r": "10"
|
|
3938
|
+
}], ["path", { "d": "m16 10-4 4-4-4" }]]
|
|
3756
3939
|
};
|
|
3757
3940
|
var LuChevronLeftCircle = {
|
|
3758
3941
|
name: "lu-chevron-left-circle",
|
|
@@ -3770,14 +3953,6 @@ var LuChevronRightCircle = {
|
|
|
3770
3953
|
"r": "10"
|
|
3771
3954
|
}], ["path", { "d": "m10 8 4 4-4 4" }]]
|
|
3772
3955
|
};
|
|
3773
|
-
var LuChevronDownCircle = {
|
|
3774
|
-
name: "lu-chevron-down-circle",
|
|
3775
|
-
components: [["circle", {
|
|
3776
|
-
"cx": "12",
|
|
3777
|
-
"cy": "12",
|
|
3778
|
-
"r": "10"
|
|
3779
|
-
}], ["path", { "d": "m16 10-4 4-4-4" }]]
|
|
3780
|
-
};
|
|
3781
3956
|
var LuChevronUpCircle = {
|
|
3782
3957
|
name: "lu-chevron-up-circle",
|
|
3783
3958
|
components: [["circle", {
|
|
@@ -4078,16 +4253,16 @@ var LuColumns = {
|
|
|
4078
4253
|
var LuColumnsSettings = {
|
|
4079
4254
|
name: "lu-columns-settings",
|
|
4080
4255
|
components: [
|
|
4081
|
-
["path", { "d": "M10.
|
|
4082
|
-
["path", { "d": "m14.
|
|
4083
|
-
["path", { "d": "M15 3v7.
|
|
4084
|
-
["path", { "d": "m15.
|
|
4085
|
-
["path", { "d": "m16.
|
|
4086
|
-
["path", { "d": "m16.
|
|
4087
|
-
["path", { "d": "m19.
|
|
4088
|
-
["path", { "d": "m19.
|
|
4089
|
-
["path", { "d": "m20.
|
|
4090
|
-
["path", { "d": "
|
|
4256
|
+
["path", { "d": "M10.6 21H5a2 2 0 01-2-2V5a2 2 0 012-2h14a2 2 0 012 2v5.6" }],
|
|
4257
|
+
["path", { "d": "m14.305 19.53.923-.382" }],
|
|
4258
|
+
["path", { "d": "M15 3v7.6" }],
|
|
4259
|
+
["path", { "d": "m15.229 16.852-.924-.383" }],
|
|
4260
|
+
["path", { "d": "m16.852 15.228-.383-.923" }],
|
|
4261
|
+
["path", { "d": "m16.852 20.772-.383.924" }],
|
|
4262
|
+
["path", { "d": "m19.148 15.228.383-.923" }],
|
|
4263
|
+
["path", { "d": "m19.53 21.696-.382-.924" }],
|
|
4264
|
+
["path", { "d": "m20.773 16.852.922-.383" }],
|
|
4265
|
+
["path", { "d": "m20.773 19.148.922.383" }],
|
|
4091
4266
|
["path", { "d": "M9 3v18" }],
|
|
4092
4267
|
["circle", {
|
|
4093
4268
|
"cx": "18",
|
|
@@ -4099,16 +4274,16 @@ var LuColumnsSettings = {
|
|
|
4099
4274
|
var LuTableConfig = {
|
|
4100
4275
|
name: "lu-table-config",
|
|
4101
4276
|
components: [
|
|
4102
|
-
["path", { "d": "M10.
|
|
4103
|
-
["path", { "d": "m14.
|
|
4104
|
-
["path", { "d": "M15 3v7.
|
|
4105
|
-
["path", { "d": "m15.
|
|
4106
|
-
["path", { "d": "m16.
|
|
4107
|
-
["path", { "d": "m16.
|
|
4108
|
-
["path", { "d": "m19.
|
|
4109
|
-
["path", { "d": "m19.
|
|
4110
|
-
["path", { "d": "m20.
|
|
4111
|
-
["path", { "d": "
|
|
4277
|
+
["path", { "d": "M10.6 21H5a2 2 0 01-2-2V5a2 2 0 012-2h14a2 2 0 012 2v5.6" }],
|
|
4278
|
+
["path", { "d": "m14.305 19.53.923-.382" }],
|
|
4279
|
+
["path", { "d": "M15 3v7.6" }],
|
|
4280
|
+
["path", { "d": "m15.229 16.852-.924-.383" }],
|
|
4281
|
+
["path", { "d": "m16.852 15.228-.383-.923" }],
|
|
4282
|
+
["path", { "d": "m16.852 20.772-.383.924" }],
|
|
4283
|
+
["path", { "d": "m19.148 15.228.383-.923" }],
|
|
4284
|
+
["path", { "d": "m19.53 21.696-.382-.924" }],
|
|
4285
|
+
["path", { "d": "m20.773 16.852.922-.383" }],
|
|
4286
|
+
["path", { "d": "m20.773 19.148.922.383" }],
|
|
4112
4287
|
["path", { "d": "M9 3v18" }],
|
|
4113
4288
|
["circle", {
|
|
4114
4289
|
"cx": "18",
|
|
@@ -4254,14 +4429,6 @@ var LuFileBarChart = {
|
|
|
4254
4429
|
["path", { "d": "M16 18v-6" }]
|
|
4255
4430
|
]
|
|
4256
4431
|
};
|
|
4257
|
-
var LuFileLineChart = {
|
|
4258
|
-
name: "lu-file-line-chart",
|
|
4259
|
-
components: [
|
|
4260
|
-
["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }],
|
|
4261
|
-
["path", { "d": "M14 2v5a1 1 0 0 0 1 1h5" }],
|
|
4262
|
-
["path", { "d": "m16 13-3.5 3.5-2-2L8 17" }]
|
|
4263
|
-
]
|
|
4264
|
-
};
|
|
4265
4432
|
var LuFileBarChart2 = {
|
|
4266
4433
|
name: "lu-file-bar-chart2",
|
|
4267
4434
|
components: [
|
|
@@ -4281,6 +4448,14 @@ var LuFilePieChart = {
|
|
|
4281
4448
|
["path", { "d": "M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z" }]
|
|
4282
4449
|
]
|
|
4283
4450
|
};
|
|
4451
|
+
var LuFileLineChart = {
|
|
4452
|
+
name: "lu-file-line-chart",
|
|
4453
|
+
components: [
|
|
4454
|
+
["path", { "d": "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" }],
|
|
4455
|
+
["path", { "d": "M14 2v5a1 1 0 0 0 1 1h5" }],
|
|
4456
|
+
["path", { "d": "m16 13-3.5 3.5-2-2L8 17" }]
|
|
4457
|
+
]
|
|
4458
|
+
};
|
|
4284
4459
|
var LuFileCheck2 = {
|
|
4285
4460
|
name: "lu-file-check2",
|
|
4286
4461
|
components: [
|
|
@@ -4455,15 +4630,6 @@ var LuFileType2 = {
|
|
|
4455
4630
|
["path", { "d": "M7 14v8" }]
|
|
4456
4631
|
]
|
|
4457
4632
|
};
|
|
4458
|
-
var LuFileX2 = {
|
|
4459
|
-
name: "lu-file-x2",
|
|
4460
|
-
components: [
|
|
4461
|
-
["path", { "d": "M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5" }],
|
|
4462
|
-
["path", { "d": "M14 2v5a1 1 0 0 0 1 1h5" }],
|
|
4463
|
-
["path", { "d": "m15 17 5 5" }],
|
|
4464
|
-
["path", { "d": "m20 17-5 5" }]
|
|
4465
|
-
]
|
|
4466
|
-
};
|
|
4467
4633
|
var LuFileVideo2 = {
|
|
4468
4634
|
name: "lu-file-video2",
|
|
4469
4635
|
components: [
|
|
@@ -4479,6 +4645,15 @@ var LuFileVideo2 = {
|
|
|
4479
4645
|
}]
|
|
4480
4646
|
]
|
|
4481
4647
|
};
|
|
4648
|
+
var LuFileX2 = {
|
|
4649
|
+
name: "lu-file-x2",
|
|
4650
|
+
components: [
|
|
4651
|
+
["path", { "d": "M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5" }],
|
|
4652
|
+
["path", { "d": "M14 2v5a1 1 0 0 0 1 1h5" }],
|
|
4653
|
+
["path", { "d": "m15 17 5 5" }],
|
|
4654
|
+
["path", { "d": "m20 17-5 5" }]
|
|
4655
|
+
]
|
|
4656
|
+
};
|
|
4482
4657
|
var LuFingerprint = {
|
|
4483
4658
|
name: "lu-fingerprint",
|
|
4484
4659
|
components: [
|
|
@@ -4636,40 +4811,40 @@ var LuLayers3 = {
|
|
|
4636
4811
|
["path", { "d": "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" }]
|
|
4637
4812
|
]
|
|
4638
4813
|
};
|
|
4639
|
-
var
|
|
4640
|
-
name: "lu-indent",
|
|
4814
|
+
var LuIndentDecrease = {
|
|
4815
|
+
name: "lu-indent-decrease",
|
|
4641
4816
|
components: [
|
|
4642
4817
|
["path", { "d": "M21 5H11" }],
|
|
4643
4818
|
["path", { "d": "M21 12H11" }],
|
|
4644
4819
|
["path", { "d": "M21 19H11" }],
|
|
4645
|
-
["path", { "d": "
|
|
4820
|
+
["path", { "d": "m7 8-4 4 4 4" }]
|
|
4646
4821
|
]
|
|
4647
4822
|
};
|
|
4648
|
-
var
|
|
4649
|
-
name: "lu-
|
|
4823
|
+
var LuOutdent = {
|
|
4824
|
+
name: "lu-outdent",
|
|
4650
4825
|
components: [
|
|
4651
4826
|
["path", { "d": "M21 5H11" }],
|
|
4652
4827
|
["path", { "d": "M21 12H11" }],
|
|
4653
4828
|
["path", { "d": "M21 19H11" }],
|
|
4654
|
-
["path", { "d": "
|
|
4829
|
+
["path", { "d": "m7 8-4 4 4 4" }]
|
|
4655
4830
|
]
|
|
4656
4831
|
};
|
|
4657
|
-
var
|
|
4658
|
-
name: "lu-indent
|
|
4832
|
+
var LuIndent = {
|
|
4833
|
+
name: "lu-indent",
|
|
4659
4834
|
components: [
|
|
4660
4835
|
["path", { "d": "M21 5H11" }],
|
|
4661
4836
|
["path", { "d": "M21 12H11" }],
|
|
4662
4837
|
["path", { "d": "M21 19H11" }],
|
|
4663
|
-
["path", { "d": "
|
|
4838
|
+
["path", { "d": "m3 8 4 4-4 4" }]
|
|
4664
4839
|
]
|
|
4665
4840
|
};
|
|
4666
|
-
var
|
|
4667
|
-
name: "lu-
|
|
4841
|
+
var LuIndentIncrease = {
|
|
4842
|
+
name: "lu-indent-increase",
|
|
4668
4843
|
components: [
|
|
4669
4844
|
["path", { "d": "M21 5H11" }],
|
|
4670
4845
|
["path", { "d": "M21 12H11" }],
|
|
4671
4846
|
["path", { "d": "M21 19H11" }],
|
|
4672
|
-
["path", { "d": "
|
|
4847
|
+
["path", { "d": "m3 8 4 4-4 4" }]
|
|
4673
4848
|
]
|
|
4674
4849
|
};
|
|
4675
4850
|
var LuLoader2 = {
|
|
@@ -4928,6 +5103,16 @@ var LuFormInput = {
|
|
|
4928
5103
|
["path", { "d": "M7 12h.01" }]
|
|
4929
5104
|
]
|
|
4930
5105
|
};
|
|
5106
|
+
var LuRows = {
|
|
5107
|
+
name: "lu-rows",
|
|
5108
|
+
components: [["rect", {
|
|
5109
|
+
"width": "18",
|
|
5110
|
+
"height": "18",
|
|
5111
|
+
"x": "3",
|
|
5112
|
+
"y": "3",
|
|
5113
|
+
"rx": "2"
|
|
5114
|
+
}], ["path", { "d": "M3 12h18" }]]
|
|
5115
|
+
};
|
|
4931
5116
|
var LuPanelsTopBottom = {
|
|
4932
5117
|
name: "lu-panels-top-bottom",
|
|
4933
5118
|
components: [
|
|
@@ -4942,16 +5127,6 @@ var LuPanelsTopBottom = {
|
|
|
4942
5127
|
["path", { "d": "M21 15H3" }]
|
|
4943
5128
|
]
|
|
4944
5129
|
};
|
|
4945
|
-
var LuRows = {
|
|
4946
|
-
name: "lu-rows",
|
|
4947
|
-
components: [["rect", {
|
|
4948
|
-
"width": "18",
|
|
4949
|
-
"height": "18",
|
|
4950
|
-
"x": "3",
|
|
4951
|
-
"y": "3",
|
|
4952
|
-
"rx": "2"
|
|
4953
|
-
}], ["path", { "d": "M3 12h18" }]]
|
|
4954
|
-
};
|
|
4955
5130
|
var LuSendHorizonal = {
|
|
4956
5131
|
name: "lu-send-horizonal",
|
|
4957
5132
|
components: [["path", { "d": "M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z" }], ["path", { "d": "M6 12h16" }]]
|
|
@@ -5073,14 +5248,6 @@ var LuArrowDownLeftFromSquare = {
|
|
|
5073
5248
|
["path", { "d": "M9 21H3v-6" }]
|
|
5074
5249
|
]
|
|
5075
5250
|
};
|
|
5076
|
-
var LuArrowUpLeftFromSquare = {
|
|
5077
|
-
name: "lu-arrow-up-left-from-square",
|
|
5078
|
-
components: [
|
|
5079
|
-
["path", { "d": "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6" }],
|
|
5080
|
-
["path", { "d": "m3 3 9 9" }],
|
|
5081
|
-
["path", { "d": "M3 9V3h6" }]
|
|
5082
|
-
]
|
|
5083
|
-
};
|
|
5084
5251
|
var LuArrowDownRightFromSquare = {
|
|
5085
5252
|
name: "lu-arrow-down-right-from-square",
|
|
5086
5253
|
components: [
|
|
@@ -5089,6 +5256,14 @@ var LuArrowDownRightFromSquare = {
|
|
|
5089
5256
|
["path", { "d": "M21 15v6h-6" }]
|
|
5090
5257
|
]
|
|
5091
5258
|
};
|
|
5259
|
+
var LuArrowUpLeftFromSquare = {
|
|
5260
|
+
name: "lu-arrow-up-left-from-square",
|
|
5261
|
+
components: [
|
|
5262
|
+
["path", { "d": "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6" }],
|
|
5263
|
+
["path", { "d": "m3 3 9 9" }],
|
|
5264
|
+
["path", { "d": "M3 9V3h6" }]
|
|
5265
|
+
]
|
|
5266
|
+
};
|
|
5092
5267
|
var LuArrowUpRightFromSquare = {
|
|
5093
5268
|
name: "lu-arrow-up-right-from-square",
|
|
5094
5269
|
components: [
|
|
@@ -5375,21 +5550,6 @@ var LuKanbanSquareDashed = {
|
|
|
5375
5550
|
["path", { "d": "M3 9v1" }]
|
|
5376
5551
|
]
|
|
5377
5552
|
};
|
|
5378
|
-
var LuMousePointerSquareDashed = {
|
|
5379
|
-
name: "lu-mouse-pointer-square-dashed",
|
|
5380
|
-
components: [
|
|
5381
|
-
["path", { "d": "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" }],
|
|
5382
|
-
["path", { "d": "M5 3a2 2 0 0 0-2 2" }],
|
|
5383
|
-
["path", { "d": "M19 3a2 2 0 0 1 2 2" }],
|
|
5384
|
-
["path", { "d": "M5 21a2 2 0 0 1-2-2" }],
|
|
5385
|
-
["path", { "d": "M9 3h1" }],
|
|
5386
|
-
["path", { "d": "M9 21h2" }],
|
|
5387
|
-
["path", { "d": "M14 3h1" }],
|
|
5388
|
-
["path", { "d": "M3 9v1" }],
|
|
5389
|
-
["path", { "d": "M21 9v2" }],
|
|
5390
|
-
["path", { "d": "M3 14v1" }]
|
|
5391
|
-
]
|
|
5392
|
-
};
|
|
5393
5553
|
var LuTextSelect = {
|
|
5394
5554
|
name: "lu-text-select",
|
|
5395
5555
|
components: [
|
|
@@ -5430,6 +5590,21 @@ var LuTextSelection = {
|
|
|
5430
5590
|
["path", { "d": "M9 3h1" }]
|
|
5431
5591
|
]
|
|
5432
5592
|
};
|
|
5593
|
+
var LuMousePointerSquareDashed = {
|
|
5594
|
+
name: "lu-mouse-pointer-square-dashed",
|
|
5595
|
+
components: [
|
|
5596
|
+
["path", { "d": "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" }],
|
|
5597
|
+
["path", { "d": "M5 3a2 2 0 0 0-2 2" }],
|
|
5598
|
+
["path", { "d": "M19 3a2 2 0 0 1 2 2" }],
|
|
5599
|
+
["path", { "d": "M5 21a2 2 0 0 1-2-2" }],
|
|
5600
|
+
["path", { "d": "M9 3h1" }],
|
|
5601
|
+
["path", { "d": "M9 21h2" }],
|
|
5602
|
+
["path", { "d": "M14 3h1" }],
|
|
5603
|
+
["path", { "d": "M3 9v1" }],
|
|
5604
|
+
["path", { "d": "M21 9v2" }],
|
|
5605
|
+
["path", { "d": "M3 14v1" }]
|
|
5606
|
+
]
|
|
5607
|
+
};
|
|
5433
5608
|
var LuBoxSelect = {
|
|
5434
5609
|
name: "lu-box-select",
|
|
5435
5610
|
components: [
|
|
@@ -5622,8 +5797,8 @@ var LuPenSquare = {
|
|
|
5622
5797
|
name: "lu-pen-square",
|
|
5623
5798
|
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" }]]
|
|
5624
5799
|
};
|
|
5625
|
-
var
|
|
5626
|
-
name: "lu-
|
|
5800
|
+
var LuPiSquare = {
|
|
5801
|
+
name: "lu-pi-square",
|
|
5627
5802
|
components: [
|
|
5628
5803
|
["rect", {
|
|
5629
5804
|
"width": "18",
|
|
@@ -5632,13 +5807,13 @@ var LuPercentSquare = {
|
|
|
5632
5807
|
"y": "3",
|
|
5633
5808
|
"rx": "2"
|
|
5634
5809
|
}],
|
|
5635
|
-
["path", { "d": "
|
|
5636
|
-
["path", { "d": "
|
|
5637
|
-
["path", { "d": "
|
|
5810
|
+
["path", { "d": "M7 7h10" }],
|
|
5811
|
+
["path", { "d": "M10 7v10" }],
|
|
5812
|
+
["path", { "d": "M16 17a2 2 0 0 1-2-2V7" }]
|
|
5638
5813
|
]
|
|
5639
5814
|
};
|
|
5640
|
-
var
|
|
5641
|
-
name: "lu-
|
|
5815
|
+
var LuPercentSquare = {
|
|
5816
|
+
name: "lu-percent-square",
|
|
5642
5817
|
components: [
|
|
5643
5818
|
["rect", {
|
|
5644
5819
|
"width": "18",
|
|
@@ -5647,9 +5822,9 @@ var LuPiSquare = {
|
|
|
5647
5822
|
"y": "3",
|
|
5648
5823
|
"rx": "2"
|
|
5649
5824
|
}],
|
|
5650
|
-
["path", { "d": "
|
|
5651
|
-
["path", { "d": "
|
|
5652
|
-
["path", { "d": "
|
|
5825
|
+
["path", { "d": "m15 9-6 6" }],
|
|
5826
|
+
["path", { "d": "M9 9h.01" }],
|
|
5827
|
+
["path", { "d": "M15 15h.01" }]
|
|
5653
5828
|
]
|
|
5654
5829
|
};
|
|
5655
5830
|
var LuPilcrowSquare = {
|
|
@@ -5705,16 +5880,6 @@ var LuPowerSquare = {
|
|
|
5705
5880
|
}]
|
|
5706
5881
|
]
|
|
5707
5882
|
};
|
|
5708
|
-
var LuSigmaSquare = {
|
|
5709
|
-
name: "lu-sigma-square",
|
|
5710
|
-
components: [["rect", {
|
|
5711
|
-
"width": "18",
|
|
5712
|
-
"height": "18",
|
|
5713
|
-
"x": "3",
|
|
5714
|
-
"y": "3",
|
|
5715
|
-
"rx": "2"
|
|
5716
|
-
}], ["path", { "d": "M16 8.9V7H8l4 5-4 5h8v-1.9" }]]
|
|
5717
|
-
};
|
|
5718
5883
|
var LuScissorsSquare = {
|
|
5719
5884
|
name: "lu-scissors-square",
|
|
5720
5885
|
components: [
|
|
@@ -5755,6 +5920,16 @@ var LuScissorsSquare = {
|
|
|
5755
5920
|
}]
|
|
5756
5921
|
]
|
|
5757
5922
|
};
|
|
5923
|
+
var LuSigmaSquare = {
|
|
5924
|
+
name: "lu-sigma-square",
|
|
5925
|
+
components: [["rect", {
|
|
5926
|
+
"width": "18",
|
|
5927
|
+
"height": "18",
|
|
5928
|
+
"x": "3",
|
|
5929
|
+
"y": "3",
|
|
5930
|
+
"rx": "2"
|
|
5931
|
+
}], ["path", { "d": "M16 8.9V7H8l4 5-4 5h8v-1.9" }]]
|
|
5932
|
+
};
|
|
5758
5933
|
var LuSlashSquare = {
|
|
5759
5934
|
name: "lu-slash-square",
|
|
5760
5935
|
components: [["rect", {
|
|
@@ -5770,147 +5945,7 @@ var LuSlashSquare = {
|
|
|
5770
5945
|
"y2": "9"
|
|
5771
5946
|
}]]
|
|
5772
5947
|
};
|
|
5773
|
-
var LuSplitSquareHorizontal = {
|
|
5774
|
-
name: "lu-split-square-horizontal",
|
|
5775
|
-
components: [
|
|
5776
|
-
["path", { "d": "M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3" }],
|
|
5777
|
-
["path", { "d": "M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3" }],
|
|
5778
|
-
["line", {
|
|
5779
|
-
"x1": "12",
|
|
5780
|
-
"x2": "12",
|
|
5781
|
-
"y1": "4",
|
|
5782
|
-
"y2": "20"
|
|
5783
|
-
}]
|
|
5784
|
-
]
|
|
5785
|
-
};
|
|
5786
|
-
var LuSplitSquareVertical = {
|
|
5787
|
-
name: "lu-split-square-vertical",
|
|
5788
|
-
components: [
|
|
5789
|
-
["path", { "d": "M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3" }],
|
|
5790
|
-
["path", { "d": "M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3" }],
|
|
5791
|
-
["line", {
|
|
5792
|
-
"x1": "4",
|
|
5793
|
-
"x2": "20",
|
|
5794
|
-
"y1": "12",
|
|
5795
|
-
"y2": "12"
|
|
5796
|
-
}]
|
|
5797
|
-
]
|
|
5798
|
-
};
|
|
5799
|
-
var LuTerminalSquare = {
|
|
5800
|
-
name: "lu-terminal-square",
|
|
5801
|
-
components: [
|
|
5802
|
-
["path", { "d": "m7 11 2-2-2-2" }],
|
|
5803
|
-
["path", { "d": "M11 13h4" }],
|
|
5804
|
-
["rect", {
|
|
5805
|
-
"width": "18",
|
|
5806
|
-
"height": "18",
|
|
5807
|
-
"x": "3",
|
|
5808
|
-
"y": "3",
|
|
5809
|
-
"rx": "2",
|
|
5810
|
-
"ry": "2"
|
|
5811
|
-
}]
|
|
5812
|
-
]
|
|
5813
|
-
};
|
|
5814
|
-
var LuUserSquare2 = {
|
|
5815
|
-
name: "lu-user-square2",
|
|
5816
|
-
components: [
|
|
5817
|
-
["path", { "d": "M18 21a6 6 0 0 0-12 0" }],
|
|
5818
|
-
["circle", {
|
|
5819
|
-
"cx": "12",
|
|
5820
|
-
"cy": "11",
|
|
5821
|
-
"r": "4"
|
|
5822
|
-
}],
|
|
5823
|
-
["rect", {
|
|
5824
|
-
"width": "18",
|
|
5825
|
-
"height": "18",
|
|
5826
|
-
"x": "3",
|
|
5827
|
-
"y": "3",
|
|
5828
|
-
"rx": "2"
|
|
5829
|
-
}]
|
|
5830
|
-
]
|
|
5831
|
-
};
|
|
5832
|
-
var LuUserSquare = {
|
|
5833
|
-
name: "lu-user-square",
|
|
5834
|
-
components: [
|
|
5835
|
-
["rect", {
|
|
5836
|
-
"width": "18",
|
|
5837
|
-
"height": "18",
|
|
5838
|
-
"x": "3",
|
|
5839
|
-
"y": "3",
|
|
5840
|
-
"rx": "2"
|
|
5841
|
-
}],
|
|
5842
|
-
["circle", {
|
|
5843
|
-
"cx": "12",
|
|
5844
|
-
"cy": "10",
|
|
5845
|
-
"r": "3"
|
|
5846
|
-
}],
|
|
5847
|
-
["path", { "d": "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" }]
|
|
5848
|
-
]
|
|
5849
|
-
};
|
|
5850
|
-
var LuXSquare = {
|
|
5851
|
-
name: "lu-x-square",
|
|
5852
|
-
components: [
|
|
5853
|
-
["rect", {
|
|
5854
|
-
"width": "18",
|
|
5855
|
-
"height": "18",
|
|
5856
|
-
"x": "3",
|
|
5857
|
-
"y": "3",
|
|
5858
|
-
"rx": "2",
|
|
5859
|
-
"ry": "2"
|
|
5860
|
-
}],
|
|
5861
|
-
["path", { "d": "m15 9-6 6" }],
|
|
5862
|
-
["path", { "d": "m9 9 6 6" }]
|
|
5863
|
-
]
|
|
5864
|
-
};
|
|
5865
|
-
var LuTestTube2 = {
|
|
5866
|
-
name: "lu-test-tube2",
|
|
5867
|
-
components: [
|
|
5868
|
-
["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" }],
|
|
5869
|
-
["path", { "d": "m16 2 6 6" }],
|
|
5870
|
-
["path", { "d": "M12 16H4" }]
|
|
5871
|
-
]
|
|
5872
|
-
};
|
|
5873
|
-
var LuAlignCenter = {
|
|
5874
|
-
name: "lu-align-center",
|
|
5875
|
-
components: [
|
|
5876
|
-
["path", { "d": "M21 5H3" }],
|
|
5877
|
-
["path", { "d": "M17 12H7" }],
|
|
5878
|
-
["path", { "d": "M19 19H5" }]
|
|
5879
|
-
]
|
|
5880
|
-
};
|
|
5881
|
-
var LuAlignJustify = {
|
|
5882
|
-
name: "lu-align-justify",
|
|
5883
|
-
components: [
|
|
5884
|
-
["path", { "d": "M3 5h18" }],
|
|
5885
|
-
["path", { "d": "M3 12h18" }],
|
|
5886
|
-
["path", { "d": "M3 19h18" }]
|
|
5887
|
-
]
|
|
5888
|
-
};
|
|
5889
|
-
var LuAlignRight = {
|
|
5890
|
-
name: "lu-align-right",
|
|
5891
|
-
components: [
|
|
5892
|
-
["path", { "d": "M21 5H3" }],
|
|
5893
|
-
["path", { "d": "M21 12H9" }],
|
|
5894
|
-
["path", { "d": "M21 19H7" }]
|
|
5895
|
-
]
|
|
5896
|
-
};
|
|
5897
|
-
var LuAlignLeft = {
|
|
5898
|
-
name: "lu-align-left",
|
|
5899
|
-
components: [
|
|
5900
|
-
["path", { "d": "M21 5H3" }],
|
|
5901
|
-
["path", { "d": "M15 12H3" }],
|
|
5902
|
-
["path", { "d": "M17 19H3" }]
|
|
5903
|
-
]
|
|
5904
|
-
};
|
|
5905
|
-
var LuText = {
|
|
5906
|
-
name: "lu-text",
|
|
5907
|
-
components: [
|
|
5908
|
-
["path", { "d": "M21 5H3" }],
|
|
5909
|
-
["path", { "d": "M15 12H3" }],
|
|
5910
|
-
["path", { "d": "M17 19H3" }]
|
|
5911
|
-
]
|
|
5912
|
-
};
|
|
5913
5948
|
//#endregion
|
|
5914
|
-
export { LuActivitySquare, LuAlarmCheck, LuAlarmMinus, LuAlarmPlus, LuAlertCircle, LuAlertOctagon,
|
|
5949
|
+
export { LuActivitySquare, LuAlarmCheck, LuAlarmMinus, LuAlarmPlus, LuAlertCircle, LuAlertOctagon, LuAreaChart, LuArrowDownAz, LuArrowDownCircle, LuArrowDownLeftFromCircle, LuArrowDownLeftFromSquare, LuArrowDownLeftSquare, LuArrowDownRightFromCircle, LuArrowDownRightFromSquare, LuArrowDownRightSquare, LuArrowDownSquare, LuArrowDownZa, LuArrowLeftCircle, LuArrowLeftSquare, LuArrowRightCircle, LuArrowRightSquare, LuArrowUpAz, LuArrowUpCircle, LuArrowUpLeftFromCircle, LuArrowUpLeftFromSquare, LuArrowUpLeftSquare, LuArrowUpRightFromCircle, LuArrowUpRightFromSquare, LuArrowUpRightSquare, LuArrowUpSquare, LuArrowUpZa, LuAsteriskSquare, LuBadgeHelp, LuBarChart, LuBarChart2, LuBarChart3, LuBarChart4, LuBarChartBig, LuBarChartHorizontal, LuBarChartHorizontalBig, LuBetweenHorizonalEnd, LuBetweenHorizonalStart, LuBookTemplate, LuBoxSelect, LuCandlestickChart, LuCheckCircle, LuCheckCircle2, LuCheckSquare, LuCheckSquare2, LuChevronDownCircle, LuChevronDownSquare, LuChevronLeftCircle, LuChevronLeftSquare, LuChevronRightCircle, LuChevronRightSquare, LuChevronUpCircle, LuChevronUpSquare, LuCircleHelp, LuCircleSlashed, LuClipboardEdit, LuClipboardSignature, LuCode2, LuCodeSquare, LuColumns, LuColumnsSettings, LuContact2, LuCurlyBraces, LuDivideCircle, LuDivideSquare, LuDotSquare, LuDownloadCloud, LuEdit, LuEdit2, LuEdit3, LuEqualSquare, LuFileAudio, LuFileAudio2, LuFileBadge2, LuFileBarChart, LuFileBarChart2, LuFileCheck2, LuFileCode2, LuFileCog2, LuFileEdit, LuFileJson, LuFileJson2, LuFileKey2, LuFileLineChart, LuFileLock2, LuFileMinus2, LuFilePieChart, LuFilePlus2, LuFileQuestion, LuFileSearch2, LuFileSignature, LuFileType2, LuFileVideo, LuFileVideo2, LuFileVolume2, LuFileWarning, LuFileX2, LuFilter, LuFilterX, LuFingerprint, LuFlipHorizontal, LuFlipVertical, LuFolderCog2, LuFolderEdit, LuFormInput, LuFunctionSquare, LuGanttChart, LuGanttChartSquare, LuGaugeCircle, LuGitCommit, LuGlobe2, LuGrab, LuGrid, LuGrid2x2x, LuHelpCircle, LuHelpingHand, LuHome, LuIceCream, LuIceCream2, LuIndent, LuIndentDecrease, LuIndentIncrease, LuInspect, LuKanbanSquare, LuKanbanSquareDashed, LuLaptop2, LuLayers3, LuLayout, LuLibrarySquare, LuLineChart, LuLoader2, LuLocationEdit, LuMSquare, LuMailQuestion, LuMenuSquare, LuMessageCircleQuestion, LuMic2, LuMinusCircle, LuMinusSquare, LuMoreHorizontal, LuMoreVertical, LuMousePointerSquareDashed, LuOutdent, LuPaintbrush2, LuPanelBottomInactive, LuPanelLeftInactive, LuPanelRightInactive, LuPanelTopInactive, LuPanelsLeftRight, LuPanelsTopBottom, LuParkingCircle, LuParkingCircleOff, LuParkingSquare, LuParkingSquareOff, LuPauseCircle, LuPauseOctagon, LuPenBox, LuPenSquare, LuPercentCircle, LuPercentDiamond, LuPercentSquare, LuPiSquare, LuPieChart, LuPilcrowSquare, LuPlayCircle, LuPlaySquare, LuPlugZap2, LuPlusCircle, LuPlusSquare, LuPowerCircle, LuPowerSquare, LuRows, LuScatterChart, LuScissorsSquare, LuScissorsSquareDashedBottom, LuSendHorizonal, LuShieldClose, LuShieldQuestion, LuSidebar, LuSidebarClose, LuSidebarOpen, LuSigmaSquare, LuSlashSquare, LuSliders, LuSortAsc, LuSortDesc, LuSquare, LuSquareGanttChart, LuSquareParking, LuSquarePause, LuSquarePen, LuSquarePercent, LuSquarePi, LuSquarePilcrow, LuSquarePlay, LuSquarePlus, LuSquarePower, LuSquareRadical, LuSquareRoundCorner, LuSquareScissors, LuSquareSigma, LuSquareSlash, LuSquareSplitHorizontal, LuSquareSplitVertical, LuSquareSquare, LuSquareStack, LuSquareStar, LuSquareStop, LuSquareTerminal, LuSquareUser, LuSquareUserRound, LuSquareX, LuSquaresExclude, LuSquaresIntersect, LuSquaresSubtract, LuSquaresUnite, LuSquircle, LuSquircleDashed, LuSquirrel, LuStamp, LuStar, LuStarCheck, LuStarHalf, LuStarMinus, LuStarOff, LuStarPlus, LuStarX, LuStars, LuStepBack, LuStepForward, LuStethoscope, LuSticker, LuStickyNote, LuStickyNoteCheck, LuStickyNoteMinus, LuStickyNoteOff, LuStickyNotePlus, LuStickyNoteX, LuStickyNotes, LuStone, LuStopCircle, LuStore, LuStretchHorizontal, LuStretchVertical, LuStrikethrough, LuSubscript, LuSubtitles, LuSummary, LuSun, LuSunDim, LuSunMedium, LuSunMoon, LuSunSnow, LuSunrise, LuSunset, LuSuperscript, LuSwatchBook, LuSwissFranc, LuSwitchCamera, LuSword, LuSwords, LuSyringe, LuTable, LuTable2, LuTableCellsMerge, LuTableCellsSplit, LuTableColumnsSplit, LuTableConfig, LuTableOfContents, LuTableProperties, LuTableRowsSplit, LuTablet, LuTabletSmartphone, LuTablets, LuTag, LuTagPlus, LuTagX, LuTags, LuTally1, LuTally2, LuTally3, LuTally4, LuTally5, LuTangent, LuTarget, LuTelescope, LuTent, LuTentTree, LuTerminal, LuTestTube, LuTestTubeDiagonal, LuTestTubes, LuTextAlignCenter, LuTextAlignEnd, LuTextAlignJustify, LuTextAlignStart, LuTextCursor, LuTextCursorInput, LuTextInitial, LuTextQuote, LuTextSearch, LuTextSelect, LuTextSelection, LuTextWrap, LuTheater, LuThermometer, LuThermometerSnowflake, LuThermometerSun, LuThumbsDown, LuThumbsUp, LuTicket, LuTicketCheck, LuTicketMinus, LuTicketPercent, LuTicketPlus, LuTicketSlash, LuTicketX, LuTickets, LuTicketsPlane, LuTimeline, LuTimer, LuTimerOff, LuTimerReset, LuToggleLeft, LuToggleRight, LuToilet, LuToolCase, LuToolbox, LuTornado, LuTorus, LuTouchpad, LuTouchpadOff, LuTowelRack, LuTowerControl, LuToyBrick, LuTractor, LuTrafficCone, LuTrainFront, LuTrainFrontTunnel, LuTrainTrack, LuTramFront, LuTransgender, LuTrash, LuTrash2, LuTreeDeciduous, LuTreePalm, LuTreePine, LuTrees, LuTrendingDown, LuTrendingUp, LuTrendingUpDown, LuTriangle, LuTriangleAlert, LuTriangleDashed, LuTriangleRight, LuTrophy, LuTruck, LuTruckElectric, LuTurkishLira, LuTurntable, LuTurtle, LuTv, LuTvMinimal, LuTvMinimalPlay, LuType, LuTypeOutline, LuUmbrella, LuUmbrellaOff, LuUnderline, LuUndo, LuUndo2, LuUndoDot, LuUnfoldHorizontal, LuUnfoldVertical, LuUngroup, LuUniversity, LuUnlink, LuUnlink2, LuUnlock, LuUnlockKeyhole, LuUnplug, LuUpload, LuUploadCloud, LuUsb, LuUser, LuUserCheck, LuUserCircle, LuUserCircle2, LuUserCog, LuUserKey, LuUserLock, LuUserMinus, LuUserPen, LuUserPlus, LuUserRound, LuUserRoundArrowLeft, LuUserRoundCheck, LuUserRoundCog, LuUserRoundKey, LuUserRoundMinus, LuUserRoundPen, LuUserRoundPlus, LuUserRoundSearch, LuUserRoundX, LuUserSearch, LuUserStar, LuUserX, LuUsers, LuUsersRound, LuUtensils, LuUtensilsCrossed, LuUtilityPole, LuVan, LuVariable, LuVault, LuVectorSquare, LuVegan, LuVenetianMask, LuVenus, LuVenusAndMars, LuVerified, LuVibrate, LuVibrateOff, LuVideo, LuVideoOff, LuVideotape, LuView, LuVoicemail, LuVolleyball, LuVolume, LuVolume1, LuVolume2, LuVolumeOff, LuVolumeX, LuVote, LuWallet, LuWalletCards, LuWalletMinimal, LuWallpaper, LuWand, LuWandSparkles, LuWarehouse, LuWashingMachine, LuWatch, LuWavesArrowDown, LuWavesArrowUp, LuWavesHorizontal, LuWavesLadder, LuWavesVertical, LuWaypoints, LuWebcam, LuWebcamOff, LuWebhook, LuWebhookOff, LuWeight, LuWeightTilde, LuWheat, LuWheatOff, LuWholeWord, LuWifi, LuWifiCog, LuWifiHigh, LuWifiLow, LuWifiOff, LuWifiPen, LuWifiSync, LuWifiZero, LuWind, LuWindArrowDown, LuWine, LuWineOff, LuWorkflow, LuWorm, LuWrench, LuWrenchOff, LuX, LuXCircle, LuXLineTop, LuXOctagon, LuZap, LuZapOff, LuZodiacAquarius, LuZodiacAries, LuZodiacCancer, LuZodiacCapricorn, LuZodiacGemini, LuZodiacLeo, LuZodiacLibra, LuZodiacOphiuchus, LuZodiacPisces, LuZodiacSagittarius, LuZodiacScorpio, LuZodiacTaurus, LuZodiacVirgo, LuZoomIn, LuZoomOut };
|
|
5915
5950
|
|
|
5916
5951
|
//# sourceMappingURL=icons_4.js.map
|