@lucide/astro 1.44.0 → 1.45.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 +2 -2
- package/src/aliases/aliases.ts +152 -134
- package/src/aliases/prefixed.ts +639 -599
- package/src/aliases/suffixed.ts +844 -804
- package/src/icons/book-bookmark.ts +20 -0
- package/src/icons/building-complex-plus.ts +20 -0
- package/src/icons/{building-2.ts → building-complex.ts} +5 -5
- package/src/icons/calendar-chevrons-right.ts +20 -0
- package/src/icons/cookie.ts +2 -2
- package/src/icons/folder-bookmark.ts +2 -2
- package/src/icons/globe-code.ts +20 -0
- package/src/icons/hourglass-cog.ts +20 -0
- package/src/icons/houses.ts +20 -0
- package/src/icons/index.ts +173 -159
- package/src/icons/iv-bag.ts +20 -0
- package/src/icons/{album.ts → layout-arrow-down.ts} +5 -5
- package/src/icons/layout-arrow-right.ts +20 -0
- package/src/icons/lectern.ts +2 -2
- package/src/icons/messages-circle.ts +20 -0
- package/src/icons/mouth-off.ts +20 -0
- package/src/icons/mouth.ts +20 -0
- package/src/icons/notebook-dot.ts +20 -0
- package/src/icons/park.ts +20 -0
- package/src/icons/plant-pot.ts +20 -0
- package/src/icons/{book-marked.ts → square-bookmark.ts} +5 -5
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,31 +1,29 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// AArrowUp aliases
|
|
8
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
|
-
// Ad aliases
|
|
10
|
-
export { default as AdIcon } from '../icons/ad';
|
|
11
9
|
// Activity aliases
|
|
12
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
13
|
-
//
|
|
14
|
-
export { default as
|
|
11
|
+
// Ad aliases
|
|
12
|
+
export { default as AdIcon } from '../icons/ad';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AirVent aliases
|
|
16
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
-
// Album aliases
|
|
24
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
23
|
// AlignCenterVertical aliases
|
|
28
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
@@ -38,20 +36,20 @@ export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-hori
|
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
39
|
// AlignHorizontalJustifyStart aliases
|
|
44
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
41
|
// AlignHorizontalSpaceAround aliases
|
|
46
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
47
|
// AlignStartHorizontal aliases
|
|
50
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
-
// AlignStartVertical aliases
|
|
52
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
49
|
// AlignVerticalDistributeCenter aliases
|
|
54
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
@@ -64,14 +62,14 @@ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-
|
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
63
|
// AlignVerticalSpaceAround aliases
|
|
66
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
|
-
// AlignVerticalSpaceBetween aliases
|
|
68
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
65
|
// Ambulance aliases
|
|
70
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
// Ampersand aliases
|
|
72
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
67
|
// Ampersands aliases
|
|
74
68
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
|
+
// AlignVerticalSpaceBetween aliases
|
|
70
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
75
|
// Anchor aliases
|
|
@@ -86,26 +84,26 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
-
// AppWindow aliases
|
|
90
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
87
|
// Apple aliases
|
|
92
88
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
89
|
// ArchiveRestore aliases
|
|
94
90
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
// ArchiveX aliases
|
|
96
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
91
|
// Archive aliases
|
|
98
92
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
93
|
+
// AppWindow aliases
|
|
94
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
|
+
// ArchiveX aliases
|
|
96
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
101
|
// ArrowBigDown aliases
|
|
104
102
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeftDash aliases
|
|
106
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
103
|
// ArrowBigLeft aliases
|
|
108
104
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
105
|
+
// ArrowBigLeftDash aliases
|
|
106
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
109
|
// ArrowBigRight aliases
|
|
@@ -116,12 +114,12 @@ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
|
116
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
115
|
// ArrowDownFromLine aliases
|
|
118
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
-
// ArrowDownLeft aliases
|
|
120
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
117
|
// ArrowDownNarrowWide aliases
|
|
122
118
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
119
|
// ArrowDownToDot aliases
|
|
124
120
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
121
|
+
// ArrowDownLeft aliases
|
|
122
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
@@ -140,26 +138,26 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowRightToLine aliases
|
|
142
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRight aliases
|
|
146
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
-
// ArrowRightToLine aliases
|
|
148
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
147
|
// ArrowUpDown aliases
|
|
150
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromDot aliases
|
|
152
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
149
|
// ArrowUpFromLine aliases
|
|
154
150
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
155
|
// ArrowUpRight aliases
|
|
158
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
157
|
// ArrowUpWideNarrow aliases
|
|
162
158
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
163
|
// ArrowsUpFromLine aliases
|
|
@@ -176,10 +174,10 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
176
174
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
177
175
|
// AudioLinesX aliases
|
|
178
176
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
177
|
// AudioLines aliases
|
|
182
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
185
183
|
// Axe aliases
|
|
@@ -234,112 +232,112 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
234
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
+
// BanknoteCheck aliases
|
|
236
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
// BanknoteCheck aliases
|
|
242
|
-
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
243
|
// Barrel aliases
|
|
246
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
|
-
// Bath aliases
|
|
250
|
-
export { default as BathIcon } from '../icons/bath';
|
|
251
247
|
// BatteryCharging aliases
|
|
252
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
|
+
// Bath aliases
|
|
250
|
+
export { default as BathIcon } from '../icons/bath';
|
|
253
251
|
// BatteryFull aliases
|
|
254
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
253
|
// BatteryLow aliases
|
|
256
254
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
|
-
// BatteryPlus aliases
|
|
258
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
255
|
// BatteryMedium aliases
|
|
260
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
|
+
// BatteryPlus aliases
|
|
258
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
259
|
// BatteryWarning aliases
|
|
262
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
261
|
// Battery aliases
|
|
264
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
265
263
|
// Beaker aliases
|
|
266
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
|
-
// BeanOff aliases
|
|
268
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
265
|
// Bean aliases
|
|
270
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
267
|
+
// BeanOff aliases
|
|
268
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
273
269
|
// BedDouble aliases
|
|
274
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
275
271
|
// BedSingle aliases
|
|
276
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
275
|
// BeefOff aliases
|
|
278
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
277
|
// Beef aliases
|
|
282
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
+
// BeerOff aliases
|
|
280
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
281
|
// Beer aliases
|
|
284
282
|
export { default as BeerIcon } from '../icons/beer';
|
|
285
283
|
// BellCheck aliases
|
|
286
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
287
285
|
// BellDot aliases
|
|
288
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
289
|
-
// BellElectric aliases
|
|
290
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
287
|
// BellMinus aliases
|
|
292
288
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
293
|
-
// BellOff aliases
|
|
294
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
295
289
|
// BellPlus aliases
|
|
296
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
|
+
// BellElectric aliases
|
|
292
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
297
293
|
// BellRing aliases
|
|
298
294
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
|
+
// BellOff aliases
|
|
296
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
299
297
|
// Bell aliases
|
|
300
298
|
export { default as BellIcon } from '../icons/bell';
|
|
301
299
|
// BetweenVerticalEnd aliases
|
|
302
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
303
|
-
// BicepsFlexed aliases
|
|
304
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
301
|
// BetweenVerticalStart aliases
|
|
306
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
+
// BicepsFlexed aliases
|
|
304
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
305
|
// Bike aliases
|
|
308
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
309
|
-
// Binoculars aliases
|
|
310
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
307
|
// Binary aliases
|
|
312
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
313
311
|
// Biohazard aliases
|
|
314
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
315
|
-
// Bird aliases
|
|
316
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
317
313
|
// Birdhouse aliases
|
|
318
314
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
|
+
// Bird aliases
|
|
316
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
319
317
|
// Bitcoin aliases
|
|
320
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
319
|
// Blend aliases
|
|
322
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
323
|
-
// Blender aliases
|
|
324
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
325
321
|
// Blinds aliases
|
|
326
322
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
323
|
// Blocks aliases
|
|
328
324
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
325
|
+
// Blender aliases
|
|
326
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
329
327
|
// BluetoothConnected aliases
|
|
330
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
|
-
// BluetoothOff aliases
|
|
332
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
|
-
// BluetoothSearching aliases
|
|
334
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
329
|
// Bluetooth aliases
|
|
336
330
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
331
|
+
// BluetoothSearching aliases
|
|
332
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
|
+
// BluetoothOff aliases
|
|
334
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
337
335
|
// Bold aliases
|
|
338
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
339
|
-
// Bomb aliases
|
|
340
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
341
337
|
// Bolt aliases
|
|
342
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
|
+
// Bomb aliases
|
|
340
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
343
341
|
// BoneFracture aliases
|
|
344
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
343
|
// Bone aliases
|
|
@@ -352,10 +350,10 @@ export { default as BookAlertIcon } from '../icons/book-alert';
|
|
|
352
350
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
353
351
|
// BookCheck aliases
|
|
354
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
355
|
-
// BookDown aliases
|
|
356
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
353
|
// BookCopy aliases
|
|
358
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
355
|
+
// BookDown aliases
|
|
356
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
359
357
|
// BookHeart aliases
|
|
360
358
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
359
|
// BookHeadphones aliases
|
|
@@ -366,8 +364,6 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
366
364
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
365
|
// BookLock aliases
|
|
368
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
369
|
-
// BookMarked aliases
|
|
370
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
371
367
|
// BookMinus aliases
|
|
372
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
369
|
// BookOpenCheck aliases
|
|
@@ -434,28 +430,28 @@ export { default as BrainIcon } from '../icons/brain';
|
|
|
434
430
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
431
|
// BrickWallShield aliases
|
|
436
432
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
|
+
// BrickWall aliases
|
|
434
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
435
|
// Bridge aliases
|
|
438
436
|
export { default as BridgeIcon } from '../icons/bridge';
|
|
439
|
-
// BriefcaseBusiness aliases
|
|
440
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
441
437
|
// BriefcaseConveyorBelt aliases
|
|
442
438
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
|
-
//
|
|
444
|
-
export { default as
|
|
445
|
-
// Briefcase aliases
|
|
446
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
439
|
+
// BriefcaseBusiness aliases
|
|
440
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
447
441
|
// BriefcaseMedical aliases
|
|
448
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
+
// Briefcase aliases
|
|
444
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
449
445
|
// BringToFront aliases
|
|
450
446
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
451
447
|
// Broccoli aliases
|
|
452
448
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
453
449
|
// BroomSparkles aliases
|
|
454
450
|
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
455
|
-
// Broom aliases
|
|
456
|
-
export { default as BroomIcon } from '../icons/broom';
|
|
457
451
|
// BrushCleaning aliases
|
|
458
452
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
453
|
+
// Broom aliases
|
|
454
|
+
export { default as BroomIcon } from '../icons/broom';
|
|
459
455
|
// Brush aliases
|
|
460
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
461
457
|
// Bubbles aliases
|
|
@@ -466,16 +462,16 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
466
462
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
467
463
|
// Bug aliases
|
|
468
464
|
export { default as BugIcon } from '../icons/bug';
|
|
469
|
-
//
|
|
470
|
-
export { default as
|
|
465
|
+
// BuildingComplexPlus aliases
|
|
466
|
+
export { default as BuildingComplexPlusIcon } from '../icons/building-complex-plus';
|
|
471
467
|
// Building aliases
|
|
472
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
473
|
-
// CableCar aliases
|
|
474
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
|
-
// BusFront aliases
|
|
476
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
477
469
|
// Bus aliases
|
|
478
470
|
export { default as BusIcon } from '../icons/bus';
|
|
471
|
+
// BusFront aliases
|
|
472
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
473
|
+
// CableCar aliases
|
|
474
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
479
475
|
// Cable aliases
|
|
480
476
|
export { default as CableIcon } from '../icons/cable';
|
|
481
477
|
// CakeSlice aliases
|
|
@@ -494,44 +490,46 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
494
490
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
495
491
|
// CalendarCheck aliases
|
|
496
492
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
493
|
+
// CalendarChevronsRight aliases
|
|
494
|
+
export { default as CalendarChevronsRightIcon } from '../icons/calendar-chevrons-right';
|
|
497
495
|
// CalendarClock aliases
|
|
498
496
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
499
497
|
// CalendarCog aliases
|
|
500
498
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
501
499
|
// CalendarDays aliases
|
|
502
500
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
503
|
-
// CalendarFold aliases
|
|
504
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
505
501
|
// CalendarHeart aliases
|
|
506
502
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
|
+
// CalendarFold aliases
|
|
504
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
507
505
|
// CalendarMinus2 aliases
|
|
508
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
509
|
-
// CalendarOff aliases
|
|
510
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
507
|
// CalendarMinus aliases
|
|
512
508
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
509
|
+
// CalendarOff aliases
|
|
510
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
513
511
|
// CalendarPlus2 aliases
|
|
514
512
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
515
513
|
// CalendarPlus aliases
|
|
516
514
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
517
|
-
// CalendarSearch aliases
|
|
518
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
519
515
|
// CalendarRange aliases
|
|
520
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
521
|
-
//
|
|
522
|
-
export { default as
|
|
517
|
+
// CalendarSearch aliases
|
|
518
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
523
519
|
// CalendarX2 aliases
|
|
524
520
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
525
521
|
// CalendarX aliases
|
|
526
522
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
523
|
+
// CalendarSync aliases
|
|
524
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
527
525
|
// Calendar aliases
|
|
528
526
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
527
|
+
// Calendars aliases
|
|
528
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
529
529
|
// CameraOff aliases
|
|
530
530
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
531
531
|
// Camera aliases
|
|
532
532
|
export { default as CameraIcon } from '../icons/camera';
|
|
533
|
-
// Calendars aliases
|
|
534
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
535
533
|
// CanSoda aliases
|
|
536
534
|
export { default as CanSodaIcon } from '../icons/can-soda';
|
|
537
535
|
// Can aliases
|
|
@@ -548,12 +546,12 @@ export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
|
548
546
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
549
547
|
// CaptionsOff aliases
|
|
550
548
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
551
|
-
// CarBattery aliases
|
|
552
|
-
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
553
549
|
// CarFront aliases
|
|
554
550
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
555
551
|
// CarTaxiFront aliases
|
|
556
552
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
553
|
+
// CarBattery aliases
|
|
554
|
+
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
557
555
|
// Car aliases
|
|
558
556
|
export { default as CarIcon } from '../icons/car';
|
|
559
557
|
// Caravan aliases
|
|
@@ -566,10 +564,10 @@ export { default as CarrotIcon } from '../icons/carrot';
|
|
|
566
564
|
export { default as CartonOffIcon } from '../icons/carton-off';
|
|
567
565
|
// Carton aliases
|
|
568
566
|
export { default as CartonIcon } from '../icons/carton';
|
|
569
|
-
// CaseLower aliases
|
|
570
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
571
567
|
// CaseSensitive aliases
|
|
572
568
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
569
|
+
// CaseLower aliases
|
|
570
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
573
571
|
// CaseUpper aliases
|
|
574
572
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
575
573
|
// CassetteTape aliases
|
|
@@ -578,62 +576,62 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
578
576
|
export { default as CastIcon } from '../icons/cast';
|
|
579
577
|
// Castle aliases
|
|
580
578
|
export { default as CastleIcon } from '../icons/castle';
|
|
579
|
+
// Cctv aliases
|
|
580
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
581
581
|
// Cat aliases
|
|
582
582
|
export { default as CatIcon } from '../icons/cat';
|
|
583
583
|
// CctvOff aliases
|
|
584
584
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
585
|
-
// Cctv aliases
|
|
586
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
587
585
|
// ChartBarDecreasing aliases
|
|
588
586
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
589
587
|
// ChartBarIncreasing aliases
|
|
590
588
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
591
589
|
// ChartBarStacked aliases
|
|
592
590
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
593
|
-
// ChartColumnStacked aliases
|
|
594
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
595
591
|
// ChartColumnDecreasing aliases
|
|
596
592
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
593
|
+
// ChartColumnStacked aliases
|
|
594
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
597
595
|
// ChartGantt aliases
|
|
598
596
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
599
597
|
// ChartNetwork aliases
|
|
600
598
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
601
|
-
// ChartNoAxesCombined aliases
|
|
602
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
603
599
|
// ChartNoAxesColumnDecreasing aliases
|
|
604
600
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
601
|
+
// ChartNoAxesCombined aliases
|
|
602
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
605
603
|
// ChartSpline aliases
|
|
606
604
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
607
605
|
// CheckCheck aliases
|
|
608
606
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
609
607
|
// CheckLine aliases
|
|
610
608
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
611
|
-
// ChefHat aliases
|
|
612
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
613
609
|
// Check aliases
|
|
614
610
|
export { default as CheckIcon } from '../icons/check';
|
|
615
|
-
//
|
|
616
|
-
export { default as
|
|
611
|
+
// ChefHat aliases
|
|
612
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
617
613
|
// ChessBishop aliases
|
|
618
614
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
619
|
-
// ChessPawn aliases
|
|
620
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
621
615
|
// ChessKing aliases
|
|
622
616
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
623
617
|
// ChessKnight aliases
|
|
624
618
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
619
|
+
// Cherry aliases
|
|
620
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
625
621
|
// ChessQueen aliases
|
|
626
622
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
623
|
+
// ChessPawn aliases
|
|
624
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
627
625
|
// ChessRook aliases
|
|
628
626
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
629
|
-
// ChevronDown aliases
|
|
630
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
631
627
|
// ChevronFirst aliases
|
|
632
628
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
633
|
-
// ChevronLast aliases
|
|
634
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
635
629
|
// ChevronLeft aliases
|
|
636
630
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
631
|
+
// ChevronDown aliases
|
|
632
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
633
|
+
// ChevronLast aliases
|
|
634
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
637
635
|
// ChevronRight aliases
|
|
638
636
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
639
637
|
// ChevronUp aliases
|
|
@@ -662,24 +660,24 @@ export { default as ChurchIcon } from '../icons/church';
|
|
|
662
660
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
663
661
|
// Cigarette aliases
|
|
664
662
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
665
|
-
// CircleDashed aliases
|
|
666
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
667
663
|
// CircleDashedCheck aliases
|
|
668
664
|
export { default as CircleDashedCheckIcon } from '../icons/circle-dashed-check';
|
|
665
|
+
// CircleDashed aliases
|
|
666
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
669
667
|
// CircleDollarSign aliases
|
|
670
668
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
671
669
|
// CircleDotDashed aliases
|
|
672
670
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
673
671
|
// CircleDot aliases
|
|
674
672
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
675
|
-
// CircleEqual aliases
|
|
676
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
677
673
|
// CircleEllipsis aliases
|
|
678
674
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
675
|
+
// CircleEqual aliases
|
|
676
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
681
677
|
// CircleEuro aliases
|
|
682
678
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
679
|
+
// CircleFadingArrowUp aliases
|
|
680
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
683
681
|
// CircleFadingPlus aliases
|
|
684
682
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
685
683
|
// CircleOff aliases
|
|
@@ -688,38 +686,38 @@ export { default as CircleOffIcon } from '../icons/circle-off';
|
|
|
688
686
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
689
687
|
// CirclePoundSterling aliases
|
|
690
688
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
691
|
-
// CircleSlash aliases
|
|
692
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
693
689
|
// CircleSmall aliases
|
|
694
690
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
691
|
+
// CircleSlash aliases
|
|
692
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
695
693
|
// CircleStar aliases
|
|
696
694
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
697
695
|
// Circle aliases
|
|
698
696
|
export { default as CircleIcon } from '../icons/circle';
|
|
699
|
-
// Citrus aliases
|
|
700
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
701
697
|
// CircuitBoard aliases
|
|
702
698
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
699
|
+
// Citrus aliases
|
|
700
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
703
701
|
// Clapperboard aliases
|
|
704
702
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
705
703
|
// ClipboardCheck aliases
|
|
706
704
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
707
705
|
// ClipboardClock aliases
|
|
708
706
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
707
|
+
// ClipboardList aliases
|
|
708
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
709
709
|
// ClipboardCopy aliases
|
|
710
710
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
711
711
|
// ClipboardMinus aliases
|
|
712
712
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
713
|
-
// ClipboardList aliases
|
|
714
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
715
713
|
// ClipboardPaste aliases
|
|
716
714
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
717
715
|
// ClipboardPlus aliases
|
|
718
716
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
719
|
-
// ClipboardType aliases
|
|
720
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
721
717
|
// ClipboardX aliases
|
|
722
718
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
719
|
+
// ClipboardType aliases
|
|
720
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
723
721
|
// Clipboard aliases
|
|
724
722
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
725
723
|
// Clock1 aliases
|
|
@@ -728,16 +726,16 @@ export { default as Clock1Icon } from '../icons/clock-1';
|
|
|
728
726
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
729
727
|
// Clock11 aliases
|
|
730
728
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
731
|
-
// Clock12 aliases
|
|
732
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
733
729
|
// Clock2 aliases
|
|
734
730
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
731
|
+
// Clock12 aliases
|
|
732
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
735
733
|
// Clock3 aliases
|
|
736
734
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
737
|
-
// Clock5 aliases
|
|
738
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
739
735
|
// Clock4 aliases
|
|
740
736
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
737
|
+
// Clock5 aliases
|
|
738
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
741
739
|
// Clock6 aliases
|
|
742
740
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
743
741
|
// Clock7 aliases
|
|
@@ -760,18 +758,18 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
760
758
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
761
759
|
// ClockFading aliases
|
|
762
760
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
763
|
-
// Clock aliases
|
|
764
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
765
761
|
// ClockPlus aliases
|
|
766
762
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
763
|
+
// Clock aliases
|
|
764
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
767
765
|
// ClosedCaption aliases
|
|
768
766
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
769
767
|
// CloudAlert aliases
|
|
770
768
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
771
|
-
// CloudCheck aliases
|
|
772
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
773
769
|
// CloudBackup aliases
|
|
774
770
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
771
|
+
// CloudCheck aliases
|
|
772
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
775
773
|
// CloudCog aliases
|
|
776
774
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
777
775
|
// CloudDrizzle aliases
|
|
@@ -780,28 +778,28 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
780
778
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
781
779
|
// CloudHail aliases
|
|
782
780
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
783
|
-
// CloudMoonRain aliases
|
|
784
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
785
781
|
// CloudLightning aliases
|
|
786
782
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
783
|
+
// CloudMoonRain aliases
|
|
784
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
787
785
|
// CloudMoon aliases
|
|
788
786
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
789
787
|
// CloudOff aliases
|
|
790
788
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
791
789
|
// CloudRainWind aliases
|
|
792
790
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
793
|
-
// CloudRain aliases
|
|
794
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
795
791
|
// CloudSnow aliases
|
|
796
792
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
793
|
+
// CloudRain aliases
|
|
794
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
797
795
|
// CloudSunRain aliases
|
|
798
796
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
799
797
|
// CloudSun aliases
|
|
800
798
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
801
|
-
// Cloud aliases
|
|
802
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
803
799
|
// CloudSync aliases
|
|
804
800
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
801
|
+
// Cloud aliases
|
|
802
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
805
803
|
// Cloudy aliases
|
|
806
804
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
807
805
|
// Clover aliases
|
|
@@ -810,12 +808,12 @@ export { default as CloverIcon } from '../icons/clover';
|
|
|
810
808
|
export { default as ClubIcon } from '../icons/club';
|
|
811
809
|
// Code aliases
|
|
812
810
|
export { default as CodeIcon } from '../icons/code';
|
|
813
|
-
// Coffee aliases
|
|
814
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
815
811
|
// Cog aliases
|
|
816
812
|
export { default as CogIcon } from '../icons/cog';
|
|
817
813
|
// Coins aliases
|
|
818
814
|
export { default as CoinsIcon } from '../icons/coins';
|
|
815
|
+
// Coffee aliases
|
|
816
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
819
817
|
// Columns4 aliases
|
|
820
818
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
821
819
|
// Combine aliases
|
|
@@ -824,14 +822,14 @@ export { default as CombineIcon } from '../icons/combine';
|
|
|
824
822
|
export { default as CommandIcon } from '../icons/command';
|
|
825
823
|
// Compass aliases
|
|
826
824
|
export { default as CompassIcon } from '../icons/compass';
|
|
827
|
-
// Component aliases
|
|
828
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
829
825
|
// Computer aliases
|
|
830
826
|
export { default as ComputerIcon } from '../icons/computer';
|
|
831
|
-
//
|
|
832
|
-
export { default as
|
|
827
|
+
// Component aliases
|
|
828
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
833
829
|
// ConciergeBell aliases
|
|
834
830
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
831
|
+
// Cone aliases
|
|
832
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
835
833
|
// Construction aliases
|
|
836
834
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
837
835
|
// Contact aliases
|
|
@@ -840,20 +838,20 @@ export { default as ContactIcon } from '../icons/contact';
|
|
|
840
838
|
export { default as ContainerIcon } from '../icons/container';
|
|
841
839
|
// Contrast aliases
|
|
842
840
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
843
|
-
// CookingPot aliases
|
|
844
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
845
841
|
// Cookie aliases
|
|
846
842
|
export { default as CookieIcon } from '../icons/cookie';
|
|
843
|
+
// CookingPot aliases
|
|
844
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
847
845
|
// CopyCheck aliases
|
|
848
846
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
849
847
|
// CopyMinus aliases
|
|
850
848
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
851
849
|
// CopySlash aliases
|
|
852
850
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
853
|
-
// CopyX aliases
|
|
854
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
855
851
|
// CopyPlus aliases
|
|
856
852
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
853
|
+
// CopyX aliases
|
|
854
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
857
855
|
// Copy aliases
|
|
858
856
|
export { default as CopyIcon } from '../icons/copy';
|
|
859
857
|
// Copyleft aliases
|
|
@@ -862,54 +860,54 @@ export { default as CopyleftIcon } from '../icons/copyleft';
|
|
|
862
860
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
863
861
|
// CornerDownLeft aliases
|
|
864
862
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
865
|
-
// CornerDownRight aliases
|
|
866
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
867
863
|
// CornerLeftDown aliases
|
|
868
864
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
865
|
+
// CornerDownRight aliases
|
|
866
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
869
867
|
// CornerLeftUp aliases
|
|
870
868
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
871
869
|
// CornerRightDown aliases
|
|
872
870
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
873
871
|
// CornerRightUp aliases
|
|
874
872
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
875
|
-
// CornerUpRight aliases
|
|
876
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
877
873
|
// CornerUpLeft aliases
|
|
878
874
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
875
|
+
// CornerUpRight aliases
|
|
876
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
879
877
|
// Cpu aliases
|
|
880
878
|
export { default as CpuIcon } from '../icons/cpu';
|
|
881
|
-
// CreativeCommons aliases
|
|
882
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
883
879
|
// CreditCardCheck aliases
|
|
884
880
|
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
881
|
+
// CreativeCommons aliases
|
|
882
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
885
883
|
// CreditCardMinus aliases
|
|
886
884
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
887
|
-
// CreditCardReader aliases
|
|
888
|
-
export { default as CreditCardReaderIcon } from '../icons/credit-card-reader';
|
|
889
885
|
// CreditCardPlus aliases
|
|
890
886
|
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
891
|
-
//
|
|
892
|
-
export { default as
|
|
887
|
+
// CreditCardReader aliases
|
|
888
|
+
export { default as CreditCardReaderIcon } from '../icons/credit-card-reader';
|
|
889
|
+
// Crop aliases
|
|
890
|
+
export { default as CropIcon } from '../icons/crop';
|
|
893
891
|
// CreditCard aliases
|
|
894
892
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
895
893
|
// Croissant aliases
|
|
896
894
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
897
|
-
// Crop aliases
|
|
898
|
-
export { default as CropIcon } from '../icons/crop';
|
|
899
895
|
// Cross aliases
|
|
900
896
|
export { default as CrossIcon } from '../icons/cross';
|
|
897
|
+
// CreditCardX aliases
|
|
898
|
+
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
901
899
|
// Crosshair aliases
|
|
902
900
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
901
|
+
// Crown aliases
|
|
902
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
903
903
|
// Cuboid aliases
|
|
904
904
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
905
905
|
// CupSoda aliases
|
|
906
906
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
907
|
-
// Crown aliases
|
|
908
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
909
|
-
// Cylinder aliases
|
|
910
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
911
907
|
// Currency aliases
|
|
912
908
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
909
|
+
// Cylinder aliases
|
|
910
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
913
911
|
// Dam aliases
|
|
914
912
|
export { default as DamIcon } from '../icons/dam';
|
|
915
913
|
// DatabaseArrowDown aliases
|
|
@@ -938,16 +936,16 @@ export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
|
938
936
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
939
937
|
// Delete aliases
|
|
940
938
|
export { default as DeleteIcon } from '../icons/delete';
|
|
941
|
-
// Dessert aliases
|
|
942
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
943
939
|
// Diameter aliases
|
|
944
940
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
945
941
|
// DiamondMinus aliases
|
|
946
942
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
947
|
-
//
|
|
948
|
-
export { default as
|
|
943
|
+
// Dessert aliases
|
|
944
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
949
945
|
// Diamond aliases
|
|
950
946
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
947
|
+
// DiamondPlus aliases
|
|
948
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
951
949
|
// Dice1 aliases
|
|
952
950
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
953
951
|
// Dice2 aliases
|
|
@@ -972,20 +970,20 @@ export { default as Disc3Icon } from '../icons/disc-3';
|
|
|
972
970
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
973
971
|
// Disc aliases
|
|
974
972
|
export { default as DiscIcon } from '../icons/disc';
|
|
975
|
-
// Divide aliases
|
|
976
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
977
973
|
// DnaOff aliases
|
|
978
974
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
979
|
-
//
|
|
980
|
-
export { default as
|
|
975
|
+
// Divide aliases
|
|
976
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
981
977
|
// Dna aliases
|
|
982
978
|
export { default as DnaIcon } from '../icons/dna';
|
|
983
979
|
// Dog aliases
|
|
984
980
|
export { default as DogIcon } from '../icons/dog';
|
|
985
|
-
//
|
|
986
|
-
export { default as
|
|
981
|
+
// Dock aliases
|
|
982
|
+
export { default as DockIcon } from '../icons/dock';
|
|
987
983
|
// DollarSign aliases
|
|
988
984
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
985
|
+
// Dome aliases
|
|
986
|
+
export { default as DomeIcon } from '../icons/dome';
|
|
989
987
|
// Donut aliases
|
|
990
988
|
export { default as DonutIcon } from '../icons/donut';
|
|
991
989
|
// DoorClosedLocked aliases
|
|
@@ -1006,22 +1004,22 @@ export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
|
1006
1004
|
export { default as DramaIcon } from '../icons/drama';
|
|
1007
1005
|
// Drill aliases
|
|
1008
1006
|
export { default as DrillIcon } from '../icons/drill';
|
|
1009
|
-
// Drone aliases
|
|
1010
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
1011
1007
|
// DropletOff aliases
|
|
1012
1008
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
1013
|
-
//
|
|
1014
|
-
export { default as
|
|
1009
|
+
// Drone aliases
|
|
1010
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
1015
1011
|
// Droplet aliases
|
|
1016
1012
|
export { default as DropletIcon } from '../icons/droplet';
|
|
1013
|
+
// Droplets aliases
|
|
1014
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
1017
1015
|
// Drum aliases
|
|
1018
1016
|
export { default as DrumIcon } from '../icons/drum';
|
|
1019
1017
|
// Drumstick aliases
|
|
1020
1018
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
1021
|
-
// Dumbbell aliases
|
|
1022
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1023
1019
|
// EarOff aliases
|
|
1024
1020
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1021
|
+
// Dumbbell aliases
|
|
1022
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1025
1023
|
// Ear aliases
|
|
1026
1024
|
export { default as EarIcon } from '../icons/ear';
|
|
1027
1025
|
// EarthLock aliases
|
|
@@ -1070,28 +1068,28 @@ export { default as EyeOffIcon } from '../icons/eye-off';
|
|
|
1070
1068
|
export { default as EyeIcon } from '../icons/eye';
|
|
1071
1069
|
// Factory aliases
|
|
1072
1070
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1073
|
-
// FastForward aliases
|
|
1074
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1075
|
-
// Fence aliases
|
|
1076
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1077
1071
|
// Fan aliases
|
|
1078
1072
|
export { default as FanIcon } from '../icons/fan';
|
|
1079
1073
|
// Feather aliases
|
|
1080
1074
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1075
|
+
// FastForward aliases
|
|
1076
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1077
|
+
// Fence aliases
|
|
1078
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1083
1079
|
// FerrisWheel aliases
|
|
1084
1080
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1081
|
+
// FileArchive aliases
|
|
1082
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1085
1083
|
// FileBox aliases
|
|
1086
1084
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1087
|
-
// FileCheck aliases
|
|
1088
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1089
1085
|
// FileClock aliases
|
|
1090
1086
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1091
1087
|
// FileCode aliases
|
|
1092
1088
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1093
1089
|
// FileDiff aliases
|
|
1094
1090
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1091
|
+
// FileCheck aliases
|
|
1092
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1095
1093
|
// FileDigit aliases
|
|
1096
1094
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1097
1095
|
// FileDown aliases
|
|
@@ -1102,10 +1100,10 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1102
1100
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1103
1101
|
// FileInput aliases
|
|
1104
1102
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1105
|
-
// FileMusic aliases
|
|
1106
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1107
1103
|
// FileMinus aliases
|
|
1108
1104
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1105
|
+
// FileMusic aliases
|
|
1106
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1109
1107
|
// FileOutput aliases
|
|
1110
1108
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1111
1109
|
// FilePlus aliases
|
|
@@ -1140,16 +1138,16 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1140
1138
|
export { default as FileIcon } from '../icons/file';
|
|
1141
1139
|
// Files aliases
|
|
1142
1140
|
export { default as FilesIcon } from '../icons/files';
|
|
1143
|
-
// Film aliases
|
|
1144
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1145
1141
|
// FireExtinguisher aliases
|
|
1146
1142
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1143
|
+
// Film aliases
|
|
1144
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1147
1145
|
// FishOff aliases
|
|
1148
1146
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1149
|
-
// FishSymbol aliases
|
|
1150
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1151
1147
|
// Fish aliases
|
|
1152
1148
|
export { default as FishIcon } from '../icons/fish';
|
|
1149
|
+
// FishSymbol aliases
|
|
1150
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1153
1151
|
// FishingHook aliases
|
|
1154
1152
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1155
1153
|
// FishingRod aliases
|
|
@@ -1164,40 +1162,40 @@ export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
|
1164
1162
|
export { default as FlagIcon } from '../icons/flag';
|
|
1165
1163
|
// FlameKindling aliases
|
|
1166
1164
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1167
|
-
// Flame aliases
|
|
1168
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1169
|
-
// FlashlightOff aliases
|
|
1170
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1171
1165
|
// Flashlight aliases
|
|
1172
1166
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1167
|
+
// FlashlightOff aliases
|
|
1168
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1173
1169
|
// FlaskConicalOff aliases
|
|
1174
1170
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1171
|
+
// Flame aliases
|
|
1172
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1175
1173
|
// FlaskConical aliases
|
|
1176
1174
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1177
1175
|
// FlaskRound aliases
|
|
1178
1176
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1179
1177
|
// Flower2 aliases
|
|
1180
1178
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1181
|
-
// Focus aliases
|
|
1182
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1183
1179
|
// Flower aliases
|
|
1184
1180
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1181
|
+
// Focus aliases
|
|
1182
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1185
1183
|
// FoldHorizontal aliases
|
|
1186
1184
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1187
|
-
// FoldVertical aliases
|
|
1188
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1189
1185
|
// FolderArchive aliases
|
|
1190
1186
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1191
|
-
// FolderBookmark aliases
|
|
1192
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1193
1187
|
// FolderCheck aliases
|
|
1194
1188
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1189
|
+
// FolderBookmark aliases
|
|
1190
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1191
|
+
// FoldVertical aliases
|
|
1192
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1195
1193
|
// FolderClock aliases
|
|
1196
1194
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1197
|
-
// FolderClosed aliases
|
|
1198
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1199
1195
|
// FolderCode aliases
|
|
1200
1196
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1197
|
+
// FolderClosed aliases
|
|
1198
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1201
1199
|
// FolderDot aliases
|
|
1202
1200
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1203
1201
|
// FolderDown aliases
|
|
@@ -1208,10 +1206,10 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1208
1206
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1209
1207
|
// FolderHeart aliases
|
|
1210
1208
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1211
|
-
// FolderInput aliases
|
|
1212
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1213
1209
|
// FolderKanban aliases
|
|
1214
1210
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1211
|
+
// FolderInput aliases
|
|
1212
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1215
1213
|
// FolderKey aliases
|
|
1216
1214
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1217
1215
|
// FolderLock aliases
|
|
@@ -1232,10 +1230,10 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1232
1230
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1233
1231
|
// FolderSearch aliases
|
|
1234
1232
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1235
|
-
// FolderSymlink aliases
|
|
1236
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1237
1233
|
// FolderSync aliases
|
|
1238
1234
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1235
|
+
// FolderSymlink aliases
|
|
1236
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1239
1237
|
// FolderTree aliases
|
|
1240
1238
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1241
1239
|
// FolderUp aliases
|
|
@@ -1266,46 +1264,46 @@ export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
|
1266
1264
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1267
1265
|
// Galaxy aliases
|
|
1268
1266
|
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1269
|
-
// GalleryHorizontal aliases
|
|
1270
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1271
1267
|
// GalleryThumbnails aliases
|
|
1272
1268
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1273
|
-
// GalleryVertical aliases
|
|
1274
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1275
1269
|
// GalleryVerticalEnd aliases
|
|
1276
1270
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1271
|
+
// GalleryHorizontal aliases
|
|
1272
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1273
|
+
// GalleryVertical aliases
|
|
1274
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1277
1275
|
// Gamepad2 aliases
|
|
1278
1276
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1279
1277
|
// GamepadDirectional aliases
|
|
1280
1278
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1281
1279
|
// Gamepad aliases
|
|
1282
1280
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1283
|
-
// GapHorizontal aliases
|
|
1284
|
-
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1285
1281
|
// GapVertical aliases
|
|
1286
1282
|
export { default as GapVerticalIcon } from '../icons/gap-vertical';
|
|
1287
1283
|
// Gauge aliases
|
|
1288
1284
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1289
1285
|
// Gavel aliases
|
|
1290
1286
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1287
|
+
// GapHorizontal aliases
|
|
1288
|
+
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1291
1289
|
// Gem aliases
|
|
1292
1290
|
export { default as GemIcon } from '../icons/gem';
|
|
1293
1291
|
// GeorgianLari aliases
|
|
1294
1292
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1295
|
-
// GermOff aliases
|
|
1296
|
-
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1297
1293
|
// Germ aliases
|
|
1298
1294
|
export { default as GermIcon } from '../icons/germ';
|
|
1295
|
+
// GermOff aliases
|
|
1296
|
+
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1299
1297
|
// Ghost aliases
|
|
1300
1298
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1301
1299
|
// Gift aliases
|
|
1302
1300
|
export { default as GiftIcon } from '../icons/gift';
|
|
1303
1301
|
// GitBranchMinus aliases
|
|
1304
1302
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1305
|
-
// GitBranch aliases
|
|
1306
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1307
1303
|
// GitBranchPlus aliases
|
|
1308
1304
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1305
|
+
// GitBranch aliases
|
|
1306
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1309
1307
|
// GitCommitVertical aliases
|
|
1310
1308
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1311
1309
|
// GitCompareArrows aliases
|
|
@@ -1324,12 +1322,12 @@ export { default as GitMergeIcon } from '../icons/git-merge';
|
|
|
1324
1322
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1325
1323
|
// GitPullRequestClosed aliases
|
|
1326
1324
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1327
|
-
// GitPullRequestCreateArrow aliases
|
|
1328
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1329
1325
|
// GitPullRequestCreate aliases
|
|
1330
1326
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1331
1327
|
// GitPullRequestDraft aliases
|
|
1332
1328
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1329
|
+
// GitPullRequestCreateArrow aliases
|
|
1330
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1333
1331
|
// GitPullRequest aliases
|
|
1334
1332
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1335
1333
|
// GlassWater aliases
|
|
@@ -1340,22 +1338,24 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1340
1338
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1341
1339
|
// GlobeLock aliases
|
|
1342
1340
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1343
|
-
//
|
|
1344
|
-
export { default as
|
|
1341
|
+
// GlobeCode aliases
|
|
1342
|
+
export { default as GlobeCodeIcon } from '../icons/globe-code';
|
|
1345
1343
|
// GlobeOff aliases
|
|
1346
1344
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1345
|
+
// GlobeX aliases
|
|
1346
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1347
1347
|
// Globe aliases
|
|
1348
1348
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1349
1349
|
// Goal aliases
|
|
1350
1350
|
export { default as GoalIcon } from '../icons/goal';
|
|
1351
|
-
// Gpu aliases
|
|
1352
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1353
1351
|
// GraduationCap aliases
|
|
1354
1352
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1355
|
-
// Grid3x2 aliases
|
|
1356
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1357
1353
|
// Grape aliases
|
|
1358
1354
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1355
|
+
// Gpu aliases
|
|
1356
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1357
|
+
// Grid3x2 aliases
|
|
1358
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1359
1359
|
// GripHorizontal aliases
|
|
1360
1360
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1361
1361
|
// GripVertical aliases
|
|
@@ -1364,118 +1364,122 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1364
1364
|
export { default as GripIcon } from '../icons/grip';
|
|
1365
1365
|
// Group aliases
|
|
1366
1366
|
export { default as GroupIcon } from '../icons/group';
|
|
1367
|
-
// Hamburger aliases
|
|
1368
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1369
1367
|
// Guitar aliases
|
|
1370
1368
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1371
|
-
// Hammer aliases
|
|
1372
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1373
1369
|
// Ham aliases
|
|
1374
1370
|
export { default as HamIcon } from '../icons/ham';
|
|
1371
|
+
// Hamburger aliases
|
|
1372
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1373
|
+
// Hammer aliases
|
|
1374
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1375
1375
|
// HandCoins aliases
|
|
1376
1376
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1377
|
-
// HandFist aliases
|
|
1378
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1379
1377
|
// HandHeart aliases
|
|
1380
1378
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1381
|
-
//
|
|
1382
|
-
export { default as
|
|
1379
|
+
// HandFist aliases
|
|
1380
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1383
1381
|
// Hand aliases
|
|
1384
1382
|
export { default as HandIcon } from '../icons/hand';
|
|
1383
|
+
// HandMetal aliases
|
|
1384
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1385
1385
|
// HandPlatter aliases
|
|
1386
1386
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1387
1387
|
// Handbag aliases
|
|
1388
1388
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1389
1389
|
// Handshake aliases
|
|
1390
1390
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1391
|
+
// HardDriveUpload aliases
|
|
1392
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1391
1393
|
// HardDriveDownload aliases
|
|
1392
1394
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1393
1395
|
// HardDrive aliases
|
|
1394
1396
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1395
1397
|
// HardHat aliases
|
|
1396
1398
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1397
|
-
// HardDriveUpload aliases
|
|
1398
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1399
1399
|
// Hash aliases
|
|
1400
1400
|
export { default as HashIcon } from '../icons/hash';
|
|
1401
|
-
// HatGlasses aliases
|
|
1402
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1403
1401
|
// Haze aliases
|
|
1404
1402
|
export { default as HazeIcon } from '../icons/haze';
|
|
1405
1403
|
// Hd aliases
|
|
1406
1404
|
export { default as HdIcon } from '../icons/hd';
|
|
1405
|
+
// HatGlasses aliases
|
|
1406
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1407
1407
|
// HdmiPort aliases
|
|
1408
1408
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1409
1409
|
// Heading1 aliases
|
|
1410
1410
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1411
1411
|
// Heading2 aliases
|
|
1412
1412
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1413
|
+
// Heading5 aliases
|
|
1414
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1413
1415
|
// Heading3 aliases
|
|
1414
1416
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1415
1417
|
// Heading4 aliases
|
|
1416
1418
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1417
|
-
// Heading5 aliases
|
|
1418
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1419
1419
|
// Heading6 aliases
|
|
1420
1420
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1421
1421
|
// Heading aliases
|
|
1422
1422
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1423
|
-
// HeadphoneOff aliases
|
|
1424
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1425
1423
|
// Headphones aliases
|
|
1426
1424
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1427
1425
|
// Headset aliases
|
|
1428
1426
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1427
|
+
// HeadphoneOff aliases
|
|
1428
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1429
1429
|
// HeartCrack aliases
|
|
1430
1430
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1431
1431
|
// HeartHandshake aliases
|
|
1432
1432
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1433
1433
|
// HeartMinus aliases
|
|
1434
1434
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1435
|
-
// HeartOff aliases
|
|
1436
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1437
1435
|
// HeartPlus aliases
|
|
1438
1436
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1439
|
-
//
|
|
1440
|
-
export { default as
|
|
1437
|
+
// HeartOff aliases
|
|
1438
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1441
1439
|
// HeartX aliases
|
|
1442
1440
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1441
|
+
// HeartPulse aliases
|
|
1442
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1443
1443
|
// Heart aliases
|
|
1444
1444
|
export { default as HeartIcon } from '../icons/heart';
|
|
1445
1445
|
// Heater aliases
|
|
1446
1446
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1447
1447
|
// Helicopter aliases
|
|
1448
1448
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1449
|
-
// Highlighter aliases
|
|
1450
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1451
1449
|
// Hexagon aliases
|
|
1452
1450
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1451
|
+
// Highlighter aliases
|
|
1452
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1453
1453
|
// HopOff aliases
|
|
1454
1454
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1455
|
-
// Hop aliases
|
|
1456
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1457
1455
|
// Hospital aliases
|
|
1458
1456
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1457
|
+
// Hop aliases
|
|
1458
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1459
1459
|
// Hotel aliases
|
|
1460
1460
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1461
|
+
// HourglassCog aliases
|
|
1462
|
+
export { default as HourglassCogIcon } from '../icons/hourglass-cog';
|
|
1461
1463
|
// Hourglass aliases
|
|
1462
1464
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1463
1465
|
// HouseHeart aliases
|
|
1464
1466
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1465
1467
|
// HousePlug aliases
|
|
1466
1468
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1467
|
-
// HouseWifi aliases
|
|
1468
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1469
|
-
// IdCard aliases
|
|
1470
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1471
1469
|
// HousePlus aliases
|
|
1472
1470
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1471
|
+
// HouseWifi aliases
|
|
1472
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1473
|
+
// Houses aliases
|
|
1474
|
+
export { default as HousesIcon } from '../icons/houses';
|
|
1473
1475
|
// IdCardLanyard aliases
|
|
1474
1476
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1475
1477
|
// ImageDown aliases
|
|
1476
1478
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1477
1479
|
// ImageMinus aliases
|
|
1478
1480
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1481
|
+
// IdCard aliases
|
|
1482
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1479
1483
|
// ImageOff aliases
|
|
1480
1484
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1481
1485
|
// ImagePlay aliases
|
|
@@ -1506,10 +1510,12 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1506
1510
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1507
1511
|
// IterationCcw aliases
|
|
1508
1512
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1509
|
-
// JapaneseYen aliases
|
|
1510
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1511
1513
|
// IterationCw aliases
|
|
1512
1514
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1515
|
+
// IvBag aliases
|
|
1516
|
+
export { default as IvBagIcon } from '../icons/iv-bag';
|
|
1517
|
+
// JapaneseYen aliases
|
|
1518
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1513
1519
|
// Joystick aliases
|
|
1514
1520
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1515
1521
|
// Kanban aliases
|
|
@@ -1518,42 +1524,42 @@ export { default as KanbanIcon } from '../icons/kanban';
|
|
|
1518
1524
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1519
1525
|
// KeyRound aliases
|
|
1520
1526
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1521
|
-
// Key aliases
|
|
1522
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1523
1527
|
// KeySquare aliases
|
|
1524
1528
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1529
|
+
// Key aliases
|
|
1530
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1525
1531
|
// KeyboardMusic aliases
|
|
1526
1532
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1527
1533
|
// KeyboardOff aliases
|
|
1528
1534
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1529
1535
|
// Keyboard aliases
|
|
1530
1536
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1531
|
-
// LampCeiling aliases
|
|
1532
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1533
1537
|
// LampDesk aliases
|
|
1534
1538
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1539
|
+
// LampCeiling aliases
|
|
1540
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1535
1541
|
// LampFloor aliases
|
|
1536
1542
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1537
|
-
// LampWallDown aliases
|
|
1538
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1539
1543
|
// LampWallUp aliases
|
|
1540
1544
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1545
|
+
// LampWallDown aliases
|
|
1546
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1541
1547
|
// Lamp aliases
|
|
1542
1548
|
export { default as LampIcon } from '../icons/lamp';
|
|
1543
1549
|
// LandPlot aliases
|
|
1544
1550
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1545
1551
|
// Landmark aliases
|
|
1546
1552
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1547
|
-
// Languages aliases
|
|
1548
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1549
1553
|
// LaptopMinimalCheck aliases
|
|
1550
1554
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1555
|
+
// Languages aliases
|
|
1556
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1551
1557
|
// Laptop aliases
|
|
1552
1558
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1553
|
-
// LassoSelect aliases
|
|
1554
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1555
1559
|
// Lasso aliases
|
|
1556
1560
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1561
|
+
// LassoSelect aliases
|
|
1562
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1557
1563
|
// LayerArrowDown aliases
|
|
1558
1564
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1559
1565
|
// LayerArrowUp aliases
|
|
@@ -1568,14 +1574,18 @@ export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
|
1568
1574
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1569
1575
|
// LayersPlus aliases
|
|
1570
1576
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1577
|
+
// LayoutArrowDown aliases
|
|
1578
|
+
export { default as LayoutArrowDownIcon } from '../icons/layout-arrow-down';
|
|
1579
|
+
// LayoutArrowRight aliases
|
|
1580
|
+
export { default as LayoutArrowRightIcon } from '../icons/layout-arrow-right';
|
|
1571
1581
|
// LayoutDashboard aliases
|
|
1572
1582
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1573
1583
|
// LayoutFreeform aliases
|
|
1574
1584
|
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1575
|
-
// LayoutList aliases
|
|
1576
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1577
1585
|
// LayoutGrid aliases
|
|
1578
1586
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1587
|
+
// LayoutList aliases
|
|
1588
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1579
1589
|
// LayoutPanelLeft aliases
|
|
1580
1590
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1581
1591
|
// LayoutPanelTop aliases
|
|
@@ -1616,12 +1626,12 @@ export { default as LineStyleIcon } from '../icons/line-style';
|
|
|
1616
1626
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1617
1627
|
// Link2 aliases
|
|
1618
1628
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1629
|
+
// ListCheck aliases
|
|
1630
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1619
1631
|
// Link aliases
|
|
1620
1632
|
export { default as LinkIcon } from '../icons/link';
|
|
1621
1633
|
// ListChecks aliases
|
|
1622
1634
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1623
|
-
// ListCheck aliases
|
|
1624
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1625
1635
|
// ListChevronsDownUp aliases
|
|
1626
1636
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1627
1637
|
// ListChevronsUpDown aliases
|
|
@@ -1638,24 +1648,24 @@ export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
|
1638
1648
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1639
1649
|
// ListMinus aliases
|
|
1640
1650
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1641
|
-
// ListMusic aliases
|
|
1642
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1643
1651
|
// ListOrdered aliases
|
|
1644
1652
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1653
|
+
// ListMusic aliases
|
|
1654
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1645
1655
|
// ListPlus aliases
|
|
1646
1656
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1647
1657
|
// ListRestart aliases
|
|
1648
1658
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1649
|
-
// ListSortDescending aliases
|
|
1650
|
-
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1651
1659
|
// ListSortAscending aliases
|
|
1652
1660
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1661
|
+
// ListSortDescending aliases
|
|
1662
|
+
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1653
1663
|
// ListStart aliases
|
|
1654
1664
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1655
|
-
// ListTodo aliases
|
|
1656
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1657
1665
|
// ListTree aliases
|
|
1658
1666
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1667
|
+
// ListTodo aliases
|
|
1668
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1659
1669
|
// ListVideo aliases
|
|
1660
1670
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1661
1671
|
// ListX aliases
|
|
@@ -1664,30 +1674,30 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1664
1674
|
export { default as ListIcon } from '../icons/list';
|
|
1665
1675
|
// LoaderPinwheel aliases
|
|
1666
1676
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1667
|
-
// LocateFixed aliases
|
|
1668
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1669
1677
|
// Loader aliases
|
|
1670
1678
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1671
1679
|
// LocateOff aliases
|
|
1672
1680
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1681
|
+
// LocateFixed aliases
|
|
1682
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1673
1683
|
// Locate aliases
|
|
1674
1684
|
export { default as LocateIcon } from '../icons/locate';
|
|
1675
1685
|
// LockKeyhole aliases
|
|
1676
1686
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1677
|
-
// LogIn aliases
|
|
1678
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1679
1687
|
// Lock aliases
|
|
1680
1688
|
export { default as LockIcon } from '../icons/lock';
|
|
1681
1689
|
// LogOut aliases
|
|
1682
1690
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1691
|
+
// LogIn aliases
|
|
1692
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1683
1693
|
// Logs aliases
|
|
1684
1694
|
export { default as LogsIcon } from '../icons/logs';
|
|
1685
1695
|
// Lollipop aliases
|
|
1686
1696
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1687
|
-
// Magnet aliases
|
|
1688
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1689
1697
|
// Luggage aliases
|
|
1690
1698
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1699
|
+
// Magnet aliases
|
|
1700
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1691
1701
|
// MailBadge aliases
|
|
1692
1702
|
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1693
1703
|
// MailCheck aliases
|
|
@@ -1704,30 +1714,30 @@ export { default as MailPenIcon } from '../icons/mail-pen';
|
|
|
1704
1714
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1705
1715
|
// MailSearch aliases
|
|
1706
1716
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1717
|
+
// MailX aliases
|
|
1718
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1707
1719
|
// MailWarning aliases
|
|
1708
1720
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1709
1721
|
// Mail aliases
|
|
1710
1722
|
export { default as MailIcon } from '../icons/mail';
|
|
1711
|
-
// MailX aliases
|
|
1712
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1713
1723
|
// Mailbox aliases
|
|
1714
1724
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1715
1725
|
// Mails aliases
|
|
1716
1726
|
export { default as MailsIcon } from '../icons/mails';
|
|
1717
|
-
// MapMinus aliases
|
|
1718
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1719
1727
|
// MapPinCheckInside aliases
|
|
1720
1728
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1729
|
+
// MapMinus aliases
|
|
1730
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1721
1731
|
// MapPinCheck aliases
|
|
1722
1732
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1723
1733
|
// MapPinHouse aliases
|
|
1724
1734
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1725
1735
|
// MapPinMinusInside aliases
|
|
1726
1736
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1727
|
-
// MapPinMinus aliases
|
|
1728
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1729
1737
|
// MapPinOff aliases
|
|
1730
1738
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1739
|
+
// MapPinMinus aliases
|
|
1740
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1731
1741
|
// MapPinPlusInside aliases
|
|
1732
1742
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1733
1743
|
// MapPinPlus aliases
|
|
@@ -1754,10 +1764,10 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1754
1764
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1755
1765
|
// Maximize2 aliases
|
|
1756
1766
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1757
|
-
// Medal aliases
|
|
1758
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1759
1767
|
// Maximize aliases
|
|
1760
1768
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1769
|
+
// Medal aliases
|
|
1770
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1761
1771
|
// MegaphoneOff aliases
|
|
1762
1772
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1763
1773
|
// Megaphone aliases
|
|
@@ -1766,26 +1776,26 @@ export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
|
1766
1776
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1767
1777
|
// Menu aliases
|
|
1768
1778
|
export { default as MenuIcon } from '../icons/menu';
|
|
1769
|
-
// MessageCircleCheck aliases
|
|
1770
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1771
1779
|
// Merge aliases
|
|
1772
1780
|
export { default as MergeIcon } from '../icons/merge';
|
|
1773
|
-
// MessageCircleDashedCheck aliases
|
|
1774
|
-
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1775
1781
|
// MessageCircleCode aliases
|
|
1776
1782
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1783
|
+
// MessageCircleCheck aliases
|
|
1784
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1785
|
+
// MessageCircleDashedCheck aliases
|
|
1786
|
+
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1777
1787
|
// MessageCircleDashed aliases
|
|
1778
1788
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1779
1789
|
// MessageCircleHeart aliases
|
|
1780
1790
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1781
1791
|
// MessageCircleMore aliases
|
|
1782
1792
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1783
|
-
// MessageCircleOff aliases
|
|
1784
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1785
|
-
// MessageCirclePlus aliases
|
|
1786
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1787
1793
|
// MessageCircleReply aliases
|
|
1788
1794
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1795
|
+
// MessageCirclePlus aliases
|
|
1796
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1797
|
+
// MessageCircleOff aliases
|
|
1798
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1789
1799
|
// MessageCircleWarning aliases
|
|
1790
1800
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1791
1801
|
// MessageCircleX aliases
|
|
@@ -1800,10 +1810,10 @@ export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
|
1800
1810
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1801
1811
|
// MessageSquareDiff aliases
|
|
1802
1812
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1803
|
-
// MessageSquareHeart aliases
|
|
1804
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1805
1813
|
// MessageSquareDot aliases
|
|
1806
1814
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1815
|
+
// MessageSquareHeart aliases
|
|
1816
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1807
1817
|
// MessageSquareLock aliases
|
|
1808
1818
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1809
1819
|
// MessageSquareMore aliases
|
|
@@ -1816,18 +1826,20 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1816
1826
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1817
1827
|
// MessageSquareReply aliases
|
|
1818
1828
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1819
|
-
// MessageSquareText aliases
|
|
1820
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1821
1829
|
// MessageSquareShare aliases
|
|
1822
1830
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1831
|
+
// MessageSquareText aliases
|
|
1832
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1823
1833
|
// MessageSquareWarning aliases
|
|
1824
1834
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1825
1835
|
// MessageSquareX aliases
|
|
1826
1836
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1827
|
-
// MessagesSquare aliases
|
|
1828
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1829
1837
|
// MessageSquare aliases
|
|
1830
1838
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1839
|
+
// MessagesCircle aliases
|
|
1840
|
+
export { default as MessagesCircleIcon } from '../icons/messages-circle';
|
|
1841
|
+
// MessagesSquare aliases
|
|
1842
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1831
1843
|
// Metronome aliases
|
|
1832
1844
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1833
1845
|
// MicAudioLines aliases
|
|
@@ -1846,82 +1858,86 @@ export { default as MicrowaveIcon } from '../icons/microwave';
|
|
|
1846
1858
|
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1847
1859
|
// Milestone aliases
|
|
1848
1860
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1849
|
-
// Milk aliases
|
|
1850
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1851
1861
|
// MilkOff aliases
|
|
1852
1862
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1853
|
-
// Minimize aliases
|
|
1854
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1855
1863
|
// Minimize2 aliases
|
|
1856
1864
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1865
|
+
// Milk aliases
|
|
1866
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1857
1867
|
// Minus aliases
|
|
1858
1868
|
export { default as MinusIcon } from '../icons/minus';
|
|
1869
|
+
// Minimize aliases
|
|
1870
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1859
1871
|
// MirrorRectangular aliases
|
|
1860
1872
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1861
|
-
// MirrorRound aliases
|
|
1862
|
-
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1863
1873
|
// MonitorCheck aliases
|
|
1864
1874
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1875
|
+
// MirrorRound aliases
|
|
1876
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1865
1877
|
// MonitorCloud aliases
|
|
1866
1878
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1879
|
+
// MonitorCog aliases
|
|
1880
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1867
1881
|
// MonitorDot aliases
|
|
1868
1882
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1869
1883
|
// MonitorDown aliases
|
|
1870
1884
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1871
|
-
// MonitorCog aliases
|
|
1872
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1873
1885
|
// MonitorOff aliases
|
|
1874
1886
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1875
|
-
// MonitorPause aliases
|
|
1876
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1877
1887
|
// MonitorPlay aliases
|
|
1878
1888
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1889
|
+
// MonitorPause aliases
|
|
1890
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1879
1891
|
// MonitorSmartphone aliases
|
|
1880
1892
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1881
1893
|
// MonitorSpeaker aliases
|
|
1882
1894
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1883
|
-
// MonitorStop aliases
|
|
1884
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1885
1895
|
// MonitorUp aliases
|
|
1886
1896
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1887
1897
|
// MonitorX aliases
|
|
1888
1898
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1899
|
+
// MonitorStop aliases
|
|
1900
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1889
1901
|
// Monitor aliases
|
|
1890
1902
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1891
|
-
// Moon aliases
|
|
1892
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1893
1903
|
// MoonStar aliases
|
|
1894
1904
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1895
1905
|
// MopSparkles aliases
|
|
1896
1906
|
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1907
|
+
// Moon aliases
|
|
1908
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1897
1909
|
// Mop aliases
|
|
1898
1910
|
export { default as MopIcon } from '../icons/mop';
|
|
1899
1911
|
// Mosque aliases
|
|
1900
1912
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1901
|
-
// Motorbike aliases
|
|
1902
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1903
1913
|
// MountainSnow aliases
|
|
1904
1914
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1905
1915
|
// Mountain aliases
|
|
1906
1916
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1917
|
+
// Motorbike aliases
|
|
1918
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1907
1919
|
// MouseLeft aliases
|
|
1908
1920
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1909
1921
|
// MouseOff aliases
|
|
1910
1922
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1911
1923
|
// MousePointer2Off aliases
|
|
1912
1924
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1913
|
-
// MousePointerBan aliases
|
|
1914
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1915
1925
|
// MousePointer2 aliases
|
|
1916
1926
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1927
|
+
// MousePointerBan aliases
|
|
1928
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1917
1929
|
// MousePointerClick aliases
|
|
1918
1930
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1919
|
-
// MousePointer aliases
|
|
1920
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1921
1931
|
// MouseRight aliases
|
|
1922
1932
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1933
|
+
// MousePointer aliases
|
|
1934
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1923
1935
|
// Mouse aliases
|
|
1924
1936
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1937
|
+
// MouthOff aliases
|
|
1938
|
+
export { default as MouthOffIcon } from '../icons/mouth-off';
|
|
1939
|
+
// Mouth aliases
|
|
1940
|
+
export { default as MouthIcon } from '../icons/mouth';
|
|
1925
1941
|
// MoveDiagonal2 aliases
|
|
1926
1942
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1927
1943
|
// MoveDiagonal aliases
|
|
@@ -1930,10 +1946,10 @@ export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
|
1930
1946
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1931
1947
|
// MoveDownRight aliases
|
|
1932
1948
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1933
|
-
// MoveHorizontal aliases
|
|
1934
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1935
1949
|
// MoveDown aliases
|
|
1936
1950
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1951
|
+
// MoveHorizontal aliases
|
|
1952
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1937
1953
|
// MoveLeft aliases
|
|
1938
1954
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1939
1955
|
// MoveRight aliases
|
|
@@ -1964,26 +1980,26 @@ export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
|
1964
1980
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1965
1981
|
// Navigation aliases
|
|
1966
1982
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1967
|
-
// Newspaper aliases
|
|
1968
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1969
1983
|
// Network aliases
|
|
1970
1984
|
export { default as NetworkIcon } from '../icons/network';
|
|
1985
|
+
// Newspaper aliases
|
|
1986
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1971
1987
|
// Nfc aliases
|
|
1972
1988
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1973
1989
|
// NonBinary aliases
|
|
1974
1990
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1991
|
+
// NotebookDot aliases
|
|
1992
|
+
export { default as NotebookDotIcon } from '../icons/notebook-dot';
|
|
1977
1993
|
// NotebookTabs aliases
|
|
1978
1994
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1979
1995
|
// NotebookText aliases
|
|
1980
1996
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1997
|
+
// NotebookPen aliases
|
|
1998
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1981
1999
|
// Notebook aliases
|
|
1982
2000
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1983
2001
|
// NotepadTextDashed aliases
|
|
1984
2002
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1985
|
-
// NotepadText aliases
|
|
1986
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1987
2003
|
// NutOff aliases
|
|
1988
2004
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1989
2005
|
// Nut aliases
|
|
@@ -1992,26 +2008,28 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1992
2008
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1993
2009
|
// Octagon aliases
|
|
1994
2010
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
2011
|
+
// NotepadText aliases
|
|
2012
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1995
2013
|
// Omega aliases
|
|
1996
2014
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1997
|
-
// Orbit aliases
|
|
1998
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1999
2015
|
// Option aliases
|
|
2000
2016
|
export { default as OptionIcon } from '../icons/option';
|
|
2001
|
-
//
|
|
2002
|
-
export { default as
|
|
2003
|
-
// PackageCheck aliases
|
|
2004
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2017
|
+
// Orbit aliases
|
|
2018
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
2005
2019
|
// Package2 aliases
|
|
2006
2020
|
export { default as Package2Icon } from '../icons/package-2';
|
|
2021
|
+
// Origami aliases
|
|
2022
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
2007
2023
|
// PackageMinus aliases
|
|
2008
2024
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
2025
|
+
// PackageCheck aliases
|
|
2026
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2009
2027
|
// PackagePlus aliases
|
|
2010
2028
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
2011
|
-
// PackageOpen aliases
|
|
2012
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2013
2029
|
// PackageSearch aliases
|
|
2014
2030
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
2031
|
+
// PackageOpen aliases
|
|
2032
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2015
2033
|
// PackageX aliases
|
|
2016
2034
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
2017
2035
|
// Package aliases
|
|
@@ -2024,10 +2042,10 @@ export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
|
2024
2042
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
2025
2043
|
// Palette aliases
|
|
2026
2044
|
export { default as PaletteIcon } from '../icons/palette';
|
|
2027
|
-
// PanelBottomClose aliases
|
|
2028
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
2029
2045
|
// Panda aliases
|
|
2030
2046
|
export { default as PandaIcon } from '../icons/panda';
|
|
2047
|
+
// PanelBottomClose aliases
|
|
2048
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
2031
2049
|
// PanelBottomOpen aliases
|
|
2032
2050
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
2033
2051
|
// PanelBottom aliases
|
|
@@ -2056,24 +2074,26 @@ export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
|
2056
2074
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2057
2075
|
// Paperclip aliases
|
|
2058
2076
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2059
|
-
// Parentheses aliases
|
|
2060
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2061
2077
|
// Parasol aliases
|
|
2062
2078
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
2063
2079
|
// ParkingMeter aliases
|
|
2064
2080
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2081
|
+
// Parentheses aliases
|
|
2082
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2083
|
+
// Park aliases
|
|
2084
|
+
export { default as ParkIcon } from '../icons/park';
|
|
2067
2085
|
// Pause aliases
|
|
2068
2086
|
export { default as PauseIcon } from '../icons/pause';
|
|
2069
2087
|
// PawPrint aliases
|
|
2070
2088
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2071
2089
|
// PcCase aliases
|
|
2072
2090
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2073
|
-
//
|
|
2074
|
-
export { default as
|
|
2091
|
+
// PartyPopper aliases
|
|
2092
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2075
2093
|
// PenTool aliases
|
|
2076
2094
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2095
|
+
// PenOff aliases
|
|
2096
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2077
2097
|
// PencilLine aliases
|
|
2078
2098
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2079
2099
|
// PencilOff aliases
|
|
@@ -2090,86 +2110,88 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
2090
2110
|
export { default as PercentIcon } from '../icons/percent';
|
|
2091
2111
|
// PersonStanding aliases
|
|
2092
2112
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2093
|
-
// Phi aliases
|
|
2094
|
-
export { default as PhiIcon } from '../icons/phi';
|
|
2095
2113
|
// PhilippinePeso aliases
|
|
2096
2114
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2115
|
+
// Phi aliases
|
|
2116
|
+
export { default as PhiIcon } from '../icons/phi';
|
|
2097
2117
|
// PhoneCall aliases
|
|
2098
2118
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2119
|
+
// PhoneIncoming aliases
|
|
2120
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2099
2121
|
// PhoneForwarded aliases
|
|
2100
2122
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2101
2123
|
// PhoneMissed aliases
|
|
2102
2124
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2103
2125
|
// PhoneOff aliases
|
|
2104
2126
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2105
|
-
// PhoneIncoming aliases
|
|
2106
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2107
2127
|
// PhoneOutgoing aliases
|
|
2108
2128
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2109
2129
|
// Phone aliases
|
|
2110
2130
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2111
|
-
// Pi aliases
|
|
2112
|
-
export { default as PiIcon } from '../icons/pi';
|
|
2113
2131
|
// Piano aliases
|
|
2114
2132
|
export { default as PianoIcon } from '../icons/piano';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2133
|
+
// Pi aliases
|
|
2134
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2117
2135
|
// PictureInPicture2 aliases
|
|
2118
2136
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2121
|
-
// PiggyBank aliases
|
|
2122
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2137
|
+
// Pickaxe aliases
|
|
2138
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2123
2139
|
// PilcrowLeft aliases
|
|
2124
2140
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2141
|
+
// PictureInPicture aliases
|
|
2142
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2125
2143
|
// PilcrowRight aliases
|
|
2126
2144
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2145
|
+
// PiggyBank aliases
|
|
2146
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2127
2147
|
// Pilcrow aliases
|
|
2128
2148
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2129
2149
|
// PillBottle aliases
|
|
2130
2150
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2131
2151
|
// Pill aliases
|
|
2132
2152
|
export { default as PillIcon } from '../icons/pill';
|
|
2133
|
-
// Pin aliases
|
|
2134
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2135
2153
|
// PinOff aliases
|
|
2136
2154
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2137
|
-
//
|
|
2138
|
-
export { default as
|
|
2139
|
-
// Pipette aliases
|
|
2140
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2155
|
+
// Pin aliases
|
|
2156
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2141
2157
|
// PlaneLanding aliases
|
|
2142
2158
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2143
|
-
//
|
|
2144
|
-
export { default as
|
|
2159
|
+
// Pipette aliases
|
|
2160
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2161
|
+
// Pizza aliases
|
|
2162
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2145
2163
|
// PlaneTakeoff aliases
|
|
2146
2164
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2165
|
+
// PlantPot aliases
|
|
2166
|
+
export { default as PlantPotIcon } from '../icons/plant-pot';
|
|
2167
|
+
// Plane aliases
|
|
2168
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2149
2169
|
// PlayOff aliases
|
|
2150
2170
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2171
|
+
// Play aliases
|
|
2172
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2151
2173
|
// PlayingCard aliases
|
|
2152
2174
|
export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
2153
|
-
// PlayingCardsFan aliases
|
|
2154
|
-
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2155
2175
|
// PlayingCards aliases
|
|
2156
2176
|
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2157
2177
|
// Plug2 aliases
|
|
2158
2178
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2159
|
-
// Plus aliases
|
|
2160
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2161
2179
|
// Plug aliases
|
|
2162
2180
|
export { default as PlugIcon } from '../icons/plug';
|
|
2181
|
+
// PlayingCardsFan aliases
|
|
2182
|
+
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2183
|
+
// Plus aliases
|
|
2184
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2163
2185
|
// Podium aliases
|
|
2164
2186
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2165
2187
|
// PocketKnife aliases
|
|
2166
2188
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2167
2189
|
// PointerOff aliases
|
|
2168
2190
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2169
|
-
// Pointer aliases
|
|
2170
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2171
2191
|
// Popcorn aliases
|
|
2172
2192
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2193
|
+
// Pointer aliases
|
|
2194
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2173
2195
|
// Popsicle aliases
|
|
2174
2196
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2175
2197
|
// PoundSterling aliases
|
|
@@ -2186,10 +2208,10 @@ export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
|
2186
2208
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2187
2209
|
// Printer aliases
|
|
2188
2210
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2189
|
-
// Projector aliases
|
|
2190
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2191
2211
|
// Proportions aliases
|
|
2192
2212
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2213
|
+
// Projector aliases
|
|
2214
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2193
2215
|
// Puzzle aliases
|
|
2194
2216
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2195
2217
|
// Pyramid aliases
|
|
@@ -2200,10 +2222,10 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2200
2222
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2201
2223
|
// Rabbit aliases
|
|
2202
2224
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2203
|
-
// Radiation aliases
|
|
2204
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2205
2225
|
// Radar aliases
|
|
2206
2226
|
export { default as RadarIcon } from '../icons/radar';
|
|
2227
|
+
// Radiation aliases
|
|
2228
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2207
2229
|
// RadioOff aliases
|
|
2208
2230
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2209
2231
|
// Radical aliases
|
|
@@ -2218,10 +2240,10 @@ export { default as RadioIcon } from '../icons/radio';
|
|
|
2218
2240
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2219
2241
|
// Rainbow aliases
|
|
2220
2242
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2221
|
-
// Ratio aliases
|
|
2222
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2223
2243
|
// Rat aliases
|
|
2224
2244
|
export { default as RatIcon } from '../icons/rat';
|
|
2245
|
+
// Ratio aliases
|
|
2246
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2225
2247
|
// ReceiptCent aliases
|
|
2226
2248
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2227
2249
|
// ReceiptEuro aliases
|
|
@@ -2232,44 +2254,44 @@ export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee
|
|
|
2232
2254
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2233
2255
|
// ReceiptPoundSterling aliases
|
|
2234
2256
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2257
|
+
// ReceiptRussianRuble aliases
|
|
2258
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2235
2259
|
// ReceiptSwissFranc aliases
|
|
2236
2260
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2237
2261
|
// ReceiptText aliases
|
|
2238
2262
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2239
|
-
// ReceiptRussianRuble aliases
|
|
2240
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2241
2263
|
// ReceiptTurkishLira aliases
|
|
2242
2264
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2243
2265
|
// Receipt aliases
|
|
2244
2266
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2245
|
-
// RectangleGoggles aliases
|
|
2246
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2247
|
-
// RectangleHorizontal aliases
|
|
2248
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2249
2267
|
// RectangleCircle aliases
|
|
2250
2268
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2269
|
+
// RectangleHorizontal aliases
|
|
2270
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2271
|
+
// RectangleGoggles aliases
|
|
2272
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2251
2273
|
// RectangleVertical aliases
|
|
2252
2274
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2253
2275
|
// Recycle aliases
|
|
2254
2276
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2277
|
+
// Redo2 aliases
|
|
2278
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2255
2279
|
// RedoDot aliases
|
|
2256
2280
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2257
2281
|
// Redo aliases
|
|
2258
2282
|
export { default as RedoIcon } from '../icons/redo';
|
|
2259
|
-
// Redo2 aliases
|
|
2260
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2261
2283
|
// RefreshCcwDot aliases
|
|
2262
2284
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2263
2285
|
// RefreshCcw aliases
|
|
2264
2286
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2265
|
-
// RefreshCwOff aliases
|
|
2266
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2267
2287
|
// RefreshCw aliases
|
|
2268
2288
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2289
|
+
// RefreshCwOff aliases
|
|
2290
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2271
2291
|
// Regex aliases
|
|
2272
2292
|
export { default as RegexIcon } from '../icons/regex';
|
|
2293
|
+
// Refrigerator aliases
|
|
2294
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2273
2295
|
// RemoveFormatting aliases
|
|
2274
2296
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2275
2297
|
// Repeat1 aliases
|
|
@@ -2278,12 +2300,12 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2278
2300
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2279
2301
|
// RepeatOff aliases
|
|
2280
2302
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2303
|
+
// Replace aliases
|
|
2304
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2281
2305
|
// Repeat aliases
|
|
2282
2306
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2283
2307
|
// ReplaceAll aliases
|
|
2284
2308
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2285
|
-
// Replace aliases
|
|
2286
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2287
2309
|
// ReplyAll aliases
|
|
2288
2310
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2289
2311
|
// Reply aliases
|
|
@@ -2304,32 +2326,32 @@ export { default as RocketIcon } from '../icons/rocket';
|
|
|
2304
2326
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2305
2327
|
// RollerCoaster aliases
|
|
2306
2328
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2329
|
+
// RotateCcwKey aliases
|
|
2330
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2307
2331
|
// Rose aliases
|
|
2308
2332
|
export { default as RoseIcon } from '../icons/rose';
|
|
2309
2333
|
// RotateCcwSquare aliases
|
|
2310
2334
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2311
|
-
// RotateCcwKey aliases
|
|
2312
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2313
|
-
// RotateCcw aliases
|
|
2314
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2315
|
-
// RotateCwFadingClock aliases
|
|
2316
|
-
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2317
2335
|
// RotateCwSquare aliases
|
|
2318
2336
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2337
|
+
// RotateCcw aliases
|
|
2338
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2319
2339
|
// RotateCw aliases
|
|
2320
2340
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2321
|
-
//
|
|
2322
|
-
export { default as
|
|
2341
|
+
// RotateCwFadingClock aliases
|
|
2342
|
+
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2323
2343
|
// Route aliases
|
|
2324
2344
|
export { default as RouteIcon } from '../icons/route';
|
|
2345
|
+
// RouteOff aliases
|
|
2346
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2325
2347
|
// Router aliases
|
|
2326
2348
|
export { default as RouterIcon } from '../icons/router';
|
|
2327
2349
|
// Rows4 aliases
|
|
2328
2350
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2329
|
-
// RulerDimensionLine aliases
|
|
2330
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2331
2351
|
// Rss aliases
|
|
2332
2352
|
export { default as RssIcon } from '../icons/rss';
|
|
2353
|
+
// RulerDimensionLine aliases
|
|
2354
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2333
2355
|
// Ruler aliases
|
|
2334
2356
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2335
2357
|
// RussianRuble aliases
|
|
@@ -2342,68 +2364,68 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2342
2364
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2343
2365
|
// SatelliteDish aliases
|
|
2344
2366
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2345
|
-
// Satellite aliases
|
|
2346
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2347
2367
|
// SaudiRiyal aliases
|
|
2348
2368
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2349
|
-
//
|
|
2350
|
-
export { default as
|
|
2369
|
+
// Satellite aliases
|
|
2370
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2351
2371
|
// SaveAll aliases
|
|
2352
2372
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2373
|
+
// SaveCheck aliases
|
|
2374
|
+
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2355
2375
|
// SaveOff aliases
|
|
2356
2376
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2357
|
-
//
|
|
2358
|
-
export { default as
|
|
2377
|
+
// SavePen aliases
|
|
2378
|
+
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2359
2379
|
// Save aliases
|
|
2360
2380
|
export { default as SaveIcon } from '../icons/save';
|
|
2361
|
-
// Scaling aliases
|
|
2362
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2363
2381
|
// Scale aliases
|
|
2364
2382
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2383
|
+
// SavePlus aliases
|
|
2384
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2385
|
+
// Scaling aliases
|
|
2386
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2365
2387
|
// ScanBarcode aliases
|
|
2366
2388
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2367
2389
|
// ScanBox aliases
|
|
2368
2390
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2369
|
-
// ScanEye aliases
|
|
2370
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2371
2391
|
// ScanFace aliases
|
|
2372
2392
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2393
|
+
// ScanEye aliases
|
|
2394
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2373
2395
|
// ScanHeart aliases
|
|
2374
2396
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2375
2397
|
// ScanLine aliases
|
|
2376
2398
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2377
2399
|
// ScanQrCode aliases
|
|
2378
2400
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2379
|
-
// ScanSquare aliases
|
|
2380
|
-
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2381
2401
|
// ScanSearch aliases
|
|
2382
2402
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2383
2403
|
// ScanText aliases
|
|
2384
2404
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2385
|
-
// School aliases
|
|
2386
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2387
2405
|
// Scan aliases
|
|
2388
2406
|
export { default as ScanIcon } from '../icons/scan';
|
|
2407
|
+
// ScanSquare aliases
|
|
2408
|
+
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2409
|
+
// School aliases
|
|
2410
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2389
2411
|
// ScissorsLineDashed aliases
|
|
2390
2412
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2391
2413
|
// Scissors aliases
|
|
2392
2414
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2393
|
-
// Scooter aliases
|
|
2394
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2395
2415
|
// ScreenShareOff aliases
|
|
2396
2416
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2417
|
+
// Scooter aliases
|
|
2418
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2397
2419
|
// ScreenShare aliases
|
|
2398
2420
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2399
|
-
// Scroll aliases
|
|
2400
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2401
2421
|
// ScrollText aliases
|
|
2402
2422
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2403
|
-
// SearchCheck aliases
|
|
2404
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2405
2423
|
// SearchAlert aliases
|
|
2406
2424
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2425
|
+
// Scroll aliases
|
|
2426
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2427
|
+
// SearchCheck aliases
|
|
2428
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2407
2429
|
// SearchCode aliases
|
|
2408
2430
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2409
2431
|
// SearchSlash aliases
|
|
@@ -2458,28 +2480,28 @@ export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
|
2458
2480
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2459
2481
|
// ShieldCog aliases
|
|
2460
2482
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2461
|
-
// ShieldEllipsis aliases
|
|
2462
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2463
2483
|
// ShieldHalf aliases
|
|
2464
2484
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2465
2485
|
// ShieldKeyhole aliases
|
|
2466
2486
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2487
|
+
// ShieldEllipsis aliases
|
|
2488
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2467
2489
|
// ShieldLock aliases
|
|
2468
2490
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2469
2491
|
// ShieldMinus aliases
|
|
2470
2492
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2471
|
-
// ShieldOff aliases
|
|
2472
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2473
2493
|
// ShieldPlus aliases
|
|
2474
2494
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2495
|
+
// ShieldOff aliases
|
|
2496
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2475
2497
|
// ShieldUser aliases
|
|
2476
2498
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2477
|
-
// Shield aliases
|
|
2478
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2479
2499
|
// ShipCargo aliases
|
|
2480
2500
|
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2481
2501
|
// ShipWheel aliases
|
|
2482
2502
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2503
|
+
// Shield aliases
|
|
2504
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2483
2505
|
// Ship aliases
|
|
2484
2506
|
export { default as ShipIcon } from '../icons/ship';
|
|
2485
2507
|
// Shirt aliases
|
|
@@ -2504,10 +2526,10 @@ export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
|
2504
2526
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2505
2527
|
// Shrimp aliases
|
|
2506
2528
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2507
|
-
// Shrub aliases
|
|
2508
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2509
2529
|
// Shrink aliases
|
|
2510
2530
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2531
|
+
// Shrub aliases
|
|
2532
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2511
2533
|
// Shuffle aliases
|
|
2512
2534
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2513
2535
|
// Sigma aliases
|
|
@@ -2526,10 +2548,10 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2526
2548
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2527
2549
|
// SignpostBig aliases
|
|
2528
2550
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2529
|
-
// Signpost aliases
|
|
2530
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2531
2551
|
// Siren aliases
|
|
2532
2552
|
export { default as SirenIcon } from '../icons/siren';
|
|
2553
|
+
// Signpost aliases
|
|
2554
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2533
2555
|
// SkipBack aliases
|
|
2534
2556
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2535
2557
|
// SkipForward aliases
|
|
@@ -2544,10 +2566,10 @@ export { default as SliceIcon } from '../icons/slice';
|
|
|
2544
2566
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2545
2567
|
// SmartphoneCharging aliases
|
|
2546
2568
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2547
|
-
// Smartphone aliases
|
|
2548
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2549
2569
|
// SmartphoneNfc aliases
|
|
2550
2570
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2571
|
+
// Smartphone aliases
|
|
2572
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2551
2573
|
// Snail aliases
|
|
2552
2574
|
export { default as SnailIcon } from '../icons/snail';
|
|
2553
2575
|
// Snowflake aliases
|
|
@@ -2562,10 +2584,10 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2562
2584
|
export { default as SoupIcon } from '../icons/soup';
|
|
2563
2585
|
// Space aliases
|
|
2564
2586
|
export { default as SpaceIcon } from '../icons/space';
|
|
2565
|
-
// Spade aliases
|
|
2566
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2567
2587
|
// Sparkle aliases
|
|
2568
2588
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2589
|
+
// Spade aliases
|
|
2590
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2569
2591
|
// Speech aliases
|
|
2570
2592
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2571
2593
|
// Speaker aliases
|
|
@@ -2576,22 +2598,22 @@ export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
|
2576
2598
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2577
2599
|
// SplinePointer aliases
|
|
2578
2600
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2579
|
-
// Spline aliases
|
|
2580
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2581
2601
|
// Split aliases
|
|
2582
2602
|
export { default as SplitIcon } from '../icons/split';
|
|
2583
|
-
//
|
|
2584
|
-
export { default as
|
|
2603
|
+
// Spline aliases
|
|
2604
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2585
2605
|
// Spool aliases
|
|
2586
2606
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2607
|
+
// SportShoe aliases
|
|
2608
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2587
2609
|
// Spotlight aliases
|
|
2588
2610
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2589
2611
|
// SprayCan aliases
|
|
2590
2612
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2591
|
-
// SquareArrowRightEnter aliases
|
|
2592
|
-
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2593
2613
|
// Sprout aliases
|
|
2594
2614
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2615
|
+
// SquareArrowRightEnter aliases
|
|
2616
|
+
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2595
2617
|
// SquareArrowRightExit aliases
|
|
2596
2618
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2597
2619
|
// SquareDashedBottomCode aliases
|
|
@@ -2604,20 +2626,20 @@ export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-
|
|
|
2604
2626
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2605
2627
|
// SquareOff aliases
|
|
2606
2628
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2607
|
-
// SquareExclamationPoint aliases
|
|
2608
|
-
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2609
2629
|
// SquarePause aliases
|
|
2610
2630
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2611
|
-
//
|
|
2612
|
-
export { default as
|
|
2613
|
-
// SquareRadical aliases
|
|
2614
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2615
|
-
// SquareStack aliases
|
|
2616
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2631
|
+
// SquareExclamationPoint aliases
|
|
2632
|
+
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2617
2633
|
// SquareRoundCorner aliases
|
|
2618
2634
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2635
|
+
// SquareRadical aliases
|
|
2636
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2619
2637
|
// SquareStar aliases
|
|
2620
2638
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2639
|
+
// SquareSquare aliases
|
|
2640
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2641
|
+
// SquareStack aliases
|
|
2642
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2621
2643
|
// SquareStop aliases
|
|
2622
2644
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2623
2645
|
// SquareText aliases
|
|
@@ -2632,12 +2654,12 @@ export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
|
2632
2654
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2633
2655
|
// SquaresUnite aliases
|
|
2634
2656
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2635
|
-
// Squirrel aliases
|
|
2636
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2637
2657
|
// SquircleDashed aliases
|
|
2638
2658
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2639
2659
|
// Squircle aliases
|
|
2640
2660
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2661
|
+
// Squirrel aliases
|
|
2662
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2641
2663
|
// Stamp aliases
|
|
2642
2664
|
export { default as StampIcon } from '../icons/stamp';
|
|
2643
2665
|
// StarCheck aliases
|
|
@@ -2662,10 +2684,10 @@ export { default as StepForwardIcon } from '../icons/step-forward';
|
|
|
2662
2684
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2663
2685
|
// Sticker aliases
|
|
2664
2686
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2665
|
-
// StickyNoteMinus aliases
|
|
2666
|
-
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2667
2687
|
// StickyNoteCheck aliases
|
|
2668
2688
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2689
|
+
// StickyNoteMinus aliases
|
|
2690
|
+
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2669
2691
|
// StickyNoteOff aliases
|
|
2670
2692
|
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2671
2693
|
// StickyNotePlus aliases
|
|
@@ -2674,12 +2696,12 @@ export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
|
2674
2696
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2675
2697
|
// StickyNote aliases
|
|
2676
2698
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2699
|
+
// StickyNotes aliases
|
|
2700
|
+
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2677
2701
|
// Stone aliases
|
|
2678
2702
|
export { default as StoneIcon } from '../icons/stone';
|
|
2679
2703
|
// Store aliases
|
|
2680
2704
|
export { default as StoreIcon } from '../icons/store';
|
|
2681
|
-
// StickyNotes aliases
|
|
2682
|
-
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2683
2705
|
// StretchHorizontal aliases
|
|
2684
2706
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2685
2707
|
// StretchVertical aliases
|
|
@@ -2690,10 +2712,10 @@ export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
|
2690
2712
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2691
2713
|
// Summary aliases
|
|
2692
2714
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2693
|
-
// SunDim aliases
|
|
2694
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2695
2715
|
// SunMedium aliases
|
|
2696
2716
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2717
|
+
// SunDim aliases
|
|
2718
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2697
2719
|
// SunMoon aliases
|
|
2698
2720
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2699
2721
|
// SunSnow aliases
|
|
@@ -2702,18 +2724,18 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2702
2724
|
export { default as SunIcon } from '../icons/sun';
|
|
2703
2725
|
// Sunrise aliases
|
|
2704
2726
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2727
|
+
// Superscript aliases
|
|
2728
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2705
2729
|
// Sunset aliases
|
|
2706
2730
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2707
2731
|
// SwatchBook aliases
|
|
2708
2732
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2709
|
-
// Superscript aliases
|
|
2710
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2711
|
-
// Sword aliases
|
|
2712
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2713
2733
|
// SwissFranc aliases
|
|
2714
2734
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2715
2735
|
// SwitchCamera aliases
|
|
2716
2736
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2737
|
+
// Sword aliases
|
|
2738
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2717
2739
|
// Swords aliases
|
|
2718
2740
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2719
2741
|
// Syringe aliases
|
|
@@ -2726,16 +2748,16 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2726
2748
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2727
2749
|
// TableColumnsSplit aliases
|
|
2728
2750
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2751
|
+
// TableOfContents aliases
|
|
2752
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2729
2753
|
// TableProperties aliases
|
|
2730
2754
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2731
2755
|
// TableRowsSplit aliases
|
|
2732
2756
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2733
|
-
// TableOfContents aliases
|
|
2734
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2735
|
-
// TabletSmartphone aliases
|
|
2736
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2737
2757
|
// Table aliases
|
|
2738
2758
|
export { default as TableIcon } from '../icons/table';
|
|
2759
|
+
// TabletSmartphone aliases
|
|
2760
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2739
2761
|
// Tablet aliases
|
|
2740
2762
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2741
2763
|
// TagPlus aliases
|
|
@@ -2746,10 +2768,10 @@ export { default as TabletsIcon } from '../icons/tablets';
|
|
|
2746
2768
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2747
2769
|
// Tag aliases
|
|
2748
2770
|
export { default as TagIcon } from '../icons/tag';
|
|
2749
|
-
// Tally1 aliases
|
|
2750
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2751
2771
|
// Tags aliases
|
|
2752
2772
|
export { default as TagsIcon } from '../icons/tags';
|
|
2773
|
+
// Tally1 aliases
|
|
2774
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2753
2775
|
// Tally2 aliases
|
|
2754
2776
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2755
2777
|
// Tally3 aliases
|
|
@@ -2758,10 +2780,10 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2758
2780
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2759
2781
|
// Tally5 aliases
|
|
2760
2782
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2761
|
-
// Tangent aliases
|
|
2762
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2763
2783
|
// Target aliases
|
|
2764
2784
|
export { default as TargetIcon } from '../icons/target';
|
|
2785
|
+
// Tangent aliases
|
|
2786
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2765
2787
|
// Telescope aliases
|
|
2766
2788
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2767
2789
|
// TentTree aliases
|
|
@@ -2772,40 +2794,40 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2772
2794
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2773
2795
|
// TestTube aliases
|
|
2774
2796
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2775
|
-
// TextCursor aliases
|
|
2776
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2777
|
-
// TestTubes aliases
|
|
2778
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2779
2797
|
// TextCursorInput aliases
|
|
2780
2798
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2799
|
+
// TestTubes aliases
|
|
2800
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2801
|
+
// TextCursor aliases
|
|
2802
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2781
2803
|
// TextQuote aliases
|
|
2782
2804
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2783
2805
|
// TextSearch aliases
|
|
2784
2806
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2785
|
-
// Theater aliases
|
|
2786
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2787
2807
|
// ThermometerSnowflake aliases
|
|
2788
2808
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2789
2809
|
// ThermometerSun aliases
|
|
2790
2810
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2811
|
+
// Theater aliases
|
|
2812
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2791
2813
|
// Thermometer aliases
|
|
2792
2814
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2793
2815
|
// ThumbsDown aliases
|
|
2794
2816
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2795
2817
|
// ThumbsUp aliases
|
|
2796
2818
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2797
|
-
// TicTacToe aliases
|
|
2798
|
-
export { default as TicTacToeIcon } from '../icons/tic-tac-toe';
|
|
2799
2819
|
// TicketCheck aliases
|
|
2800
2820
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2801
|
-
//
|
|
2802
|
-
export { default as
|
|
2821
|
+
// TicTacToe aliases
|
|
2822
|
+
export { default as TicTacToeIcon } from '../icons/tic-tac-toe';
|
|
2803
2823
|
// TicketPercent aliases
|
|
2804
2824
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2805
|
-
//
|
|
2806
|
-
export { default as
|
|
2825
|
+
// TicketMinus aliases
|
|
2826
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2807
2827
|
// TicketPlus aliases
|
|
2808
2828
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2829
|
+
// TicketSlash aliases
|
|
2830
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2809
2831
|
// TicketX aliases
|
|
2810
2832
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2811
2833
|
// Ticket aliases
|
|
@@ -2826,10 +2848,10 @@ export { default as TimerIcon } from '../icons/timer';
|
|
|
2826
2848
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2827
2849
|
// ToggleRight aliases
|
|
2828
2850
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2829
|
-
// Toilet aliases
|
|
2830
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2831
2851
|
// ToolCase aliases
|
|
2832
2852
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2853
|
+
// Toilet aliases
|
|
2854
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2833
2855
|
// Toolbox aliases
|
|
2834
2856
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2835
2857
|
// ToothbrushSparkles aliases
|
|
@@ -2862,10 +2884,10 @@ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
|
2862
2884
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2863
2885
|
// TrainTrack aliases
|
|
2864
2886
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2865
|
-
// TrashOff aliases
|
|
2866
|
-
export { default as TrashOffIcon } from '../icons/trash-off';
|
|
2867
2887
|
// Transgender aliases
|
|
2868
2888
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2889
|
+
// TrashOff aliases
|
|
2890
|
+
export { default as TrashOffIcon } from '../icons/trash-off';
|
|
2869
2891
|
// TreeDeciduous aliases
|
|
2870
2892
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2871
2893
|
// TreePine aliases
|
|
@@ -2890,20 +2912,20 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2890
2912
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2891
2913
|
// Truck aliases
|
|
2892
2914
|
export { default as TruckIcon } from '../icons/truck';
|
|
2893
|
-
// TurkishLira aliases
|
|
2894
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2895
2915
|
// Turntable aliases
|
|
2896
2916
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2897
|
-
// Turtle aliases
|
|
2898
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2899
2917
|
// TvMinimalPlay aliases
|
|
2900
2918
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2919
|
+
// TurkishLira aliases
|
|
2920
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2921
|
+
// Turtle aliases
|
|
2922
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2901
2923
|
// Tv aliases
|
|
2902
2924
|
export { default as TvIcon } from '../icons/tv';
|
|
2903
|
-
// TypeOutline aliases
|
|
2904
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2905
2925
|
// Type aliases
|
|
2906
2926
|
export { default as TypeIcon } from '../icons/type';
|
|
2927
|
+
// TypeOutline aliases
|
|
2928
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2907
2929
|
// UmbrellaOff aliases
|
|
2908
2930
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2909
2931
|
// Umbrella aliases
|
|
@@ -2914,10 +2936,10 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2914
2936
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2915
2937
|
// UndoDot aliases
|
|
2916
2938
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2917
|
-
// Undo aliases
|
|
2918
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2919
2939
|
// UnfoldHorizontal aliases
|
|
2920
2940
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2941
|
+
// Undo aliases
|
|
2942
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2921
2943
|
// UnfoldVertical aliases
|
|
2922
2944
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2923
2945
|
// Ungroup aliases
|
|
@@ -2942,42 +2964,42 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2942
2964
|
export { default as UserGroupIcon } from '../icons/user-group';
|
|
2943
2965
|
// UserKey aliases
|
|
2944
2966
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2945
|
-
// UserLock aliases
|
|
2946
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2947
2967
|
// UserMinus aliases
|
|
2948
2968
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2969
|
+
// UserLock aliases
|
|
2970
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2949
2971
|
// UserPen aliases
|
|
2950
2972
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2951
2973
|
// UserPlus aliases
|
|
2952
2974
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2953
|
-
// UserRoundArrowLeft aliases
|
|
2954
|
-
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2955
2975
|
// UserRoundGroup aliases
|
|
2956
2976
|
export { default as UserRoundGroupIcon } from '../icons/user-round-group';
|
|
2977
|
+
// UserRoundArrowLeft aliases
|
|
2978
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2957
2979
|
// UserRoundKey aliases
|
|
2958
2980
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2959
2981
|
// UserRoundPen aliases
|
|
2960
2982
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2961
2983
|
// UserSearch aliases
|
|
2962
2984
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2963
|
-
// UserRoundSearch aliases
|
|
2964
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2965
2985
|
// UserShield aliases
|
|
2966
2986
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2987
|
+
// UserRoundSearch aliases
|
|
2988
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2967
2989
|
// UserStar aliases
|
|
2968
2990
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2969
|
-
// UserX aliases
|
|
2970
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2971
2991
|
// User aliases
|
|
2972
2992
|
export { default as UserIcon } from '../icons/user';
|
|
2973
|
-
//
|
|
2974
|
-
export { default as
|
|
2975
|
-
// Van aliases
|
|
2976
|
-
export { default as VanIcon } from '../icons/van';
|
|
2993
|
+
// UserX aliases
|
|
2994
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2977
2995
|
// UtilityPole aliases
|
|
2978
2996
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2997
|
+
// Users aliases
|
|
2998
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2979
2999
|
// Variable aliases
|
|
2980
3000
|
export { default as VariableIcon } from '../icons/variable';
|
|
3001
|
+
// Van aliases
|
|
3002
|
+
export { default as VanIcon } from '../icons/van';
|
|
2981
3003
|
// Vault aliases
|
|
2982
3004
|
export { default as VaultIcon } from '../icons/vault';
|
|
2983
3005
|
// VectorPolygon aliases
|
|
@@ -3006,10 +3028,10 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
3006
3028
|
export { default as ViewIcon } from '../icons/view';
|
|
3007
3029
|
// VirusOff aliases
|
|
3008
3030
|
export { default as VirusOffIcon } from '../icons/virus-off';
|
|
3009
|
-
// Virus aliases
|
|
3010
|
-
export { default as VirusIcon } from '../icons/virus';
|
|
3011
3031
|
// Voicemail aliases
|
|
3012
3032
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
3033
|
+
// Virus aliases
|
|
3034
|
+
export { default as VirusIcon } from '../icons/virus';
|
|
3013
3035
|
// Volleyball aliases
|
|
3014
3036
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
3015
3037
|
// Volume1 aliases
|
|
@@ -3022,26 +3044,26 @@ export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
|
3022
3044
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
3023
3045
|
// Volume aliases
|
|
3024
3046
|
export { default as VolumeIcon } from '../icons/volume';
|
|
3025
|
-
// Vote aliases
|
|
3026
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
3027
3047
|
// WalletCards aliases
|
|
3028
3048
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
3049
|
+
// Vote aliases
|
|
3050
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
3029
3051
|
// Wallet aliases
|
|
3030
3052
|
export { default as WalletIcon } from '../icons/wallet';
|
|
3031
3053
|
// Wallpaper aliases
|
|
3032
3054
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
3033
3055
|
// Wand aliases
|
|
3034
3056
|
export { default as WandIcon } from '../icons/wand';
|
|
3035
|
-
// Warehouse aliases
|
|
3036
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3037
3057
|
// WashingMachine aliases
|
|
3038
3058
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
3039
3059
|
// Watch aliases
|
|
3040
3060
|
export { default as WatchIcon } from '../icons/watch';
|
|
3041
|
-
// WavesArrowUp aliases
|
|
3042
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3043
3061
|
// WavesArrowDown aliases
|
|
3044
3062
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3063
|
+
// WavesArrowUp aliases
|
|
3064
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3065
|
+
// Warehouse aliases
|
|
3066
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3045
3067
|
// WavesLadder aliases
|
|
3046
3068
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
3047
3069
|
// WavesVertical aliases
|
|
@@ -3082,12 +3104,12 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
3082
3104
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3083
3105
|
// WifiZero aliases
|
|
3084
3106
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3107
|
+
// WindArrowDown aliases
|
|
3108
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3085
3109
|
// Wifi aliases
|
|
3086
3110
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3087
3111
|
// Wind aliases
|
|
3088
3112
|
export { default as WindIcon } from '../icons/wind';
|
|
3089
|
-
// WindArrowDown aliases
|
|
3090
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3091
3113
|
// WineOff aliases
|
|
3092
3114
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3093
3115
|
// Wine aliases
|
|
@@ -3096,22 +3118,22 @@ export { default as WineIcon } from '../icons/wine';
|
|
|
3096
3118
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3097
3119
|
// Worm aliases
|
|
3098
3120
|
export { default as WormIcon } from '../icons/worm';
|
|
3099
|
-
// WrenchOff aliases
|
|
3100
|
-
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3101
3121
|
// Wrench aliases
|
|
3102
3122
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3103
3123
|
// XLineTop aliases
|
|
3104
3124
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3105
|
-
// X aliases
|
|
3106
|
-
export { default as XIcon } from '../icons/x';
|
|
3107
3125
|
// ZapOff aliases
|
|
3108
3126
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3109
|
-
//
|
|
3110
|
-
export { default as
|
|
3111
|
-
//
|
|
3112
|
-
export { default as
|
|
3127
|
+
// X aliases
|
|
3128
|
+
export { default as XIcon } from '../icons/x';
|
|
3129
|
+
// WrenchOff aliases
|
|
3130
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3113
3131
|
// ZodiacAries aliases
|
|
3114
3132
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3133
|
+
// ZodiacAquarius aliases
|
|
3134
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3135
|
+
// Zap aliases
|
|
3136
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
3115
3137
|
// ZodiacCancer aliases
|
|
3116
3138
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3117
3139
|
// ZodiacCapricorn aliases
|
|
@@ -3124,8 +3146,6 @@ export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
|
3124
3146
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3125
3147
|
// ZodiacOphiuchus aliases
|
|
3126
3148
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3127
|
-
// ZodiacPisces aliases
|
|
3128
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3129
3149
|
// ZodiacSagittarius aliases
|
|
3130
3150
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3131
3151
|
// ZodiacScorpio aliases
|
|
@@ -3134,6 +3154,8 @@ export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
|
3134
3154
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3135
3155
|
// ZodiacVirgo aliases
|
|
3136
3156
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3157
|
+
// ZodiacPisces aliases
|
|
3158
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3137
3159
|
// ZoomIn aliases
|
|
3138
3160
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3139
3161
|
// ZoomOut aliases
|
|
@@ -3170,18 +3192,18 @@ export {
|
|
|
3170
3192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3171
3193
|
default as ArrowDownAzIcon
|
|
3172
3194
|
} from '../icons/arrow-down-a-z';
|
|
3173
|
-
// ArrowDownWideNarrow aliases
|
|
3174
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3175
|
-
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3177
|
-
default as SortDescIcon
|
|
3178
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
3179
3195
|
// ArrowDownZA aliases
|
|
3180
3196
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3181
3197
|
export {
|
|
3182
3198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3183
3199
|
default as ArrowDownZaIcon
|
|
3184
3200
|
} from '../icons/arrow-down-z-a';
|
|
3201
|
+
// ArrowDownWideNarrow aliases
|
|
3202
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3203
|
+
export {
|
|
3204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3205
|
+
default as SortDescIcon
|
|
3206
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
3185
3207
|
// ArrowUpAZ aliases
|
|
3186
3208
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3187
3209
|
export {
|
|
@@ -3212,24 +3234,30 @@ export {
|
|
|
3212
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3213
3235
|
default as VerifiedIcon
|
|
3214
3236
|
} from '../icons/badge-check';
|
|
3215
|
-
// BadgeQuestionMark aliases
|
|
3216
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3217
|
-
export {
|
|
3218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3219
|
-
default as BadgeHelpIcon
|
|
3220
|
-
} from '../icons/badge-question-mark';
|
|
3221
3237
|
// BetweenHorizontalEnd aliases
|
|
3222
3238
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3223
3239
|
export {
|
|
3224
3240
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3225
3241
|
default as BetweenHorizonalEndIcon
|
|
3226
3242
|
} from '../icons/between-horizontal-end';
|
|
3243
|
+
// BadgeQuestionMark aliases
|
|
3244
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3245
|
+
export {
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3247
|
+
default as BadgeHelpIcon
|
|
3248
|
+
} from '../icons/badge-question-mark';
|
|
3227
3249
|
// BetweenHorizontalStart aliases
|
|
3228
3250
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3229
3251
|
export {
|
|
3230
3252
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3231
3253
|
default as BetweenHorizonalStartIcon
|
|
3232
3254
|
} from '../icons/between-horizontal-start';
|
|
3255
|
+
// BookBookmark aliases
|
|
3256
|
+
export { default as BookBookmarkIcon } from '../icons/book-bookmark';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
|
|
3259
|
+
default as BookMarkedIcon
|
|
3260
|
+
} from '../icons/book-bookmark';
|
|
3233
3261
|
// BookDashed aliases
|
|
3234
3262
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3235
3263
|
export {
|
|
@@ -3242,30 +3270,30 @@ export {
|
|
|
3242
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3243
3271
|
default as CurlyBracesIcon
|
|
3244
3272
|
} from '../icons/braces';
|
|
3245
|
-
//
|
|
3246
|
-
export { default as
|
|
3273
|
+
// BuildingComplex aliases
|
|
3274
|
+
export { default as BuildingComplexIcon } from '../icons/building-complex';
|
|
3247
3275
|
export {
|
|
3248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3249
|
-
default as
|
|
3250
|
-
} from '../icons/
|
|
3276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3277
|
+
default as Building2Icon
|
|
3278
|
+
} from '../icons/building-complex';
|
|
3251
3279
|
// Captions aliases
|
|
3252
3280
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3253
3281
|
export {
|
|
3254
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3255
3283
|
default as SubtitlesIcon
|
|
3256
3284
|
} from '../icons/captions';
|
|
3285
|
+
// ChartArea aliases
|
|
3286
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3289
|
+
default as AreaChartIcon
|
|
3290
|
+
} from '../icons/chart-area';
|
|
3257
3291
|
// ChartBarBig aliases
|
|
3258
3292
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3259
3293
|
export {
|
|
3260
3294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3261
3295
|
default as BarChartHorizontalBigIcon
|
|
3262
3296
|
} from '../icons/chart-bar-big';
|
|
3263
|
-
// ChartCandlestick aliases
|
|
3264
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3267
|
-
default as CandlestickChartIcon
|
|
3268
|
-
} from '../icons/chart-candlestick';
|
|
3269
3297
|
// ChartBar aliases
|
|
3270
3298
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3271
3299
|
export {
|
|
@@ -3278,18 +3306,18 @@ export {
|
|
|
3278
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3279
3307
|
default as BarChartBigIcon
|
|
3280
3308
|
} from '../icons/chart-column-big';
|
|
3309
|
+
// ChartCandlestick aliases
|
|
3310
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3313
|
+
default as CandlestickChartIcon
|
|
3314
|
+
} from '../icons/chart-candlestick';
|
|
3281
3315
|
// ChartColumnIncreasing aliases
|
|
3282
3316
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3283
3317
|
export {
|
|
3284
3318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3285
3319
|
default as BarChart4Icon
|
|
3286
3320
|
} from '../icons/chart-column-increasing';
|
|
3287
|
-
// ChartLine aliases
|
|
3288
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3289
|
-
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3291
|
-
default as LineChartIcon
|
|
3292
|
-
} from '../icons/chart-line';
|
|
3293
3321
|
// ChartColumn aliases
|
|
3294
3322
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3295
3323
|
export {
|
|
@@ -3302,6 +3330,12 @@ export {
|
|
|
3302
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3303
3331
|
default as BarChartIcon
|
|
3304
3332
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3333
|
+
// ChartLine aliases
|
|
3334
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3335
|
+
export {
|
|
3336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3337
|
+
default as LineChartIcon
|
|
3338
|
+
} from '../icons/chart-line';
|
|
3305
3339
|
// ChartNoAxesColumn aliases
|
|
3306
3340
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3307
3341
|
export {
|
|
@@ -3314,18 +3348,18 @@ export {
|
|
|
3314
3348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3315
3349
|
default as GanttChartIcon
|
|
3316
3350
|
} from '../icons/chart-no-axes-gantt';
|
|
3317
|
-
// ChartScatter aliases
|
|
3318
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3319
|
-
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3321
|
-
default as ScatterChartIcon
|
|
3322
|
-
} from '../icons/chart-scatter';
|
|
3323
3351
|
// ChartPie aliases
|
|
3324
3352
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3325
3353
|
export {
|
|
3326
3354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3327
3355
|
default as PieChartIcon
|
|
3328
3356
|
} from '../icons/chart-pie';
|
|
3357
|
+
// ChartScatter aliases
|
|
3358
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3359
|
+
export {
|
|
3360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3361
|
+
default as ScatterChartIcon
|
|
3362
|
+
} from '../icons/chart-scatter';
|
|
3329
3363
|
// CircleAlert aliases
|
|
3330
3364
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3331
3365
|
export {
|
|
@@ -3350,12 +3384,6 @@ export {
|
|
|
3350
3384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3351
3385
|
default as ArrowDownLeftFromCircleIcon
|
|
3352
3386
|
} from '../icons/circle-arrow-out-down-left';
|
|
3353
|
-
// CircleArrowOutDownRight aliases
|
|
3354
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3355
|
-
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3357
|
-
default as ArrowDownRightFromCircleIcon
|
|
3358
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3359
3387
|
// CircleArrowOutUpLeft aliases
|
|
3360
3388
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3361
3389
|
export {
|
|
@@ -3368,84 +3396,78 @@ export {
|
|
|
3368
3396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3369
3397
|
default as ArrowUpRightFromCircleIcon
|
|
3370
3398
|
} from '../icons/circle-arrow-out-up-right';
|
|
3371
|
-
//
|
|
3372
|
-
export { default as
|
|
3399
|
+
// CircleArrowOutDownRight aliases
|
|
3400
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3373
3401
|
export {
|
|
3374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3375
|
-
default as
|
|
3376
|
-
} from '../icons/circle-arrow-right';
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3403
|
+
default as ArrowDownRightFromCircleIcon
|
|
3404
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3377
3405
|
// CircleArrowUp aliases
|
|
3378
3406
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3379
3407
|
export {
|
|
3380
3408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3381
3409
|
default as ArrowUpCircleIcon
|
|
3382
3410
|
} from '../icons/circle-arrow-up';
|
|
3411
|
+
// CircleArrowRight aliases
|
|
3412
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3413
|
+
export {
|
|
3414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3415
|
+
default as ArrowRightCircleIcon
|
|
3416
|
+
} from '../icons/circle-arrow-right';
|
|
3383
3417
|
// CircleCheckBig aliases
|
|
3384
3418
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3385
3419
|
export {
|
|
3386
3420
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3387
3421
|
default as CheckCircleIcon
|
|
3388
3422
|
} from '../icons/circle-check-big';
|
|
3389
|
-
// CircleChevronDown aliases
|
|
3390
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3393
|
-
default as ChevronDownCircleIcon
|
|
3394
|
-
} from '../icons/circle-chevron-down';
|
|
3395
3423
|
// CircleCheck aliases
|
|
3396
3424
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3397
3425
|
export {
|
|
3398
3426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3399
3427
|
default as CheckCircle2Icon
|
|
3400
3428
|
} from '../icons/circle-check';
|
|
3429
|
+
// CircleChevronDown aliases
|
|
3430
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3431
|
+
export {
|
|
3432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3433
|
+
default as ChevronDownCircleIcon
|
|
3434
|
+
} from '../icons/circle-chevron-down';
|
|
3401
3435
|
// CircleChevronLeft aliases
|
|
3402
3436
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3403
3437
|
export {
|
|
3404
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3405
3439
|
default as ChevronLeftCircleIcon
|
|
3406
3440
|
} from '../icons/circle-chevron-left';
|
|
3407
|
-
// CircleChevronUp aliases
|
|
3408
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3411
|
-
default as ChevronUpCircleIcon
|
|
3412
|
-
} from '../icons/circle-chevron-up';
|
|
3413
3441
|
// CircleChevronRight aliases
|
|
3414
3442
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3415
3443
|
export {
|
|
3416
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3417
3445
|
default as ChevronRightCircleIcon
|
|
3418
3446
|
} from '../icons/circle-chevron-right';
|
|
3419
|
-
//
|
|
3420
|
-
export { default as
|
|
3447
|
+
// CircleChevronUp aliases
|
|
3448
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3421
3449
|
export {
|
|
3422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3423
|
-
default as
|
|
3424
|
-
} from '../icons/circle-
|
|
3450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3451
|
+
default as ChevronUpCircleIcon
|
|
3452
|
+
} from '../icons/circle-chevron-up';
|
|
3425
3453
|
// CircleGauge aliases
|
|
3426
3454
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3427
3455
|
export {
|
|
3428
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3429
3457
|
default as GaugeCircleIcon
|
|
3430
3458
|
} from '../icons/circle-gauge';
|
|
3459
|
+
// CircleDivide aliases
|
|
3460
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3461
|
+
export {
|
|
3462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3463
|
+
default as DivideCircleIcon
|
|
3464
|
+
} from '../icons/circle-divide';
|
|
3431
3465
|
// CircleMinus aliases
|
|
3432
3466
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3433
3467
|
export {
|
|
3434
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3435
3469
|
default as MinusCircleIcon
|
|
3436
3470
|
} from '../icons/circle-minus';
|
|
3437
|
-
// CircleParkingOff aliases
|
|
3438
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3441
|
-
default as ParkingCircleOffIcon
|
|
3442
|
-
} from '../icons/circle-parking-off';
|
|
3443
|
-
// CircleParking aliases
|
|
3444
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3445
|
-
export {
|
|
3446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3447
|
-
default as ParkingCircleIcon
|
|
3448
|
-
} from '../icons/circle-parking';
|
|
3449
3471
|
// CirclePause aliases
|
|
3450
3472
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3451
3473
|
export {
|
|
@@ -3458,6 +3480,18 @@ export {
|
|
|
3458
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3459
3481
|
default as PercentCircleIcon
|
|
3460
3482
|
} from '../icons/circle-percent';
|
|
3483
|
+
// CircleParkingOff aliases
|
|
3484
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3485
|
+
export {
|
|
3486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3487
|
+
default as ParkingCircleOffIcon
|
|
3488
|
+
} from '../icons/circle-parking-off';
|
|
3489
|
+
// CircleParking aliases
|
|
3490
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3491
|
+
export {
|
|
3492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3493
|
+
default as ParkingCircleIcon
|
|
3494
|
+
} from '../icons/circle-parking';
|
|
3461
3495
|
// CirclePlay aliases
|
|
3462
3496
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3463
3497
|
export {
|
|
@@ -3486,24 +3520,18 @@ export {
|
|
|
3486
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3487
3521
|
default as CircleHelpIcon
|
|
3488
3522
|
} from '../icons/circle-question-mark';
|
|
3489
|
-
// CircleSlash2 aliases
|
|
3490
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3493
|
-
default as CircleSlashedIcon
|
|
3494
|
-
} from '../icons/circle-slash-2';
|
|
3495
3523
|
// CircleStop aliases
|
|
3496
3524
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3497
3525
|
export {
|
|
3498
3526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3499
3527
|
default as StopCircleIcon
|
|
3500
3528
|
} from '../icons/circle-stop';
|
|
3501
|
-
//
|
|
3502
|
-
export { default as
|
|
3529
|
+
// CircleSlash2 aliases
|
|
3530
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3503
3531
|
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3505
|
-
default as
|
|
3506
|
-
} from '../icons/circle-
|
|
3532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3533
|
+
default as CircleSlashedIcon
|
|
3534
|
+
} from '../icons/circle-slash-2';
|
|
3507
3535
|
// CircleUser aliases
|
|
3508
3536
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3509
3537
|
export {
|
|
@@ -3516,6 +3544,12 @@ export {
|
|
|
3516
3544
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3517
3545
|
default as XCircleIcon
|
|
3518
3546
|
} from '../icons/circle-x';
|
|
3547
|
+
// CircleUserRound aliases
|
|
3548
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3549
|
+
export {
|
|
3550
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3551
|
+
default as UserCircle2Icon
|
|
3552
|
+
} from '../icons/circle-user-round';
|
|
3519
3553
|
// ClipboardPenLine aliases
|
|
3520
3554
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3521
3555
|
export {
|
|
@@ -3552,12 +3586,6 @@ export {
|
|
|
3552
3586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3553
3587
|
default as ColumnsIcon
|
|
3554
3588
|
} from '../icons/columns-2';
|
|
3555
|
-
// Columns3 aliases
|
|
3556
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3557
|
-
export {
|
|
3558
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3559
|
-
default as PanelsLeftRightIcon
|
|
3560
|
-
} from '../icons/columns-3';
|
|
3561
3589
|
// Columns3Cog aliases
|
|
3562
3590
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3563
3591
|
export {
|
|
@@ -3580,6 +3608,12 @@ export {
|
|
|
3580
3608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3581
3609
|
default as PercentDiamondIcon
|
|
3582
3610
|
} from '../icons/diamond-percent';
|
|
3611
|
+
// Columns3 aliases
|
|
3612
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3613
|
+
export {
|
|
3614
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3615
|
+
default as PanelsLeftRightIcon
|
|
3616
|
+
} from '../icons/columns-3';
|
|
3583
3617
|
// Earth aliases
|
|
3584
3618
|
export { default as EarthIcon } from '../icons/earth';
|
|
3585
3619
|
export {
|
|
@@ -3604,48 +3638,48 @@ export {
|
|
|
3604
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3605
3639
|
default as AngryIcon
|
|
3606
3640
|
} from '../icons/face-angry';
|
|
3607
|
-
// FaceExpressionless aliases
|
|
3608
|
-
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3611
|
-
default as AnnoyedIcon
|
|
3612
|
-
} from '../icons/face-expressionless';
|
|
3613
3641
|
// FaceGrinning aliases
|
|
3614
3642
|
export { default as FaceGrinningIcon } from '../icons/face-grinning';
|
|
3615
3643
|
export {
|
|
3616
3644
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3617
3645
|
default as LaughIcon
|
|
3618
3646
|
} from '../icons/face-grinning';
|
|
3647
|
+
// FaceExpressionless aliases
|
|
3648
|
+
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3649
|
+
export {
|
|
3650
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3651
|
+
default as AnnoyedIcon
|
|
3652
|
+
} from '../icons/face-expressionless';
|
|
3619
3653
|
// FaceNeutral aliases
|
|
3620
3654
|
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3621
3655
|
export {
|
|
3622
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3623
3657
|
default as MehIcon
|
|
3624
3658
|
} from '../icons/face-neutral';
|
|
3625
|
-
// FaceSlightlyFrowning aliases
|
|
3626
|
-
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3629
|
-
default as FrownIcon
|
|
3630
|
-
} from '../icons/face-slightly-frowning';
|
|
3631
|
-
// FaceSlightlySmilingPlus aliases
|
|
3632
|
-
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3633
|
-
export {
|
|
3634
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3635
|
-
default as SmilePlusIcon
|
|
3636
|
-
} from '../icons/face-slightly-smiling-plus';
|
|
3637
3659
|
// FaceSlightlySmiling aliases
|
|
3638
3660
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3639
3661
|
export {
|
|
3640
3662
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3641
3663
|
default as SmileIcon
|
|
3642
3664
|
} from '../icons/face-slightly-smiling';
|
|
3665
|
+
// FaceSlightlyFrowning aliases
|
|
3666
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3669
|
+
default as FrownIcon
|
|
3670
|
+
} from '../icons/face-slightly-frowning';
|
|
3643
3671
|
// FileAxis3d aliases
|
|
3644
3672
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3645
3673
|
export {
|
|
3646
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3647
3675
|
default as FileAxis3DIcon
|
|
3648
3676
|
} from '../icons/file-axis-3d';
|
|
3677
|
+
// FaceSlightlySmilingPlus aliases
|
|
3678
|
+
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3679
|
+
export {
|
|
3680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3681
|
+
default as SmilePlusIcon
|
|
3682
|
+
} from '../icons/face-slightly-smiling-plus';
|
|
3649
3683
|
// FileBadge aliases
|
|
3650
3684
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3651
3685
|
export {
|
|
@@ -3706,6 +3740,12 @@ export {
|
|
|
3706
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3707
3741
|
default as FileCog2Icon
|
|
3708
3742
|
} from '../icons/file-cog';
|
|
3743
|
+
// FileExclamationPoint aliases
|
|
3744
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3747
|
+
default as FileWarningIcon
|
|
3748
|
+
} from '../icons/file-exclamation-point';
|
|
3709
3749
|
// FileHeadphone aliases
|
|
3710
3750
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3711
3751
|
export {
|
|
@@ -3722,24 +3762,18 @@ export {
|
|
|
3722
3762
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3723
3763
|
default as FileKey2Icon
|
|
3724
3764
|
} from '../icons/file-key';
|
|
3725
|
-
//
|
|
3726
|
-
export { default as
|
|
3765
|
+
// FileMinusCorner aliases
|
|
3766
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3727
3767
|
export {
|
|
3728
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3729
|
-
default as
|
|
3730
|
-
} from '../icons/file-
|
|
3768
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3769
|
+
default as FileMinus2Icon
|
|
3770
|
+
} from '../icons/file-minus-corner';
|
|
3731
3771
|
// FileLock aliases
|
|
3732
3772
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3733
3773
|
export {
|
|
3734
3774
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3735
3775
|
default as FileLock2Icon
|
|
3736
3776
|
} from '../icons/file-lock';
|
|
3737
|
-
// FileMinusCorner aliases
|
|
3738
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3739
|
-
export {
|
|
3740
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3741
|
-
default as FileMinus2Icon
|
|
3742
|
-
} from '../icons/file-minus-corner';
|
|
3743
3777
|
// FilePenLine aliases
|
|
3744
3778
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3745
3779
|
export {
|
|
@@ -3758,18 +3792,18 @@ export {
|
|
|
3758
3792
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3759
3793
|
default as FileVideoIcon
|
|
3760
3794
|
} from '../icons/file-play';
|
|
3761
|
-
// FilePlusCorner aliases
|
|
3762
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3763
|
-
export {
|
|
3764
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3765
|
-
default as FilePlus2Icon
|
|
3766
|
-
} from '../icons/file-plus-corner';
|
|
3767
3795
|
// FileQuestionMark aliases
|
|
3768
3796
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3769
3797
|
export {
|
|
3770
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3771
3799
|
default as FileQuestionIcon
|
|
3772
3800
|
} from '../icons/file-question-mark';
|
|
3801
|
+
// FilePlusCorner aliases
|
|
3802
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3803
|
+
export {
|
|
3804
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3805
|
+
default as FilePlus2Icon
|
|
3806
|
+
} from '../icons/file-plus-corner';
|
|
3773
3807
|
// FileSearchCorner aliases
|
|
3774
3808
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3775
3809
|
export {
|
|
@@ -3782,12 +3816,6 @@ export {
|
|
|
3782
3816
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3783
3817
|
default as FileVolume2Icon
|
|
3784
3818
|
} from '../icons/file-signal';
|
|
3785
|
-
// FileVideoCamera aliases
|
|
3786
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3789
|
-
default as FileVideo2Icon
|
|
3790
|
-
} from '../icons/file-video-camera';
|
|
3791
3819
|
// FileTypeCorner aliases
|
|
3792
3820
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3793
3821
|
export {
|
|
@@ -3800,30 +3828,36 @@ export {
|
|
|
3800
3828
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3801
3829
|
default as FileX2Icon
|
|
3802
3830
|
} from '../icons/file-x-corner';
|
|
3803
|
-
//
|
|
3804
|
-
export { default as
|
|
3831
|
+
// FileVideoCamera aliases
|
|
3832
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3805
3833
|
export {
|
|
3806
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3807
|
-
default as
|
|
3808
|
-
} from '../icons/
|
|
3834
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3835
|
+
default as FileVideo2Icon
|
|
3836
|
+
} from '../icons/file-video-camera';
|
|
3809
3837
|
// FolderCog aliases
|
|
3810
3838
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3811
3839
|
export {
|
|
3812
3840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3813
3841
|
default as FolderCog2Icon
|
|
3814
3842
|
} from '../icons/folder-cog';
|
|
3815
|
-
//
|
|
3816
|
-
export { default as
|
|
3843
|
+
// FingerprintPattern aliases
|
|
3844
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3817
3845
|
export {
|
|
3818
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3819
|
-
default as
|
|
3820
|
-
} from '../icons/
|
|
3846
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3847
|
+
default as FingerprintIcon
|
|
3848
|
+
} from '../icons/fingerprint-pattern';
|
|
3821
3849
|
// FunnelX aliases
|
|
3822
3850
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3823
3851
|
export {
|
|
3824
3852
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3825
3853
|
default as FilterXIcon
|
|
3826
3854
|
} from '../icons/funnel-x';
|
|
3855
|
+
// FolderPen aliases
|
|
3856
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3857
|
+
export {
|
|
3858
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3859
|
+
default as FolderEditIcon
|
|
3860
|
+
} from '../icons/folder-pen';
|
|
3827
3861
|
// Funnel aliases
|
|
3828
3862
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3829
3863
|
export {
|
|
@@ -3894,18 +3928,18 @@ export {
|
|
|
3894
3928
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3895
3929
|
default as IceCream2Icon
|
|
3896
3930
|
} from '../icons/ice-cream-bowl';
|
|
3897
|
-
// LaptopMinimal aliases
|
|
3898
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3899
|
-
export {
|
|
3900
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3901
|
-
default as Laptop2Icon
|
|
3902
|
-
} from '../icons/laptop-minimal';
|
|
3903
3931
|
// IceCreamCone aliases
|
|
3904
3932
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3905
3933
|
export {
|
|
3906
3934
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3907
3935
|
default as IceCreamIcon
|
|
3908
3936
|
} from '../icons/ice-cream-cone';
|
|
3937
|
+
// LaptopMinimal aliases
|
|
3938
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3939
|
+
export {
|
|
3940
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3941
|
+
default as Laptop2Icon
|
|
3942
|
+
} from '../icons/laptop-minimal';
|
|
3909
3943
|
// Layers aliases
|
|
3910
3944
|
export { default as LayersIcon } from '../icons/layers';
|
|
3911
3945
|
export {
|
|
@@ -3974,18 +4008,18 @@ export {
|
|
|
3974
4008
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3975
4009
|
default as PodcastIcon
|
|
3976
4010
|
} from '../icons/mic-signal';
|
|
3977
|
-
// Move3d aliases
|
|
3978
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3979
|
-
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3981
|
-
default as Move3DIcon
|
|
3982
|
-
} from '../icons/move-3d';
|
|
3983
4011
|
// MicVocal aliases
|
|
3984
4012
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3985
4013
|
export {
|
|
3986
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3987
4015
|
default as Mic2Icon
|
|
3988
4016
|
} from '../icons/mic-vocal';
|
|
4017
|
+
// Move3d aliases
|
|
4018
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
4019
|
+
export {
|
|
4020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
4021
|
+
default as Move3DIcon
|
|
4022
|
+
} from '../icons/move-3d';
|
|
3989
4023
|
// OctagonPause aliases
|
|
3990
4024
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3991
4025
|
export {
|
|
@@ -4010,18 +4044,18 @@ export {
|
|
|
4010
4044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
4011
4045
|
default as Paintbrush2Icon
|
|
4012
4046
|
} from '../icons/paintbrush-vertical';
|
|
4013
|
-
// PanelLeftClose aliases
|
|
4014
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
4015
|
-
export {
|
|
4016
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4017
|
-
default as SidebarCloseIcon
|
|
4018
|
-
} from '../icons/panel-left-close';
|
|
4019
4047
|
// PanelBottomDashed aliases
|
|
4020
4048
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
4021
4049
|
export {
|
|
4022
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
4023
4051
|
default as PanelBottomInactiveIcon
|
|
4024
4052
|
} from '../icons/panel-bottom-dashed';
|
|
4053
|
+
// PanelLeftClose aliases
|
|
4054
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
4055
|
+
export {
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
4057
|
+
default as SidebarCloseIcon
|
|
4058
|
+
} from '../icons/panel-left-close';
|
|
4025
4059
|
// PanelLeftDashed aliases
|
|
4026
4060
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
4027
4061
|
export {
|
|
@@ -4034,6 +4068,12 @@ export {
|
|
|
4034
4068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
4035
4069
|
default as SidebarIcon
|
|
4036
4070
|
} from '../icons/panel-left';
|
|
4071
|
+
// PanelLeftOpen aliases
|
|
4072
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4073
|
+
export {
|
|
4074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4075
|
+
default as SidebarOpenIcon
|
|
4076
|
+
} from '../icons/panel-left-open';
|
|
4037
4077
|
// PanelRightDashed aliases
|
|
4038
4078
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
4039
4079
|
export {
|
|
@@ -4046,48 +4086,42 @@ export {
|
|
|
4046
4086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
4047
4087
|
default as PanelTopInactiveIcon
|
|
4048
4088
|
} from '../icons/panel-top-dashed';
|
|
4049
|
-
// PanelLeftOpen aliases
|
|
4050
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4051
|
-
export {
|
|
4052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4053
|
-
default as SidebarOpenIcon
|
|
4054
|
-
} from '../icons/panel-left-open';
|
|
4055
4089
|
// PanelsTopLeft aliases
|
|
4056
4090
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
4057
4091
|
export {
|
|
4058
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
4059
4093
|
default as LayoutIcon
|
|
4060
4094
|
} from '../icons/panels-top-left';
|
|
4061
|
-
// Pen aliases
|
|
4062
|
-
export { default as PenIcon } from '../icons/pen';
|
|
4063
|
-
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4065
|
-
default as Edit2Icon
|
|
4066
|
-
} from '../icons/pen';
|
|
4067
4095
|
// PenLine aliases
|
|
4068
4096
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
4069
4097
|
export {
|
|
4070
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
4071
4099
|
default as Edit3Icon
|
|
4072
4100
|
} from '../icons/pen-line';
|
|
4073
|
-
// Rotate3d aliases
|
|
4074
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4075
|
-
export {
|
|
4076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4077
|
-
default as Rotate3DIcon
|
|
4078
|
-
} from '../icons/rotate-3d';
|
|
4079
4101
|
// PlugZap aliases
|
|
4080
4102
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
4081
4103
|
export {
|
|
4082
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
4083
4105
|
default as PlugZap2Icon
|
|
4084
4106
|
} from '../icons/plug-zap';
|
|
4107
|
+
// Pen aliases
|
|
4108
|
+
export { default as PenIcon } from '../icons/pen';
|
|
4109
|
+
export {
|
|
4110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4111
|
+
default as Edit2Icon
|
|
4112
|
+
} from '../icons/pen';
|
|
4085
4113
|
// RectangleEllipsis aliases
|
|
4086
4114
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
4087
4115
|
export {
|
|
4088
4116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
4089
4117
|
default as FormInputIcon
|
|
4090
4118
|
} from '../icons/rectangle-ellipsis';
|
|
4119
|
+
// Rotate3d aliases
|
|
4120
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4123
|
+
default as Rotate3DIcon
|
|
4124
|
+
} from '../icons/rotate-3d';
|
|
4091
4125
|
// RotateCcwClock aliases
|
|
4092
4126
|
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4093
4127
|
export {
|
|
@@ -4118,18 +4152,18 @@ export {
|
|
|
4118
4152
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4119
4153
|
default as SendHorizonalIcon
|
|
4120
4154
|
} from '../icons/send-horizontal';
|
|
4121
|
-
// ShieldX aliases
|
|
4122
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4123
|
-
export {
|
|
4124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4125
|
-
default as ShieldCloseIcon
|
|
4126
|
-
} from '../icons/shield-x';
|
|
4127
4155
|
// ShieldQuestionMark aliases
|
|
4128
4156
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4129
4157
|
export {
|
|
4130
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4131
4159
|
default as ShieldQuestionIcon
|
|
4132
4160
|
} from '../icons/shield-question-mark';
|
|
4161
|
+
// ShieldX aliases
|
|
4162
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4163
|
+
export {
|
|
4164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4165
|
+
default as ShieldCloseIcon
|
|
4166
|
+
} from '../icons/shield-x';
|
|
4133
4167
|
// SlidersVertical aliases
|
|
4134
4168
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4135
4169
|
export {
|
|
@@ -4178,12 +4212,6 @@ export {
|
|
|
4178
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4179
4213
|
default as ArrowDownLeftFromSquareIcon
|
|
4180
4214
|
} from '../icons/square-arrow-out-down-left';
|
|
4181
|
-
// SquareArrowOutUpLeft aliases
|
|
4182
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4185
|
-
default as ArrowUpLeftFromSquareIcon
|
|
4186
|
-
} from '../icons/square-arrow-out-up-left';
|
|
4187
4215
|
// SquareArrowOutDownRight aliases
|
|
4188
4216
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4189
4217
|
export {
|
|
@@ -4196,82 +4224,94 @@ export {
|
|
|
4196
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4197
4225
|
default as ArrowUpRightFromSquareIcon
|
|
4198
4226
|
} from '../icons/square-arrow-out-up-right';
|
|
4227
|
+
// SquareArrowOutUpLeft aliases
|
|
4228
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4229
|
+
export {
|
|
4230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4231
|
+
default as ArrowUpLeftFromSquareIcon
|
|
4232
|
+
} from '../icons/square-arrow-out-up-left';
|
|
4199
4233
|
// SquareArrowRight aliases
|
|
4200
4234
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4201
4235
|
export {
|
|
4202
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4203
4237
|
default as ArrowRightSquareIcon
|
|
4204
4238
|
} from '../icons/square-arrow-right';
|
|
4205
|
-
// SquareArrowUpRight aliases
|
|
4206
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4207
|
-
export {
|
|
4208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4209
|
-
default as ArrowUpRightSquareIcon
|
|
4210
|
-
} from '../icons/square-arrow-up-right';
|
|
4211
|
-
// SquareArrowUp aliases
|
|
4212
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4213
|
-
export {
|
|
4214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4215
|
-
default as ArrowUpSquareIcon
|
|
4216
|
-
} from '../icons/square-arrow-up';
|
|
4217
4239
|
// SquareArrowUpLeft aliases
|
|
4218
4240
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4219
4241
|
export {
|
|
4220
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4221
4243
|
default as ArrowUpLeftSquareIcon
|
|
4222
4244
|
} from '../icons/square-arrow-up-left';
|
|
4245
|
+
// SquareArrowUpRight aliases
|
|
4246
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4247
|
+
export {
|
|
4248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4249
|
+
default as ArrowUpRightSquareIcon
|
|
4250
|
+
} from '../icons/square-arrow-up-right';
|
|
4223
4251
|
// SquareAsterisk aliases
|
|
4224
4252
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4225
4253
|
export {
|
|
4226
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4227
4255
|
default as AsteriskSquareIcon
|
|
4228
4256
|
} from '../icons/square-asterisk';
|
|
4257
|
+
// SquareBookmark aliases
|
|
4258
|
+
export { default as SquareBookmarkIcon } from '../icons/square-bookmark';
|
|
4259
|
+
export {
|
|
4260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4261
|
+
default as AlbumIcon
|
|
4262
|
+
} from '../icons/square-bookmark';
|
|
4229
4263
|
// SquareBottomDashedScissors aliases
|
|
4230
4264
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4231
4265
|
export {
|
|
4232
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4233
4267
|
default as ScissorsSquareDashedBottomIcon
|
|
4234
4268
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4269
|
+
// SquareArrowUp aliases
|
|
4270
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4273
|
+
default as ArrowUpSquareIcon
|
|
4274
|
+
} from '../icons/square-arrow-up';
|
|
4235
4275
|
// SquareCenterlineDashedHorizontal aliases
|
|
4236
4276
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4237
4277
|
export {
|
|
4238
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4239
4279
|
default as FlipHorizontalIcon
|
|
4240
4280
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4281
|
+
// SquareChartGantt aliases
|
|
4282
|
+
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4283
|
+
export {
|
|
4284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4285
|
+
default as GanttChartSquareIcon
|
|
4286
|
+
} from '../icons/square-chart-gantt';
|
|
4287
|
+
export {
|
|
4288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4289
|
+
default as SquareGanttChartIcon
|
|
4290
|
+
} from '../icons/square-chart-gantt';
|
|
4241
4291
|
// SquareCenterlineDashedVertical aliases
|
|
4242
4292
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4243
4293
|
export {
|
|
4244
4294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4245
4295
|
default as FlipVerticalIcon
|
|
4246
4296
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4247
|
-
// SquareCheckBig aliases
|
|
4248
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4249
|
-
export {
|
|
4250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4251
|
-
default as CheckSquareIcon
|
|
4252
|
-
} from '../icons/square-check-big';
|
|
4253
4297
|
// SquareCheck aliases
|
|
4254
4298
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4255
4299
|
export {
|
|
4256
4300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4257
4301
|
default as CheckSquare2Icon
|
|
4258
4302
|
} from '../icons/square-check';
|
|
4259
|
-
// SquareChartGantt aliases
|
|
4260
|
-
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4261
|
-
export {
|
|
4262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4263
|
-
default as GanttChartSquareIcon
|
|
4264
|
-
} from '../icons/square-chart-gantt';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4267
|
-
default as SquareGanttChartIcon
|
|
4268
|
-
} from '../icons/square-chart-gantt';
|
|
4269
4303
|
// SquareChevronDown aliases
|
|
4270
4304
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4271
4305
|
export {
|
|
4272
4306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4273
4307
|
default as ChevronDownSquareIcon
|
|
4274
4308
|
} from '../icons/square-chevron-down';
|
|
4309
|
+
// SquareCheckBig aliases
|
|
4310
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4311
|
+
export {
|
|
4312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4313
|
+
default as CheckSquareIcon
|
|
4314
|
+
} from '../icons/square-check-big';
|
|
4275
4315
|
// SquareChevronLeft aliases
|
|
4276
4316
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4277
4317
|
export {
|
|
@@ -4290,6 +4330,12 @@ export {
|
|
|
4290
4330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4291
4331
|
default as ChevronUpSquareIcon
|
|
4292
4332
|
} from '../icons/square-chevron-up';
|
|
4333
|
+
// SquareDashedKanban aliases
|
|
4334
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4335
|
+
export {
|
|
4336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4337
|
+
default as KanbanSquareDashedIcon
|
|
4338
|
+
} from '../icons/square-dashed-kanban';
|
|
4293
4339
|
// SquareCode aliases
|
|
4294
4340
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4295
4341
|
export {
|
|
@@ -4312,12 +4358,6 @@ export {
|
|
|
4312
4358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
4313
4359
|
default as TextSelectIcon
|
|
4314
4360
|
} from '../icons/square-dashed-text';
|
|
4315
|
-
// SquareDashedKanban aliases
|
|
4316
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4317
|
-
export {
|
|
4318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4319
|
-
default as KanbanSquareDashedIcon
|
|
4320
|
-
} from '../icons/square-dashed-kanban';
|
|
4321
4361
|
// SquareDashed aliases
|
|
4322
4362
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4323
4363
|
export {
|
|
@@ -4360,6 +4400,12 @@ export {
|
|
|
4360
4400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4361
4401
|
default as LibrarySquareIcon
|
|
4362
4402
|
} from '../icons/square-library';
|
|
4403
|
+
// SquareMenu aliases
|
|
4404
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4405
|
+
export {
|
|
4406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4407
|
+
default as MenuSquareIcon
|
|
4408
|
+
} from '../icons/square-menu';
|
|
4363
4409
|
// SquareM aliases
|
|
4364
4410
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4365
4411
|
export {
|
|
@@ -4372,12 +4418,6 @@ export {
|
|
|
4372
4418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4373
4419
|
default as MinusSquareIcon
|
|
4374
4420
|
} from '../icons/square-minus';
|
|
4375
|
-
// SquareMenu aliases
|
|
4376
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4377
|
-
export {
|
|
4378
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4379
|
-
default as MenuSquareIcon
|
|
4380
|
-
} from '../icons/square-menu';
|
|
4381
4421
|
// SquareMousePointer aliases
|
|
4382
4422
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4383
4423
|
export {
|
|
@@ -4390,6 +4430,12 @@ export {
|
|
|
4390
4430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4391
4431
|
default as ParkingSquareOffIcon
|
|
4392
4432
|
} from '../icons/square-parking-off';
|
|
4433
|
+
// SquareParking aliases
|
|
4434
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4435
|
+
export {
|
|
4436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4437
|
+
default as ParkingSquareIcon
|
|
4438
|
+
} from '../icons/square-parking';
|
|
4393
4439
|
// SquarePen aliases
|
|
4394
4440
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4395
4441
|
export {
|
|
@@ -4404,24 +4450,18 @@ export {
|
|
|
4404
4450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4405
4451
|
default as PenSquareIcon
|
|
4406
4452
|
} from '../icons/square-pen';
|
|
4407
|
-
//
|
|
4408
|
-
export { default as
|
|
4453
|
+
// SquarePi aliases
|
|
4454
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4409
4455
|
export {
|
|
4410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4411
|
-
default as
|
|
4412
|
-
} from '../icons/square-
|
|
4456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4457
|
+
default as PiSquareIcon
|
|
4458
|
+
} from '../icons/square-pi';
|
|
4413
4459
|
// SquarePercent aliases
|
|
4414
4460
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4415
4461
|
export {
|
|
4416
4462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4417
4463
|
default as PercentSquareIcon
|
|
4418
4464
|
} from '../icons/square-percent';
|
|
4419
|
-
// SquarePi aliases
|
|
4420
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4421
|
-
export {
|
|
4422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4423
|
-
default as PiSquareIcon
|
|
4424
|
-
} from '../icons/square-pi';
|
|
4425
4465
|
// SquarePilcrow aliases
|
|
4426
4466
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4427
4467
|
export {
|
|
@@ -4506,18 +4546,18 @@ export {
|
|
|
4506
4546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4507
4547
|
default as TestTube2Icon
|
|
4508
4548
|
} from '../icons/test-tube-diagonal';
|
|
4509
|
-
// TextAlignCenter aliases
|
|
4510
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4511
|
-
export {
|
|
4512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4513
|
-
default as AlignCenterIcon
|
|
4514
|
-
} from '../icons/text-align-center';
|
|
4515
4549
|
// TextAlignEnd aliases
|
|
4516
4550
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4517
4551
|
export {
|
|
4518
4552
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4519
4553
|
default as AlignRightIcon
|
|
4520
4554
|
} from '../icons/text-align-end';
|
|
4555
|
+
// TextAlignCenter aliases
|
|
4556
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4557
|
+
export {
|
|
4558
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4559
|
+
default as AlignCenterIcon
|
|
4560
|
+
} from '../icons/text-align-center';
|
|
4521
4561
|
// TextAlignJustify aliases
|
|
4522
4562
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4523
4563
|
export {
|
|
@@ -4534,18 +4574,18 @@ export {
|
|
|
4534
4574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4535
4575
|
default as AlignLeftIcon
|
|
4536
4576
|
} from '../icons/text-align-start';
|
|
4537
|
-
// TextWrap aliases
|
|
4538
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4539
|
-
export {
|
|
4540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4541
|
-
default as WrapTextIcon
|
|
4542
|
-
} from '../icons/text-wrap';
|
|
4543
4577
|
// TextInitial aliases
|
|
4544
4578
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4545
4579
|
export {
|
|
4546
4580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4547
4581
|
default as LetterTextIcon
|
|
4548
4582
|
} from '../icons/text-initial';
|
|
4583
|
+
// TextWrap aliases
|
|
4584
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4585
|
+
export {
|
|
4586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4587
|
+
default as WrapTextIcon
|
|
4588
|
+
} from '../icons/text-wrap';
|
|
4549
4589
|
// TramFront aliases
|
|
4550
4590
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4551
4591
|
export {
|
|
@@ -4558,18 +4598,18 @@ export {
|
|
|
4558
4598
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
4559
4599
|
default as Trash2Icon
|
|
4560
4600
|
} from '../icons/trash';
|
|
4561
|
-
// TreePalm aliases
|
|
4562
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4563
|
-
export {
|
|
4564
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4565
|
-
default as PalmtreeIcon
|
|
4566
|
-
} from '../icons/tree-palm';
|
|
4567
4601
|
// TriangleAlert aliases
|
|
4568
4602
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4569
4603
|
export {
|
|
4570
4604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4571
4605
|
default as AlertTriangleIcon
|
|
4572
4606
|
} from '../icons/triangle-alert';
|
|
4607
|
+
// TreePalm aliases
|
|
4608
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4609
|
+
export {
|
|
4610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4611
|
+
default as PalmtreeIcon
|
|
4612
|
+
} from '../icons/tree-palm';
|
|
4573
4613
|
// TrianglesCenterlineDashedHorizontal aliases
|
|
4574
4614
|
export { default as TrianglesCenterlineDashedHorizontalIcon } from '../icons/triangles-centerline-dashed-horizontal';
|
|
4575
4615
|
export {
|
|
@@ -4618,6 +4658,12 @@ export {
|
|
|
4618
4658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4619
4659
|
default as UserPlus2Icon
|
|
4620
4660
|
} from '../icons/user-round-plus';
|
|
4661
|
+
// UserRound aliases
|
|
4662
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4663
|
+
export {
|
|
4664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4665
|
+
default as User2Icon
|
|
4666
|
+
} from '../icons/user-round';
|
|
4621
4667
|
// UserRoundX aliases
|
|
4622
4668
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4623
4669
|
export {
|
|
@@ -4636,12 +4682,6 @@ export {
|
|
|
4636
4682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4637
4683
|
default as ForkKnifeCrossedIcon
|
|
4638
4684
|
} from '../icons/utensils-crossed';
|
|
4639
|
-
// UserRound aliases
|
|
4640
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4641
|
-
export {
|
|
4642
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4643
|
-
default as User2Icon
|
|
4644
|
-
} from '../icons/user-round';
|
|
4645
4685
|
// Utensils aliases
|
|
4646
4686
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4647
4687
|
export {
|