@lucide/astro 0.497.0 → 0.498.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +49 -49
- package/src/aliases/prefixed.ts +302 -298
- package/src/aliases/suffixed.ts +630 -626
- package/src/icons/decimals-arrow-left.ts +18 -0
- package/src/icons/decimals-arrow-right.ts +18 -0
- package/src/icons/index.ts +125 -123
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
// AArrowDown aliases
|
|
2
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
1
|
// AArrowUp aliases
|
|
6
2
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
|
+
// ALargeSmall aliases
|
|
4
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
+
// AArrowDown aliases
|
|
6
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// Airplay aliases
|
|
14
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
// AlarmSmoke aliases
|
|
20
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
19
|
// Album aliases
|
|
22
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// AlarmSmoke aliases
|
|
24
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignCenter aliases
|
|
@@ -38,12 +38,12 @@ export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-hori
|
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
-
// AlignHorizontalSpaceAround aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
41
|
// AlignHorizontalJustifyEnd aliases
|
|
46
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
+
// AlignHorizontalSpaceAround aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalJustifyStart aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignJustify aliases
|
|
@@ -60,20 +60,20 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
60
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
-
// AlignVerticalDistributeStart aliases
|
|
64
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
63
|
// AlignVerticalJustifyCenter aliases
|
|
66
64
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
|
-
//
|
|
68
|
-
export { default as
|
|
65
|
+
// AlignVerticalDistributeStart aliases
|
|
66
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
69
67
|
// AlignVerticalJustifyStart aliases
|
|
70
68
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
|
+
// AlignVerticalJustifyEnd aliases
|
|
70
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
-
// Ambulance aliases
|
|
74
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
73
|
// AlignVerticalSpaceBetween aliases
|
|
76
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
|
+
// Ambulance aliases
|
|
76
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
77
|
// Ampersand aliases
|
|
78
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
79
|
// Ampersands aliases
|
|
@@ -108,20 +108,20 @@ export { default as ArchiveIcon } from '../icons/archive';
|
|
|
108
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
111
|
// ArrowBigLeftDash aliases
|
|
114
112
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
|
+
// ArrowBigDown aliases
|
|
114
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
115
|
// ArrowBigLeft aliases
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
|
-
// ArrowBigUpDash aliases
|
|
122
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
121
|
// ArrowBigUp aliases
|
|
124
122
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
|
+
// ArrowBigUpDash aliases
|
|
124
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
@@ -132,18 +132,20 @@ export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-w
|
|
|
132
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
+
// ArrowDownUp aliases
|
|
136
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
135
137
|
// ArrowDownToLine aliases
|
|
136
138
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
139
|
// ArrowDown aliases
|
|
138
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
|
-
// ArrowDownUp aliases
|
|
140
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
145
|
// ArrowLeftToLine aliases
|
|
146
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
+
// ArrowLeft aliases
|
|
148
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
147
149
|
// ArrowRightFromLine aliases
|
|
148
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
151
|
// ArrowRightLeft aliases
|
|
@@ -152,26 +154,24 @@ export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
|
152
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
155
|
// ArrowRight aliases
|
|
154
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
|
-
// ArrowLeft aliases
|
|
156
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
160
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
|
-
// ArrowUpLeft aliases
|
|
164
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
163
|
// ArrowUpRight aliases
|
|
166
164
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
165
|
// ArrowUpToLine aliases
|
|
168
166
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
+
// ArrowUpLeft aliases
|
|
168
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
|
-
// ArrowsUpFromLine aliases
|
|
172
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
173
171
|
// ArrowUp aliases
|
|
174
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
|
+
// ArrowsUpFromLine aliases
|
|
174
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
175
|
// Asterisk aliases
|
|
176
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
177
|
// AtSign aliases
|
|
@@ -184,10 +184,10 @@ export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
|
184
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Axe aliases
|
|
188
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
189
187
|
// Baby aliases
|
|
190
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
|
+
// Axe aliases
|
|
190
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
193
|
// BadgeAlert aliases
|
|
@@ -200,14 +200,14 @@ export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
202
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
|
-
// BadgeIndianRupee aliases
|
|
204
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
203
|
// BadgeInfo aliases
|
|
206
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
205
|
+
// BadgeIndianRupee aliases
|
|
206
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
209
207
|
// BadgeMinus aliases
|
|
210
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
+
// BadgeJapaneseYen aliases
|
|
210
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
213
|
// BadgePlus aliases
|
|
@@ -220,32 +220,32 @@ export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
|
220
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
221
|
// BadgeX aliases
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
-
// Badge aliases
|
|
224
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
225
223
|
// BaggageClaim aliases
|
|
226
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
225
|
// Ban aliases
|
|
228
226
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
//
|
|
230
|
-
export { default as
|
|
227
|
+
// Badge aliases
|
|
228
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
|
+
// Banana aliases
|
|
232
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
233
233
|
// BanknoteArrowDown aliases
|
|
234
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
|
-
// BanknoteX aliases
|
|
236
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
235
|
// BanknoteArrowUp aliases
|
|
238
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
|
+
// BanknoteX aliases
|
|
238
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Baseline aliases
|
|
244
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
// Bath aliases
|
|
246
|
-
export { default as BathIcon } from '../icons/bath';
|
|
247
245
|
// BatteryCharging aliases
|
|
248
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
+
// Bath aliases
|
|
248
|
+
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryFull aliases
|
|
250
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryLow aliases
|
|
@@ -266,54 +266,54 @@ export { default as BeanIcon } from '../icons/bean';
|
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// BedDouble aliases
|
|
268
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
|
-
// Bed aliases
|
|
270
|
-
export { default as BedIcon } from '../icons/bed';
|
|
271
269
|
// BedSingle aliases
|
|
272
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
271
|
// Beef aliases
|
|
274
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
//
|
|
276
|
-
export { default as
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
275
|
// BeerOff aliases
|
|
278
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
|
-
//
|
|
280
|
-
export { default as
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
279
|
// BellElectric aliases
|
|
282
280
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
+
// BellDot aliases
|
|
282
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
|
+
// BellOff aliases
|
|
284
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
285
|
// BellMinus aliases
|
|
284
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
287
|
// BellPlus aliases
|
|
286
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
289
|
// BellRing aliases
|
|
288
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
-
// BellOff aliases
|
|
290
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
-
// Bell aliases
|
|
292
|
-
export { default as BellIcon } from '../icons/bell';
|
|
293
291
|
// BetweenVerticalEnd aliases
|
|
294
292
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
|
+
// Bell aliases
|
|
294
|
+
export { default as BellIcon } from '../icons/bell';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
297
|
// BicepsFlexed aliases
|
|
298
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
+
// Binoculars aliases
|
|
302
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
303
|
// Binary aliases
|
|
302
304
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
305
|
// Biohazard aliases
|
|
304
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
|
-
// Binoculars aliases
|
|
306
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
-
// Bird aliases
|
|
308
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
309
307
|
// Bitcoin aliases
|
|
310
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
309
|
// Blend aliases
|
|
312
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
|
-
// Blocks aliases
|
|
314
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
311
|
// Blinds aliases
|
|
316
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Bird aliases
|
|
314
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
+
// Blocks aliases
|
|
316
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
317
|
// BluetoothOff aliases
|
|
318
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
319
|
// BluetoothConnected aliases
|
|
@@ -322,36 +322,36 @@ export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected'
|
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
+
// Bold aliases
|
|
326
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bolt aliases
|
|
326
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
329
|
// Bomb aliases
|
|
328
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
-
// Bold aliases
|
|
330
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
331
331
|
// Bone aliases
|
|
332
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
333
|
// BookA aliases
|
|
334
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
|
-
// BookCheck aliases
|
|
338
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
-
// BookMarked aliases
|
|
352
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
351
|
// BookLock aliases
|
|
354
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
+
// BookMarked aliases
|
|
354
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
@@ -364,20 +364,20 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookText aliases
|
|
366
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookUp2 aliases
|
|
370
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp aliases
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
373
|
// BookUser aliases
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
+
// Book aliases
|
|
376
|
+
export { default as BookIcon } from '../icons/book';
|
|
375
377
|
// BookX aliases
|
|
376
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
379
|
// BookmarkCheck aliases
|
|
378
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
|
-
// Book aliases
|
|
380
|
-
export { default as BookIcon } from '../icons/book';
|
|
381
381
|
// BookmarkMinus aliases
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
383
|
// BookmarkPlus aliases
|
|
@@ -406,26 +406,26 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
406
406
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
407
|
// Brain aliases
|
|
408
408
|
export { default as BrainIcon } from '../icons/brain';
|
|
409
|
-
// BrickWall aliases
|
|
410
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
411
409
|
// BrickWallFire aliases
|
|
412
410
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
413
|
-
//
|
|
414
|
-
export { default as
|
|
411
|
+
// BrickWall aliases
|
|
412
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
413
|
// BriefcaseBusiness aliases
|
|
416
414
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
|
+
// BriefcaseConveyorBelt aliases
|
|
416
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
417
417
|
// BriefcaseMedical aliases
|
|
418
418
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
419
|
-
// Briefcase aliases
|
|
420
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
421
419
|
// BringToFront aliases
|
|
422
420
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
421
|
+
// Briefcase aliases
|
|
422
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
423
|
// Brush aliases
|
|
424
424
|
export { default as BrushIcon } from '../icons/brush';
|
|
425
|
-
// BugOff aliases
|
|
426
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
427
425
|
// Bubbles aliases
|
|
428
426
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
427
|
+
// BugOff aliases
|
|
428
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
429
429
|
// BugPlay aliases
|
|
430
430
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
431
431
|
// Bug aliases
|
|
@@ -436,24 +436,24 @@ export { default as Building2Icon } from '../icons/building-2';
|
|
|
436
436
|
export { default as BuildingIcon } from '../icons/building';
|
|
437
437
|
// BusFront aliases
|
|
438
438
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
439
|
-
// Bus aliases
|
|
440
|
-
export { default as BusIcon } from '../icons/bus';
|
|
441
439
|
// CableCar aliases
|
|
442
440
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
441
|
+
// Bus aliases
|
|
442
|
+
export { default as BusIcon } from '../icons/bus';
|
|
443
443
|
// Cable aliases
|
|
444
444
|
export { default as CableIcon } from '../icons/cable';
|
|
445
445
|
// CakeSlice aliases
|
|
446
446
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
447
|
-
// Cake aliases
|
|
448
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
449
447
|
// Calculator aliases
|
|
450
448
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
449
|
+
// Cake aliases
|
|
450
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
451
451
|
// CalendarArrowDown aliases
|
|
452
452
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
453
|
-
// Calendar1 aliases
|
|
454
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
455
453
|
// CalendarArrowUp aliases
|
|
456
454
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
455
|
+
// Calendar1 aliases
|
|
456
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
457
|
// CalendarCheck2 aliases
|
|
458
458
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
459
459
|
// CalendarCheck aliases
|
|
@@ -462,12 +462,12 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
462
462
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
463
463
|
// CalendarCog aliases
|
|
464
464
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
465
|
+
// CalendarFold aliases
|
|
466
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
465
467
|
// CalendarDays aliases
|
|
466
468
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
467
469
|
// CalendarHeart aliases
|
|
468
470
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
469
|
-
// CalendarFold aliases
|
|
470
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
471
471
|
// CalendarMinus2 aliases
|
|
472
472
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
473
473
|
// CalendarMinus aliases
|
|
@@ -480,12 +480,12 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
480
480
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
481
481
|
// CalendarRange aliases
|
|
482
482
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
483
|
-
// CalendarSearch aliases
|
|
484
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
485
483
|
// CalendarSync aliases
|
|
486
484
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
487
485
|
// CalendarX2 aliases
|
|
488
486
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
487
|
+
// CalendarSearch aliases
|
|
488
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
489
489
|
// CalendarX aliases
|
|
490
490
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
491
|
// Calendar aliases
|
|
@@ -494,10 +494,10 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
494
494
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
495
495
|
// Camera aliases
|
|
496
496
|
export { default as CameraIcon } from '../icons/camera';
|
|
497
|
-
// CandyCane aliases
|
|
498
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
499
497
|
// CandyOff aliases
|
|
500
498
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
499
|
+
// CandyCane aliases
|
|
500
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
501
501
|
// Candy aliases
|
|
502
502
|
export { default as CandyIcon } from '../icons/candy';
|
|
503
503
|
// Cannabis aliases
|
|
@@ -512,32 +512,32 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
512
512
|
export { default as CarIcon } from '../icons/car';
|
|
513
513
|
// Caravan aliases
|
|
514
514
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
515
|
-
// Carrot aliases
|
|
516
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
517
515
|
// CaseLower aliases
|
|
518
516
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
519
517
|
// CaseSensitive aliases
|
|
520
518
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
519
|
+
// Carrot aliases
|
|
520
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
521
521
|
// CaseUpper aliases
|
|
522
522
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
523
523
|
// CassetteTape aliases
|
|
524
524
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
525
|
+
// Cat aliases
|
|
526
|
+
export { default as CatIcon } from '../icons/cat';
|
|
525
527
|
// Cast aliases
|
|
526
528
|
export { default as CastIcon } from '../icons/cast';
|
|
527
529
|
// Castle aliases
|
|
528
530
|
export { default as CastleIcon } from '../icons/castle';
|
|
529
|
-
// Cat aliases
|
|
530
|
-
export { default as CatIcon } from '../icons/cat';
|
|
531
531
|
// Cctv aliases
|
|
532
532
|
export { default as CctvIcon } from '../icons/cctv';
|
|
533
533
|
// ChartBarDecreasing aliases
|
|
534
534
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
535
535
|
// ChartBarStacked aliases
|
|
536
536
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
537
|
-
// ChartBarIncreasing aliases
|
|
538
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
537
|
// ChartColumnDecreasing aliases
|
|
540
538
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
539
|
+
// ChartBarIncreasing aliases
|
|
540
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
541
541
|
// ChartColumnStacked aliases
|
|
542
542
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
543
543
|
// ChartGantt aliases
|
|
@@ -548,26 +548,26 @@ export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
|
548
548
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
549
549
|
// ChartSpline aliases
|
|
550
550
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
551
|
-
// ChartNoAxesCombined aliases
|
|
552
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
553
551
|
// CheckCheck aliases
|
|
554
552
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
553
|
+
// ChartNoAxesCombined aliases
|
|
554
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
555
|
// Check aliases
|
|
556
556
|
export { default as CheckIcon } from '../icons/check';
|
|
557
557
|
// ChefHat aliases
|
|
558
558
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
559
|
-
// Cherry aliases
|
|
560
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
561
559
|
// ChevronDown aliases
|
|
562
560
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
563
561
|
// ChevronFirst aliases
|
|
564
562
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
563
|
+
// Cherry aliases
|
|
564
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
565
565
|
// ChevronLast aliases
|
|
566
566
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
567
|
-
// ChevronLeft aliases
|
|
568
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
569
567
|
// ChevronRight aliases
|
|
570
568
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
569
|
+
// ChevronLeft aliases
|
|
570
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
571
571
|
// ChevronUp aliases
|
|
572
572
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
573
573
|
// ChevronsDownUp aliases
|
|
@@ -578,44 +578,44 @@ export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
|
578
578
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
579
579
|
// ChevronsLeftRight aliases
|
|
580
580
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
581
|
-
// ChevronsRightLeft aliases
|
|
582
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
583
581
|
// ChevronsLeft aliases
|
|
584
582
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
583
|
+
// ChevronsRightLeft aliases
|
|
584
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
585
585
|
// ChevronsRight aliases
|
|
586
586
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
587
|
-
// ChevronsUp aliases
|
|
588
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
589
587
|
// ChevronsUpDown aliases
|
|
590
588
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
589
|
+
// ChevronsUp aliases
|
|
590
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
591
591
|
// Chrome aliases
|
|
592
592
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
593
|
-
// Church aliases
|
|
594
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
595
593
|
// CigaretteOff aliases
|
|
596
594
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
597
|
-
// CircleDashed aliases
|
|
598
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
599
595
|
// Cigarette aliases
|
|
600
596
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
601
|
-
//
|
|
602
|
-
export { default as
|
|
597
|
+
// Church aliases
|
|
598
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
599
|
+
// CircleDashed aliases
|
|
600
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
603
601
|
// CircleDollarSign aliases
|
|
604
602
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
603
|
+
// CircleDotDashed aliases
|
|
604
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
605
605
|
// CircleDot aliases
|
|
606
606
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
607
|
-
// CircleEqual aliases
|
|
608
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
609
607
|
// CircleEllipsis aliases
|
|
610
608
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
611
609
|
// CircleFadingArrowUp aliases
|
|
612
610
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
611
|
+
// CircleEqual aliases
|
|
612
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
613
613
|
// CircleFadingPlus aliases
|
|
614
614
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
615
|
-
// CircleSlash aliases
|
|
616
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
617
615
|
// CircleOff aliases
|
|
618
616
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
617
|
+
// CircleSlash aliases
|
|
618
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
619
619
|
// Circle aliases
|
|
620
620
|
export { default as CircleIcon } from '../icons/circle';
|
|
621
621
|
// CircleSmall aliases
|
|
@@ -626,20 +626,20 @@ export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
|
626
626
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
627
627
|
// ClipboardCheck aliases
|
|
628
628
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
629
|
-
// ClipboardList aliases
|
|
630
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
631
629
|
// Clapperboard aliases
|
|
632
630
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
633
631
|
// ClipboardCopy aliases
|
|
634
632
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
633
|
+
// ClipboardList aliases
|
|
634
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
637
635
|
// ClipboardMinus aliases
|
|
638
636
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
639
637
|
// ClipboardPlus aliases
|
|
640
638
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
641
639
|
// ClipboardType aliases
|
|
642
640
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
641
|
+
// ClipboardPaste aliases
|
|
642
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
643
643
|
// ClipboardX aliases
|
|
644
644
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
645
645
|
// Clipboard aliases
|
|
@@ -654,30 +654,30 @@ export { default as Clock11Icon } from '../icons/clock-11';
|
|
|
654
654
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
655
655
|
// Clock2 aliases
|
|
656
656
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
657
|
-
// Clock3 aliases
|
|
658
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
659
657
|
// Clock4 aliases
|
|
660
658
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
661
|
-
//
|
|
662
|
-
export { default as
|
|
659
|
+
// Clock3 aliases
|
|
660
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
663
661
|
// Clock6 aliases
|
|
664
662
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
663
|
+
// Clock5 aliases
|
|
664
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
665
665
|
// Clock7 aliases
|
|
666
666
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
667
|
-
// Clock8 aliases
|
|
668
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
669
667
|
// Clock9 aliases
|
|
670
668
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
669
|
+
// Clock8 aliases
|
|
670
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
671
671
|
// ClockAlert aliases
|
|
672
672
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
673
|
-
// ClockArrowUp aliases
|
|
674
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
675
673
|
// ClockArrowDown aliases
|
|
676
674
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
677
|
-
// Clock aliases
|
|
678
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
679
675
|
// ClockFading aliases
|
|
680
676
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
677
|
+
// ClockArrowUp aliases
|
|
678
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
679
|
+
// Clock aliases
|
|
680
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
681
681
|
// CloudAlert aliases
|
|
682
682
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
683
683
|
// CloudCog aliases
|
|
@@ -686,10 +686,10 @@ export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
|
686
686
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
687
687
|
// CloudFog aliases
|
|
688
688
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
689
|
-
// CloudHail aliases
|
|
690
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
691
689
|
// CloudLightning aliases
|
|
692
690
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
691
|
+
// CloudHail aliases
|
|
692
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
693
693
|
// CloudMoonRain aliases
|
|
694
694
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
695
695
|
// CloudMoon aliases
|
|
@@ -698,10 +698,10 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
698
698
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
699
699
|
// CloudRainWind aliases
|
|
700
700
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
701
|
-
// CloudSnow aliases
|
|
702
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
703
701
|
// CloudRain aliases
|
|
704
702
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
703
|
+
// CloudSnow aliases
|
|
704
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
705
705
|
// CloudSunRain aliases
|
|
706
706
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
707
707
|
// CloudSun aliases
|
|
@@ -712,18 +712,18 @@ export { default as CloudIcon } from '../icons/cloud';
|
|
|
712
712
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
713
713
|
// Clover aliases
|
|
714
714
|
export { default as CloverIcon } from '../icons/clover';
|
|
715
|
-
// Code aliases
|
|
716
|
-
export { default as CodeIcon } from '../icons/code';
|
|
717
715
|
// Club aliases
|
|
718
716
|
export { default as ClubIcon } from '../icons/club';
|
|
717
|
+
// Code aliases
|
|
718
|
+
export { default as CodeIcon } from '../icons/code';
|
|
719
719
|
// Codepen aliases
|
|
720
720
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
721
721
|
// Codesandbox aliases
|
|
722
722
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
723
|
-
// Cog aliases
|
|
724
|
-
export { default as CogIcon } from '../icons/cog';
|
|
725
723
|
// Coffee aliases
|
|
726
724
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
725
|
+
// Cog aliases
|
|
726
|
+
export { default as CogIcon } from '../icons/cog';
|
|
727
727
|
// Columns4 aliases
|
|
728
728
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
729
729
|
// Coins aliases
|
|
@@ -738,12 +738,12 @@ export { default as CompassIcon } from '../icons/compass';
|
|
|
738
738
|
export { default as ComponentIcon } from '../icons/component';
|
|
739
739
|
// Computer aliases
|
|
740
740
|
export { default as ComputerIcon } from '../icons/computer';
|
|
741
|
-
// ConciergeBell aliases
|
|
742
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
743
741
|
// Cone aliases
|
|
744
742
|
export { default as ConeIcon } from '../icons/cone';
|
|
745
743
|
// Construction aliases
|
|
746
744
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
745
|
+
// ConciergeBell aliases
|
|
746
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
747
747
|
// Contact aliases
|
|
748
748
|
export { default as ContactIcon } from '../icons/contact';
|
|
749
749
|
// Contrast aliases
|
|
@@ -766,24 +766,24 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
766
766
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
767
767
|
// Copy aliases
|
|
768
768
|
export { default as CopyIcon } from '../icons/copy';
|
|
769
|
-
// Copyleft aliases
|
|
770
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
771
769
|
// Copyright aliases
|
|
772
770
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
773
|
-
// CornerDownRight aliases
|
|
774
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
775
771
|
// CornerDownLeft aliases
|
|
776
772
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
773
|
+
// Copyleft aliases
|
|
774
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
775
|
+
// CornerDownRight aliases
|
|
776
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
777
777
|
// CornerLeftDown aliases
|
|
778
778
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
779
779
|
// CornerLeftUp aliases
|
|
780
780
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
781
781
|
// CornerRightUp aliases
|
|
782
782
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
783
|
-
// CornerUpRight aliases
|
|
784
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
785
783
|
// CornerRightDown aliases
|
|
786
784
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
785
|
+
// CornerUpRight aliases
|
|
786
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
787
787
|
// CornerUpLeft aliases
|
|
788
788
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
789
789
|
// Cpu aliases
|
|
@@ -798,26 +798,30 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
798
798
|
export { default as CropIcon } from '../icons/crop';
|
|
799
799
|
// Cross aliases
|
|
800
800
|
export { default as CrossIcon } from '../icons/cross';
|
|
801
|
+
// Crown aliases
|
|
802
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
801
803
|
// Crosshair aliases
|
|
802
804
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
803
805
|
// Cuboid aliases
|
|
804
806
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
805
|
-
// Crown aliases
|
|
806
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
807
807
|
// CupSoda aliases
|
|
808
808
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
809
809
|
// Currency aliases
|
|
810
810
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
811
811
|
// Cylinder aliases
|
|
812
812
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
813
|
-
// Dam aliases
|
|
814
|
-
export { default as DamIcon } from '../icons/dam';
|
|
815
813
|
// DatabaseBackup aliases
|
|
816
814
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
817
815
|
// DatabaseZap aliases
|
|
818
816
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
817
|
+
// Dam aliases
|
|
818
|
+
export { default as DamIcon } from '../icons/dam';
|
|
819
819
|
// Database aliases
|
|
820
820
|
export { default as DatabaseIcon } from '../icons/database';
|
|
821
|
+
// DecimalsArrowLeft aliases
|
|
822
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
823
|
+
// DecimalsArrowRight aliases
|
|
824
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
821
825
|
// Delete aliases
|
|
822
826
|
export { default as DeleteIcon } from '../icons/delete';
|
|
823
827
|
// Dessert aliases
|
|
@@ -830,34 +834,34 @@ export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
|
830
834
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
831
835
|
// Diamond aliases
|
|
832
836
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
833
|
-
// Dice1 aliases
|
|
834
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
835
837
|
// Dice2 aliases
|
|
836
838
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
837
|
-
// Dice3 aliases
|
|
838
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
839
839
|
// Dice4 aliases
|
|
840
840
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
841
|
+
// Dice1 aliases
|
|
842
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
843
|
+
// Dice3 aliases
|
|
844
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
841
845
|
// Dice5 aliases
|
|
842
846
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
843
847
|
// Dice6 aliases
|
|
844
848
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
845
849
|
// Dices aliases
|
|
846
850
|
export { default as DicesIcon } from '../icons/dices';
|
|
851
|
+
// Diff aliases
|
|
852
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
847
853
|
// Disc2 aliases
|
|
848
854
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
849
855
|
// Disc3 aliases
|
|
850
856
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
851
|
-
// Diff aliases
|
|
852
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
853
857
|
// DiscAlbum aliases
|
|
854
858
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
855
859
|
// Disc aliases
|
|
856
860
|
export { default as DiscIcon } from '../icons/disc';
|
|
857
|
-
// Divide aliases
|
|
858
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
859
861
|
// DnaOff aliases
|
|
860
862
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
863
|
+
// Divide aliases
|
|
864
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
861
865
|
// Dna aliases
|
|
862
866
|
export { default as DnaIcon } from '../icons/dna';
|
|
863
867
|
// Dock aliases
|
|
@@ -878,24 +882,24 @@ export { default as DotIcon } from '../icons/dot';
|
|
|
878
882
|
export { default as DownloadIcon } from '../icons/download';
|
|
879
883
|
// DraftingCompass aliases
|
|
880
884
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
881
|
-
// Drama aliases
|
|
882
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
883
885
|
// Dribbble aliases
|
|
884
886
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
887
|
+
// Drama aliases
|
|
888
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
885
889
|
// Drill aliases
|
|
886
890
|
export { default as DrillIcon } from '../icons/drill';
|
|
887
891
|
// Droplet aliases
|
|
888
892
|
export { default as DropletIcon } from '../icons/droplet';
|
|
889
|
-
// DropletOff aliases
|
|
890
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
891
893
|
// Droplets aliases
|
|
892
894
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
893
|
-
//
|
|
894
|
-
export { default as
|
|
895
|
+
// DropletOff aliases
|
|
896
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
895
897
|
// Drumstick aliases
|
|
896
898
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
897
899
|
// Dumbbell aliases
|
|
898
900
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
901
|
+
// Drum aliases
|
|
902
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
899
903
|
// EarOff aliases
|
|
900
904
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
901
905
|
// Ear aliases
|
|
@@ -908,24 +912,24 @@ export { default as EclipseIcon } from '../icons/eclipse';
|
|
|
908
912
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
909
913
|
// EggOff aliases
|
|
910
914
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
911
|
-
// Egg aliases
|
|
912
|
-
export { default as EggIcon } from '../icons/egg';
|
|
913
915
|
// EqualApproximately aliases
|
|
914
916
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
915
|
-
//
|
|
916
|
-
export { default as
|
|
917
|
+
// Egg aliases
|
|
918
|
+
export { default as EggIcon } from '../icons/egg';
|
|
917
919
|
// EqualNot aliases
|
|
918
920
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
921
|
+
// Equal aliases
|
|
922
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
919
923
|
// Eraser aliases
|
|
920
924
|
export { default as EraserIcon } from '../icons/eraser';
|
|
921
925
|
// EthernetPort aliases
|
|
922
926
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
923
|
-
// Expand aliases
|
|
924
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
925
927
|
// Euro aliases
|
|
926
928
|
export { default as EuroIcon } from '../icons/euro';
|
|
927
929
|
// ExternalLink aliases
|
|
928
930
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
931
|
+
// Expand aliases
|
|
932
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
929
933
|
// EyeClosed aliases
|
|
930
934
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
931
935
|
// EyeOff aliases
|
|
@@ -940,10 +944,10 @@ export { default as FactoryIcon } from '../icons/factory';
|
|
|
940
944
|
export { default as FanIcon } from '../icons/fan';
|
|
941
945
|
// FastForward aliases
|
|
942
946
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
943
|
-
// Feather aliases
|
|
944
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
945
947
|
// Fence aliases
|
|
946
948
|
export { default as FenceIcon } from '../icons/fence';
|
|
949
|
+
// Feather aliases
|
|
950
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
947
951
|
// FerrisWheel aliases
|
|
948
952
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
949
953
|
// Figma aliases
|
|
@@ -976,10 +980,10 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
976
980
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
977
981
|
// FileDown aliases
|
|
978
982
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
979
|
-
// FileHeart aliases
|
|
980
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
981
983
|
// FileImage aliases
|
|
982
984
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
985
|
+
// FileHeart aliases
|
|
986
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
983
987
|
// FileInput aliases
|
|
984
988
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
985
989
|
// FileJson2 aliases
|
|
@@ -992,40 +996,40 @@ export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
|
992
996
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
993
997
|
// FileLock2 aliases
|
|
994
998
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
995
|
-
// FileLock aliases
|
|
996
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
997
999
|
// FileMinus2 aliases
|
|
998
1000
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1001
|
+
// FileLock aliases
|
|
1002
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
999
1003
|
// FileMinus aliases
|
|
1000
1004
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1001
|
-
// FileMusic aliases
|
|
1002
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1003
1005
|
// FileOutput aliases
|
|
1004
1006
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1007
|
+
// FileMusic aliases
|
|
1008
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1005
1009
|
// FilePlus2 aliases
|
|
1006
1010
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1007
1011
|
// FilePlus aliases
|
|
1008
1012
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1009
1013
|
// FileQuestion aliases
|
|
1010
1014
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1015
|
+
// FileSearch2 aliases
|
|
1016
|
+
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1011
1017
|
// FileScan aliases
|
|
1012
1018
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1013
1019
|
// FileSearch aliases
|
|
1014
1020
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1015
|
-
// FileSearch2 aliases
|
|
1016
|
-
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1017
1021
|
// FileSliders aliases
|
|
1018
1022
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1019
1023
|
// FileSpreadsheet aliases
|
|
1020
1024
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1021
|
-
// FileStack aliases
|
|
1022
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1023
|
-
// FileTerminal aliases
|
|
1024
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1025
1025
|
// FileSymlink aliases
|
|
1026
1026
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1027
|
+
// FileStack aliases
|
|
1028
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1027
1029
|
// FileText aliases
|
|
1028
1030
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1031
|
+
// FileTerminal aliases
|
|
1032
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1029
1033
|
// FileType2 aliases
|
|
1030
1034
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1031
1035
|
// FileUp aliases
|
|
@@ -1034,22 +1038,22 @@ export { default as FileUpIcon } from '../icons/file-up';
|
|
|
1034
1038
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1035
1039
|
// FileUser aliases
|
|
1036
1040
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1037
|
-
// FileVideo2 aliases
|
|
1038
|
-
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1039
|
-
// FileVideo aliases
|
|
1040
|
-
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1041
1041
|
// FileVolume2 aliases
|
|
1042
1042
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1043
|
-
//
|
|
1044
|
-
export { default as
|
|
1043
|
+
// FileVideo aliases
|
|
1044
|
+
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1045
1045
|
// FileVolume aliases
|
|
1046
1046
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1047
|
+
// FileVideo2 aliases
|
|
1048
|
+
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1049
|
+
// FileWarning aliases
|
|
1050
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1047
1051
|
// FileX2 aliases
|
|
1048
1052
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1049
|
-
// File aliases
|
|
1050
|
-
export { default as FileIcon } from '../icons/file';
|
|
1051
1053
|
// FileX aliases
|
|
1052
1054
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1055
|
+
// File aliases
|
|
1056
|
+
export { default as FileIcon } from '../icons/file';
|
|
1053
1057
|
// Files aliases
|
|
1054
1058
|
export { default as FilesIcon } from '../icons/files';
|
|
1055
1059
|
// Film aliases
|
|
@@ -1062,18 +1066,18 @@ export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
|
1062
1066
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1063
1067
|
// FishSymbol aliases
|
|
1064
1068
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1065
|
-
// Fish aliases
|
|
1066
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1067
1069
|
// FlagOff aliases
|
|
1068
1070
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1069
|
-
//
|
|
1070
|
-
export { default as
|
|
1071
|
+
// Fish aliases
|
|
1072
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1071
1073
|
// FlagTriangleRight aliases
|
|
1072
1074
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1075
|
+
// FlagTriangleLeft aliases
|
|
1076
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1075
1077
|
// FlameKindling aliases
|
|
1076
1078
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1079
|
+
// Flag aliases
|
|
1080
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1077
1081
|
// Flame aliases
|
|
1078
1082
|
export { default as FlameIcon } from '../icons/flame';
|
|
1079
1083
|
// FlashlightOff aliases
|
|
@@ -1082,12 +1086,12 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1082
1086
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1083
1087
|
// FlaskConicalOff aliases
|
|
1084
1088
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1085
|
-
// FlaskRound aliases
|
|
1086
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1087
1089
|
// FlaskConical aliases
|
|
1088
1090
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1089
1091
|
// FlipHorizontal2 aliases
|
|
1090
1092
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1093
|
+
// FlaskRound aliases
|
|
1094
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1091
1095
|
// FlipHorizontal aliases
|
|
1092
1096
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1093
1097
|
// FlipVertical2 aliases
|
|
@@ -1126,10 +1130,10 @@ export { default as FolderGitIcon } from '../icons/folder-git';
|
|
|
1126
1130
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1127
1131
|
// FolderInput aliases
|
|
1128
1132
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1129
|
-
// FolderKanban aliases
|
|
1130
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1131
1133
|
// FolderKey aliases
|
|
1132
1134
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1135
|
+
// FolderKanban aliases
|
|
1136
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1133
1137
|
// FolderLock aliases
|
|
1134
1138
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1135
1139
|
// FolderMinus aliases
|
|
@@ -1150,32 +1154,32 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1150
1154
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1151
1155
|
// FolderSymlink aliases
|
|
1152
1156
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1153
|
-
// FolderSync aliases
|
|
1154
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1155
1157
|
// FolderTree aliases
|
|
1156
1158
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1157
|
-
//
|
|
1158
|
-
export { default as
|
|
1159
|
+
// FolderSync aliases
|
|
1160
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1159
1161
|
// FolderX aliases
|
|
1160
1162
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1163
|
+
// FolderUp aliases
|
|
1164
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1161
1165
|
// Folder aliases
|
|
1162
1166
|
export { default as FolderIcon } from '../icons/folder';
|
|
1163
1167
|
// Folders aliases
|
|
1164
1168
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1165
|
-
// Footprints aliases
|
|
1166
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1167
1169
|
// Forklift aliases
|
|
1168
1170
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1169
1171
|
// Forward aliases
|
|
1170
1172
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1171
|
-
//
|
|
1172
|
-
export { default as
|
|
1173
|
+
// Footprints aliases
|
|
1174
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1173
1175
|
// Frame aliases
|
|
1174
1176
|
export { default as FrameIcon } from '../icons/frame';
|
|
1175
|
-
//
|
|
1176
|
-
export { default as
|
|
1177
|
+
// Framer aliases
|
|
1178
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1177
1179
|
// Fuel aliases
|
|
1178
1180
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1181
|
+
// Frown aliases
|
|
1182
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1179
1183
|
// Fullscreen aliases
|
|
1180
1184
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1181
1185
|
// FunnelPlus aliases
|
|
@@ -1210,10 +1214,10 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1210
1214
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1211
1215
|
// GitCommitVertical aliases
|
|
1212
1216
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1213
|
-
// GitCompareArrows aliases
|
|
1214
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1215
1217
|
// GitCompare aliases
|
|
1216
1218
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1219
|
+
// GitCompareArrows aliases
|
|
1220
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1217
1221
|
// GitFork aliases
|
|
1218
1222
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1219
1223
|
// GitGraph aliases
|
|
@@ -1226,10 +1230,10 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1226
1230
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1227
1231
|
// GitPullRequestCreateArrow aliases
|
|
1228
1232
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1229
|
-
// GitPullRequestCreate aliases
|
|
1230
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1231
1233
|
// GitPullRequestDraft aliases
|
|
1232
1234
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1235
|
+
// GitPullRequestCreate aliases
|
|
1236
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1233
1237
|
// GitPullRequest aliases
|
|
1234
1238
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1235
1239
|
// Github aliases
|
|
@@ -1238,12 +1242,12 @@ export { default as GithubIcon } from '../icons/github';
|
|
|
1238
1242
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1239
1243
|
// Glasses aliases
|
|
1240
1244
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1241
|
-
// GlassWater aliases
|
|
1242
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1243
1245
|
// GlobeLock aliases
|
|
1244
1246
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1245
1247
|
// Globe aliases
|
|
1246
1248
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1249
|
+
// GlassWater aliases
|
|
1250
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1247
1251
|
// Goal aliases
|
|
1248
1252
|
export { default as GoalIcon } from '../icons/goal';
|
|
1249
1253
|
// Grab aliases
|
|
@@ -1258,26 +1262,26 @@ export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
|
1258
1262
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1259
1263
|
// Grip aliases
|
|
1260
1264
|
export { default as GripIcon } from '../icons/grip';
|
|
1261
|
-
// Guitar aliases
|
|
1262
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1263
1265
|
// Group aliases
|
|
1264
1266
|
export { default as GroupIcon } from '../icons/group';
|
|
1267
|
+
// Guitar aliases
|
|
1268
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1265
1269
|
// Ham aliases
|
|
1266
1270
|
export { default as HamIcon } from '../icons/ham';
|
|
1267
1271
|
// Hammer aliases
|
|
1268
1272
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1273
|
+
// HandHeart aliases
|
|
1274
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1269
1275
|
// HandCoins aliases
|
|
1270
1276
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1271
1277
|
// HandMetal aliases
|
|
1272
1278
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1273
|
-
// HandHeart aliases
|
|
1274
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1275
1279
|
// HandPlatter aliases
|
|
1276
1280
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1277
|
-
// Hand aliases
|
|
1278
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1279
1281
|
// Handshake aliases
|
|
1280
1282
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1283
|
+
// Hand aliases
|
|
1284
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1281
1285
|
// HardDriveDownload aliases
|
|
1282
1286
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1283
1287
|
// HardDriveUpload aliases
|
|
@@ -1292,24 +1296,24 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1292
1296
|
export { default as HazeIcon } from '../icons/haze';
|
|
1293
1297
|
// HdmiPort aliases
|
|
1294
1298
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1295
|
-
// Heading2 aliases
|
|
1296
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1297
1299
|
// Heading1 aliases
|
|
1298
1300
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1301
|
+
// Heading2 aliases
|
|
1302
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1299
1303
|
// Heading4 aliases
|
|
1300
1304
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1301
|
-
// Heading5 aliases
|
|
1302
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1303
1305
|
// Heading3 aliases
|
|
1304
1306
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1307
|
+
// Heading5 aliases
|
|
1308
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1305
1309
|
// Heading6 aliases
|
|
1306
1310
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1307
|
-
// Heading aliases
|
|
1308
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1309
1311
|
// HeadphoneOff aliases
|
|
1310
1312
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1311
1313
|
// Headphones aliases
|
|
1312
1314
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1315
|
+
// Heading aliases
|
|
1316
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1313
1317
|
// Headset aliases
|
|
1314
1318
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1315
1319
|
// HeartCrack aliases
|
|
@@ -1322,10 +1326,10 @@ export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
|
1322
1326
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1323
1327
|
// HeartPlus aliases
|
|
1324
1328
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1325
|
-
// Heart aliases
|
|
1326
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1327
1329
|
// HeartPulse aliases
|
|
1328
1330
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1331
|
+
// Heart aliases
|
|
1332
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1329
1333
|
// Heater aliases
|
|
1330
1334
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1331
1335
|
// Hexagon aliases
|
|
@@ -1336,72 +1340,72 @@ export { default as HighlighterIcon } from '../icons/highlighter';
|
|
|
1336
1340
|
export { default as HistoryIcon } from '../icons/history';
|
|
1337
1341
|
// HopOff aliases
|
|
1338
1342
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1339
|
-
// Hop aliases
|
|
1340
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1341
1343
|
// Hospital aliases
|
|
1342
1344
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1345
|
+
// Hop aliases
|
|
1346
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1343
1347
|
// Hotel aliases
|
|
1344
1348
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1345
|
-
// HousePlug aliases
|
|
1346
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1347
1349
|
// Hourglass aliases
|
|
1348
1350
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1351
|
+
// HousePlug aliases
|
|
1352
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1349
1353
|
// HousePlus aliases
|
|
1350
1354
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1351
1355
|
// HouseWifi aliases
|
|
1352
1356
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1353
1357
|
// IdCard aliases
|
|
1354
1358
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1355
|
-
// ImageDown aliases
|
|
1356
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1357
1359
|
// ImageMinus aliases
|
|
1358
1360
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1361
|
+
// ImageDown aliases
|
|
1362
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1359
1363
|
// ImageOff aliases
|
|
1360
1364
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1361
|
-
// ImagePlus aliases
|
|
1362
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1363
1365
|
// ImagePlay aliases
|
|
1364
1366
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1367
|
+
// ImagePlus aliases
|
|
1368
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1365
1369
|
// ImageUp aliases
|
|
1366
1370
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1367
1371
|
// ImageUpscale aliases
|
|
1368
1372
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1369
|
-
// Image aliases
|
|
1370
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1371
1373
|
// Images aliases
|
|
1372
1374
|
export { default as ImagesIcon } from '../icons/images';
|
|
1373
1375
|
// Import aliases
|
|
1374
1376
|
export { default as ImportIcon } from '../icons/import';
|
|
1377
|
+
// Image aliases
|
|
1378
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1375
1379
|
// Inbox aliases
|
|
1376
1380
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1377
1381
|
// IndianRupee aliases
|
|
1378
1382
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1379
1383
|
// Infinity aliases
|
|
1380
1384
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1385
|
+
// Info aliases
|
|
1386
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1381
1387
|
// InspectionPanel aliases
|
|
1382
1388
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1383
1389
|
// Instagram aliases
|
|
1384
1390
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1385
1391
|
// Italic aliases
|
|
1386
1392
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1387
|
-
// Info aliases
|
|
1388
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1389
1393
|
// IterationCcw aliases
|
|
1390
1394
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1391
1395
|
// IterationCw aliases
|
|
1392
1396
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1393
|
-
// Joystick aliases
|
|
1394
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1395
1397
|
// JapaneseYen aliases
|
|
1396
1398
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1399
|
+
// Joystick aliases
|
|
1400
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1397
1401
|
// Kanban aliases
|
|
1398
1402
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1399
1403
|
// KeyRound aliases
|
|
1400
1404
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1401
|
-
// KeySquare aliases
|
|
1402
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1403
1405
|
// Key aliases
|
|
1404
1406
|
export { default as KeyIcon } from '../icons/key';
|
|
1407
|
+
// KeySquare aliases
|
|
1408
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1405
1409
|
// KeyboardMusic aliases
|
|
1406
1410
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1407
1411
|
// KeyboardOff aliases
|
|
@@ -1420,10 +1424,10 @@ export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
|
1420
1424
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1421
1425
|
// Lamp aliases
|
|
1422
1426
|
export { default as LampIcon } from '../icons/lamp';
|
|
1423
|
-
// LandPlot aliases
|
|
1424
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1425
1427
|
// Landmark aliases
|
|
1426
1428
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1429
|
+
// LandPlot aliases
|
|
1430
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1427
1431
|
// Languages aliases
|
|
1428
1432
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1429
1433
|
// Laptop aliases
|
|
@@ -1440,10 +1444,10 @@ export { default as LaughIcon } from '../icons/laugh';
|
|
|
1440
1444
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1441
1445
|
// LayoutDashboard aliases
|
|
1442
1446
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1443
|
-
// LayoutList aliases
|
|
1444
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1445
1447
|
// LayoutGrid aliases
|
|
1446
1448
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1449
|
+
// LayoutList aliases
|
|
1450
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1447
1451
|
// LayoutPanelLeft aliases
|
|
1448
1452
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1449
1453
|
// LayoutPanelTop aliases
|
|
@@ -1454,10 +1458,10 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1454
1458
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1455
1459
|
// LeafyGreen aliases
|
|
1456
1460
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1457
|
-
// Lectern aliases
|
|
1458
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1459
1461
|
// LetterText aliases
|
|
1460
1462
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1463
|
+
// Lectern aliases
|
|
1464
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1461
1465
|
// LibraryBig aliases
|
|
1462
1466
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1463
1467
|
// Library aliases
|
|
@@ -1496,10 +1500,10 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1496
1500
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1497
1501
|
// ListOrdered aliases
|
|
1498
1502
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1499
|
-
// ListPlus aliases
|
|
1500
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1501
1503
|
// ListRestart aliases
|
|
1502
1504
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1505
|
+
// ListPlus aliases
|
|
1506
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1503
1507
|
// ListStart aliases
|
|
1504
1508
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1505
1509
|
// ListTodo aliases
|
|
@@ -1526,24 +1530,24 @@ export { default as LocateIcon } from '../icons/locate';
|
|
|
1526
1530
|
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1527
1531
|
// LockKeyhole aliases
|
|
1528
1532
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1529
|
-
// Lock aliases
|
|
1530
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1531
1533
|
// LogIn aliases
|
|
1532
1534
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1535
|
+
// Lock aliases
|
|
1536
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1533
1537
|
// LogOut aliases
|
|
1534
1538
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1535
|
-
// Lollipop aliases
|
|
1536
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1537
1539
|
// Logs aliases
|
|
1538
1540
|
export { default as LogsIcon } from '../icons/logs';
|
|
1539
|
-
//
|
|
1540
|
-
export { default as
|
|
1541
|
+
// Lollipop aliases
|
|
1542
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1541
1543
|
// Magnet aliases
|
|
1542
1544
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1543
|
-
//
|
|
1544
|
-
export { default as
|
|
1545
|
+
// Luggage aliases
|
|
1546
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1545
1547
|
// MailMinus aliases
|
|
1546
1548
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1549
|
+
// MailCheck aliases
|
|
1550
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1547
1551
|
// MailOpen aliases
|
|
1548
1552
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1549
1553
|
// MailPlus aliases
|
|
@@ -1560,10 +1564,10 @@ export { default as MailXIcon } from '../icons/mail-x';
|
|
|
1560
1564
|
export { default as MailIcon } from '../icons/mail';
|
|
1561
1565
|
// Mailbox aliases
|
|
1562
1566
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1563
|
-
// Mails aliases
|
|
1564
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1565
1567
|
// MapPinCheckInside aliases
|
|
1566
1568
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1569
|
+
// Mails aliases
|
|
1570
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1567
1571
|
// MapPinCheck aliases
|
|
1568
1572
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1569
1573
|
// MapPinHouse aliases
|
|
@@ -1576,26 +1580,26 @@ export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
|
1576
1580
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1577
1581
|
// MapPinPlusInside aliases
|
|
1578
1582
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1579
|
-
// MapPinX aliases
|
|
1580
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1581
1583
|
// MapPinPlus aliases
|
|
1582
1584
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1583
1585
|
// MapPinXInside aliases
|
|
1584
1586
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1587
|
+
// MapPinX aliases
|
|
1588
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1585
1589
|
// MapPin aliases
|
|
1586
1590
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1587
1591
|
// MapPinned aliases
|
|
1588
1592
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1589
1593
|
// MapPlus aliases
|
|
1590
1594
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1591
|
-
// MarsStroke aliases
|
|
1592
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1593
1595
|
// Map aliases
|
|
1594
1596
|
export { default as MapIcon } from '../icons/map';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1597
|
+
// MarsStroke aliases
|
|
1598
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1597
1599
|
// Martini aliases
|
|
1598
1600
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1601
|
+
// Mars aliases
|
|
1602
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1599
1603
|
// Maximize2 aliases
|
|
1600
1604
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1601
1605
|
// Maximize aliases
|
|
@@ -1606,10 +1610,10 @@ export { default as MedalIcon } from '../icons/medal';
|
|
|
1606
1610
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1607
1611
|
// Megaphone aliases
|
|
1608
1612
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1609
|
-
// Meh aliases
|
|
1610
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1611
1613
|
// MemoryStick aliases
|
|
1612
1614
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1615
|
+
// Meh aliases
|
|
1616
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1613
1617
|
// Menu aliases
|
|
1614
1618
|
export { default as MenuIcon } from '../icons/menu';
|
|
1615
1619
|
// Merge aliases
|
|
@@ -1640,32 +1644,32 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
|
1640
1644
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1641
1645
|
// MessageSquareDashed aliases
|
|
1642
1646
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1643
|
-
// MessageSquareDiff aliases
|
|
1644
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1645
1647
|
// MessageSquareDot aliases
|
|
1646
1648
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1647
|
-
//
|
|
1648
|
-
export { default as
|
|
1649
|
+
// MessageSquareDiff aliases
|
|
1650
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1649
1651
|
// MessageSquareHeart aliases
|
|
1650
1652
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1653
|
+
// MessageSquareLock aliases
|
|
1654
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1651
1655
|
// MessageSquareMore aliases
|
|
1652
1656
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1653
|
-
// MessageSquareOff aliases
|
|
1654
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1655
1657
|
// MessageSquarePlus aliases
|
|
1656
1658
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1657
|
-
//
|
|
1658
|
-
export { default as
|
|
1659
|
+
// MessageSquareOff aliases
|
|
1660
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1659
1661
|
// MessageSquareQuote aliases
|
|
1660
1662
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1661
1663
|
// MessageSquareShare aliases
|
|
1662
1664
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1665
|
+
// MessageSquareReply aliases
|
|
1666
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1663
1667
|
// MessageSquareText aliases
|
|
1664
1668
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1665
|
-
// MessageSquareWarning aliases
|
|
1666
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1667
1669
|
// MessageSquareX aliases
|
|
1668
1670
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1671
|
+
// MessageSquareWarning aliases
|
|
1672
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1669
1673
|
// MessageSquare aliases
|
|
1670
1674
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1671
1675
|
// MessagesSquare aliases
|
|
@@ -1678,10 +1682,10 @@ export { default as MicIcon } from '../icons/mic';
|
|
|
1678
1682
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1679
1683
|
// Microscope aliases
|
|
1680
1684
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1681
|
-
// Microwave aliases
|
|
1682
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1683
1685
|
// Milestone aliases
|
|
1684
1686
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1687
|
+
// Microwave aliases
|
|
1688
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1685
1689
|
// MilkOff aliases
|
|
1686
1690
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1687
1691
|
// Minimize2 aliases
|
|
@@ -1698,16 +1702,16 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1698
1702
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1699
1703
|
// MonitorDot aliases
|
|
1700
1704
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1701
|
-
// MonitorOff aliases
|
|
1702
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1703
1705
|
// MonitorDown aliases
|
|
1704
1706
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1707
|
+
// MonitorOff aliases
|
|
1708
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1705
1709
|
// MonitorPause aliases
|
|
1706
1710
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1707
|
-
// MonitorPlay aliases
|
|
1708
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1709
1711
|
// MonitorSmartphone aliases
|
|
1710
1712
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1713
|
+
// MonitorPlay aliases
|
|
1714
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1711
1715
|
// MonitorSpeaker aliases
|
|
1712
1716
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1713
1717
|
// MonitorStop aliases
|
|
@@ -1718,14 +1722,14 @@ export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
|
1718
1722
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1719
1723
|
// Monitor aliases
|
|
1720
1724
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1721
|
-
// MoonStar aliases
|
|
1722
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1723
1725
|
// Moon aliases
|
|
1724
1726
|
export { default as MoonIcon } from '../icons/moon';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1727
|
+
// MoonStar aliases
|
|
1728
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1727
1729
|
// MountainSnow aliases
|
|
1728
1730
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1731
|
+
// Mountain aliases
|
|
1732
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1729
1733
|
// MouseOff aliases
|
|
1730
1734
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1731
1735
|
// MousePointer2 aliases
|
|
@@ -1734,44 +1738,44 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
1734
1738
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1735
1739
|
// MousePointerClick aliases
|
|
1736
1740
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1737
|
-
// Mouse aliases
|
|
1738
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1739
1741
|
// MousePointer aliases
|
|
1740
1742
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1743
|
+
// Mouse aliases
|
|
1744
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1741
1745
|
// MoveDiagonal2 aliases
|
|
1742
1746
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1743
|
-
// MoveDiagonal aliases
|
|
1744
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1745
1747
|
// MoveDownLeft aliases
|
|
1746
1748
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1749
|
+
// MoveDiagonal aliases
|
|
1750
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1747
1751
|
// MoveDownRight aliases
|
|
1748
1752
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1749
1753
|
// MoveDown aliases
|
|
1750
1754
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1751
1755
|
// MoveHorizontal aliases
|
|
1752
1756
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1753
|
-
// MoveRight aliases
|
|
1754
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1755
1757
|
// MoveLeft aliases
|
|
1756
1758
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1757
|
-
//
|
|
1758
|
-
export { default as
|
|
1759
|
+
// MoveRight aliases
|
|
1760
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1759
1761
|
// MoveUpLeft aliases
|
|
1760
1762
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1763
|
+
// MoveUpRight aliases
|
|
1764
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1761
1765
|
// MoveUp aliases
|
|
1762
1766
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1763
|
-
// MoveVertical aliases
|
|
1764
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1765
1767
|
// Move aliases
|
|
1766
1768
|
export { default as MoveIcon } from '../icons/move';
|
|
1769
|
+
// MoveVertical aliases
|
|
1770
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1767
1771
|
// Music2 aliases
|
|
1768
1772
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1769
1773
|
// Music3 aliases
|
|
1770
1774
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1771
|
-
// Music aliases
|
|
1772
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1773
1775
|
// Music4 aliases
|
|
1774
1776
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1777
|
+
// Music aliases
|
|
1778
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1775
1779
|
// Navigation2Off aliases
|
|
1776
1780
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1777
1781
|
// Navigation2 aliases
|
|
@@ -1790,10 +1794,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1790
1794
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1791
1795
|
// NotebookPen aliases
|
|
1792
1796
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1793
|
-
// NotebookTabs aliases
|
|
1794
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1795
1797
|
// NotebookText aliases
|
|
1796
1798
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1799
|
+
// NotebookTabs aliases
|
|
1800
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1797
1801
|
// Notebook aliases
|
|
1798
1802
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1799
1803
|
// NotepadTextDashed aliases
|
|
@@ -1808,30 +1812,30 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1808
1812
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1809
1813
|
// Octagon aliases
|
|
1810
1814
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1811
|
-
// Option aliases
|
|
1812
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1813
1815
|
// Omega aliases
|
|
1814
1816
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1815
|
-
//
|
|
1816
|
-
export { default as
|
|
1817
|
+
// Option aliases
|
|
1818
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1817
1819
|
// Origami aliases
|
|
1818
1820
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1821
|
+
// Orbit aliases
|
|
1822
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1819
1823
|
// Package2 aliases
|
|
1820
1824
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1821
|
-
// PackageCheck aliases
|
|
1822
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1823
1825
|
// PackageMinus aliases
|
|
1824
1826
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1825
1827
|
// PackageOpen aliases
|
|
1826
1828
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1829
|
+
// PackageCheck aliases
|
|
1830
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1827
1831
|
// PackagePlus aliases
|
|
1828
1832
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1829
|
-
// PackageX aliases
|
|
1830
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1831
1833
|
// PackageSearch aliases
|
|
1832
1834
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1833
1835
|
// Package aliases
|
|
1834
1836
|
export { default as PackageIcon } from '../icons/package';
|
|
1837
|
+
// PackageX aliases
|
|
1838
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1835
1839
|
// PaintBucket aliases
|
|
1836
1840
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1837
1841
|
// PaintRoller aliases
|
|
@@ -1842,10 +1846,10 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1842
1846
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1843
1847
|
// PanelBottomClose aliases
|
|
1844
1848
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1845
|
-
// PanelBottom aliases
|
|
1846
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1847
1849
|
// PanelBottomOpen aliases
|
|
1848
1850
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1851
|
+
// PanelBottom aliases
|
|
1852
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1849
1853
|
// PanelRightClose aliases
|
|
1850
1854
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1851
1855
|
// PanelRightOpen aliases
|
|
@@ -1862,10 +1866,10 @@ export { default as PanelTopIcon } from '../icons/panel-top';
|
|
|
1862
1866
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1863
1867
|
// PanelsRightBottom aliases
|
|
1864
1868
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1865
|
-
// Paperclip aliases
|
|
1866
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1867
1869
|
// Parentheses aliases
|
|
1868
1870
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1871
|
+
// Paperclip aliases
|
|
1872
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1869
1873
|
// ParkingMeter aliases
|
|
1870
1874
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1871
1875
|
// PartyPopper aliases
|
|
@@ -1880,20 +1884,20 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
1880
1884
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1881
1885
|
// PenTool aliases
|
|
1882
1886
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1883
|
-
// PencilLine aliases
|
|
1884
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1885
1887
|
// PencilOff aliases
|
|
1886
1888
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1889
|
+
// PencilLine aliases
|
|
1890
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1887
1891
|
// PencilRuler aliases
|
|
1888
1892
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1889
1893
|
// Pencil aliases
|
|
1890
1894
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1891
1895
|
// Pentagon aliases
|
|
1892
1896
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1893
|
-
// Percent aliases
|
|
1894
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1895
1897
|
// PersonStanding aliases
|
|
1896
1898
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1899
|
+
// Percent aliases
|
|
1900
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1897
1901
|
// PhoneCall aliases
|
|
1898
1902
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1899
1903
|
// PhilippinePeso aliases
|
|
@@ -1920,24 +1924,24 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
1920
1924
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1921
1925
|
// PictureInPicture aliases
|
|
1922
1926
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1923
|
-
// PilcrowLeft aliases
|
|
1924
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1925
1927
|
// PiggyBank aliases
|
|
1926
1928
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1927
|
-
//
|
|
1928
|
-
export { default as
|
|
1929
|
+
// PilcrowLeft aliases
|
|
1930
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1929
1931
|
// PilcrowRight aliases
|
|
1930
1932
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1931
|
-
//
|
|
1932
|
-
export { default as
|
|
1933
|
+
// Pilcrow aliases
|
|
1934
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1933
1935
|
// PillBottle aliases
|
|
1934
1936
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1935
|
-
//
|
|
1936
|
-
export { default as
|
|
1937
|
+
// Pill aliases
|
|
1938
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1937
1939
|
// Pin aliases
|
|
1938
1940
|
export { default as PinIcon } from '../icons/pin';
|
|
1939
1941
|
// Pipette aliases
|
|
1940
1942
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1943
|
+
// PinOff aliases
|
|
1944
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1941
1945
|
// Pizza aliases
|
|
1942
1946
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1943
1947
|
// PlaneLanding aliases
|
|
@@ -1946,34 +1950,34 @@ export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
|
1946
1950
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1947
1951
|
// Plane aliases
|
|
1948
1952
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1949
|
-
// Play aliases
|
|
1950
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1951
1953
|
// Plug2 aliases
|
|
1952
1954
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1955
|
+
// Play aliases
|
|
1956
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1953
1957
|
// Plug aliases
|
|
1954
1958
|
export { default as PlugIcon } from '../icons/plug';
|
|
1955
1959
|
// Plus aliases
|
|
1956
1960
|
export { default as PlusIcon } from '../icons/plus';
|
|
1957
|
-
// PocketKnife aliases
|
|
1958
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1959
1961
|
// Pocket aliases
|
|
1960
1962
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1963
|
+
// PocketKnife aliases
|
|
1964
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1961
1965
|
// PointerOff aliases
|
|
1962
1966
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1963
1967
|
// Podcast aliases
|
|
1964
1968
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1969
|
+
// Pointer aliases
|
|
1970
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1965
1971
|
// Popcorn aliases
|
|
1966
1972
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1967
1973
|
// Popsicle aliases
|
|
1968
1974
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1969
|
-
// Pointer aliases
|
|
1970
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
1971
1975
|
// PoundSterling aliases
|
|
1972
1976
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1973
|
-
// PowerOff aliases
|
|
1974
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1975
1977
|
// Power aliases
|
|
1976
1978
|
export { default as PowerIcon } from '../icons/power';
|
|
1979
|
+
// PowerOff aliases
|
|
1980
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1977
1981
|
// Presentation aliases
|
|
1978
1982
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1979
1983
|
// PrinterCheck aliases
|
|
@@ -1988,32 +1992,32 @@ export { default as ProportionsIcon } from '../icons/proportions';
|
|
|
1988
1992
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1989
1993
|
// Pyramid aliases
|
|
1990
1994
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1991
|
-
// QrCode aliases
|
|
1992
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1993
1995
|
// Quote aliases
|
|
1994
1996
|
export { default as QuoteIcon } from '../icons/quote';
|
|
1995
|
-
//
|
|
1996
|
-
export { default as
|
|
1997
|
+
// QrCode aliases
|
|
1998
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1997
1999
|
// Radar aliases
|
|
1998
2000
|
export { default as RadarIcon } from '../icons/radar';
|
|
2001
|
+
// Rabbit aliases
|
|
2002
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
1999
2003
|
// Radiation aliases
|
|
2000
2004
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2005
|
+
// Radical aliases
|
|
2006
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2001
2007
|
// RadioReceiver aliases
|
|
2002
2008
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2003
2009
|
// RadioTower aliases
|
|
2004
2010
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2005
|
-
// Radical aliases
|
|
2006
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2007
2011
|
// Radio aliases
|
|
2008
2012
|
export { default as RadioIcon } from '../icons/radio';
|
|
2009
2013
|
// Radius aliases
|
|
2010
2014
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2011
2015
|
// RailSymbol aliases
|
|
2012
2016
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2013
|
-
// Rat aliases
|
|
2014
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2015
2017
|
// Rainbow aliases
|
|
2016
2018
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2019
|
+
// Rat aliases
|
|
2020
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2017
2021
|
// Ratio aliases
|
|
2018
2022
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2019
2023
|
// ReceiptCent aliases
|
|
@@ -2044,12 +2048,12 @@ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
|
2044
2048
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2045
2049
|
// Redo2 aliases
|
|
2046
2050
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2047
|
-
// RedoDot aliases
|
|
2048
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2049
2051
|
// Redo aliases
|
|
2050
2052
|
export { default as RedoIcon } from '../icons/redo';
|
|
2051
2053
|
// RefreshCcwDot aliases
|
|
2052
2054
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2055
|
+
// RedoDot aliases
|
|
2056
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2053
2057
|
// RefreshCcw aliases
|
|
2054
2058
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2055
2059
|
// RefreshCwOff aliases
|
|
@@ -2058,12 +2062,12 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2058
2062
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2059
2063
|
// Refrigerator aliases
|
|
2060
2064
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2061
|
-
// Repeat1 aliases
|
|
2062
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2063
|
-
// RemoveFormatting aliases
|
|
2064
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2065
2065
|
// Regex aliases
|
|
2066
2066
|
export { default as RegexIcon } from '../icons/regex';
|
|
2067
|
+
// RemoveFormatting aliases
|
|
2068
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2069
|
+
// Repeat1 aliases
|
|
2070
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2067
2071
|
// Repeat2 aliases
|
|
2068
2072
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2069
2073
|
// Repeat aliases
|
|
@@ -2072,10 +2076,10 @@ export { default as RepeatIcon } from '../icons/repeat';
|
|
|
2072
2076
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2073
2077
|
// Replace aliases
|
|
2074
2078
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2075
|
-
// ReplyAll aliases
|
|
2076
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2077
2079
|
// Reply aliases
|
|
2078
2080
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2081
|
+
// ReplyAll aliases
|
|
2082
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2079
2083
|
// Rewind aliases
|
|
2080
2084
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2081
2085
|
// Ribbon aliases
|
|
@@ -2088,10 +2092,10 @@ export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
|
2088
2092
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2089
2093
|
// RotateCcwKey aliases
|
|
2090
2094
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2091
|
-
// RotateCcwSquare aliases
|
|
2092
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2093
2095
|
// RotateCcw aliases
|
|
2094
2096
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2097
|
+
// RotateCcwSquare aliases
|
|
2098
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2095
2099
|
// RotateCwSquare aliases
|
|
2096
2100
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2097
2101
|
// RotateCw aliases
|
|
@@ -2106,40 +2110,40 @@ export { default as RouterIcon } from '../icons/router';
|
|
|
2106
2110
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2107
2111
|
// Rss aliases
|
|
2108
2112
|
export { default as RssIcon } from '../icons/rss';
|
|
2109
|
-
// Ruler aliases
|
|
2110
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2111
2113
|
// RussianRuble aliases
|
|
2112
2114
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2115
|
+
// Ruler aliases
|
|
2116
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2113
2117
|
// Sailboat aliases
|
|
2114
2118
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2115
2119
|
// Salad aliases
|
|
2116
2120
|
export { default as SaladIcon } from '../icons/salad';
|
|
2117
|
-
// Sandwich aliases
|
|
2118
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2119
2121
|
// SatelliteDish aliases
|
|
2120
2122
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2123
|
+
// Sandwich aliases
|
|
2124
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2121
2125
|
// Satellite aliases
|
|
2122
2126
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2123
2127
|
// SaudiRiyal aliases
|
|
2124
2128
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2125
|
-
// Save aliases
|
|
2126
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2127
2129
|
// SaveAll aliases
|
|
2128
2130
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2129
2131
|
// SaveOff aliases
|
|
2130
2132
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2131
|
-
//
|
|
2132
|
-
export { default as
|
|
2133
|
+
// Save aliases
|
|
2134
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2133
2135
|
// Scale aliases
|
|
2134
2136
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2137
|
+
// Scaling aliases
|
|
2138
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2135
2139
|
// ScanBarcode aliases
|
|
2136
2140
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2137
2141
|
// ScanEye aliases
|
|
2138
2142
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2139
|
-
// ScanFace aliases
|
|
2140
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2141
2143
|
// ScanHeart aliases
|
|
2142
2144
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2145
|
+
// ScanFace aliases
|
|
2146
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2143
2147
|
// ScanLine aliases
|
|
2144
2148
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2145
2149
|
// ScanQrCode aliases
|
|
@@ -2164,22 +2168,22 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2164
2168
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2165
2169
|
// Scroll aliases
|
|
2166
2170
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2167
|
-
// SearchCode aliases
|
|
2168
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2169
2171
|
// SearchCheck aliases
|
|
2170
2172
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2173
|
+
// SearchCode aliases
|
|
2174
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2171
2175
|
// SearchSlash aliases
|
|
2172
2176
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2173
|
-
// SearchX aliases
|
|
2174
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2175
2177
|
// Search aliases
|
|
2176
2178
|
export { default as SearchIcon } from '../icons/search';
|
|
2179
|
+
// SearchX aliases
|
|
2180
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2181
|
+
// Section aliases
|
|
2182
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2177
2183
|
// SendToBack aliases
|
|
2178
2184
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2179
2185
|
// Send aliases
|
|
2180
2186
|
export { default as SendIcon } from '../icons/send';
|
|
2181
|
-
// Section aliases
|
|
2182
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2183
2187
|
// SeparatorHorizontal aliases
|
|
2184
2188
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2185
2189
|
// SeparatorVertical aliases
|
|
@@ -2206,14 +2210,14 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2206
2210
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2207
2211
|
// Shell aliases
|
|
2208
2212
|
export { default as ShellIcon } from '../icons/shell';
|
|
2209
|
-
// ShieldBan aliases
|
|
2210
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2211
2213
|
// ShieldAlert aliases
|
|
2212
2214
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2213
2215
|
// ShieldCheck aliases
|
|
2214
2216
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2215
2217
|
// ShieldEllipsis aliases
|
|
2216
2218
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2219
|
+
// ShieldBan aliases
|
|
2220
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2217
2221
|
// ShieldHalf aliases
|
|
2218
2222
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2219
2223
|
// ShieldMinus aliases
|
|
@@ -2248,10 +2252,10 @@ export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
|
2248
2252
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2249
2253
|
// Shrimp aliases
|
|
2250
2254
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2251
|
-
// Shrink aliases
|
|
2252
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2253
2255
|
// Shrub aliases
|
|
2254
2256
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2257
|
+
// Shrink aliases
|
|
2258
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2255
2259
|
// Shuffle aliases
|
|
2256
2260
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2257
2261
|
// Sigma aliases
|
|
@@ -2266,56 +2270,56 @@ export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
|
2266
2270
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2267
2271
|
// Signal aliases
|
|
2268
2272
|
export { default as SignalIcon } from '../icons/signal';
|
|
2269
|
-
// Signature aliases
|
|
2270
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2271
2273
|
// SignpostBig aliases
|
|
2272
2274
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2273
2275
|
// Signpost aliases
|
|
2274
2276
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2275
|
-
//
|
|
2276
|
-
export { default as
|
|
2277
|
+
// Signature aliases
|
|
2278
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2277
2279
|
// Siren aliases
|
|
2278
2280
|
export { default as SirenIcon } from '../icons/siren';
|
|
2279
|
-
//
|
|
2280
|
-
export { default as
|
|
2281
|
+
// SkipBack aliases
|
|
2282
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2281
2283
|
// Skull aliases
|
|
2282
2284
|
export { default as SkullIcon } from '../icons/skull';
|
|
2283
|
-
// Slack aliases
|
|
2284
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2285
2285
|
// Slash aliases
|
|
2286
2286
|
export { default as SlashIcon } from '../icons/slash';
|
|
2287
|
+
// SkipForward aliases
|
|
2288
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2289
|
+
// Slack aliases
|
|
2290
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2287
2291
|
// Slice aliases
|
|
2288
2292
|
export { default as SliceIcon } from '../icons/slice';
|
|
2289
2293
|
// SlidersHorizontal aliases
|
|
2290
2294
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2291
2295
|
// SmartphoneNfc aliases
|
|
2292
2296
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2297
|
+
// SmartphoneCharging aliases
|
|
2298
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2293
2299
|
// Smartphone aliases
|
|
2294
2300
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2295
2301
|
// SmilePlus aliases
|
|
2296
2302
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2297
|
-
// SmartphoneCharging aliases
|
|
2298
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2299
|
-
// Smile aliases
|
|
2300
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2301
2303
|
// Snail aliases
|
|
2302
2304
|
export { default as SnailIcon } from '../icons/snail';
|
|
2305
|
+
// Smile aliases
|
|
2306
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2303
2307
|
// Snowflake aliases
|
|
2304
2308
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2305
2309
|
// Sofa aliases
|
|
2306
2310
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2307
2311
|
// Soup aliases
|
|
2308
2312
|
export { default as SoupIcon } from '../icons/soup';
|
|
2309
|
-
// Space aliases
|
|
2310
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2311
2313
|
// Spade aliases
|
|
2312
2314
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2315
|
+
// Space aliases
|
|
2316
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2313
2317
|
// Sparkle aliases
|
|
2314
2318
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2315
|
-
// Speech aliases
|
|
2316
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2317
2319
|
// Speaker aliases
|
|
2318
2320
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2321
|
+
// Speech aliases
|
|
2322
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2319
2323
|
// SpellCheck2 aliases
|
|
2320
2324
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2321
2325
|
// SpellCheck aliases
|
|
@@ -2326,10 +2330,10 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2326
2330
|
export { default as SplineIcon } from '../icons/spline';
|
|
2327
2331
|
// Split aliases
|
|
2328
2332
|
export { default as SplitIcon } from '../icons/split';
|
|
2329
|
-
// Sprout aliases
|
|
2330
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2331
2333
|
// SprayCan aliases
|
|
2332
2334
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2335
|
+
// Sprout aliases
|
|
2336
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2333
2337
|
// SquareDashedBottomCode aliases
|
|
2334
2338
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2335
2339
|
// SquareDashedBottom aliases
|
|
@@ -2338,10 +2342,10 @@ export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom
|
|
|
2338
2342
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2339
2343
|
// SquareRoundCorner aliases
|
|
2340
2344
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2341
|
-
// SquareSquare aliases
|
|
2342
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2343
2345
|
// SquareStack aliases
|
|
2344
2346
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2347
|
+
// SquareSquare aliases
|
|
2348
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2345
2349
|
// Square aliases
|
|
2346
2350
|
export { default as SquareIcon } from '../icons/square';
|
|
2347
2351
|
// SquaresExclude aliases
|
|
@@ -2350,16 +2354,16 @@ export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
|
2350
2354
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2351
2355
|
// SquaresSubtract aliases
|
|
2352
2356
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2353
|
-
// SquaresUnite aliases
|
|
2354
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2355
2357
|
// Squircle aliases
|
|
2356
2358
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2359
|
+
// SquaresUnite aliases
|
|
2360
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2361
|
+
// Stamp aliases
|
|
2362
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2357
2363
|
// Squirrel aliases
|
|
2358
2364
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2359
2365
|
// StarHalf aliases
|
|
2360
2366
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2361
|
-
// Stamp aliases
|
|
2362
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2363
2367
|
// StarOff aliases
|
|
2364
2368
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2365
2369
|
// Star aliases
|
|
@@ -2374,28 +2378,28 @@ export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
|
2374
2378
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2375
2379
|
// StickyNote aliases
|
|
2376
2380
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2377
|
-
// Store aliases
|
|
2378
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2379
2381
|
// StretchHorizontal aliases
|
|
2380
2382
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2383
|
+
// Store aliases
|
|
2384
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2385
|
+
// Strikethrough aliases
|
|
2386
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2381
2387
|
// StretchVertical aliases
|
|
2382
2388
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2383
2389
|
// Subscript aliases
|
|
2384
2390
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2385
|
-
// SunDim aliases
|
|
2386
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2387
|
-
// Strikethrough aliases
|
|
2388
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2389
2391
|
// SunMedium aliases
|
|
2390
2392
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2393
|
+
// SunDim aliases
|
|
2394
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2391
2395
|
// SunMoon aliases
|
|
2392
2396
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2393
2397
|
// SunSnow aliases
|
|
2394
2398
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2395
|
-
// Sun aliases
|
|
2396
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2397
2399
|
// Sunrise aliases
|
|
2398
2400
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2401
|
+
// Sun aliases
|
|
2402
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2399
2403
|
// Sunset aliases
|
|
2400
2404
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2401
2405
|
// Superscript aliases
|
|
@@ -2412,10 +2416,10 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2412
2416
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2413
2417
|
// Syringe aliases
|
|
2414
2418
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2415
|
-
// TableCellsMerge aliases
|
|
2416
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2417
2419
|
// Table2 aliases
|
|
2418
2420
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2421
|
+
// TableCellsMerge aliases
|
|
2422
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2419
2423
|
// TableCellsSplit aliases
|
|
2420
2424
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2421
2425
|
// TableColumnsSplit aliases
|
|
@@ -2430,42 +2434,42 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2430
2434
|
export { default as TableIcon } from '../icons/table';
|
|
2431
2435
|
// TabletSmartphone aliases
|
|
2432
2436
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2437
|
+
// Tablet aliases
|
|
2438
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2433
2439
|
// Tablets aliases
|
|
2434
2440
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2435
|
-
// Tag aliases
|
|
2436
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2437
2441
|
// Tags aliases
|
|
2438
2442
|
export { default as TagsIcon } from '../icons/tags';
|
|
2439
|
-
// Tablet aliases
|
|
2440
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2441
2443
|
// Tally1 aliases
|
|
2442
2444
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2445
|
+
// Tag aliases
|
|
2446
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2443
2447
|
// Tally2 aliases
|
|
2444
2448
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2445
|
-
// Tally4 aliases
|
|
2446
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2447
2449
|
// Tally3 aliases
|
|
2448
2450
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2449
|
-
// Tally5 aliases
|
|
2450
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2451
2451
|
// Tangent aliases
|
|
2452
2452
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2453
|
+
// Tally4 aliases
|
|
2454
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2455
|
+
// Tally5 aliases
|
|
2456
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2453
2457
|
// Target aliases
|
|
2454
2458
|
export { default as TargetIcon } from '../icons/target';
|
|
2455
|
-
// TentTree aliases
|
|
2456
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2457
2459
|
// Telescope aliases
|
|
2458
2460
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2461
|
+
// TentTree aliases
|
|
2462
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2459
2463
|
// Tent aliases
|
|
2460
2464
|
export { default as TentIcon } from '../icons/tent';
|
|
2461
2465
|
// Terminal aliases
|
|
2462
2466
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2463
2467
|
// TestTube aliases
|
|
2464
2468
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2465
|
-
// TestTubes aliases
|
|
2466
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2467
2469
|
// TextCursorInput aliases
|
|
2468
2470
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2471
|
+
// TestTubes aliases
|
|
2472
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2469
2473
|
// TextCursor aliases
|
|
2470
2474
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2471
2475
|
// TextQuote aliases
|
|
@@ -2478,20 +2482,20 @@ export { default as TextIcon } from '../icons/text';
|
|
|
2478
2482
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2479
2483
|
// ThermometerSnowflake aliases
|
|
2480
2484
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2481
|
-
// ThumbsDown aliases
|
|
2482
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2483
2485
|
// ThermometerSun aliases
|
|
2484
2486
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2485
|
-
// ThumbsUp aliases
|
|
2486
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2487
2487
|
// Thermometer aliases
|
|
2488
2488
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2489
|
+
// ThumbsDown aliases
|
|
2490
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2491
|
+
// ThumbsUp aliases
|
|
2492
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2491
2493
|
// TicketCheck aliases
|
|
2492
2494
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2493
2495
|
// TicketPercent aliases
|
|
2494
2496
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2497
|
+
// TicketMinus aliases
|
|
2498
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2495
2499
|
// TicketPlus aliases
|
|
2496
2500
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2497
2501
|
// TicketSlash aliases
|
|
@@ -2500,10 +2504,10 @@ export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
|
2500
2504
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2501
2505
|
// Ticket aliases
|
|
2502
2506
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2503
|
-
// Tickets aliases
|
|
2504
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2505
2507
|
// TicketsPlane aliases
|
|
2506
2508
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2509
|
+
// Tickets aliases
|
|
2510
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2507
2511
|
// TimerOff aliases
|
|
2508
2512
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2509
2513
|
// TimerReset aliases
|
|
@@ -2520,10 +2524,10 @@ export { default as ToiletIcon } from '../icons/toilet';
|
|
|
2520
2524
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2521
2525
|
// Torus aliases
|
|
2522
2526
|
export { default as TorusIcon } from '../icons/torus';
|
|
2523
|
-
// TouchpadOff aliases
|
|
2524
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2525
2527
|
// Touchpad aliases
|
|
2526
2528
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2529
|
+
// TouchpadOff aliases
|
|
2530
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2527
2531
|
// TowerControl aliases
|
|
2528
2532
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2529
2533
|
// ToyBrick aliases
|
|
@@ -2552,20 +2556,20 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2552
2556
|
export { default as TreesIcon } from '../icons/trees';
|
|
2553
2557
|
// Trello aliases
|
|
2554
2558
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2555
|
-
// TrendingUpDown aliases
|
|
2556
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2557
2559
|
// TrendingDown aliases
|
|
2558
2560
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2561
|
+
// TrendingUpDown aliases
|
|
2562
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2559
2563
|
// TrendingUp aliases
|
|
2560
2564
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2561
2565
|
// TriangleDashed aliases
|
|
2562
2566
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2563
2567
|
// TriangleRight aliases
|
|
2564
2568
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2565
|
-
// Trophy aliases
|
|
2566
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2567
2569
|
// Triangle aliases
|
|
2568
2570
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2571
|
+
// Trophy aliases
|
|
2572
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2569
2573
|
// Truck aliases
|
|
2570
2574
|
export { default as TruckIcon } from '../icons/truck';
|
|
2571
2575
|
// Turtle aliases
|
|
@@ -2584,18 +2588,18 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2584
2588
|
export { default as TypeIcon } from '../icons/type';
|
|
2585
2589
|
// UmbrellaOff aliases
|
|
2586
2590
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2587
|
-
// Underline aliases
|
|
2588
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2589
2591
|
// Umbrella aliases
|
|
2590
2592
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2593
|
+
// Underline aliases
|
|
2594
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2591
2595
|
// Undo2 aliases
|
|
2592
2596
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2593
2597
|
// UndoDot aliases
|
|
2594
2598
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2595
|
-
// UnfoldHorizontal aliases
|
|
2596
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2597
2599
|
// Undo aliases
|
|
2598
2600
|
export { default as UndoIcon } from '../icons/undo';
|
|
2601
|
+
// UnfoldHorizontal aliases
|
|
2602
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2599
2603
|
// UnfoldVertical aliases
|
|
2600
2604
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2601
2605
|
// Ungroup aliases
|
|
@@ -2608,58 +2612,58 @@ export { default as UnlinkIcon } from '../icons/unlink';
|
|
|
2608
2612
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2609
2613
|
// Upload aliases
|
|
2610
2614
|
export { default as UploadIcon } from '../icons/upload';
|
|
2611
|
-
// Usb aliases
|
|
2612
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2613
2615
|
// UserCheck aliases
|
|
2614
2616
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2617
|
+
// Usb aliases
|
|
2618
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2617
2619
|
// UserMinus aliases
|
|
2618
2620
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2621
|
+
// UserCog aliases
|
|
2622
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2621
2623
|
// UserPen aliases
|
|
2622
2624
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2625
|
+
// UserPlus aliases
|
|
2626
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2623
2627
|
// UserRoundPen aliases
|
|
2624
2628
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2625
|
-
// UserSearch aliases
|
|
2626
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2627
2629
|
// UserRoundSearch aliases
|
|
2628
2630
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2629
|
-
// User aliases
|
|
2630
|
-
export { default as UserIcon } from '../icons/user';
|
|
2631
2631
|
// UserX aliases
|
|
2632
2632
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2633
|
+
// User aliases
|
|
2634
|
+
export { default as UserIcon } from '../icons/user';
|
|
2635
|
+
// UserSearch aliases
|
|
2636
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2633
2637
|
// Users aliases
|
|
2634
2638
|
export { default as UsersIcon } from '../icons/users';
|
|
2635
|
-
// Variable aliases
|
|
2636
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2637
2639
|
// UtilityPole aliases
|
|
2638
2640
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2641
|
+
// Variable aliases
|
|
2642
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2643
|
+
// Vault aliases
|
|
2644
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2639
2645
|
// Vegan aliases
|
|
2640
2646
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2641
2647
|
// VenetianMask aliases
|
|
2642
2648
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2643
|
-
// Vault aliases
|
|
2644
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2645
2649
|
// VenusAndMars aliases
|
|
2646
2650
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2647
|
-
// Vibrate aliases
|
|
2648
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2649
2651
|
// Venus aliases
|
|
2650
2652
|
export { default as VenusIcon } from '../icons/venus';
|
|
2651
|
-
// VideoOff aliases
|
|
2652
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2653
2653
|
// VibrateOff aliases
|
|
2654
2654
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2655
|
+
// Vibrate aliases
|
|
2656
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2657
|
+
// VideoOff aliases
|
|
2658
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2655
2659
|
// Video aliases
|
|
2656
2660
|
export { default as VideoIcon } from '../icons/video';
|
|
2657
2661
|
// Videotape aliases
|
|
2658
2662
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2659
|
-
// Voicemail aliases
|
|
2660
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2661
2663
|
// View aliases
|
|
2662
2664
|
export { default as ViewIcon } from '../icons/view';
|
|
2665
|
+
// Voicemail aliases
|
|
2666
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2663
2667
|
// Volleyball aliases
|
|
2664
2668
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2665
2669
|
// Volume1 aliases
|
|
@@ -2670,34 +2674,34 @@ export { default as Volume2Icon } from '../icons/volume-2';
|
|
|
2670
2674
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2671
2675
|
// VolumeX aliases
|
|
2672
2676
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2673
|
-
// Volume aliases
|
|
2674
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2675
2677
|
// Vote aliases
|
|
2676
2678
|
export { default as VoteIcon } from '../icons/vote';
|
|
2679
|
+
// Volume aliases
|
|
2680
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2677
2681
|
// WalletCards aliases
|
|
2678
2682
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2679
|
-
// Wallet aliases
|
|
2680
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2681
2683
|
// Wallpaper aliases
|
|
2682
2684
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2683
|
-
//
|
|
2684
|
-
export { default as
|
|
2685
|
+
// Wallet aliases
|
|
2686
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2685
2687
|
// Wand aliases
|
|
2686
2688
|
export { default as WandIcon } from '../icons/wand';
|
|
2689
|
+
// Warehouse aliases
|
|
2690
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2687
2691
|
// WashingMachine aliases
|
|
2688
2692
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2689
2693
|
// Watch aliases
|
|
2690
2694
|
export { default as WatchIcon } from '../icons/watch';
|
|
2691
|
-
// WavesLadder aliases
|
|
2692
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2693
2695
|
// Waves aliases
|
|
2694
2696
|
export { default as WavesIcon } from '../icons/waves';
|
|
2697
|
+
// WavesLadder aliases
|
|
2698
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2695
2699
|
// Waypoints aliases
|
|
2696
2700
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2697
|
-
// Webcam aliases
|
|
2698
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2699
2701
|
// WebhookOff aliases
|
|
2700
2702
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2703
|
+
// Webcam aliases
|
|
2704
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2701
2705
|
// Webhook aliases
|
|
2702
2706
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2703
2707
|
// Weight aliases
|
|
@@ -2710,14 +2714,14 @@ export { default as WheatIcon } from '../icons/wheat';
|
|
|
2710
2714
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2711
2715
|
// WifiHigh aliases
|
|
2712
2716
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2713
|
-
// WifiLow aliases
|
|
2714
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2715
2717
|
// WifiOff aliases
|
|
2716
2718
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2717
|
-
//
|
|
2718
|
-
export { default as
|
|
2719
|
+
// WifiLow aliases
|
|
2720
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2719
2721
|
// Wifi aliases
|
|
2720
2722
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2723
|
+
// WifiZero aliases
|
|
2724
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2721
2725
|
// WindArrowDown aliases
|
|
2722
2726
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2723
2727
|
// Wind aliases
|
|
@@ -2728,20 +2732,20 @@ export { default as WineOffIcon } from '../icons/wine-off';
|
|
|
2728
2732
|
export { default as WineIcon } from '../icons/wine';
|
|
2729
2733
|
// Workflow aliases
|
|
2730
2734
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2731
|
-
// Worm aliases
|
|
2732
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2733
2735
|
// WrapText aliases
|
|
2734
2736
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2737
|
+
// Worm aliases
|
|
2738
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2735
2739
|
// Wrench aliases
|
|
2736
2740
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2737
2741
|
// X aliases
|
|
2738
2742
|
export { default as XIcon } from '../icons/x';
|
|
2743
|
+
// Youtube aliases
|
|
2744
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2739
2745
|
// ZapOff aliases
|
|
2740
2746
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2741
2747
|
// Zap aliases
|
|
2742
2748
|
export { default as ZapIcon } from '../icons/zap';
|
|
2743
|
-
// Youtube aliases
|
|
2744
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2745
2749
|
// ZoomIn aliases
|
|
2746
2750
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2747
2751
|
// ZoomOut aliases
|
|
@@ -2754,12 +2758,12 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2754
2758
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2755
2759
|
// ArrowUp10 aliases
|
|
2756
2760
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2757
|
-
// AlarmClockMinus aliases
|
|
2758
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2759
|
-
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2760
2761
|
// AlarmClockCheck aliases
|
|
2761
2762
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2762
2763
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2764
|
+
// AlarmClockMinus aliases
|
|
2765
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2766
|
+
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2763
2767
|
// AlarmClockPlus aliases
|
|
2764
2768
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2765
2769
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
@@ -2778,9 +2782,6 @@ export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
|
2778
2782
|
// ArrowUpNarrowWide aliases
|
|
2779
2783
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2780
2784
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2781
|
-
// Axis3d aliases
|
|
2782
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2783
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2784
2785
|
// ArrowUpZA aliases
|
|
2785
2786
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2786
2787
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
@@ -2793,21 +2794,24 @@ export {
|
|
|
2793
2794
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2794
2795
|
default as BetweenHorizonalEndIcon
|
|
2795
2796
|
} from '../icons/between-horizontal-end';
|
|
2797
|
+
// Axis3d aliases
|
|
2798
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2799
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2796
2800
|
// BetweenHorizontalStart aliases
|
|
2797
2801
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2798
2802
|
export {
|
|
2799
2803
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2800
2804
|
default as BetweenHorizonalStartIcon
|
|
2801
2805
|
} from '../icons/between-horizontal-start';
|
|
2806
|
+
// Braces aliases
|
|
2807
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2808
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2802
2809
|
// BookDashed aliases
|
|
2803
2810
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2804
2811
|
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2805
2812
|
// Captions aliases
|
|
2806
2813
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2807
2814
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2808
|
-
// Braces aliases
|
|
2809
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2810
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2811
2815
|
// ChartArea aliases
|
|
2812
2816
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2813
2817
|
export {
|
|
@@ -2874,18 +2878,18 @@ export {
|
|
|
2874
2878
|
/** @deprecated */
|
|
2875
2879
|
default as GanttChartIcon
|
|
2876
2880
|
} from '../icons/chart-no-axes-gantt';
|
|
2877
|
-
// ChartScatter aliases
|
|
2878
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2879
|
-
export {
|
|
2880
|
-
/** @deprecated */
|
|
2881
|
-
default as ScatterChartIcon
|
|
2882
|
-
} from '../icons/chart-scatter';
|
|
2883
2881
|
// ChartPie aliases
|
|
2884
2882
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2885
2883
|
export {
|
|
2886
2884
|
/** @deprecated */
|
|
2887
2885
|
default as PieChartIcon
|
|
2888
2886
|
} from '../icons/chart-pie';
|
|
2887
|
+
// ChartScatter aliases
|
|
2888
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2889
|
+
export {
|
|
2890
|
+
/** @deprecated */
|
|
2891
|
+
default as ScatterChartIcon
|
|
2892
|
+
} from '../icons/chart-scatter';
|
|
2889
2893
|
// CircleAlert aliases
|
|
2890
2894
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2891
2895
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
@@ -2895,51 +2899,51 @@ export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
|
2895
2899
|
// CircleArrowLeft aliases
|
|
2896
2900
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2897
2901
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2898
|
-
// CircleArrowOutUpLeft aliases
|
|
2899
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2900
|
-
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2901
2902
|
// CircleArrowOutDownLeft aliases
|
|
2902
2903
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2903
2904
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2904
2905
|
// CircleArrowOutDownRight aliases
|
|
2905
2906
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2906
2907
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2907
|
-
//
|
|
2908
|
-
export { default as
|
|
2909
|
-
export { default as
|
|
2908
|
+
// CircleArrowOutUpLeft aliases
|
|
2909
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2910
|
+
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2910
2911
|
// CircleArrowRight aliases
|
|
2911
2912
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2912
2913
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2913
|
-
//
|
|
2914
|
-
export { default as
|
|
2915
|
-
export { default as
|
|
2916
|
-
// CircleChevronDown aliases
|
|
2917
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2918
|
-
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2914
|
+
// CircleArrowOutUpRight aliases
|
|
2915
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2916
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2919
2917
|
// CircleArrowUp aliases
|
|
2920
2918
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2921
2919
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2920
|
+
// CircleCheckBig aliases
|
|
2921
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2922
|
+
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2922
2923
|
// CircleCheck aliases
|
|
2923
2924
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2924
2925
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2925
|
-
//
|
|
2926
|
-
export { default as
|
|
2927
|
-
export { default as
|
|
2926
|
+
// CircleChevronDown aliases
|
|
2927
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2928
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2928
2929
|
// CircleChevronLeft aliases
|
|
2929
2930
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2930
2931
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2932
|
+
// CircleChevronRight aliases
|
|
2933
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2934
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2931
2935
|
// CircleChevronUp aliases
|
|
2932
2936
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2933
2937
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2934
2938
|
// CircleDivide aliases
|
|
2935
2939
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2936
2940
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2937
|
-
// CircleHelp aliases
|
|
2938
|
-
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2939
|
-
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2940
2941
|
// CircleGauge aliases
|
|
2941
2942
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2942
2943
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2944
|
+
// CircleHelp aliases
|
|
2945
|
+
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2946
|
+
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2943
2947
|
// CircleMinus aliases
|
|
2944
2948
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2945
2949
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
@@ -2949,12 +2953,12 @@ export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
|
2949
2953
|
// CircleParking aliases
|
|
2950
2954
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2951
2955
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2952
|
-
// CirclePause aliases
|
|
2953
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2954
|
-
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2955
2956
|
// CirclePercent aliases
|
|
2956
2957
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2957
2958
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2959
|
+
// CirclePause aliases
|
|
2960
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2961
|
+
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2958
2962
|
// CirclePlay aliases
|
|
2959
2963
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2960
2964
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
@@ -2964,12 +2968,12 @@ export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
|
2964
2968
|
// CirclePower aliases
|
|
2965
2969
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2966
2970
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2967
|
-
// CircleStop aliases
|
|
2968
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2969
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
2970
2971
|
// CircleSlash2 aliases
|
|
2971
2972
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2972
2973
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2974
|
+
// CircleStop aliases
|
|
2975
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2976
|
+
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
2973
2977
|
// CircleUserRound aliases
|
|
2974
2978
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
2975
2979
|
export {
|
|
@@ -2991,9 +2995,6 @@ export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
|
2991
2995
|
// CloudDownload aliases
|
|
2992
2996
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2993
2997
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2994
|
-
// CloudUpload aliases
|
|
2995
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
2996
|
-
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
2997
2998
|
// CodeXml aliases
|
|
2998
2999
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
2999
3000
|
export {
|
|
@@ -3003,6 +3004,9 @@ export {
|
|
|
3003
3004
|
// Columns2 aliases
|
|
3004
3005
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3005
3006
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3007
|
+
// CloudUpload aliases
|
|
3008
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3009
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3006
3010
|
// Columns3 aliases
|
|
3007
3011
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3008
3012
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
@@ -3012,24 +3016,21 @@ export {
|
|
|
3012
3016
|
/** @deprecated */
|
|
3013
3017
|
default as Contact2Icon
|
|
3014
3018
|
} from '../icons/contact-round';
|
|
3015
|
-
// DiamondPercent aliases
|
|
3016
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3017
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3018
3019
|
// Earth aliases
|
|
3019
3020
|
export { default as EarthIcon } from '../icons/earth';
|
|
3020
3021
|
export {
|
|
3021
3022
|
/** @deprecated */
|
|
3022
3023
|
default as Globe2Icon
|
|
3023
3024
|
} from '../icons/earth';
|
|
3025
|
+
// DiamondPercent aliases
|
|
3026
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3027
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3024
3028
|
// EllipsisVertical aliases
|
|
3025
3029
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3026
3030
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3027
3031
|
// Ellipsis aliases
|
|
3028
3032
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3029
3033
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3030
|
-
// FileAxis3d aliases
|
|
3031
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3032
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3033
3034
|
// FileChartColumnIncreasing aliases
|
|
3034
3035
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3035
3036
|
export {
|
|
@@ -3042,6 +3043,9 @@ export {
|
|
|
3042
3043
|
/** @deprecated */
|
|
3043
3044
|
default as FileBarChart2Icon
|
|
3044
3045
|
} from '../icons/file-chart-column';
|
|
3046
|
+
// FileAxis3d aliases
|
|
3047
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3048
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3045
3049
|
// FileChartLine aliases
|
|
3046
3050
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3047
3051
|
export {
|
|
@@ -3063,15 +3067,15 @@ export {
|
|
|
3063
3067
|
// FilePenLine aliases
|
|
3064
3068
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3065
3069
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3066
|
-
// FilePen aliases
|
|
3067
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3068
|
-
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3069
3070
|
// FolderCog aliases
|
|
3070
3071
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3071
3072
|
export {
|
|
3072
3073
|
/** @deprecated */
|
|
3073
3074
|
default as FolderCog2Icon
|
|
3074
3075
|
} from '../icons/folder-cog';
|
|
3076
|
+
// FilePen aliases
|
|
3077
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3078
|
+
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3075
3079
|
// FolderPen aliases
|
|
3076
3080
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3077
3081
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
@@ -3081,61 +3085,61 @@ export {
|
|
|
3081
3085
|
/** @deprecated */
|
|
3082
3086
|
default as FilterXIcon
|
|
3083
3087
|
} from '../icons/funnel-x';
|
|
3088
|
+
// GitCommitHorizontal aliases
|
|
3089
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3090
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3084
3091
|
// Funnel aliases
|
|
3085
3092
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3086
3093
|
export {
|
|
3087
3094
|
/** @deprecated */
|
|
3088
3095
|
default as FilterIcon
|
|
3089
3096
|
} from '../icons/funnel';
|
|
3090
|
-
// GitCommitHorizontal aliases
|
|
3091
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3092
|
-
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3093
3097
|
// Grid2x2Check aliases
|
|
3094
3098
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3095
3099
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3096
3100
|
// Grid2x2Plus aliases
|
|
3097
3101
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3098
3102
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3099
|
-
// Grid2x2 aliases
|
|
3100
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3101
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3102
3103
|
// Grid2x2X aliases
|
|
3103
3104
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3104
3105
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3105
|
-
//
|
|
3106
|
-
export { default as
|
|
3107
|
-
export { default as
|
|
3106
|
+
// Grid2x2 aliases
|
|
3107
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3108
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3108
3109
|
// Grid3x3 aliases
|
|
3109
3110
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3110
3111
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3111
3112
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3113
|
+
// HandHelping aliases
|
|
3114
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3115
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3112
3116
|
// House aliases
|
|
3113
3117
|
export { default as HouseIcon } from '../icons/house';
|
|
3114
3118
|
export { default as HomeIcon } from '../icons/house';
|
|
3115
|
-
// IndentDecrease aliases
|
|
3116
|
-
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3117
|
-
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3118
3119
|
// IceCreamBowl aliases
|
|
3119
3120
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3120
3121
|
export {
|
|
3121
3122
|
/** @deprecated */
|
|
3122
3123
|
default as IceCream2Icon
|
|
3123
3124
|
} from '../icons/ice-cream-bowl';
|
|
3125
|
+
// IndentDecrease aliases
|
|
3126
|
+
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3127
|
+
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3124
3128
|
// IceCreamCone aliases
|
|
3125
3129
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3126
3130
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3127
|
-
// LaptopMinimal aliases
|
|
3128
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3129
|
-
export {
|
|
3130
|
-
/** @deprecated */
|
|
3131
|
-
default as Laptop2Icon
|
|
3132
|
-
} from '../icons/laptop-minimal';
|
|
3133
3131
|
// IndentIncrease aliases
|
|
3134
3132
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3135
3133
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3136
3134
|
// Layers aliases
|
|
3137
3135
|
export { default as LayersIcon } from '../icons/layers';
|
|
3138
3136
|
export { default as Layers3Icon } from '../icons/layers';
|
|
3137
|
+
// LaptopMinimal aliases
|
|
3138
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3139
|
+
export {
|
|
3140
|
+
/** @deprecated */
|
|
3141
|
+
default as Laptop2Icon
|
|
3142
|
+
} from '../icons/laptop-minimal';
|
|
3139
3143
|
// LoaderCircle aliases
|
|
3140
3144
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3141
3145
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
@@ -3160,12 +3164,12 @@ export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
|
3160
3164
|
// OctagonPause aliases
|
|
3161
3165
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3162
3166
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3163
|
-
// PaintbrushVertical aliases
|
|
3164
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3165
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3166
3167
|
// OctagonX aliases
|
|
3167
3168
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3168
3169
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3170
|
+
// PaintbrushVertical aliases
|
|
3171
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3172
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3169
3173
|
// PanelBottomDashed aliases
|
|
3170
3174
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3171
3175
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
@@ -3196,24 +3200,24 @@ export {
|
|
|
3196
3200
|
/** @deprecated */
|
|
3197
3201
|
default as Edit3Icon
|
|
3198
3202
|
} from '../icons/pen-line';
|
|
3203
|
+
// PlugZap aliases
|
|
3204
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3205
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3199
3206
|
// Pen aliases
|
|
3200
3207
|
export { default as PenIcon } from '../icons/pen';
|
|
3201
3208
|
export {
|
|
3202
3209
|
/** @deprecated */
|
|
3203
3210
|
default as Edit2Icon
|
|
3204
3211
|
} from '../icons/pen';
|
|
3205
|
-
// PlugZap aliases
|
|
3206
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3207
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3208
3212
|
// RectangleEllipsis aliases
|
|
3209
3213
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3210
3214
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3211
|
-
// Rotate3d aliases
|
|
3212
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3213
|
-
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3214
3215
|
// Rows2 aliases
|
|
3215
3216
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3216
3217
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3218
|
+
// Rotate3d aliases
|
|
3219
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3220
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3217
3221
|
// Rows3 aliases
|
|
3218
3222
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3219
3223
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
@@ -3235,91 +3239,91 @@ export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
|
3235
3239
|
// Sparkles aliases
|
|
3236
3240
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3237
3241
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3238
|
-
// SquareActivity aliases
|
|
3239
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3240
|
-
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3241
3242
|
// SquareArrowDownLeft aliases
|
|
3242
3243
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3243
3244
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3245
|
+
// SquareActivity aliases
|
|
3246
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3247
|
+
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3244
3248
|
// SquareArrowDownRight aliases
|
|
3245
3249
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3246
3250
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3247
|
-
// SquareArrowDown aliases
|
|
3248
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3249
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3250
3251
|
// SquareArrowLeft aliases
|
|
3251
3252
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3252
3253
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3253
3254
|
// SquareArrowOutDownLeft aliases
|
|
3254
3255
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3255
3256
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3257
|
+
// SquareArrowDown aliases
|
|
3258
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3259
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3256
3260
|
// SquareArrowOutDownRight aliases
|
|
3257
3261
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3258
3262
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3259
3263
|
// SquareArrowOutUpLeft aliases
|
|
3260
3264
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3261
3265
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3262
|
-
// SquareArrowRight aliases
|
|
3263
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3264
|
-
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3265
3266
|
// SquareArrowOutUpRight aliases
|
|
3266
3267
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3267
3268
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3269
|
+
// SquareArrowRight aliases
|
|
3270
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3271
|
+
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3268
3272
|
// SquareArrowUpLeft aliases
|
|
3269
3273
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3270
3274
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3271
|
-
// SquareArrowUpRight aliases
|
|
3272
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3273
|
-
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3274
3275
|
// SquareArrowUp aliases
|
|
3275
3276
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3276
3277
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3278
|
+
// SquareArrowUpRight aliases
|
|
3279
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3280
|
+
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3277
3281
|
// SquareAsterisk aliases
|
|
3278
3282
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3279
3283
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3280
3284
|
// SquareBottomDashedScissors aliases
|
|
3281
3285
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3282
3286
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3287
|
+
// SquareCheckBig aliases
|
|
3288
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3289
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3283
3290
|
// SquareChartGantt aliases
|
|
3284
3291
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3285
3292
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3286
3293
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3287
|
-
// SquareCheckBig aliases
|
|
3288
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3289
|
-
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3290
3294
|
// SquareCheck aliases
|
|
3291
3295
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3292
3296
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3293
3297
|
// SquareChevronDown aliases
|
|
3294
3298
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3295
3299
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3296
|
-
// SquareChevronUp aliases
|
|
3297
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3298
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3299
|
-
// SquareChevronLeft aliases
|
|
3300
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3301
|
-
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3302
3300
|
// SquareChevronRight aliases
|
|
3303
3301
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3304
3302
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3303
|
+
// SquareChevronLeft aliases
|
|
3304
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3305
|
+
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3306
|
+
// SquareChevronUp aliases
|
|
3307
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3308
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3305
3309
|
// SquareCode aliases
|
|
3306
3310
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3307
3311
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3308
3312
|
// SquareDashedKanban aliases
|
|
3309
3313
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3310
3314
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3311
|
-
// SquareDashed aliases
|
|
3312
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3313
|
-
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3314
|
-
// SquareDivide aliases
|
|
3315
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3316
|
-
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3317
3315
|
// SquareDashedMousePointer aliases
|
|
3318
3316
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3319
3317
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3318
|
+
// SquareDivide aliases
|
|
3319
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3320
|
+
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3320
3321
|
// SquareDot aliases
|
|
3321
3322
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3322
3323
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3324
|
+
// SquareDashed aliases
|
|
3325
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3326
|
+
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3323
3327
|
// SquareEqual aliases
|
|
3324
3328
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3325
3329
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
@@ -3332,41 +3336,41 @@ export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
|
3332
3336
|
// SquareLibrary aliases
|
|
3333
3337
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3334
3338
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3335
|
-
// SquareMenu aliases
|
|
3336
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3337
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3338
|
-
// SquareM aliases
|
|
3339
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3340
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3341
3339
|
// SquareMinus aliases
|
|
3342
3340
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3343
3341
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3344
|
-
//
|
|
3345
|
-
export { default as
|
|
3346
|
-
export { default as
|
|
3342
|
+
// SquareM aliases
|
|
3343
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3344
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3345
|
+
// SquareMenu aliases
|
|
3346
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3347
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3347
3348
|
// SquareParkingOff aliases
|
|
3348
3349
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3349
3350
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3351
|
+
// SquareMousePointer aliases
|
|
3352
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3353
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3350
3354
|
// SquareParking aliases
|
|
3351
3355
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3352
3356
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3357
|
+
// SquarePercent aliases
|
|
3358
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3359
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3353
3360
|
// SquarePen aliases
|
|
3354
3361
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3355
3362
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3356
3363
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3357
3364
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3358
|
-
// SquarePercent aliases
|
|
3359
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3360
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3361
3365
|
// SquarePi aliases
|
|
3362
3366
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3363
3367
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3364
|
-
// SquarePilcrow aliases
|
|
3365
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3366
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3367
3368
|
// SquarePlay aliases
|
|
3368
3369
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3369
3370
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3371
|
+
// SquarePilcrow aliases
|
|
3372
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3373
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3370
3374
|
// SquarePlus aliases
|
|
3371
3375
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3372
3376
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
@@ -3376,12 +3380,12 @@ export { default as PowerSquareIcon } from '../icons/square-power';
|
|
|
3376
3380
|
// SquareScissors aliases
|
|
3377
3381
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3378
3382
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3379
|
-
// SquareSigma aliases
|
|
3380
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3381
|
-
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3382
3383
|
// SquareSlash aliases
|
|
3383
3384
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3384
3385
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3386
|
+
// SquareSigma aliases
|
|
3387
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3388
|
+
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3385
3389
|
// SquareSplitVertical aliases
|
|
3386
3390
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3387
3391
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
@@ -3412,9 +3416,6 @@ export { default as TextSelectionIcon } from '../icons/text-select';
|
|
|
3412
3416
|
// TramFront aliases
|
|
3413
3417
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3414
3418
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3415
|
-
// TriangleAlert aliases
|
|
3416
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3417
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3418
3419
|
// TreePalm aliases
|
|
3419
3420
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3420
3421
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
@@ -3424,42 +3425,39 @@ export {
|
|
|
3424
3425
|
/** @deprecated */
|
|
3425
3426
|
default as Tv2Icon
|
|
3426
3427
|
} from '../icons/tv-minimal';
|
|
3427
|
-
//
|
|
3428
|
-
export { default as
|
|
3428
|
+
// TriangleAlert aliases
|
|
3429
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3430
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3431
|
+
// UserRoundCheck aliases
|
|
3432
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3429
3433
|
export {
|
|
3430
3434
|
/** @deprecated */
|
|
3431
|
-
default as
|
|
3432
|
-
} from '../icons/user-round-
|
|
3435
|
+
default as UserCheck2Icon
|
|
3436
|
+
} from '../icons/user-round-check';
|
|
3433
3437
|
// University aliases
|
|
3434
3438
|
export { default as UniversityIcon } from '../icons/university';
|
|
3435
3439
|
export {
|
|
3436
3440
|
/** @deprecated */
|
|
3437
3441
|
default as School2Icon
|
|
3438
3442
|
} from '../icons/university';
|
|
3439
|
-
//
|
|
3440
|
-
export { default as
|
|
3441
|
-
export {
|
|
3442
|
-
/** @deprecated */
|
|
3443
|
-
default as UserCheck2Icon
|
|
3444
|
-
} from '../icons/user-round-check';
|
|
3445
|
-
// UserRoundMinus aliases
|
|
3446
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3443
|
+
// UserRoundCog aliases
|
|
3444
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3447
3445
|
export {
|
|
3448
3446
|
/** @deprecated */
|
|
3449
|
-
default as
|
|
3450
|
-
} from '../icons/user-round-
|
|
3447
|
+
default as UserCog2Icon
|
|
3448
|
+
} from '../icons/user-round-cog';
|
|
3451
3449
|
// UserRoundPlus aliases
|
|
3452
3450
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3453
3451
|
export {
|
|
3454
3452
|
/** @deprecated */
|
|
3455
3453
|
default as UserPlus2Icon
|
|
3456
3454
|
} from '../icons/user-round-plus';
|
|
3457
|
-
//
|
|
3458
|
-
export { default as
|
|
3455
|
+
// UserRoundMinus aliases
|
|
3456
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3459
3457
|
export {
|
|
3460
3458
|
/** @deprecated */
|
|
3461
|
-
default as
|
|
3462
|
-
} from '../icons/user-round-
|
|
3459
|
+
default as UserMinus2Icon
|
|
3460
|
+
} from '../icons/user-round-minus';
|
|
3463
3461
|
// UsersRound aliases
|
|
3464
3462
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3465
3463
|
export {
|
|
@@ -3475,6 +3473,12 @@ export {
|
|
|
3475
3473
|
// UtensilsCrossed aliases
|
|
3476
3474
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3477
3475
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3476
|
+
// UserRoundX aliases
|
|
3477
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3478
|
+
export {
|
|
3479
|
+
/** @deprecated */
|
|
3480
|
+
default as UserX2Icon
|
|
3481
|
+
} from '../icons/user-round-x';
|
|
3478
3482
|
// Utensils aliases
|
|
3479
3483
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3480
3484
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|