@lucide/astro 0.488.0 → 0.490.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 +67 -67
- package/src/aliases/prefixed.ts +433 -433
- package/src/aliases/suffixed.ts +769 -769
- package/src/icons/index.ts +155 -155
- package/src/icons/layers-2.ts +2 -2
- package/src/icons/piggy-bank.ts +2 -2
- package/src/icons/text-cursor-input.ts +2 -2
- package/src/icons/text-select.ts +2 -2
- package/src/icons/toggle-left.ts +2 -2
- package/src/icons/toggle-right.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -16,24 +16,24 @@ export { default as AirplayIcon } from '../icons/airplay';
|
|
|
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
|
-
//
|
|
24
|
-
export { default as
|
|
21
|
+
// AlarmSmoke aliases
|
|
22
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
23
|
// AlignCenterHorizontal aliases
|
|
26
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
@@ -54,10 +54,10 @@ export { default as AlignLeftIcon } from '../icons/align-left';
|
|
|
54
54
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
// AlignStartVertical aliases
|
|
58
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
57
|
// AlignVerticalDistributeCenter aliases
|
|
60
58
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
+
// AlignStartVertical aliases
|
|
60
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
@@ -66,12 +66,12 @@ export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vert
|
|
|
66
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
67
|
// AlignVerticalJustifyEnd aliases
|
|
68
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
|
+
// AlignVerticalJustifyStart aliases
|
|
70
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
71
|
// AlignVerticalSpaceAround aliases
|
|
70
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
71
73
|
// AlignVerticalSpaceBetween aliases
|
|
72
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
|
-
// AlignVerticalJustifyStart aliases
|
|
74
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
77
|
// Ampersand aliases
|
|
@@ -82,22 +82,24 @@ export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
|
82
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
|
+
// Angry aliases
|
|
86
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
85
87
|
// Annoyed aliases
|
|
86
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
87
89
|
// Antenna aliases
|
|
88
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
|
-
// Angry aliases
|
|
90
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindow aliases
|
|
96
96
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
|
-
// Apple aliases
|
|
98
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
99
97
|
// AppWindowMac aliases
|
|
100
98
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
99
|
+
// Apple aliases
|
|
100
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
+
// Archive aliases
|
|
102
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
103
|
// ArchiveRestore aliases
|
|
102
104
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
105
|
// ArchiveX aliases
|
|
@@ -106,24 +108,22 @@ export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
|
106
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
109
|
// ArrowBigDownDash aliases
|
|
108
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
|
-
// Archive aliases
|
|
110
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
111
111
|
// ArrowBigDown aliases
|
|
112
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
|
-
// ArrowBigLeftDash aliases
|
|
114
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
113
|
// ArrowBigLeft aliases
|
|
116
114
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
115
|
+
// ArrowBigLeftDash aliases
|
|
116
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
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
121
|
// ArrowBigUpDash aliases
|
|
122
122
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
|
-
// ArrowDownFromLine aliases
|
|
124
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
125
123
|
// ArrowBigUp aliases
|
|
126
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
+
// ArrowDownFromLine aliases
|
|
126
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
@@ -134,18 +134,18 @@ export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownUp aliases
|
|
136
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownToLine aliases
|
|
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
141
|
// ArrowLeftFromLine aliases
|
|
140
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
|
-
// ArrowDownToLine aliases
|
|
142
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
-
// ArrowLeftToLine aliases
|
|
146
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
145
|
// ArrowRightFromLine aliases
|
|
148
146
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
|
+
// ArrowLeftToLine aliases
|
|
148
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
149
149
|
// ArrowLeft aliases
|
|
150
150
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
151
151
|
// ArrowRightLeft aliases
|
|
@@ -156,10 +156,10 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
156
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
|
-
// ArrowUpFromLine aliases
|
|
160
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
161
159
|
// ArrowUpFromDot aliases
|
|
162
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
|
+
// ArrowUpFromLine aliases
|
|
162
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
165
|
// ArrowUpRight aliases
|
|
@@ -186,34 +186,34 @@ export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
// Baby aliases
|
|
190
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
191
189
|
// Backpack aliases
|
|
192
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
+
// Baby aliases
|
|
192
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
193
193
|
// BadgeAlert aliases
|
|
194
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
-
// BadgeEuro aliases
|
|
198
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
197
|
// BadgeDollarSign aliases
|
|
200
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
202
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
203
|
// BadgeIndianRupee aliases
|
|
204
204
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
|
+
// BadgeInfo aliases
|
|
206
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
207
|
// BadgeJapaneseYen aliases
|
|
206
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
209
|
// BadgeMinus aliases
|
|
208
210
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
211
|
// BadgePercent aliases
|
|
210
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
|
-
// BadgeInfo aliases
|
|
212
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
213
|
-
// BadgePoundSterling aliases
|
|
214
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
213
|
// BadgePlus aliases
|
|
216
214
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
|
+
// BadgePoundSterling aliases
|
|
216
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
217
|
// BadgeRussianRuble aliases
|
|
218
218
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
219
|
// BadgeSwissFranc aliases
|
|
@@ -222,14 +222,14 @@ export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
223
|
// Badge aliases
|
|
224
224
|
export { default as BadgeIcon } from '../icons/badge';
|
|
225
|
-
// Ban aliases
|
|
226
|
-
export { default as BanIcon } from '../icons/ban';
|
|
227
|
-
// Banana aliases
|
|
228
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
229
225
|
// BaggageClaim aliases
|
|
230
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
|
+
// Ban aliases
|
|
228
|
+
export { default as BanIcon } from '../icons/ban';
|
|
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
235
|
// BanknoteArrowUp aliases
|
|
@@ -238,12 +238,12 @@ export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
+
// Barcode aliases
|
|
242
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
241
243
|
// Baseline aliases
|
|
242
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
245
|
// Bath aliases
|
|
244
246
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
-
// Barcode aliases
|
|
246
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
247
247
|
// BatteryCharging aliases
|
|
248
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// BatteryFull aliases
|
|
@@ -252,10 +252,10 @@ export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
|
252
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
253
|
// BatteryMedium aliases
|
|
254
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryPlus aliases
|
|
256
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
255
|
// BatteryWarning aliases
|
|
258
256
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
|
+
// BatteryPlus aliases
|
|
258
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
@@ -264,50 +264,50 @@ export { default as BeakerIcon } from '../icons/beaker';
|
|
|
264
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
266
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
-
// BedDouble aliases
|
|
268
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
267
|
// BedSingle aliases
|
|
270
268
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
+
// BedDouble aliases
|
|
270
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// Bed aliases
|
|
272
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
273
|
// Beef aliases
|
|
274
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// Beer aliases
|
|
276
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
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
|
+
// BellMinus aliases
|
|
284
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
285
|
// BellOff aliases
|
|
284
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
287
|
// BellPlus aliases
|
|
286
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
|
-
// BellMinus aliases
|
|
288
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
289
|
// BellRing aliases
|
|
290
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
291
|
// Bell aliases
|
|
292
292
|
export { default as BellIcon } from '../icons/bell';
|
|
293
|
-
// BetweenVerticalEnd aliases
|
|
294
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
293
|
// BetweenVerticalStart aliases
|
|
296
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
+
// BetweenVerticalEnd aliases
|
|
296
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
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
301
|
// Binary aliases
|
|
302
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
|
-
// Binoculars aliases
|
|
304
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
|
-
// Biohazard aliases
|
|
306
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
303
|
// Bird aliases
|
|
308
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
+
// Binoculars aliases
|
|
306
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
307
|
// Bitcoin aliases
|
|
310
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
|
+
// Biohazard aliases
|
|
310
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
311
311
|
// Blend aliases
|
|
312
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
313
|
// Blinds aliases
|
|
@@ -320,12 +320,12 @@ export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected'
|
|
|
320
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
+
// Bluetooth aliases
|
|
324
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
325
|
// Bold aliases
|
|
324
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bolt aliases
|
|
326
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
|
-
// Bluetooth aliases
|
|
328
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
331
|
// Bomb aliases
|
|
@@ -336,14 +336,14 @@ export { default as BookAIcon } from '../icons/book-a';
|
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
337
|
// BookCheck aliases
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
|
-
// BookDown aliases
|
|
340
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
339
|
// BookCopy aliases
|
|
342
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
341
|
+
// BookDown aliases
|
|
342
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
343
|
// BookHeart aliases
|
|
346
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookHeadphones aliases
|
|
346
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
@@ -352,10 +352,10 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
-
// BookMinus aliases
|
|
356
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
355
|
// BookOpenCheck aliases
|
|
358
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
+
// BookMinus aliases
|
|
358
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
@@ -380,12 +380,12 @@ export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
|
380
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
381
|
// BookmarkMinus aliases
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
|
-
// BookmarkPlus aliases
|
|
384
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
383
|
// BookmarkX aliases
|
|
386
384
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
385
|
// Bookmark aliases
|
|
388
386
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
|
+
// BookmarkPlus aliases
|
|
388
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
389
|
// BoomBox aliases
|
|
390
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotMessageSquare aliases
|
|
@@ -410,10 +410,10 @@ export { default as BrainIcon } from '../icons/brain';
|
|
|
410
410
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
411
411
|
// BriefcaseBusiness aliases
|
|
412
412
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
413
|
-
// BriefcaseMedical aliases
|
|
414
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
415
413
|
// BriefcaseConveyorBelt aliases
|
|
416
414
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
415
|
+
// BriefcaseMedical aliases
|
|
416
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
417
417
|
// Briefcase aliases
|
|
418
418
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
419
419
|
// BringToFront aliases
|
|
@@ -436,20 +436,20 @@ export { default as BusFrontIcon } from '../icons/bus-front';
|
|
|
436
436
|
export { default as BusIcon } from '../icons/bus';
|
|
437
437
|
// CableCar aliases
|
|
438
438
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
439
|
-
// Cake aliases
|
|
440
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
441
439
|
// Cable aliases
|
|
442
440
|
export { default as CableIcon } from '../icons/cable';
|
|
443
441
|
// CakeSlice aliases
|
|
444
442
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
443
|
+
// Cake aliases
|
|
444
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
445
445
|
// Calculator aliases
|
|
446
446
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
447
447
|
// Calendar1 aliases
|
|
448
448
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
449
|
-
// CalendarArrowDown aliases
|
|
450
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
451
449
|
// CalendarArrowUp aliases
|
|
452
450
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
451
|
+
// CalendarArrowDown aliases
|
|
452
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
453
453
|
// CalendarCheck2 aliases
|
|
454
454
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
455
455
|
// CalendarCheck aliases
|
|
@@ -488,10 +488,10 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
488
488
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
489
489
|
// CameraOff aliases
|
|
490
490
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
491
|
-
// Camera aliases
|
|
492
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
493
491
|
// CandyCane aliases
|
|
494
492
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
493
|
+
// Camera aliases
|
|
494
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
495
495
|
// CandyOff aliases
|
|
496
496
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
497
497
|
// Candy aliases
|
|
@@ -502,20 +502,20 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
502
502
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
503
503
|
// CarFront aliases
|
|
504
504
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
505
|
-
// CarTaxiFront aliases
|
|
506
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
507
505
|
// Car aliases
|
|
508
506
|
export { default as CarIcon } from '../icons/car';
|
|
509
507
|
// Caravan aliases
|
|
510
508
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
509
|
+
// CarTaxiFront aliases
|
|
510
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
511
511
|
// Carrot aliases
|
|
512
512
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
513
|
-
// CaseSensitive aliases
|
|
514
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
515
513
|
// CaseLower aliases
|
|
516
514
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
517
515
|
// CaseUpper aliases
|
|
518
516
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
517
|
+
// CaseSensitive aliases
|
|
518
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
519
519
|
// CassetteTape aliases
|
|
520
520
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
521
521
|
// Cast aliases
|
|
@@ -524,12 +524,12 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
524
524
|
export { default as CastleIcon } from '../icons/castle';
|
|
525
525
|
// Cat aliases
|
|
526
526
|
export { default as CatIcon } from '../icons/cat';
|
|
527
|
-
// Cctv aliases
|
|
528
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
529
527
|
// ChartBarDecreasing aliases
|
|
530
528
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
531
529
|
// ChartBarIncreasing aliases
|
|
532
530
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
531
|
+
// Cctv aliases
|
|
532
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
533
533
|
// ChartBarStacked aliases
|
|
534
534
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
535
535
|
// ChartColumnDecreasing aliases
|
|
@@ -542,10 +542,10 @@ export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
|
542
542
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
543
543
|
// ChartNoAxesColumnDecreasing aliases
|
|
544
544
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
545
|
-
// ChartNoAxesCombined aliases
|
|
546
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
547
545
|
// ChartSpline aliases
|
|
548
546
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
547
|
+
// ChartNoAxesCombined aliases
|
|
548
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
549
549
|
// CheckCheck aliases
|
|
550
550
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
551
551
|
// Check aliases
|
|
@@ -568,12 +568,12 @@ export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
|
568
568
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
569
569
|
// ChevronsDownUp aliases
|
|
570
570
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
571
|
-
// ChevronsDown aliases
|
|
572
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
573
571
|
// ChevronsLeftRightEllipsis aliases
|
|
574
572
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
575
573
|
// ChevronsLeftRight aliases
|
|
576
574
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
575
|
+
// ChevronsDown aliases
|
|
576
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
577
577
|
// ChevronsLeft aliases
|
|
578
578
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
579
579
|
// ChevronsRightLeft aliases
|
|
@@ -588,10 +588,10 @@ export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
|
588
588
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
589
589
|
// Church aliases
|
|
590
590
|
export { default as ChurchIcon } from '../icons/church';
|
|
591
|
-
// Cigarette aliases
|
|
592
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
593
591
|
// CigaretteOff aliases
|
|
594
592
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
593
|
+
// Cigarette aliases
|
|
594
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
595
595
|
// CircleDashed aliases
|
|
596
596
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
597
597
|
// CircleDollarSign aliases
|
|
@@ -600,28 +600,28 @@ export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
|
600
600
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
601
601
|
// CircleDot aliases
|
|
602
602
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
603
|
-
// CircleEllipsis aliases
|
|
604
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
605
603
|
// CircleEqual aliases
|
|
606
604
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
605
|
+
// CircleEllipsis aliases
|
|
606
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
607
607
|
// CircleFadingArrowUp aliases
|
|
608
608
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
609
609
|
// CircleFadingPlus aliases
|
|
610
610
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
611
|
-
// CircleOff aliases
|
|
612
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
613
611
|
// CircleSlash aliases
|
|
614
612
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
613
|
+
// CircleOff aliases
|
|
614
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
615
615
|
// CircleSmall aliases
|
|
616
616
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
617
617
|
// Circle aliases
|
|
618
618
|
export { default as CircleIcon } from '../icons/circle';
|
|
619
|
+
// Citrus aliases
|
|
620
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
619
621
|
// CircuitBoard aliases
|
|
620
622
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
621
623
|
// Clapperboard aliases
|
|
622
624
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
623
|
-
// Citrus aliases
|
|
624
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
625
625
|
// ClipboardCheck aliases
|
|
626
626
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
627
627
|
// ClipboardList aliases
|
|
@@ -642,40 +642,40 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
642
642
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
643
643
|
// Clock1 aliases
|
|
644
644
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
645
|
-
// Clock11 aliases
|
|
646
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
647
645
|
// Clock10 aliases
|
|
648
646
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
647
|
+
// Clock11 aliases
|
|
648
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
651
649
|
// Clock12 aliases
|
|
652
650
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
651
|
+
// Clock2 aliases
|
|
652
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
653
653
|
// Clock3 aliases
|
|
654
654
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
655
655
|
// Clock4 aliases
|
|
656
656
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
657
657
|
// Clock5 aliases
|
|
658
658
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
659
|
-
// Clock7 aliases
|
|
660
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
661
659
|
// Clock6 aliases
|
|
662
660
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
661
|
+
// Clock7 aliases
|
|
662
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
663
|
+
// Clock8 aliases
|
|
664
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
663
665
|
// Clock9 aliases
|
|
664
666
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
665
667
|
// ClockAlert aliases
|
|
666
668
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
667
|
-
// Clock8 aliases
|
|
668
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
669
669
|
// ClockArrowDown aliases
|
|
670
670
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
671
671
|
// ClockArrowUp aliases
|
|
672
672
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
673
673
|
// ClockFading aliases
|
|
674
674
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
675
|
-
// Clock aliases
|
|
676
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
677
675
|
// CloudAlert aliases
|
|
678
676
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
677
|
+
// Clock aliases
|
|
678
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
679
679
|
// CloudCog aliases
|
|
680
680
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
681
681
|
// CloudDrizzle aliases
|
|
@@ -688,86 +688,86 @@ export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
|
688
688
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
689
689
|
// CloudMoonRain aliases
|
|
690
690
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
691
|
-
// CloudMoon aliases
|
|
692
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
693
691
|
// CloudOff aliases
|
|
694
692
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
695
|
-
//
|
|
696
|
-
export { default as
|
|
693
|
+
// CloudMoon aliases
|
|
694
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
697
695
|
// CloudRainWind aliases
|
|
698
696
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
697
|
+
// CloudRain aliases
|
|
698
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
699
699
|
// CloudSnow aliases
|
|
700
700
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
701
|
-
// CloudSun aliases
|
|
702
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
703
701
|
// CloudSunRain aliases
|
|
704
702
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
703
|
+
// CloudSun aliases
|
|
704
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
707
705
|
// Cloudy aliases
|
|
708
706
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
707
|
+
// Cloud aliases
|
|
708
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
709
709
|
// Clover aliases
|
|
710
710
|
export { default as CloverIcon } from '../icons/clover';
|
|
711
|
-
// Code aliases
|
|
712
|
-
export { default as CodeIcon } from '../icons/code';
|
|
713
711
|
// Club aliases
|
|
714
712
|
export { default as ClubIcon } from '../icons/club';
|
|
715
|
-
//
|
|
716
|
-
export { default as
|
|
713
|
+
// Code aliases
|
|
714
|
+
export { default as CodeIcon } from '../icons/code';
|
|
717
715
|
// Codepen aliases
|
|
718
716
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
719
717
|
// Coffee aliases
|
|
720
718
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
719
|
+
// Codesandbox aliases
|
|
720
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
721
|
+
// Columns4 aliases
|
|
722
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
721
723
|
// Cog aliases
|
|
722
724
|
export { default as CogIcon } from '../icons/cog';
|
|
723
725
|
// Coins aliases
|
|
724
726
|
export { default as CoinsIcon } from '../icons/coins';
|
|
725
|
-
//
|
|
726
|
-
export { default as
|
|
727
|
+
// Combine aliases
|
|
728
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
727
729
|
// Command aliases
|
|
728
730
|
export { default as CommandIcon } from '../icons/command';
|
|
729
731
|
// Compass aliases
|
|
730
732
|
export { default as CompassIcon } from '../icons/compass';
|
|
731
|
-
// Combine aliases
|
|
732
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
733
733
|
// Component aliases
|
|
734
734
|
export { default as ComponentIcon } from '../icons/component';
|
|
735
735
|
// Computer aliases
|
|
736
736
|
export { default as ComputerIcon } from '../icons/computer';
|
|
737
737
|
// ConciergeBell aliases
|
|
738
738
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
739
|
-
// Construction aliases
|
|
740
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
741
739
|
// Cone aliases
|
|
742
740
|
export { default as ConeIcon } from '../icons/cone';
|
|
741
|
+
// Construction aliases
|
|
742
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
743
743
|
// Contact aliases
|
|
744
744
|
export { default as ContactIcon } from '../icons/contact';
|
|
745
745
|
// Container aliases
|
|
746
746
|
export { default as ContainerIcon } from '../icons/container';
|
|
747
|
+
// Contrast aliases
|
|
748
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
747
749
|
// Cookie aliases
|
|
748
750
|
export { default as CookieIcon } from '../icons/cookie';
|
|
749
|
-
// CookingPot aliases
|
|
750
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
751
751
|
// CopyCheck aliases
|
|
752
752
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
753
|
-
//
|
|
754
|
-
export { default as
|
|
753
|
+
// CookingPot aliases
|
|
754
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
755
755
|
// CopyMinus aliases
|
|
756
756
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
757
757
|
// CopyPlus aliases
|
|
758
758
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
759
|
+
// Copy aliases
|
|
760
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
759
761
|
// CopySlash aliases
|
|
760
762
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
761
763
|
// CopyX aliases
|
|
762
764
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
763
|
-
// Copy aliases
|
|
764
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
765
|
-
// Copyleft aliases
|
|
766
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
767
765
|
// Copyright aliases
|
|
768
766
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
769
767
|
// CornerDownLeft aliases
|
|
770
768
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
769
|
+
// Copyleft aliases
|
|
770
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
771
771
|
// CornerDownRight aliases
|
|
772
772
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
773
773
|
// CornerLeftDown aliases
|
|
@@ -778,56 +778,56 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
778
778
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
779
779
|
// CornerRightUp aliases
|
|
780
780
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
781
|
-
// CornerUpLeft aliases
|
|
782
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
783
781
|
// CornerUpRight aliases
|
|
784
782
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
783
|
+
// CornerUpLeft aliases
|
|
784
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
785
785
|
// Cpu aliases
|
|
786
786
|
export { default as CpuIcon } from '../icons/cpu';
|
|
787
787
|
// CreativeCommons aliases
|
|
788
788
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
789
|
+
// CreditCard aliases
|
|
790
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
789
791
|
// Croissant aliases
|
|
790
792
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
791
793
|
// Crop aliases
|
|
792
794
|
export { default as CropIcon } from '../icons/crop';
|
|
793
795
|
// Cross aliases
|
|
794
796
|
export { default as CrossIcon } from '../icons/cross';
|
|
795
|
-
// CreditCard aliases
|
|
796
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
797
797
|
// Crosshair aliases
|
|
798
798
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
799
799
|
// Crown aliases
|
|
800
800
|
export { default as CrownIcon } from '../icons/crown';
|
|
801
801
|
// Cuboid aliases
|
|
802
802
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
803
|
-
// CupSoda aliases
|
|
804
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
805
803
|
// Currency aliases
|
|
806
804
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
807
805
|
// Cylinder aliases
|
|
808
806
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
807
|
+
// CupSoda aliases
|
|
808
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
809
809
|
// Dam aliases
|
|
810
810
|
export { default as DamIcon } from '../icons/dam';
|
|
811
811
|
// DatabaseBackup aliases
|
|
812
812
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
813
|
-
// DatabaseZap aliases
|
|
814
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
815
813
|
// Database aliases
|
|
816
814
|
export { default as DatabaseIcon } from '../icons/database';
|
|
817
815
|
// Delete aliases
|
|
818
816
|
export { default as DeleteIcon } from '../icons/delete';
|
|
817
|
+
// DatabaseZap aliases
|
|
818
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
819
819
|
// Dessert aliases
|
|
820
820
|
export { default as DessertIcon } from '../icons/dessert';
|
|
821
|
-
// Diameter aliases
|
|
822
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
823
821
|
// DiamondMinus aliases
|
|
824
822
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
825
|
-
//
|
|
826
|
-
export { default as
|
|
823
|
+
// Diameter aliases
|
|
824
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
827
825
|
// Diamond aliases
|
|
828
826
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
829
827
|
// Dice1 aliases
|
|
830
828
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
829
|
+
// DiamondPlus aliases
|
|
830
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
831
831
|
// Dice2 aliases
|
|
832
832
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
833
833
|
// Dice3 aliases
|
|
@@ -856,18 +856,18 @@ export { default as DivideIcon } from '../icons/divide';
|
|
|
856
856
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
857
857
|
// Dna aliases
|
|
858
858
|
export { default as DnaIcon } from '../icons/dna';
|
|
859
|
-
// Dog aliases
|
|
860
|
-
export { default as DogIcon } from '../icons/dog';
|
|
861
859
|
// Dock aliases
|
|
862
860
|
export { default as DockIcon } from '../icons/dock';
|
|
863
|
-
//
|
|
864
|
-
export { default as
|
|
865
|
-
// Donut aliases
|
|
866
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
861
|
+
// Dog aliases
|
|
862
|
+
export { default as DogIcon } from '../icons/dog';
|
|
867
863
|
// DoorClosed aliases
|
|
868
864
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
865
|
+
// DollarSign aliases
|
|
866
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
869
867
|
// DoorOpen aliases
|
|
870
868
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
869
|
+
// Donut aliases
|
|
870
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
871
871
|
// Dot aliases
|
|
872
872
|
export { default as DotIcon } from '../icons/dot';
|
|
873
873
|
// Download aliases
|
|
@@ -882,34 +882,34 @@ export { default as DribbbleIcon } from '../icons/dribbble';
|
|
|
882
882
|
export { default as DrillIcon } from '../icons/drill';
|
|
883
883
|
// DropletOff aliases
|
|
884
884
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
885
|
-
// Droplets aliases
|
|
886
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
887
885
|
// Droplet aliases
|
|
888
886
|
export { default as DropletIcon } from '../icons/droplet';
|
|
887
|
+
// Droplets aliases
|
|
888
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
889
889
|
// Drum aliases
|
|
890
890
|
export { default as DrumIcon } from '../icons/drum';
|
|
891
891
|
// Drumstick aliases
|
|
892
892
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
893
|
-
// EarOff aliases
|
|
894
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
895
893
|
// Dumbbell aliases
|
|
896
894
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
895
|
+
// EarOff aliases
|
|
896
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
897
897
|
// Ear aliases
|
|
898
898
|
export { default as EarIcon } from '../icons/ear';
|
|
899
899
|
// EarthLock aliases
|
|
900
900
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
901
901
|
// Eclipse aliases
|
|
902
902
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
903
|
-
// EggFried aliases
|
|
904
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
905
903
|
// EggOff aliases
|
|
906
904
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
905
|
+
// EggFried aliases
|
|
906
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
907
907
|
// Egg aliases
|
|
908
908
|
export { default as EggIcon } from '../icons/egg';
|
|
909
|
-
// EqualApproximately aliases
|
|
910
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
911
909
|
// EqualNot aliases
|
|
912
910
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
911
|
+
// EqualApproximately aliases
|
|
912
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
913
913
|
// Equal aliases
|
|
914
914
|
export { default as EqualIcon } from '../icons/equal';
|
|
915
915
|
// Eraser aliases
|
|
@@ -920,10 +920,10 @@ export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
|
920
920
|
export { default as EuroIcon } from '../icons/euro';
|
|
921
921
|
// Expand aliases
|
|
922
922
|
export { default as ExpandIcon } from '../icons/expand';
|
|
923
|
-
// EyeClosed aliases
|
|
924
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
925
923
|
// ExternalLink aliases
|
|
926
924
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
925
|
+
// EyeClosed aliases
|
|
926
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
927
927
|
// EyeOff aliases
|
|
928
928
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
929
929
|
// Eye aliases
|
|
@@ -934,26 +934,26 @@ export { default as FacebookIcon } from '../icons/facebook';
|
|
|
934
934
|
export { default as FactoryIcon } from '../icons/factory';
|
|
935
935
|
// Fan aliases
|
|
936
936
|
export { default as FanIcon } from '../icons/fan';
|
|
937
|
-
// FastForward aliases
|
|
938
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
939
937
|
// Feather aliases
|
|
940
938
|
export { default as FeatherIcon } from '../icons/feather';
|
|
939
|
+
// FastForward aliases
|
|
940
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
941
941
|
// Fence aliases
|
|
942
942
|
export { default as FenceIcon } from '../icons/fence';
|
|
943
943
|
// FerrisWheel aliases
|
|
944
944
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
945
945
|
// Figma aliases
|
|
946
946
|
export { default as FigmaIcon } from '../icons/figma';
|
|
947
|
-
// FileAudio2 aliases
|
|
948
|
-
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
949
947
|
// FileArchive aliases
|
|
950
948
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
949
|
+
// FileAudio2 aliases
|
|
950
|
+
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
951
951
|
// FileBadge2 aliases
|
|
952
952
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
953
|
-
// FileAudio aliases
|
|
954
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
955
953
|
// FileBadge aliases
|
|
956
954
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
955
|
+
// FileAudio aliases
|
|
956
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
957
957
|
// FileBox aliases
|
|
958
958
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
959
959
|
// FileCheck2 aliases
|
|
@@ -964,18 +964,18 @@ export { default as FileCheckIcon } from '../icons/file-check';
|
|
|
964
964
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
965
965
|
// FileCode aliases
|
|
966
966
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
967
|
-
// FileDiff aliases
|
|
968
|
-
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
969
967
|
// FileCode2 aliases
|
|
970
968
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
971
|
-
//
|
|
972
|
-
export { default as
|
|
969
|
+
// FileDiff aliases
|
|
970
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
973
971
|
// FileDown aliases
|
|
974
972
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
975
|
-
//
|
|
976
|
-
export { default as
|
|
973
|
+
// FileDigit aliases
|
|
974
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
977
975
|
// FileImage aliases
|
|
978
976
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
977
|
+
// FileHeart aliases
|
|
978
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
979
979
|
// FileInput aliases
|
|
980
980
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
981
981
|
// FileJson2 aliases
|
|
@@ -986,32 +986,32 @@ export { default as FileJsonIcon } from '../icons/file-json';
|
|
|
986
986
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
987
987
|
// FileKey aliases
|
|
988
988
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
989
|
-
// FileLock aliases
|
|
990
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
991
989
|
// FileLock2 aliases
|
|
992
990
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
991
|
+
// FileLock aliases
|
|
992
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
993
993
|
// FileMinus2 aliases
|
|
994
994
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
995
995
|
// FileMinus aliases
|
|
996
996
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
997
|
-
// FileMusic aliases
|
|
998
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
999
997
|
// FileOutput aliases
|
|
1000
998
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
999
|
+
// FileMusic aliases
|
|
1000
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1001
1001
|
// FilePlus2 aliases
|
|
1002
1002
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1003
|
-
// FilePlus aliases
|
|
1004
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1005
1003
|
// FileQuestion aliases
|
|
1006
1004
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1005
|
+
// FilePlus aliases
|
|
1006
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1007
1007
|
// FileScan aliases
|
|
1008
1008
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1009
1009
|
// FileSearch2 aliases
|
|
1010
1010
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1011
|
-
// FileSliders aliases
|
|
1012
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1013
1011
|
// FileSearch aliases
|
|
1014
1012
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1013
|
+
// FileSliders aliases
|
|
1014
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1015
1015
|
// FileSpreadsheet aliases
|
|
1016
1016
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1017
1017
|
// FileStack aliases
|
|
@@ -1020,12 +1020,12 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1020
1020
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1021
1021
|
// FileText aliases
|
|
1022
1022
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1023
|
-
// FileType2 aliases
|
|
1024
|
-
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1025
|
-
// FileTerminal aliases
|
|
1026
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1027
1023
|
// FileType aliases
|
|
1028
1024
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1025
|
+
// FileTerminal aliases
|
|
1026
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1027
|
+
// FileType2 aliases
|
|
1028
|
+
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1029
1029
|
// FileUp aliases
|
|
1030
1030
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1031
1031
|
// FileUser aliases
|
|
@@ -1036,22 +1036,22 @@ export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
|
1036
1036
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1037
1037
|
// FileVolume2 aliases
|
|
1038
1038
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1039
|
-
// FileVolume aliases
|
|
1040
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1041
1039
|
// FileWarning aliases
|
|
1042
1040
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1043
|
-
//
|
|
1044
|
-
export { default as
|
|
1045
|
-
// Film aliases
|
|
1046
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1041
|
+
// FileVolume aliases
|
|
1042
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1047
1043
|
// FileX aliases
|
|
1048
1044
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1045
|
+
// FileX2 aliases
|
|
1046
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1049
1047
|
// File aliases
|
|
1050
1048
|
export { default as FileIcon } from '../icons/file';
|
|
1051
|
-
// Fingerprint aliases
|
|
1052
|
-
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1053
1049
|
// Files aliases
|
|
1054
1050
|
export { default as FilesIcon } from '../icons/files';
|
|
1051
|
+
// Film aliases
|
|
1052
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1053
|
+
// Fingerprint aliases
|
|
1054
|
+
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1055
1055
|
// FireExtinguisher aliases
|
|
1056
1056
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1057
1057
|
// FishOff aliases
|
|
@@ -1060,26 +1060,26 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1060
1060
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1061
1061
|
// Fish aliases
|
|
1062
1062
|
export { default as FishIcon } from '../icons/fish';
|
|
1063
|
+
// FlagTriangleLeft aliases
|
|
1064
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1063
1065
|
// FlagOff aliases
|
|
1064
1066
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1065
1067
|
// FlagTriangleRight aliases
|
|
1066
1068
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1067
|
-
// FlagTriangleLeft aliases
|
|
1068
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1069
|
-
// FlameKindling aliases
|
|
1070
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1071
1069
|
// Flag aliases
|
|
1072
1070
|
export { default as FlagIcon } from '../icons/flag';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1071
|
+
// FlameKindling aliases
|
|
1072
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1075
1073
|
// Flame aliases
|
|
1076
1074
|
export { default as FlameIcon } from '../icons/flame';
|
|
1075
|
+
// FlashlightOff aliases
|
|
1076
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1077
1077
|
// Flashlight aliases
|
|
1078
1078
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1079
|
-
// FlaskConical aliases
|
|
1080
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1081
1079
|
// FlaskConicalOff aliases
|
|
1082
1080
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1081
|
+
// FlaskConical aliases
|
|
1082
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1083
1083
|
// FlaskRound aliases
|
|
1084
1084
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1085
1085
|
// FlipHorizontal2 aliases
|
|
@@ -1114,10 +1114,10 @@ export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
|
1114
1114
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1115
1115
|
// FolderDown aliases
|
|
1116
1116
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1117
|
-
// FolderGit aliases
|
|
1118
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1119
1117
|
// FolderGit2 aliases
|
|
1120
1118
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1119
|
+
// FolderGit aliases
|
|
1120
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1121
1121
|
// FolderHeart aliases
|
|
1122
1122
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1123
1123
|
// FolderInput aliases
|
|
@@ -1126,18 +1126,18 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1126
1126
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1127
1127
|
// FolderKey aliases
|
|
1128
1128
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1129
|
-
// FolderMinus aliases
|
|
1130
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1131
1129
|
// FolderLock aliases
|
|
1132
1130
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1133
|
-
//
|
|
1134
|
-
export { default as
|
|
1131
|
+
// FolderMinus aliases
|
|
1132
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1135
1133
|
// FolderOpen aliases
|
|
1136
1134
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1137
|
-
//
|
|
1138
|
-
export { default as
|
|
1135
|
+
// FolderOpenDot aliases
|
|
1136
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1139
1137
|
// FolderOutput aliases
|
|
1140
1138
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1139
|
+
// FolderPlus aliases
|
|
1140
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1141
1141
|
// FolderRoot aliases
|
|
1142
1142
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1143
1143
|
// FolderSearch2 aliases
|
|
@@ -1158,22 +1158,22 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1158
1158
|
export { default as FolderIcon } from '../icons/folder';
|
|
1159
1159
|
// Folders aliases
|
|
1160
1160
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1161
|
-
// Footprints aliases
|
|
1162
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1163
1161
|
// Forklift aliases
|
|
1164
1162
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1165
|
-
//
|
|
1166
|
-
export { default as
|
|
1163
|
+
// Footprints aliases
|
|
1164
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1167
1165
|
// Forward aliases
|
|
1168
1166
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1167
|
+
// Frame aliases
|
|
1168
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1169
1169
|
// Framer aliases
|
|
1170
1170
|
export { default as FramerIcon } from '../icons/framer';
|
|
1171
1171
|
// Frown aliases
|
|
1172
1172
|
export { default as FrownIcon } from '../icons/frown';
|
|
1173
|
-
// Fullscreen aliases
|
|
1174
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1175
1173
|
// Fuel aliases
|
|
1176
1174
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1175
|
+
// Fullscreen aliases
|
|
1176
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1177
1177
|
// FunnelPlus aliases
|
|
1178
1178
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1179
1179
|
// GalleryHorizontalEnd aliases
|
|
@@ -1182,34 +1182,34 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1182
1182
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1183
1183
|
// GalleryThumbnails aliases
|
|
1184
1184
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1185
|
-
// GalleryVertical aliases
|
|
1186
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1187
1185
|
// GalleryVerticalEnd aliases
|
|
1188
1186
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1187
|
+
// GalleryVertical aliases
|
|
1188
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1189
1189
|
// Gamepad2 aliases
|
|
1190
1190
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1191
|
+
// Gamepad aliases
|
|
1192
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1191
1193
|
// Gauge aliases
|
|
1192
1194
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1193
1195
|
// Gavel aliases
|
|
1194
1196
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1195
|
-
// Gamepad aliases
|
|
1196
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1197
1197
|
// Gem aliases
|
|
1198
1198
|
export { default as GemIcon } from '../icons/gem';
|
|
1199
1199
|
// Ghost aliases
|
|
1200
1200
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1201
|
-
// GitBranchPlus aliases
|
|
1202
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1203
1201
|
// Gift aliases
|
|
1204
1202
|
export { default as GiftIcon } from '../icons/gift';
|
|
1203
|
+
// GitBranchPlus aliases
|
|
1204
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1205
1205
|
// GitBranch aliases
|
|
1206
1206
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1207
1207
|
// GitCommitVertical aliases
|
|
1208
1208
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1209
|
-
// GitCompare aliases
|
|
1210
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1211
1209
|
// GitCompareArrows aliases
|
|
1212
1210
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1211
|
+
// GitCompare aliases
|
|
1212
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1213
1213
|
// GitGraph aliases
|
|
1214
1214
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1215
1215
|
// GitFork aliases
|
|
@@ -1240,64 +1240,64 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1240
1240
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1241
1241
|
// Globe aliases
|
|
1242
1242
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1243
|
-
// Grab aliases
|
|
1244
|
-
export { default as GrabIcon } from '../icons/grab';
|
|
1245
1243
|
// Goal aliases
|
|
1246
1244
|
export { default as GoalIcon } from '../icons/goal';
|
|
1245
|
+
// Grab aliases
|
|
1246
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1247
1247
|
// GraduationCap aliases
|
|
1248
1248
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1249
|
-
// GripHorizontal aliases
|
|
1250
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1251
1249
|
// Grape aliases
|
|
1252
1250
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1251
|
+
// GripHorizontal aliases
|
|
1252
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1253
1253
|
// GripVertical aliases
|
|
1254
1254
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1255
1255
|
// Grip aliases
|
|
1256
1256
|
export { default as GripIcon } from '../icons/grip';
|
|
1257
|
+
// Group aliases
|
|
1258
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1257
1259
|
// Guitar aliases
|
|
1258
1260
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1259
1261
|
// Ham aliases
|
|
1260
1262
|
export { default as HamIcon } from '../icons/ham';
|
|
1261
|
-
// Group aliases
|
|
1262
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1263
|
-
// Hammer aliases
|
|
1264
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1265
1263
|
// HandCoins aliases
|
|
1266
1264
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1265
|
+
// Hammer aliases
|
|
1266
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1267
1267
|
// HandHeart aliases
|
|
1268
1268
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1269
1269
|
// HandMetal aliases
|
|
1270
1270
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1271
1271
|
// HandPlatter aliases
|
|
1272
1272
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1273
|
+
// Hand aliases
|
|
1274
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1273
1275
|
// Handshake aliases
|
|
1274
1276
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1275
1277
|
// HardDriveDownload aliases
|
|
1276
1278
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1277
|
-
// Hand aliases
|
|
1278
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1279
1279
|
// HardDriveUpload aliases
|
|
1280
1280
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1281
1281
|
// HardDrive aliases
|
|
1282
1282
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1283
|
-
// HardHat aliases
|
|
1284
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1285
1283
|
// Hash aliases
|
|
1286
1284
|
export { default as HashIcon } from '../icons/hash';
|
|
1287
|
-
//
|
|
1288
|
-
export { default as
|
|
1285
|
+
// HardHat aliases
|
|
1286
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1289
1287
|
// HdmiPort aliases
|
|
1290
1288
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1289
|
+
// Haze aliases
|
|
1290
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1291
1291
|
// Heading1 aliases
|
|
1292
1292
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1293
|
-
// Heading2 aliases
|
|
1294
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1295
1293
|
// Heading3 aliases
|
|
1296
1294
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1297
|
-
//
|
|
1298
|
-
export { default as
|
|
1295
|
+
// Heading2 aliases
|
|
1296
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1299
1297
|
// Heading4 aliases
|
|
1300
1298
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1299
|
+
// Heading5 aliases
|
|
1300
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1301
1301
|
// Heading6 aliases
|
|
1302
1302
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1303
1303
|
// Heading aliases
|
|
@@ -1314,36 +1314,36 @@ export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
|
1314
1314
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1315
1315
|
// HeartOff aliases
|
|
1316
1316
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1317
|
-
// Heart aliases
|
|
1318
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1319
1317
|
// HeartPulse aliases
|
|
1320
1318
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1319
|
+
// Heart aliases
|
|
1320
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1321
1321
|
// Hexagon aliases
|
|
1322
1322
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1323
|
-
// Heater aliases
|
|
1324
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1325
1323
|
// Highlighter aliases
|
|
1326
1324
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1325
|
+
// Heater aliases
|
|
1326
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1327
1327
|
// History aliases
|
|
1328
1328
|
export { default as HistoryIcon } from '../icons/history';
|
|
1329
|
-
// Hop aliases
|
|
1330
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1331
1329
|
// HopOff aliases
|
|
1332
1330
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1331
|
+
// Hop aliases
|
|
1332
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1333
1333
|
// Hospital aliases
|
|
1334
1334
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1335
1335
|
// Hotel aliases
|
|
1336
1336
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1337
|
-
// HousePlug aliases
|
|
1338
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1339
1337
|
// Hourglass aliases
|
|
1340
1338
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1339
|
+
// HousePlug aliases
|
|
1340
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1341
|
+
// HouseWifi aliases
|
|
1342
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1341
1343
|
// HousePlus aliases
|
|
1342
1344
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1343
1345
|
// IdCard aliases
|
|
1344
1346
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1345
|
-
// HouseWifi aliases
|
|
1346
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1347
1347
|
// ImageDown aliases
|
|
1348
1348
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1349
1349
|
// ImageMinus aliases
|
|
@@ -1354,16 +1354,16 @@ export { default as ImageOffIcon } from '../icons/image-off';
|
|
|
1354
1354
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1355
1355
|
// ImagePlus aliases
|
|
1356
1356
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1357
|
-
// ImageUpscale aliases
|
|
1358
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1359
1357
|
// ImageUp aliases
|
|
1360
1358
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1361
|
-
//
|
|
1362
|
-
export { default as
|
|
1359
|
+
// ImageUpscale aliases
|
|
1360
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1363
1361
|
// Image aliases
|
|
1364
1362
|
export { default as ImageIcon } from '../icons/image';
|
|
1365
1363
|
// Import aliases
|
|
1366
1364
|
export { default as ImportIcon } from '../icons/import';
|
|
1365
|
+
// Images aliases
|
|
1366
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1367
1367
|
// Inbox aliases
|
|
1368
1368
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1369
1369
|
// IndianRupee aliases
|
|
@@ -1372,26 +1372,26 @@ export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
|
1372
1372
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1373
1373
|
// Info aliases
|
|
1374
1374
|
export { default as InfoIcon } from '../icons/info';
|
|
1375
|
-
// InspectionPanel aliases
|
|
1376
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1377
1375
|
// Instagram aliases
|
|
1378
1376
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1377
|
+
// InspectionPanel aliases
|
|
1378
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1379
1379
|
// Italic aliases
|
|
1380
1380
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1381
|
-
// IterationCw aliases
|
|
1382
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1383
1381
|
// IterationCcw aliases
|
|
1384
1382
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1385
|
-
//
|
|
1386
|
-
export { default as
|
|
1383
|
+
// IterationCw aliases
|
|
1384
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1387
1385
|
// JapaneseYen aliases
|
|
1388
1386
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1387
|
+
// Joystick aliases
|
|
1388
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1389
1389
|
// Kanban aliases
|
|
1390
1390
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1391
|
-
// KeySquare aliases
|
|
1392
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1393
1391
|
// KeyRound aliases
|
|
1394
1392
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1393
|
+
// KeySquare aliases
|
|
1394
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1395
1395
|
// Key aliases
|
|
1396
1396
|
export { default as KeyIcon } from '../icons/key';
|
|
1397
1397
|
// KeyboardMusic aliases
|
|
@@ -1402,10 +1402,10 @@ export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
|
1402
1402
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1403
1403
|
// LampCeiling aliases
|
|
1404
1404
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1405
|
-
// LampDesk aliases
|
|
1406
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1407
1405
|
// LampFloor aliases
|
|
1408
1406
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1407
|
+
// LampDesk aliases
|
|
1408
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1409
1409
|
// LampWallDown aliases
|
|
1410
1410
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1411
1411
|
// LampWallUp aliases
|
|
@@ -1448,36 +1448,36 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1448
1448
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1449
1449
|
// Lectern aliases
|
|
1450
1450
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1451
|
-
// LetterText aliases
|
|
1452
|
-
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1453
1451
|
// LibraryBig aliases
|
|
1454
1452
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1453
|
+
// LetterText aliases
|
|
1454
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1455
1455
|
// Library aliases
|
|
1456
1456
|
export { default as LibraryIcon } from '../icons/library';
|
|
1457
1457
|
// LifeBuoy aliases
|
|
1458
1458
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1459
|
-
// LightbulbOff aliases
|
|
1460
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1461
1459
|
// Ligature aliases
|
|
1462
1460
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1461
|
+
// LightbulbOff aliases
|
|
1462
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1463
1463
|
// Lightbulb aliases
|
|
1464
1464
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1465
1465
|
// Link2Off aliases
|
|
1466
1466
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1467
|
-
// Link2 aliases
|
|
1468
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1469
1467
|
// Link aliases
|
|
1470
1468
|
export { default as LinkIcon } from '../icons/link';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1469
|
+
// Link2 aliases
|
|
1470
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1473
1471
|
// Linkedin aliases
|
|
1474
1472
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1473
|
+
// ListCheck aliases
|
|
1474
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1475
1475
|
// ListChecks aliases
|
|
1476
1476
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1477
|
-
// ListEnd aliases
|
|
1478
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1479
1477
|
// ListCollapse aliases
|
|
1480
1478
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1479
|
+
// ListEnd aliases
|
|
1480
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1481
1481
|
// ListFilterPlus aliases
|
|
1482
1482
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1483
1483
|
// ListFilter aliases
|
|
@@ -1500,16 +1500,16 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1500
1500
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1501
1501
|
// ListVideo aliases
|
|
1502
1502
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1503
|
-
// ListX aliases
|
|
1504
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1505
1503
|
// List aliases
|
|
1506
1504
|
export { default as ListIcon } from '../icons/list';
|
|
1505
|
+
// LoaderPinwheel aliases
|
|
1506
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1507
|
+
// ListX aliases
|
|
1508
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1507
1509
|
// Loader aliases
|
|
1508
1510
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1509
1511
|
// LocateFixed aliases
|
|
1510
1512
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1511
|
-
// LoaderPinwheel aliases
|
|
1512
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1513
1513
|
// LocateOff aliases
|
|
1514
1514
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1515
1515
|
// Locate aliases
|
|
@@ -1520,62 +1520,62 @@ export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
|
1520
1520
|
export { default as LockIcon } from '../icons/lock';
|
|
1521
1521
|
// LogIn aliases
|
|
1522
1522
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1523
|
-
// Logs aliases
|
|
1524
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1525
1523
|
// LogOut aliases
|
|
1526
1524
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1525
|
+
// Logs aliases
|
|
1526
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1527
1527
|
// Lollipop aliases
|
|
1528
1528
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1529
1529
|
// Luggage aliases
|
|
1530
1530
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1531
1531
|
// Magnet aliases
|
|
1532
1532
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1533
|
-
// MailMinus aliases
|
|
1534
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1535
1533
|
// MailCheck aliases
|
|
1536
1534
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1537
|
-
// MailPlus aliases
|
|
1538
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1539
1535
|
// MailOpen aliases
|
|
1540
1536
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1537
|
+
// MailPlus aliases
|
|
1538
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1539
|
+
// MailMinus aliases
|
|
1540
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1541
1541
|
// MailQuestion aliases
|
|
1542
1542
|
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1543
1543
|
// MailSearch aliases
|
|
1544
1544
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1545
|
-
// MailWarning aliases
|
|
1546
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1547
1545
|
// MailX aliases
|
|
1548
1546
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1547
|
+
// MailWarning aliases
|
|
1548
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1549
1549
|
// Mail aliases
|
|
1550
1550
|
export { default as MailIcon } from '../icons/mail';
|
|
1551
1551
|
// Mailbox aliases
|
|
1552
1552
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1553
|
-
// MapPinCheckInside aliases
|
|
1554
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1555
1553
|
// Mails aliases
|
|
1556
1554
|
export { default as MailsIcon } from '../icons/mails';
|
|
1557
|
-
//
|
|
1558
|
-
export { default as
|
|
1555
|
+
// MapPinCheckInside aliases
|
|
1556
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1559
1557
|
// MapPinCheck aliases
|
|
1560
1558
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1559
|
+
// MapPinHouse aliases
|
|
1560
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1561
1561
|
// MapPinMinusInside aliases
|
|
1562
1562
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1563
|
-
// MapPinMinus aliases
|
|
1564
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1565
1563
|
// MapPinOff aliases
|
|
1566
1564
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1565
|
+
// MapPinMinus aliases
|
|
1566
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1567
1567
|
// MapPinPlusInside aliases
|
|
1568
1568
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1569
1569
|
// MapPinPlus aliases
|
|
1570
1570
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1571
1571
|
// MapPinXInside aliases
|
|
1572
1572
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1573
|
-
// MapPinX aliases
|
|
1574
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1575
1573
|
// MapPin aliases
|
|
1576
1574
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1577
1575
|
// MapPinned aliases
|
|
1578
1576
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1577
|
+
// MapPinX aliases
|
|
1578
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1579
1579
|
// MapPlus aliases
|
|
1580
1580
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1581
1581
|
// Map aliases
|
|
@@ -1588,38 +1588,38 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1588
1588
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1589
1589
|
// Maximize2 aliases
|
|
1590
1590
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1591
|
-
// Medal aliases
|
|
1592
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1593
1591
|
// Maximize aliases
|
|
1594
1592
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1593
|
+
// Medal aliases
|
|
1594
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1597
1595
|
// Megaphone aliases
|
|
1598
1596
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1597
|
+
// MegaphoneOff aliases
|
|
1598
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1599
|
+
// Meh aliases
|
|
1600
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1599
1601
|
// MemoryStick aliases
|
|
1600
1602
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1601
1603
|
// Menu aliases
|
|
1602
1604
|
export { default as MenuIcon } from '../icons/menu';
|
|
1603
|
-
// Meh aliases
|
|
1604
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1605
1605
|
// Merge aliases
|
|
1606
1606
|
export { default as MergeIcon } from '../icons/merge';
|
|
1607
1607
|
// MessageCircleCode aliases
|
|
1608
1608
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1609
1609
|
// MessageCircleDashed aliases
|
|
1610
1610
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1611
|
-
// MessageCircleHeart aliases
|
|
1612
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1613
1611
|
// MessageCircleMore aliases
|
|
1614
1612
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1615
1613
|
// MessageCircleOff aliases
|
|
1616
1614
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1617
1615
|
// MessageCirclePlus aliases
|
|
1618
1616
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1619
|
-
//
|
|
1620
|
-
export { default as
|
|
1617
|
+
// MessageCircleHeart aliases
|
|
1618
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1621
1619
|
// MessageCircleQuestion aliases
|
|
1622
1620
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1621
|
+
// MessageCircleReply aliases
|
|
1622
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1623
1623
|
// MessageCircleWarning aliases
|
|
1624
1624
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1625
1625
|
// MessageCircleX aliases
|
|
@@ -1632,32 +1632,32 @@ export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
|
1632
1632
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1633
1633
|
// MessageSquareDiff aliases
|
|
1634
1634
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1635
|
-
// MessageSquareDot aliases
|
|
1636
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1637
1635
|
// MessageSquareHeart aliases
|
|
1638
1636
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1637
|
+
// MessageSquareDot aliases
|
|
1638
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1639
1639
|
// MessageSquareLock aliases
|
|
1640
1640
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1641
|
-
// MessageSquareOff aliases
|
|
1642
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1643
1641
|
// MessageSquareMore aliases
|
|
1644
1642
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1645
|
-
//
|
|
1646
|
-
export { default as
|
|
1643
|
+
// MessageSquareOff aliases
|
|
1644
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1647
1645
|
// MessageSquarePlus aliases
|
|
1648
1646
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1649
|
-
//
|
|
1650
|
-
export { default as
|
|
1647
|
+
// MessageSquareQuote aliases
|
|
1648
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1651
1649
|
// MessageSquareShare aliases
|
|
1652
1650
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1651
|
+
// MessageSquareReply aliases
|
|
1652
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1653
1653
|
// MessageSquareText aliases
|
|
1654
1654
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1655
1655
|
// MessageSquareWarning aliases
|
|
1656
1656
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1657
|
-
// MessageSquareX aliases
|
|
1658
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1659
1657
|
// MessageSquare aliases
|
|
1660
1658
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1659
|
+
// MessageSquareX aliases
|
|
1660
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1661
1661
|
// MessagesSquare aliases
|
|
1662
1662
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1663
1663
|
// MicOff aliases
|
|
@@ -1666,20 +1666,20 @@ export { default as MicOffIcon } from '../icons/mic-off';
|
|
|
1666
1666
|
export { default as MicIcon } from '../icons/mic';
|
|
1667
1667
|
// Microchip aliases
|
|
1668
1668
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1669
|
-
// Milestone aliases
|
|
1670
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1671
|
-
// Microwave aliases
|
|
1672
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1673
1669
|
// Microscope aliases
|
|
1674
1670
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1671
|
+
// Microwave aliases
|
|
1672
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1675
1673
|
// MilkOff aliases
|
|
1676
1674
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1677
1675
|
// Milk aliases
|
|
1678
1676
|
export { default as MilkIcon } from '../icons/milk';
|
|
1679
|
-
//
|
|
1680
|
-
export { default as
|
|
1677
|
+
// Milestone aliases
|
|
1678
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1681
1679
|
// Minimize2 aliases
|
|
1682
1680
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1681
|
+
// Minimize aliases
|
|
1682
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1683
1683
|
// Minus aliases
|
|
1684
1684
|
export { default as MinusIcon } from '../icons/minus';
|
|
1685
1685
|
// MonitorCheck aliases
|
|
@@ -1690,16 +1690,16 @@ export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
|
1690
1690
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1691
1691
|
// MonitorDown aliases
|
|
1692
1692
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1693
|
-
// MonitorPause aliases
|
|
1694
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1695
1693
|
// MonitorOff aliases
|
|
1696
1694
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1695
|
+
// MonitorPause aliases
|
|
1696
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1697
1697
|
// MonitorPlay aliases
|
|
1698
1698
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1699
|
-
// MonitorSmartphone aliases
|
|
1700
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1701
1699
|
// MonitorSpeaker aliases
|
|
1702
1700
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1701
|
+
// MonitorSmartphone aliases
|
|
1702
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1703
1703
|
// MonitorStop aliases
|
|
1704
1704
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1705
1705
|
// MonitorUp aliases
|
|
@@ -1708,98 +1708,98 @@ export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
|
1708
1708
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1709
1709
|
// Monitor aliases
|
|
1710
1710
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1711
|
-
// Moon aliases
|
|
1712
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1713
1711
|
// MoonStar aliases
|
|
1714
1712
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1713
|
+
// Moon aliases
|
|
1714
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1715
1715
|
// MountainSnow aliases
|
|
1716
1716
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1717
1717
|
// Mountain aliases
|
|
1718
1718
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1719
|
-
// MousePointer2 aliases
|
|
1720
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1721
|
-
// MousePointerBan aliases
|
|
1722
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1723
1719
|
// MouseOff aliases
|
|
1724
1720
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1721
|
+
// MousePointerBan aliases
|
|
1722
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1723
|
+
// MousePointer2 aliases
|
|
1724
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1725
1725
|
// MousePointerClick aliases
|
|
1726
1726
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1727
1727
|
// MousePointer aliases
|
|
1728
1728
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1729
|
-
// MoveDiagonal2 aliases
|
|
1730
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1731
1729
|
// Mouse aliases
|
|
1732
1730
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1733
1731
|
// MoveDiagonal aliases
|
|
1734
1732
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1733
|
+
// MoveDiagonal2 aliases
|
|
1734
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1735
1735
|
// MoveDownLeft aliases
|
|
1736
1736
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1737
1737
|
// MoveDownRight aliases
|
|
1738
1738
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1739
1739
|
// MoveDown aliases
|
|
1740
1740
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1741
|
+
// MoveHorizontal aliases
|
|
1742
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1741
1743
|
// MoveLeft aliases
|
|
1742
1744
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1743
1745
|
// MoveRight aliases
|
|
1744
1746
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1745
|
-
// MoveHorizontal aliases
|
|
1746
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1747
1747
|
// MoveUpLeft aliases
|
|
1748
1748
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1749
|
-
// MoveUp aliases
|
|
1750
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1751
1749
|
// MoveUpRight aliases
|
|
1752
1750
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1751
|
+
// MoveUp aliases
|
|
1752
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1753
1753
|
// MoveVertical aliases
|
|
1754
1754
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1755
|
-
// Move aliases
|
|
1756
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1757
1755
|
// Music3 aliases
|
|
1758
1756
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1757
|
+
// Move aliases
|
|
1758
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1759
1759
|
// Music2 aliases
|
|
1760
1760
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1761
1761
|
// Music4 aliases
|
|
1762
1762
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1763
|
-
// Music aliases
|
|
1764
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1765
1763
|
// Navigation2Off aliases
|
|
1766
1764
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1767
|
-
//
|
|
1768
|
-
export { default as
|
|
1765
|
+
// Music aliases
|
|
1766
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1769
1767
|
// Navigation2 aliases
|
|
1770
1768
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1769
|
+
// NavigationOff aliases
|
|
1770
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1771
1771
|
// Navigation aliases
|
|
1772
1772
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1773
1773
|
// Network aliases
|
|
1774
1774
|
export { default as NetworkIcon } from '../icons/network';
|
|
1775
|
+
// Newspaper aliases
|
|
1776
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1775
1777
|
// Nfc aliases
|
|
1776
1778
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1777
1779
|
// NotebookPen aliases
|
|
1778
1780
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1779
|
-
// NonBinary aliases
|
|
1780
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1781
|
-
// Newspaper aliases
|
|
1782
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1783
1781
|
// NotebookTabs aliases
|
|
1784
1782
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1783
|
+
// NonBinary aliases
|
|
1784
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1785
1785
|
// NotebookText aliases
|
|
1786
1786
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1787
|
-
// NotepadTextDashed aliases
|
|
1788
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1789
1787
|
// Notebook aliases
|
|
1790
1788
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1789
|
+
// NotepadTextDashed aliases
|
|
1790
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1791
1791
|
// NotepadText aliases
|
|
1792
1792
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1793
|
-
// Nut aliases
|
|
1794
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1795
1793
|
// NutOff aliases
|
|
1796
1794
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1797
|
-
//
|
|
1798
|
-
export { default as
|
|
1795
|
+
// Nut aliases
|
|
1796
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1799
1797
|
// OctagonMinus aliases
|
|
1800
1798
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1801
1799
|
// Octagon aliases
|
|
1802
1800
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1801
|
+
// Omega aliases
|
|
1802
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1803
1803
|
// Option aliases
|
|
1804
1804
|
export { default as OptionIcon } from '../icons/option';
|
|
1805
1805
|
// Orbit aliases
|
|
@@ -1816,82 +1816,82 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1816
1816
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1817
1817
|
// PackagePlus aliases
|
|
1818
1818
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1819
|
-
// PackageX aliases
|
|
1820
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1821
1819
|
// PackageSearch aliases
|
|
1822
1820
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1821
|
+
// PackageX aliases
|
|
1822
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1823
|
+
// Package aliases
|
|
1824
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1823
1825
|
// PaintBucket aliases
|
|
1824
1826
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1825
1827
|
// PaintRoller aliases
|
|
1826
1828
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1827
|
-
// Package aliases
|
|
1828
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1829
1829
|
// Paintbrush aliases
|
|
1830
1830
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1831
|
-
// Palette aliases
|
|
1832
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1833
1831
|
// PanelBottomClose aliases
|
|
1834
1832
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1835
|
-
//
|
|
1836
|
-
export { default as
|
|
1837
|
-
// PanelRightOpen aliases
|
|
1838
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1833
|
+
// Palette aliases
|
|
1834
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1839
1835
|
// PanelBottomOpen aliases
|
|
1840
1836
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1837
|
+
// PanelBottom aliases
|
|
1838
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1841
1839
|
// PanelRightClose aliases
|
|
1842
1840
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1843
1841
|
// PanelRight aliases
|
|
1844
1842
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1843
|
+
// PanelRightOpen aliases
|
|
1844
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1845
1845
|
// PanelTopClose aliases
|
|
1846
1846
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1847
|
-
// PanelTopOpen aliases
|
|
1848
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1849
1847
|
// PanelTop aliases
|
|
1850
1848
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1849
|
+
// PanelTopOpen aliases
|
|
1850
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1851
1851
|
// PanelsLeftBottom aliases
|
|
1852
1852
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1853
1853
|
// PanelsRightBottom aliases
|
|
1854
1854
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1855
1855
|
// Paperclip aliases
|
|
1856
1856
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1857
|
-
// Parentheses aliases
|
|
1858
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1859
1857
|
// ParkingMeter aliases
|
|
1860
1858
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1861
|
-
// Pause aliases
|
|
1862
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1863
1859
|
// PartyPopper aliases
|
|
1864
1860
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1865
|
-
//
|
|
1866
|
-
export { default as
|
|
1861
|
+
// Parentheses aliases
|
|
1862
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1863
|
+
// Pause aliases
|
|
1864
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1867
1865
|
// PawPrint aliases
|
|
1868
1866
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1869
|
-
//
|
|
1870
|
-
export { default as
|
|
1867
|
+
// PcCase aliases
|
|
1868
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1871
1869
|
// PenTool aliases
|
|
1872
1870
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1873
|
-
//
|
|
1874
|
-
export { default as
|
|
1875
|
-
// PencilLine aliases
|
|
1876
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1871
|
+
// PenOff aliases
|
|
1872
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1877
1873
|
// PencilOff aliases
|
|
1878
1874
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1875
|
+
// PencilLine aliases
|
|
1876
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1877
|
+
// PencilRuler aliases
|
|
1878
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1879
1879
|
// Pencil aliases
|
|
1880
1880
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1881
1881
|
// Pentagon aliases
|
|
1882
1882
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1883
1883
|
// Percent aliases
|
|
1884
1884
|
export { default as PercentIcon } from '../icons/percent';
|
|
1885
|
-
// PhilippinePeso aliases
|
|
1886
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1887
1885
|
// PersonStanding aliases
|
|
1888
1886
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1889
|
-
//
|
|
1890
|
-
export { default as
|
|
1887
|
+
// PhilippinePeso aliases
|
|
1888
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1891
1889
|
// PhoneForwarded aliases
|
|
1892
1890
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1893
1891
|
// PhoneIncoming aliases
|
|
1894
1892
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1893
|
+
// PhoneCall aliases
|
|
1894
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1895
1895
|
// PhoneMissed aliases
|
|
1896
1896
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1897
1897
|
// PhoneOff aliases
|
|
@@ -1914,72 +1914,72 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
1914
1914
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1915
1915
|
// PilcrowLeft aliases
|
|
1916
1916
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1917
|
-
// PilcrowRight aliases
|
|
1918
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1919
1917
|
// Pilcrow aliases
|
|
1920
1918
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1919
|
+
// PilcrowRight aliases
|
|
1920
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1921
1921
|
// PillBottle aliases
|
|
1922
1922
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1923
|
-
// Pin aliases
|
|
1924
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1925
1923
|
// Pill aliases
|
|
1926
1924
|
export { default as PillIcon } from '../icons/pill';
|
|
1927
1925
|
// PinOff aliases
|
|
1928
1926
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1927
|
+
// Pin aliases
|
|
1928
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1929
1929
|
// Pipette aliases
|
|
1930
1930
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1931
1931
|
// Pizza aliases
|
|
1932
1932
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1933
1933
|
// PlaneLanding aliases
|
|
1934
1934
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1935
|
-
// PlaneTakeoff aliases
|
|
1936
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1937
1935
|
// Plane aliases
|
|
1938
1936
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1939
|
-
//
|
|
1940
|
-
export { default as
|
|
1937
|
+
// PlaneTakeoff aliases
|
|
1938
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1941
1939
|
// Plug2 aliases
|
|
1942
1940
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1943
1941
|
// Plug aliases
|
|
1944
1942
|
export { default as PlugIcon } from '../icons/plug';
|
|
1945
1943
|
// Plus aliases
|
|
1946
1944
|
export { default as PlusIcon } from '../icons/plus';
|
|
1945
|
+
// Play aliases
|
|
1946
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1947
1947
|
// PocketKnife aliases
|
|
1948
1948
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1949
1949
|
// Pocket aliases
|
|
1950
1950
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1951
|
-
// Podcast aliases
|
|
1952
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
1953
1951
|
// PointerOff aliases
|
|
1954
1952
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1955
|
-
//
|
|
1956
|
-
export { default as
|
|
1953
|
+
// Podcast aliases
|
|
1954
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
1957
1955
|
// Pointer aliases
|
|
1958
1956
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1959
|
-
//
|
|
1960
|
-
export { default as
|
|
1957
|
+
// Popcorn aliases
|
|
1958
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1961
1959
|
// PoundSterling aliases
|
|
1962
1960
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1963
|
-
//
|
|
1964
|
-
export { default as
|
|
1961
|
+
// Popsicle aliases
|
|
1962
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1965
1963
|
// PowerOff aliases
|
|
1966
1964
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1965
|
+
// Power aliases
|
|
1966
|
+
export { default as PowerIcon } from '../icons/power';
|
|
1967
1967
|
// Presentation aliases
|
|
1968
1968
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1969
|
+
// PrinterCheck aliases
|
|
1970
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1969
1971
|
// Printer aliases
|
|
1970
1972
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1971
1973
|
// Projector aliases
|
|
1972
1974
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1973
|
-
// PrinterCheck aliases
|
|
1974
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1975
1975
|
// Proportions aliases
|
|
1976
1976
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1977
|
+
// Pyramid aliases
|
|
1978
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1977
1979
|
// Puzzle aliases
|
|
1978
1980
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1979
1981
|
// QrCode aliases
|
|
1980
1982
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1981
|
-
// Pyramid aliases
|
|
1982
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1983
1983
|
// Quote aliases
|
|
1984
1984
|
export { default as QuoteIcon } from '../icons/quote';
|
|
1985
1985
|
// Rabbit aliases
|
|
@@ -2008,46 +2008,46 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2008
2008
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2009
2009
|
// ReceiptCent aliases
|
|
2010
2010
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2011
|
-
// ReceiptEuro aliases
|
|
2012
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2013
|
-
// ReceiptJapaneseYen aliases
|
|
2014
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2015
2011
|
// ReceiptIndianRupee aliases
|
|
2016
2012
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2013
|
+
// ReceiptEuro aliases
|
|
2014
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2017
2015
|
// ReceiptPoundSterling aliases
|
|
2018
2016
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
2021
|
-
// ReceiptText aliases
|
|
2022
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2017
|
+
// ReceiptJapaneseYen aliases
|
|
2018
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2023
2019
|
// ReceiptSwissFranc aliases
|
|
2024
2020
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2021
|
+
// ReceiptRussianRuble aliases
|
|
2022
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2025
2023
|
// Receipt aliases
|
|
2026
2024
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2025
|
+
// ReceiptText aliases
|
|
2026
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2029
2027
|
// RectangleVertical aliases
|
|
2030
2028
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2031
|
-
//
|
|
2032
|
-
export { default as
|
|
2029
|
+
// RectangleHorizontal aliases
|
|
2030
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2033
2031
|
// Redo2 aliases
|
|
2034
2032
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2033
|
+
// Recycle aliases
|
|
2034
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2035
2035
|
// RedoDot aliases
|
|
2036
2036
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2037
2037
|
// Redo aliases
|
|
2038
2038
|
export { default as RedoIcon } from '../icons/redo';
|
|
2039
|
-
// RefreshCcw aliases
|
|
2040
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2041
2039
|
// RefreshCcwDot aliases
|
|
2042
2040
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2041
|
+
// RefreshCcw aliases
|
|
2042
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2043
2043
|
// RefreshCwOff aliases
|
|
2044
2044
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2045
|
-
// RefreshCw aliases
|
|
2046
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2047
2045
|
// Refrigerator aliases
|
|
2048
2046
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2049
2047
|
// Regex aliases
|
|
2050
2048
|
export { default as RegexIcon } from '../icons/regex';
|
|
2049
|
+
// RefreshCw aliases
|
|
2050
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2051
2051
|
// RemoveFormatting aliases
|
|
2052
2052
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2053
2053
|
// Repeat1 aliases
|
|
@@ -2058,34 +2058,34 @@ export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
|
2058
2058
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2059
2059
|
// Repeat aliases
|
|
2060
2060
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2061
|
-
// Replace aliases
|
|
2062
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2063
2061
|
// ReplyAll aliases
|
|
2064
2062
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2063
|
+
// Replace aliases
|
|
2064
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2067
2065
|
// Reply aliases
|
|
2068
2066
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2067
|
+
// Rewind aliases
|
|
2068
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2069
2069
|
// Ribbon aliases
|
|
2070
2070
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2071
|
-
// RockingChair aliases
|
|
2072
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2073
2071
|
// Rocket aliases
|
|
2074
2072
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2073
|
+
// RockingChair aliases
|
|
2074
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2075
2075
|
// RollerCoaster aliases
|
|
2076
2076
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2077
2077
|
// RotateCcwSquare aliases
|
|
2078
2078
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2079
2079
|
// RotateCcw aliases
|
|
2080
2080
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2081
|
+
// RotateCwSquare aliases
|
|
2082
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2081
2083
|
// RotateCw aliases
|
|
2082
2084
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2083
2085
|
// RouteOff aliases
|
|
2084
2086
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2085
2087
|
// Route aliases
|
|
2086
2088
|
export { default as RouteIcon } from '../icons/route';
|
|
2087
|
-
// RotateCwSquare aliases
|
|
2088
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2089
2089
|
// Router aliases
|
|
2090
2090
|
export { default as RouterIcon } from '../icons/router';
|
|
2091
2091
|
// Rows4 aliases
|
|
@@ -2100,10 +2100,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2100
2100
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2101
2101
|
// Salad aliases
|
|
2102
2102
|
export { default as SaladIcon } from '../icons/salad';
|
|
2103
|
-
// Sandwich aliases
|
|
2104
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2105
2103
|
// SatelliteDish aliases
|
|
2106
2104
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2105
|
+
// Sandwich aliases
|
|
2106
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2107
2107
|
// Satellite aliases
|
|
2108
2108
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2109
2109
|
// SaveAll aliases
|
|
@@ -2118,20 +2118,20 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2118
2118
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2119
2119
|
// Scaling aliases
|
|
2120
2120
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2121
|
-
// ScanBarcode aliases
|
|
2122
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2123
2121
|
// ScanEye aliases
|
|
2124
2122
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2123
|
+
// ScanBarcode aliases
|
|
2124
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2125
2125
|
// ScanFace aliases
|
|
2126
2126
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2127
|
-
// ScanLine aliases
|
|
2128
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2129
2127
|
// ScanHeart aliases
|
|
2130
2128
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2131
|
-
//
|
|
2132
|
-
export { default as
|
|
2129
|
+
// ScanLine aliases
|
|
2130
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2133
2131
|
// ScanQrCode aliases
|
|
2134
2132
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2133
|
+
// ScanSearch aliases
|
|
2134
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2135
2135
|
// ScanText aliases
|
|
2136
2136
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2137
2137
|
// Scan aliases
|
|
@@ -2146,30 +2146,30 @@ export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
|
2146
2146
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2147
2147
|
// ScrollText aliases
|
|
2148
2148
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2149
|
-
// ScreenShare aliases
|
|
2150
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2151
|
-
// SearchCheck aliases
|
|
2152
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2153
2149
|
// Scroll aliases
|
|
2154
2150
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2151
|
+
// ScreenShare aliases
|
|
2152
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2155
2153
|
// SearchCode aliases
|
|
2156
2154
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2157
|
-
//
|
|
2158
|
-
export { default as
|
|
2155
|
+
// SearchCheck aliases
|
|
2156
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2159
2157
|
// SearchSlash aliases
|
|
2160
2158
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2161
2159
|
// Search aliases
|
|
2162
2160
|
export { default as SearchIcon } from '../icons/search';
|
|
2161
|
+
// SearchX aliases
|
|
2162
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2163
2163
|
// Section aliases
|
|
2164
2164
|
export { default as SectionIcon } from '../icons/section';
|
|
2165
|
-
// Send aliases
|
|
2166
|
-
export { default as SendIcon } from '../icons/send';
|
|
2167
2165
|
// SendToBack aliases
|
|
2168
2166
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2169
|
-
//
|
|
2170
|
-
export { default as
|
|
2167
|
+
// Send aliases
|
|
2168
|
+
export { default as SendIcon } from '../icons/send';
|
|
2171
2169
|
// SeparatorVertical aliases
|
|
2172
2170
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2171
|
+
// SeparatorHorizontal aliases
|
|
2172
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2173
2173
|
// ServerCog aliases
|
|
2174
2174
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2175
2175
|
// ServerCrash aliases
|
|
@@ -2192,10 +2192,10 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2192
2192
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2193
2193
|
// Shell aliases
|
|
2194
2194
|
export { default as ShellIcon } from '../icons/shell';
|
|
2195
|
-
// ShieldAlert aliases
|
|
2196
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2197
2195
|
// ShieldBan aliases
|
|
2198
2196
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2197
|
+
// ShieldAlert aliases
|
|
2198
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2199
2199
|
// ShieldCheck aliases
|
|
2200
2200
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2201
2201
|
// ShieldEllipsis aliases
|
|
@@ -2204,74 +2204,74 @@ export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
|
2204
2204
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2205
2205
|
// ShieldMinus aliases
|
|
2206
2206
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2207
|
-
// ShieldOff aliases
|
|
2208
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2209
2207
|
// ShieldPlus aliases
|
|
2210
2208
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2211
2209
|
// ShieldQuestion aliases
|
|
2212
2210
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2211
|
+
// ShieldOff aliases
|
|
2212
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2213
|
+
// ShieldUser aliases
|
|
2214
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2213
2215
|
// Shield aliases
|
|
2214
2216
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2215
2217
|
// ShipWheel aliases
|
|
2216
2218
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2217
|
-
// ShieldUser aliases
|
|
2218
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2219
|
-
// Shirt aliases
|
|
2220
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2221
2219
|
// Ship aliases
|
|
2222
2220
|
export { default as ShipIcon } from '../icons/ship';
|
|
2223
|
-
//
|
|
2224
|
-
export { default as
|
|
2221
|
+
// Shirt aliases
|
|
2222
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2225
2223
|
// ShoppingBag aliases
|
|
2226
2224
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2225
|
+
// ShoppingBasket aliases
|
|
2226
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2227
2227
|
// ShoppingCart aliases
|
|
2228
2228
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2229
2229
|
// Shovel aliases
|
|
2230
2230
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2231
2231
|
// ShowerHead aliases
|
|
2232
2232
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2233
|
-
// Shrimp aliases
|
|
2234
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2235
2233
|
// Shrink aliases
|
|
2236
2234
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2235
|
+
// Shrimp aliases
|
|
2236
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2237
2237
|
// Shuffle aliases
|
|
2238
2238
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2239
|
-
// Sigma aliases
|
|
2240
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2241
2239
|
// Shrub aliases
|
|
2242
2240
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2241
|
+
// Sigma aliases
|
|
2242
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2243
2243
|
// SignalHigh aliases
|
|
2244
2244
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2245
|
-
// SignalMedium aliases
|
|
2246
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2247
2245
|
// SignalLow aliases
|
|
2248
2246
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2247
|
+
// SignalMedium aliases
|
|
2248
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2249
2249
|
// SignalZero aliases
|
|
2250
2250
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2251
2251
|
// Signal aliases
|
|
2252
2252
|
export { default as SignalIcon } from '../icons/signal';
|
|
2253
|
-
//
|
|
2254
|
-
export { default as
|
|
2253
|
+
// Signpost aliases
|
|
2254
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2255
2255
|
// SignpostBig aliases
|
|
2256
2256
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2257
|
+
// Signature aliases
|
|
2258
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2257
2259
|
// Siren aliases
|
|
2258
2260
|
export { default as SirenIcon } from '../icons/siren';
|
|
2259
2261
|
// SkipBack aliases
|
|
2260
2262
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2261
|
-
// Signpost aliases
|
|
2262
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2263
2263
|
// SkipForward aliases
|
|
2264
2264
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2265
|
+
// Slack aliases
|
|
2266
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2265
2267
|
// Skull aliases
|
|
2266
2268
|
export { default as SkullIcon } from '../icons/skull';
|
|
2267
2269
|
// Slash aliases
|
|
2268
2270
|
export { default as SlashIcon } from '../icons/slash';
|
|
2269
|
-
// Slack aliases
|
|
2270
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2271
|
-
// SlidersHorizontal aliases
|
|
2272
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2273
2271
|
// Slice aliases
|
|
2274
2272
|
export { default as SliceIcon } from '../icons/slice';
|
|
2273
|
+
// SlidersHorizontal aliases
|
|
2274
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2275
2275
|
// SmartphoneCharging aliases
|
|
2276
2276
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2277
2277
|
// SmartphoneNfc aliases
|
|
@@ -2280,56 +2280,56 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2280
2280
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2281
2281
|
// SmilePlus aliases
|
|
2282
2282
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2283
|
-
// Smile aliases
|
|
2284
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2285
2283
|
// Snail aliases
|
|
2286
2284
|
export { default as SnailIcon } from '../icons/snail';
|
|
2285
|
+
// Smile aliases
|
|
2286
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2287
2287
|
// Snowflake aliases
|
|
2288
2288
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2289
2289
|
// Sofa aliases
|
|
2290
2290
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2291
2291
|
// Soup aliases
|
|
2292
2292
|
export { default as SoupIcon } from '../icons/soup';
|
|
2293
|
-
// Space aliases
|
|
2294
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2295
2293
|
// Spade aliases
|
|
2296
2294
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2297
|
-
//
|
|
2298
|
-
export { default as
|
|
2295
|
+
// Space aliases
|
|
2296
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2299
2297
|
// Speaker aliases
|
|
2300
2298
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2299
|
+
// Sparkle aliases
|
|
2300
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2301
|
+
// Speech aliases
|
|
2302
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2301
2303
|
// SpellCheck2 aliases
|
|
2302
2304
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2303
2305
|
// SpellCheck aliases
|
|
2304
2306
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2305
|
-
//
|
|
2306
|
-
export { default as
|
|
2307
|
+
// Spline aliases
|
|
2308
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2307
2309
|
// SplinePointer aliases
|
|
2308
2310
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2309
2311
|
// Split aliases
|
|
2310
2312
|
export { default as SplitIcon } from '../icons/split';
|
|
2311
|
-
// Spline aliases
|
|
2312
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2313
|
-
// Sprout aliases
|
|
2314
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2315
2313
|
// SprayCan aliases
|
|
2316
2314
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2315
|
+
// Sprout aliases
|
|
2316
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2317
2317
|
// SquareDashedBottom aliases
|
|
2318
2318
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2319
|
-
// SquareDashedBottomCode aliases
|
|
2320
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2321
2319
|
// SquareRadical aliases
|
|
2322
2320
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2321
|
+
// SquareDashedBottomCode aliases
|
|
2322
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2323
2323
|
// SquareSquare aliases
|
|
2324
2324
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2325
2325
|
// SquareRoundCorner aliases
|
|
2326
2326
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2327
2327
|
// SquareStack aliases
|
|
2328
2328
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2329
|
-
// Squircle aliases
|
|
2330
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2331
2329
|
// Square aliases
|
|
2332
2330
|
export { default as SquareIcon } from '../icons/square';
|
|
2331
|
+
// Squircle aliases
|
|
2332
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2333
2333
|
// Squirrel aliases
|
|
2334
2334
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2335
2335
|
// Stamp aliases
|
|
@@ -2348,32 +2348,32 @@ export { default as StepForwardIcon } from '../icons/step-forward';
|
|
|
2348
2348
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2349
2349
|
// Sticker aliases
|
|
2350
2350
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2351
|
-
// StretchHorizontal aliases
|
|
2352
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2353
2351
|
// StickyNote aliases
|
|
2354
2352
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2355
2353
|
// Store aliases
|
|
2356
2354
|
export { default as StoreIcon } from '../icons/store';
|
|
2357
|
-
// Subscript aliases
|
|
2358
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2359
2355
|
// StretchVertical aliases
|
|
2360
2356
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2357
|
+
// StretchHorizontal aliases
|
|
2358
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2361
2359
|
// Strikethrough aliases
|
|
2362
2360
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2363
|
-
// SunMedium aliases
|
|
2364
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2365
2361
|
// SunDim aliases
|
|
2366
2362
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2363
|
+
// SunMedium aliases
|
|
2364
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2365
|
+
// Subscript aliases
|
|
2366
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2367
2367
|
// SunMoon aliases
|
|
2368
2368
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2369
2369
|
// SunSnow aliases
|
|
2370
2370
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2371
|
+
// Sunrise aliases
|
|
2372
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2371
2373
|
// Sun aliases
|
|
2372
2374
|
export { default as SunIcon } from '../icons/sun';
|
|
2373
2375
|
// Sunset aliases
|
|
2374
2376
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2375
|
-
// Sunrise aliases
|
|
2376
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2377
2377
|
// Superscript aliases
|
|
2378
2378
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2379
2379
|
// SwatchBook aliases
|
|
@@ -2382,42 +2382,42 @@ export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
|
2382
2382
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2383
2383
|
// SwissFranc aliases
|
|
2384
2384
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2385
|
+
// Syringe aliases
|
|
2386
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2385
2387
|
// Sword aliases
|
|
2386
2388
|
export { default as SwordIcon } from '../icons/sword';
|
|
2387
2389
|
// Swords aliases
|
|
2388
2390
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2389
|
-
// Syringe aliases
|
|
2390
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2391
2391
|
// Table2 aliases
|
|
2392
2392
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2393
|
-
// TableCellsSplit aliases
|
|
2394
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2395
2393
|
// TableCellsMerge aliases
|
|
2396
2394
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2397
|
-
//
|
|
2398
|
-
export { default as
|
|
2395
|
+
// TableCellsSplit aliases
|
|
2396
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2399
2397
|
// TableOfContents aliases
|
|
2400
2398
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2399
|
+
// TableColumnsSplit aliases
|
|
2400
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2401
|
+
// Table aliases
|
|
2402
|
+
export { default as TableIcon } from '../icons/table';
|
|
2401
2403
|
// TableProperties aliases
|
|
2402
2404
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2403
2405
|
// TableRowsSplit aliases
|
|
2404
2406
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2405
|
-
// Table aliases
|
|
2406
|
-
export { default as TableIcon } from '../icons/table';
|
|
2407
2407
|
// Tablet aliases
|
|
2408
2408
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2409
|
-
// Tablets aliases
|
|
2410
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2411
2409
|
// TabletSmartphone aliases
|
|
2412
2410
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2411
|
+
// Tablets aliases
|
|
2412
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2413
2413
|
// Tags aliases
|
|
2414
2414
|
export { default as TagsIcon } from '../icons/tags';
|
|
2415
|
+
// Tag aliases
|
|
2416
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2415
2417
|
// Tally1 aliases
|
|
2416
2418
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2417
2419
|
// Tally2 aliases
|
|
2418
2420
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2419
|
-
// Tag aliases
|
|
2420
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2421
2421
|
// Tally3 aliases
|
|
2422
2422
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2423
2423
|
// Tally4 aliases
|
|
@@ -2430,40 +2430,40 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2430
2430
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2431
2431
|
// Target aliases
|
|
2432
2432
|
export { default as TargetIcon } from '../icons/target';
|
|
2433
|
-
// TentTree aliases
|
|
2434
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2435
2433
|
// Tent aliases
|
|
2436
2434
|
export { default as TentIcon } from '../icons/tent';
|
|
2435
|
+
// TentTree aliases
|
|
2436
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2437
2437
|
// Terminal aliases
|
|
2438
2438
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2439
2439
|
// TestTube aliases
|
|
2440
2440
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2441
|
-
// TestTubes aliases
|
|
2442
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2443
2441
|
// TextCursorInput aliases
|
|
2444
2442
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2443
|
+
// TestTubes aliases
|
|
2444
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2445
2445
|
// TextCursor aliases
|
|
2446
2446
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2447
2447
|
// TextQuote aliases
|
|
2448
2448
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2449
|
-
// TextSearch aliases
|
|
2450
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2451
2449
|
// Text aliases
|
|
2452
2450
|
export { default as TextIcon } from '../icons/text';
|
|
2451
|
+
// TextSearch aliases
|
|
2452
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2453
2453
|
// Theater aliases
|
|
2454
2454
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2455
2455
|
// ThermometerSnowflake aliases
|
|
2456
2456
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2457
|
-
// ThermometerSun aliases
|
|
2458
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2459
2457
|
// Thermometer aliases
|
|
2460
2458
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2463
|
-
// TicketMinus aliases
|
|
2464
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2459
|
+
// ThermometerSun aliases
|
|
2460
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2465
2461
|
// ThumbsUp aliases
|
|
2466
2462
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2463
|
+
// TicketMinus aliases
|
|
2464
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2465
|
+
// ThumbsDown aliases
|
|
2466
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2467
2467
|
// TicketCheck aliases
|
|
2468
2468
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2469
2469
|
// TicketPercent aliases
|
|
@@ -2480,26 +2480,26 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2480
2480
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2481
2481
|
// Tickets aliases
|
|
2482
2482
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2483
|
-
// TimerOff aliases
|
|
2484
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2485
2483
|
// TimerReset aliases
|
|
2486
2484
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2487
2485
|
// Timer aliases
|
|
2488
2486
|
export { default as TimerIcon } from '../icons/timer';
|
|
2487
|
+
// TimerOff aliases
|
|
2488
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2489
2489
|
// ToggleLeft aliases
|
|
2490
2490
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2491
2491
|
// ToggleRight aliases
|
|
2492
2492
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2493
|
-
// Tornado aliases
|
|
2494
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2495
|
-
// Toilet aliases
|
|
2496
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2497
2493
|
// Torus aliases
|
|
2498
2494
|
export { default as TorusIcon } from '../icons/torus';
|
|
2499
|
-
//
|
|
2500
|
-
export { default as
|
|
2495
|
+
// Toilet aliases
|
|
2496
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2497
|
+
// Tornado aliases
|
|
2498
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2501
2499
|
// Touchpad aliases
|
|
2502
2500
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2501
|
+
// TouchpadOff aliases
|
|
2502
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2503
2503
|
// TowerControl aliases
|
|
2504
2504
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2505
2505
|
// ToyBrick aliases
|
|
@@ -2518,10 +2518,10 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2518
2518
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2519
2519
|
// Trash2 aliases
|
|
2520
2520
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2521
|
-
// Trash aliases
|
|
2522
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2523
2521
|
// TreeDeciduous aliases
|
|
2524
2522
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2523
|
+
// Trash aliases
|
|
2524
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2525
2525
|
// TreePine aliases
|
|
2526
2526
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2527
2527
|
// Trees aliases
|
|
@@ -2540,50 +2540,48 @@ export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
|
2540
2540
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2541
2541
|
// Triangle aliases
|
|
2542
2542
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2543
|
-
// Trophy aliases
|
|
2544
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2545
2543
|
// Truck aliases
|
|
2546
2544
|
export { default as TruckIcon } from '../icons/truck';
|
|
2545
|
+
// Trophy aliases
|
|
2546
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2547
|
+
// Tv aliases
|
|
2548
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2547
2549
|
// Turtle aliases
|
|
2548
2550
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2549
2551
|
// TvMinimalPlay aliases
|
|
2550
2552
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2551
|
-
// Tv aliases
|
|
2552
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2553
2553
|
// Twitch aliases
|
|
2554
2554
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2555
|
-
// TypeOutline aliases
|
|
2556
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2557
2555
|
// Twitter aliases
|
|
2558
2556
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2557
|
+
// TypeOutline aliases
|
|
2558
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2559
2559
|
// Type aliases
|
|
2560
2560
|
export { default as TypeIcon } from '../icons/type';
|
|
2561
|
-
// UmbrellaOff aliases
|
|
2562
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2563
2561
|
// Umbrella aliases
|
|
2564
2562
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2563
|
+
// UmbrellaOff aliases
|
|
2564
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2565
2565
|
// Underline aliases
|
|
2566
2566
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2567
|
-
// UndoDot aliases
|
|
2568
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2569
2567
|
// Undo2 aliases
|
|
2570
2568
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2569
|
+
// UndoDot aliases
|
|
2570
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2571
|
+
// Undo aliases
|
|
2572
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2571
2573
|
// UnfoldHorizontal aliases
|
|
2572
2574
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2573
|
-
// UnfoldVertical aliases
|
|
2574
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2575
2575
|
// Ungroup aliases
|
|
2576
2576
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2577
|
+
// UnfoldVertical aliases
|
|
2578
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2579
2579
|
// Unlink2 aliases
|
|
2580
2580
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2581
2581
|
// Unlink aliases
|
|
2582
2582
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2583
2583
|
// Unplug aliases
|
|
2584
2584
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2585
|
-
// Upload aliases
|
|
2586
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2587
2585
|
// Usb aliases
|
|
2588
2586
|
export { default as UsbIcon } from '../icons/usb';
|
|
2589
2587
|
// UserCheck aliases
|
|
@@ -2592,6 +2590,8 @@ export { default as UserCheckIcon } from '../icons/user-check';
|
|
|
2592
2590
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2593
2591
|
// UserMinus aliases
|
|
2594
2592
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2593
|
+
// Upload aliases
|
|
2594
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2595
2595
|
// UserPen aliases
|
|
2596
2596
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2597
2597
|
// UserPlus aliases
|
|
@@ -2604,38 +2604,38 @@ export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
|
2604
2604
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2605
2605
|
// UserSearch aliases
|
|
2606
2606
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2607
|
-
// User aliases
|
|
2608
|
-
export { default as UserIcon } from '../icons/user';
|
|
2609
2607
|
// Users aliases
|
|
2610
2608
|
export { default as UsersIcon } from '../icons/users';
|
|
2611
|
-
// UtilityPole aliases
|
|
2612
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2613
2609
|
// Variable aliases
|
|
2614
2610
|
export { default as VariableIcon } from '../icons/variable';
|
|
2611
|
+
// User aliases
|
|
2612
|
+
export { default as UserIcon } from '../icons/user';
|
|
2613
|
+
// UtilityPole aliases
|
|
2614
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2615
|
+
// Vegan aliases
|
|
2616
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2615
2617
|
// Vault aliases
|
|
2616
2618
|
export { default as VaultIcon } from '../icons/vault';
|
|
2617
2619
|
// VenetianMask aliases
|
|
2618
2620
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2619
|
-
// Vegan aliases
|
|
2620
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2621
|
-
// Venus aliases
|
|
2622
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2623
2621
|
// VenusAndMars aliases
|
|
2624
2622
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2623
|
+
// Venus aliases
|
|
2624
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2625
2625
|
// VibrateOff aliases
|
|
2626
2626
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2627
|
-
// Vibrate aliases
|
|
2628
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2629
2627
|
// VideoOff aliases
|
|
2630
2628
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2629
|
+
// Vibrate aliases
|
|
2630
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2631
2631
|
// Video aliases
|
|
2632
2632
|
export { default as VideoIcon } from '../icons/video';
|
|
2633
2633
|
// Videotape aliases
|
|
2634
2634
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2635
|
-
// View aliases
|
|
2636
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2637
2635
|
// Voicemail aliases
|
|
2638
2636
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2637
|
+
// View aliases
|
|
2638
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2639
2639
|
// Volleyball aliases
|
|
2640
2640
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2641
2641
|
// Volume1 aliases
|
|
@@ -2644,58 +2644,58 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2644
2644
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2645
2645
|
// VolumeOff aliases
|
|
2646
2646
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2647
|
-
// Volume aliases
|
|
2648
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2649
2647
|
// VolumeX aliases
|
|
2650
2648
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2651
2649
|
// Vote aliases
|
|
2652
2650
|
export { default as VoteIcon } from '../icons/vote';
|
|
2651
|
+
// Volume aliases
|
|
2652
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2653
2653
|
// WalletCards aliases
|
|
2654
2654
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2655
|
-
// Wallpaper aliases
|
|
2656
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2657
2655
|
// Wallet aliases
|
|
2658
2656
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2657
|
+
// Wallpaper aliases
|
|
2658
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2659
2659
|
// Wand aliases
|
|
2660
2660
|
export { default as WandIcon } from '../icons/wand';
|
|
2661
|
-
// Warehouse aliases
|
|
2662
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2663
2661
|
// WashingMachine aliases
|
|
2664
2662
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2665
2663
|
// Watch aliases
|
|
2666
2664
|
export { default as WatchIcon } from '../icons/watch';
|
|
2665
|
+
// Warehouse aliases
|
|
2666
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2667
2667
|
// WavesLadder aliases
|
|
2668
2668
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2669
2669
|
// Waves aliases
|
|
2670
2670
|
export { default as WavesIcon } from '../icons/waves';
|
|
2671
2671
|
// Waypoints aliases
|
|
2672
2672
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2673
|
-
// Webhook aliases
|
|
2674
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2675
|
-
// Weight aliases
|
|
2676
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2677
2673
|
// Webcam aliases
|
|
2678
2674
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2675
|
+
// Webhook aliases
|
|
2676
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2679
2677
|
// WebhookOff aliases
|
|
2680
2678
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2681
2679
|
// WheatOff aliases
|
|
2682
2680
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2683
|
-
//
|
|
2684
|
-
export { default as
|
|
2681
|
+
// Weight aliases
|
|
2682
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2685
2683
|
// Wheat aliases
|
|
2686
2684
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2687
2685
|
// WifiHigh aliases
|
|
2688
2686
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2689
|
-
//
|
|
2690
|
-
export { default as
|
|
2687
|
+
// WholeWord aliases
|
|
2688
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2691
2689
|
// WifiOff aliases
|
|
2692
2690
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2691
|
+
// WifiLow aliases
|
|
2692
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2693
|
+
// WifiZero aliases
|
|
2694
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2693
2695
|
// Wifi aliases
|
|
2694
2696
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2695
2697
|
// WindArrowDown aliases
|
|
2696
2698
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2697
|
-
// WifiZero aliases
|
|
2698
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2699
2699
|
// Wind aliases
|
|
2700
2700
|
export { default as WindIcon } from '../icons/wind';
|
|
2701
2701
|
// Wine aliases
|
|
@@ -2706,26 +2706,26 @@ export { default as WineOffIcon } from '../icons/wine-off';
|
|
|
2706
2706
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2707
2707
|
// WrapText aliases
|
|
2708
2708
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2709
|
-
// Wrench aliases
|
|
2710
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2711
|
-
// X aliases
|
|
2712
|
-
export { default as XIcon } from '../icons/x';
|
|
2713
2709
|
// Worm aliases
|
|
2714
2710
|
export { default as WormIcon } from '../icons/worm';
|
|
2711
|
+
// Wrench aliases
|
|
2712
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2715
2713
|
// Youtube aliases
|
|
2716
2714
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2715
|
+
// X aliases
|
|
2716
|
+
export { default as XIcon } from '../icons/x';
|
|
2717
2717
|
// ZapOff aliases
|
|
2718
2718
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2719
|
-
// Zap aliases
|
|
2720
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2721
2719
|
// ZoomIn aliases
|
|
2722
2720
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2721
|
+
// Zap aliases
|
|
2722
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2723
2723
|
// ZoomOut aliases
|
|
2724
2724
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2725
|
-
// ArrowDown01 aliases
|
|
2726
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2727
2725
|
// ArrowDown10 aliases
|
|
2728
2726
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2727
|
+
// ArrowDown01 aliases
|
|
2728
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2729
2729
|
// ArrowUp01 aliases
|
|
2730
2730
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2731
2731
|
// ArrowUp10 aliases
|
|
@@ -2754,33 +2754,27 @@ export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
|
2754
2754
|
// ArrowUpNarrowWide aliases
|
|
2755
2755
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2756
2756
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2757
|
-
// ArrowUpZA aliases
|
|
2758
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2759
|
-
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2760
2757
|
// Axis3d aliases
|
|
2761
2758
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2762
2759
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2760
|
+
// ArrowUpZA aliases
|
|
2761
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2762
|
+
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2763
|
+
// BadgeCheck aliases
|
|
2764
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2765
|
+
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2763
2766
|
// BetweenHorizontalEnd aliases
|
|
2764
2767
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2765
2768
|
export {
|
|
2766
2769
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2767
2770
|
default as BetweenHorizonalEndIcon
|
|
2768
2771
|
} from '../icons/between-horizontal-end';
|
|
2769
|
-
// BadgeCheck aliases
|
|
2770
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2771
|
-
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2772
2772
|
// BetweenHorizontalStart aliases
|
|
2773
2773
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2774
2774
|
export {
|
|
2775
2775
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2776
2776
|
default as BetweenHorizonalStartIcon
|
|
2777
2777
|
} from '../icons/between-horizontal-start';
|
|
2778
|
-
// Braces aliases
|
|
2779
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2780
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2781
|
-
// BookDashed aliases
|
|
2782
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2783
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2784
2778
|
// Captions aliases
|
|
2785
2779
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2786
2780
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
@@ -2790,6 +2784,12 @@ export {
|
|
|
2790
2784
|
/** @deprecated */
|
|
2791
2785
|
default as AreaChartIcon
|
|
2792
2786
|
} from '../icons/chart-area';
|
|
2787
|
+
// Braces aliases
|
|
2788
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2789
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2790
|
+
// BookDashed aliases
|
|
2791
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2792
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2793
2793
|
// ChartBarBig aliases
|
|
2794
2794
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2795
2795
|
export {
|
|
@@ -2802,30 +2802,24 @@ export {
|
|
|
2802
2802
|
/** @deprecated */
|
|
2803
2803
|
default as BarChartHorizontalIcon
|
|
2804
2804
|
} from '../icons/chart-bar';
|
|
2805
|
-
// ChartCandlestick aliases
|
|
2806
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2807
|
-
export {
|
|
2808
|
-
/** @deprecated */
|
|
2809
|
-
default as CandlestickChartIcon
|
|
2810
|
-
} from '../icons/chart-candlestick';
|
|
2811
2805
|
// ChartColumnBig aliases
|
|
2812
2806
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2813
2807
|
export {
|
|
2814
2808
|
/** @deprecated */
|
|
2815
2809
|
default as BarChartBigIcon
|
|
2816
2810
|
} from '../icons/chart-column-big';
|
|
2811
|
+
// ChartCandlestick aliases
|
|
2812
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2813
|
+
export {
|
|
2814
|
+
/** @deprecated */
|
|
2815
|
+
default as CandlestickChartIcon
|
|
2816
|
+
} from '../icons/chart-candlestick';
|
|
2817
2817
|
// ChartColumnIncreasing aliases
|
|
2818
2818
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2819
2819
|
export {
|
|
2820
2820
|
/** @deprecated */
|
|
2821
2821
|
default as BarChart4Icon
|
|
2822
2822
|
} from '../icons/chart-column-increasing';
|
|
2823
|
-
// ChartLine aliases
|
|
2824
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2825
|
-
export {
|
|
2826
|
-
/** @deprecated */
|
|
2827
|
-
default as LineChartIcon
|
|
2828
|
-
} from '../icons/chart-line';
|
|
2829
2823
|
// ChartColumn aliases
|
|
2830
2824
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2831
2825
|
export {
|
|
@@ -2844,6 +2838,12 @@ export {
|
|
|
2844
2838
|
/** @deprecated */
|
|
2845
2839
|
default as BarChart2Icon
|
|
2846
2840
|
} from '../icons/chart-no-axes-column';
|
|
2841
|
+
// ChartLine aliases
|
|
2842
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2843
|
+
export {
|
|
2844
|
+
/** @deprecated */
|
|
2845
|
+
default as LineChartIcon
|
|
2846
|
+
} from '../icons/chart-line';
|
|
2847
2847
|
// ChartNoAxesGantt aliases
|
|
2848
2848
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2849
2849
|
export {
|
|
@@ -2856,18 +2856,18 @@ export {
|
|
|
2856
2856
|
/** @deprecated */
|
|
2857
2857
|
default as PieChartIcon
|
|
2858
2858
|
} from '../icons/chart-pie';
|
|
2859
|
-
// ChartScatter aliases
|
|
2860
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2861
|
-
export {
|
|
2862
|
-
/** @deprecated */
|
|
2863
|
-
default as ScatterChartIcon
|
|
2864
|
-
} from '../icons/chart-scatter';
|
|
2865
2859
|
// CircleAlert aliases
|
|
2866
2860
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2867
2861
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2868
2862
|
// CircleArrowDown aliases
|
|
2869
2863
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2870
2864
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2865
|
+
// ChartScatter aliases
|
|
2866
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2867
|
+
export {
|
|
2868
|
+
/** @deprecated */
|
|
2869
|
+
default as ScatterChartIcon
|
|
2870
|
+
} from '../icons/chart-scatter';
|
|
2871
2871
|
// CircleArrowLeft aliases
|
|
2872
2872
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2873
2873
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
@@ -2877,72 +2877,69 @@ export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-ou
|
|
|
2877
2877
|
// CircleArrowOutDownRight aliases
|
|
2878
2878
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2879
2879
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2880
|
-
// CircleArrowOutUpRight aliases
|
|
2881
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2882
|
-
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2883
|
-
// CircleArrowRight aliases
|
|
2884
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2885
|
-
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2886
2880
|
// CircleArrowOutUpLeft aliases
|
|
2887
2881
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2888
2882
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2883
|
+
// CircleArrowRight aliases
|
|
2884
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2885
|
+
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2889
2886
|
// CircleArrowUp aliases
|
|
2890
2887
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2891
2888
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2892
|
-
//
|
|
2893
|
-
export { default as
|
|
2894
|
-
export { default as
|
|
2889
|
+
// CircleArrowOutUpRight aliases
|
|
2890
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2891
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2895
2892
|
// CircleCheckBig aliases
|
|
2896
2893
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2897
2894
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2898
|
-
//
|
|
2899
|
-
export { default as
|
|
2900
|
-
export { default as
|
|
2895
|
+
// CircleCheck aliases
|
|
2896
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2897
|
+
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2901
2898
|
// CircleChevronLeft aliases
|
|
2902
2899
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2903
2900
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2904
|
-
// CircleChevronRight aliases
|
|
2905
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2906
|
-
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2907
2901
|
// CircleChevronUp aliases
|
|
2908
2902
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2909
2903
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2910
|
-
//
|
|
2911
|
-
export { default as
|
|
2912
|
-
export { default as
|
|
2913
|
-
// CircleGauge aliases
|
|
2914
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2915
|
-
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2904
|
+
// CircleChevronDown aliases
|
|
2905
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2906
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2916
2907
|
// CircleDivide aliases
|
|
2917
2908
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2918
2909
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2919
|
-
//
|
|
2920
|
-
export { default as
|
|
2921
|
-
export { default as
|
|
2910
|
+
// CircleChevronRight aliases
|
|
2911
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2912
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2922
2913
|
// CircleHelp aliases
|
|
2923
2914
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2924
2915
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2916
|
+
// CircleGauge aliases
|
|
2917
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2918
|
+
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2919
|
+
// CircleParkingOff aliases
|
|
2920
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2921
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2922
|
+
// CircleMinus aliases
|
|
2923
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2924
|
+
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2925
2925
|
// CircleParking aliases
|
|
2926
2926
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2927
2927
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2928
2928
|
// CirclePause aliases
|
|
2929
2929
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2930
2930
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2931
|
-
// CirclePlay aliases
|
|
2932
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2933
|
-
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2934
2931
|
// CirclePercent aliases
|
|
2935
2932
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2936
2933
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2934
|
+
// CirclePlay aliases
|
|
2935
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2936
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2937
2937
|
// CirclePlus aliases
|
|
2938
2938
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2939
2939
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2940
2940
|
// CirclePower aliases
|
|
2941
2941
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2942
2942
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2943
|
-
// CircleSlash2 aliases
|
|
2944
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2945
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2946
2943
|
// CircleStop aliases
|
|
2947
2944
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2948
2945
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -2952,21 +2949,24 @@ export {
|
|
|
2952
2949
|
/** @deprecated */
|
|
2953
2950
|
default as UserCircle2Icon
|
|
2954
2951
|
} from '../icons/circle-user-round';
|
|
2955
|
-
//
|
|
2956
|
-
export { default as
|
|
2957
|
-
export { default as
|
|
2952
|
+
// CircleSlash2 aliases
|
|
2953
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2954
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2958
2955
|
// CircleUser aliases
|
|
2959
2956
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
2960
2957
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
2961
|
-
//
|
|
2962
|
-
export { default as
|
|
2963
|
-
export { default as
|
|
2958
|
+
// CircleX aliases
|
|
2959
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
2960
|
+
export { default as XCircleIcon } from '../icons/circle-x';
|
|
2964
2961
|
// ClipboardPenLine aliases
|
|
2965
2962
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
2966
2963
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
2967
2964
|
// CloudDownload aliases
|
|
2968
2965
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2969
2966
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2967
|
+
// ClipboardPen aliases
|
|
2968
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
2969
|
+
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
2970
2970
|
// CloudUpload aliases
|
|
2971
2971
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
2972
2972
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
@@ -2976,21 +2976,12 @@ export {
|
|
|
2976
2976
|
/** @deprecated */
|
|
2977
2977
|
default as Code2Icon
|
|
2978
2978
|
} from '../icons/code-xml';
|
|
2979
|
-
// Columns3 aliases
|
|
2980
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
2981
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
2982
2979
|
// Columns2 aliases
|
|
2983
2980
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
2984
2981
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
2985
|
-
//
|
|
2986
|
-
export { default as
|
|
2987
|
-
export { default as
|
|
2988
|
-
// Earth aliases
|
|
2989
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
2990
|
-
export {
|
|
2991
|
-
/** @deprecated */
|
|
2992
|
-
default as Globe2Icon
|
|
2993
|
-
} from '../icons/earth';
|
|
2982
|
+
// Columns3 aliases
|
|
2983
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
2984
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
2994
2985
|
// ContactRound aliases
|
|
2995
2986
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
2996
2987
|
export {
|
|
@@ -3000,57 +2991,66 @@ export {
|
|
|
3000
2991
|
// EllipsisVertical aliases
|
|
3001
2992
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3002
2993
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3003
|
-
//
|
|
3004
|
-
export { default as
|
|
3005
|
-
export { default as
|
|
2994
|
+
// DiamondPercent aliases
|
|
2995
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
2996
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
2997
|
+
// Earth aliases
|
|
2998
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
2999
|
+
export {
|
|
3000
|
+
/** @deprecated */
|
|
3001
|
+
default as Globe2Icon
|
|
3002
|
+
} from '../icons/earth';
|
|
3006
3003
|
// FileAxis3d aliases
|
|
3007
3004
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3008
3005
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3006
|
+
// Ellipsis aliases
|
|
3007
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3008
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3009
|
+
// FileChartColumn aliases
|
|
3010
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3011
|
+
export {
|
|
3012
|
+
/** @deprecated */
|
|
3013
|
+
default as FileBarChart2Icon
|
|
3014
|
+
} from '../icons/file-chart-column';
|
|
3009
3015
|
// FileChartColumnIncreasing aliases
|
|
3010
3016
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3011
3017
|
export {
|
|
3012
3018
|
/** @deprecated */
|
|
3013
3019
|
default as FileBarChartIcon
|
|
3014
3020
|
} from '../icons/file-chart-column-increasing';
|
|
3021
|
+
// FileChartPie aliases
|
|
3022
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3023
|
+
export {
|
|
3024
|
+
/** @deprecated */
|
|
3025
|
+
default as FilePieChartIcon
|
|
3026
|
+
} from '../icons/file-chart-pie';
|
|
3015
3027
|
// FileChartLine aliases
|
|
3016
3028
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3017
3029
|
export {
|
|
3018
3030
|
/** @deprecated */
|
|
3019
3031
|
default as FileLineChartIcon
|
|
3020
3032
|
} from '../icons/file-chart-line';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3023
|
-
export {
|
|
3024
|
-
/** @deprecated */
|
|
3025
|
-
default as FileBarChart2Icon
|
|
3026
|
-
} from '../icons/file-chart-column';
|
|
3027
|
-
// FileChartPie aliases
|
|
3028
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3033
|
+
// FileCog aliases
|
|
3034
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3029
3035
|
export {
|
|
3030
3036
|
/** @deprecated */
|
|
3031
|
-
default as
|
|
3032
|
-
} from '../icons/file-
|
|
3037
|
+
default as FileCog2Icon
|
|
3038
|
+
} from '../icons/file-cog';
|
|
3033
3039
|
// FilePenLine aliases
|
|
3034
3040
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3035
3041
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3036
3042
|
// FilePen aliases
|
|
3037
3043
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3038
3044
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3039
|
-
//
|
|
3040
|
-
export { default as
|
|
3041
|
-
export {
|
|
3042
|
-
/** @deprecated */
|
|
3043
|
-
default as FileCog2Icon
|
|
3044
|
-
} from '../icons/file-cog';
|
|
3045
|
+
// FolderPen aliases
|
|
3046
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3047
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3045
3048
|
// FolderCog aliases
|
|
3046
3049
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3047
3050
|
export {
|
|
3048
3051
|
/** @deprecated */
|
|
3049
3052
|
default as FolderCog2Icon
|
|
3050
3053
|
} from '../icons/folder-cog';
|
|
3051
|
-
// FolderPen aliases
|
|
3052
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3053
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3054
3054
|
// FunnelX aliases
|
|
3055
3055
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3056
3056
|
export {
|
|
@@ -3063,21 +3063,21 @@ export {
|
|
|
3063
3063
|
/** @deprecated */
|
|
3064
3064
|
default as FilterIcon
|
|
3065
3065
|
} from '../icons/funnel';
|
|
3066
|
-
// Grid2x2Check aliases
|
|
3067
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3068
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3069
3066
|
// GitCommitHorizontal aliases
|
|
3070
3067
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3071
3068
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3072
|
-
//
|
|
3073
|
-
export { default as
|
|
3074
|
-
export { default as
|
|
3069
|
+
// Grid2x2Check aliases
|
|
3070
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3071
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3075
3072
|
// Grid2x2Plus aliases
|
|
3076
3073
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3077
3074
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3078
3075
|
// Grid2x2 aliases
|
|
3079
3076
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3080
3077
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3078
|
+
// Grid2x2X aliases
|
|
3079
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3080
|
+
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3081
3081
|
// Grid3x3 aliases
|
|
3082
3082
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3083
3083
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
@@ -3100,6 +3100,9 @@ export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
|
3100
3100
|
// IndentDecrease aliases
|
|
3101
3101
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3102
3102
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3103
|
+
// IndentIncrease aliases
|
|
3104
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3105
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3103
3106
|
// LaptopMinimal aliases
|
|
3104
3107
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3105
3108
|
export {
|
|
@@ -3109,9 +3112,6 @@ export {
|
|
|
3109
3112
|
// Layers aliases
|
|
3110
3113
|
export { default as LayersIcon } from '../icons/layers';
|
|
3111
3114
|
export { default as Layers3Icon } from '../icons/layers';
|
|
3112
|
-
// IndentIncrease aliases
|
|
3113
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3114
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3115
3115
|
// LoaderCircle aliases
|
|
3116
3116
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3117
3117
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
@@ -3121,57 +3121,57 @@ export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
|
3121
3121
|
// LockOpen aliases
|
|
3122
3122
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3123
3123
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3124
|
-
// MicVocal aliases
|
|
3125
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3126
|
-
export {
|
|
3127
|
-
/** @deprecated */
|
|
3128
|
-
default as Mic2Icon
|
|
3129
|
-
} from '../icons/mic-vocal';
|
|
3130
3124
|
// Move3d aliases
|
|
3131
3125
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3132
3126
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3133
3127
|
// OctagonAlert aliases
|
|
3134
3128
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3135
3129
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3130
|
+
// MicVocal aliases
|
|
3131
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3132
|
+
export {
|
|
3133
|
+
/** @deprecated */
|
|
3134
|
+
default as Mic2Icon
|
|
3135
|
+
} from '../icons/mic-vocal';
|
|
3136
3136
|
// OctagonPause aliases
|
|
3137
3137
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3138
3138
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3139
|
-
// PaintbrushVertical aliases
|
|
3140
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3141
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3142
3139
|
// OctagonX aliases
|
|
3143
3140
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3144
3141
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3142
|
+
// PaintbrushVertical aliases
|
|
3143
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3144
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3145
3145
|
// PanelBottomDashed aliases
|
|
3146
3146
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3147
3147
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3148
3148
|
// PanelLeftClose aliases
|
|
3149
3149
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3150
3150
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3151
|
-
// PanelLeftOpen aliases
|
|
3152
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3153
|
-
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3154
3151
|
// PanelLeftDashed aliases
|
|
3155
3152
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3156
3153
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3154
|
+
// PanelLeftOpen aliases
|
|
3155
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3156
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3157
3157
|
// PanelLeft aliases
|
|
3158
3158
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3159
3159
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3160
|
-
// PanelTopDashed aliases
|
|
3161
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3162
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3163
3160
|
// PanelRightDashed aliases
|
|
3164
3161
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3165
3162
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3163
|
+
// PanelTopDashed aliases
|
|
3164
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3165
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3166
|
+
// PanelsTopLeft aliases
|
|
3167
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3168
|
+
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3166
3169
|
// PenLine aliases
|
|
3167
3170
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3168
3171
|
export {
|
|
3169
3172
|
/** @deprecated */
|
|
3170
3173
|
default as Edit3Icon
|
|
3171
3174
|
} from '../icons/pen-line';
|
|
3172
|
-
// PanelsTopLeft aliases
|
|
3173
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3174
|
-
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3175
3175
|
// Pen aliases
|
|
3176
3176
|
export { default as PenIcon } from '../icons/pen';
|
|
3177
3177
|
export {
|
|
@@ -3184,33 +3184,33 @@ export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
|
3184
3184
|
// RectangleEllipsis aliases
|
|
3185
3185
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3186
3186
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3187
|
-
// Rotate3d aliases
|
|
3188
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3189
|
-
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3190
3187
|
// Rows2 aliases
|
|
3191
3188
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3192
3189
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3190
|
+
// Rotate3d aliases
|
|
3191
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3192
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3193
3193
|
// Rows3 aliases
|
|
3194
3194
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3195
3195
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3196
3196
|
// Scale3d aliases
|
|
3197
3197
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3198
3198
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3199
|
+
// ShieldX aliases
|
|
3200
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3201
|
+
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3199
3202
|
// SendHorizontal aliases
|
|
3200
3203
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3201
3204
|
export {
|
|
3202
3205
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3203
3206
|
default as SendHorizonalIcon
|
|
3204
3207
|
} from '../icons/send-horizontal';
|
|
3205
|
-
// ShieldX aliases
|
|
3206
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3207
|
-
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3208
|
-
// SlidersVertical aliases
|
|
3209
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3210
|
-
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3211
3208
|
// Sparkles aliases
|
|
3212
3209
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3213
3210
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3211
|
+
// SlidersVertical aliases
|
|
3212
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3213
|
+
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3214
3214
|
// SquareActivity aliases
|
|
3215
3215
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3216
3216
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
@@ -3229,27 +3229,27 @@ export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
|
3229
3229
|
// SquareArrowOutDownLeft aliases
|
|
3230
3230
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3231
3231
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3232
|
-
// SquareArrowOutDownRight aliases
|
|
3233
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3234
|
-
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3235
|
-
// SquareArrowOutUpRight aliases
|
|
3236
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3237
|
-
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3238
3232
|
// SquareArrowOutUpLeft aliases
|
|
3239
3233
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3240
3234
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3235
|
+
// SquareArrowOutUpRight aliases
|
|
3236
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3237
|
+
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3238
|
+
// SquareArrowOutDownRight aliases
|
|
3239
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3240
|
+
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3241
3241
|
// SquareArrowRight aliases
|
|
3242
3242
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3243
3243
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3244
3244
|
// SquareArrowUpLeft aliases
|
|
3245
3245
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3246
3246
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3247
|
-
// SquareArrowUpRight aliases
|
|
3248
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3249
|
-
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3250
3247
|
// SquareArrowUp aliases
|
|
3251
3248
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3252
3249
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3250
|
+
// SquareArrowUpRight aliases
|
|
3251
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3252
|
+
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3253
3253
|
// SquareAsterisk aliases
|
|
3254
3254
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3255
3255
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
@@ -3266,86 +3266,86 @@ export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
|
3266
3266
|
// SquareCheck aliases
|
|
3267
3267
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3268
3268
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3269
|
-
// SquareChevronLeft aliases
|
|
3270
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3271
|
-
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3272
3269
|
// SquareChevronDown aliases
|
|
3273
3270
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3274
3271
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3275
3272
|
// SquareChevronRight aliases
|
|
3276
3273
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3277
3274
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3278
|
-
//
|
|
3279
|
-
export { default as
|
|
3280
|
-
export { default as
|
|
3275
|
+
// SquareChevronLeft aliases
|
|
3276
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3277
|
+
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3281
3278
|
// SquareChevronUp aliases
|
|
3282
3279
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3283
3280
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3281
|
+
// SquareCode aliases
|
|
3282
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3283
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3284
3284
|
// SquareDashedKanban aliases
|
|
3285
3285
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3286
3286
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3287
|
+
// SquareDashedMousePointer aliases
|
|
3288
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3289
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3287
3290
|
// SquareDashed aliases
|
|
3288
3291
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3289
3292
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3290
3293
|
// SquareDivide aliases
|
|
3291
3294
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3292
3295
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3293
|
-
// SquareDashedMousePointer aliases
|
|
3294
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3295
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3296
3296
|
// SquareDot aliases
|
|
3297
3297
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3298
3298
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3299
3299
|
// SquareEqual aliases
|
|
3300
3300
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3301
3301
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3302
|
+
// SquareKanban aliases
|
|
3303
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3304
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3302
3305
|
// SquareFunction aliases
|
|
3303
3306
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3304
3307
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3305
3308
|
// SquareLibrary aliases
|
|
3306
3309
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3307
3310
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3308
|
-
// SquareKanban aliases
|
|
3309
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3310
|
-
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3311
|
-
// SquareM aliases
|
|
3312
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3313
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3314
3311
|
// SquareMenu aliases
|
|
3315
3312
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3316
3313
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3317
3314
|
// SquareMousePointer aliases
|
|
3318
3315
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3319
3316
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3320
|
-
//
|
|
3321
|
-
export { default as
|
|
3322
|
-
export { default as
|
|
3317
|
+
// SquareM aliases
|
|
3318
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3319
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3323
3320
|
// SquareMinus aliases
|
|
3324
3321
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3325
3322
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3323
|
+
// SquareParkingOff aliases
|
|
3324
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3325
|
+
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3326
3326
|
// SquarePen aliases
|
|
3327
3327
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3328
3328
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3329
3329
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3330
3330
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3331
|
-
// SquarePercent aliases
|
|
3332
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3333
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3334
3331
|
// SquareParking aliases
|
|
3335
3332
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3336
3333
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3337
|
-
//
|
|
3338
|
-
export { default as
|
|
3339
|
-
export { default as
|
|
3340
|
-
// SquarePlus aliases
|
|
3341
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3342
|
-
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3334
|
+
// SquarePercent aliases
|
|
3335
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3336
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3343
3337
|
// SquarePilcrow aliases
|
|
3344
3338
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3345
3339
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3340
|
+
// SquarePi aliases
|
|
3341
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3342
|
+
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3346
3343
|
// SquarePlay aliases
|
|
3347
3344
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3348
3345
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3346
|
+
// SquarePlus aliases
|
|
3347
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3348
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3349
3349
|
// SquarePower aliases
|
|
3350
3350
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3351
3351
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
@@ -3358,9 +3358,6 @@ export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
|
3358
3358
|
// SquareSplitHorizontal aliases
|
|
3359
3359
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3360
3360
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3361
|
-
// SquareSplitVertical aliases
|
|
3362
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3363
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3364
3361
|
// SquareSigma aliases
|
|
3365
3362
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3366
3363
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
@@ -3373,27 +3370,30 @@ export {
|
|
|
3373
3370
|
/** @deprecated */
|
|
3374
3371
|
default as UserSquare2Icon
|
|
3375
3372
|
} from '../icons/square-user-round';
|
|
3376
|
-
//
|
|
3377
|
-
export { default as
|
|
3378
|
-
export { default as
|
|
3373
|
+
// SquareSplitVertical aliases
|
|
3374
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3375
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3379
3376
|
// SquareUser aliases
|
|
3380
3377
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3381
3378
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3379
|
+
// SquareX aliases
|
|
3380
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3381
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3382
3382
|
// TestTubeDiagonal aliases
|
|
3383
3383
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3384
3384
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3385
3385
|
// TextSelect aliases
|
|
3386
3386
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3387
3387
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3388
|
-
// TramFront aliases
|
|
3389
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3390
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3391
3388
|
// TreePalm aliases
|
|
3392
3389
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3393
3390
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3394
3391
|
// TriangleAlert aliases
|
|
3395
3392
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3396
3393
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3394
|
+
// TramFront aliases
|
|
3395
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3396
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3397
3397
|
// TvMinimal aliases
|
|
3398
3398
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3399
3399
|
export {
|
|
@@ -3406,18 +3406,24 @@ export {
|
|
|
3406
3406
|
/** @deprecated */
|
|
3407
3407
|
default as School2Icon
|
|
3408
3408
|
} from '../icons/university';
|
|
3409
|
+
// UserRoundCog aliases
|
|
3410
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated */
|
|
3413
|
+
default as UserCog2Icon
|
|
3414
|
+
} from '../icons/user-round-cog';
|
|
3409
3415
|
// UserRoundCheck aliases
|
|
3410
3416
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3411
3417
|
export {
|
|
3412
3418
|
/** @deprecated */
|
|
3413
3419
|
default as UserCheck2Icon
|
|
3414
3420
|
} from '../icons/user-round-check';
|
|
3415
|
-
//
|
|
3416
|
-
export { default as
|
|
3421
|
+
// UserRoundMinus aliases
|
|
3422
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3417
3423
|
export {
|
|
3418
3424
|
/** @deprecated */
|
|
3419
|
-
default as
|
|
3420
|
-
} from '../icons/user-round-
|
|
3425
|
+
default as UserMinus2Icon
|
|
3426
|
+
} from '../icons/user-round-minus';
|
|
3421
3427
|
// UserRoundPlus aliases
|
|
3422
3428
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3423
3429
|
export {
|
|
@@ -3430,12 +3436,6 @@ export {
|
|
|
3430
3436
|
/** @deprecated */
|
|
3431
3437
|
default as UserX2Icon
|
|
3432
3438
|
} from '../icons/user-round-x';
|
|
3433
|
-
// UserRoundMinus aliases
|
|
3434
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3435
|
-
export {
|
|
3436
|
-
/** @deprecated */
|
|
3437
|
-
default as UserMinus2Icon
|
|
3438
|
-
} from '../icons/user-round-minus';
|
|
3439
3439
|
// UserRound aliases
|
|
3440
3440
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3441
3441
|
export {
|
|
@@ -3448,22 +3448,22 @@ export {
|
|
|
3448
3448
|
/** @deprecated */
|
|
3449
3449
|
default as Users2Icon
|
|
3450
3450
|
} from '../icons/users-round';
|
|
3451
|
-
// UtensilsCrossed aliases
|
|
3452
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3453
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3454
3451
|
// WalletMinimal aliases
|
|
3455
3452
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3456
3453
|
export {
|
|
3457
3454
|
/** @deprecated */
|
|
3458
3455
|
default as Wallet2Icon
|
|
3459
3456
|
} from '../icons/wallet-minimal';
|
|
3460
|
-
// Utensils aliases
|
|
3461
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3462
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3463
3457
|
// WandSparkles aliases
|
|
3464
3458
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3465
3459
|
export {
|
|
3466
3460
|
/** @deprecated */
|
|
3467
3461
|
default as Wand2Icon
|
|
3468
3462
|
} from '../icons/wand-sparkles';
|
|
3463
|
+
// UtensilsCrossed aliases
|
|
3464
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3465
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3466
|
+
// Utensils aliases
|
|
3467
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3468
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3469
3469
|
|