@algolia/satellite 1.0.0-beta.177 → 1.0.0-beta.179
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/README.md +1 -1
- package/cjs/AutoComplete/AutoComplete.js +2 -2
- package/cjs/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
- package/cjs/AutoComplete/components/AutoCompleteEmptyState.js +2 -2
- package/cjs/Banners/Alert/Alert.js +7 -7
- package/cjs/Banners/Promote/Promote.js +2 -2
- package/cjs/Banners/SystemNotification/SystemNotification.d.ts +13 -0
- package/cjs/Banners/{BigBertha/BigBertha.js → SystemNotification/SystemNotification.js} +9 -8
- package/cjs/Banners/SystemNotification/index.d.ts +2 -0
- package/cjs/Banners/{BigBertha → SystemNotification}/index.js +5 -5
- package/cjs/Banners/index.d.ts +1 -1
- package/cjs/Banners/index.js +4 -4
- package/cjs/Card/components/CardTitle.d.ts +3 -2
- package/cjs/Card/components/CardTitle.js +4 -2
- package/cjs/Checkbox/Checkbox.js +2 -2
- package/cjs/DatePicker/DatePicker.tailwind.js +1 -1
- package/cjs/DatePicker/components/Display.js +2 -2
- package/cjs/DatePicker/components/NavBar.js +3 -3
- package/cjs/Dropdown/DropdownButton.js +2 -2
- package/cjs/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.js +3 -3
- package/cjs/Dropdown/components/DropdownLinkItem.js +2 -2
- package/cjs/Dropzone/Dropzone.js +5 -5
- package/cjs/Field/Field.js +3 -3
- package/cjs/Icons/index.d.ts +1 -1
- package/cjs/Icons/index.js +312 -306
- package/cjs/Input/Input.js +7 -7
- package/cjs/KeyboardKey/KeyboardKey.js +6 -6
- package/cjs/Link/ButtonLink.js +2 -2
- package/cjs/Link/Link.js +2 -2
- package/cjs/MenuButton/components/DefaultTrigger.js +2 -2
- package/cjs/MenuButton/components/collapsible/CollapsibleItem.js +2 -2
- package/cjs/MenuButton/components/items/LinkItem.js +2 -2
- package/cjs/MenuButton/components/items/RadioItem.js +2 -2
- package/cjs/Modal/Modal.js +2 -2
- package/cjs/Pagination/CompactPagination/CompactPagination.js +5 -5
- package/cjs/Pagination/Pagination/Pagination.js +3 -3
- package/cjs/Popover/Popover.js +2 -2
- package/cjs/RadioGroup/RadioButton.d.ts +1 -1
- package/cjs/Sidebar/SidebarButtonLink.js +2 -2
- package/cjs/Sidebar/SidebarLink.js +2 -2
- package/cjs/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +2 -2
- package/cjs/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
- package/cjs/Sidebar/SidebarLinksGroup/SidebarLinksGroup.js +2 -2
- package/cjs/Tables/DataTable/components/HeaderCell.js +4 -4
- package/cjs/Tag/Tag.js +3 -3
- package/cjs/Toast/Toast.d.ts +1 -1
- package/cjs/Toast/Toast.js +5 -3
- package/cjs/Toast/types.d.ts +4 -4
- package/cjs/styles/helpers/icons.js +2 -2
- package/cjs/utils/isCssPropertySupported.d.ts +1 -1
- package/esm/AutoComplete/AutoComplete.js +2 -2
- package/esm/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
- package/esm/AutoComplete/components/AutoCompleteEmptyState.js +2 -2
- package/esm/Banners/Alert/Alert.js +7 -7
- package/esm/Banners/Promote/Promote.js +2 -2
- package/esm/Banners/SystemNotification/SystemNotification.d.ts +13 -0
- package/esm/Banners/{BigBertha/BigBertha.js → SystemNotification/SystemNotification.js} +8 -7
- package/esm/Banners/SystemNotification/index.d.ts +2 -0
- package/esm/Banners/SystemNotification/index.js +2 -0
- package/esm/Banners/index.d.ts +1 -1
- package/esm/Banners/index.js +1 -1
- package/esm/Card/components/CardTitle.d.ts +3 -2
- package/esm/Card/components/CardTitle.js +4 -2
- package/esm/Checkbox/Checkbox.js +2 -2
- package/esm/DatePicker/DatePicker.tailwind.js +1 -1
- package/esm/DatePicker/components/Display.js +2 -2
- package/esm/DatePicker/components/NavBar.js +3 -3
- package/esm/Dropdown/DropdownButton.js +2 -2
- package/esm/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.js +3 -3
- package/esm/Dropdown/components/DropdownLinkItem.js +2 -2
- package/esm/Dropzone/Dropzone.js +5 -5
- package/esm/Field/Field.js +3 -3
- package/esm/Icons/index.d.ts +1 -1
- package/esm/Icons/index.js +1 -1
- package/esm/Input/Input.js +7 -7
- package/esm/KeyboardKey/KeyboardKey.js +6 -6
- package/esm/Link/ButtonLink.js +2 -2
- package/esm/Link/Link.js +2 -2
- package/esm/MenuButton/components/DefaultTrigger.js +2 -2
- package/esm/MenuButton/components/collapsible/CollapsibleItem.js +2 -2
- package/esm/MenuButton/components/items/LinkItem.js +2 -2
- package/esm/MenuButton/components/items/RadioItem.js +2 -2
- package/esm/Modal/Modal.js +2 -2
- package/esm/Pagination/CompactPagination/CompactPagination.js +5 -5
- package/esm/Pagination/Pagination/Pagination.js +3 -3
- package/esm/Popover/Popover.js +2 -2
- package/esm/RadioGroup/RadioButton.d.ts +1 -1
- package/esm/Sidebar/SidebarButtonLink.js +2 -2
- package/esm/Sidebar/SidebarLink.js +2 -2
- package/esm/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +2 -2
- package/esm/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
- package/esm/Sidebar/SidebarLinksGroup/SidebarLinksGroup.js +2 -2
- package/esm/Tables/DataTable/components/HeaderCell.js +4 -4
- package/esm/Tag/Tag.js +3 -3
- package/esm/Toast/Toast.d.ts +1 -1
- package/esm/Toast/Toast.js +5 -3
- package/esm/Toast/types.d.ts +4 -4
- package/esm/styles/helpers/icons.js +3 -3
- package/esm/utils/isCssPropertySupported.d.ts +1 -1
- package/package.json +3 -3
- package/satellite.min.css +1 -1
- package/cjs/Banners/BigBertha/BigBertha.d.ts +0 -13
- package/cjs/Banners/BigBertha/index.d.ts +0 -2
- package/esm/Banners/BigBertha/BigBertha.d.ts +0 -13
- package/esm/Banners/BigBertha/index.d.ts +0 -2
- package/esm/Banners/BigBertha/index.js +0 -2
package/cjs/Icons/index.js
CHANGED
@@ -6,31 +6,31 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
Object.defineProperty(exports, "ActivityIcon", {
|
7
7
|
enumerable: true,
|
8
8
|
get: function get() {
|
9
|
-
return
|
9
|
+
return _lucideReact.ActivityIcon;
|
10
10
|
}
|
11
11
|
});
|
12
12
|
Object.defineProperty(exports, "AirplayIcon", {
|
13
13
|
enumerable: true,
|
14
14
|
get: function get() {
|
15
|
-
return
|
15
|
+
return _lucideReact.AirplayIcon;
|
16
16
|
}
|
17
17
|
});
|
18
18
|
Object.defineProperty(exports, "AlertCircleIcon", {
|
19
19
|
enumerable: true,
|
20
20
|
get: function get() {
|
21
|
-
return
|
21
|
+
return _lucideReact.AlertCircleIcon;
|
22
22
|
}
|
23
23
|
});
|
24
24
|
Object.defineProperty(exports, "AlertOctagonIcon", {
|
25
25
|
enumerable: true,
|
26
26
|
get: function get() {
|
27
|
-
return
|
27
|
+
return _lucideReact.AlertOctagonIcon;
|
28
28
|
}
|
29
29
|
});
|
30
30
|
Object.defineProperty(exports, "AlertTriangleIcon", {
|
31
31
|
enumerable: true,
|
32
32
|
get: function get() {
|
33
|
-
return
|
33
|
+
return _lucideReact.AlertTriangleIcon;
|
34
34
|
}
|
35
35
|
});
|
36
36
|
Object.defineProperty(exports, "AlgoliaRecommendIcon", {
|
@@ -48,205 +48,211 @@ Object.defineProperty(exports, "AlgoliaSearchIcon", {
|
|
48
48
|
Object.defineProperty(exports, "AlignCenterIcon", {
|
49
49
|
enumerable: true,
|
50
50
|
get: function get() {
|
51
|
-
return
|
51
|
+
return _lucideReact.AlignCenterIcon;
|
52
52
|
}
|
53
53
|
});
|
54
54
|
Object.defineProperty(exports, "AlignJustifyIcon", {
|
55
55
|
enumerable: true,
|
56
56
|
get: function get() {
|
57
|
-
return
|
57
|
+
return _lucideReact.AlignJustifyIcon;
|
58
58
|
}
|
59
59
|
});
|
60
60
|
Object.defineProperty(exports, "AlignLeftIcon", {
|
61
61
|
enumerable: true,
|
62
62
|
get: function get() {
|
63
|
-
return
|
63
|
+
return _lucideReact.AlignLeftIcon;
|
64
64
|
}
|
65
65
|
});
|
66
66
|
Object.defineProperty(exports, "AlignRightIcon", {
|
67
67
|
enumerable: true,
|
68
68
|
get: function get() {
|
69
|
-
return
|
69
|
+
return _lucideReact.AlignRightIcon;
|
70
70
|
}
|
71
71
|
});
|
72
72
|
Object.defineProperty(exports, "AnchorIcon", {
|
73
73
|
enumerable: true,
|
74
74
|
get: function get() {
|
75
|
-
return
|
75
|
+
return _lucideReact.AnchorIcon;
|
76
76
|
}
|
77
77
|
});
|
78
78
|
Object.defineProperty(exports, "ApertureIcon", {
|
79
79
|
enumerable: true,
|
80
80
|
get: function get() {
|
81
|
-
return
|
81
|
+
return _lucideReact.ApertureIcon;
|
82
82
|
}
|
83
83
|
});
|
84
84
|
Object.defineProperty(exports, "ArchiveIcon", {
|
85
85
|
enumerable: true,
|
86
86
|
get: function get() {
|
87
|
-
return
|
87
|
+
return _lucideReact.ArchiveIcon;
|
88
88
|
}
|
89
89
|
});
|
90
90
|
Object.defineProperty(exports, "ArrowDownCircleIcon", {
|
91
91
|
enumerable: true,
|
92
92
|
get: function get() {
|
93
|
-
return
|
93
|
+
return _lucideReact.ArrowDownCircleIcon;
|
94
94
|
}
|
95
95
|
});
|
96
96
|
Object.defineProperty(exports, "ArrowDownIcon", {
|
97
97
|
enumerable: true,
|
98
98
|
get: function get() {
|
99
|
-
return
|
99
|
+
return _lucideReact.ArrowDownIcon;
|
100
100
|
}
|
101
101
|
});
|
102
102
|
Object.defineProperty(exports, "ArrowDownLeftIcon", {
|
103
103
|
enumerable: true,
|
104
104
|
get: function get() {
|
105
|
-
return
|
105
|
+
return _lucideReact.ArrowDownLeftIcon;
|
106
106
|
}
|
107
107
|
});
|
108
108
|
Object.defineProperty(exports, "ArrowDownRightIcon", {
|
109
109
|
enumerable: true,
|
110
110
|
get: function get() {
|
111
|
-
return
|
111
|
+
return _lucideReact.ArrowDownRightIcon;
|
112
112
|
}
|
113
113
|
});
|
114
114
|
Object.defineProperty(exports, "ArrowLeftCircleIcon", {
|
115
115
|
enumerable: true,
|
116
116
|
get: function get() {
|
117
|
-
return
|
117
|
+
return _lucideReact.ArrowLeftCircleIcon;
|
118
118
|
}
|
119
119
|
});
|
120
120
|
Object.defineProperty(exports, "ArrowLeftIcon", {
|
121
121
|
enumerable: true,
|
122
122
|
get: function get() {
|
123
|
-
return
|
123
|
+
return _lucideReact.ArrowLeftIcon;
|
124
124
|
}
|
125
125
|
});
|
126
126
|
Object.defineProperty(exports, "ArrowRightCircleIcon", {
|
127
127
|
enumerable: true,
|
128
128
|
get: function get() {
|
129
|
-
return
|
129
|
+
return _lucideReact.ArrowRightCircleIcon;
|
130
130
|
}
|
131
131
|
});
|
132
132
|
Object.defineProperty(exports, "ArrowRightIcon", {
|
133
133
|
enumerable: true,
|
134
134
|
get: function get() {
|
135
|
-
return
|
135
|
+
return _lucideReact.ArrowRightIcon;
|
136
136
|
}
|
137
137
|
});
|
138
138
|
Object.defineProperty(exports, "ArrowUpCircleIcon", {
|
139
139
|
enumerable: true,
|
140
140
|
get: function get() {
|
141
|
-
return
|
141
|
+
return _lucideReact.ArrowUpCircleIcon;
|
142
142
|
}
|
143
143
|
});
|
144
144
|
Object.defineProperty(exports, "ArrowUpIcon", {
|
145
145
|
enumerable: true,
|
146
146
|
get: function get() {
|
147
|
-
return
|
147
|
+
return _lucideReact.ArrowUpIcon;
|
148
148
|
}
|
149
149
|
});
|
150
150
|
Object.defineProperty(exports, "ArrowUpLeftIcon", {
|
151
151
|
enumerable: true,
|
152
152
|
get: function get() {
|
153
|
-
return
|
153
|
+
return _lucideReact.ArrowUpLeftIcon;
|
154
154
|
}
|
155
155
|
});
|
156
156
|
Object.defineProperty(exports, "ArrowUpRightIcon", {
|
157
157
|
enumerable: true,
|
158
158
|
get: function get() {
|
159
|
-
return
|
159
|
+
return _lucideReact.ArrowUpRightIcon;
|
160
160
|
}
|
161
161
|
});
|
162
162
|
Object.defineProperty(exports, "AtSignIcon", {
|
163
163
|
enumerable: true,
|
164
164
|
get: function get() {
|
165
|
-
return
|
165
|
+
return _lucideReact.AtSignIcon;
|
166
166
|
}
|
167
167
|
});
|
168
168
|
Object.defineProperty(exports, "AwardIcon", {
|
169
169
|
enumerable: true,
|
170
170
|
get: function get() {
|
171
|
-
return
|
171
|
+
return _lucideReact.AwardIcon;
|
172
|
+
}
|
173
|
+
});
|
174
|
+
Object.defineProperty(exports, "BanIcon", {
|
175
|
+
enumerable: true,
|
176
|
+
get: function get() {
|
177
|
+
return _lucideReact.BanIcon;
|
172
178
|
}
|
173
179
|
});
|
174
180
|
Object.defineProperty(exports, "BarChart2Icon", {
|
175
181
|
enumerable: true,
|
176
182
|
get: function get() {
|
177
|
-
return
|
183
|
+
return _lucideReact.BarChart2Icon;
|
178
184
|
}
|
179
185
|
});
|
180
186
|
Object.defineProperty(exports, "BarChartIcon", {
|
181
187
|
enumerable: true,
|
182
188
|
get: function get() {
|
183
|
-
return
|
189
|
+
return _lucideReact.BarChartIcon;
|
184
190
|
}
|
185
191
|
});
|
186
192
|
Object.defineProperty(exports, "BatteryChargingIcon", {
|
187
193
|
enumerable: true,
|
188
194
|
get: function get() {
|
189
|
-
return
|
195
|
+
return _lucideReact.BatteryChargingIcon;
|
190
196
|
}
|
191
197
|
});
|
192
198
|
Object.defineProperty(exports, "BatteryIcon", {
|
193
199
|
enumerable: true,
|
194
200
|
get: function get() {
|
195
|
-
return
|
201
|
+
return _lucideReact.BatteryIcon;
|
196
202
|
}
|
197
203
|
});
|
198
204
|
Object.defineProperty(exports, "BellIcon", {
|
199
205
|
enumerable: true,
|
200
206
|
get: function get() {
|
201
|
-
return
|
207
|
+
return _lucideReact.BellIcon;
|
202
208
|
}
|
203
209
|
});
|
204
210
|
Object.defineProperty(exports, "BellOffIcon", {
|
205
211
|
enumerable: true,
|
206
212
|
get: function get() {
|
207
|
-
return
|
213
|
+
return _lucideReact.BellOffIcon;
|
208
214
|
}
|
209
215
|
});
|
210
216
|
Object.defineProperty(exports, "BluetoothIcon", {
|
211
217
|
enumerable: true,
|
212
218
|
get: function get() {
|
213
|
-
return
|
219
|
+
return _lucideReact.BluetoothIcon;
|
214
220
|
}
|
215
221
|
});
|
216
222
|
Object.defineProperty(exports, "BoldIcon", {
|
217
223
|
enumerable: true,
|
218
224
|
get: function get() {
|
219
|
-
return
|
225
|
+
return _lucideReact.BoldIcon;
|
220
226
|
}
|
221
227
|
});
|
222
228
|
Object.defineProperty(exports, "BookIcon", {
|
223
229
|
enumerable: true,
|
224
230
|
get: function get() {
|
225
|
-
return
|
231
|
+
return _lucideReact.BookIcon;
|
226
232
|
}
|
227
233
|
});
|
228
234
|
Object.defineProperty(exports, "BookOpenIcon", {
|
229
235
|
enumerable: true,
|
230
236
|
get: function get() {
|
231
|
-
return
|
237
|
+
return _lucideReact.BookOpenIcon;
|
232
238
|
}
|
233
239
|
});
|
234
240
|
Object.defineProperty(exports, "BookmarkIcon", {
|
235
241
|
enumerable: true,
|
236
242
|
get: function get() {
|
237
|
-
return
|
243
|
+
return _lucideReact.BookmarkIcon;
|
238
244
|
}
|
239
245
|
});
|
240
246
|
Object.defineProperty(exports, "BoxIcon", {
|
241
247
|
enumerable: true,
|
242
248
|
get: function get() {
|
243
|
-
return
|
249
|
+
return _lucideReact.BoxIcon;
|
244
250
|
}
|
245
251
|
});
|
246
252
|
Object.defineProperty(exports, "BriefcaseIcon", {
|
247
253
|
enumerable: true,
|
248
254
|
get: function get() {
|
249
|
-
return
|
255
|
+
return _lucideReact.BriefcaseIcon;
|
250
256
|
}
|
251
257
|
});
|
252
258
|
Object.defineProperty(exports, "BulbIcon", {
|
@@ -258,193 +264,193 @@ Object.defineProperty(exports, "BulbIcon", {
|
|
258
264
|
Object.defineProperty(exports, "CalendarIcon", {
|
259
265
|
enumerable: true,
|
260
266
|
get: function get() {
|
261
|
-
return
|
267
|
+
return _lucideReact.CalendarIcon;
|
262
268
|
}
|
263
269
|
});
|
264
270
|
Object.defineProperty(exports, "CameraIcon", {
|
265
271
|
enumerable: true,
|
266
272
|
get: function get() {
|
267
|
-
return
|
273
|
+
return _lucideReact.CameraIcon;
|
268
274
|
}
|
269
275
|
});
|
270
276
|
Object.defineProperty(exports, "CameraOffIcon", {
|
271
277
|
enumerable: true,
|
272
278
|
get: function get() {
|
273
|
-
return
|
279
|
+
return _lucideReact.CameraOffIcon;
|
274
280
|
}
|
275
281
|
});
|
276
282
|
Object.defineProperty(exports, "CastIcon", {
|
277
283
|
enumerable: true,
|
278
284
|
get: function get() {
|
279
|
-
return
|
285
|
+
return _lucideReact.CastIcon;
|
280
286
|
}
|
281
287
|
});
|
282
288
|
Object.defineProperty(exports, "CheckCircleIcon", {
|
283
289
|
enumerable: true,
|
284
290
|
get: function get() {
|
285
|
-
return
|
291
|
+
return _lucideReact.CheckCircleIcon;
|
286
292
|
}
|
287
293
|
});
|
288
294
|
Object.defineProperty(exports, "CheckIcon", {
|
289
295
|
enumerable: true,
|
290
296
|
get: function get() {
|
291
|
-
return
|
297
|
+
return _lucideReact.CheckIcon;
|
292
298
|
}
|
293
299
|
});
|
294
300
|
Object.defineProperty(exports, "CheckSquareIcon", {
|
295
301
|
enumerable: true,
|
296
302
|
get: function get() {
|
297
|
-
return
|
303
|
+
return _lucideReact.CheckSquareIcon;
|
298
304
|
}
|
299
305
|
});
|
300
306
|
Object.defineProperty(exports, "ChevronDownIcon", {
|
301
307
|
enumerable: true,
|
302
308
|
get: function get() {
|
303
|
-
return
|
309
|
+
return _lucideReact.ChevronDownIcon;
|
304
310
|
}
|
305
311
|
});
|
306
312
|
Object.defineProperty(exports, "ChevronLeftIcon", {
|
307
313
|
enumerable: true,
|
308
314
|
get: function get() {
|
309
|
-
return
|
315
|
+
return _lucideReact.ChevronLeftIcon;
|
310
316
|
}
|
311
317
|
});
|
312
318
|
Object.defineProperty(exports, "ChevronRightIcon", {
|
313
319
|
enumerable: true,
|
314
320
|
get: function get() {
|
315
|
-
return
|
321
|
+
return _lucideReact.ChevronRightIcon;
|
316
322
|
}
|
317
323
|
});
|
318
324
|
Object.defineProperty(exports, "ChevronUpIcon", {
|
319
325
|
enumerable: true,
|
320
326
|
get: function get() {
|
321
|
-
return
|
327
|
+
return _lucideReact.ChevronUpIcon;
|
322
328
|
}
|
323
329
|
});
|
324
330
|
Object.defineProperty(exports, "ChevronsDownIcon", {
|
325
331
|
enumerable: true,
|
326
332
|
get: function get() {
|
327
|
-
return
|
333
|
+
return _lucideReact.ChevronsDownIcon;
|
328
334
|
}
|
329
335
|
});
|
330
336
|
Object.defineProperty(exports, "ChevronsLeftIcon", {
|
331
337
|
enumerable: true,
|
332
338
|
get: function get() {
|
333
|
-
return
|
339
|
+
return _lucideReact.ChevronsLeftIcon;
|
334
340
|
}
|
335
341
|
});
|
336
342
|
Object.defineProperty(exports, "ChevronsRightIcon", {
|
337
343
|
enumerable: true,
|
338
344
|
get: function get() {
|
339
|
-
return
|
345
|
+
return _lucideReact.ChevronsRightIcon;
|
340
346
|
}
|
341
347
|
});
|
342
348
|
Object.defineProperty(exports, "ChevronsUpIcon", {
|
343
349
|
enumerable: true,
|
344
350
|
get: function get() {
|
345
|
-
return
|
351
|
+
return _lucideReact.ChevronsUpIcon;
|
346
352
|
}
|
347
353
|
});
|
348
354
|
Object.defineProperty(exports, "ChromeIcon", {
|
349
355
|
enumerable: true,
|
350
356
|
get: function get() {
|
351
|
-
return
|
357
|
+
return _lucideReact.ChromeIcon;
|
352
358
|
}
|
353
359
|
});
|
354
360
|
Object.defineProperty(exports, "CircleIcon", {
|
355
361
|
enumerable: true,
|
356
362
|
get: function get() {
|
357
|
-
return
|
363
|
+
return _lucideReact.CircleIcon;
|
358
364
|
}
|
359
365
|
});
|
360
366
|
Object.defineProperty(exports, "ClipboardIcon", {
|
361
367
|
enumerable: true,
|
362
368
|
get: function get() {
|
363
|
-
return
|
369
|
+
return _lucideReact.ClipboardIcon;
|
364
370
|
}
|
365
371
|
});
|
366
372
|
Object.defineProperty(exports, "ClockIcon", {
|
367
373
|
enumerable: true,
|
368
374
|
get: function get() {
|
369
|
-
return
|
375
|
+
return _lucideReact.ClockIcon;
|
370
376
|
}
|
371
377
|
});
|
372
378
|
Object.defineProperty(exports, "CloudDrizzleIcon", {
|
373
379
|
enumerable: true,
|
374
380
|
get: function get() {
|
375
|
-
return
|
381
|
+
return _lucideReact.CloudDrizzleIcon;
|
376
382
|
}
|
377
383
|
});
|
378
384
|
Object.defineProperty(exports, "CloudIcon", {
|
379
385
|
enumerable: true,
|
380
386
|
get: function get() {
|
381
|
-
return
|
387
|
+
return _lucideReact.CloudIcon;
|
382
388
|
}
|
383
389
|
});
|
384
390
|
Object.defineProperty(exports, "CloudLightningIcon", {
|
385
391
|
enumerable: true,
|
386
392
|
get: function get() {
|
387
|
-
return
|
393
|
+
return _lucideReact.CloudLightningIcon;
|
388
394
|
}
|
389
395
|
});
|
390
396
|
Object.defineProperty(exports, "CloudOffIcon", {
|
391
397
|
enumerable: true,
|
392
398
|
get: function get() {
|
393
|
-
return
|
399
|
+
return _lucideReact.CloudOffIcon;
|
394
400
|
}
|
395
401
|
});
|
396
402
|
Object.defineProperty(exports, "CloudRainIcon", {
|
397
403
|
enumerable: true,
|
398
404
|
get: function get() {
|
399
|
-
return
|
405
|
+
return _lucideReact.CloudRainIcon;
|
400
406
|
}
|
401
407
|
});
|
402
408
|
Object.defineProperty(exports, "CloudSnowIcon", {
|
403
409
|
enumerable: true,
|
404
410
|
get: function get() {
|
405
|
-
return
|
411
|
+
return _lucideReact.CloudSnowIcon;
|
406
412
|
}
|
407
413
|
});
|
408
414
|
Object.defineProperty(exports, "CodeIcon", {
|
409
415
|
enumerable: true,
|
410
416
|
get: function get() {
|
411
|
-
return
|
417
|
+
return _lucideReact.CodeIcon;
|
412
418
|
}
|
413
419
|
});
|
414
420
|
Object.defineProperty(exports, "CodepenIcon", {
|
415
421
|
enumerable: true,
|
416
422
|
get: function get() {
|
417
|
-
return
|
423
|
+
return _lucideReact.CodepenIcon;
|
418
424
|
}
|
419
425
|
});
|
420
426
|
Object.defineProperty(exports, "CodesandboxIcon", {
|
421
427
|
enumerable: true,
|
422
428
|
get: function get() {
|
423
|
-
return
|
429
|
+
return _lucideReact.CodesandboxIcon;
|
424
430
|
}
|
425
431
|
});
|
426
432
|
Object.defineProperty(exports, "CoffeeIcon", {
|
427
433
|
enumerable: true,
|
428
434
|
get: function get() {
|
429
|
-
return
|
435
|
+
return _lucideReact.CoffeeIcon;
|
430
436
|
}
|
431
437
|
});
|
432
438
|
Object.defineProperty(exports, "ColumnsIcon", {
|
433
439
|
enumerable: true,
|
434
440
|
get: function get() {
|
435
|
-
return
|
441
|
+
return _lucideReact.ColumnsIcon;
|
436
442
|
}
|
437
443
|
});
|
438
444
|
Object.defineProperty(exports, "CommandIcon", {
|
439
445
|
enumerable: true,
|
440
446
|
get: function get() {
|
441
|
-
return
|
447
|
+
return _lucideReact.CommandIcon;
|
442
448
|
}
|
443
449
|
});
|
444
450
|
Object.defineProperty(exports, "CompassIcon", {
|
445
451
|
enumerable: true,
|
446
452
|
get: function get() {
|
447
|
-
return
|
453
|
+
return _lucideReact.CompassIcon;
|
448
454
|
}
|
449
455
|
});
|
450
456
|
Object.defineProperty(exports, "ContextIcon", {
|
@@ -456,61 +462,61 @@ Object.defineProperty(exports, "ContextIcon", {
|
|
456
462
|
Object.defineProperty(exports, "CopyIcon", {
|
457
463
|
enumerable: true,
|
458
464
|
get: function get() {
|
459
|
-
return
|
465
|
+
return _lucideReact.CopyIcon;
|
460
466
|
}
|
461
467
|
});
|
462
468
|
Object.defineProperty(exports, "CornerDownLeftIcon", {
|
463
469
|
enumerable: true,
|
464
470
|
get: function get() {
|
465
|
-
return
|
471
|
+
return _lucideReact.CornerDownLeftIcon;
|
466
472
|
}
|
467
473
|
});
|
468
474
|
Object.defineProperty(exports, "CornerDownRightIcon", {
|
469
475
|
enumerable: true,
|
470
476
|
get: function get() {
|
471
|
-
return
|
477
|
+
return _lucideReact.CornerDownRightIcon;
|
472
478
|
}
|
473
479
|
});
|
474
480
|
Object.defineProperty(exports, "CornerLeftDownIcon", {
|
475
481
|
enumerable: true,
|
476
482
|
get: function get() {
|
477
|
-
return
|
483
|
+
return _lucideReact.CornerLeftDownIcon;
|
478
484
|
}
|
479
485
|
});
|
480
486
|
Object.defineProperty(exports, "CornerLeftUpIcon", {
|
481
487
|
enumerable: true,
|
482
488
|
get: function get() {
|
483
|
-
return
|
489
|
+
return _lucideReact.CornerLeftUpIcon;
|
484
490
|
}
|
485
491
|
});
|
486
492
|
Object.defineProperty(exports, "CornerRightDownIcon", {
|
487
493
|
enumerable: true,
|
488
494
|
get: function get() {
|
489
|
-
return
|
495
|
+
return _lucideReact.CornerRightDownIcon;
|
490
496
|
}
|
491
497
|
});
|
492
498
|
Object.defineProperty(exports, "CornerRightUpIcon", {
|
493
499
|
enumerable: true,
|
494
500
|
get: function get() {
|
495
|
-
return
|
501
|
+
return _lucideReact.CornerRightUpIcon;
|
496
502
|
}
|
497
503
|
});
|
498
504
|
Object.defineProperty(exports, "CornerUpLeftIcon", {
|
499
505
|
enumerable: true,
|
500
506
|
get: function get() {
|
501
|
-
return
|
507
|
+
return _lucideReact.CornerUpLeftIcon;
|
502
508
|
}
|
503
509
|
});
|
504
510
|
Object.defineProperty(exports, "CornerUpRightIcon", {
|
505
511
|
enumerable: true,
|
506
512
|
get: function get() {
|
507
|
-
return
|
513
|
+
return _lucideReact.CornerUpRightIcon;
|
508
514
|
}
|
509
515
|
});
|
510
516
|
Object.defineProperty(exports, "CpuIcon", {
|
511
517
|
enumerable: true,
|
512
518
|
get: function get() {
|
513
|
-
return
|
519
|
+
return _lucideReact.CpuIcon;
|
514
520
|
}
|
515
521
|
});
|
516
522
|
Object.defineProperty(exports, "CrawlerIcon", {
|
@@ -522,73 +528,73 @@ Object.defineProperty(exports, "CrawlerIcon", {
|
|
522
528
|
Object.defineProperty(exports, "CreditCardIcon", {
|
523
529
|
enumerable: true,
|
524
530
|
get: function get() {
|
525
|
-
return
|
531
|
+
return _lucideReact.CreditCardIcon;
|
526
532
|
}
|
527
533
|
});
|
528
534
|
Object.defineProperty(exports, "CropIcon", {
|
529
535
|
enumerable: true,
|
530
536
|
get: function get() {
|
531
|
-
return
|
537
|
+
return _lucideReact.CropIcon;
|
532
538
|
}
|
533
539
|
});
|
534
540
|
Object.defineProperty(exports, "CrosshairIcon", {
|
535
541
|
enumerable: true,
|
536
542
|
get: function get() {
|
537
|
-
return
|
543
|
+
return _lucideReact.CrosshairIcon;
|
538
544
|
}
|
539
545
|
});
|
540
546
|
Object.defineProperty(exports, "DatabaseIcon", {
|
541
547
|
enumerable: true,
|
542
548
|
get: function get() {
|
543
|
-
return
|
549
|
+
return _lucideReact.DatabaseIcon;
|
544
550
|
}
|
545
551
|
});
|
546
552
|
Object.defineProperty(exports, "DeleteIcon", {
|
547
553
|
enumerable: true,
|
548
554
|
get: function get() {
|
549
|
-
return
|
555
|
+
return _lucideReact.DeleteIcon;
|
550
556
|
}
|
551
557
|
});
|
552
558
|
Object.defineProperty(exports, "DiscIcon", {
|
553
559
|
enumerable: true,
|
554
560
|
get: function get() {
|
555
|
-
return
|
561
|
+
return _lucideReact.DiscIcon;
|
556
562
|
}
|
557
563
|
});
|
558
564
|
Object.defineProperty(exports, "DivideCircleIcon", {
|
559
565
|
enumerable: true,
|
560
566
|
get: function get() {
|
561
|
-
return
|
567
|
+
return _lucideReact.DivideCircleIcon;
|
562
568
|
}
|
563
569
|
});
|
564
570
|
Object.defineProperty(exports, "DivideIcon", {
|
565
571
|
enumerable: true,
|
566
572
|
get: function get() {
|
567
|
-
return
|
573
|
+
return _lucideReact.DivideIcon;
|
568
574
|
}
|
569
575
|
});
|
570
576
|
Object.defineProperty(exports, "DivideSquareIcon", {
|
571
577
|
enumerable: true,
|
572
578
|
get: function get() {
|
573
|
-
return
|
579
|
+
return _lucideReact.DivideSquareIcon;
|
574
580
|
}
|
575
581
|
});
|
576
582
|
Object.defineProperty(exports, "DollarSignIcon", {
|
577
583
|
enumerable: true,
|
578
584
|
get: function get() {
|
579
|
-
return
|
585
|
+
return _lucideReact.DollarSignIcon;
|
580
586
|
}
|
581
587
|
});
|
582
588
|
Object.defineProperty(exports, "DownloadCloudIcon", {
|
583
589
|
enumerable: true,
|
584
590
|
get: function get() {
|
585
|
-
return
|
591
|
+
return _lucideReact.DownloadCloudIcon;
|
586
592
|
}
|
587
593
|
});
|
588
594
|
Object.defineProperty(exports, "DownloadIcon", {
|
589
595
|
enumerable: true,
|
590
596
|
get: function get() {
|
591
|
-
return
|
597
|
+
return _lucideReact.DownloadIcon;
|
592
598
|
}
|
593
599
|
});
|
594
600
|
Object.defineProperty(exports, "DragHandleIcon", {
|
@@ -600,493 +606,499 @@ Object.defineProperty(exports, "DragHandleIcon", {
|
|
600
606
|
Object.defineProperty(exports, "DribbbleIcon", {
|
601
607
|
enumerable: true,
|
602
608
|
get: function get() {
|
603
|
-
return
|
609
|
+
return _lucideReact.DribbbleIcon;
|
604
610
|
}
|
605
611
|
});
|
606
612
|
Object.defineProperty(exports, "DropletIcon", {
|
607
613
|
enumerable: true,
|
608
614
|
get: function get() {
|
609
|
-
return
|
615
|
+
return _lucideReact.DropletIcon;
|
610
616
|
}
|
611
617
|
});
|
612
618
|
Object.defineProperty(exports, "Edit2Icon", {
|
613
619
|
enumerable: true,
|
614
620
|
get: function get() {
|
615
|
-
return
|
621
|
+
return _lucideReact.Edit2Icon;
|
616
622
|
}
|
617
623
|
});
|
618
624
|
Object.defineProperty(exports, "Edit3Icon", {
|
619
625
|
enumerable: true,
|
620
626
|
get: function get() {
|
621
|
-
return
|
627
|
+
return _lucideReact.Edit3Icon;
|
622
628
|
}
|
623
629
|
});
|
624
630
|
Object.defineProperty(exports, "EditIcon", {
|
625
631
|
enumerable: true,
|
626
632
|
get: function get() {
|
627
|
-
return
|
633
|
+
return _lucideReact.EditIcon;
|
628
634
|
}
|
629
635
|
});
|
630
636
|
Object.defineProperty(exports, "ExternalLinkIcon", {
|
631
637
|
enumerable: true,
|
632
638
|
get: function get() {
|
633
|
-
return
|
639
|
+
return _lucideReact.ExternalLinkIcon;
|
634
640
|
}
|
635
641
|
});
|
636
642
|
Object.defineProperty(exports, "EyeIcon", {
|
637
643
|
enumerable: true,
|
638
644
|
get: function get() {
|
639
|
-
return
|
645
|
+
return _lucideReact.EyeIcon;
|
640
646
|
}
|
641
647
|
});
|
642
648
|
Object.defineProperty(exports, "EyeOffIcon", {
|
643
649
|
enumerable: true,
|
644
650
|
get: function get() {
|
645
|
-
return
|
651
|
+
return _lucideReact.EyeOffIcon;
|
646
652
|
}
|
647
653
|
});
|
648
654
|
Object.defineProperty(exports, "FacebookIcon", {
|
649
655
|
enumerable: true,
|
650
656
|
get: function get() {
|
651
|
-
return
|
657
|
+
return _lucideReact.FacebookIcon;
|
652
658
|
}
|
653
659
|
});
|
654
660
|
Object.defineProperty(exports, "FastForwardIcon", {
|
655
661
|
enumerable: true,
|
656
662
|
get: function get() {
|
657
|
-
return
|
663
|
+
return _lucideReact.FastForwardIcon;
|
658
664
|
}
|
659
665
|
});
|
660
666
|
Object.defineProperty(exports, "FeatherIcon", {
|
661
667
|
enumerable: true,
|
662
668
|
get: function get() {
|
663
|
-
return
|
669
|
+
return _lucideReact.FeatherIcon;
|
664
670
|
}
|
665
671
|
});
|
666
672
|
Object.defineProperty(exports, "FigmaIcon", {
|
667
673
|
enumerable: true,
|
668
674
|
get: function get() {
|
669
|
-
return
|
675
|
+
return _lucideReact.FigmaIcon;
|
670
676
|
}
|
671
677
|
});
|
672
678
|
Object.defineProperty(exports, "FileIcon", {
|
673
679
|
enumerable: true,
|
674
680
|
get: function get() {
|
675
|
-
return
|
681
|
+
return _lucideReact.FileIcon;
|
676
682
|
}
|
677
683
|
});
|
678
684
|
Object.defineProperty(exports, "FileMinusIcon", {
|
679
685
|
enumerable: true,
|
680
686
|
get: function get() {
|
681
|
-
return
|
687
|
+
return _lucideReact.FileMinusIcon;
|
682
688
|
}
|
683
689
|
});
|
684
690
|
Object.defineProperty(exports, "FilePlusIcon", {
|
685
691
|
enumerable: true,
|
686
692
|
get: function get() {
|
687
|
-
return
|
693
|
+
return _lucideReact.FilePlusIcon;
|
688
694
|
}
|
689
695
|
});
|
690
696
|
Object.defineProperty(exports, "FileTextIcon", {
|
691
697
|
enumerable: true,
|
692
698
|
get: function get() {
|
693
|
-
return
|
699
|
+
return _lucideReact.FileTextIcon;
|
694
700
|
}
|
695
701
|
});
|
696
702
|
Object.defineProperty(exports, "FilmIcon", {
|
697
703
|
enumerable: true,
|
698
704
|
get: function get() {
|
699
|
-
return
|
705
|
+
return _lucideReact.FilmIcon;
|
700
706
|
}
|
701
707
|
});
|
702
708
|
Object.defineProperty(exports, "FilterIcon", {
|
703
709
|
enumerable: true,
|
704
710
|
get: function get() {
|
705
|
-
return
|
711
|
+
return _lucideReact.FilterIcon;
|
706
712
|
}
|
707
713
|
});
|
708
714
|
Object.defineProperty(exports, "FlagIcon", {
|
709
715
|
enumerable: true,
|
710
716
|
get: function get() {
|
711
|
-
return
|
717
|
+
return _lucideReact.FlagIcon;
|
718
|
+
}
|
719
|
+
});
|
720
|
+
Object.defineProperty(exports, "FlaskConicalIcon", {
|
721
|
+
enumerable: true,
|
722
|
+
get: function get() {
|
723
|
+
return _lucideReact.FlaskConicalIcon;
|
712
724
|
}
|
713
725
|
});
|
714
726
|
Object.defineProperty(exports, "FolderIcon", {
|
715
727
|
enumerable: true,
|
716
728
|
get: function get() {
|
717
|
-
return
|
729
|
+
return _lucideReact.FolderIcon;
|
718
730
|
}
|
719
731
|
});
|
720
732
|
Object.defineProperty(exports, "FolderMinusIcon", {
|
721
733
|
enumerable: true,
|
722
734
|
get: function get() {
|
723
|
-
return
|
735
|
+
return _lucideReact.FolderMinusIcon;
|
724
736
|
}
|
725
737
|
});
|
726
738
|
Object.defineProperty(exports, "FolderPlusIcon", {
|
727
739
|
enumerable: true,
|
728
740
|
get: function get() {
|
729
|
-
return
|
741
|
+
return _lucideReact.FolderPlusIcon;
|
730
742
|
}
|
731
743
|
});
|
732
744
|
Object.defineProperty(exports, "FramerIcon", {
|
733
745
|
enumerable: true,
|
734
746
|
get: function get() {
|
735
|
-
return
|
747
|
+
return _lucideReact.FramerIcon;
|
736
748
|
}
|
737
749
|
});
|
738
750
|
Object.defineProperty(exports, "FrownIcon", {
|
739
751
|
enumerable: true,
|
740
752
|
get: function get() {
|
741
|
-
return
|
753
|
+
return _lucideReact.FrownIcon;
|
742
754
|
}
|
743
755
|
});
|
744
756
|
Object.defineProperty(exports, "GiftIcon", {
|
745
757
|
enumerable: true,
|
746
758
|
get: function get() {
|
747
|
-
return
|
759
|
+
return _lucideReact.GiftIcon;
|
748
760
|
}
|
749
761
|
});
|
750
762
|
Object.defineProperty(exports, "GitBranchIcon", {
|
751
763
|
enumerable: true,
|
752
764
|
get: function get() {
|
753
|
-
return
|
765
|
+
return _lucideReact.GitBranchIcon;
|
754
766
|
}
|
755
767
|
});
|
756
768
|
Object.defineProperty(exports, "GitCommitIcon", {
|
757
769
|
enumerable: true,
|
758
770
|
get: function get() {
|
759
|
-
return
|
760
|
-
}
|
761
|
-
});
|
762
|
-
Object.defineProperty(exports, "GitHubIcon", {
|
763
|
-
enumerable: true,
|
764
|
-
get: function get() {
|
765
|
-
return _reactFeather.GitHub;
|
771
|
+
return _lucideReact.GitCommitIcon;
|
766
772
|
}
|
767
773
|
});
|
768
774
|
Object.defineProperty(exports, "GitMergeIcon", {
|
769
775
|
enumerable: true,
|
770
776
|
get: function get() {
|
771
|
-
return
|
777
|
+
return _lucideReact.GitMergeIcon;
|
772
778
|
}
|
773
779
|
});
|
774
780
|
Object.defineProperty(exports, "GitPullRequestIcon", {
|
775
781
|
enumerable: true,
|
776
782
|
get: function get() {
|
777
|
-
return
|
783
|
+
return _lucideReact.GitPullRequestIcon;
|
778
784
|
}
|
779
785
|
});
|
780
|
-
Object.defineProperty(exports, "
|
786
|
+
Object.defineProperty(exports, "GithubIcon", {
|
781
787
|
enumerable: true,
|
782
788
|
get: function get() {
|
783
|
-
return
|
789
|
+
return _lucideReact.GithubIcon;
|
784
790
|
}
|
785
791
|
});
|
786
|
-
Object.defineProperty(exports, "
|
792
|
+
Object.defineProperty(exports, "GitlabIcon", {
|
787
793
|
enumerable: true,
|
788
794
|
get: function get() {
|
789
|
-
return
|
795
|
+
return _lucideReact.GitlabIcon;
|
790
796
|
}
|
791
797
|
});
|
792
|
-
Object.defineProperty(exports, "
|
798
|
+
Object.defineProperty(exports, "GlobeIcon", {
|
793
799
|
enumerable: true,
|
794
800
|
get: function get() {
|
795
|
-
return
|
801
|
+
return _lucideReact.GlobeIcon;
|
796
802
|
}
|
797
803
|
});
|
798
804
|
Object.defineProperty(exports, "HardDriveIcon", {
|
799
805
|
enumerable: true,
|
800
806
|
get: function get() {
|
801
|
-
return
|
807
|
+
return _lucideReact.HardDriveIcon;
|
802
808
|
}
|
803
809
|
});
|
804
810
|
Object.defineProperty(exports, "HashIcon", {
|
805
811
|
enumerable: true,
|
806
812
|
get: function get() {
|
807
|
-
return
|
813
|
+
return _lucideReact.HashIcon;
|
808
814
|
}
|
809
815
|
});
|
810
816
|
Object.defineProperty(exports, "HeadphonesIcon", {
|
811
817
|
enumerable: true,
|
812
818
|
get: function get() {
|
813
|
-
return
|
819
|
+
return _lucideReact.HeadphonesIcon;
|
814
820
|
}
|
815
821
|
});
|
816
822
|
Object.defineProperty(exports, "HeartIcon", {
|
817
823
|
enumerable: true,
|
818
824
|
get: function get() {
|
819
|
-
return
|
825
|
+
return _lucideReact.HeartIcon;
|
820
826
|
}
|
821
827
|
});
|
822
828
|
Object.defineProperty(exports, "HelpCircleIcon", {
|
823
829
|
enumerable: true,
|
824
830
|
get: function get() {
|
825
|
-
return
|
831
|
+
return _lucideReact.HelpCircleIcon;
|
826
832
|
}
|
827
833
|
});
|
828
834
|
Object.defineProperty(exports, "HexagonIcon", {
|
829
835
|
enumerable: true,
|
830
836
|
get: function get() {
|
831
|
-
return
|
837
|
+
return _lucideReact.HexagonIcon;
|
832
838
|
}
|
833
839
|
});
|
834
840
|
Object.defineProperty(exports, "HomeIcon", {
|
835
841
|
enumerable: true,
|
836
842
|
get: function get() {
|
837
|
-
return
|
843
|
+
return _lucideReact.HomeIcon;
|
838
844
|
}
|
839
845
|
});
|
840
846
|
Object.defineProperty(exports, "ImageIcon", {
|
841
847
|
enumerable: true,
|
842
848
|
get: function get() {
|
843
|
-
return
|
849
|
+
return _lucideReact.ImageIcon;
|
844
850
|
}
|
845
851
|
});
|
846
852
|
Object.defineProperty(exports, "InboxIcon", {
|
847
853
|
enumerable: true,
|
848
854
|
get: function get() {
|
849
|
-
return
|
855
|
+
return _lucideReact.InboxIcon;
|
850
856
|
}
|
851
857
|
});
|
852
858
|
Object.defineProperty(exports, "InfoIcon", {
|
853
859
|
enumerable: true,
|
854
860
|
get: function get() {
|
855
|
-
return
|
861
|
+
return _lucideReact.InfoIcon;
|
856
862
|
}
|
857
863
|
});
|
858
864
|
Object.defineProperty(exports, "InstagramIcon", {
|
859
865
|
enumerable: true,
|
860
866
|
get: function get() {
|
861
|
-
return
|
867
|
+
return _lucideReact.InstagramIcon;
|
862
868
|
}
|
863
869
|
});
|
864
870
|
Object.defineProperty(exports, "ItalicIcon", {
|
865
871
|
enumerable: true,
|
866
872
|
get: function get() {
|
867
|
-
return
|
873
|
+
return _lucideReact.ItalicIcon;
|
868
874
|
}
|
869
875
|
});
|
870
876
|
Object.defineProperty(exports, "KeyIcon", {
|
871
877
|
enumerable: true,
|
872
878
|
get: function get() {
|
873
|
-
return
|
879
|
+
return _lucideReact.KeyIcon;
|
874
880
|
}
|
875
881
|
});
|
876
882
|
Object.defineProperty(exports, "LayersIcon", {
|
877
883
|
enumerable: true,
|
878
884
|
get: function get() {
|
879
|
-
return
|
885
|
+
return _lucideReact.LayersIcon;
|
886
|
+
}
|
887
|
+
});
|
888
|
+
Object.defineProperty(exports, "LayoutGridIcon", {
|
889
|
+
enumerable: true,
|
890
|
+
get: function get() {
|
891
|
+
return _lucideReact.LayoutGridIcon;
|
880
892
|
}
|
881
893
|
});
|
882
894
|
Object.defineProperty(exports, "LayoutIcon", {
|
883
895
|
enumerable: true,
|
884
896
|
get: function get() {
|
885
|
-
return
|
897
|
+
return _lucideReact.LayoutIcon;
|
886
898
|
}
|
887
899
|
});
|
888
900
|
Object.defineProperty(exports, "LifeBuoyIcon", {
|
889
901
|
enumerable: true,
|
890
902
|
get: function get() {
|
891
|
-
return
|
903
|
+
return _lucideReact.LifeBuoyIcon;
|
892
904
|
}
|
893
905
|
});
|
894
906
|
Object.defineProperty(exports, "Link2Icon", {
|
895
907
|
enumerable: true,
|
896
908
|
get: function get() {
|
897
|
-
return
|
909
|
+
return _lucideReact.Link2Icon;
|
898
910
|
}
|
899
911
|
});
|
900
912
|
Object.defineProperty(exports, "LinkIcon", {
|
901
913
|
enumerable: true,
|
902
914
|
get: function get() {
|
903
|
-
return
|
915
|
+
return _lucideReact.LinkIcon;
|
904
916
|
}
|
905
917
|
});
|
906
918
|
Object.defineProperty(exports, "LinkedinIcon", {
|
907
919
|
enumerable: true,
|
908
920
|
get: function get() {
|
909
|
-
return
|
921
|
+
return _lucideReact.LinkedinIcon;
|
910
922
|
}
|
911
923
|
});
|
912
924
|
Object.defineProperty(exports, "ListIcon", {
|
913
925
|
enumerable: true,
|
914
926
|
get: function get() {
|
915
|
-
return
|
927
|
+
return _lucideReact.ListIcon;
|
916
928
|
}
|
917
929
|
});
|
918
930
|
Object.defineProperty(exports, "LoaderIcon", {
|
919
931
|
enumerable: true,
|
920
932
|
get: function get() {
|
921
|
-
return
|
933
|
+
return _lucideReact.LoaderIcon;
|
922
934
|
}
|
923
935
|
});
|
924
936
|
Object.defineProperty(exports, "LockIcon", {
|
925
937
|
enumerable: true,
|
926
938
|
get: function get() {
|
927
|
-
return
|
939
|
+
return _lucideReact.LockIcon;
|
928
940
|
}
|
929
941
|
});
|
930
942
|
Object.defineProperty(exports, "LogInIcon", {
|
931
943
|
enumerable: true,
|
932
944
|
get: function get() {
|
933
|
-
return
|
945
|
+
return _lucideReact.LogInIcon;
|
934
946
|
}
|
935
947
|
});
|
936
948
|
Object.defineProperty(exports, "LogOutIcon", {
|
937
949
|
enumerable: true,
|
938
950
|
get: function get() {
|
939
|
-
return
|
951
|
+
return _lucideReact.LogOutIcon;
|
940
952
|
}
|
941
953
|
});
|
942
954
|
Object.defineProperty(exports, "MailIcon", {
|
943
955
|
enumerable: true,
|
944
956
|
get: function get() {
|
945
|
-
return
|
957
|
+
return _lucideReact.MailIcon;
|
946
958
|
}
|
947
959
|
});
|
948
960
|
Object.defineProperty(exports, "MapIcon", {
|
949
961
|
enumerable: true,
|
950
962
|
get: function get() {
|
951
|
-
return
|
963
|
+
return _lucideReact.MapIcon;
|
952
964
|
}
|
953
965
|
});
|
954
966
|
Object.defineProperty(exports, "MapPinIcon", {
|
955
967
|
enumerable: true,
|
956
968
|
get: function get() {
|
957
|
-
return
|
969
|
+
return _lucideReact.MapPinIcon;
|
958
970
|
}
|
959
971
|
});
|
960
972
|
Object.defineProperty(exports, "Maximize2Icon", {
|
961
973
|
enumerable: true,
|
962
974
|
get: function get() {
|
963
|
-
return
|
975
|
+
return _lucideReact.Maximize2Icon;
|
964
976
|
}
|
965
977
|
});
|
966
978
|
Object.defineProperty(exports, "MaximizeIcon", {
|
967
979
|
enumerable: true,
|
968
980
|
get: function get() {
|
969
|
-
return
|
981
|
+
return _lucideReact.MaximizeIcon;
|
970
982
|
}
|
971
983
|
});
|
972
984
|
Object.defineProperty(exports, "MehIcon", {
|
973
985
|
enumerable: true,
|
974
986
|
get: function get() {
|
975
|
-
return
|
987
|
+
return _lucideReact.MehIcon;
|
976
988
|
}
|
977
989
|
});
|
978
990
|
Object.defineProperty(exports, "MenuIcon", {
|
979
991
|
enumerable: true,
|
980
992
|
get: function get() {
|
981
|
-
return
|
993
|
+
return _lucideReact.MenuIcon;
|
982
994
|
}
|
983
995
|
});
|
984
996
|
Object.defineProperty(exports, "MessageCircleIcon", {
|
985
997
|
enumerable: true,
|
986
998
|
get: function get() {
|
987
|
-
return
|
999
|
+
return _lucideReact.MessageCircleIcon;
|
988
1000
|
}
|
989
1001
|
});
|
990
1002
|
Object.defineProperty(exports, "MessageSquareIcon", {
|
991
1003
|
enumerable: true,
|
992
1004
|
get: function get() {
|
993
|
-
return
|
1005
|
+
return _lucideReact.MessageSquareIcon;
|
994
1006
|
}
|
995
1007
|
});
|
996
1008
|
Object.defineProperty(exports, "MicIcon", {
|
997
1009
|
enumerable: true,
|
998
1010
|
get: function get() {
|
999
|
-
return
|
1011
|
+
return _lucideReact.MicIcon;
|
1000
1012
|
}
|
1001
1013
|
});
|
1002
1014
|
Object.defineProperty(exports, "MicOffIcon", {
|
1003
1015
|
enumerable: true,
|
1004
1016
|
get: function get() {
|
1005
|
-
return
|
1017
|
+
return _lucideReact.MicOffIcon;
|
1006
1018
|
}
|
1007
1019
|
});
|
1008
1020
|
Object.defineProperty(exports, "Minimize2Icon", {
|
1009
1021
|
enumerable: true,
|
1010
1022
|
get: function get() {
|
1011
|
-
return
|
1023
|
+
return _lucideReact.Minimize2Icon;
|
1012
1024
|
}
|
1013
1025
|
});
|
1014
1026
|
Object.defineProperty(exports, "MinimizeIcon", {
|
1015
1027
|
enumerable: true,
|
1016
1028
|
get: function get() {
|
1017
|
-
return
|
1029
|
+
return _lucideReact.MinimizeIcon;
|
1018
1030
|
}
|
1019
1031
|
});
|
1020
1032
|
Object.defineProperty(exports, "MinusCircleIcon", {
|
1021
1033
|
enumerable: true,
|
1022
1034
|
get: function get() {
|
1023
|
-
return
|
1035
|
+
return _lucideReact.MinusCircleIcon;
|
1024
1036
|
}
|
1025
1037
|
});
|
1026
1038
|
Object.defineProperty(exports, "MinusIcon", {
|
1027
1039
|
enumerable: true,
|
1028
1040
|
get: function get() {
|
1029
|
-
return
|
1041
|
+
return _lucideReact.MinusIcon;
|
1030
1042
|
}
|
1031
1043
|
});
|
1032
1044
|
Object.defineProperty(exports, "MinusSquareIcon", {
|
1033
1045
|
enumerable: true,
|
1034
1046
|
get: function get() {
|
1035
|
-
return
|
1047
|
+
return _lucideReact.MinusSquareIcon;
|
1036
1048
|
}
|
1037
1049
|
});
|
1038
1050
|
Object.defineProperty(exports, "MonitorIcon", {
|
1039
1051
|
enumerable: true,
|
1040
1052
|
get: function get() {
|
1041
|
-
return
|
1053
|
+
return _lucideReact.MonitorIcon;
|
1042
1054
|
}
|
1043
1055
|
});
|
1044
1056
|
Object.defineProperty(exports, "MoonIcon", {
|
1045
1057
|
enumerable: true,
|
1046
1058
|
get: function get() {
|
1047
|
-
return
|
1059
|
+
return _lucideReact.MoonIcon;
|
1048
1060
|
}
|
1049
1061
|
});
|
1050
1062
|
Object.defineProperty(exports, "MoreHorizontalIcon", {
|
1051
1063
|
enumerable: true,
|
1052
1064
|
get: function get() {
|
1053
|
-
return
|
1065
|
+
return _lucideReact.MoreHorizontalIcon;
|
1054
1066
|
}
|
1055
1067
|
});
|
1056
1068
|
Object.defineProperty(exports, "MoreVerticalIcon", {
|
1057
1069
|
enumerable: true,
|
1058
1070
|
get: function get() {
|
1059
|
-
return
|
1071
|
+
return _lucideReact.MoreVerticalIcon;
|
1060
1072
|
}
|
1061
1073
|
});
|
1062
1074
|
Object.defineProperty(exports, "MousePointerIcon", {
|
1063
1075
|
enumerable: true,
|
1064
1076
|
get: function get() {
|
1065
|
-
return
|
1077
|
+
return _lucideReact.MousePointerIcon;
|
1066
1078
|
}
|
1067
1079
|
});
|
1068
1080
|
Object.defineProperty(exports, "MoveIcon", {
|
1069
1081
|
enumerable: true,
|
1070
1082
|
get: function get() {
|
1071
|
-
return
|
1083
|
+
return _lucideReact.MoveIcon;
|
1072
1084
|
}
|
1073
1085
|
});
|
1074
1086
|
Object.defineProperty(exports, "MusicIcon", {
|
1075
1087
|
enumerable: true,
|
1076
1088
|
get: function get() {
|
1077
|
-
return
|
1089
|
+
return _lucideReact.MusicIcon;
|
1078
1090
|
}
|
1079
1091
|
});
|
1080
1092
|
Object.defineProperty(exports, "Navigation2Icon", {
|
1081
1093
|
enumerable: true,
|
1082
1094
|
get: function get() {
|
1083
|
-
return
|
1095
|
+
return _lucideReact.Navigation2Icon;
|
1084
1096
|
}
|
1085
1097
|
});
|
1086
1098
|
Object.defineProperty(exports, "NavigationIcon", {
|
1087
1099
|
enumerable: true,
|
1088
1100
|
get: function get() {
|
1089
|
-
return
|
1101
|
+
return _lucideReact.NavigationIcon;
|
1090
1102
|
}
|
1091
1103
|
});
|
1092
1104
|
Object.defineProperty(exports, "NeuralSearchIcon", {
|
@@ -1104,91 +1116,91 @@ Object.defineProperty(exports, "NoFiltersIcon", {
|
|
1104
1116
|
Object.defineProperty(exports, "OctagonIcon", {
|
1105
1117
|
enumerable: true,
|
1106
1118
|
get: function get() {
|
1107
|
-
return
|
1119
|
+
return _lucideReact.OctagonIcon;
|
1108
1120
|
}
|
1109
1121
|
});
|
1110
1122
|
Object.defineProperty(exports, "PackageIcon", {
|
1111
1123
|
enumerable: true,
|
1112
1124
|
get: function get() {
|
1113
|
-
return
|
1125
|
+
return _lucideReact.PackageIcon;
|
1114
1126
|
}
|
1115
1127
|
});
|
1116
1128
|
Object.defineProperty(exports, "PaperclipIcon", {
|
1117
1129
|
enumerable: true,
|
1118
1130
|
get: function get() {
|
1119
|
-
return
|
1131
|
+
return _lucideReact.PaperclipIcon;
|
1120
1132
|
}
|
1121
1133
|
});
|
1122
1134
|
Object.defineProperty(exports, "PauseCircleIcon", {
|
1123
1135
|
enumerable: true,
|
1124
1136
|
get: function get() {
|
1125
|
-
return
|
1137
|
+
return _lucideReact.PauseCircleIcon;
|
1126
1138
|
}
|
1127
1139
|
});
|
1128
1140
|
Object.defineProperty(exports, "PauseIcon", {
|
1129
1141
|
enumerable: true,
|
1130
1142
|
get: function get() {
|
1131
|
-
return
|
1143
|
+
return _lucideReact.PauseIcon;
|
1132
1144
|
}
|
1133
1145
|
});
|
1134
1146
|
Object.defineProperty(exports, "PenToolIcon", {
|
1135
1147
|
enumerable: true,
|
1136
1148
|
get: function get() {
|
1137
|
-
return
|
1149
|
+
return _lucideReact.PenToolIcon;
|
1138
1150
|
}
|
1139
1151
|
});
|
1140
1152
|
Object.defineProperty(exports, "PercentIcon", {
|
1141
1153
|
enumerable: true,
|
1142
1154
|
get: function get() {
|
1143
|
-
return
|
1155
|
+
return _lucideReact.PercentIcon;
|
1144
1156
|
}
|
1145
1157
|
});
|
1146
1158
|
Object.defineProperty(exports, "PhoneCallIcon", {
|
1147
1159
|
enumerable: true,
|
1148
1160
|
get: function get() {
|
1149
|
-
return
|
1161
|
+
return _lucideReact.PhoneCallIcon;
|
1150
1162
|
}
|
1151
1163
|
});
|
1152
1164
|
Object.defineProperty(exports, "PhoneForwardedIcon", {
|
1153
1165
|
enumerable: true,
|
1154
1166
|
get: function get() {
|
1155
|
-
return
|
1167
|
+
return _lucideReact.PhoneForwardedIcon;
|
1156
1168
|
}
|
1157
1169
|
});
|
1158
1170
|
Object.defineProperty(exports, "PhoneIcon", {
|
1159
1171
|
enumerable: true,
|
1160
1172
|
get: function get() {
|
1161
|
-
return
|
1173
|
+
return _lucideReact.PhoneIcon;
|
1162
1174
|
}
|
1163
1175
|
});
|
1164
1176
|
Object.defineProperty(exports, "PhoneIncomingIcon", {
|
1165
1177
|
enumerable: true,
|
1166
1178
|
get: function get() {
|
1167
|
-
return
|
1179
|
+
return _lucideReact.PhoneIncomingIcon;
|
1168
1180
|
}
|
1169
1181
|
});
|
1170
1182
|
Object.defineProperty(exports, "PhoneMissedIcon", {
|
1171
1183
|
enumerable: true,
|
1172
1184
|
get: function get() {
|
1173
|
-
return
|
1185
|
+
return _lucideReact.PhoneMissedIcon;
|
1174
1186
|
}
|
1175
1187
|
});
|
1176
1188
|
Object.defineProperty(exports, "PhoneOffIcon", {
|
1177
1189
|
enumerable: true,
|
1178
1190
|
get: function get() {
|
1179
|
-
return
|
1191
|
+
return _lucideReact.PhoneOffIcon;
|
1180
1192
|
}
|
1181
1193
|
});
|
1182
1194
|
Object.defineProperty(exports, "PhoneOutgoingIcon", {
|
1183
1195
|
enumerable: true,
|
1184
1196
|
get: function get() {
|
1185
|
-
return
|
1197
|
+
return _lucideReact.PhoneOutgoingIcon;
|
1186
1198
|
}
|
1187
1199
|
});
|
1188
1200
|
Object.defineProperty(exports, "PieChartIcon", {
|
1189
1201
|
enumerable: true,
|
1190
1202
|
get: function get() {
|
1191
|
-
return
|
1203
|
+
return _lucideReact.PieChartIcon;
|
1192
1204
|
}
|
1193
1205
|
});
|
1194
1206
|
Object.defineProperty(exports, "PinIcon", {
|
@@ -1200,49 +1212,49 @@ Object.defineProperty(exports, "PinIcon", {
|
|
1200
1212
|
Object.defineProperty(exports, "PlayCircleIcon", {
|
1201
1213
|
enumerable: true,
|
1202
1214
|
get: function get() {
|
1203
|
-
return
|
1215
|
+
return _lucideReact.PlayCircleIcon;
|
1204
1216
|
}
|
1205
1217
|
});
|
1206
1218
|
Object.defineProperty(exports, "PlayIcon", {
|
1207
1219
|
enumerable: true,
|
1208
1220
|
get: function get() {
|
1209
|
-
return
|
1221
|
+
return _lucideReact.PlayIcon;
|
1210
1222
|
}
|
1211
1223
|
});
|
1212
1224
|
Object.defineProperty(exports, "PlusCircleIcon", {
|
1213
1225
|
enumerable: true,
|
1214
1226
|
get: function get() {
|
1215
|
-
return
|
1227
|
+
return _lucideReact.PlusCircleIcon;
|
1216
1228
|
}
|
1217
1229
|
});
|
1218
1230
|
Object.defineProperty(exports, "PlusIcon", {
|
1219
1231
|
enumerable: true,
|
1220
1232
|
get: function get() {
|
1221
|
-
return
|
1233
|
+
return _lucideReact.PlusIcon;
|
1222
1234
|
}
|
1223
1235
|
});
|
1224
1236
|
Object.defineProperty(exports, "PlusSquareIcon", {
|
1225
1237
|
enumerable: true,
|
1226
1238
|
get: function get() {
|
1227
|
-
return
|
1239
|
+
return _lucideReact.PlusSquareIcon;
|
1228
1240
|
}
|
1229
1241
|
});
|
1230
1242
|
Object.defineProperty(exports, "PocketIcon", {
|
1231
1243
|
enumerable: true,
|
1232
1244
|
get: function get() {
|
1233
|
-
return
|
1245
|
+
return _lucideReact.PocketIcon;
|
1234
1246
|
}
|
1235
1247
|
});
|
1236
1248
|
Object.defineProperty(exports, "PowerIcon", {
|
1237
1249
|
enumerable: true,
|
1238
1250
|
get: function get() {
|
1239
|
-
return
|
1251
|
+
return _lucideReact.PowerIcon;
|
1240
1252
|
}
|
1241
1253
|
});
|
1242
1254
|
Object.defineProperty(exports, "PrinterIcon", {
|
1243
1255
|
enumerable: true,
|
1244
1256
|
get: function get() {
|
1245
|
-
return
|
1257
|
+
return _lucideReact.PrinterIcon;
|
1246
1258
|
}
|
1247
1259
|
});
|
1248
1260
|
Object.defineProperty(exports, "QueryBreakdownIcon", {
|
@@ -1254,31 +1266,31 @@ Object.defineProperty(exports, "QueryBreakdownIcon", {
|
|
1254
1266
|
Object.defineProperty(exports, "RadioIcon", {
|
1255
1267
|
enumerable: true,
|
1256
1268
|
get: function get() {
|
1257
|
-
return
|
1269
|
+
return _lucideReact.RadioIcon;
|
1258
1270
|
}
|
1259
1271
|
});
|
1260
1272
|
Object.defineProperty(exports, "RefreshCcwIcon", {
|
1261
1273
|
enumerable: true,
|
1262
1274
|
get: function get() {
|
1263
|
-
return
|
1275
|
+
return _lucideReact.RefreshCcwIcon;
|
1264
1276
|
}
|
1265
1277
|
});
|
1266
1278
|
Object.defineProperty(exports, "RefreshCwIcon", {
|
1267
1279
|
enumerable: true,
|
1268
1280
|
get: function get() {
|
1269
|
-
return
|
1281
|
+
return _lucideReact.RefreshCwIcon;
|
1270
1282
|
}
|
1271
1283
|
});
|
1272
1284
|
Object.defineProperty(exports, "RepeatIcon", {
|
1273
1285
|
enumerable: true,
|
1274
1286
|
get: function get() {
|
1275
|
-
return
|
1287
|
+
return _lucideReact.RepeatIcon;
|
1276
1288
|
}
|
1277
1289
|
});
|
1278
1290
|
Object.defineProperty(exports, "RewindIcon", {
|
1279
1291
|
enumerable: true,
|
1280
1292
|
get: function get() {
|
1281
|
-
return
|
1293
|
+
return _lucideReact.RewindIcon;
|
1282
1294
|
}
|
1283
1295
|
});
|
1284
1296
|
Object.defineProperty(exports, "RocketIcon", {
|
@@ -1290,49 +1302,49 @@ Object.defineProperty(exports, "RocketIcon", {
|
|
1290
1302
|
Object.defineProperty(exports, "RotateCcwIcon", {
|
1291
1303
|
enumerable: true,
|
1292
1304
|
get: function get() {
|
1293
|
-
return
|
1305
|
+
return _lucideReact.RotateCcwIcon;
|
1294
1306
|
}
|
1295
1307
|
});
|
1296
1308
|
Object.defineProperty(exports, "RotateCwIcon", {
|
1297
1309
|
enumerable: true,
|
1298
1310
|
get: function get() {
|
1299
|
-
return
|
1311
|
+
return _lucideReact.RotateCwIcon;
|
1300
1312
|
}
|
1301
1313
|
});
|
1302
1314
|
Object.defineProperty(exports, "RssIcon", {
|
1303
1315
|
enumerable: true,
|
1304
1316
|
get: function get() {
|
1305
|
-
return
|
1317
|
+
return _lucideReact.RssIcon;
|
1306
1318
|
}
|
1307
1319
|
});
|
1308
1320
|
Object.defineProperty(exports, "SaveIcon", {
|
1309
1321
|
enumerable: true,
|
1310
1322
|
get: function get() {
|
1311
|
-
return
|
1323
|
+
return _lucideReact.SaveIcon;
|
1312
1324
|
}
|
1313
1325
|
});
|
1314
1326
|
Object.defineProperty(exports, "ScissorsIcon", {
|
1315
1327
|
enumerable: true,
|
1316
1328
|
get: function get() {
|
1317
|
-
return
|
1329
|
+
return _lucideReact.ScissorsIcon;
|
1318
1330
|
}
|
1319
1331
|
});
|
1320
1332
|
Object.defineProperty(exports, "SearchIcon", {
|
1321
1333
|
enumerable: true,
|
1322
1334
|
get: function get() {
|
1323
|
-
return
|
1335
|
+
return _lucideReact.SearchIcon;
|
1324
1336
|
}
|
1325
1337
|
});
|
1326
1338
|
Object.defineProperty(exports, "SendIcon", {
|
1327
1339
|
enumerable: true,
|
1328
1340
|
get: function get() {
|
1329
|
-
return
|
1341
|
+
return _lucideReact.SendIcon;
|
1330
1342
|
}
|
1331
1343
|
});
|
1332
1344
|
Object.defineProperty(exports, "ServerIcon", {
|
1333
1345
|
enumerable: true,
|
1334
1346
|
get: function get() {
|
1335
|
-
return
|
1347
|
+
return _lucideReact.ServerIcon;
|
1336
1348
|
}
|
1337
1349
|
});
|
1338
1350
|
Object.defineProperty(exports, "SettingsCategoryPagesIcon", {
|
@@ -1350,169 +1362,163 @@ Object.defineProperty(exports, "SettingsConsequencesIcon", {
|
|
1350
1362
|
Object.defineProperty(exports, "SettingsIcon", {
|
1351
1363
|
enumerable: true,
|
1352
1364
|
get: function get() {
|
1353
|
-
return
|
1365
|
+
return _lucideReact.SettingsIcon;
|
1354
1366
|
}
|
1355
1367
|
});
|
1356
1368
|
Object.defineProperty(exports, "Share2Icon", {
|
1357
1369
|
enumerable: true,
|
1358
1370
|
get: function get() {
|
1359
|
-
return
|
1371
|
+
return _lucideReact.Share2Icon;
|
1360
1372
|
}
|
1361
1373
|
});
|
1362
1374
|
Object.defineProperty(exports, "ShareIcon", {
|
1363
1375
|
enumerable: true,
|
1364
1376
|
get: function get() {
|
1365
|
-
return
|
1377
|
+
return _lucideReact.ShareIcon;
|
1366
1378
|
}
|
1367
1379
|
});
|
1368
1380
|
Object.defineProperty(exports, "ShieldIcon", {
|
1369
1381
|
enumerable: true,
|
1370
1382
|
get: function get() {
|
1371
|
-
return
|
1383
|
+
return _lucideReact.ShieldIcon;
|
1372
1384
|
}
|
1373
1385
|
});
|
1374
1386
|
Object.defineProperty(exports, "ShieldOffIcon", {
|
1375
1387
|
enumerable: true,
|
1376
1388
|
get: function get() {
|
1377
|
-
return
|
1389
|
+
return _lucideReact.ShieldOffIcon;
|
1378
1390
|
}
|
1379
1391
|
});
|
1380
1392
|
Object.defineProperty(exports, "ShoppingBagIcon", {
|
1381
1393
|
enumerable: true,
|
1382
1394
|
get: function get() {
|
1383
|
-
return
|
1395
|
+
return _lucideReact.ShoppingBagIcon;
|
1384
1396
|
}
|
1385
1397
|
});
|
1386
1398
|
Object.defineProperty(exports, "ShoppingCartIcon", {
|
1387
1399
|
enumerable: true,
|
1388
1400
|
get: function get() {
|
1389
|
-
return
|
1401
|
+
return _lucideReact.ShoppingCartIcon;
|
1390
1402
|
}
|
1391
1403
|
});
|
1392
1404
|
Object.defineProperty(exports, "ShuffleIcon", {
|
1393
1405
|
enumerable: true,
|
1394
1406
|
get: function get() {
|
1395
|
-
return
|
1407
|
+
return _lucideReact.ShuffleIcon;
|
1396
1408
|
}
|
1397
1409
|
});
|
1398
1410
|
Object.defineProperty(exports, "SidebarIcon", {
|
1399
1411
|
enumerable: true,
|
1400
1412
|
get: function get() {
|
1401
|
-
return
|
1413
|
+
return _lucideReact.SidebarIcon;
|
1402
1414
|
}
|
1403
1415
|
});
|
1404
1416
|
Object.defineProperty(exports, "SkipBackIcon", {
|
1405
1417
|
enumerable: true,
|
1406
1418
|
get: function get() {
|
1407
|
-
return
|
1419
|
+
return _lucideReact.SkipBackIcon;
|
1408
1420
|
}
|
1409
1421
|
});
|
1410
1422
|
Object.defineProperty(exports, "SkipForwardIcon", {
|
1411
1423
|
enumerable: true,
|
1412
1424
|
get: function get() {
|
1413
|
-
return
|
1425
|
+
return _lucideReact.SkipForwardIcon;
|
1414
1426
|
}
|
1415
1427
|
});
|
1416
1428
|
Object.defineProperty(exports, "SlackIcon", {
|
1417
1429
|
enumerable: true,
|
1418
1430
|
get: function get() {
|
1419
|
-
return
|
1420
|
-
}
|
1421
|
-
});
|
1422
|
-
Object.defineProperty(exports, "SlashIcon", {
|
1423
|
-
enumerable: true,
|
1424
|
-
get: function get() {
|
1425
|
-
return _reactFeather.Slash;
|
1431
|
+
return _lucideReact.SlackIcon;
|
1426
1432
|
}
|
1427
1433
|
});
|
1428
1434
|
Object.defineProperty(exports, "SlidersIcon", {
|
1429
1435
|
enumerable: true,
|
1430
1436
|
get: function get() {
|
1431
|
-
return
|
1437
|
+
return _lucideReact.SlidersIcon;
|
1432
1438
|
}
|
1433
1439
|
});
|
1434
1440
|
Object.defineProperty(exports, "SmartphoneIcon", {
|
1435
1441
|
enumerable: true,
|
1436
1442
|
get: function get() {
|
1437
|
-
return
|
1443
|
+
return _lucideReact.SmartphoneIcon;
|
1438
1444
|
}
|
1439
1445
|
});
|
1440
1446
|
Object.defineProperty(exports, "SmileIcon", {
|
1441
1447
|
enumerable: true,
|
1442
1448
|
get: function get() {
|
1443
|
-
return
|
1449
|
+
return _lucideReact.SmileIcon;
|
1444
1450
|
}
|
1445
1451
|
});
|
1446
1452
|
Object.defineProperty(exports, "SpeakerIcon", {
|
1447
1453
|
enumerable: true,
|
1448
1454
|
get: function get() {
|
1449
|
-
return
|
1455
|
+
return _lucideReact.SpeakerIcon;
|
1450
1456
|
}
|
1451
1457
|
});
|
1452
1458
|
Object.defineProperty(exports, "SquareIcon", {
|
1453
1459
|
enumerable: true,
|
1454
1460
|
get: function get() {
|
1455
|
-
return
|
1461
|
+
return _lucideReact.SquareIcon;
|
1456
1462
|
}
|
1457
1463
|
});
|
1458
1464
|
Object.defineProperty(exports, "StarIcon", {
|
1459
1465
|
enumerable: true,
|
1460
1466
|
get: function get() {
|
1461
|
-
return
|
1467
|
+
return _lucideReact.StarIcon;
|
1462
1468
|
}
|
1463
1469
|
});
|
1464
1470
|
Object.defineProperty(exports, "StopCircleIcon", {
|
1465
1471
|
enumerable: true,
|
1466
1472
|
get: function get() {
|
1467
|
-
return
|
1473
|
+
return _lucideReact.StopCircleIcon;
|
1468
1474
|
}
|
1469
1475
|
});
|
1470
1476
|
Object.defineProperty(exports, "SunIcon", {
|
1471
1477
|
enumerable: true,
|
1472
1478
|
get: function get() {
|
1473
|
-
return
|
1479
|
+
return _lucideReact.SunIcon;
|
1474
1480
|
}
|
1475
1481
|
});
|
1476
1482
|
Object.defineProperty(exports, "SunriseIcon", {
|
1477
1483
|
enumerable: true,
|
1478
1484
|
get: function get() {
|
1479
|
-
return
|
1485
|
+
return _lucideReact.SunriseIcon;
|
1480
1486
|
}
|
1481
1487
|
});
|
1482
1488
|
Object.defineProperty(exports, "SunsetIcon", {
|
1483
1489
|
enumerable: true,
|
1484
1490
|
get: function get() {
|
1485
|
-
return
|
1491
|
+
return _lucideReact.SunsetIcon;
|
1486
1492
|
}
|
1487
1493
|
});
|
1488
1494
|
Object.defineProperty(exports, "TableIcon", {
|
1489
1495
|
enumerable: true,
|
1490
1496
|
get: function get() {
|
1491
|
-
return
|
1497
|
+
return _lucideReact.TableIcon;
|
1492
1498
|
}
|
1493
1499
|
});
|
1494
1500
|
Object.defineProperty(exports, "TabletIcon", {
|
1495
1501
|
enumerable: true,
|
1496
1502
|
get: function get() {
|
1497
|
-
return
|
1503
|
+
return _lucideReact.TabletIcon;
|
1498
1504
|
}
|
1499
1505
|
});
|
1500
1506
|
Object.defineProperty(exports, "TagIcon", {
|
1501
1507
|
enumerable: true,
|
1502
1508
|
get: function get() {
|
1503
|
-
return
|
1509
|
+
return _lucideReact.TagIcon;
|
1504
1510
|
}
|
1505
1511
|
});
|
1506
1512
|
Object.defineProperty(exports, "TargetIcon", {
|
1507
1513
|
enumerable: true,
|
1508
1514
|
get: function get() {
|
1509
|
-
return
|
1515
|
+
return _lucideReact.TargetIcon;
|
1510
1516
|
}
|
1511
1517
|
});
|
1512
1518
|
Object.defineProperty(exports, "TerminalIcon", {
|
1513
1519
|
enumerable: true,
|
1514
1520
|
get: function get() {
|
1515
|
-
return
|
1521
|
+
return _lucideReact.TerminalIcon;
|
1516
1522
|
}
|
1517
1523
|
});
|
1518
1524
|
Object.defineProperty(exports, "TestingIcon", {
|
@@ -1524,121 +1530,115 @@ Object.defineProperty(exports, "TestingIcon", {
|
|
1524
1530
|
Object.defineProperty(exports, "ThermometerIcon", {
|
1525
1531
|
enumerable: true,
|
1526
1532
|
get: function get() {
|
1527
|
-
return
|
1533
|
+
return _lucideReact.ThermometerIcon;
|
1528
1534
|
}
|
1529
1535
|
});
|
1530
1536
|
Object.defineProperty(exports, "ThumbsDownIcon", {
|
1531
1537
|
enumerable: true,
|
1532
1538
|
get: function get() {
|
1533
|
-
return
|
1539
|
+
return _lucideReact.ThumbsDownIcon;
|
1534
1540
|
}
|
1535
1541
|
});
|
1536
1542
|
Object.defineProperty(exports, "ThumbsUpIcon", {
|
1537
1543
|
enumerable: true,
|
1538
1544
|
get: function get() {
|
1539
|
-
return
|
1545
|
+
return _lucideReact.ThumbsUpIcon;
|
1540
1546
|
}
|
1541
1547
|
});
|
1542
1548
|
Object.defineProperty(exports, "ToggleLeftIcon", {
|
1543
1549
|
enumerable: true,
|
1544
1550
|
get: function get() {
|
1545
|
-
return
|
1551
|
+
return _lucideReact.ToggleLeftIcon;
|
1546
1552
|
}
|
1547
1553
|
});
|
1548
1554
|
Object.defineProperty(exports, "ToggleRightIcon", {
|
1549
1555
|
enumerable: true,
|
1550
1556
|
get: function get() {
|
1551
|
-
return
|
1552
|
-
}
|
1553
|
-
});
|
1554
|
-
Object.defineProperty(exports, "ToolIcon", {
|
1555
|
-
enumerable: true,
|
1556
|
-
get: function get() {
|
1557
|
-
return _reactFeather.Tool;
|
1557
|
+
return _lucideReact.ToggleRightIcon;
|
1558
1558
|
}
|
1559
1559
|
});
|
1560
1560
|
Object.defineProperty(exports, "Trash2Icon", {
|
1561
1561
|
enumerable: true,
|
1562
1562
|
get: function get() {
|
1563
|
-
return
|
1563
|
+
return _lucideReact.Trash2Icon;
|
1564
1564
|
}
|
1565
1565
|
});
|
1566
1566
|
Object.defineProperty(exports, "TrashIcon", {
|
1567
1567
|
enumerable: true,
|
1568
1568
|
get: function get() {
|
1569
|
-
return
|
1569
|
+
return _lucideReact.TrashIcon;
|
1570
1570
|
}
|
1571
1571
|
});
|
1572
1572
|
Object.defineProperty(exports, "TrelloIcon", {
|
1573
1573
|
enumerable: true,
|
1574
1574
|
get: function get() {
|
1575
|
-
return
|
1575
|
+
return _lucideReact.TrelloIcon;
|
1576
1576
|
}
|
1577
1577
|
});
|
1578
1578
|
Object.defineProperty(exports, "TrendingDownIcon", {
|
1579
1579
|
enumerable: true,
|
1580
1580
|
get: function get() {
|
1581
|
-
return
|
1581
|
+
return _lucideReact.TrendingDownIcon;
|
1582
1582
|
}
|
1583
1583
|
});
|
1584
1584
|
Object.defineProperty(exports, "TrendingUpIcon", {
|
1585
1585
|
enumerable: true,
|
1586
1586
|
get: function get() {
|
1587
|
-
return
|
1587
|
+
return _lucideReact.TrendingUpIcon;
|
1588
1588
|
}
|
1589
1589
|
});
|
1590
1590
|
Object.defineProperty(exports, "TriangleIcon", {
|
1591
1591
|
enumerable: true,
|
1592
1592
|
get: function get() {
|
1593
|
-
return
|
1593
|
+
return _lucideReact.TriangleIcon;
|
1594
1594
|
}
|
1595
1595
|
});
|
1596
1596
|
Object.defineProperty(exports, "TruckIcon", {
|
1597
1597
|
enumerable: true,
|
1598
1598
|
get: function get() {
|
1599
|
-
return
|
1599
|
+
return _lucideReact.TruckIcon;
|
1600
1600
|
}
|
1601
1601
|
});
|
1602
1602
|
Object.defineProperty(exports, "TvIcon", {
|
1603
1603
|
enumerable: true,
|
1604
1604
|
get: function get() {
|
1605
|
-
return
|
1605
|
+
return _lucideReact.TvIcon;
|
1606
1606
|
}
|
1607
1607
|
});
|
1608
1608
|
Object.defineProperty(exports, "TwitchIcon", {
|
1609
1609
|
enumerable: true,
|
1610
1610
|
get: function get() {
|
1611
|
-
return
|
1611
|
+
return _lucideReact.TwitchIcon;
|
1612
1612
|
}
|
1613
1613
|
});
|
1614
1614
|
Object.defineProperty(exports, "TwitterIcon", {
|
1615
1615
|
enumerable: true,
|
1616
1616
|
get: function get() {
|
1617
|
-
return
|
1617
|
+
return _lucideReact.TwitterIcon;
|
1618
1618
|
}
|
1619
1619
|
});
|
1620
1620
|
Object.defineProperty(exports, "TypeIcon", {
|
1621
1621
|
enumerable: true,
|
1622
1622
|
get: function get() {
|
1623
|
-
return
|
1623
|
+
return _lucideReact.TypeIcon;
|
1624
1624
|
}
|
1625
1625
|
});
|
1626
1626
|
Object.defineProperty(exports, "UmbrellaIcon", {
|
1627
1627
|
enumerable: true,
|
1628
1628
|
get: function get() {
|
1629
|
-
return
|
1629
|
+
return _lucideReact.UmbrellaIcon;
|
1630
1630
|
}
|
1631
1631
|
});
|
1632
1632
|
Object.defineProperty(exports, "UnderlineIcon", {
|
1633
1633
|
enumerable: true,
|
1634
1634
|
get: function get() {
|
1635
|
-
return
|
1635
|
+
return _lucideReact.UnderlineIcon;
|
1636
1636
|
}
|
1637
1637
|
});
|
1638
1638
|
Object.defineProperty(exports, "UnlockIcon", {
|
1639
1639
|
enumerable: true,
|
1640
1640
|
get: function get() {
|
1641
|
-
return
|
1641
|
+
return _lucideReact.UnlockIcon;
|
1642
1642
|
}
|
1643
1643
|
});
|
1644
1644
|
Object.defineProperty(exports, "UnpinIcon", {
|
@@ -1650,115 +1650,115 @@ Object.defineProperty(exports, "UnpinIcon", {
|
|
1650
1650
|
Object.defineProperty(exports, "UploadCloudIcon", {
|
1651
1651
|
enumerable: true,
|
1652
1652
|
get: function get() {
|
1653
|
-
return
|
1653
|
+
return _lucideReact.UploadCloudIcon;
|
1654
1654
|
}
|
1655
1655
|
});
|
1656
1656
|
Object.defineProperty(exports, "UploadIcon", {
|
1657
1657
|
enumerable: true,
|
1658
1658
|
get: function get() {
|
1659
|
-
return
|
1659
|
+
return _lucideReact.UploadIcon;
|
1660
1660
|
}
|
1661
1661
|
});
|
1662
1662
|
Object.defineProperty(exports, "UserCheckIcon", {
|
1663
1663
|
enumerable: true,
|
1664
1664
|
get: function get() {
|
1665
|
-
return
|
1665
|
+
return _lucideReact.UserCheckIcon;
|
1666
1666
|
}
|
1667
1667
|
});
|
1668
1668
|
Object.defineProperty(exports, "UserIcon", {
|
1669
1669
|
enumerable: true,
|
1670
1670
|
get: function get() {
|
1671
|
-
return
|
1671
|
+
return _lucideReact.UserIcon;
|
1672
1672
|
}
|
1673
1673
|
});
|
1674
1674
|
Object.defineProperty(exports, "UserMinusIcon", {
|
1675
1675
|
enumerable: true,
|
1676
1676
|
get: function get() {
|
1677
|
-
return
|
1677
|
+
return _lucideReact.UserMinusIcon;
|
1678
1678
|
}
|
1679
1679
|
});
|
1680
1680
|
Object.defineProperty(exports, "UserPlusIcon", {
|
1681
1681
|
enumerable: true,
|
1682
1682
|
get: function get() {
|
1683
|
-
return
|
1683
|
+
return _lucideReact.UserPlusIcon;
|
1684
1684
|
}
|
1685
1685
|
});
|
1686
1686
|
Object.defineProperty(exports, "UserXIcon", {
|
1687
1687
|
enumerable: true,
|
1688
1688
|
get: function get() {
|
1689
|
-
return
|
1689
|
+
return _lucideReact.UserXIcon;
|
1690
1690
|
}
|
1691
1691
|
});
|
1692
1692
|
Object.defineProperty(exports, "UsersIcon", {
|
1693
1693
|
enumerable: true,
|
1694
1694
|
get: function get() {
|
1695
|
-
return
|
1695
|
+
return _lucideReact.UsersIcon;
|
1696
1696
|
}
|
1697
1697
|
});
|
1698
1698
|
Object.defineProperty(exports, "VideoIcon", {
|
1699
1699
|
enumerable: true,
|
1700
1700
|
get: function get() {
|
1701
|
-
return
|
1701
|
+
return _lucideReact.VideoIcon;
|
1702
1702
|
}
|
1703
1703
|
});
|
1704
1704
|
Object.defineProperty(exports, "VideoOffIcon", {
|
1705
1705
|
enumerable: true,
|
1706
1706
|
get: function get() {
|
1707
|
-
return
|
1707
|
+
return _lucideReact.VideoOffIcon;
|
1708
1708
|
}
|
1709
1709
|
});
|
1710
1710
|
Object.defineProperty(exports, "VoicemailIcon", {
|
1711
1711
|
enumerable: true,
|
1712
1712
|
get: function get() {
|
1713
|
-
return
|
1713
|
+
return _lucideReact.VoicemailIcon;
|
1714
1714
|
}
|
1715
1715
|
});
|
1716
1716
|
Object.defineProperty(exports, "Volume1Icon", {
|
1717
1717
|
enumerable: true,
|
1718
1718
|
get: function get() {
|
1719
|
-
return
|
1719
|
+
return _lucideReact.Volume1Icon;
|
1720
1720
|
}
|
1721
1721
|
});
|
1722
1722
|
Object.defineProperty(exports, "Volume2Icon", {
|
1723
1723
|
enumerable: true,
|
1724
1724
|
get: function get() {
|
1725
|
-
return
|
1725
|
+
return _lucideReact.Volume2Icon;
|
1726
1726
|
}
|
1727
1727
|
});
|
1728
1728
|
Object.defineProperty(exports, "VolumeIcon", {
|
1729
1729
|
enumerable: true,
|
1730
1730
|
get: function get() {
|
1731
|
-
return
|
1731
|
+
return _lucideReact.VolumeIcon;
|
1732
1732
|
}
|
1733
1733
|
});
|
1734
1734
|
Object.defineProperty(exports, "VolumeXIcon", {
|
1735
1735
|
enumerable: true,
|
1736
1736
|
get: function get() {
|
1737
|
-
return
|
1737
|
+
return _lucideReact.VolumeXIcon;
|
1738
1738
|
}
|
1739
1739
|
});
|
1740
1740
|
Object.defineProperty(exports, "WatchIcon", {
|
1741
1741
|
enumerable: true,
|
1742
1742
|
get: function get() {
|
1743
|
-
return
|
1743
|
+
return _lucideReact.WatchIcon;
|
1744
1744
|
}
|
1745
1745
|
});
|
1746
1746
|
Object.defineProperty(exports, "WifiIcon", {
|
1747
1747
|
enumerable: true,
|
1748
1748
|
get: function get() {
|
1749
|
-
return
|
1749
|
+
return _lucideReact.WifiIcon;
|
1750
1750
|
}
|
1751
1751
|
});
|
1752
1752
|
Object.defineProperty(exports, "WifiOffIcon", {
|
1753
1753
|
enumerable: true,
|
1754
1754
|
get: function get() {
|
1755
|
-
return
|
1755
|
+
return _lucideReact.WifiOffIcon;
|
1756
1756
|
}
|
1757
1757
|
});
|
1758
1758
|
Object.defineProperty(exports, "WindIcon", {
|
1759
1759
|
enumerable: true,
|
1760
1760
|
get: function get() {
|
1761
|
-
return
|
1761
|
+
return _lucideReact.WindIcon;
|
1762
1762
|
}
|
1763
1763
|
});
|
1764
1764
|
Object.defineProperty(exports, "WorkspaceSwitcherIcon", {
|
@@ -1767,58 +1767,64 @@ Object.defineProperty(exports, "WorkspaceSwitcherIcon", {
|
|
1767
1767
|
return _WorkspaceSwitcherIcon.WorkspaceSwitcherIcon;
|
1768
1768
|
}
|
1769
1769
|
});
|
1770
|
+
Object.defineProperty(exports, "WrenchIcon", {
|
1771
|
+
enumerable: true,
|
1772
|
+
get: function get() {
|
1773
|
+
return _lucideReact.WrenchIcon;
|
1774
|
+
}
|
1775
|
+
});
|
1770
1776
|
Object.defineProperty(exports, "XCircleIcon", {
|
1771
1777
|
enumerable: true,
|
1772
1778
|
get: function get() {
|
1773
|
-
return
|
1779
|
+
return _lucideReact.XCircleIcon;
|
1774
1780
|
}
|
1775
1781
|
});
|
1776
1782
|
Object.defineProperty(exports, "XIcon", {
|
1777
1783
|
enumerable: true,
|
1778
1784
|
get: function get() {
|
1779
|
-
return
|
1785
|
+
return _lucideReact.XIcon;
|
1780
1786
|
}
|
1781
1787
|
});
|
1782
1788
|
Object.defineProperty(exports, "XOctagonIcon", {
|
1783
1789
|
enumerable: true,
|
1784
1790
|
get: function get() {
|
1785
|
-
return
|
1791
|
+
return _lucideReact.XOctagonIcon;
|
1786
1792
|
}
|
1787
1793
|
});
|
1788
1794
|
Object.defineProperty(exports, "XSquareIcon", {
|
1789
1795
|
enumerable: true,
|
1790
1796
|
get: function get() {
|
1791
|
-
return
|
1797
|
+
return _lucideReact.XSquareIcon;
|
1792
1798
|
}
|
1793
1799
|
});
|
1794
1800
|
Object.defineProperty(exports, "YoutubeIcon", {
|
1795
1801
|
enumerable: true,
|
1796
1802
|
get: function get() {
|
1797
|
-
return
|
1803
|
+
return _lucideReact.YoutubeIcon;
|
1798
1804
|
}
|
1799
1805
|
});
|
1800
1806
|
Object.defineProperty(exports, "ZapIcon", {
|
1801
1807
|
enumerable: true,
|
1802
1808
|
get: function get() {
|
1803
|
-
return
|
1809
|
+
return _lucideReact.ZapIcon;
|
1804
1810
|
}
|
1805
1811
|
});
|
1806
1812
|
Object.defineProperty(exports, "ZapOffIcon", {
|
1807
1813
|
enumerable: true,
|
1808
1814
|
get: function get() {
|
1809
|
-
return
|
1815
|
+
return _lucideReact.ZapOffIcon;
|
1810
1816
|
}
|
1811
1817
|
});
|
1812
1818
|
Object.defineProperty(exports, "ZoomInIcon", {
|
1813
1819
|
enumerable: true,
|
1814
1820
|
get: function get() {
|
1815
|
-
return
|
1821
|
+
return _lucideReact.ZoomInIcon;
|
1816
1822
|
}
|
1817
1823
|
});
|
1818
1824
|
Object.defineProperty(exports, "ZoomOutIcon", {
|
1819
1825
|
enumerable: true,
|
1820
1826
|
get: function get() {
|
1821
|
-
return
|
1827
|
+
return _lucideReact.ZoomOutIcon;
|
1822
1828
|
}
|
1823
1829
|
});
|
1824
1830
|
var _DragHandleIcon = require("./DragHandleIcon");
|
@@ -1837,4 +1843,4 @@ var _QueryBreakdownIcon = require("./QueryBreakdownIcon");
|
|
1837
1843
|
var _BulbIcon = require("./BulbIcon");
|
1838
1844
|
var _TestingIcon = require("./TestingIcon");
|
1839
1845
|
var _RocketIcon = require("./RocketIcon");
|
1840
|
-
var
|
1846
|
+
var _lucideReact = require("lucide-react");
|