elbe-ui 0.4.27 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bit/_bit_provider.d.ts +1 -1
- package/dist/bit/_bit_provider.js +11 -6
- package/dist/bit/_bit_utils.d.ts +5 -1
- package/dist/bit/bit.d.ts +2 -2
- package/dist/bit/bit.js +2 -2
- package/dist/elbe.css +97 -61
- package/dist/elbe.css.map +1 -1
- package/dist/index.d.ts +1529 -1527
- package/dist/index.js +3 -2
- package/dist/ui/components/badge.d.ts +7 -7
- package/dist/ui/components/badge.js +3 -3
- package/dist/ui/components/banner.d.ts +2 -2
- package/dist/ui/components/banner.js +8 -8
- package/dist/ui/components/base/box.d.ts +4140 -2520
- package/dist/ui/components/base/box.js +4 -4
- package/dist/ui/components/base/card.d.ts +1 -1
- package/dist/ui/components/base/card.js +1 -1
- package/dist/ui/components/base/padded.d.ts +4 -4
- package/dist/ui/components/base/padded.js +2 -2
- package/dist/ui/components/button/button.d.ts +10 -9
- package/dist/ui/components/button/button.js +15 -13
- package/dist/ui/components/button/choose_button.d.ts +2 -2
- package/dist/ui/components/button/choose_button.js +5 -4
- package/dist/ui/components/button/icon_button.d.ts +9 -8
- package/dist/ui/components/button/icon_button.js +16 -4
- package/dist/ui/components/button/toggle_button.d.ts +2 -2
- package/dist/ui/components/button/toggle_button.js +8 -4
- package/dist/ui/components/dev/todo.d.ts +4 -4
- package/dist/ui/components/dev/todo.js +2 -2
- package/dist/ui/components/dialog.d.ts +4 -3
- package/dist/ui/components/dialog.js +21 -4
- package/dist/ui/components/error_view.d.ts +2 -2
- package/dist/ui/components/error_view.js +12 -8
- package/dist/ui/components/footer.d.ts +3 -3
- package/dist/ui/components/footer.js +3 -3
- package/dist/ui/components/input/checkbox.d.ts +1 -1
- package/dist/ui/components/input/checkbox.js +5 -5
- package/dist/ui/components/input/range.d.ts +1 -1
- package/dist/ui/components/input/range.js +1 -1
- package/dist/ui/components/input/select.d.ts +1 -1
- package/dist/ui/components/input/select.js +2 -2
- package/dist/ui/components/input/switch.d.ts +1 -1
- package/dist/ui/components/input/switch.js +1 -1
- package/dist/ui/components/input/text/input_field.d.ts +9 -9
- package/dist/ui/components/input/text/input_field.js +7 -7
- package/dist/ui/components/input/text/multi_line.d.ts +1 -1
- package/dist/ui/components/input/text/multi_line.js +3 -3
- package/dist/ui/components/input/text/single_line.d.ts +1 -1
- package/dist/ui/components/input/text/single_line.js +4 -4
- package/dist/ui/components/layout/alignment.d.ts +3 -2
- package/dist/ui/components/layout/alignment.js +2 -2
- package/dist/ui/components/layout/app_base.d.ts +1 -1
- package/dist/ui/components/layout/app_base.js +33 -9
- package/dist/ui/components/layout/ctx_app_base.d.ts +8 -3
- package/dist/ui/components/layout/ctx_app_base.js +1 -2
- package/dist/ui/components/layout/flex.d.ts +3 -3
- package/dist/ui/components/layout/flex.js +5 -5
- package/dist/ui/components/layout/header.d.ts +5 -8
- package/dist/ui/components/layout/header.js +11 -13
- package/dist/ui/components/layout/menu.d.ts +1 -1
- package/dist/ui/components/layout/menu.js +6 -6
- package/dist/ui/components/layout/page.d.ts +3 -1
- package/dist/ui/components/layout/page.js +3 -1
- package/dist/ui/components/layout/scroll.d.ts +4 -4
- package/dist/ui/components/layout/scroll.js +3 -3
- package/dist/ui/components/layout/spaced.d.ts +1 -1
- package/dist/ui/components/layout/spaced.js +1 -1
- package/dist/ui/components/layout/toolbar.d.ts +2 -2
- package/dist/ui/components/layout/toolbar.js +4 -6
- package/dist/ui/components/link.d.ts +1 -1
- package/dist/ui/components/link.js +2 -2
- package/dist/ui/components/progress_bar.d.ts +1 -1
- package/dist/ui/components/progress_bar.js +1 -1
- package/dist/ui/components/routing/route.d.ts +8 -8
- package/dist/ui/components/routing/route.js +4 -4
- package/dist/ui/components/spinner.d.ts +4 -4
- package/dist/ui/components/spinner.js +33 -33
- package/dist/ui/components/text.d.ts +15 -15
- package/dist/ui/components/text.js +6 -6
- package/dist/ui/theme/colors.js +0 -1
- package/dist/ui/theme/theme.d.ts +1 -1
- package/dist/ui/theme/theme.js +3 -3
- package/dist/ui/theme/theme_context.d.ts +2 -2
- package/dist/ui/theme/theme_context.js +1 -2
- package/dist/ui/util/ctx_toolbar.d.ts +1 -2
- package/dist/ui/util/ctx_toolbar.js +2 -2
- package/dist/ui/util/error_view.d.ts +1 -1
- package/dist/ui/util/error_view.js +8 -2
- package/dist/ui/util/l10n/_l10n_util.d.ts +1 -1
- package/dist/ui/util/l10n/_l10n_util.js +1 -1
- package/dist/ui/util/l10n/l10n.d.ts +1 -1
- package/dist/ui/util/l10n/l10n.js +2 -2
- package/dist/ui/util/types.d.ts +3 -2
- package/dist/ui/util/util.js +1 -2
- package/package.json +6 -8
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import * as Lucide from "lucide-react";
|
|
1
2
|
import "./elbe.css";
|
|
2
|
-
export * as
|
|
3
|
+
export * as Wouter from "wouter";
|
|
4
|
+
export * as wouter_hash from "wouter/use-hash-location";
|
|
3
5
|
export * from "./api/api_worker";
|
|
4
6
|
export * from "./api/error";
|
|
5
7
|
export * from "./api/errors";
|
|
@@ -44,1532 +46,1532 @@ export * from "./ui/components/dev/todo";
|
|
|
44
46
|
export * from "./ui/theme/seed";
|
|
45
47
|
export * from "./ui/theme/theme";
|
|
46
48
|
export * from "./ui/theme/theme_context";
|
|
47
|
-
declare function None({}: {}): import("
|
|
49
|
+
declare function None({}: {}): import("react/jsx-runtime").JSX.Element;
|
|
48
50
|
export declare const Icons: {
|
|
49
51
|
None: typeof None;
|
|
50
|
-
AArrowDown: react.ForwardRefExoticComponent<
|
|
51
|
-
AArrowUp: react.ForwardRefExoticComponent<
|
|
52
|
-
ALargeSmall: react.ForwardRefExoticComponent<
|
|
53
|
-
Accessibility: react.ForwardRefExoticComponent<
|
|
54
|
-
Activity: react.ForwardRefExoticComponent<
|
|
55
|
-
AirVent: react.ForwardRefExoticComponent<
|
|
56
|
-
Airplay: react.ForwardRefExoticComponent<
|
|
57
|
-
AlarmClock: react.ForwardRefExoticComponent<
|
|
58
|
-
AlarmClockCheck: react.ForwardRefExoticComponent<
|
|
59
|
-
AlarmClockMinus: react.ForwardRefExoticComponent<
|
|
60
|
-
AlarmClockOff: react.ForwardRefExoticComponent<
|
|
61
|
-
AlarmClockPlus: react.ForwardRefExoticComponent<
|
|
62
|
-
AlarmSmoke: react.ForwardRefExoticComponent<
|
|
63
|
-
Album: react.ForwardRefExoticComponent<
|
|
64
|
-
AlignCenter: react.ForwardRefExoticComponent<
|
|
65
|
-
AlignCenterHorizontal: react.ForwardRefExoticComponent<
|
|
66
|
-
AlignCenterVertical: react.ForwardRefExoticComponent<
|
|
67
|
-
AlignEndHorizontal: react.ForwardRefExoticComponent<
|
|
68
|
-
AlignEndVertical: react.ForwardRefExoticComponent<
|
|
69
|
-
AlignHorizontalDistributeCenter: react.ForwardRefExoticComponent<
|
|
70
|
-
AlignHorizontalDistributeEnd: react.ForwardRefExoticComponent<
|
|
71
|
-
AlignHorizontalDistributeStart: react.ForwardRefExoticComponent<
|
|
72
|
-
AlignHorizontalJustifyCenter: react.ForwardRefExoticComponent<
|
|
73
|
-
AlignHorizontalJustifyEnd: react.ForwardRefExoticComponent<
|
|
74
|
-
AlignHorizontalJustifyStart: react.ForwardRefExoticComponent<
|
|
75
|
-
AlignHorizontalSpaceAround: react.ForwardRefExoticComponent<
|
|
76
|
-
AlignHorizontalSpaceBetween: react.ForwardRefExoticComponent<
|
|
77
|
-
AlignJustify: react.ForwardRefExoticComponent<
|
|
78
|
-
AlignLeft: react.ForwardRefExoticComponent<
|
|
79
|
-
AlignRight: react.ForwardRefExoticComponent<
|
|
80
|
-
AlignStartHorizontal: react.ForwardRefExoticComponent<
|
|
81
|
-
AlignStartVertical: react.ForwardRefExoticComponent<
|
|
82
|
-
AlignVerticalDistributeCenter: react.ForwardRefExoticComponent<
|
|
83
|
-
AlignVerticalDistributeEnd: react.ForwardRefExoticComponent<
|
|
84
|
-
AlignVerticalDistributeStart: react.ForwardRefExoticComponent<
|
|
85
|
-
AlignVerticalJustifyCenter: react.ForwardRefExoticComponent<
|
|
86
|
-
AlignVerticalJustifyEnd: react.ForwardRefExoticComponent<
|
|
87
|
-
AlignVerticalJustifyStart: react.ForwardRefExoticComponent<
|
|
88
|
-
AlignVerticalSpaceAround: react.ForwardRefExoticComponent<
|
|
89
|
-
AlignVerticalSpaceBetween: react.ForwardRefExoticComponent<
|
|
90
|
-
Ambulance: react.ForwardRefExoticComponent<
|
|
91
|
-
Ampersand: react.ForwardRefExoticComponent<
|
|
92
|
-
Ampersands: react.ForwardRefExoticComponent<
|
|
93
|
-
Amphora: react.ForwardRefExoticComponent<
|
|
94
|
-
Anchor: react.ForwardRefExoticComponent<
|
|
95
|
-
Angry: react.ForwardRefExoticComponent<
|
|
96
|
-
Annoyed: react.ForwardRefExoticComponent<
|
|
97
|
-
Antenna: react.ForwardRefExoticComponent<
|
|
98
|
-
Anvil: react.ForwardRefExoticComponent<
|
|
99
|
-
Aperture: react.ForwardRefExoticComponent<
|
|
100
|
-
AppWindow: react.ForwardRefExoticComponent<
|
|
101
|
-
AppWindowMac: react.ForwardRefExoticComponent<
|
|
102
|
-
Apple: react.ForwardRefExoticComponent<
|
|
103
|
-
Archive: react.ForwardRefExoticComponent<
|
|
104
|
-
ArchiveRestore: react.ForwardRefExoticComponent<
|
|
105
|
-
ArchiveX: react.ForwardRefExoticComponent<
|
|
106
|
-
Armchair: react.ForwardRefExoticComponent<
|
|
107
|
-
ArrowBigDown: react.ForwardRefExoticComponent<
|
|
108
|
-
ArrowBigDownDash: react.ForwardRefExoticComponent<
|
|
109
|
-
ArrowBigLeft: react.ForwardRefExoticComponent<
|
|
110
|
-
ArrowBigLeftDash: react.ForwardRefExoticComponent<
|
|
111
|
-
ArrowBigRight: react.ForwardRefExoticComponent<
|
|
112
|
-
ArrowBigRightDash: react.ForwardRefExoticComponent<
|
|
113
|
-
ArrowBigUp: react.ForwardRefExoticComponent<
|
|
114
|
-
ArrowBigUpDash: react.ForwardRefExoticComponent<
|
|
115
|
-
ArrowDown: react.ForwardRefExoticComponent<
|
|
116
|
-
ArrowDown01: react.ForwardRefExoticComponent<
|
|
117
|
-
ArrowDown10: react.ForwardRefExoticComponent<
|
|
118
|
-
ArrowDownAZ: react.ForwardRefExoticComponent<
|
|
119
|
-
ArrowDownFromLine: react.ForwardRefExoticComponent<
|
|
120
|
-
ArrowDownLeft: react.ForwardRefExoticComponent<
|
|
121
|
-
ArrowDownNarrowWide: react.ForwardRefExoticComponent<
|
|
122
|
-
ArrowDownRight: react.ForwardRefExoticComponent<
|
|
123
|
-
ArrowDownToDot: react.ForwardRefExoticComponent<
|
|
124
|
-
ArrowDownToLine: react.ForwardRefExoticComponent<
|
|
125
|
-
ArrowDownUp: react.ForwardRefExoticComponent<
|
|
126
|
-
ArrowDownWideNarrow: react.ForwardRefExoticComponent<
|
|
127
|
-
ArrowDownZA: react.ForwardRefExoticComponent<
|
|
128
|
-
ArrowLeft: react.ForwardRefExoticComponent<
|
|
129
|
-
ArrowLeftFromLine: react.ForwardRefExoticComponent<
|
|
130
|
-
ArrowLeftRight: react.ForwardRefExoticComponent<
|
|
131
|
-
ArrowLeftToLine: react.ForwardRefExoticComponent<
|
|
132
|
-
ArrowRight: react.ForwardRefExoticComponent<
|
|
133
|
-
ArrowRightFromLine: react.ForwardRefExoticComponent<
|
|
134
|
-
ArrowRightLeft: react.ForwardRefExoticComponent<
|
|
135
|
-
ArrowRightToLine: react.ForwardRefExoticComponent<
|
|
136
|
-
ArrowUp: react.ForwardRefExoticComponent<
|
|
137
|
-
ArrowUp01: react.ForwardRefExoticComponent<
|
|
138
|
-
ArrowUp10: react.ForwardRefExoticComponent<
|
|
139
|
-
ArrowUpAZ: react.ForwardRefExoticComponent<
|
|
140
|
-
ArrowUpDown: react.ForwardRefExoticComponent<
|
|
141
|
-
ArrowUpFromDot: react.ForwardRefExoticComponent<
|
|
142
|
-
ArrowUpFromLine: react.ForwardRefExoticComponent<
|
|
143
|
-
ArrowUpLeft: react.ForwardRefExoticComponent<
|
|
144
|
-
ArrowUpNarrowWide: react.ForwardRefExoticComponent<
|
|
145
|
-
ArrowUpRight: react.ForwardRefExoticComponent<
|
|
146
|
-
ArrowUpToLine: react.ForwardRefExoticComponent<
|
|
147
|
-
ArrowUpWideNarrow: react.ForwardRefExoticComponent<
|
|
148
|
-
ArrowUpZA: react.ForwardRefExoticComponent<
|
|
149
|
-
ArrowsUpFromLine: react.ForwardRefExoticComponent<
|
|
150
|
-
Asterisk: react.ForwardRefExoticComponent<
|
|
151
|
-
AtSign: react.ForwardRefExoticComponent<
|
|
152
|
-
Atom: react.ForwardRefExoticComponent<
|
|
153
|
-
AudioLines: react.ForwardRefExoticComponent<
|
|
154
|
-
AudioWaveform: react.ForwardRefExoticComponent<
|
|
155
|
-
Award: react.ForwardRefExoticComponent<
|
|
156
|
-
Axe: react.ForwardRefExoticComponent<
|
|
157
|
-
Axis3d: react.ForwardRefExoticComponent<
|
|
158
|
-
Baby: react.ForwardRefExoticComponent<
|
|
159
|
-
Backpack: react.ForwardRefExoticComponent<
|
|
160
|
-
Badge: react.ForwardRefExoticComponent<
|
|
161
|
-
BadgeAlert: react.ForwardRefExoticComponent<
|
|
162
|
-
BadgeCent: react.ForwardRefExoticComponent<
|
|
163
|
-
BadgeCheck: react.ForwardRefExoticComponent<
|
|
164
|
-
BadgeDollarSign: react.ForwardRefExoticComponent<
|
|
165
|
-
BadgeEuro: react.ForwardRefExoticComponent<
|
|
166
|
-
BadgeHelp: react.ForwardRefExoticComponent<
|
|
167
|
-
BadgeIndianRupee: react.ForwardRefExoticComponent<
|
|
168
|
-
BadgeInfo: react.ForwardRefExoticComponent<
|
|
169
|
-
BadgeJapaneseYen: react.ForwardRefExoticComponent<
|
|
170
|
-
BadgeMinus: react.ForwardRefExoticComponent<
|
|
171
|
-
BadgePercent: react.ForwardRefExoticComponent<
|
|
172
|
-
BadgePlus: react.ForwardRefExoticComponent<
|
|
173
|
-
BadgePoundSterling: react.ForwardRefExoticComponent<
|
|
174
|
-
BadgeRussianRuble: react.ForwardRefExoticComponent<
|
|
175
|
-
BadgeSwissFranc: react.ForwardRefExoticComponent<
|
|
176
|
-
BadgeX: react.ForwardRefExoticComponent<
|
|
177
|
-
BaggageClaim: react.ForwardRefExoticComponent<
|
|
178
|
-
Ban: react.ForwardRefExoticComponent<
|
|
179
|
-
Banana: react.ForwardRefExoticComponent<
|
|
180
|
-
Bandage: react.ForwardRefExoticComponent<
|
|
181
|
-
Banknote: react.ForwardRefExoticComponent<
|
|
182
|
-
Barcode: react.ForwardRefExoticComponent<
|
|
183
|
-
Baseline: react.ForwardRefExoticComponent<
|
|
184
|
-
Bath: react.ForwardRefExoticComponent<
|
|
185
|
-
Battery: react.ForwardRefExoticComponent<
|
|
186
|
-
BatteryCharging: react.ForwardRefExoticComponent<
|
|
187
|
-
BatteryFull: react.ForwardRefExoticComponent<
|
|
188
|
-
BatteryLow: react.ForwardRefExoticComponent<
|
|
189
|
-
BatteryMedium: react.ForwardRefExoticComponent<
|
|
190
|
-
BatteryWarning: react.ForwardRefExoticComponent<
|
|
191
|
-
Beaker: react.ForwardRefExoticComponent<
|
|
192
|
-
Bean: react.ForwardRefExoticComponent<
|
|
193
|
-
BeanOff: react.ForwardRefExoticComponent<
|
|
194
|
-
Bed: react.ForwardRefExoticComponent<
|
|
195
|
-
BedDouble: react.ForwardRefExoticComponent<
|
|
196
|
-
BedSingle: react.ForwardRefExoticComponent<
|
|
197
|
-
Beef: react.ForwardRefExoticComponent<
|
|
198
|
-
Beer: react.ForwardRefExoticComponent<
|
|
199
|
-
BeerOff: react.ForwardRefExoticComponent<
|
|
200
|
-
Bell: react.ForwardRefExoticComponent<
|
|
201
|
-
BellDot: react.ForwardRefExoticComponent<
|
|
202
|
-
BellElectric: react.ForwardRefExoticComponent<
|
|
203
|
-
BellMinus: react.ForwardRefExoticComponent<
|
|
204
|
-
BellOff: react.ForwardRefExoticComponent<
|
|
205
|
-
BellPlus: react.ForwardRefExoticComponent<
|
|
206
|
-
BellRing: react.ForwardRefExoticComponent<
|
|
207
|
-
BetweenHorizontalEnd: react.ForwardRefExoticComponent<
|
|
208
|
-
BetweenHorizontalStart: react.ForwardRefExoticComponent<
|
|
209
|
-
BetweenVerticalEnd: react.ForwardRefExoticComponent<
|
|
210
|
-
BetweenVerticalStart: react.ForwardRefExoticComponent<
|
|
211
|
-
BicepsFlexed: react.ForwardRefExoticComponent<
|
|
212
|
-
Bike: react.ForwardRefExoticComponent<
|
|
213
|
-
Binary: react.ForwardRefExoticComponent<
|
|
214
|
-
Binoculars: react.ForwardRefExoticComponent<
|
|
215
|
-
Biohazard: react.ForwardRefExoticComponent<
|
|
216
|
-
Bird: react.ForwardRefExoticComponent<
|
|
217
|
-
Bitcoin: react.ForwardRefExoticComponent<
|
|
218
|
-
Blend: react.ForwardRefExoticComponent<
|
|
219
|
-
Blinds: react.ForwardRefExoticComponent<
|
|
220
|
-
Blocks: react.ForwardRefExoticComponent<
|
|
221
|
-
Bluetooth: react.ForwardRefExoticComponent<
|
|
222
|
-
BluetoothConnected: react.ForwardRefExoticComponent<
|
|
223
|
-
BluetoothOff: react.ForwardRefExoticComponent<
|
|
224
|
-
BluetoothSearching: react.ForwardRefExoticComponent<
|
|
225
|
-
Bold: react.ForwardRefExoticComponent<
|
|
226
|
-
Bolt: react.ForwardRefExoticComponent<
|
|
227
|
-
Bomb: react.ForwardRefExoticComponent<
|
|
228
|
-
Bone: react.ForwardRefExoticComponent<
|
|
229
|
-
Book: react.ForwardRefExoticComponent<
|
|
230
|
-
BookA: react.ForwardRefExoticComponent<
|
|
231
|
-
BookAudio: react.ForwardRefExoticComponent<
|
|
232
|
-
BookCheck: react.ForwardRefExoticComponent<
|
|
233
|
-
BookCopy: react.ForwardRefExoticComponent<
|
|
234
|
-
BookDashed: react.ForwardRefExoticComponent<
|
|
235
|
-
BookDown: react.ForwardRefExoticComponent<
|
|
236
|
-
BookHeadphones: react.ForwardRefExoticComponent<
|
|
237
|
-
BookHeart: react.ForwardRefExoticComponent<
|
|
238
|
-
BookImage: react.ForwardRefExoticComponent<
|
|
239
|
-
BookKey: react.ForwardRefExoticComponent<
|
|
240
|
-
BookLock: react.ForwardRefExoticComponent<
|
|
241
|
-
BookMarked: react.ForwardRefExoticComponent<
|
|
242
|
-
BookMinus: react.ForwardRefExoticComponent<
|
|
243
|
-
BookOpen: react.ForwardRefExoticComponent<
|
|
244
|
-
BookOpenCheck: react.ForwardRefExoticComponent<
|
|
245
|
-
BookOpenText: react.ForwardRefExoticComponent<
|
|
246
|
-
BookPlus: react.ForwardRefExoticComponent<
|
|
247
|
-
BookText: react.ForwardRefExoticComponent<
|
|
248
|
-
BookType: react.ForwardRefExoticComponent<
|
|
249
|
-
BookUp: react.ForwardRefExoticComponent<
|
|
250
|
-
BookUp2: react.ForwardRefExoticComponent<
|
|
251
|
-
BookUser: react.ForwardRefExoticComponent<
|
|
252
|
-
BookX: react.ForwardRefExoticComponent<
|
|
253
|
-
Bookmark: react.ForwardRefExoticComponent<
|
|
254
|
-
BookmarkCheck: react.ForwardRefExoticComponent<
|
|
255
|
-
BookmarkMinus: react.ForwardRefExoticComponent<
|
|
256
|
-
BookmarkPlus: react.ForwardRefExoticComponent<
|
|
257
|
-
BookmarkX: react.ForwardRefExoticComponent<
|
|
258
|
-
BoomBox: react.ForwardRefExoticComponent<
|
|
259
|
-
Bot: react.ForwardRefExoticComponent<
|
|
260
|
-
BotMessageSquare: react.ForwardRefExoticComponent<
|
|
261
|
-
BotOff: react.ForwardRefExoticComponent<
|
|
262
|
-
Box: react.ForwardRefExoticComponent<
|
|
263
|
-
BoxSelect: react.ForwardRefExoticComponent<
|
|
264
|
-
Boxes: react.ForwardRefExoticComponent<
|
|
265
|
-
Braces: react.ForwardRefExoticComponent<
|
|
266
|
-
Brackets: react.ForwardRefExoticComponent<
|
|
267
|
-
Brain: react.ForwardRefExoticComponent<
|
|
268
|
-
BrainCircuit: react.ForwardRefExoticComponent<
|
|
269
|
-
BrainCog: react.ForwardRefExoticComponent<
|
|
270
|
-
BrickWall: react.ForwardRefExoticComponent<
|
|
271
|
-
Briefcase: react.ForwardRefExoticComponent<
|
|
272
|
-
BriefcaseBusiness: react.ForwardRefExoticComponent<
|
|
273
|
-
BriefcaseMedical: react.ForwardRefExoticComponent<
|
|
274
|
-
BringToFront: react.ForwardRefExoticComponent<
|
|
275
|
-
Brush: react.ForwardRefExoticComponent<
|
|
276
|
-
Bug: react.ForwardRefExoticComponent<
|
|
277
|
-
BugOff: react.ForwardRefExoticComponent<
|
|
278
|
-
BugPlay: react.ForwardRefExoticComponent<
|
|
279
|
-
Building: react.ForwardRefExoticComponent<
|
|
280
|
-
Building2: react.ForwardRefExoticComponent<
|
|
281
|
-
Bus: react.ForwardRefExoticComponent<
|
|
282
|
-
BusFront: react.ForwardRefExoticComponent<
|
|
283
|
-
Cable: react.ForwardRefExoticComponent<
|
|
284
|
-
CableCar: react.ForwardRefExoticComponent<
|
|
285
|
-
Cake: react.ForwardRefExoticComponent<
|
|
286
|
-
CakeSlice: react.ForwardRefExoticComponent<
|
|
287
|
-
Calculator: react.ForwardRefExoticComponent<
|
|
288
|
-
Calendar: react.ForwardRefExoticComponent<
|
|
289
|
-
CalendarArrowDown: react.ForwardRefExoticComponent<
|
|
290
|
-
CalendarArrowUp: react.ForwardRefExoticComponent<
|
|
291
|
-
CalendarCheck: react.ForwardRefExoticComponent<
|
|
292
|
-
CalendarCheck2: react.ForwardRefExoticComponent<
|
|
293
|
-
CalendarClock: react.ForwardRefExoticComponent<
|
|
294
|
-
CalendarCog: react.ForwardRefExoticComponent<
|
|
295
|
-
CalendarDays: react.ForwardRefExoticComponent<
|
|
296
|
-
CalendarFold: react.ForwardRefExoticComponent<
|
|
297
|
-
CalendarHeart: react.ForwardRefExoticComponent<
|
|
298
|
-
CalendarMinus: react.ForwardRefExoticComponent<
|
|
299
|
-
CalendarMinus2: react.ForwardRefExoticComponent<
|
|
300
|
-
CalendarOff: react.ForwardRefExoticComponent<
|
|
301
|
-
CalendarPlus: react.ForwardRefExoticComponent<
|
|
302
|
-
CalendarPlus2: react.ForwardRefExoticComponent<
|
|
303
|
-
CalendarRange: react.ForwardRefExoticComponent<
|
|
304
|
-
CalendarSearch: react.ForwardRefExoticComponent<
|
|
305
|
-
CalendarX: react.ForwardRefExoticComponent<
|
|
306
|
-
CalendarX2: react.ForwardRefExoticComponent<
|
|
307
|
-
Camera: react.ForwardRefExoticComponent<
|
|
308
|
-
CameraOff: react.ForwardRefExoticComponent<
|
|
309
|
-
Candy: react.ForwardRefExoticComponent<
|
|
310
|
-
CandyCane: react.ForwardRefExoticComponent<
|
|
311
|
-
CandyOff: react.ForwardRefExoticComponent<
|
|
312
|
-
Cannabis: react.ForwardRefExoticComponent<
|
|
313
|
-
Captions: react.ForwardRefExoticComponent<
|
|
314
|
-
CaptionsOff: react.ForwardRefExoticComponent<
|
|
315
|
-
Car: react.ForwardRefExoticComponent<
|
|
316
|
-
CarFront: react.ForwardRefExoticComponent<
|
|
317
|
-
CarTaxiFront: react.ForwardRefExoticComponent<
|
|
318
|
-
Caravan: react.ForwardRefExoticComponent<
|
|
319
|
-
Carrot: react.ForwardRefExoticComponent<
|
|
320
|
-
CaseLower: react.ForwardRefExoticComponent<
|
|
321
|
-
CaseSensitive: react.ForwardRefExoticComponent<
|
|
322
|
-
CaseUpper: react.ForwardRefExoticComponent<
|
|
323
|
-
CassetteTape: react.ForwardRefExoticComponent<
|
|
324
|
-
Cast: react.ForwardRefExoticComponent<
|
|
325
|
-
Castle: react.ForwardRefExoticComponent<
|
|
326
|
-
Cat: react.ForwardRefExoticComponent<
|
|
327
|
-
Cctv: react.ForwardRefExoticComponent<
|
|
328
|
-
ChartArea: react.ForwardRefExoticComponent<
|
|
329
|
-
ChartBar: react.ForwardRefExoticComponent<
|
|
330
|
-
ChartBarBig: react.ForwardRefExoticComponent<
|
|
331
|
-
ChartBarDecreasing: react.ForwardRefExoticComponent<
|
|
332
|
-
ChartBarIncreasing: react.ForwardRefExoticComponent<
|
|
333
|
-
ChartBarStacked: react.ForwardRefExoticComponent<
|
|
334
|
-
ChartCandlestick: react.ForwardRefExoticComponent<
|
|
335
|
-
ChartColumn: react.ForwardRefExoticComponent<
|
|
336
|
-
ChartColumnBig: react.ForwardRefExoticComponent<
|
|
337
|
-
ChartColumnDecreasing: react.ForwardRefExoticComponent<
|
|
338
|
-
ChartColumnIncreasing: react.ForwardRefExoticComponent<
|
|
339
|
-
ChartColumnStacked: react.ForwardRefExoticComponent<
|
|
340
|
-
ChartGantt: react.ForwardRefExoticComponent<
|
|
341
|
-
ChartLine: react.ForwardRefExoticComponent<
|
|
342
|
-
ChartNetwork: react.ForwardRefExoticComponent<
|
|
343
|
-
ChartNoAxesColumn: react.ForwardRefExoticComponent<
|
|
344
|
-
ChartNoAxesColumnDecreasing: react.ForwardRefExoticComponent<
|
|
345
|
-
ChartNoAxesColumnIncreasing: react.ForwardRefExoticComponent<
|
|
346
|
-
ChartNoAxesCombined: react.ForwardRefExoticComponent<
|
|
347
|
-
ChartNoAxesGantt: react.ForwardRefExoticComponent<
|
|
348
|
-
ChartPie: react.ForwardRefExoticComponent<
|
|
349
|
-
ChartScatter: react.ForwardRefExoticComponent<
|
|
350
|
-
ChartSpline: react.ForwardRefExoticComponent<
|
|
351
|
-
Check: react.ForwardRefExoticComponent<
|
|
352
|
-
CheckCheck: react.ForwardRefExoticComponent<
|
|
353
|
-
ChefHat: react.ForwardRefExoticComponent<
|
|
354
|
-
Cherry: react.ForwardRefExoticComponent<
|
|
355
|
-
ChevronDown: react.ForwardRefExoticComponent<
|
|
356
|
-
ChevronFirst: react.ForwardRefExoticComponent<
|
|
357
|
-
ChevronLast: react.ForwardRefExoticComponent<
|
|
358
|
-
ChevronLeft: react.ForwardRefExoticComponent<
|
|
359
|
-
ChevronRight: react.ForwardRefExoticComponent<
|
|
360
|
-
ChevronUp: react.ForwardRefExoticComponent<
|
|
361
|
-
ChevronsDown: react.ForwardRefExoticComponent<
|
|
362
|
-
ChevronsDownUp: react.ForwardRefExoticComponent<
|
|
363
|
-
ChevronsLeft: react.ForwardRefExoticComponent<
|
|
364
|
-
ChevronsLeftRight: react.ForwardRefExoticComponent<
|
|
365
|
-
ChevronsLeftRightEllipsis: react.ForwardRefExoticComponent<
|
|
366
|
-
ChevronsRight: react.ForwardRefExoticComponent<
|
|
367
|
-
ChevronsRightLeft: react.ForwardRefExoticComponent<
|
|
368
|
-
ChevronsUp: react.ForwardRefExoticComponent<
|
|
369
|
-
ChevronsUpDown: react.ForwardRefExoticComponent<
|
|
370
|
-
Chrome: react.ForwardRefExoticComponent<
|
|
371
|
-
Church: react.ForwardRefExoticComponent<
|
|
372
|
-
Cigarette: react.ForwardRefExoticComponent<
|
|
373
|
-
CigaretteOff: react.ForwardRefExoticComponent<
|
|
374
|
-
Circle: react.ForwardRefExoticComponent<
|
|
375
|
-
CircleAlert: react.ForwardRefExoticComponent<
|
|
376
|
-
CircleArrowDown: react.ForwardRefExoticComponent<
|
|
377
|
-
CircleArrowLeft: react.ForwardRefExoticComponent<
|
|
378
|
-
CircleArrowOutDownLeft: react.ForwardRefExoticComponent<
|
|
379
|
-
CircleArrowOutDownRight: react.ForwardRefExoticComponent<
|
|
380
|
-
CircleArrowOutUpLeft: react.ForwardRefExoticComponent<
|
|
381
|
-
CircleArrowOutUpRight: react.ForwardRefExoticComponent<
|
|
382
|
-
CircleArrowRight: react.ForwardRefExoticComponent<
|
|
383
|
-
CircleArrowUp: react.ForwardRefExoticComponent<
|
|
384
|
-
CircleCheck: react.ForwardRefExoticComponent<
|
|
385
|
-
CircleCheckBig: react.ForwardRefExoticComponent<
|
|
386
|
-
CircleChevronDown: react.ForwardRefExoticComponent<
|
|
387
|
-
CircleChevronLeft: react.ForwardRefExoticComponent<
|
|
388
|
-
CircleChevronRight: react.ForwardRefExoticComponent<
|
|
389
|
-
CircleChevronUp: react.ForwardRefExoticComponent<
|
|
390
|
-
CircleDashed: react.ForwardRefExoticComponent<
|
|
391
|
-
CircleDivide: react.ForwardRefExoticComponent<
|
|
392
|
-
CircleDollarSign: react.ForwardRefExoticComponent<
|
|
393
|
-
CircleDot: react.ForwardRefExoticComponent<
|
|
394
|
-
CircleDotDashed: react.ForwardRefExoticComponent<
|
|
395
|
-
CircleEllipsis: react.ForwardRefExoticComponent<
|
|
396
|
-
CircleEqual: react.ForwardRefExoticComponent<
|
|
397
|
-
CircleFadingArrowUp: react.ForwardRefExoticComponent<
|
|
398
|
-
CircleFadingPlus: react.ForwardRefExoticComponent<
|
|
399
|
-
CircleGauge: react.ForwardRefExoticComponent<
|
|
400
|
-
CircleHelp: react.ForwardRefExoticComponent<
|
|
401
|
-
CircleMinus: react.ForwardRefExoticComponent<
|
|
402
|
-
CircleOff: react.ForwardRefExoticComponent<
|
|
403
|
-
CircleParking: react.ForwardRefExoticComponent<
|
|
404
|
-
CircleParkingOff: react.ForwardRefExoticComponent<
|
|
405
|
-
CirclePause: react.ForwardRefExoticComponent<
|
|
406
|
-
CirclePercent: react.ForwardRefExoticComponent<
|
|
407
|
-
CirclePlay: react.ForwardRefExoticComponent<
|
|
408
|
-
CirclePlus: react.ForwardRefExoticComponent<
|
|
409
|
-
CirclePower: react.ForwardRefExoticComponent<
|
|
410
|
-
CircleSlash: react.ForwardRefExoticComponent<
|
|
411
|
-
CircleSlash2: react.ForwardRefExoticComponent<
|
|
412
|
-
CircleStop: react.ForwardRefExoticComponent<
|
|
413
|
-
CircleUser: react.ForwardRefExoticComponent<
|
|
414
|
-
CircleUserRound: react.ForwardRefExoticComponent<
|
|
415
|
-
CircleX: react.ForwardRefExoticComponent<
|
|
416
|
-
CircuitBoard: react.ForwardRefExoticComponent<
|
|
417
|
-
Citrus: react.ForwardRefExoticComponent<
|
|
418
|
-
Clapperboard: react.ForwardRefExoticComponent<
|
|
419
|
-
Clipboard: react.ForwardRefExoticComponent<
|
|
420
|
-
ClipboardCheck: react.ForwardRefExoticComponent<
|
|
421
|
-
ClipboardCopy: react.ForwardRefExoticComponent<
|
|
422
|
-
ClipboardList: react.ForwardRefExoticComponent<
|
|
423
|
-
ClipboardMinus: react.ForwardRefExoticComponent<
|
|
424
|
-
ClipboardPaste: react.ForwardRefExoticComponent<
|
|
425
|
-
ClipboardPen: react.ForwardRefExoticComponent<
|
|
426
|
-
ClipboardPenLine: react.ForwardRefExoticComponent<
|
|
427
|
-
ClipboardPlus: react.ForwardRefExoticComponent<
|
|
428
|
-
ClipboardType: react.ForwardRefExoticComponent<
|
|
429
|
-
ClipboardX: react.ForwardRefExoticComponent<
|
|
430
|
-
Clock: react.ForwardRefExoticComponent<
|
|
431
|
-
Clock1: react.ForwardRefExoticComponent<
|
|
432
|
-
Clock10: react.ForwardRefExoticComponent<
|
|
433
|
-
Clock11: react.ForwardRefExoticComponent<
|
|
434
|
-
Clock12: react.ForwardRefExoticComponent<
|
|
435
|
-
Clock2: react.ForwardRefExoticComponent<
|
|
436
|
-
Clock3: react.ForwardRefExoticComponent<
|
|
437
|
-
Clock4: react.ForwardRefExoticComponent<
|
|
438
|
-
Clock5: react.ForwardRefExoticComponent<
|
|
439
|
-
Clock6: react.ForwardRefExoticComponent<
|
|
440
|
-
Clock7: react.ForwardRefExoticComponent<
|
|
441
|
-
Clock8: react.ForwardRefExoticComponent<
|
|
442
|
-
Clock9: react.ForwardRefExoticComponent<
|
|
443
|
-
ClockArrowDown: react.ForwardRefExoticComponent<
|
|
444
|
-
ClockArrowUp: react.ForwardRefExoticComponent<
|
|
445
|
-
Cloud: react.ForwardRefExoticComponent<
|
|
446
|
-
CloudCog: react.ForwardRefExoticComponent<
|
|
447
|
-
CloudDownload: react.ForwardRefExoticComponent<
|
|
448
|
-
CloudDrizzle: react.ForwardRefExoticComponent<
|
|
449
|
-
CloudFog: react.ForwardRefExoticComponent<
|
|
450
|
-
CloudHail: react.ForwardRefExoticComponent<
|
|
451
|
-
CloudLightning: react.ForwardRefExoticComponent<
|
|
452
|
-
CloudMoon: react.ForwardRefExoticComponent<
|
|
453
|
-
CloudMoonRain: react.ForwardRefExoticComponent<
|
|
454
|
-
CloudOff: react.ForwardRefExoticComponent<
|
|
455
|
-
CloudRain: react.ForwardRefExoticComponent<
|
|
456
|
-
CloudRainWind: react.ForwardRefExoticComponent<
|
|
457
|
-
CloudSnow: react.ForwardRefExoticComponent<
|
|
458
|
-
CloudSun: react.ForwardRefExoticComponent<
|
|
459
|
-
CloudSunRain: react.ForwardRefExoticComponent<
|
|
460
|
-
CloudUpload: react.ForwardRefExoticComponent<
|
|
461
|
-
Cloudy: react.ForwardRefExoticComponent<
|
|
462
|
-
Clover: react.ForwardRefExoticComponent<
|
|
463
|
-
Club: react.ForwardRefExoticComponent<
|
|
464
|
-
Code: react.ForwardRefExoticComponent<
|
|
465
|
-
CodeXml: react.ForwardRefExoticComponent<
|
|
466
|
-
Codepen: react.ForwardRefExoticComponent<
|
|
467
|
-
Codesandbox: react.ForwardRefExoticComponent<
|
|
468
|
-
Coffee: react.ForwardRefExoticComponent<
|
|
469
|
-
Cog: react.ForwardRefExoticComponent<
|
|
470
|
-
Coins: react.ForwardRefExoticComponent<
|
|
471
|
-
Columns2: react.ForwardRefExoticComponent<
|
|
472
|
-
Columns3: react.ForwardRefExoticComponent<
|
|
473
|
-
Columns4: react.ForwardRefExoticComponent<
|
|
474
|
-
Combine: react.ForwardRefExoticComponent<
|
|
475
|
-
Command: react.ForwardRefExoticComponent<
|
|
476
|
-
Compass: react.ForwardRefExoticComponent<
|
|
477
|
-
Component: react.ForwardRefExoticComponent<
|
|
478
|
-
Computer: react.ForwardRefExoticComponent<
|
|
479
|
-
ConciergeBell: react.ForwardRefExoticComponent<
|
|
480
|
-
Cone: react.ForwardRefExoticComponent<
|
|
481
|
-
Construction: react.ForwardRefExoticComponent<
|
|
482
|
-
Contact: react.ForwardRefExoticComponent<
|
|
483
|
-
ContactRound: react.ForwardRefExoticComponent<
|
|
484
|
-
Container: react.ForwardRefExoticComponent<
|
|
485
|
-
Contrast: react.ForwardRefExoticComponent<
|
|
486
|
-
Cookie: react.ForwardRefExoticComponent<
|
|
487
|
-
CookingPot: react.ForwardRefExoticComponent<
|
|
488
|
-
Copy: react.ForwardRefExoticComponent<
|
|
489
|
-
CopyCheck: react.ForwardRefExoticComponent<
|
|
490
|
-
CopyMinus: react.ForwardRefExoticComponent<
|
|
491
|
-
CopyPlus: react.ForwardRefExoticComponent<
|
|
492
|
-
CopySlash: react.ForwardRefExoticComponent<
|
|
493
|
-
CopyX: react.ForwardRefExoticComponent<
|
|
494
|
-
Copyleft: react.ForwardRefExoticComponent<
|
|
495
|
-
Copyright: react.ForwardRefExoticComponent<
|
|
496
|
-
CornerDownLeft: react.ForwardRefExoticComponent<
|
|
497
|
-
CornerDownRight: react.ForwardRefExoticComponent<
|
|
498
|
-
CornerLeftDown: react.ForwardRefExoticComponent<
|
|
499
|
-
CornerLeftUp: react.ForwardRefExoticComponent<
|
|
500
|
-
CornerRightDown: react.ForwardRefExoticComponent<
|
|
501
|
-
CornerRightUp: react.ForwardRefExoticComponent<
|
|
502
|
-
CornerUpLeft: react.ForwardRefExoticComponent<
|
|
503
|
-
CornerUpRight: react.ForwardRefExoticComponent<
|
|
504
|
-
Cpu: react.ForwardRefExoticComponent<
|
|
505
|
-
CreativeCommons: react.ForwardRefExoticComponent<
|
|
506
|
-
CreditCard: react.ForwardRefExoticComponent<
|
|
507
|
-
Croissant: react.ForwardRefExoticComponent<
|
|
508
|
-
Crop: react.ForwardRefExoticComponent<
|
|
509
|
-
Cross: react.ForwardRefExoticComponent<
|
|
510
|
-
Crosshair: react.ForwardRefExoticComponent<
|
|
511
|
-
Crown: react.ForwardRefExoticComponent<
|
|
512
|
-
Cuboid: react.ForwardRefExoticComponent<
|
|
513
|
-
CupSoda: react.ForwardRefExoticComponent<
|
|
514
|
-
Currency: react.ForwardRefExoticComponent<
|
|
515
|
-
Cylinder: react.ForwardRefExoticComponent<
|
|
516
|
-
Dam: react.ForwardRefExoticComponent<
|
|
517
|
-
Database: react.ForwardRefExoticComponent<
|
|
518
|
-
DatabaseBackup: react.ForwardRefExoticComponent<
|
|
519
|
-
DatabaseZap: react.ForwardRefExoticComponent<
|
|
520
|
-
Delete: react.ForwardRefExoticComponent<
|
|
521
|
-
Dessert: react.ForwardRefExoticComponent<
|
|
522
|
-
Diameter: react.ForwardRefExoticComponent<
|
|
523
|
-
Diamond: react.ForwardRefExoticComponent<
|
|
524
|
-
DiamondMinus: react.ForwardRefExoticComponent<
|
|
525
|
-
DiamondPercent: react.ForwardRefExoticComponent<
|
|
526
|
-
DiamondPlus: react.ForwardRefExoticComponent<
|
|
527
|
-
Dice1: react.ForwardRefExoticComponent<
|
|
528
|
-
Dice2: react.ForwardRefExoticComponent<
|
|
529
|
-
Dice3: react.ForwardRefExoticComponent<
|
|
530
|
-
Dice4: react.ForwardRefExoticComponent<
|
|
531
|
-
Dice5: react.ForwardRefExoticComponent<
|
|
532
|
-
Dice6: react.ForwardRefExoticComponent<
|
|
533
|
-
Dices: react.ForwardRefExoticComponent<
|
|
534
|
-
Diff: react.ForwardRefExoticComponent<
|
|
535
|
-
Disc: react.ForwardRefExoticComponent<
|
|
536
|
-
Disc2: react.ForwardRefExoticComponent<
|
|
537
|
-
Disc3: react.ForwardRefExoticComponent<
|
|
538
|
-
DiscAlbum: react.ForwardRefExoticComponent<
|
|
539
|
-
Divide: react.ForwardRefExoticComponent<
|
|
540
|
-
Dna: react.ForwardRefExoticComponent<
|
|
541
|
-
DnaOff: react.ForwardRefExoticComponent<
|
|
542
|
-
Dock: react.ForwardRefExoticComponent<
|
|
543
|
-
Dog: react.ForwardRefExoticComponent<
|
|
544
|
-
DollarSign: react.ForwardRefExoticComponent<
|
|
545
|
-
Donut: react.ForwardRefExoticComponent<
|
|
546
|
-
DoorClosed: react.ForwardRefExoticComponent<
|
|
547
|
-
DoorOpen: react.ForwardRefExoticComponent<
|
|
548
|
-
Dot: react.ForwardRefExoticComponent<
|
|
549
|
-
Download: react.ForwardRefExoticComponent<
|
|
550
|
-
DraftingCompass: react.ForwardRefExoticComponent<
|
|
551
|
-
Drama: react.ForwardRefExoticComponent<
|
|
552
|
-
Dribbble: react.ForwardRefExoticComponent<
|
|
553
|
-
Drill: react.ForwardRefExoticComponent<
|
|
554
|
-
Droplet: react.ForwardRefExoticComponent<
|
|
555
|
-
Droplets: react.ForwardRefExoticComponent<
|
|
556
|
-
Drum: react.ForwardRefExoticComponent<
|
|
557
|
-
Drumstick: react.ForwardRefExoticComponent<
|
|
558
|
-
Dumbbell: react.ForwardRefExoticComponent<
|
|
559
|
-
Ear: react.ForwardRefExoticComponent<
|
|
560
|
-
EarOff: react.ForwardRefExoticComponent<
|
|
561
|
-
Earth: react.ForwardRefExoticComponent<
|
|
562
|
-
EarthLock: react.ForwardRefExoticComponent<
|
|
563
|
-
Eclipse: react.ForwardRefExoticComponent<
|
|
564
|
-
Egg: react.ForwardRefExoticComponent<
|
|
565
|
-
EggFried: react.ForwardRefExoticComponent<
|
|
566
|
-
EggOff: react.ForwardRefExoticComponent<
|
|
567
|
-
Ellipsis: react.ForwardRefExoticComponent<
|
|
568
|
-
EllipsisVertical: react.ForwardRefExoticComponent<
|
|
569
|
-
Equal: react.ForwardRefExoticComponent<
|
|
570
|
-
EqualNot: react.ForwardRefExoticComponent<
|
|
571
|
-
Eraser: react.ForwardRefExoticComponent<
|
|
572
|
-
EthernetPort: react.ForwardRefExoticComponent<
|
|
573
|
-
Euro: react.ForwardRefExoticComponent<
|
|
574
|
-
Expand: react.ForwardRefExoticComponent<
|
|
575
|
-
ExternalLink: react.ForwardRefExoticComponent<
|
|
576
|
-
Eye: react.ForwardRefExoticComponent<
|
|
577
|
-
EyeOff: react.ForwardRefExoticComponent<
|
|
578
|
-
Facebook: react.ForwardRefExoticComponent<
|
|
579
|
-
Factory: react.ForwardRefExoticComponent<
|
|
580
|
-
Fan: react.ForwardRefExoticComponent<
|
|
581
|
-
FastForward: react.ForwardRefExoticComponent<
|
|
582
|
-
Feather: react.ForwardRefExoticComponent<
|
|
583
|
-
Fence: react.ForwardRefExoticComponent<
|
|
584
|
-
FerrisWheel: react.ForwardRefExoticComponent<
|
|
585
|
-
Figma: react.ForwardRefExoticComponent<
|
|
586
|
-
File: react.ForwardRefExoticComponent<
|
|
587
|
-
FileArchive: react.ForwardRefExoticComponent<
|
|
588
|
-
FileAudio: react.ForwardRefExoticComponent<
|
|
589
|
-
FileAudio2: react.ForwardRefExoticComponent<
|
|
590
|
-
FileAxis3d: react.ForwardRefExoticComponent<
|
|
591
|
-
FileBadge: react.ForwardRefExoticComponent<
|
|
592
|
-
FileBadge2: react.ForwardRefExoticComponent<
|
|
593
|
-
FileBox: react.ForwardRefExoticComponent<
|
|
594
|
-
FileChartColumn: react.ForwardRefExoticComponent<
|
|
595
|
-
FileChartColumnIncreasing: react.ForwardRefExoticComponent<
|
|
596
|
-
FileChartLine: react.ForwardRefExoticComponent<
|
|
597
|
-
FileChartPie: react.ForwardRefExoticComponent<
|
|
598
|
-
FileCheck: react.ForwardRefExoticComponent<
|
|
599
|
-
FileCheck2: react.ForwardRefExoticComponent<
|
|
600
|
-
FileClock: react.ForwardRefExoticComponent<
|
|
601
|
-
FileCode: react.ForwardRefExoticComponent<
|
|
602
|
-
FileCode2: react.ForwardRefExoticComponent<
|
|
603
|
-
FileCog: react.ForwardRefExoticComponent<
|
|
604
|
-
FileDiff: react.ForwardRefExoticComponent<
|
|
605
|
-
FileDigit: react.ForwardRefExoticComponent<
|
|
606
|
-
FileDown: react.ForwardRefExoticComponent<
|
|
607
|
-
FileHeart: react.ForwardRefExoticComponent<
|
|
608
|
-
FileImage: react.ForwardRefExoticComponent<
|
|
609
|
-
FileInput: react.ForwardRefExoticComponent<
|
|
610
|
-
FileJson: react.ForwardRefExoticComponent<
|
|
611
|
-
FileJson2: react.ForwardRefExoticComponent<
|
|
612
|
-
FileKey: react.ForwardRefExoticComponent<
|
|
613
|
-
FileKey2: react.ForwardRefExoticComponent<
|
|
614
|
-
FileLock: react.ForwardRefExoticComponent<
|
|
615
|
-
FileLock2: react.ForwardRefExoticComponent<
|
|
616
|
-
FileMinus: react.ForwardRefExoticComponent<
|
|
617
|
-
FileMinus2: react.ForwardRefExoticComponent<
|
|
618
|
-
FileMusic: react.ForwardRefExoticComponent<
|
|
619
|
-
FileOutput: react.ForwardRefExoticComponent<
|
|
620
|
-
FilePen: react.ForwardRefExoticComponent<
|
|
621
|
-
FilePenLine: react.ForwardRefExoticComponent<
|
|
622
|
-
FilePlus: react.ForwardRefExoticComponent<
|
|
623
|
-
FilePlus2: react.ForwardRefExoticComponent<
|
|
624
|
-
FileQuestion: react.ForwardRefExoticComponent<
|
|
625
|
-
FileScan: react.ForwardRefExoticComponent<
|
|
626
|
-
FileSearch: react.ForwardRefExoticComponent<
|
|
627
|
-
FileSearch2: react.ForwardRefExoticComponent<
|
|
628
|
-
FileSliders: react.ForwardRefExoticComponent<
|
|
629
|
-
FileSpreadsheet: react.ForwardRefExoticComponent<
|
|
630
|
-
FileStack: react.ForwardRefExoticComponent<
|
|
631
|
-
FileSymlink: react.ForwardRefExoticComponent<
|
|
632
|
-
FileTerminal: react.ForwardRefExoticComponent<
|
|
633
|
-
FileText: react.ForwardRefExoticComponent<
|
|
634
|
-
FileType: react.ForwardRefExoticComponent<
|
|
635
|
-
FileType2: react.ForwardRefExoticComponent<
|
|
636
|
-
FileUp: react.ForwardRefExoticComponent<
|
|
637
|
-
FileVideo: react.ForwardRefExoticComponent<
|
|
638
|
-
FileVideo2: react.ForwardRefExoticComponent<
|
|
639
|
-
FileVolume: react.ForwardRefExoticComponent<
|
|
640
|
-
FileVolume2: react.ForwardRefExoticComponent<
|
|
641
|
-
FileWarning: react.ForwardRefExoticComponent<
|
|
642
|
-
FileX: react.ForwardRefExoticComponent<
|
|
643
|
-
FileX2: react.ForwardRefExoticComponent<
|
|
644
|
-
Files: react.ForwardRefExoticComponent<
|
|
645
|
-
Film: react.ForwardRefExoticComponent<
|
|
646
|
-
Filter: react.ForwardRefExoticComponent<
|
|
647
|
-
FilterX: react.ForwardRefExoticComponent<
|
|
648
|
-
Fingerprint: react.ForwardRefExoticComponent<
|
|
649
|
-
FireExtinguisher: react.ForwardRefExoticComponent<
|
|
650
|
-
Fish: react.ForwardRefExoticComponent<
|
|
651
|
-
FishOff: react.ForwardRefExoticComponent<
|
|
652
|
-
FishSymbol: react.ForwardRefExoticComponent<
|
|
653
|
-
Flag: react.ForwardRefExoticComponent<
|
|
654
|
-
FlagOff: react.ForwardRefExoticComponent<
|
|
655
|
-
FlagTriangleLeft: react.ForwardRefExoticComponent<
|
|
656
|
-
FlagTriangleRight: react.ForwardRefExoticComponent<
|
|
657
|
-
Flame: react.ForwardRefExoticComponent<
|
|
658
|
-
FlameKindling: react.ForwardRefExoticComponent<
|
|
659
|
-
Flashlight: react.ForwardRefExoticComponent<
|
|
660
|
-
FlashlightOff: react.ForwardRefExoticComponent<
|
|
661
|
-
FlaskConical: react.ForwardRefExoticComponent<
|
|
662
|
-
FlaskConicalOff: react.ForwardRefExoticComponent<
|
|
663
|
-
FlaskRound: react.ForwardRefExoticComponent<
|
|
664
|
-
FlipHorizontal: react.ForwardRefExoticComponent<
|
|
665
|
-
FlipHorizontal2: react.ForwardRefExoticComponent<
|
|
666
|
-
FlipVertical: react.ForwardRefExoticComponent<
|
|
667
|
-
FlipVertical2: react.ForwardRefExoticComponent<
|
|
668
|
-
Flower: react.ForwardRefExoticComponent<
|
|
669
|
-
Flower2: react.ForwardRefExoticComponent<
|
|
670
|
-
Focus: react.ForwardRefExoticComponent<
|
|
671
|
-
FoldHorizontal: react.ForwardRefExoticComponent<
|
|
672
|
-
FoldVertical: react.ForwardRefExoticComponent<
|
|
673
|
-
Folder: react.ForwardRefExoticComponent<
|
|
674
|
-
FolderArchive: react.ForwardRefExoticComponent<
|
|
675
|
-
FolderCheck: react.ForwardRefExoticComponent<
|
|
676
|
-
FolderClock: react.ForwardRefExoticComponent<
|
|
677
|
-
FolderClosed: react.ForwardRefExoticComponent<
|
|
678
|
-
FolderCode: react.ForwardRefExoticComponent<
|
|
679
|
-
FolderCog: react.ForwardRefExoticComponent<
|
|
680
|
-
FolderDot: react.ForwardRefExoticComponent<
|
|
681
|
-
FolderDown: react.ForwardRefExoticComponent<
|
|
682
|
-
FolderGit: react.ForwardRefExoticComponent<
|
|
683
|
-
FolderGit2: react.ForwardRefExoticComponent<
|
|
684
|
-
FolderHeart: react.ForwardRefExoticComponent<
|
|
685
|
-
FolderInput: react.ForwardRefExoticComponent<
|
|
686
|
-
FolderKanban: react.ForwardRefExoticComponent<
|
|
687
|
-
FolderKey: react.ForwardRefExoticComponent<
|
|
688
|
-
FolderLock: react.ForwardRefExoticComponent<
|
|
689
|
-
FolderMinus: react.ForwardRefExoticComponent<
|
|
690
|
-
FolderOpen: react.ForwardRefExoticComponent<
|
|
691
|
-
FolderOpenDot: react.ForwardRefExoticComponent<
|
|
692
|
-
FolderOutput: react.ForwardRefExoticComponent<
|
|
693
|
-
FolderPen: react.ForwardRefExoticComponent<
|
|
694
|
-
FolderPlus: react.ForwardRefExoticComponent<
|
|
695
|
-
FolderRoot: react.ForwardRefExoticComponent<
|
|
696
|
-
FolderSearch: react.ForwardRefExoticComponent<
|
|
697
|
-
FolderSearch2: react.ForwardRefExoticComponent<
|
|
698
|
-
FolderSymlink: react.ForwardRefExoticComponent<
|
|
699
|
-
FolderSync: react.ForwardRefExoticComponent<
|
|
700
|
-
FolderTree: react.ForwardRefExoticComponent<
|
|
701
|
-
FolderUp: react.ForwardRefExoticComponent<
|
|
702
|
-
FolderX: react.ForwardRefExoticComponent<
|
|
703
|
-
Folders: react.ForwardRefExoticComponent<
|
|
704
|
-
Footprints: react.ForwardRefExoticComponent<
|
|
705
|
-
Forklift: react.ForwardRefExoticComponent<
|
|
706
|
-
Forward: react.ForwardRefExoticComponent<
|
|
707
|
-
Frame: react.ForwardRefExoticComponent<
|
|
708
|
-
Framer: react.ForwardRefExoticComponent<
|
|
709
|
-
Frown: react.ForwardRefExoticComponent<
|
|
710
|
-
Fuel: react.ForwardRefExoticComponent<
|
|
711
|
-
Fullscreen: react.ForwardRefExoticComponent<
|
|
712
|
-
GalleryHorizontal: react.ForwardRefExoticComponent<
|
|
713
|
-
GalleryHorizontalEnd: react.ForwardRefExoticComponent<
|
|
714
|
-
GalleryThumbnails: react.ForwardRefExoticComponent<
|
|
715
|
-
GalleryVertical: react.ForwardRefExoticComponent<
|
|
716
|
-
GalleryVerticalEnd: react.ForwardRefExoticComponent<
|
|
717
|
-
Gamepad: react.ForwardRefExoticComponent<
|
|
718
|
-
Gamepad2: react.ForwardRefExoticComponent<
|
|
719
|
-
Gauge: react.ForwardRefExoticComponent<
|
|
720
|
-
Gavel: react.ForwardRefExoticComponent<
|
|
721
|
-
Gem: react.ForwardRefExoticComponent<
|
|
722
|
-
Ghost: react.ForwardRefExoticComponent<
|
|
723
|
-
Gift: react.ForwardRefExoticComponent<
|
|
724
|
-
GitBranch: react.ForwardRefExoticComponent<
|
|
725
|
-
GitBranchPlus: react.ForwardRefExoticComponent<
|
|
726
|
-
GitCommitHorizontal: react.ForwardRefExoticComponent<
|
|
727
|
-
GitCommitVertical: react.ForwardRefExoticComponent<
|
|
728
|
-
GitCompare: react.ForwardRefExoticComponent<
|
|
729
|
-
GitCompareArrows: react.ForwardRefExoticComponent<
|
|
730
|
-
GitFork: react.ForwardRefExoticComponent<
|
|
731
|
-
GitGraph: react.ForwardRefExoticComponent<
|
|
732
|
-
GitMerge: react.ForwardRefExoticComponent<
|
|
733
|
-
GitPullRequest: react.ForwardRefExoticComponent<
|
|
734
|
-
GitPullRequestArrow: react.ForwardRefExoticComponent<
|
|
735
|
-
GitPullRequestClosed: react.ForwardRefExoticComponent<
|
|
736
|
-
GitPullRequestCreate: react.ForwardRefExoticComponent<
|
|
737
|
-
GitPullRequestCreateArrow: react.ForwardRefExoticComponent<
|
|
738
|
-
GitPullRequestDraft: react.ForwardRefExoticComponent<
|
|
739
|
-
Github: react.ForwardRefExoticComponent<
|
|
740
|
-
Gitlab: react.ForwardRefExoticComponent<
|
|
741
|
-
GlassWater: react.ForwardRefExoticComponent<
|
|
742
|
-
Glasses: react.ForwardRefExoticComponent<
|
|
743
|
-
Globe: react.ForwardRefExoticComponent<
|
|
744
|
-
GlobeLock: react.ForwardRefExoticComponent<
|
|
745
|
-
Goal: react.ForwardRefExoticComponent<
|
|
746
|
-
Grab: react.ForwardRefExoticComponent<
|
|
747
|
-
GraduationCap: react.ForwardRefExoticComponent<
|
|
748
|
-
Grape: react.ForwardRefExoticComponent<
|
|
749
|
-
Grid2x2: react.ForwardRefExoticComponent<
|
|
750
|
-
Grid2x2Check: react.ForwardRefExoticComponent<
|
|
751
|
-
Grid2x2X: react.ForwardRefExoticComponent<
|
|
752
|
-
Grid3x3: react.ForwardRefExoticComponent<
|
|
753
|
-
Grip: react.ForwardRefExoticComponent<
|
|
754
|
-
GripHorizontal: react.ForwardRefExoticComponent<
|
|
755
|
-
GripVertical: react.ForwardRefExoticComponent<
|
|
756
|
-
Group: react.ForwardRefExoticComponent<
|
|
757
|
-
Guitar: react.ForwardRefExoticComponent<
|
|
758
|
-
Ham: react.ForwardRefExoticComponent<
|
|
759
|
-
Hammer: react.ForwardRefExoticComponent<
|
|
760
|
-
Hand: react.ForwardRefExoticComponent<
|
|
761
|
-
HandCoins: react.ForwardRefExoticComponent<
|
|
762
|
-
HandHeart: react.ForwardRefExoticComponent<
|
|
763
|
-
HandHelping: react.ForwardRefExoticComponent<
|
|
764
|
-
HandMetal: react.ForwardRefExoticComponent<
|
|
765
|
-
HandPlatter: react.ForwardRefExoticComponent<
|
|
766
|
-
Handshake: react.ForwardRefExoticComponent<
|
|
767
|
-
HardDrive: react.ForwardRefExoticComponent<
|
|
768
|
-
HardDriveDownload: react.ForwardRefExoticComponent<
|
|
769
|
-
HardDriveUpload: react.ForwardRefExoticComponent<
|
|
770
|
-
HardHat: react.ForwardRefExoticComponent<
|
|
771
|
-
Hash: react.ForwardRefExoticComponent<
|
|
772
|
-
Haze: react.ForwardRefExoticComponent<
|
|
773
|
-
HdmiPort: react.ForwardRefExoticComponent<
|
|
774
|
-
Heading: react.ForwardRefExoticComponent<
|
|
775
|
-
Heading1: react.ForwardRefExoticComponent<
|
|
776
|
-
Heading2: react.ForwardRefExoticComponent<
|
|
777
|
-
Heading3: react.ForwardRefExoticComponent<
|
|
778
|
-
Heading4: react.ForwardRefExoticComponent<
|
|
779
|
-
Heading5: react.ForwardRefExoticComponent<
|
|
780
|
-
Heading6: react.ForwardRefExoticComponent<
|
|
781
|
-
Headphones: react.ForwardRefExoticComponent<
|
|
782
|
-
Headset: react.ForwardRefExoticComponent<
|
|
783
|
-
Heart: react.ForwardRefExoticComponent<
|
|
784
|
-
HeartCrack: react.ForwardRefExoticComponent<
|
|
785
|
-
HeartHandshake: react.ForwardRefExoticComponent<
|
|
786
|
-
HeartOff: react.ForwardRefExoticComponent<
|
|
787
|
-
HeartPulse: react.ForwardRefExoticComponent<
|
|
788
|
-
Heater: react.ForwardRefExoticComponent<
|
|
789
|
-
Hexagon: react.ForwardRefExoticComponent<
|
|
790
|
-
Highlighter: react.ForwardRefExoticComponent<
|
|
791
|
-
History: react.ForwardRefExoticComponent<
|
|
792
|
-
Hop: react.ForwardRefExoticComponent<
|
|
793
|
-
HopOff: react.ForwardRefExoticComponent<
|
|
794
|
-
Hospital: react.ForwardRefExoticComponent<
|
|
795
|
-
Hotel: react.ForwardRefExoticComponent<
|
|
796
|
-
Hourglass: react.ForwardRefExoticComponent<
|
|
797
|
-
House: react.ForwardRefExoticComponent<
|
|
798
|
-
HousePlug: react.ForwardRefExoticComponent<
|
|
799
|
-
HousePlus: react.ForwardRefExoticComponent<
|
|
800
|
-
IceCreamBowl: react.ForwardRefExoticComponent<
|
|
801
|
-
IceCreamCone: react.ForwardRefExoticComponent<
|
|
802
|
-
IdCard: react.ForwardRefExoticComponent<
|
|
803
|
-
Image: react.ForwardRefExoticComponent<
|
|
804
|
-
ImageDown: react.ForwardRefExoticComponent<
|
|
805
|
-
ImageMinus: react.ForwardRefExoticComponent<
|
|
806
|
-
ImageOff: react.ForwardRefExoticComponent<
|
|
807
|
-
ImagePlay: react.ForwardRefExoticComponent<
|
|
808
|
-
ImagePlus: react.ForwardRefExoticComponent<
|
|
809
|
-
ImageUp: react.ForwardRefExoticComponent<
|
|
810
|
-
Images: react.ForwardRefExoticComponent<
|
|
811
|
-
Import: react.ForwardRefExoticComponent<
|
|
812
|
-
Inbox: react.ForwardRefExoticComponent<
|
|
813
|
-
IndentDecrease: react.ForwardRefExoticComponent<
|
|
814
|
-
IndentIncrease: react.ForwardRefExoticComponent<
|
|
815
|
-
IndianRupee: react.ForwardRefExoticComponent<
|
|
816
|
-
Infinity: react.ForwardRefExoticComponent<
|
|
817
|
-
Info: react.ForwardRefExoticComponent<
|
|
818
|
-
InspectionPanel: react.ForwardRefExoticComponent<
|
|
819
|
-
Instagram: react.ForwardRefExoticComponent<
|
|
820
|
-
Italic: react.ForwardRefExoticComponent<
|
|
821
|
-
IterationCcw: react.ForwardRefExoticComponent<
|
|
822
|
-
IterationCw: react.ForwardRefExoticComponent<
|
|
823
|
-
JapaneseYen: react.ForwardRefExoticComponent<
|
|
824
|
-
Joystick: react.ForwardRefExoticComponent<
|
|
825
|
-
Kanban: react.ForwardRefExoticComponent<
|
|
826
|
-
Key: react.ForwardRefExoticComponent<
|
|
827
|
-
KeyRound: react.ForwardRefExoticComponent<
|
|
828
|
-
KeySquare: react.ForwardRefExoticComponent<
|
|
829
|
-
Keyboard: react.ForwardRefExoticComponent<
|
|
830
|
-
KeyboardMusic: react.ForwardRefExoticComponent<
|
|
831
|
-
KeyboardOff: react.ForwardRefExoticComponent<
|
|
832
|
-
Lamp: react.ForwardRefExoticComponent<
|
|
833
|
-
LampCeiling: react.ForwardRefExoticComponent<
|
|
834
|
-
LampDesk: react.ForwardRefExoticComponent<
|
|
835
|
-
LampFloor: react.ForwardRefExoticComponent<
|
|
836
|
-
LampWallDown: react.ForwardRefExoticComponent<
|
|
837
|
-
LampWallUp: react.ForwardRefExoticComponent<
|
|
838
|
-
LandPlot: react.ForwardRefExoticComponent<
|
|
839
|
-
Landmark: react.ForwardRefExoticComponent<
|
|
840
|
-
Languages: react.ForwardRefExoticComponent<
|
|
841
|
-
Laptop: react.ForwardRefExoticComponent<
|
|
842
|
-
LaptopMinimal: react.ForwardRefExoticComponent<
|
|
843
|
-
Lasso: react.ForwardRefExoticComponent<
|
|
844
|
-
LassoSelect: react.ForwardRefExoticComponent<
|
|
845
|
-
Laugh: react.ForwardRefExoticComponent<
|
|
846
|
-
Layers: react.ForwardRefExoticComponent<
|
|
847
|
-
Layers2: react.ForwardRefExoticComponent<
|
|
848
|
-
Layers3: react.ForwardRefExoticComponent<
|
|
849
|
-
LayoutDashboard: react.ForwardRefExoticComponent<
|
|
850
|
-
LayoutGrid: react.ForwardRefExoticComponent<
|
|
851
|
-
LayoutList: react.ForwardRefExoticComponent<
|
|
852
|
-
LayoutPanelLeft: react.ForwardRefExoticComponent<
|
|
853
|
-
LayoutPanelTop: react.ForwardRefExoticComponent<
|
|
854
|
-
LayoutTemplate: react.ForwardRefExoticComponent<
|
|
855
|
-
Leaf: react.ForwardRefExoticComponent<
|
|
856
|
-
LeafyGreen: react.ForwardRefExoticComponent<
|
|
857
|
-
Lectern: react.ForwardRefExoticComponent<
|
|
858
|
-
LetterText: react.ForwardRefExoticComponent<
|
|
859
|
-
Library: react.ForwardRefExoticComponent<
|
|
860
|
-
LibraryBig: react.ForwardRefExoticComponent<
|
|
861
|
-
LifeBuoy: react.ForwardRefExoticComponent<
|
|
862
|
-
Ligature: react.ForwardRefExoticComponent<
|
|
863
|
-
Lightbulb: react.ForwardRefExoticComponent<
|
|
864
|
-
LightbulbOff: react.ForwardRefExoticComponent<
|
|
865
|
-
Link: react.ForwardRefExoticComponent<
|
|
866
|
-
Link2: react.ForwardRefExoticComponent<
|
|
867
|
-
Link2Off: react.ForwardRefExoticComponent<
|
|
868
|
-
Linkedin: react.ForwardRefExoticComponent<
|
|
869
|
-
List: react.ForwardRefExoticComponent<
|
|
870
|
-
ListCheck: react.ForwardRefExoticComponent<
|
|
871
|
-
ListChecks: react.ForwardRefExoticComponent<
|
|
872
|
-
ListCollapse: react.ForwardRefExoticComponent<
|
|
873
|
-
ListEnd: react.ForwardRefExoticComponent<
|
|
874
|
-
ListFilter: react.ForwardRefExoticComponent<
|
|
875
|
-
ListMinus: react.ForwardRefExoticComponent<
|
|
876
|
-
ListMusic: react.ForwardRefExoticComponent<
|
|
877
|
-
ListOrdered: react.ForwardRefExoticComponent<
|
|
878
|
-
ListPlus: react.ForwardRefExoticComponent<
|
|
879
|
-
ListRestart: react.ForwardRefExoticComponent<
|
|
880
|
-
ListStart: react.ForwardRefExoticComponent<
|
|
881
|
-
ListTodo: react.ForwardRefExoticComponent<
|
|
882
|
-
ListTree: react.ForwardRefExoticComponent<
|
|
883
|
-
ListVideo: react.ForwardRefExoticComponent<
|
|
884
|
-
ListX: react.ForwardRefExoticComponent<
|
|
885
|
-
Loader: react.ForwardRefExoticComponent<
|
|
886
|
-
LoaderCircle: react.ForwardRefExoticComponent<
|
|
887
|
-
LoaderPinwheel: react.ForwardRefExoticComponent<
|
|
888
|
-
Locate: react.ForwardRefExoticComponent<
|
|
889
|
-
LocateFixed: react.ForwardRefExoticComponent<
|
|
890
|
-
LocateOff: react.ForwardRefExoticComponent<
|
|
891
|
-
Lock: react.ForwardRefExoticComponent<
|
|
892
|
-
LockKeyhole: react.ForwardRefExoticComponent<
|
|
893
|
-
LockKeyholeOpen: react.ForwardRefExoticComponent<
|
|
894
|
-
LockOpen: react.ForwardRefExoticComponent<
|
|
895
|
-
LogIn: react.ForwardRefExoticComponent<
|
|
896
|
-
LogOut: react.ForwardRefExoticComponent<
|
|
897
|
-
Logs: react.ForwardRefExoticComponent<
|
|
898
|
-
Lollipop: react.ForwardRefExoticComponent<
|
|
899
|
-
Luggage: react.ForwardRefExoticComponent<
|
|
900
|
-
Magnet: react.ForwardRefExoticComponent<
|
|
901
|
-
Mail: react.ForwardRefExoticComponent<
|
|
902
|
-
MailCheck: react.ForwardRefExoticComponent<
|
|
903
|
-
MailMinus: react.ForwardRefExoticComponent<
|
|
904
|
-
MailOpen: react.ForwardRefExoticComponent<
|
|
905
|
-
MailPlus: react.ForwardRefExoticComponent<
|
|
906
|
-
MailQuestion: react.ForwardRefExoticComponent<
|
|
907
|
-
MailSearch: react.ForwardRefExoticComponent<
|
|
908
|
-
MailWarning: react.ForwardRefExoticComponent<
|
|
909
|
-
MailX: react.ForwardRefExoticComponent<
|
|
910
|
-
Mailbox: react.ForwardRefExoticComponent<
|
|
911
|
-
Mails: react.ForwardRefExoticComponent<
|
|
912
|
-
Map: react.ForwardRefExoticComponent<
|
|
913
|
-
MapPin: react.ForwardRefExoticComponent<
|
|
914
|
-
MapPinCheck: react.ForwardRefExoticComponent<
|
|
915
|
-
MapPinCheckInside: react.ForwardRefExoticComponent<
|
|
916
|
-
MapPinHouse: react.ForwardRefExoticComponent<
|
|
917
|
-
MapPinMinus: react.ForwardRefExoticComponent<
|
|
918
|
-
MapPinMinusInside: react.ForwardRefExoticComponent<
|
|
919
|
-
MapPinOff: react.ForwardRefExoticComponent<
|
|
920
|
-
MapPinPlus: react.ForwardRefExoticComponent<
|
|
921
|
-
MapPinPlusInside: react.ForwardRefExoticComponent<
|
|
922
|
-
MapPinX: react.ForwardRefExoticComponent<
|
|
923
|
-
MapPinXInside: react.ForwardRefExoticComponent<
|
|
924
|
-
MapPinned: react.ForwardRefExoticComponent<
|
|
925
|
-
Martini: react.ForwardRefExoticComponent<
|
|
926
|
-
Maximize: react.ForwardRefExoticComponent<
|
|
927
|
-
Maximize2: react.ForwardRefExoticComponent<
|
|
928
|
-
Medal: react.ForwardRefExoticComponent<
|
|
929
|
-
Megaphone: react.ForwardRefExoticComponent<
|
|
930
|
-
MegaphoneOff: react.ForwardRefExoticComponent<
|
|
931
|
-
Meh: react.ForwardRefExoticComponent<
|
|
932
|
-
MemoryStick: react.ForwardRefExoticComponent<
|
|
933
|
-
Menu: react.ForwardRefExoticComponent<
|
|
934
|
-
Merge: react.ForwardRefExoticComponent<
|
|
935
|
-
MessageCircle: react.ForwardRefExoticComponent<
|
|
936
|
-
MessageCircleCode: react.ForwardRefExoticComponent<
|
|
937
|
-
MessageCircleDashed: react.ForwardRefExoticComponent<
|
|
938
|
-
MessageCircleHeart: react.ForwardRefExoticComponent<
|
|
939
|
-
MessageCircleMore: react.ForwardRefExoticComponent<
|
|
940
|
-
MessageCircleOff: react.ForwardRefExoticComponent<
|
|
941
|
-
MessageCirclePlus: react.ForwardRefExoticComponent<
|
|
942
|
-
MessageCircleQuestion: react.ForwardRefExoticComponent<
|
|
943
|
-
MessageCircleReply: react.ForwardRefExoticComponent<
|
|
944
|
-
MessageCircleWarning: react.ForwardRefExoticComponent<
|
|
945
|
-
MessageCircleX: react.ForwardRefExoticComponent<
|
|
946
|
-
MessageSquare: react.ForwardRefExoticComponent<
|
|
947
|
-
MessageSquareCode: react.ForwardRefExoticComponent<
|
|
948
|
-
MessageSquareDashed: react.ForwardRefExoticComponent<
|
|
949
|
-
MessageSquareDiff: react.ForwardRefExoticComponent<
|
|
950
|
-
MessageSquareDot: react.ForwardRefExoticComponent<
|
|
951
|
-
MessageSquareHeart: react.ForwardRefExoticComponent<
|
|
952
|
-
MessageSquareMore: react.ForwardRefExoticComponent<
|
|
953
|
-
MessageSquareOff: react.ForwardRefExoticComponent<
|
|
954
|
-
MessageSquarePlus: react.ForwardRefExoticComponent<
|
|
955
|
-
MessageSquareQuote: react.ForwardRefExoticComponent<
|
|
956
|
-
MessageSquareReply: react.ForwardRefExoticComponent<
|
|
957
|
-
MessageSquareShare: react.ForwardRefExoticComponent<
|
|
958
|
-
MessageSquareText: react.ForwardRefExoticComponent<
|
|
959
|
-
MessageSquareWarning: react.ForwardRefExoticComponent<
|
|
960
|
-
MessageSquareX: react.ForwardRefExoticComponent<
|
|
961
|
-
MessagesSquare: react.ForwardRefExoticComponent<
|
|
962
|
-
Mic: react.ForwardRefExoticComponent<
|
|
963
|
-
MicOff: react.ForwardRefExoticComponent<
|
|
964
|
-
MicVocal: react.ForwardRefExoticComponent<
|
|
965
|
-
Microchip: react.ForwardRefExoticComponent<
|
|
966
|
-
Microscope: react.ForwardRefExoticComponent<
|
|
967
|
-
Microwave: react.ForwardRefExoticComponent<
|
|
968
|
-
Milestone: react.ForwardRefExoticComponent<
|
|
969
|
-
Milk: react.ForwardRefExoticComponent<
|
|
970
|
-
MilkOff: react.ForwardRefExoticComponent<
|
|
971
|
-
Minimize: react.ForwardRefExoticComponent<
|
|
972
|
-
Minimize2: react.ForwardRefExoticComponent<
|
|
973
|
-
Minus: react.ForwardRefExoticComponent<
|
|
974
|
-
Monitor: react.ForwardRefExoticComponent<
|
|
975
|
-
MonitorCheck: react.ForwardRefExoticComponent<
|
|
976
|
-
MonitorCog: react.ForwardRefExoticComponent<
|
|
977
|
-
MonitorDot: react.ForwardRefExoticComponent<
|
|
978
|
-
MonitorDown: react.ForwardRefExoticComponent<
|
|
979
|
-
MonitorOff: react.ForwardRefExoticComponent<
|
|
980
|
-
MonitorPause: react.ForwardRefExoticComponent<
|
|
981
|
-
MonitorPlay: react.ForwardRefExoticComponent<
|
|
982
|
-
MonitorSmartphone: react.ForwardRefExoticComponent<
|
|
983
|
-
MonitorSpeaker: react.ForwardRefExoticComponent<
|
|
984
|
-
MonitorStop: react.ForwardRefExoticComponent<
|
|
985
|
-
MonitorUp: react.ForwardRefExoticComponent<
|
|
986
|
-
MonitorX: react.ForwardRefExoticComponent<
|
|
987
|
-
Moon: react.ForwardRefExoticComponent<
|
|
988
|
-
MoonStar: react.ForwardRefExoticComponent<
|
|
989
|
-
Mountain: react.ForwardRefExoticComponent<
|
|
990
|
-
MountainSnow: react.ForwardRefExoticComponent<
|
|
991
|
-
Mouse: react.ForwardRefExoticComponent<
|
|
992
|
-
MouseOff: react.ForwardRefExoticComponent<
|
|
993
|
-
MousePointer: react.ForwardRefExoticComponent<
|
|
994
|
-
MousePointer2: react.ForwardRefExoticComponent<
|
|
995
|
-
MousePointerBan: react.ForwardRefExoticComponent<
|
|
996
|
-
MousePointerClick: react.ForwardRefExoticComponent<
|
|
997
|
-
Move: react.ForwardRefExoticComponent<
|
|
998
|
-
Move3d: react.ForwardRefExoticComponent<
|
|
999
|
-
MoveDiagonal: react.ForwardRefExoticComponent<
|
|
1000
|
-
MoveDiagonal2: react.ForwardRefExoticComponent<
|
|
1001
|
-
MoveDown: react.ForwardRefExoticComponent<
|
|
1002
|
-
MoveDownLeft: react.ForwardRefExoticComponent<
|
|
1003
|
-
MoveDownRight: react.ForwardRefExoticComponent<
|
|
1004
|
-
MoveHorizontal: react.ForwardRefExoticComponent<
|
|
1005
|
-
MoveLeft: react.ForwardRefExoticComponent<
|
|
1006
|
-
MoveRight: react.ForwardRefExoticComponent<
|
|
1007
|
-
MoveUp: react.ForwardRefExoticComponent<
|
|
1008
|
-
MoveUpLeft: react.ForwardRefExoticComponent<
|
|
1009
|
-
MoveUpRight: react.ForwardRefExoticComponent<
|
|
1010
|
-
MoveVertical: react.ForwardRefExoticComponent<
|
|
1011
|
-
Music: react.ForwardRefExoticComponent<
|
|
1012
|
-
Music2: react.ForwardRefExoticComponent<
|
|
1013
|
-
Music3: react.ForwardRefExoticComponent<
|
|
1014
|
-
Music4: react.ForwardRefExoticComponent<
|
|
1015
|
-
Navigation: react.ForwardRefExoticComponent<
|
|
1016
|
-
Navigation2: react.ForwardRefExoticComponent<
|
|
1017
|
-
Navigation2Off: react.ForwardRefExoticComponent<
|
|
1018
|
-
NavigationOff: react.ForwardRefExoticComponent<
|
|
1019
|
-
Network: react.ForwardRefExoticComponent<
|
|
1020
|
-
Newspaper: react.ForwardRefExoticComponent<
|
|
1021
|
-
Nfc: react.ForwardRefExoticComponent<
|
|
1022
|
-
Notebook: react.ForwardRefExoticComponent<
|
|
1023
|
-
NotebookPen: react.ForwardRefExoticComponent<
|
|
1024
|
-
NotebookTabs: react.ForwardRefExoticComponent<
|
|
1025
|
-
NotebookText: react.ForwardRefExoticComponent<
|
|
1026
|
-
NotepadText: react.ForwardRefExoticComponent<
|
|
1027
|
-
NotepadTextDashed: react.ForwardRefExoticComponent<
|
|
1028
|
-
Nut: react.ForwardRefExoticComponent<
|
|
1029
|
-
NutOff: react.ForwardRefExoticComponent<
|
|
1030
|
-
Octagon: react.ForwardRefExoticComponent<
|
|
1031
|
-
OctagonAlert: react.ForwardRefExoticComponent<
|
|
1032
|
-
OctagonMinus: react.ForwardRefExoticComponent<
|
|
1033
|
-
OctagonPause: react.ForwardRefExoticComponent<
|
|
1034
|
-
OctagonX: react.ForwardRefExoticComponent<
|
|
1035
|
-
Omega: react.ForwardRefExoticComponent<
|
|
1036
|
-
Option: react.ForwardRefExoticComponent<
|
|
1037
|
-
Orbit: react.ForwardRefExoticComponent<
|
|
1038
|
-
Origami: react.ForwardRefExoticComponent<
|
|
1039
|
-
Package: react.ForwardRefExoticComponent<
|
|
1040
|
-
Package2: react.ForwardRefExoticComponent<
|
|
1041
|
-
PackageCheck: react.ForwardRefExoticComponent<
|
|
1042
|
-
PackageMinus: react.ForwardRefExoticComponent<
|
|
1043
|
-
PackageOpen: react.ForwardRefExoticComponent<
|
|
1044
|
-
PackagePlus: react.ForwardRefExoticComponent<
|
|
1045
|
-
PackageSearch: react.ForwardRefExoticComponent<
|
|
1046
|
-
PackageX: react.ForwardRefExoticComponent<
|
|
1047
|
-
PaintBucket: react.ForwardRefExoticComponent<
|
|
1048
|
-
PaintRoller: react.ForwardRefExoticComponent<
|
|
1049
|
-
Paintbrush: react.ForwardRefExoticComponent<
|
|
1050
|
-
PaintbrushVertical: react.ForwardRefExoticComponent<
|
|
1051
|
-
Palette: react.ForwardRefExoticComponent<
|
|
1052
|
-
PanelBottom: react.ForwardRefExoticComponent<
|
|
1053
|
-
PanelBottomClose: react.ForwardRefExoticComponent<
|
|
1054
|
-
PanelBottomDashed: react.ForwardRefExoticComponent<
|
|
1055
|
-
PanelBottomOpen: react.ForwardRefExoticComponent<
|
|
1056
|
-
PanelLeft: react.ForwardRefExoticComponent<
|
|
1057
|
-
PanelLeftClose: react.ForwardRefExoticComponent<
|
|
1058
|
-
PanelLeftDashed: react.ForwardRefExoticComponent<
|
|
1059
|
-
PanelLeftOpen: react.ForwardRefExoticComponent<
|
|
1060
|
-
PanelRight: react.ForwardRefExoticComponent<
|
|
1061
|
-
PanelRightClose: react.ForwardRefExoticComponent<
|
|
1062
|
-
PanelRightDashed: react.ForwardRefExoticComponent<
|
|
1063
|
-
PanelRightOpen: react.ForwardRefExoticComponent<
|
|
1064
|
-
PanelTop: react.ForwardRefExoticComponent<
|
|
1065
|
-
PanelTopClose: react.ForwardRefExoticComponent<
|
|
1066
|
-
PanelTopDashed: react.ForwardRefExoticComponent<
|
|
1067
|
-
PanelTopOpen: react.ForwardRefExoticComponent<
|
|
1068
|
-
PanelsLeftBottom: react.ForwardRefExoticComponent<
|
|
1069
|
-
PanelsRightBottom: react.ForwardRefExoticComponent<
|
|
1070
|
-
PanelsTopLeft: react.ForwardRefExoticComponent<
|
|
1071
|
-
Paperclip: react.ForwardRefExoticComponent<
|
|
1072
|
-
Parentheses: react.ForwardRefExoticComponent<
|
|
1073
|
-
ParkingMeter: react.ForwardRefExoticComponent<
|
|
1074
|
-
PartyPopper: react.ForwardRefExoticComponent<
|
|
1075
|
-
Pause: react.ForwardRefExoticComponent<
|
|
1076
|
-
PawPrint: react.ForwardRefExoticComponent<
|
|
1077
|
-
PcCase: react.ForwardRefExoticComponent<
|
|
1078
|
-
Pen: react.ForwardRefExoticComponent<
|
|
1079
|
-
PenLine: react.ForwardRefExoticComponent<
|
|
1080
|
-
PenOff: react.ForwardRefExoticComponent<
|
|
1081
|
-
PenTool: react.ForwardRefExoticComponent<
|
|
1082
|
-
Pencil: react.ForwardRefExoticComponent<
|
|
1083
|
-
PencilLine: react.ForwardRefExoticComponent<
|
|
1084
|
-
PencilOff: react.ForwardRefExoticComponent<
|
|
1085
|
-
PencilRuler: react.ForwardRefExoticComponent<
|
|
1086
|
-
Pentagon: react.ForwardRefExoticComponent<
|
|
1087
|
-
Percent: react.ForwardRefExoticComponent<
|
|
1088
|
-
PersonStanding: react.ForwardRefExoticComponent<
|
|
1089
|
-
PhilippinePeso: react.ForwardRefExoticComponent<
|
|
1090
|
-
Phone: react.ForwardRefExoticComponent<
|
|
1091
|
-
PhoneCall: react.ForwardRefExoticComponent<
|
|
1092
|
-
PhoneForwarded: react.ForwardRefExoticComponent<
|
|
1093
|
-
PhoneIncoming: react.ForwardRefExoticComponent<
|
|
1094
|
-
PhoneMissed: react.ForwardRefExoticComponent<
|
|
1095
|
-
PhoneOff: react.ForwardRefExoticComponent<
|
|
1096
|
-
PhoneOutgoing: react.ForwardRefExoticComponent<
|
|
1097
|
-
Pi: react.ForwardRefExoticComponent<
|
|
1098
|
-
Piano: react.ForwardRefExoticComponent<
|
|
1099
|
-
Pickaxe: react.ForwardRefExoticComponent<
|
|
1100
|
-
PictureInPicture: react.ForwardRefExoticComponent<
|
|
1101
|
-
PictureInPicture2: react.ForwardRefExoticComponent<
|
|
1102
|
-
PiggyBank: react.ForwardRefExoticComponent<
|
|
1103
|
-
Pilcrow: react.ForwardRefExoticComponent<
|
|
1104
|
-
PilcrowLeft: react.ForwardRefExoticComponent<
|
|
1105
|
-
PilcrowRight: react.ForwardRefExoticComponent<
|
|
1106
|
-
Pill: react.ForwardRefExoticComponent<
|
|
1107
|
-
PillBottle: react.ForwardRefExoticComponent<
|
|
1108
|
-
Pin: react.ForwardRefExoticComponent<
|
|
1109
|
-
PinOff: react.ForwardRefExoticComponent<
|
|
1110
|
-
Pipette: react.ForwardRefExoticComponent<
|
|
1111
|
-
Pizza: react.ForwardRefExoticComponent<
|
|
1112
|
-
Plane: react.ForwardRefExoticComponent<
|
|
1113
|
-
PlaneLanding: react.ForwardRefExoticComponent<
|
|
1114
|
-
PlaneTakeoff: react.ForwardRefExoticComponent<
|
|
1115
|
-
Play: react.ForwardRefExoticComponent<
|
|
1116
|
-
Plug: react.ForwardRefExoticComponent<
|
|
1117
|
-
Plug2: react.ForwardRefExoticComponent<
|
|
1118
|
-
PlugZap: react.ForwardRefExoticComponent<
|
|
1119
|
-
Plus: react.ForwardRefExoticComponent<
|
|
1120
|
-
Pocket: react.ForwardRefExoticComponent<
|
|
1121
|
-
PocketKnife: react.ForwardRefExoticComponent<
|
|
1122
|
-
Podcast: react.ForwardRefExoticComponent<
|
|
1123
|
-
Pointer: react.ForwardRefExoticComponent<
|
|
1124
|
-
PointerOff: react.ForwardRefExoticComponent<
|
|
1125
|
-
Popcorn: react.ForwardRefExoticComponent<
|
|
1126
|
-
Popsicle: react.ForwardRefExoticComponent<
|
|
1127
|
-
PoundSterling: react.ForwardRefExoticComponent<
|
|
1128
|
-
Power: react.ForwardRefExoticComponent<
|
|
1129
|
-
PowerOff: react.ForwardRefExoticComponent<
|
|
1130
|
-
Presentation: react.ForwardRefExoticComponent<
|
|
1131
|
-
Printer: react.ForwardRefExoticComponent<
|
|
1132
|
-
PrinterCheck: react.ForwardRefExoticComponent<
|
|
1133
|
-
Projector: react.ForwardRefExoticComponent<
|
|
1134
|
-
Proportions: react.ForwardRefExoticComponent<
|
|
1135
|
-
Puzzle: react.ForwardRefExoticComponent<
|
|
1136
|
-
Pyramid: react.ForwardRefExoticComponent<
|
|
1137
|
-
QrCode: react.ForwardRefExoticComponent<
|
|
1138
|
-
Quote: react.ForwardRefExoticComponent<
|
|
1139
|
-
Rabbit: react.ForwardRefExoticComponent<
|
|
1140
|
-
Radar: react.ForwardRefExoticComponent<
|
|
1141
|
-
Radiation: react.ForwardRefExoticComponent<
|
|
1142
|
-
Radical: react.ForwardRefExoticComponent<
|
|
1143
|
-
Radio: react.ForwardRefExoticComponent<
|
|
1144
|
-
RadioReceiver: react.ForwardRefExoticComponent<
|
|
1145
|
-
RadioTower: react.ForwardRefExoticComponent<
|
|
1146
|
-
Radius: react.ForwardRefExoticComponent<
|
|
1147
|
-
RailSymbol: react.ForwardRefExoticComponent<
|
|
1148
|
-
Rainbow: react.ForwardRefExoticComponent<
|
|
1149
|
-
Rat: react.ForwardRefExoticComponent<
|
|
1150
|
-
Ratio: react.ForwardRefExoticComponent<
|
|
1151
|
-
Receipt: react.ForwardRefExoticComponent<
|
|
1152
|
-
ReceiptCent: react.ForwardRefExoticComponent<
|
|
1153
|
-
ReceiptEuro: react.ForwardRefExoticComponent<
|
|
1154
|
-
ReceiptIndianRupee: react.ForwardRefExoticComponent<
|
|
1155
|
-
ReceiptJapaneseYen: react.ForwardRefExoticComponent<
|
|
1156
|
-
ReceiptPoundSterling: react.ForwardRefExoticComponent<
|
|
1157
|
-
ReceiptRussianRuble: react.ForwardRefExoticComponent<
|
|
1158
|
-
ReceiptSwissFranc: react.ForwardRefExoticComponent<
|
|
1159
|
-
ReceiptText: react.ForwardRefExoticComponent<
|
|
1160
|
-
RectangleEllipsis: react.ForwardRefExoticComponent<
|
|
1161
|
-
RectangleHorizontal: react.ForwardRefExoticComponent<
|
|
1162
|
-
RectangleVertical: react.ForwardRefExoticComponent<
|
|
1163
|
-
Recycle: react.ForwardRefExoticComponent<
|
|
1164
|
-
Redo: react.ForwardRefExoticComponent<
|
|
1165
|
-
Redo2: react.ForwardRefExoticComponent<
|
|
1166
|
-
RedoDot: react.ForwardRefExoticComponent<
|
|
1167
|
-
RefreshCcw: react.ForwardRefExoticComponent<
|
|
1168
|
-
RefreshCcwDot: react.ForwardRefExoticComponent<
|
|
1169
|
-
RefreshCw: react.ForwardRefExoticComponent<
|
|
1170
|
-
RefreshCwOff: react.ForwardRefExoticComponent<
|
|
1171
|
-
Refrigerator: react.ForwardRefExoticComponent<
|
|
1172
|
-
Regex: react.ForwardRefExoticComponent<
|
|
1173
|
-
RemoveFormatting: react.ForwardRefExoticComponent<
|
|
1174
|
-
Repeat: react.ForwardRefExoticComponent<
|
|
1175
|
-
Repeat1: react.ForwardRefExoticComponent<
|
|
1176
|
-
Repeat2: react.ForwardRefExoticComponent<
|
|
1177
|
-
Replace: react.ForwardRefExoticComponent<
|
|
1178
|
-
ReplaceAll: react.ForwardRefExoticComponent<
|
|
1179
|
-
Reply: react.ForwardRefExoticComponent<
|
|
1180
|
-
ReplyAll: react.ForwardRefExoticComponent<
|
|
1181
|
-
Rewind: react.ForwardRefExoticComponent<
|
|
1182
|
-
Ribbon: react.ForwardRefExoticComponent<
|
|
1183
|
-
Rocket: react.ForwardRefExoticComponent<
|
|
1184
|
-
RockingChair: react.ForwardRefExoticComponent<
|
|
1185
|
-
RollerCoaster: react.ForwardRefExoticComponent<
|
|
1186
|
-
Rotate3d: react.ForwardRefExoticComponent<
|
|
1187
|
-
RotateCcw: react.ForwardRefExoticComponent<
|
|
1188
|
-
RotateCcwSquare: react.ForwardRefExoticComponent<
|
|
1189
|
-
RotateCw: react.ForwardRefExoticComponent<
|
|
1190
|
-
RotateCwSquare: react.ForwardRefExoticComponent<
|
|
1191
|
-
Route: react.ForwardRefExoticComponent<
|
|
1192
|
-
RouteOff: react.ForwardRefExoticComponent<
|
|
1193
|
-
Router: react.ForwardRefExoticComponent<
|
|
1194
|
-
Rows2: react.ForwardRefExoticComponent<
|
|
1195
|
-
Rows3: react.ForwardRefExoticComponent<
|
|
1196
|
-
Rows4: react.ForwardRefExoticComponent<
|
|
1197
|
-
Rss: react.ForwardRefExoticComponent<
|
|
1198
|
-
Ruler: react.ForwardRefExoticComponent<
|
|
1199
|
-
RussianRuble: react.ForwardRefExoticComponent<
|
|
1200
|
-
Sailboat: react.ForwardRefExoticComponent<
|
|
1201
|
-
Salad: react.ForwardRefExoticComponent<
|
|
1202
|
-
Sandwich: react.ForwardRefExoticComponent<
|
|
1203
|
-
Satellite: react.ForwardRefExoticComponent<
|
|
1204
|
-
SatelliteDish: react.ForwardRefExoticComponent<
|
|
1205
|
-
Save: react.ForwardRefExoticComponent<
|
|
1206
|
-
SaveAll: react.ForwardRefExoticComponent<
|
|
1207
|
-
SaveOff: react.ForwardRefExoticComponent<
|
|
1208
|
-
Scale: react.ForwardRefExoticComponent<
|
|
1209
|
-
Scale3d: react.ForwardRefExoticComponent<
|
|
1210
|
-
Scaling: react.ForwardRefExoticComponent<
|
|
1211
|
-
Scan: react.ForwardRefExoticComponent<
|
|
1212
|
-
ScanBarcode: react.ForwardRefExoticComponent<
|
|
1213
|
-
ScanEye: react.ForwardRefExoticComponent<
|
|
1214
|
-
ScanFace: react.ForwardRefExoticComponent<
|
|
1215
|
-
ScanLine: react.ForwardRefExoticComponent<
|
|
1216
|
-
ScanQrCode: react.ForwardRefExoticComponent<
|
|
1217
|
-
ScanSearch: react.ForwardRefExoticComponent<
|
|
1218
|
-
ScanText: react.ForwardRefExoticComponent<
|
|
1219
|
-
School: react.ForwardRefExoticComponent<
|
|
1220
|
-
Scissors: react.ForwardRefExoticComponent<
|
|
1221
|
-
ScissorsLineDashed: react.ForwardRefExoticComponent<
|
|
1222
|
-
ScreenShare: react.ForwardRefExoticComponent<
|
|
1223
|
-
ScreenShareOff: react.ForwardRefExoticComponent<
|
|
1224
|
-
Scroll: react.ForwardRefExoticComponent<
|
|
1225
|
-
ScrollText: react.ForwardRefExoticComponent<
|
|
1226
|
-
Search: react.ForwardRefExoticComponent<
|
|
1227
|
-
SearchCheck: react.ForwardRefExoticComponent<
|
|
1228
|
-
SearchCode: react.ForwardRefExoticComponent<
|
|
1229
|
-
SearchSlash: react.ForwardRefExoticComponent<
|
|
1230
|
-
SearchX: react.ForwardRefExoticComponent<
|
|
1231
|
-
Section: react.ForwardRefExoticComponent<
|
|
1232
|
-
Send: react.ForwardRefExoticComponent<
|
|
1233
|
-
SendHorizontal: react.ForwardRefExoticComponent<
|
|
1234
|
-
SendToBack: react.ForwardRefExoticComponent<
|
|
1235
|
-
SeparatorHorizontal: react.ForwardRefExoticComponent<
|
|
1236
|
-
SeparatorVertical: react.ForwardRefExoticComponent<
|
|
1237
|
-
Server: react.ForwardRefExoticComponent<
|
|
1238
|
-
ServerCog: react.ForwardRefExoticComponent<
|
|
1239
|
-
ServerCrash: react.ForwardRefExoticComponent<
|
|
1240
|
-
ServerOff: react.ForwardRefExoticComponent<
|
|
1241
|
-
Settings: react.ForwardRefExoticComponent<
|
|
1242
|
-
Settings2: react.ForwardRefExoticComponent<
|
|
1243
|
-
Shapes: react.ForwardRefExoticComponent<
|
|
1244
|
-
Share: react.ForwardRefExoticComponent<
|
|
1245
|
-
Share2: react.ForwardRefExoticComponent<
|
|
1246
|
-
Sheet: react.ForwardRefExoticComponent<
|
|
1247
|
-
Shell: react.ForwardRefExoticComponent<
|
|
1248
|
-
Shield: react.ForwardRefExoticComponent<
|
|
1249
|
-
ShieldAlert: react.ForwardRefExoticComponent<
|
|
1250
|
-
ShieldBan: react.ForwardRefExoticComponent<
|
|
1251
|
-
ShieldCheck: react.ForwardRefExoticComponent<
|
|
1252
|
-
ShieldEllipsis: react.ForwardRefExoticComponent<
|
|
1253
|
-
ShieldHalf: react.ForwardRefExoticComponent<
|
|
1254
|
-
ShieldMinus: react.ForwardRefExoticComponent<
|
|
1255
|
-
ShieldOff: react.ForwardRefExoticComponent<
|
|
1256
|
-
ShieldPlus: react.ForwardRefExoticComponent<
|
|
1257
|
-
ShieldQuestion: react.ForwardRefExoticComponent<
|
|
1258
|
-
ShieldX: react.ForwardRefExoticComponent<
|
|
1259
|
-
Ship: react.ForwardRefExoticComponent<
|
|
1260
|
-
ShipWheel: react.ForwardRefExoticComponent<
|
|
1261
|
-
Shirt: react.ForwardRefExoticComponent<
|
|
1262
|
-
ShoppingBag: react.ForwardRefExoticComponent<
|
|
1263
|
-
ShoppingBasket: react.ForwardRefExoticComponent<
|
|
1264
|
-
ShoppingCart: react.ForwardRefExoticComponent<
|
|
1265
|
-
Shovel: react.ForwardRefExoticComponent<
|
|
1266
|
-
ShowerHead: react.ForwardRefExoticComponent<
|
|
1267
|
-
Shrink: react.ForwardRefExoticComponent<
|
|
1268
|
-
Shrub: react.ForwardRefExoticComponent<
|
|
1269
|
-
Shuffle: react.ForwardRefExoticComponent<
|
|
1270
|
-
Sigma: react.ForwardRefExoticComponent<
|
|
1271
|
-
Signal: react.ForwardRefExoticComponent<
|
|
1272
|
-
SignalHigh: react.ForwardRefExoticComponent<
|
|
1273
|
-
SignalLow: react.ForwardRefExoticComponent<
|
|
1274
|
-
SignalMedium: react.ForwardRefExoticComponent<
|
|
1275
|
-
SignalZero: react.ForwardRefExoticComponent<
|
|
1276
|
-
Signature: react.ForwardRefExoticComponent<
|
|
1277
|
-
Signpost: react.ForwardRefExoticComponent<
|
|
1278
|
-
SignpostBig: react.ForwardRefExoticComponent<
|
|
1279
|
-
Siren: react.ForwardRefExoticComponent<
|
|
1280
|
-
SkipBack: react.ForwardRefExoticComponent<
|
|
1281
|
-
SkipForward: react.ForwardRefExoticComponent<
|
|
1282
|
-
Skull: react.ForwardRefExoticComponent<
|
|
1283
|
-
Slack: react.ForwardRefExoticComponent<
|
|
1284
|
-
Slash: react.ForwardRefExoticComponent<
|
|
1285
|
-
Slice: react.ForwardRefExoticComponent<
|
|
1286
|
-
SlidersHorizontal: react.ForwardRefExoticComponent<
|
|
1287
|
-
SlidersVertical: react.ForwardRefExoticComponent<
|
|
1288
|
-
Smartphone: react.ForwardRefExoticComponent<
|
|
1289
|
-
SmartphoneCharging: react.ForwardRefExoticComponent<
|
|
1290
|
-
SmartphoneNfc: react.ForwardRefExoticComponent<
|
|
1291
|
-
Smile: react.ForwardRefExoticComponent<
|
|
1292
|
-
SmilePlus: react.ForwardRefExoticComponent<
|
|
1293
|
-
Snail: react.ForwardRefExoticComponent<
|
|
1294
|
-
Snowflake: react.ForwardRefExoticComponent<
|
|
1295
|
-
Sofa: react.ForwardRefExoticComponent<
|
|
1296
|
-
Soup: react.ForwardRefExoticComponent<
|
|
1297
|
-
Space: react.ForwardRefExoticComponent<
|
|
1298
|
-
Spade: react.ForwardRefExoticComponent<
|
|
1299
|
-
Sparkle: react.ForwardRefExoticComponent<
|
|
1300
|
-
Sparkles: react.ForwardRefExoticComponent<
|
|
1301
|
-
Speaker: react.ForwardRefExoticComponent<
|
|
1302
|
-
Speech: react.ForwardRefExoticComponent<
|
|
1303
|
-
SpellCheck: react.ForwardRefExoticComponent<
|
|
1304
|
-
SpellCheck2: react.ForwardRefExoticComponent<
|
|
1305
|
-
Spline: react.ForwardRefExoticComponent<
|
|
1306
|
-
Split: react.ForwardRefExoticComponent<
|
|
1307
|
-
SprayCan: react.ForwardRefExoticComponent<
|
|
1308
|
-
Sprout: react.ForwardRefExoticComponent<
|
|
1309
|
-
Square: react.ForwardRefExoticComponent<
|
|
1310
|
-
SquareActivity: react.ForwardRefExoticComponent<
|
|
1311
|
-
SquareArrowDown: react.ForwardRefExoticComponent<
|
|
1312
|
-
SquareArrowDownLeft: react.ForwardRefExoticComponent<
|
|
1313
|
-
SquareArrowDownRight: react.ForwardRefExoticComponent<
|
|
1314
|
-
SquareArrowLeft: react.ForwardRefExoticComponent<
|
|
1315
|
-
SquareArrowOutDownLeft: react.ForwardRefExoticComponent<
|
|
1316
|
-
SquareArrowOutDownRight: react.ForwardRefExoticComponent<
|
|
1317
|
-
SquareArrowOutUpLeft: react.ForwardRefExoticComponent<
|
|
1318
|
-
SquareArrowOutUpRight: react.ForwardRefExoticComponent<
|
|
1319
|
-
SquareArrowRight: react.ForwardRefExoticComponent<
|
|
1320
|
-
SquareArrowUp: react.ForwardRefExoticComponent<
|
|
1321
|
-
SquareArrowUpLeft: react.ForwardRefExoticComponent<
|
|
1322
|
-
SquareArrowUpRight: react.ForwardRefExoticComponent<
|
|
1323
|
-
SquareAsterisk: react.ForwardRefExoticComponent<
|
|
1324
|
-
SquareBottomDashedScissors: react.ForwardRefExoticComponent<
|
|
1325
|
-
SquareChartGantt: react.ForwardRefExoticComponent<
|
|
1326
|
-
SquareCheck: react.ForwardRefExoticComponent<
|
|
1327
|
-
SquareCheckBig: react.ForwardRefExoticComponent<
|
|
1328
|
-
SquareChevronDown: react.ForwardRefExoticComponent<
|
|
1329
|
-
SquareChevronLeft: react.ForwardRefExoticComponent<
|
|
1330
|
-
SquareChevronRight: react.ForwardRefExoticComponent<
|
|
1331
|
-
SquareChevronUp: react.ForwardRefExoticComponent<
|
|
1332
|
-
SquareCode: react.ForwardRefExoticComponent<
|
|
1333
|
-
SquareDashedBottom: react.ForwardRefExoticComponent<
|
|
1334
|
-
SquareDashedBottomCode: react.ForwardRefExoticComponent<
|
|
1335
|
-
SquareDashedKanban: react.ForwardRefExoticComponent<
|
|
1336
|
-
SquareDashedMousePointer: react.ForwardRefExoticComponent<
|
|
1337
|
-
SquareDivide: react.ForwardRefExoticComponent<
|
|
1338
|
-
SquareDot: react.ForwardRefExoticComponent<
|
|
1339
|
-
SquareEqual: react.ForwardRefExoticComponent<
|
|
1340
|
-
SquareFunction: react.ForwardRefExoticComponent<
|
|
1341
|
-
SquareKanban: react.ForwardRefExoticComponent<
|
|
1342
|
-
SquareLibrary: react.ForwardRefExoticComponent<
|
|
1343
|
-
SquareM: react.ForwardRefExoticComponent<
|
|
1344
|
-
SquareMenu: react.ForwardRefExoticComponent<
|
|
1345
|
-
SquareMinus: react.ForwardRefExoticComponent<
|
|
1346
|
-
SquareMousePointer: react.ForwardRefExoticComponent<
|
|
1347
|
-
SquareParking: react.ForwardRefExoticComponent<
|
|
1348
|
-
SquareParkingOff: react.ForwardRefExoticComponent<
|
|
1349
|
-
SquarePen: react.ForwardRefExoticComponent<
|
|
1350
|
-
SquarePercent: react.ForwardRefExoticComponent<
|
|
1351
|
-
SquarePi: react.ForwardRefExoticComponent<
|
|
1352
|
-
SquarePilcrow: react.ForwardRefExoticComponent<
|
|
1353
|
-
SquarePlay: react.ForwardRefExoticComponent<
|
|
1354
|
-
SquarePlus: react.ForwardRefExoticComponent<
|
|
1355
|
-
SquarePower: react.ForwardRefExoticComponent<
|
|
1356
|
-
SquareRadical: react.ForwardRefExoticComponent<
|
|
1357
|
-
SquareScissors: react.ForwardRefExoticComponent<
|
|
1358
|
-
SquareSigma: react.ForwardRefExoticComponent<
|
|
1359
|
-
SquareSlash: react.ForwardRefExoticComponent<
|
|
1360
|
-
SquareSplitHorizontal: react.ForwardRefExoticComponent<
|
|
1361
|
-
SquareSplitVertical: react.ForwardRefExoticComponent<
|
|
1362
|
-
SquareSquare: react.ForwardRefExoticComponent<
|
|
1363
|
-
SquareStack: react.ForwardRefExoticComponent<
|
|
1364
|
-
SquareTerminal: react.ForwardRefExoticComponent<
|
|
1365
|
-
SquareUser: react.ForwardRefExoticComponent<
|
|
1366
|
-
SquareUserRound: react.ForwardRefExoticComponent<
|
|
1367
|
-
SquareX: react.ForwardRefExoticComponent<
|
|
1368
|
-
Squircle: react.ForwardRefExoticComponent<
|
|
1369
|
-
Squirrel: react.ForwardRefExoticComponent<
|
|
1370
|
-
Stamp: react.ForwardRefExoticComponent<
|
|
1371
|
-
Star: react.ForwardRefExoticComponent<
|
|
1372
|
-
StarHalf: react.ForwardRefExoticComponent<
|
|
1373
|
-
StarOff: react.ForwardRefExoticComponent<
|
|
1374
|
-
StepBack: react.ForwardRefExoticComponent<
|
|
1375
|
-
StepForward: react.ForwardRefExoticComponent<
|
|
1376
|
-
Stethoscope: react.ForwardRefExoticComponent<
|
|
1377
|
-
Sticker: react.ForwardRefExoticComponent<
|
|
1378
|
-
StickyNote: react.ForwardRefExoticComponent<
|
|
1379
|
-
Store: react.ForwardRefExoticComponent<
|
|
1380
|
-
StretchHorizontal: react.ForwardRefExoticComponent<
|
|
1381
|
-
StretchVertical: react.ForwardRefExoticComponent<
|
|
1382
|
-
Strikethrough: react.ForwardRefExoticComponent<
|
|
1383
|
-
Subscript: react.ForwardRefExoticComponent<
|
|
1384
|
-
Sun: react.ForwardRefExoticComponent<
|
|
1385
|
-
SunDim: react.ForwardRefExoticComponent<
|
|
1386
|
-
SunMedium: react.ForwardRefExoticComponent<
|
|
1387
|
-
SunMoon: react.ForwardRefExoticComponent<
|
|
1388
|
-
SunSnow: react.ForwardRefExoticComponent<
|
|
1389
|
-
Sunrise: react.ForwardRefExoticComponent<
|
|
1390
|
-
Sunset: react.ForwardRefExoticComponent<
|
|
1391
|
-
Superscript: react.ForwardRefExoticComponent<
|
|
1392
|
-
SwatchBook: react.ForwardRefExoticComponent<
|
|
1393
|
-
SwissFranc: react.ForwardRefExoticComponent<
|
|
1394
|
-
SwitchCamera: react.ForwardRefExoticComponent<
|
|
1395
|
-
Sword: react.ForwardRefExoticComponent<
|
|
1396
|
-
Swords: react.ForwardRefExoticComponent<
|
|
1397
|
-
Syringe: react.ForwardRefExoticComponent<
|
|
1398
|
-
Table: react.ForwardRefExoticComponent<
|
|
1399
|
-
Table2: react.ForwardRefExoticComponent<
|
|
1400
|
-
TableCellsMerge: react.ForwardRefExoticComponent<
|
|
1401
|
-
TableCellsSplit: react.ForwardRefExoticComponent<
|
|
1402
|
-
TableColumnsSplit: react.ForwardRefExoticComponent<
|
|
1403
|
-
TableOfContents: react.ForwardRefExoticComponent<
|
|
1404
|
-
TableProperties: react.ForwardRefExoticComponent<
|
|
1405
|
-
TableRowsSplit: react.ForwardRefExoticComponent<
|
|
1406
|
-
Tablet: react.ForwardRefExoticComponent<
|
|
1407
|
-
TabletSmartphone: react.ForwardRefExoticComponent<
|
|
1408
|
-
Tablets: react.ForwardRefExoticComponent<
|
|
1409
|
-
Tag: react.ForwardRefExoticComponent<
|
|
1410
|
-
Tags: react.ForwardRefExoticComponent<
|
|
1411
|
-
Tally1: react.ForwardRefExoticComponent<
|
|
1412
|
-
Tally2: react.ForwardRefExoticComponent<
|
|
1413
|
-
Tally3: react.ForwardRefExoticComponent<
|
|
1414
|
-
Tally4: react.ForwardRefExoticComponent<
|
|
1415
|
-
Tally5: react.ForwardRefExoticComponent<
|
|
1416
|
-
Tangent: react.ForwardRefExoticComponent<
|
|
1417
|
-
Target: react.ForwardRefExoticComponent<
|
|
1418
|
-
Telescope: react.ForwardRefExoticComponent<
|
|
1419
|
-
Tent: react.ForwardRefExoticComponent<
|
|
1420
|
-
TentTree: react.ForwardRefExoticComponent<
|
|
1421
|
-
Terminal: react.ForwardRefExoticComponent<
|
|
1422
|
-
TestTube: react.ForwardRefExoticComponent<
|
|
1423
|
-
TestTubeDiagonal: react.ForwardRefExoticComponent<
|
|
1424
|
-
TestTubes: react.ForwardRefExoticComponent<
|
|
1425
|
-
Text: react.ForwardRefExoticComponent<
|
|
1426
|
-
TextCursor: react.ForwardRefExoticComponent<
|
|
1427
|
-
TextCursorInput: react.ForwardRefExoticComponent<
|
|
1428
|
-
TextQuote: react.ForwardRefExoticComponent<
|
|
1429
|
-
TextSearch: react.ForwardRefExoticComponent<
|
|
1430
|
-
TextSelect: react.ForwardRefExoticComponent<
|
|
1431
|
-
Theater: react.ForwardRefExoticComponent<
|
|
1432
|
-
Thermometer: react.ForwardRefExoticComponent<
|
|
1433
|
-
ThermometerSnowflake: react.ForwardRefExoticComponent<
|
|
1434
|
-
ThermometerSun: react.ForwardRefExoticComponent<
|
|
1435
|
-
ThumbsDown: react.ForwardRefExoticComponent<
|
|
1436
|
-
ThumbsUp: react.ForwardRefExoticComponent<
|
|
1437
|
-
Ticket: react.ForwardRefExoticComponent<
|
|
1438
|
-
TicketCheck: react.ForwardRefExoticComponent<
|
|
1439
|
-
TicketMinus: react.ForwardRefExoticComponent<
|
|
1440
|
-
TicketPercent: react.ForwardRefExoticComponent<
|
|
1441
|
-
TicketPlus: react.ForwardRefExoticComponent<
|
|
1442
|
-
TicketSlash: react.ForwardRefExoticComponent<
|
|
1443
|
-
TicketX: react.ForwardRefExoticComponent<
|
|
1444
|
-
Tickets: react.ForwardRefExoticComponent<
|
|
1445
|
-
TicketsPlane: react.ForwardRefExoticComponent<
|
|
1446
|
-
Timer: react.ForwardRefExoticComponent<
|
|
1447
|
-
TimerOff: react.ForwardRefExoticComponent<
|
|
1448
|
-
TimerReset: react.ForwardRefExoticComponent<
|
|
1449
|
-
ToggleLeft: react.ForwardRefExoticComponent<
|
|
1450
|
-
ToggleRight: react.ForwardRefExoticComponent<
|
|
1451
|
-
Tornado: react.ForwardRefExoticComponent<
|
|
1452
|
-
Torus: react.ForwardRefExoticComponent<
|
|
1453
|
-
Touchpad: react.ForwardRefExoticComponent<
|
|
1454
|
-
TouchpadOff: react.ForwardRefExoticComponent<
|
|
1455
|
-
TowerControl: react.ForwardRefExoticComponent<
|
|
1456
|
-
ToyBrick: react.ForwardRefExoticComponent<
|
|
1457
|
-
Tractor: react.ForwardRefExoticComponent<
|
|
1458
|
-
TrafficCone: react.ForwardRefExoticComponent<
|
|
1459
|
-
TrainFront: react.ForwardRefExoticComponent<
|
|
1460
|
-
TrainFrontTunnel: react.ForwardRefExoticComponent<
|
|
1461
|
-
TrainTrack: react.ForwardRefExoticComponent<
|
|
1462
|
-
TramFront: react.ForwardRefExoticComponent<
|
|
1463
|
-
Trash: react.ForwardRefExoticComponent<
|
|
1464
|
-
Trash2: react.ForwardRefExoticComponent<
|
|
1465
|
-
TreeDeciduous: react.ForwardRefExoticComponent<
|
|
1466
|
-
TreePalm: react.ForwardRefExoticComponent<
|
|
1467
|
-
TreePine: react.ForwardRefExoticComponent<
|
|
1468
|
-
Trees: react.ForwardRefExoticComponent<
|
|
1469
|
-
Trello: react.ForwardRefExoticComponent<
|
|
1470
|
-
TrendingDown: react.ForwardRefExoticComponent<
|
|
1471
|
-
TrendingUp: react.ForwardRefExoticComponent<
|
|
1472
|
-
TrendingUpDown: react.ForwardRefExoticComponent<
|
|
1473
|
-
Triangle: react.ForwardRefExoticComponent<
|
|
1474
|
-
TriangleAlert: react.ForwardRefExoticComponent<
|
|
1475
|
-
TriangleRight: react.ForwardRefExoticComponent<
|
|
1476
|
-
Trophy: react.ForwardRefExoticComponent<
|
|
1477
|
-
Truck: react.ForwardRefExoticComponent<
|
|
1478
|
-
Turtle: react.ForwardRefExoticComponent<
|
|
1479
|
-
Tv: react.ForwardRefExoticComponent<
|
|
1480
|
-
TvMinimal: react.ForwardRefExoticComponent<
|
|
1481
|
-
TvMinimalPlay: react.ForwardRefExoticComponent<
|
|
1482
|
-
Twitch: react.ForwardRefExoticComponent<
|
|
1483
|
-
Twitter: react.ForwardRefExoticComponent<
|
|
1484
|
-
Type: react.ForwardRefExoticComponent<
|
|
1485
|
-
TypeOutline: react.ForwardRefExoticComponent<
|
|
1486
|
-
Umbrella: react.ForwardRefExoticComponent<
|
|
1487
|
-
UmbrellaOff: react.ForwardRefExoticComponent<
|
|
1488
|
-
Underline: react.ForwardRefExoticComponent<
|
|
1489
|
-
Undo: react.ForwardRefExoticComponent<
|
|
1490
|
-
Undo2: react.ForwardRefExoticComponent<
|
|
1491
|
-
UndoDot: react.ForwardRefExoticComponent<
|
|
1492
|
-
UnfoldHorizontal: react.ForwardRefExoticComponent<
|
|
1493
|
-
UnfoldVertical: react.ForwardRefExoticComponent<
|
|
1494
|
-
Ungroup: react.ForwardRefExoticComponent<
|
|
1495
|
-
University: react.ForwardRefExoticComponent<
|
|
1496
|
-
Unlink: react.ForwardRefExoticComponent<
|
|
1497
|
-
Unlink2: react.ForwardRefExoticComponent<
|
|
1498
|
-
Unplug: react.ForwardRefExoticComponent<
|
|
1499
|
-
Upload: react.ForwardRefExoticComponent<
|
|
1500
|
-
Usb: react.ForwardRefExoticComponent<
|
|
1501
|
-
User: react.ForwardRefExoticComponent<
|
|
1502
|
-
UserCheck: react.ForwardRefExoticComponent<
|
|
1503
|
-
UserCog: react.ForwardRefExoticComponent<
|
|
1504
|
-
UserMinus: react.ForwardRefExoticComponent<
|
|
1505
|
-
UserPen: react.ForwardRefExoticComponent<
|
|
1506
|
-
UserPlus: react.ForwardRefExoticComponent<
|
|
1507
|
-
UserRound: react.ForwardRefExoticComponent<
|
|
1508
|
-
UserRoundCheck: react.ForwardRefExoticComponent<
|
|
1509
|
-
UserRoundCog: react.ForwardRefExoticComponent<
|
|
1510
|
-
UserRoundMinus: react.ForwardRefExoticComponent<
|
|
1511
|
-
UserRoundPen: react.ForwardRefExoticComponent<
|
|
1512
|
-
UserRoundPlus: react.ForwardRefExoticComponent<
|
|
1513
|
-
UserRoundSearch: react.ForwardRefExoticComponent<
|
|
1514
|
-
UserRoundX: react.ForwardRefExoticComponent<
|
|
1515
|
-
UserSearch: react.ForwardRefExoticComponent<
|
|
1516
|
-
UserX: react.ForwardRefExoticComponent<
|
|
1517
|
-
Users: react.ForwardRefExoticComponent<
|
|
1518
|
-
UsersRound: react.ForwardRefExoticComponent<
|
|
1519
|
-
Utensils: react.ForwardRefExoticComponent<
|
|
1520
|
-
UtensilsCrossed: react.ForwardRefExoticComponent<
|
|
1521
|
-
UtilityPole: react.ForwardRefExoticComponent<
|
|
1522
|
-
Variable: react.ForwardRefExoticComponent<
|
|
1523
|
-
Vault: react.ForwardRefExoticComponent<
|
|
1524
|
-
Vegan: react.ForwardRefExoticComponent<
|
|
1525
|
-
VenetianMask: react.ForwardRefExoticComponent<
|
|
1526
|
-
Vibrate: react.ForwardRefExoticComponent<
|
|
1527
|
-
VibrateOff: react.ForwardRefExoticComponent<
|
|
1528
|
-
Video: react.ForwardRefExoticComponent<
|
|
1529
|
-
VideoOff: react.ForwardRefExoticComponent<
|
|
1530
|
-
Videotape: react.ForwardRefExoticComponent<
|
|
1531
|
-
View: react.ForwardRefExoticComponent<
|
|
1532
|
-
Voicemail: react.ForwardRefExoticComponent<
|
|
1533
|
-
Volume: react.ForwardRefExoticComponent<
|
|
1534
|
-
Volume1: react.ForwardRefExoticComponent<
|
|
1535
|
-
Volume2: react.ForwardRefExoticComponent<
|
|
1536
|
-
VolumeOff: react.ForwardRefExoticComponent<
|
|
1537
|
-
VolumeX: react.ForwardRefExoticComponent<
|
|
1538
|
-
Vote: react.ForwardRefExoticComponent<
|
|
1539
|
-
Wallet: react.ForwardRefExoticComponent<
|
|
1540
|
-
WalletCards: react.ForwardRefExoticComponent<
|
|
1541
|
-
WalletMinimal: react.ForwardRefExoticComponent<
|
|
1542
|
-
Wallpaper: react.ForwardRefExoticComponent<
|
|
1543
|
-
Wand: react.ForwardRefExoticComponent<
|
|
1544
|
-
WandSparkles: react.ForwardRefExoticComponent<
|
|
1545
|
-
Warehouse: react.ForwardRefExoticComponent<
|
|
1546
|
-
WashingMachine: react.ForwardRefExoticComponent<
|
|
1547
|
-
Watch: react.ForwardRefExoticComponent<
|
|
1548
|
-
Waves: react.ForwardRefExoticComponent<
|
|
1549
|
-
Waypoints: react.ForwardRefExoticComponent<
|
|
1550
|
-
Webcam: react.ForwardRefExoticComponent<
|
|
1551
|
-
Webhook: react.ForwardRefExoticComponent<
|
|
1552
|
-
WebhookOff: react.ForwardRefExoticComponent<
|
|
1553
|
-
Weight: react.ForwardRefExoticComponent<
|
|
1554
|
-
Wheat: react.ForwardRefExoticComponent<
|
|
1555
|
-
WheatOff: react.ForwardRefExoticComponent<
|
|
1556
|
-
WholeWord: react.ForwardRefExoticComponent<
|
|
1557
|
-
Wifi: react.ForwardRefExoticComponent<
|
|
1558
|
-
WifiHigh: react.ForwardRefExoticComponent<
|
|
1559
|
-
WifiLow: react.ForwardRefExoticComponent<
|
|
1560
|
-
WifiOff: react.ForwardRefExoticComponent<
|
|
1561
|
-
WifiZero: react.ForwardRefExoticComponent<
|
|
1562
|
-
Wind: react.ForwardRefExoticComponent<
|
|
1563
|
-
Wine: react.ForwardRefExoticComponent<
|
|
1564
|
-
WineOff: react.ForwardRefExoticComponent<
|
|
1565
|
-
Workflow: react.ForwardRefExoticComponent<
|
|
1566
|
-
Worm: react.ForwardRefExoticComponent<
|
|
1567
|
-
WrapText: react.ForwardRefExoticComponent<
|
|
1568
|
-
Wrench: react.ForwardRefExoticComponent<
|
|
1569
|
-
X: react.ForwardRefExoticComponent<
|
|
1570
|
-
Youtube: react.ForwardRefExoticComponent<
|
|
1571
|
-
Zap: react.ForwardRefExoticComponent<
|
|
1572
|
-
ZapOff: react.ForwardRefExoticComponent<
|
|
1573
|
-
ZoomIn: react.ForwardRefExoticComponent<
|
|
1574
|
-
ZoomOut: react.ForwardRefExoticComponent<
|
|
52
|
+
AArrowDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
53
|
+
AArrowUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
54
|
+
ALargeSmall: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
55
|
+
Accessibility: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
56
|
+
Activity: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
57
|
+
AirVent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
58
|
+
Airplay: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
59
|
+
AlarmClock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
60
|
+
AlarmClockCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
61
|
+
AlarmClockMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
62
|
+
AlarmClockOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
63
|
+
AlarmClockPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
64
|
+
AlarmSmoke: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
65
|
+
Album: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
66
|
+
AlignCenter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
67
|
+
AlignCenterHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
68
|
+
AlignCenterVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
69
|
+
AlignEndHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
70
|
+
AlignEndVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
71
|
+
AlignHorizontalDistributeCenter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
72
|
+
AlignHorizontalDistributeEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
73
|
+
AlignHorizontalDistributeStart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
74
|
+
AlignHorizontalJustifyCenter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
75
|
+
AlignHorizontalJustifyEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
76
|
+
AlignHorizontalJustifyStart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
77
|
+
AlignHorizontalSpaceAround: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
78
|
+
AlignHorizontalSpaceBetween: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
79
|
+
AlignJustify: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
80
|
+
AlignLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
81
|
+
AlignRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
82
|
+
AlignStartHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
83
|
+
AlignStartVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
84
|
+
AlignVerticalDistributeCenter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
85
|
+
AlignVerticalDistributeEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
86
|
+
AlignVerticalDistributeStart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
87
|
+
AlignVerticalJustifyCenter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
88
|
+
AlignVerticalJustifyEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
89
|
+
AlignVerticalJustifyStart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
90
|
+
AlignVerticalSpaceAround: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
91
|
+
AlignVerticalSpaceBetween: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
92
|
+
Ambulance: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
93
|
+
Ampersand: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
94
|
+
Ampersands: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
95
|
+
Amphora: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
96
|
+
Anchor: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
97
|
+
Angry: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
98
|
+
Annoyed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
99
|
+
Antenna: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
100
|
+
Anvil: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
101
|
+
Aperture: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
102
|
+
AppWindow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
103
|
+
AppWindowMac: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
104
|
+
Apple: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
105
|
+
Archive: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
106
|
+
ArchiveRestore: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
107
|
+
ArchiveX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
108
|
+
Armchair: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
109
|
+
ArrowBigDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
110
|
+
ArrowBigDownDash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
111
|
+
ArrowBigLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
112
|
+
ArrowBigLeftDash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
113
|
+
ArrowBigRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
114
|
+
ArrowBigRightDash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
115
|
+
ArrowBigUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
116
|
+
ArrowBigUpDash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
117
|
+
ArrowDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
118
|
+
ArrowDown01: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
119
|
+
ArrowDown10: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
120
|
+
ArrowDownAZ: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
121
|
+
ArrowDownFromLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
122
|
+
ArrowDownLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
123
|
+
ArrowDownNarrowWide: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
124
|
+
ArrowDownRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
125
|
+
ArrowDownToDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
126
|
+
ArrowDownToLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
127
|
+
ArrowDownUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
128
|
+
ArrowDownWideNarrow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
129
|
+
ArrowDownZA: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
130
|
+
ArrowLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
131
|
+
ArrowLeftFromLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
132
|
+
ArrowLeftRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
133
|
+
ArrowLeftToLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
134
|
+
ArrowRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
135
|
+
ArrowRightFromLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
136
|
+
ArrowRightLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
137
|
+
ArrowRightToLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
138
|
+
ArrowUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
139
|
+
ArrowUp01: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
140
|
+
ArrowUp10: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
141
|
+
ArrowUpAZ: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
142
|
+
ArrowUpDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
143
|
+
ArrowUpFromDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
144
|
+
ArrowUpFromLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
145
|
+
ArrowUpLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
146
|
+
ArrowUpNarrowWide: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
147
|
+
ArrowUpRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
148
|
+
ArrowUpToLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
149
|
+
ArrowUpWideNarrow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
150
|
+
ArrowUpZA: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
151
|
+
ArrowsUpFromLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
152
|
+
Asterisk: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
153
|
+
AtSign: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
154
|
+
Atom: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
155
|
+
AudioLines: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
156
|
+
AudioWaveform: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
157
|
+
Award: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
158
|
+
Axe: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
159
|
+
Axis3d: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
160
|
+
Baby: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
161
|
+
Backpack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
162
|
+
Badge: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
163
|
+
BadgeAlert: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
164
|
+
BadgeCent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
165
|
+
BadgeCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
166
|
+
BadgeDollarSign: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
167
|
+
BadgeEuro: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
168
|
+
BadgeHelp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
169
|
+
BadgeIndianRupee: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
170
|
+
BadgeInfo: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
171
|
+
BadgeJapaneseYen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
172
|
+
BadgeMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
173
|
+
BadgePercent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
174
|
+
BadgePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
175
|
+
BadgePoundSterling: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
176
|
+
BadgeRussianRuble: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
177
|
+
BadgeSwissFranc: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
178
|
+
BadgeX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
179
|
+
BaggageClaim: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
180
|
+
Ban: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
181
|
+
Banana: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
182
|
+
Bandage: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
183
|
+
Banknote: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
184
|
+
Barcode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
185
|
+
Baseline: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
186
|
+
Bath: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
187
|
+
Battery: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
188
|
+
BatteryCharging: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
189
|
+
BatteryFull: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
190
|
+
BatteryLow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
191
|
+
BatteryMedium: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
192
|
+
BatteryWarning: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
193
|
+
Beaker: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
194
|
+
Bean: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
195
|
+
BeanOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
196
|
+
Bed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
197
|
+
BedDouble: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
198
|
+
BedSingle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
199
|
+
Beef: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
200
|
+
Beer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
201
|
+
BeerOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
202
|
+
Bell: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
203
|
+
BellDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
204
|
+
BellElectric: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
205
|
+
BellMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
206
|
+
BellOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
207
|
+
BellPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
208
|
+
BellRing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
209
|
+
BetweenHorizontalEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
210
|
+
BetweenHorizontalStart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
211
|
+
BetweenVerticalEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
212
|
+
BetweenVerticalStart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
213
|
+
BicepsFlexed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
214
|
+
Bike: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
215
|
+
Binary: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
216
|
+
Binoculars: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
217
|
+
Biohazard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
218
|
+
Bird: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
219
|
+
Bitcoin: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
220
|
+
Blend: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
221
|
+
Blinds: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
222
|
+
Blocks: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
223
|
+
Bluetooth: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
224
|
+
BluetoothConnected: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
225
|
+
BluetoothOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
226
|
+
BluetoothSearching: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
227
|
+
Bold: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
228
|
+
Bolt: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
229
|
+
Bomb: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
230
|
+
Bone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
231
|
+
Book: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
232
|
+
BookA: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
233
|
+
BookAudio: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
234
|
+
BookCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
235
|
+
BookCopy: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
236
|
+
BookDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
237
|
+
BookDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
238
|
+
BookHeadphones: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
239
|
+
BookHeart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
240
|
+
BookImage: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
241
|
+
BookKey: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
242
|
+
BookLock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
243
|
+
BookMarked: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
244
|
+
BookMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
245
|
+
BookOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
246
|
+
BookOpenCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
247
|
+
BookOpenText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
248
|
+
BookPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
249
|
+
BookText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
250
|
+
BookType: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
251
|
+
BookUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
252
|
+
BookUp2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
253
|
+
BookUser: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
254
|
+
BookX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
255
|
+
Bookmark: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
256
|
+
BookmarkCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
257
|
+
BookmarkMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
258
|
+
BookmarkPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
259
|
+
BookmarkX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
260
|
+
BoomBox: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
261
|
+
Bot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
262
|
+
BotMessageSquare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
263
|
+
BotOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
264
|
+
Box: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
265
|
+
BoxSelect: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
266
|
+
Boxes: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
267
|
+
Braces: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
268
|
+
Brackets: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
269
|
+
Brain: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
270
|
+
BrainCircuit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
271
|
+
BrainCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
272
|
+
BrickWall: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
273
|
+
Briefcase: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
274
|
+
BriefcaseBusiness: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
275
|
+
BriefcaseMedical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
276
|
+
BringToFront: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
277
|
+
Brush: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
278
|
+
Bug: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
279
|
+
BugOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
280
|
+
BugPlay: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
281
|
+
Building: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
282
|
+
Building2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
283
|
+
Bus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
284
|
+
BusFront: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
285
|
+
Cable: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
286
|
+
CableCar: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
287
|
+
Cake: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
288
|
+
CakeSlice: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
289
|
+
Calculator: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
290
|
+
Calendar: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
291
|
+
CalendarArrowDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
292
|
+
CalendarArrowUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
293
|
+
CalendarCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
294
|
+
CalendarCheck2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
295
|
+
CalendarClock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
296
|
+
CalendarCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
297
|
+
CalendarDays: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
298
|
+
CalendarFold: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
299
|
+
CalendarHeart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
300
|
+
CalendarMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
301
|
+
CalendarMinus2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
302
|
+
CalendarOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
303
|
+
CalendarPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
304
|
+
CalendarPlus2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
305
|
+
CalendarRange: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
306
|
+
CalendarSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
307
|
+
CalendarX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
308
|
+
CalendarX2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
309
|
+
Camera: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
310
|
+
CameraOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
311
|
+
Candy: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
312
|
+
CandyCane: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
313
|
+
CandyOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
314
|
+
Cannabis: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
315
|
+
Captions: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
316
|
+
CaptionsOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
317
|
+
Car: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
318
|
+
CarFront: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
319
|
+
CarTaxiFront: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
320
|
+
Caravan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
321
|
+
Carrot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
322
|
+
CaseLower: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
323
|
+
CaseSensitive: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
324
|
+
CaseUpper: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
325
|
+
CassetteTape: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
326
|
+
Cast: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
327
|
+
Castle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
328
|
+
Cat: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
329
|
+
Cctv: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
330
|
+
ChartArea: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
331
|
+
ChartBar: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
332
|
+
ChartBarBig: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
333
|
+
ChartBarDecreasing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
334
|
+
ChartBarIncreasing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
335
|
+
ChartBarStacked: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
336
|
+
ChartCandlestick: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
337
|
+
ChartColumn: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
338
|
+
ChartColumnBig: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
339
|
+
ChartColumnDecreasing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
340
|
+
ChartColumnIncreasing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
341
|
+
ChartColumnStacked: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
342
|
+
ChartGantt: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
343
|
+
ChartLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
344
|
+
ChartNetwork: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
345
|
+
ChartNoAxesColumn: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
346
|
+
ChartNoAxesColumnDecreasing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
347
|
+
ChartNoAxesColumnIncreasing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
348
|
+
ChartNoAxesCombined: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
349
|
+
ChartNoAxesGantt: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
350
|
+
ChartPie: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
351
|
+
ChartScatter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
352
|
+
ChartSpline: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
353
|
+
Check: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
354
|
+
CheckCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
355
|
+
ChefHat: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
356
|
+
Cherry: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
357
|
+
ChevronDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
358
|
+
ChevronFirst: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
359
|
+
ChevronLast: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
360
|
+
ChevronLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
361
|
+
ChevronRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
362
|
+
ChevronUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
363
|
+
ChevronsDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
364
|
+
ChevronsDownUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
365
|
+
ChevronsLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
366
|
+
ChevronsLeftRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
367
|
+
ChevronsLeftRightEllipsis: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
368
|
+
ChevronsRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
369
|
+
ChevronsRightLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
370
|
+
ChevronsUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
371
|
+
ChevronsUpDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
372
|
+
Chrome: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
373
|
+
Church: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
374
|
+
Cigarette: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
375
|
+
CigaretteOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
376
|
+
Circle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
377
|
+
CircleAlert: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
378
|
+
CircleArrowDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
379
|
+
CircleArrowLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
380
|
+
CircleArrowOutDownLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
381
|
+
CircleArrowOutDownRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
382
|
+
CircleArrowOutUpLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
383
|
+
CircleArrowOutUpRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
384
|
+
CircleArrowRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
385
|
+
CircleArrowUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
386
|
+
CircleCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
387
|
+
CircleCheckBig: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
388
|
+
CircleChevronDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
389
|
+
CircleChevronLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
390
|
+
CircleChevronRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
391
|
+
CircleChevronUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
392
|
+
CircleDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
393
|
+
CircleDivide: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
394
|
+
CircleDollarSign: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
395
|
+
CircleDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
396
|
+
CircleDotDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
397
|
+
CircleEllipsis: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
398
|
+
CircleEqual: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
399
|
+
CircleFadingArrowUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
400
|
+
CircleFadingPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
401
|
+
CircleGauge: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
402
|
+
CircleHelp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
403
|
+
CircleMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
404
|
+
CircleOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
405
|
+
CircleParking: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
406
|
+
CircleParkingOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
407
|
+
CirclePause: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
408
|
+
CirclePercent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
409
|
+
CirclePlay: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
410
|
+
CirclePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
411
|
+
CirclePower: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
412
|
+
CircleSlash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
413
|
+
CircleSlash2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
414
|
+
CircleStop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
415
|
+
CircleUser: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
416
|
+
CircleUserRound: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
417
|
+
CircleX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
418
|
+
CircuitBoard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
419
|
+
Citrus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
420
|
+
Clapperboard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
421
|
+
Clipboard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
422
|
+
ClipboardCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
423
|
+
ClipboardCopy: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
424
|
+
ClipboardList: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
425
|
+
ClipboardMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
426
|
+
ClipboardPaste: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
427
|
+
ClipboardPen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
428
|
+
ClipboardPenLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
429
|
+
ClipboardPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
430
|
+
ClipboardType: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
431
|
+
ClipboardX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
432
|
+
Clock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
433
|
+
Clock1: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
434
|
+
Clock10: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
435
|
+
Clock11: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
436
|
+
Clock12: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
437
|
+
Clock2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
438
|
+
Clock3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
439
|
+
Clock4: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
440
|
+
Clock5: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
441
|
+
Clock6: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
442
|
+
Clock7: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
443
|
+
Clock8: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
444
|
+
Clock9: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
445
|
+
ClockArrowDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
446
|
+
ClockArrowUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
447
|
+
Cloud: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
448
|
+
CloudCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
449
|
+
CloudDownload: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
450
|
+
CloudDrizzle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
451
|
+
CloudFog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
452
|
+
CloudHail: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
453
|
+
CloudLightning: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
454
|
+
CloudMoon: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
455
|
+
CloudMoonRain: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
456
|
+
CloudOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
457
|
+
CloudRain: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
458
|
+
CloudRainWind: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
459
|
+
CloudSnow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
460
|
+
CloudSun: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
461
|
+
CloudSunRain: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
462
|
+
CloudUpload: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
463
|
+
Cloudy: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
464
|
+
Clover: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
465
|
+
Club: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
466
|
+
Code: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
467
|
+
CodeXml: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
468
|
+
Codepen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
469
|
+
Codesandbox: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
470
|
+
Coffee: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
471
|
+
Cog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
472
|
+
Coins: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
473
|
+
Columns2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
474
|
+
Columns3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
475
|
+
Columns4: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
476
|
+
Combine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
477
|
+
Command: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
478
|
+
Compass: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
479
|
+
Component: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
480
|
+
Computer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
481
|
+
ConciergeBell: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
482
|
+
Cone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
483
|
+
Construction: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
484
|
+
Contact: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
485
|
+
ContactRound: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
486
|
+
Container: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
487
|
+
Contrast: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
488
|
+
Cookie: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
489
|
+
CookingPot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
490
|
+
Copy: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
491
|
+
CopyCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
492
|
+
CopyMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
493
|
+
CopyPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
494
|
+
CopySlash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
495
|
+
CopyX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
496
|
+
Copyleft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
497
|
+
Copyright: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
498
|
+
CornerDownLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
499
|
+
CornerDownRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
500
|
+
CornerLeftDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
501
|
+
CornerLeftUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
502
|
+
CornerRightDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
503
|
+
CornerRightUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
504
|
+
CornerUpLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
505
|
+
CornerUpRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
506
|
+
Cpu: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
507
|
+
CreativeCommons: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
508
|
+
CreditCard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
509
|
+
Croissant: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
510
|
+
Crop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
511
|
+
Cross: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
512
|
+
Crosshair: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
513
|
+
Crown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
514
|
+
Cuboid: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
515
|
+
CupSoda: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
516
|
+
Currency: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
517
|
+
Cylinder: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
518
|
+
Dam: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
519
|
+
Database: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
520
|
+
DatabaseBackup: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
521
|
+
DatabaseZap: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
522
|
+
Delete: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
523
|
+
Dessert: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
524
|
+
Diameter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
525
|
+
Diamond: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
526
|
+
DiamondMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
527
|
+
DiamondPercent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
528
|
+
DiamondPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
529
|
+
Dice1: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
530
|
+
Dice2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
531
|
+
Dice3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
532
|
+
Dice4: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
533
|
+
Dice5: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
534
|
+
Dice6: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
535
|
+
Dices: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
536
|
+
Diff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
537
|
+
Disc: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
538
|
+
Disc2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
539
|
+
Disc3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
540
|
+
DiscAlbum: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
541
|
+
Divide: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
542
|
+
Dna: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
543
|
+
DnaOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
544
|
+
Dock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
545
|
+
Dog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
546
|
+
DollarSign: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
547
|
+
Donut: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
548
|
+
DoorClosed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
549
|
+
DoorOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
550
|
+
Dot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
551
|
+
Download: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
552
|
+
DraftingCompass: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
553
|
+
Drama: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
554
|
+
Dribbble: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
555
|
+
Drill: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
556
|
+
Droplet: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
557
|
+
Droplets: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
558
|
+
Drum: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
559
|
+
Drumstick: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
560
|
+
Dumbbell: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
561
|
+
Ear: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
562
|
+
EarOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
563
|
+
Earth: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
564
|
+
EarthLock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
565
|
+
Eclipse: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
566
|
+
Egg: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
567
|
+
EggFried: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
568
|
+
EggOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
569
|
+
Ellipsis: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
570
|
+
EllipsisVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
571
|
+
Equal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
572
|
+
EqualNot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
573
|
+
Eraser: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
574
|
+
EthernetPort: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
575
|
+
Euro: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
576
|
+
Expand: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
577
|
+
ExternalLink: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
578
|
+
Eye: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
579
|
+
EyeOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
580
|
+
Facebook: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
581
|
+
Factory: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
582
|
+
Fan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
583
|
+
FastForward: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
584
|
+
Feather: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
585
|
+
Fence: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
586
|
+
FerrisWheel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
587
|
+
Figma: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
588
|
+
File: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
589
|
+
FileArchive: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
590
|
+
FileAudio: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
591
|
+
FileAudio2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
592
|
+
FileAxis3d: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
593
|
+
FileBadge: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
594
|
+
FileBadge2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
595
|
+
FileBox: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
596
|
+
FileChartColumn: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
597
|
+
FileChartColumnIncreasing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
598
|
+
FileChartLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
599
|
+
FileChartPie: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
600
|
+
FileCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
601
|
+
FileCheck2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
602
|
+
FileClock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
603
|
+
FileCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
604
|
+
FileCode2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
605
|
+
FileCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
606
|
+
FileDiff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
607
|
+
FileDigit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
608
|
+
FileDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
609
|
+
FileHeart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
610
|
+
FileImage: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
611
|
+
FileInput: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
612
|
+
FileJson: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
613
|
+
FileJson2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
614
|
+
FileKey: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
615
|
+
FileKey2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
616
|
+
FileLock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
617
|
+
FileLock2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
618
|
+
FileMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
619
|
+
FileMinus2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
620
|
+
FileMusic: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
621
|
+
FileOutput: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
622
|
+
FilePen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
623
|
+
FilePenLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
624
|
+
FilePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
625
|
+
FilePlus2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
626
|
+
FileQuestion: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
627
|
+
FileScan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
628
|
+
FileSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
629
|
+
FileSearch2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
630
|
+
FileSliders: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
631
|
+
FileSpreadsheet: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
632
|
+
FileStack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
633
|
+
FileSymlink: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
634
|
+
FileTerminal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
635
|
+
FileText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
636
|
+
FileType: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
637
|
+
FileType2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
638
|
+
FileUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
639
|
+
FileVideo: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
640
|
+
FileVideo2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
641
|
+
FileVolume: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
642
|
+
FileVolume2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
643
|
+
FileWarning: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
644
|
+
FileX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
645
|
+
FileX2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
646
|
+
Files: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
647
|
+
Film: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
648
|
+
Filter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
649
|
+
FilterX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
650
|
+
Fingerprint: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
651
|
+
FireExtinguisher: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
652
|
+
Fish: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
653
|
+
FishOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
654
|
+
FishSymbol: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
655
|
+
Flag: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
656
|
+
FlagOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
657
|
+
FlagTriangleLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
658
|
+
FlagTriangleRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
659
|
+
Flame: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
660
|
+
FlameKindling: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
661
|
+
Flashlight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
662
|
+
FlashlightOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
663
|
+
FlaskConical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
664
|
+
FlaskConicalOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
665
|
+
FlaskRound: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
666
|
+
FlipHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
667
|
+
FlipHorizontal2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
668
|
+
FlipVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
669
|
+
FlipVertical2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
670
|
+
Flower: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
671
|
+
Flower2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
672
|
+
Focus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
673
|
+
FoldHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
674
|
+
FoldVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
675
|
+
Folder: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
676
|
+
FolderArchive: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
677
|
+
FolderCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
678
|
+
FolderClock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
679
|
+
FolderClosed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
680
|
+
FolderCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
681
|
+
FolderCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
682
|
+
FolderDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
683
|
+
FolderDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
684
|
+
FolderGit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
685
|
+
FolderGit2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
686
|
+
FolderHeart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
687
|
+
FolderInput: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
688
|
+
FolderKanban: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
689
|
+
FolderKey: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
690
|
+
FolderLock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
691
|
+
FolderMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
692
|
+
FolderOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
693
|
+
FolderOpenDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
694
|
+
FolderOutput: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
695
|
+
FolderPen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
696
|
+
FolderPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
697
|
+
FolderRoot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
698
|
+
FolderSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
699
|
+
FolderSearch2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
700
|
+
FolderSymlink: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
701
|
+
FolderSync: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
702
|
+
FolderTree: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
703
|
+
FolderUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
704
|
+
FolderX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
705
|
+
Folders: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
706
|
+
Footprints: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
707
|
+
Forklift: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
708
|
+
Forward: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
709
|
+
Frame: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
710
|
+
Framer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
711
|
+
Frown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
712
|
+
Fuel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
713
|
+
Fullscreen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
714
|
+
GalleryHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
715
|
+
GalleryHorizontalEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
716
|
+
GalleryThumbnails: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
717
|
+
GalleryVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
718
|
+
GalleryVerticalEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
719
|
+
Gamepad: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
720
|
+
Gamepad2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
721
|
+
Gauge: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
722
|
+
Gavel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
723
|
+
Gem: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
724
|
+
Ghost: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
725
|
+
Gift: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
726
|
+
GitBranch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
727
|
+
GitBranchPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
728
|
+
GitCommitHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
729
|
+
GitCommitVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
730
|
+
GitCompare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
731
|
+
GitCompareArrows: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
732
|
+
GitFork: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
733
|
+
GitGraph: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
734
|
+
GitMerge: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
735
|
+
GitPullRequest: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
736
|
+
GitPullRequestArrow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
737
|
+
GitPullRequestClosed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
738
|
+
GitPullRequestCreate: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
739
|
+
GitPullRequestCreateArrow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
740
|
+
GitPullRequestDraft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
741
|
+
Github: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
742
|
+
Gitlab: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
743
|
+
GlassWater: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
744
|
+
Glasses: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
745
|
+
Globe: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
746
|
+
GlobeLock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
747
|
+
Goal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
748
|
+
Grab: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
749
|
+
GraduationCap: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
750
|
+
Grape: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
751
|
+
Grid2x2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
752
|
+
Grid2x2Check: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
753
|
+
Grid2x2X: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
754
|
+
Grid3x3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
755
|
+
Grip: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
756
|
+
GripHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
757
|
+
GripVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
758
|
+
Group: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
759
|
+
Guitar: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
760
|
+
Ham: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
761
|
+
Hammer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
762
|
+
Hand: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
763
|
+
HandCoins: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
764
|
+
HandHeart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
765
|
+
HandHelping: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
766
|
+
HandMetal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
767
|
+
HandPlatter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
768
|
+
Handshake: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
769
|
+
HardDrive: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
770
|
+
HardDriveDownload: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
771
|
+
HardDriveUpload: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
772
|
+
HardHat: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
773
|
+
Hash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
774
|
+
Haze: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
775
|
+
HdmiPort: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
776
|
+
Heading: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
777
|
+
Heading1: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
778
|
+
Heading2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
779
|
+
Heading3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
780
|
+
Heading4: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
781
|
+
Heading5: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
782
|
+
Heading6: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
783
|
+
Headphones: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
784
|
+
Headset: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
785
|
+
Heart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
786
|
+
HeartCrack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
787
|
+
HeartHandshake: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
788
|
+
HeartOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
789
|
+
HeartPulse: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
790
|
+
Heater: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
791
|
+
Hexagon: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
792
|
+
Highlighter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
793
|
+
History: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
794
|
+
Hop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
795
|
+
HopOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
796
|
+
Hospital: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
797
|
+
Hotel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
798
|
+
Hourglass: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
799
|
+
House: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
800
|
+
HousePlug: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
801
|
+
HousePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
802
|
+
IceCreamBowl: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
803
|
+
IceCreamCone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
804
|
+
IdCard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
805
|
+
Image: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
806
|
+
ImageDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
807
|
+
ImageMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
808
|
+
ImageOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
809
|
+
ImagePlay: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
810
|
+
ImagePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
811
|
+
ImageUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
812
|
+
Images: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
813
|
+
Import: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
814
|
+
Inbox: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
815
|
+
IndentDecrease: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
816
|
+
IndentIncrease: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
817
|
+
IndianRupee: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
818
|
+
Infinity: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
819
|
+
Info: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
820
|
+
InspectionPanel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
821
|
+
Instagram: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
822
|
+
Italic: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
823
|
+
IterationCcw: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
824
|
+
IterationCw: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
825
|
+
JapaneseYen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
826
|
+
Joystick: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
827
|
+
Kanban: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
828
|
+
Key: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
829
|
+
KeyRound: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
830
|
+
KeySquare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
831
|
+
Keyboard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
832
|
+
KeyboardMusic: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
833
|
+
KeyboardOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
834
|
+
Lamp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
835
|
+
LampCeiling: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
836
|
+
LampDesk: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
837
|
+
LampFloor: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
838
|
+
LampWallDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
839
|
+
LampWallUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
840
|
+
LandPlot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
841
|
+
Landmark: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
842
|
+
Languages: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
843
|
+
Laptop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
844
|
+
LaptopMinimal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
845
|
+
Lasso: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
846
|
+
LassoSelect: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
847
|
+
Laugh: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
848
|
+
Layers: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
849
|
+
Layers2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
850
|
+
Layers3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
851
|
+
LayoutDashboard: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
852
|
+
LayoutGrid: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
853
|
+
LayoutList: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
854
|
+
LayoutPanelLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
855
|
+
LayoutPanelTop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
856
|
+
LayoutTemplate: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
857
|
+
Leaf: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
858
|
+
LeafyGreen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
859
|
+
Lectern: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
860
|
+
LetterText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
861
|
+
Library: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
862
|
+
LibraryBig: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
863
|
+
LifeBuoy: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
864
|
+
Ligature: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
865
|
+
Lightbulb: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
866
|
+
LightbulbOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
867
|
+
Link: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
868
|
+
Link2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
869
|
+
Link2Off: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
870
|
+
Linkedin: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
871
|
+
List: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
872
|
+
ListCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
873
|
+
ListChecks: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
874
|
+
ListCollapse: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
875
|
+
ListEnd: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
876
|
+
ListFilter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
877
|
+
ListMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
878
|
+
ListMusic: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
879
|
+
ListOrdered: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
880
|
+
ListPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
881
|
+
ListRestart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
882
|
+
ListStart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
883
|
+
ListTodo: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
884
|
+
ListTree: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
885
|
+
ListVideo: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
886
|
+
ListX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
887
|
+
Loader: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
888
|
+
LoaderCircle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
889
|
+
LoaderPinwheel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
890
|
+
Locate: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
891
|
+
LocateFixed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
892
|
+
LocateOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
893
|
+
Lock: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
894
|
+
LockKeyhole: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
895
|
+
LockKeyholeOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
896
|
+
LockOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
897
|
+
LogIn: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
898
|
+
LogOut: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
899
|
+
Logs: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
900
|
+
Lollipop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
901
|
+
Luggage: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
902
|
+
Magnet: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
903
|
+
Mail: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
904
|
+
MailCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
905
|
+
MailMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
906
|
+
MailOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
907
|
+
MailPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
908
|
+
MailQuestion: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
909
|
+
MailSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
910
|
+
MailWarning: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
911
|
+
MailX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
912
|
+
Mailbox: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
913
|
+
Mails: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
914
|
+
Map: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
915
|
+
MapPin: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
916
|
+
MapPinCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
917
|
+
MapPinCheckInside: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
918
|
+
MapPinHouse: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
919
|
+
MapPinMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
920
|
+
MapPinMinusInside: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
921
|
+
MapPinOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
922
|
+
MapPinPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
923
|
+
MapPinPlusInside: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
924
|
+
MapPinX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
925
|
+
MapPinXInside: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
926
|
+
MapPinned: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
927
|
+
Martini: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
928
|
+
Maximize: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
929
|
+
Maximize2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
930
|
+
Medal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
931
|
+
Megaphone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
932
|
+
MegaphoneOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
933
|
+
Meh: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
934
|
+
MemoryStick: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
935
|
+
Menu: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
936
|
+
Merge: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
937
|
+
MessageCircle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
938
|
+
MessageCircleCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
939
|
+
MessageCircleDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
940
|
+
MessageCircleHeart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
941
|
+
MessageCircleMore: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
942
|
+
MessageCircleOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
943
|
+
MessageCirclePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
944
|
+
MessageCircleQuestion: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
945
|
+
MessageCircleReply: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
946
|
+
MessageCircleWarning: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
947
|
+
MessageCircleX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
948
|
+
MessageSquare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
949
|
+
MessageSquareCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
950
|
+
MessageSquareDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
951
|
+
MessageSquareDiff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
952
|
+
MessageSquareDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
953
|
+
MessageSquareHeart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
954
|
+
MessageSquareMore: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
955
|
+
MessageSquareOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
956
|
+
MessageSquarePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
957
|
+
MessageSquareQuote: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
958
|
+
MessageSquareReply: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
959
|
+
MessageSquareShare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
960
|
+
MessageSquareText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
961
|
+
MessageSquareWarning: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
962
|
+
MessageSquareX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
963
|
+
MessagesSquare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
964
|
+
Mic: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
965
|
+
MicOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
966
|
+
MicVocal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
967
|
+
Microchip: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
968
|
+
Microscope: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
969
|
+
Microwave: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
970
|
+
Milestone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
971
|
+
Milk: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
972
|
+
MilkOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
973
|
+
Minimize: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
974
|
+
Minimize2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
975
|
+
Minus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
976
|
+
Monitor: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
977
|
+
MonitorCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
978
|
+
MonitorCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
979
|
+
MonitorDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
980
|
+
MonitorDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
981
|
+
MonitorOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
982
|
+
MonitorPause: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
983
|
+
MonitorPlay: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
984
|
+
MonitorSmartphone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
985
|
+
MonitorSpeaker: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
986
|
+
MonitorStop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
987
|
+
MonitorUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
988
|
+
MonitorX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
989
|
+
Moon: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
990
|
+
MoonStar: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
991
|
+
Mountain: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
992
|
+
MountainSnow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
993
|
+
Mouse: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
994
|
+
MouseOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
995
|
+
MousePointer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
996
|
+
MousePointer2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
997
|
+
MousePointerBan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
998
|
+
MousePointerClick: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
999
|
+
Move: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1000
|
+
Move3d: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1001
|
+
MoveDiagonal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1002
|
+
MoveDiagonal2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1003
|
+
MoveDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1004
|
+
MoveDownLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1005
|
+
MoveDownRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1006
|
+
MoveHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1007
|
+
MoveLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1008
|
+
MoveRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1009
|
+
MoveUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1010
|
+
MoveUpLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1011
|
+
MoveUpRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1012
|
+
MoveVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1013
|
+
Music: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1014
|
+
Music2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1015
|
+
Music3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1016
|
+
Music4: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1017
|
+
Navigation: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1018
|
+
Navigation2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1019
|
+
Navigation2Off: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1020
|
+
NavigationOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1021
|
+
Network: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1022
|
+
Newspaper: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1023
|
+
Nfc: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1024
|
+
Notebook: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1025
|
+
NotebookPen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1026
|
+
NotebookTabs: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1027
|
+
NotebookText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1028
|
+
NotepadText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1029
|
+
NotepadTextDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1030
|
+
Nut: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1031
|
+
NutOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1032
|
+
Octagon: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1033
|
+
OctagonAlert: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1034
|
+
OctagonMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1035
|
+
OctagonPause: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1036
|
+
OctagonX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1037
|
+
Omega: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1038
|
+
Option: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1039
|
+
Orbit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1040
|
+
Origami: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1041
|
+
Package: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1042
|
+
Package2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1043
|
+
PackageCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1044
|
+
PackageMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1045
|
+
PackageOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1046
|
+
PackagePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1047
|
+
PackageSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1048
|
+
PackageX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1049
|
+
PaintBucket: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1050
|
+
PaintRoller: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1051
|
+
Paintbrush: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1052
|
+
PaintbrushVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1053
|
+
Palette: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1054
|
+
PanelBottom: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1055
|
+
PanelBottomClose: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1056
|
+
PanelBottomDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1057
|
+
PanelBottomOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1058
|
+
PanelLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1059
|
+
PanelLeftClose: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1060
|
+
PanelLeftDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1061
|
+
PanelLeftOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1062
|
+
PanelRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1063
|
+
PanelRightClose: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1064
|
+
PanelRightDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1065
|
+
PanelRightOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1066
|
+
PanelTop: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1067
|
+
PanelTopClose: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1068
|
+
PanelTopDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1069
|
+
PanelTopOpen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1070
|
+
PanelsLeftBottom: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1071
|
+
PanelsRightBottom: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1072
|
+
PanelsTopLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1073
|
+
Paperclip: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1074
|
+
Parentheses: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1075
|
+
ParkingMeter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1076
|
+
PartyPopper: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1077
|
+
Pause: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1078
|
+
PawPrint: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1079
|
+
PcCase: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1080
|
+
Pen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1081
|
+
PenLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1082
|
+
PenOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1083
|
+
PenTool: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1084
|
+
Pencil: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1085
|
+
PencilLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1086
|
+
PencilOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1087
|
+
PencilRuler: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1088
|
+
Pentagon: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1089
|
+
Percent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1090
|
+
PersonStanding: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1091
|
+
PhilippinePeso: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1092
|
+
Phone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1093
|
+
PhoneCall: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1094
|
+
PhoneForwarded: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1095
|
+
PhoneIncoming: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1096
|
+
PhoneMissed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1097
|
+
PhoneOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1098
|
+
PhoneOutgoing: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1099
|
+
Pi: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1100
|
+
Piano: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1101
|
+
Pickaxe: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1102
|
+
PictureInPicture: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1103
|
+
PictureInPicture2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1104
|
+
PiggyBank: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1105
|
+
Pilcrow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1106
|
+
PilcrowLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1107
|
+
PilcrowRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1108
|
+
Pill: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1109
|
+
PillBottle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1110
|
+
Pin: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1111
|
+
PinOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1112
|
+
Pipette: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1113
|
+
Pizza: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1114
|
+
Plane: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1115
|
+
PlaneLanding: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1116
|
+
PlaneTakeoff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1117
|
+
Play: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1118
|
+
Plug: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1119
|
+
Plug2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1120
|
+
PlugZap: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1121
|
+
Plus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1122
|
+
Pocket: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1123
|
+
PocketKnife: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1124
|
+
Podcast: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1125
|
+
Pointer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1126
|
+
PointerOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1127
|
+
Popcorn: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1128
|
+
Popsicle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1129
|
+
PoundSterling: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1130
|
+
Power: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1131
|
+
PowerOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1132
|
+
Presentation: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1133
|
+
Printer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1134
|
+
PrinterCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1135
|
+
Projector: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1136
|
+
Proportions: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1137
|
+
Puzzle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1138
|
+
Pyramid: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1139
|
+
QrCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1140
|
+
Quote: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1141
|
+
Rabbit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1142
|
+
Radar: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1143
|
+
Radiation: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1144
|
+
Radical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1145
|
+
Radio: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1146
|
+
RadioReceiver: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1147
|
+
RadioTower: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1148
|
+
Radius: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1149
|
+
RailSymbol: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1150
|
+
Rainbow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1151
|
+
Rat: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1152
|
+
Ratio: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1153
|
+
Receipt: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1154
|
+
ReceiptCent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1155
|
+
ReceiptEuro: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1156
|
+
ReceiptIndianRupee: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1157
|
+
ReceiptJapaneseYen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1158
|
+
ReceiptPoundSterling: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1159
|
+
ReceiptRussianRuble: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1160
|
+
ReceiptSwissFranc: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1161
|
+
ReceiptText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1162
|
+
RectangleEllipsis: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1163
|
+
RectangleHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1164
|
+
RectangleVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1165
|
+
Recycle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1166
|
+
Redo: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1167
|
+
Redo2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1168
|
+
RedoDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1169
|
+
RefreshCcw: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1170
|
+
RefreshCcwDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1171
|
+
RefreshCw: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1172
|
+
RefreshCwOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1173
|
+
Refrigerator: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1174
|
+
Regex: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1175
|
+
RemoveFormatting: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1176
|
+
Repeat: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1177
|
+
Repeat1: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1178
|
+
Repeat2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1179
|
+
Replace: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1180
|
+
ReplaceAll: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1181
|
+
Reply: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1182
|
+
ReplyAll: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1183
|
+
Rewind: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1184
|
+
Ribbon: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1185
|
+
Rocket: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1186
|
+
RockingChair: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1187
|
+
RollerCoaster: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1188
|
+
Rotate3d: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1189
|
+
RotateCcw: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1190
|
+
RotateCcwSquare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1191
|
+
RotateCw: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1192
|
+
RotateCwSquare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1193
|
+
Route: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1194
|
+
RouteOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1195
|
+
Router: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1196
|
+
Rows2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1197
|
+
Rows3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1198
|
+
Rows4: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1199
|
+
Rss: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1200
|
+
Ruler: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1201
|
+
RussianRuble: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1202
|
+
Sailboat: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1203
|
+
Salad: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1204
|
+
Sandwich: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1205
|
+
Satellite: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1206
|
+
SatelliteDish: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1207
|
+
Save: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1208
|
+
SaveAll: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1209
|
+
SaveOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1210
|
+
Scale: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1211
|
+
Scale3d: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1212
|
+
Scaling: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1213
|
+
Scan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1214
|
+
ScanBarcode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1215
|
+
ScanEye: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1216
|
+
ScanFace: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1217
|
+
ScanLine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1218
|
+
ScanQrCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1219
|
+
ScanSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1220
|
+
ScanText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1221
|
+
School: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1222
|
+
Scissors: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1223
|
+
ScissorsLineDashed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1224
|
+
ScreenShare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1225
|
+
ScreenShareOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1226
|
+
Scroll: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1227
|
+
ScrollText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1228
|
+
Search: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1229
|
+
SearchCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1230
|
+
SearchCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1231
|
+
SearchSlash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1232
|
+
SearchX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1233
|
+
Section: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1234
|
+
Send: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1235
|
+
SendHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1236
|
+
SendToBack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1237
|
+
SeparatorHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1238
|
+
SeparatorVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1239
|
+
Server: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1240
|
+
ServerCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1241
|
+
ServerCrash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1242
|
+
ServerOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1243
|
+
Settings: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1244
|
+
Settings2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1245
|
+
Shapes: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1246
|
+
Share: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1247
|
+
Share2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1248
|
+
Sheet: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1249
|
+
Shell: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1250
|
+
Shield: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1251
|
+
ShieldAlert: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1252
|
+
ShieldBan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1253
|
+
ShieldCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1254
|
+
ShieldEllipsis: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1255
|
+
ShieldHalf: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1256
|
+
ShieldMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1257
|
+
ShieldOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1258
|
+
ShieldPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1259
|
+
ShieldQuestion: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1260
|
+
ShieldX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1261
|
+
Ship: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1262
|
+
ShipWheel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1263
|
+
Shirt: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1264
|
+
ShoppingBag: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1265
|
+
ShoppingBasket: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1266
|
+
ShoppingCart: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1267
|
+
Shovel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1268
|
+
ShowerHead: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1269
|
+
Shrink: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1270
|
+
Shrub: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1271
|
+
Shuffle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1272
|
+
Sigma: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1273
|
+
Signal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1274
|
+
SignalHigh: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1275
|
+
SignalLow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1276
|
+
SignalMedium: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1277
|
+
SignalZero: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1278
|
+
Signature: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1279
|
+
Signpost: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1280
|
+
SignpostBig: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1281
|
+
Siren: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1282
|
+
SkipBack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1283
|
+
SkipForward: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1284
|
+
Skull: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1285
|
+
Slack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1286
|
+
Slash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1287
|
+
Slice: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1288
|
+
SlidersHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1289
|
+
SlidersVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1290
|
+
Smartphone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1291
|
+
SmartphoneCharging: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1292
|
+
SmartphoneNfc: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1293
|
+
Smile: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1294
|
+
SmilePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1295
|
+
Snail: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1296
|
+
Snowflake: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1297
|
+
Sofa: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1298
|
+
Soup: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1299
|
+
Space: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1300
|
+
Spade: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1301
|
+
Sparkle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1302
|
+
Sparkles: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1303
|
+
Speaker: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1304
|
+
Speech: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1305
|
+
SpellCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1306
|
+
SpellCheck2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1307
|
+
Spline: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1308
|
+
Split: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1309
|
+
SprayCan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1310
|
+
Sprout: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1311
|
+
Square: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1312
|
+
SquareActivity: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1313
|
+
SquareArrowDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1314
|
+
SquareArrowDownLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1315
|
+
SquareArrowDownRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1316
|
+
SquareArrowLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1317
|
+
SquareArrowOutDownLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1318
|
+
SquareArrowOutDownRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1319
|
+
SquareArrowOutUpLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1320
|
+
SquareArrowOutUpRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1321
|
+
SquareArrowRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1322
|
+
SquareArrowUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1323
|
+
SquareArrowUpLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1324
|
+
SquareArrowUpRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1325
|
+
SquareAsterisk: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1326
|
+
SquareBottomDashedScissors: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1327
|
+
SquareChartGantt: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1328
|
+
SquareCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1329
|
+
SquareCheckBig: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1330
|
+
SquareChevronDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1331
|
+
SquareChevronLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1332
|
+
SquareChevronRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1333
|
+
SquareChevronUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1334
|
+
SquareCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1335
|
+
SquareDashedBottom: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1336
|
+
SquareDashedBottomCode: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1337
|
+
SquareDashedKanban: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1338
|
+
SquareDashedMousePointer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1339
|
+
SquareDivide: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1340
|
+
SquareDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1341
|
+
SquareEqual: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1342
|
+
SquareFunction: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1343
|
+
SquareKanban: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1344
|
+
SquareLibrary: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1345
|
+
SquareM: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1346
|
+
SquareMenu: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1347
|
+
SquareMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1348
|
+
SquareMousePointer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1349
|
+
SquareParking: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1350
|
+
SquareParkingOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1351
|
+
SquarePen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1352
|
+
SquarePercent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1353
|
+
SquarePi: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1354
|
+
SquarePilcrow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1355
|
+
SquarePlay: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1356
|
+
SquarePlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1357
|
+
SquarePower: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1358
|
+
SquareRadical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1359
|
+
SquareScissors: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1360
|
+
SquareSigma: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1361
|
+
SquareSlash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1362
|
+
SquareSplitHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1363
|
+
SquareSplitVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1364
|
+
SquareSquare: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1365
|
+
SquareStack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1366
|
+
SquareTerminal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1367
|
+
SquareUser: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1368
|
+
SquareUserRound: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1369
|
+
SquareX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1370
|
+
Squircle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1371
|
+
Squirrel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1372
|
+
Stamp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1373
|
+
Star: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1374
|
+
StarHalf: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1375
|
+
StarOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1376
|
+
StepBack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1377
|
+
StepForward: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1378
|
+
Stethoscope: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1379
|
+
Sticker: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1380
|
+
StickyNote: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1381
|
+
Store: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1382
|
+
StretchHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1383
|
+
StretchVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1384
|
+
Strikethrough: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1385
|
+
Subscript: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1386
|
+
Sun: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1387
|
+
SunDim: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1388
|
+
SunMedium: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1389
|
+
SunMoon: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1390
|
+
SunSnow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1391
|
+
Sunrise: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1392
|
+
Sunset: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1393
|
+
Superscript: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1394
|
+
SwatchBook: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1395
|
+
SwissFranc: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1396
|
+
SwitchCamera: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1397
|
+
Sword: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1398
|
+
Swords: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1399
|
+
Syringe: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1400
|
+
Table: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1401
|
+
Table2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1402
|
+
TableCellsMerge: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1403
|
+
TableCellsSplit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1404
|
+
TableColumnsSplit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1405
|
+
TableOfContents: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1406
|
+
TableProperties: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1407
|
+
TableRowsSplit: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1408
|
+
Tablet: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1409
|
+
TabletSmartphone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1410
|
+
Tablets: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1411
|
+
Tag: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1412
|
+
Tags: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1413
|
+
Tally1: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1414
|
+
Tally2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1415
|
+
Tally3: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1416
|
+
Tally4: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1417
|
+
Tally5: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1418
|
+
Tangent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1419
|
+
Target: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1420
|
+
Telescope: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1421
|
+
Tent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1422
|
+
TentTree: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1423
|
+
Terminal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1424
|
+
TestTube: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1425
|
+
TestTubeDiagonal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1426
|
+
TestTubes: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1427
|
+
Text: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1428
|
+
TextCursor: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1429
|
+
TextCursorInput: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1430
|
+
TextQuote: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1431
|
+
TextSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1432
|
+
TextSelect: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1433
|
+
Theater: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1434
|
+
Thermometer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1435
|
+
ThermometerSnowflake: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1436
|
+
ThermometerSun: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1437
|
+
ThumbsDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1438
|
+
ThumbsUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1439
|
+
Ticket: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1440
|
+
TicketCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1441
|
+
TicketMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1442
|
+
TicketPercent: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1443
|
+
TicketPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1444
|
+
TicketSlash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1445
|
+
TicketX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1446
|
+
Tickets: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1447
|
+
TicketsPlane: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1448
|
+
Timer: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1449
|
+
TimerOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1450
|
+
TimerReset: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1451
|
+
ToggleLeft: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1452
|
+
ToggleRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1453
|
+
Tornado: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1454
|
+
Torus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1455
|
+
Touchpad: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1456
|
+
TouchpadOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1457
|
+
TowerControl: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1458
|
+
ToyBrick: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1459
|
+
Tractor: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1460
|
+
TrafficCone: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1461
|
+
TrainFront: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1462
|
+
TrainFrontTunnel: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1463
|
+
TrainTrack: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1464
|
+
TramFront: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1465
|
+
Trash: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1466
|
+
Trash2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1467
|
+
TreeDeciduous: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1468
|
+
TreePalm: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1469
|
+
TreePine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1470
|
+
Trees: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1471
|
+
Trello: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1472
|
+
TrendingDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1473
|
+
TrendingUp: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1474
|
+
TrendingUpDown: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1475
|
+
Triangle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1476
|
+
TriangleAlert: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1477
|
+
TriangleRight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1478
|
+
Trophy: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1479
|
+
Truck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1480
|
+
Turtle: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1481
|
+
Tv: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1482
|
+
TvMinimal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1483
|
+
TvMinimalPlay: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1484
|
+
Twitch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1485
|
+
Twitter: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1486
|
+
Type: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1487
|
+
TypeOutline: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1488
|
+
Umbrella: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1489
|
+
UmbrellaOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1490
|
+
Underline: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1491
|
+
Undo: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1492
|
+
Undo2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1493
|
+
UndoDot: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1494
|
+
UnfoldHorizontal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1495
|
+
UnfoldVertical: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1496
|
+
Ungroup: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1497
|
+
University: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1498
|
+
Unlink: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1499
|
+
Unlink2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1500
|
+
Unplug: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1501
|
+
Upload: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1502
|
+
Usb: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1503
|
+
User: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1504
|
+
UserCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1505
|
+
UserCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1506
|
+
UserMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1507
|
+
UserPen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1508
|
+
UserPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1509
|
+
UserRound: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1510
|
+
UserRoundCheck: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1511
|
+
UserRoundCog: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1512
|
+
UserRoundMinus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1513
|
+
UserRoundPen: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1514
|
+
UserRoundPlus: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1515
|
+
UserRoundSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1516
|
+
UserRoundX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1517
|
+
UserSearch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1518
|
+
UserX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1519
|
+
Users: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1520
|
+
UsersRound: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1521
|
+
Utensils: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1522
|
+
UtensilsCrossed: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1523
|
+
UtilityPole: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1524
|
+
Variable: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1525
|
+
Vault: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1526
|
+
Vegan: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1527
|
+
VenetianMask: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1528
|
+
Vibrate: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1529
|
+
VibrateOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1530
|
+
Video: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1531
|
+
VideoOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1532
|
+
Videotape: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1533
|
+
View: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1534
|
+
Voicemail: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1535
|
+
Volume: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1536
|
+
Volume1: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1537
|
+
Volume2: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1538
|
+
VolumeOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1539
|
+
VolumeX: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1540
|
+
Vote: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1541
|
+
Wallet: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1542
|
+
WalletCards: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1543
|
+
WalletMinimal: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1544
|
+
Wallpaper: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1545
|
+
Wand: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1546
|
+
WandSparkles: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1547
|
+
Warehouse: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1548
|
+
WashingMachine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1549
|
+
Watch: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1550
|
+
Waves: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1551
|
+
Waypoints: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1552
|
+
Webcam: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1553
|
+
Webhook: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1554
|
+
WebhookOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1555
|
+
Weight: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1556
|
+
Wheat: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1557
|
+
WheatOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1558
|
+
WholeWord: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1559
|
+
Wifi: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1560
|
+
WifiHigh: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1561
|
+
WifiLow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1562
|
+
WifiOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1563
|
+
WifiZero: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1564
|
+
Wind: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1565
|
+
Wine: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1566
|
+
WineOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1567
|
+
Workflow: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1568
|
+
Worm: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1569
|
+
WrapText: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1570
|
+
Wrench: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1571
|
+
X: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1572
|
+
Youtube: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1573
|
+
Zap: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1574
|
+
ZapOff: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1575
|
+
ZoomIn: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1576
|
+
ZoomOut: import("react").ForwardRefExoticComponent<Omit<Lucide.LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1575
1577
|
};
|