@lucide/astro 1.32.0 → 1.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +54 -54
- package/src/aliases/prefixed.ts +605 -591
- package/src/aliases/suffixed.ts +867 -853
- package/src/icons/audio-lines-off.ts +18 -0
- package/src/icons/index.ts +195 -188
- package/src/icons/list-clock.ts +18 -0
- package/src/icons/midi-port.ts +18 -0
- package/src/icons/mop-sparkles.ts +18 -0
- package/src/icons/mop.ts +18 -0
- package/src/icons/square-dimensions.ts +18 -0
- package/src/icons/usb-c-port.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -4,10 +4,10 @@ export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
5
|
// Accessibility aliases
|
|
6
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// Activity aliases
|
|
8
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
9
7
|
// ALargeSmall aliases
|
|
10
8
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
9
|
+
// Activity aliases
|
|
10
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
13
|
// AirVent aliases
|
|
@@ -22,34 +22,34 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
24
24
|
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
-
// AlignCenterHorizontal aliases
|
|
26
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignCenterHorizontal aliases
|
|
30
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
-
// AlignHorizontalDistributeStart aliases
|
|
38
|
-
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';
|
|
39
|
+
// AlignHorizontalDistributeStart aliases
|
|
40
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
-
// AlignStartHorizontal aliases
|
|
48
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
47
|
// AlignHorizontalSpaceBetween aliases
|
|
50
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
49
|
// AlignStartVertical aliases
|
|
52
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
+
// AlignStartHorizontal aliases
|
|
52
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
@@ -70,10 +70,10 @@ export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertica
|
|
|
70
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
-
// Ampersands aliases
|
|
74
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
+
// Ampersands aliases
|
|
76
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Angle aliases
|
|
@@ -94,10 +94,10 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
@@ -112,18 +112,18 @@ export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash'
|
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowBigUp aliases
|
|
116
|
-
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
|
-
//
|
|
120
|
-
export { default as
|
|
117
|
+
// ArrowBigUp aliases
|
|
118
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
121
119
|
// ArrowDownNarrowWide aliases
|
|
122
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
//
|
|
124
|
-
export { default as
|
|
121
|
+
// ArrowDownLeft aliases
|
|
122
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -132,24 +132,24 @@ export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftRight aliases
|
|
134
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
137
|
// ArrowLeftToLine aliases
|
|
136
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
139
|
// ArrowLeft aliases
|
|
138
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
-
//
|
|
140
|
-
export { default as
|
|
141
|
+
// ArrowRightToLine aliases
|
|
142
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
141
143
|
// ArrowRightFromLine aliases
|
|
142
144
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
145
|
// ArrowRightLeft aliases
|
|
144
146
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
-
// ArrowUpDown aliases
|
|
148
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
147
|
// ArrowRight aliases
|
|
150
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
@@ -162,40 +162,42 @@ export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
|
162
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// ArrowsUpFromLine aliases
|
|
166
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// Asterisk aliases
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
169
|
// Astroid aliases
|
|
170
170
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
171
|
// AtSign aliases
|
|
172
172
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
173
|
// Atom aliases
|
|
174
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
|
-
// AudioLines aliases
|
|
176
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
|
-
// AudioWaveform aliases
|
|
178
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
175
|
// AudioLinesX aliases
|
|
180
176
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
177
|
+
// AudioLinesOff aliases
|
|
178
|
+
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
+
// AudioLines aliases
|
|
182
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
181
183
|
// Award aliases
|
|
182
184
|
export { default as AwardIcon } from '../icons/award';
|
|
183
185
|
// Axe aliases
|
|
184
186
|
export { default as AxeIcon } from '../icons/axe';
|
|
185
187
|
// Baby aliases
|
|
186
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
// BadgeAlert aliases
|
|
188
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
189
|
// Backpack aliases
|
|
190
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
+
// BadgeAlert aliases
|
|
192
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
193
|
// BadgeCent aliases
|
|
192
194
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
195
|
// BadgeDollarSign aliases
|
|
194
196
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeEuro aliases
|
|
196
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
197
|
// BadgeIndianRupee aliases
|
|
198
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
201
|
// BadgeInfo aliases
|
|
200
202
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
203
|
// BadgeJapaneseYen aliases
|
|
@@ -204,10 +206,10 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
204
206
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
207
|
// BadgePercent aliases
|
|
206
208
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
-
// BadgePoundSterling aliases
|
|
208
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
209
|
// BadgePlus aliases
|
|
210
210
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
|
+
// BadgePoundSterling aliases
|
|
212
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
213
|
// BadgeRussianRuble aliases
|
|
212
214
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
215
|
// BadgeSwissFranc aliases
|
|
@@ -230,10 +232,10 @@ export { default as BananaIcon } from '../icons/banana';
|
|
|
230
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
233
|
// BanknoteArrowDown aliases
|
|
232
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
235
|
// BanknoteCheck aliases
|
|
236
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
|
+
// BanknoteArrowUp aliases
|
|
238
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
239
|
// BanknoteX aliases
|
|
238
240
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
241
|
// Banknote aliases
|
|
@@ -244,32 +246,32 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
244
246
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
247
|
// Baseline aliases
|
|
246
248
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// BatteryCharging aliases
|
|
248
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// Bath aliases
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
251
|
// BatteryFull aliases
|
|
252
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
+
// BatteryCharging aliases
|
|
254
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
255
|
// BatteryLow aliases
|
|
254
256
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
257
|
// BatteryMedium aliases
|
|
256
258
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
|
-
// BatteryPlus aliases
|
|
258
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
259
|
// BatteryWarning aliases
|
|
260
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
|
+
// BatteryPlus aliases
|
|
262
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
263
|
// Battery aliases
|
|
262
264
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
265
|
// Beaker aliases
|
|
264
266
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
267
|
// BeanOff aliases
|
|
266
268
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
|
+
// BedSingle aliases
|
|
270
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
271
|
// Bean aliases
|
|
268
272
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
273
|
// BedDouble aliases
|
|
270
274
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
-
// BedSingle aliases
|
|
272
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
275
|
// Bed aliases
|
|
274
276
|
export { default as BedIcon } from '../icons/bed';
|
|
275
277
|
// BeefOff aliases
|
|
@@ -280,16 +282,16 @@ export { default as BeefIcon } from '../icons/beef';
|
|
|
280
282
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
283
|
// BeerOff aliases
|
|
282
284
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
|
-
// BellCheck aliases
|
|
284
|
-
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
285
|
// BellDot aliases
|
|
286
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
|
-
//
|
|
288
|
-
export { default as
|
|
287
|
+
// BellCheck aliases
|
|
288
|
+
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
289
289
|
// BellElectric aliases
|
|
290
290
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
291
|
// BellOff aliases
|
|
292
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
+
// BellMinus aliases
|
|
294
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
293
295
|
// BellPlus aliases
|
|
294
296
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
297
|
// BellRing aliases
|
|
@@ -300,16 +302,16 @@ export { default as BellIcon } from '../icons/bell';
|
|
|
300
302
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
303
|
// BetweenVerticalStart aliases
|
|
302
304
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
-
// BicepsFlexed aliases
|
|
304
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
+
// BicepsFlexed aliases
|
|
308
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
309
|
+
// Biohazard aliases
|
|
310
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
311
|
// Binary aliases
|
|
308
312
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
313
|
// Binoculars aliases
|
|
310
314
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
|
-
// Biohazard aliases
|
|
312
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
315
|
// Bird aliases
|
|
314
316
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
317
|
// Birdhouse aliases
|
|
@@ -322,82 +324,82 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
322
324
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
325
|
// Blinds aliases
|
|
324
326
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
|
-
// BluetoothConnected aliases
|
|
326
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
327
|
// Blocks aliases
|
|
328
328
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
|
-
//
|
|
330
|
-
export { default as
|
|
329
|
+
// BluetoothConnected aliases
|
|
330
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
331
|
// BluetoothOff aliases
|
|
332
332
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
|
+
// BluetoothSearching aliases
|
|
334
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
335
|
// Bluetooth aliases
|
|
334
336
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
337
|
// Bold aliases
|
|
336
338
|
export { default as BoldIcon } from '../icons/bold';
|
|
337
|
-
// Bomb aliases
|
|
338
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
339
339
|
// Bolt aliases
|
|
340
340
|
export { default as BoltIcon } from '../icons/bolt';
|
|
341
|
+
// Bomb aliases
|
|
342
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
341
343
|
// BoneFracture aliases
|
|
342
344
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
// BookA aliases
|
|
344
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
345
345
|
// Bone aliases
|
|
346
346
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
347
|
// BookAlert aliases
|
|
348
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
|
-
//
|
|
350
|
-
export { default as
|
|
349
|
+
// BookA aliases
|
|
350
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
351
351
|
// BookAudio aliases
|
|
352
352
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
353
|
+
// BookCheck aliases
|
|
354
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
355
|
// BookCopy aliases
|
|
354
356
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
355
357
|
// BookDown aliases
|
|
356
358
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
359
|
// BookHeadphones aliases
|
|
358
360
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
|
-
// BookImage aliases
|
|
360
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
361
361
|
// BookHeart aliases
|
|
362
362
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
363
|
-
//
|
|
364
|
-
export { default as
|
|
363
|
+
// BookImage aliases
|
|
364
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
365
365
|
// BookKey aliases
|
|
366
366
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
|
+
// BookLock aliases
|
|
368
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
367
369
|
// BookMarked aliases
|
|
368
370
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
369
371
|
// BookOpenCheck aliases
|
|
370
372
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
373
|
// BookMinus aliases
|
|
372
374
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
|
-
// BookOpenText aliases
|
|
374
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
375
|
// BookPlus aliases
|
|
376
376
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
377
|
// BookSearch aliases
|
|
378
378
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
|
+
// BookOpenText aliases
|
|
380
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
379
381
|
// BookOpen aliases
|
|
380
382
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
381
383
|
// BookText aliases
|
|
382
384
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
|
-
// BookUp2 aliases
|
|
384
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
385
385
|
// BookType aliases
|
|
386
386
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
|
+
// BookUp2 aliases
|
|
388
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
389
|
// BookUp aliases
|
|
388
390
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
391
|
// BookUser aliases
|
|
390
392
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
|
+
// Book aliases
|
|
394
|
+
export { default as BookIcon } from '../icons/book';
|
|
391
395
|
// BookX aliases
|
|
392
396
|
export { default as BookXIcon } from '../icons/book-x';
|
|
397
|
+
// BookmarkCheck aliases
|
|
398
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
393
399
|
// BookmarkMinus aliases
|
|
394
400
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
395
|
-
// Book aliases
|
|
396
|
-
export { default as BookIcon } from '../icons/book';
|
|
397
401
|
// BookmarkOff aliases
|
|
398
402
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
|
-
// BookmarkCheck aliases
|
|
400
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
401
403
|
// BookmarkPlus aliases
|
|
402
404
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
405
|
// BookmarkX aliases
|
|
@@ -412,60 +414,60 @@ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
|
412
414
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
415
|
// Bot aliases
|
|
414
416
|
export { default as BotIcon } from '../icons/bot';
|
|
415
|
-
// BottleWine aliases
|
|
416
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
417
|
// BowArrow aliases
|
|
418
418
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
|
+
// BottleWine aliases
|
|
420
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
419
421
|
// Box aliases
|
|
420
422
|
export { default as BoxIcon } from '../icons/box';
|
|
423
|
+
// Brackets aliases
|
|
424
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
421
425
|
// Boxes aliases
|
|
422
426
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
427
|
// BrainCircuit aliases
|
|
424
428
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
429
|
// BrainCog aliases
|
|
426
430
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
427
|
-
// Brackets aliases
|
|
428
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
429
431
|
// Brain aliases
|
|
430
432
|
export { default as BrainIcon } from '../icons/brain';
|
|
431
433
|
// BrickWallFire aliases
|
|
432
434
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
|
+
// BrickWallShield aliases
|
|
436
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
437
|
// BrickWall aliases
|
|
434
438
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
435
439
|
// BriefcaseBusiness aliases
|
|
436
440
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
437
|
-
// BrickWallShield aliases
|
|
438
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
439
441
|
// BriefcaseMedical aliases
|
|
440
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
441
443
|
// BriefcaseConveyorBelt aliases
|
|
442
444
|
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';
|
|
445
447
|
// BringToFront aliases
|
|
446
448
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
449
|
// Broccoli aliases
|
|
448
450
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
|
-
//
|
|
450
|
-
export { default as
|
|
451
|
+
// BroomSparkles aliases
|
|
452
|
+
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
451
453
|
// Broom aliases
|
|
452
454
|
export { default as BroomIcon } from '../icons/broom';
|
|
453
455
|
// BrushCleaning aliases
|
|
454
456
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
455
457
|
// Brush aliases
|
|
456
458
|
export { default as BrushIcon } from '../icons/brush';
|
|
457
|
-
// BugOff aliases
|
|
458
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
459
459
|
// Bubbles aliases
|
|
460
460
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
461
|
+
// BugOff aliases
|
|
462
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
463
|
// Bug aliases
|
|
464
464
|
export { default as BugIcon } from '../icons/bug';
|
|
465
|
-
//
|
|
466
|
-
export { default as
|
|
465
|
+
// BugPlay aliases
|
|
466
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
467
467
|
// Building aliases
|
|
468
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
469
|
+
// Building2 aliases
|
|
470
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
469
471
|
// BusFront aliases
|
|
470
472
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
471
473
|
// CableCar aliases
|
|
@@ -480,10 +482,10 @@ export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
|
480
482
|
export { default as CakeIcon } from '../icons/cake';
|
|
481
483
|
// Calculator aliases
|
|
482
484
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
483
|
-
// CalendarArrowDown aliases
|
|
484
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
485
485
|
// Calendar1 aliases
|
|
486
486
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
487
|
+
// CalendarArrowDown aliases
|
|
488
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
487
489
|
// CalendarArrowUp aliases
|
|
488
490
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
489
491
|
// CalendarCheck2 aliases
|
|
@@ -502,10 +504,10 @@ export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
|
502
504
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
505
|
// CalendarMinus2 aliases
|
|
504
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
505
|
-
// CalendarOff aliases
|
|
506
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
507
507
|
// CalendarMinus aliases
|
|
508
508
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
509
|
+
// CalendarOff aliases
|
|
510
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
509
511
|
// CalendarPlus2 aliases
|
|
510
512
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
511
513
|
// CalendarPlus aliases
|
|
@@ -514,32 +516,32 @@ export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
|
514
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
515
517
|
// CalendarSearch aliases
|
|
516
518
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
517
|
-
// CalendarX aliases
|
|
518
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
519
|
// CalendarSync aliases
|
|
520
520
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
521
|
// CalendarX2 aliases
|
|
522
522
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
523
523
|
// Calendar aliases
|
|
524
524
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
525
|
+
// CalendarX aliases
|
|
526
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
525
527
|
// Calendars aliases
|
|
526
528
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
527
529
|
// CameraOff aliases
|
|
528
530
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
529
|
-
// Camera aliases
|
|
530
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
531
531
|
// CandyCane aliases
|
|
532
532
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
533
|
+
// Camera aliases
|
|
534
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
533
535
|
// CandyOff aliases
|
|
534
536
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
535
537
|
// Candy aliases
|
|
536
538
|
export { default as CandyIcon } from '../icons/candy';
|
|
539
|
+
// CannabisOff aliases
|
|
540
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
537
541
|
// Cannabis aliases
|
|
538
542
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
539
543
|
// CaptionsOff aliases
|
|
540
544
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
541
|
-
// CannabisOff aliases
|
|
542
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
543
545
|
// CarBattery aliases
|
|
544
546
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
545
547
|
// CarFront aliases
|
|
@@ -550,12 +552,12 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
550
552
|
export { default as CarIcon } from '../icons/car';
|
|
551
553
|
// Caravan aliases
|
|
552
554
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
555
|
+
// CardSim aliases
|
|
556
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
553
557
|
// Carrot aliases
|
|
554
558
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
555
559
|
// CaseLower aliases
|
|
556
560
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
557
|
-
// CardSim aliases
|
|
558
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
559
561
|
// CaseSensitive aliases
|
|
560
562
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
561
563
|
// CaseUpper aliases
|
|
@@ -564,12 +566,12 @@ export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
|
564
566
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
565
567
|
// Castle aliases
|
|
566
568
|
export { default as CastleIcon } from '../icons/castle';
|
|
569
|
+
// Cast aliases
|
|
570
|
+
export { default as CastIcon } from '../icons/cast';
|
|
567
571
|
// Cat aliases
|
|
568
572
|
export { default as CatIcon } from '../icons/cat';
|
|
569
573
|
// CctvOff aliases
|
|
570
574
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
571
|
-
// Cast aliases
|
|
572
|
-
export { default as CastIcon } from '../icons/cast';
|
|
573
575
|
// ChartBarDecreasing aliases
|
|
574
576
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
575
577
|
// Cctv aliases
|
|
@@ -578,70 +580,70 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
578
580
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
579
581
|
// ChartBarStacked aliases
|
|
580
582
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
583
|
+
// ChartColumnStacked aliases
|
|
584
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
581
585
|
// ChartColumnDecreasing aliases
|
|
582
586
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
583
587
|
// ChartGantt aliases
|
|
584
588
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
585
|
-
// ChartColumnStacked aliases
|
|
586
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
587
|
-
// ChartNetwork aliases
|
|
588
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
589
589
|
// ChartNoAxesColumnDecreasing aliases
|
|
590
590
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
591
|
+
// ChartNetwork aliases
|
|
592
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
591
593
|
// ChartNoAxesCombined aliases
|
|
592
594
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
593
595
|
// ChartSpline aliases
|
|
594
596
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
595
597
|
// CheckCheck aliases
|
|
596
598
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
597
|
-
// CheckLine aliases
|
|
598
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
599
599
|
// Check aliases
|
|
600
600
|
export { default as CheckIcon } from '../icons/check';
|
|
601
|
-
//
|
|
602
|
-
export { default as
|
|
601
|
+
// CheckLine aliases
|
|
602
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
603
603
|
// ChefHat aliases
|
|
604
604
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
605
|
+
// Cherry aliases
|
|
606
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
605
607
|
// ChessBishop aliases
|
|
606
608
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
607
609
|
// ChessKing aliases
|
|
608
610
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
609
611
|
// ChessKnight aliases
|
|
610
612
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
611
|
-
// ChessQueen aliases
|
|
612
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
613
613
|
// ChessPawn aliases
|
|
614
614
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
615
615
|
// ChessRook aliases
|
|
616
616
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
617
|
-
// ChevronFirst aliases
|
|
618
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
619
617
|
// ChevronDown aliases
|
|
620
618
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
619
|
+
// ChessQueen aliases
|
|
620
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
621
|
+
// ChevronFirst aliases
|
|
622
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
623
623
|
// ChevronLast aliases
|
|
624
624
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
625
|
+
// ChevronLeft aliases
|
|
626
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
625
627
|
// ChevronRight aliases
|
|
626
628
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
627
|
-
//
|
|
628
|
-
export { default as
|
|
629
|
+
// ChevronsDown aliases
|
|
630
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
629
631
|
// ChevronsDownUp aliases
|
|
630
632
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
633
|
+
// ChevronUp aliases
|
|
634
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
631
635
|
// ChevronsLeftRightEllipsis aliases
|
|
632
636
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
633
|
-
// ChevronsDown aliases
|
|
634
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
635
637
|
// ChevronsLeftRight aliases
|
|
636
638
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
637
639
|
// ChevronsLeft aliases
|
|
638
640
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
639
641
|
// ChevronsRightLeft aliases
|
|
640
642
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
641
|
-
// ChevronsUpDown aliases
|
|
642
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
643
643
|
// ChevronsRight aliases
|
|
644
644
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
645
|
+
// ChevronsUpDown aliases
|
|
646
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
645
647
|
// ChevronsUp aliases
|
|
646
648
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
647
649
|
// Church aliases
|
|
@@ -654,44 +656,44 @@ export { default as CigaretteIcon } from '../icons/cigarette';
|
|
|
654
656
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
655
657
|
// CircleDollarSign aliases
|
|
656
658
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
657
|
-
// CircleDot aliases
|
|
658
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
659
659
|
// CircleDotDashed aliases
|
|
660
660
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
661
|
+
// CircleDot aliases
|
|
662
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
661
663
|
// CircleEllipsis aliases
|
|
662
664
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
663
|
-
// CircleFadingArrowUp aliases
|
|
664
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
665
665
|
// CircleEqual aliases
|
|
666
666
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
667
667
|
// CircleEuro aliases
|
|
668
668
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
669
|
+
// CircleFadingArrowUp aliases
|
|
670
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
669
671
|
// CircleFadingPlus aliases
|
|
670
672
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
671
673
|
// CircleOff aliases
|
|
672
674
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
673
675
|
// CirclePile aliases
|
|
674
676
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
677
|
+
// CirclePoundSterling aliases
|
|
678
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
675
679
|
// CircleSlash aliases
|
|
676
680
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
677
681
|
// CircleSmall aliases
|
|
678
682
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
679
|
-
// CirclePoundSterling aliases
|
|
680
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
681
683
|
// CircleStar aliases
|
|
682
684
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
685
|
+
// Circle aliases
|
|
686
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
683
687
|
// CircuitBoard aliases
|
|
684
688
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
685
689
|
// Citrus aliases
|
|
686
690
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
687
|
-
// Circle aliases
|
|
688
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
689
691
|
// Clapperboard aliases
|
|
690
692
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
691
|
-
// ClipboardCheck aliases
|
|
692
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
693
693
|
// ClipboardClock aliases
|
|
694
694
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
695
|
+
// ClipboardCheck aliases
|
|
696
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
695
697
|
// ClipboardCopy aliases
|
|
696
698
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
697
699
|
// ClipboardList aliases
|
|
@@ -702,44 +704,44 @@ export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
|
702
704
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
703
705
|
// ClipboardPlus aliases
|
|
704
706
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
707
|
+
// ClipboardX aliases
|
|
708
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
705
709
|
// ClipboardType aliases
|
|
706
710
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
707
711
|
// Clipboard aliases
|
|
708
712
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
709
|
-
// ClipboardX aliases
|
|
710
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
711
713
|
// Clock1 aliases
|
|
712
714
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
713
715
|
// Clock10 aliases
|
|
714
716
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
715
717
|
// Clock11 aliases
|
|
716
718
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
717
|
-
// Clock12 aliases
|
|
718
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
719
719
|
// Clock2 aliases
|
|
720
720
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
721
|
+
// Clock12 aliases
|
|
722
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
723
723
|
// Clock3 aliases
|
|
724
724
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
725
|
+
// Clock4 aliases
|
|
726
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
725
727
|
// Clock5 aliases
|
|
726
728
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
729
|
+
// Clock7 aliases
|
|
730
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
727
731
|
// Clock6 aliases
|
|
728
732
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
729
733
|
// Clock8 aliases
|
|
730
734
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
731
735
|
// Clock9 aliases
|
|
732
736
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
733
|
-
// Clock7 aliases
|
|
734
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
735
737
|
// ClockAlert aliases
|
|
736
738
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
737
739
|
// ClockArrowDown aliases
|
|
738
740
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
739
|
-
// ClockArrowRight aliases
|
|
740
|
-
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
741
741
|
// ClockArrowLeft aliases
|
|
742
742
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
743
|
+
// ClockArrowRight aliases
|
|
744
|
+
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
743
745
|
// ClockArrowUp aliases
|
|
744
746
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
745
747
|
// ClockCheck aliases
|
|
@@ -750,24 +752,24 @@ export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
|
750
752
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
751
753
|
// Clock aliases
|
|
752
754
|
export { default as ClockIcon } from '../icons/clock';
|
|
755
|
+
// CloudAlert aliases
|
|
756
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
753
757
|
// ClosedCaption aliases
|
|
754
758
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
755
759
|
// CloudBackup aliases
|
|
756
760
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
757
|
-
// CloudAlert aliases
|
|
758
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
759
|
-
// CloudCog aliases
|
|
760
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
761
761
|
// CloudCheck aliases
|
|
762
762
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
763
|
-
//
|
|
764
|
-
export { default as
|
|
763
|
+
// CloudCog aliases
|
|
764
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
765
765
|
// CloudFog aliases
|
|
766
766
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
767
|
-
//
|
|
768
|
-
export { default as
|
|
767
|
+
// CloudDrizzle aliases
|
|
768
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
769
769
|
// CloudHail aliases
|
|
770
770
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
771
|
+
// CloudLightning aliases
|
|
772
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
771
773
|
// CloudMoonRain aliases
|
|
772
774
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
773
775
|
// CloudMoon aliases
|
|
@@ -778,22 +780,22 @@ export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
|
778
780
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
779
781
|
// CloudRain aliases
|
|
780
782
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
783
|
+
// CloudSunRain aliases
|
|
784
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
781
785
|
// CloudSnow aliases
|
|
782
786
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
783
787
|
// CloudSun aliases
|
|
784
788
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
785
|
-
// CloudSunRain aliases
|
|
786
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
787
789
|
// CloudSync aliases
|
|
788
790
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
789
791
|
// Cloud aliases
|
|
790
792
|
export { default as CloudIcon } from '../icons/cloud';
|
|
791
793
|
// Cloudy aliases
|
|
792
794
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
793
|
-
// Club aliases
|
|
794
|
-
export { default as ClubIcon } from '../icons/club';
|
|
795
795
|
// Clover aliases
|
|
796
796
|
export { default as CloverIcon } from '../icons/clover';
|
|
797
|
+
// Club aliases
|
|
798
|
+
export { default as ClubIcon } from '../icons/club';
|
|
797
799
|
// Code aliases
|
|
798
800
|
export { default as CodeIcon } from '../icons/code';
|
|
799
801
|
// Coffee aliases
|
|
@@ -810,24 +812,24 @@ export { default as CombineIcon } from '../icons/combine';
|
|
|
810
812
|
export { default as CommandIcon } from '../icons/command';
|
|
811
813
|
// Compass aliases
|
|
812
814
|
export { default as CompassIcon } from '../icons/compass';
|
|
813
|
-
// Component aliases
|
|
814
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
815
815
|
// Computer aliases
|
|
816
816
|
export { default as ComputerIcon } from '../icons/computer';
|
|
817
|
+
// Component aliases
|
|
818
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
817
819
|
// ConciergeBell aliases
|
|
818
820
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
819
821
|
// Cone aliases
|
|
820
822
|
export { default as ConeIcon } from '../icons/cone';
|
|
821
823
|
// Construction aliases
|
|
822
824
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
823
|
-
// Container aliases
|
|
824
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
825
825
|
// Contact aliases
|
|
826
826
|
export { default as ContactIcon } from '../icons/contact';
|
|
827
|
-
//
|
|
828
|
-
export { default as
|
|
827
|
+
// Container aliases
|
|
828
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
829
829
|
// Contrast aliases
|
|
830
830
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
831
|
+
// Cookie aliases
|
|
832
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
831
833
|
// CookingPot aliases
|
|
832
834
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
833
835
|
// CopyCheck aliases
|
|
@@ -854,10 +856,10 @@ export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
|
854
856
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
855
857
|
// CornerLeftUp aliases
|
|
856
858
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
857
|
-
// CornerRightUp aliases
|
|
858
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
859
859
|
// CornerRightDown aliases
|
|
860
860
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
861
|
+
// CornerRightUp aliases
|
|
862
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
861
863
|
// CornerUpLeft aliases
|
|
862
864
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
863
865
|
// CornerUpRight aliases
|
|
@@ -878,24 +880,24 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
878
880
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
879
881
|
// Crown aliases
|
|
880
882
|
export { default as CrownIcon } from '../icons/crown';
|
|
883
|
+
// Cuboid aliases
|
|
884
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
881
885
|
// CupSoda aliases
|
|
882
886
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
883
887
|
// Currency aliases
|
|
884
888
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
885
|
-
// Cuboid aliases
|
|
886
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
887
889
|
// Cylinder aliases
|
|
888
890
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
889
891
|
// Dam aliases
|
|
890
892
|
export { default as DamIcon } from '../icons/dam';
|
|
891
|
-
// DatabaseArrowDown aliases
|
|
892
|
-
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
893
893
|
// DatabaseArrowUp aliases
|
|
894
894
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
895
|
+
// DatabaseArrowDown aliases
|
|
896
|
+
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
897
897
|
// DatabaseBackup aliases
|
|
898
898
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
899
|
+
// DatabaseCheck aliases
|
|
900
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
899
901
|
// DatabaseMinus aliases
|
|
900
902
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
901
903
|
// DatabasePlus aliases
|
|
@@ -908,10 +910,10 @@ export { default as DatabaseXIcon } from '../icons/database-x';
|
|
|
908
910
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
909
911
|
// Database aliases
|
|
910
912
|
export { default as DatabaseIcon } from '../icons/database';
|
|
911
|
-
// DecimalsArrowLeft aliases
|
|
912
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
913
913
|
// DecimalsArrowRight aliases
|
|
914
914
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
915
|
+
// DecimalsArrowLeft aliases
|
|
916
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
915
917
|
// Delete aliases
|
|
916
918
|
export { default as DeleteIcon } from '../icons/delete';
|
|
917
919
|
// Dessert aliases
|
|
@@ -920,36 +922,36 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
920
922
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
921
923
|
// DiamondMinus aliases
|
|
922
924
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
923
|
-
// Diamond aliases
|
|
924
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
925
925
|
// DiamondPlus aliases
|
|
926
926
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
927
|
+
// Diamond aliases
|
|
928
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
929
|
+
// Dice1 aliases
|
|
930
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
927
931
|
// Dice2 aliases
|
|
928
932
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
929
933
|
// Dice3 aliases
|
|
930
934
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
931
|
-
// Dice1 aliases
|
|
932
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
933
935
|
// Dice4 aliases
|
|
934
936
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
935
937
|
// Dice5 aliases
|
|
936
938
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
937
939
|
// Dice6 aliases
|
|
938
940
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
939
|
-
// Dices aliases
|
|
940
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
941
941
|
// Diff aliases
|
|
942
942
|
export { default as DiffIcon } from '../icons/diff';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
943
|
+
// Dices aliases
|
|
944
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
945
945
|
// Disc2 aliases
|
|
946
946
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
947
|
+
// Disc3 aliases
|
|
948
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
947
949
|
// DiscAlbum aliases
|
|
948
950
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
949
|
-
// Divide aliases
|
|
950
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
951
951
|
// Disc aliases
|
|
952
952
|
export { default as DiscIcon } from '../icons/disc';
|
|
953
|
+
// Divide aliases
|
|
954
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
953
955
|
// DnaOff aliases
|
|
954
956
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
955
957
|
// Dna aliases
|
|
@@ -960,34 +962,34 @@ export { default as DockIcon } from '../icons/dock';
|
|
|
960
962
|
export { default as DogIcon } from '../icons/dog';
|
|
961
963
|
// DollarSign aliases
|
|
962
964
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
963
|
-
// Donut aliases
|
|
964
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
965
965
|
// DoorClosedLocked aliases
|
|
966
966
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
967
967
|
// DoorClosed aliases
|
|
968
968
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
969
|
-
//
|
|
970
|
-
export { default as
|
|
969
|
+
// Donut aliases
|
|
970
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
971
971
|
// DoorOpen aliases
|
|
972
972
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
973
|
+
// Dot aliases
|
|
974
|
+
export { default as DotIcon } from '../icons/dot';
|
|
973
975
|
// Download aliases
|
|
974
976
|
export { default as DownloadIcon } from '../icons/download';
|
|
975
977
|
// DraftingCompass aliases
|
|
976
978
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
977
|
-
// Drama aliases
|
|
978
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
979
979
|
// Drill aliases
|
|
980
980
|
export { default as DrillIcon } from '../icons/drill';
|
|
981
|
+
// Drama aliases
|
|
982
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
981
983
|
// Drone aliases
|
|
982
984
|
export { default as DroneIcon } from '../icons/drone';
|
|
983
985
|
// DropletOff aliases
|
|
984
986
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
985
987
|
// Droplet aliases
|
|
986
988
|
export { default as DropletIcon } from '../icons/droplet';
|
|
987
|
-
// Drum aliases
|
|
988
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
989
989
|
// Droplets aliases
|
|
990
990
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
991
|
+
// Drum aliases
|
|
992
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
991
993
|
// Drumstick aliases
|
|
992
994
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
993
995
|
// Dumbbell aliases
|
|
@@ -998,10 +1000,10 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
998
1000
|
export { default as EarIcon } from '../icons/ear';
|
|
999
1001
|
// EarthLock aliases
|
|
1000
1002
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1001
|
-
// EggFried aliases
|
|
1002
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1003
1003
|
// Eclipse aliases
|
|
1004
1004
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1005
|
+
// EggFried aliases
|
|
1006
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1005
1007
|
// EggOff aliases
|
|
1006
1008
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1007
1009
|
// Egg aliases
|
|
@@ -1020,10 +1022,10 @@ export { default as EqualIcon } from '../icons/equal';
|
|
|
1020
1022
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1021
1023
|
// EthernetPort aliases
|
|
1022
1024
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1023
|
-
// EvCharger aliases
|
|
1024
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1025
1025
|
// Euro aliases
|
|
1026
1026
|
export { default as EuroIcon } from '../icons/euro';
|
|
1027
|
+
// EvCharger aliases
|
|
1028
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1027
1029
|
// Expand aliases
|
|
1028
1030
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1029
1031
|
// ExternalLink aliases
|
|
@@ -1036,26 +1038,26 @@ export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
|
1036
1038
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1037
1039
|
// Factory aliases
|
|
1038
1040
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1039
|
-
// Fan aliases
|
|
1040
|
-
export { default as FanIcon } from '../icons/fan';
|
|
1041
1041
|
// Eye aliases
|
|
1042
1042
|
export { default as EyeIcon } from '../icons/eye';
|
|
1043
|
+
// Fan aliases
|
|
1044
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1043
1045
|
// FastForward aliases
|
|
1044
1046
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1045
1047
|
// Feather aliases
|
|
1046
1048
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1047
|
-
// FerrisWheel aliases
|
|
1048
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1049
1049
|
// Fence aliases
|
|
1050
1050
|
export { default as FenceIcon } from '../icons/fence';
|
|
1051
|
+
// FerrisWheel aliases
|
|
1052
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1051
1053
|
// FileArchive aliases
|
|
1052
1054
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1053
1055
|
// FileBox aliases
|
|
1054
1056
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1055
|
-
// FileCheck aliases
|
|
1056
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1057
1057
|
// FileClock aliases
|
|
1058
1058
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1059
|
+
// FileCheck aliases
|
|
1060
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1059
1061
|
// FileCode aliases
|
|
1060
1062
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1061
1063
|
// FileDiff aliases
|
|
@@ -1074,10 +1076,10 @@ export { default as FileInputIcon } from '../icons/file-input';
|
|
|
1074
1076
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1075
1077
|
// FileMusic aliases
|
|
1076
1078
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1077
|
-
// FilePlus aliases
|
|
1078
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1079
1079
|
// FileOutput aliases
|
|
1080
1080
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1081
|
+
// FilePlus aliases
|
|
1082
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1081
1083
|
// FileScan aliases
|
|
1082
1084
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1083
1085
|
// FileSearch aliases
|
|
@@ -1092,12 +1094,12 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1092
1094
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1093
1095
|
// FileTerminal aliases
|
|
1094
1096
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1097
|
+
// FileText aliases
|
|
1098
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1095
1099
|
// FileType aliases
|
|
1096
1100
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1097
1101
|
// FileUp aliases
|
|
1098
1102
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1099
|
-
// FileText aliases
|
|
1100
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1101
1103
|
// FileUser aliases
|
|
1102
1104
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1103
1105
|
// FileVolume aliases
|
|
@@ -1108,14 +1110,14 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1108
1110
|
export { default as FileIcon } from '../icons/file';
|
|
1109
1111
|
// Files aliases
|
|
1110
1112
|
export { default as FilesIcon } from '../icons/files';
|
|
1113
|
+
// Film aliases
|
|
1114
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1111
1115
|
// FireExtinguisher aliases
|
|
1112
1116
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1113
|
-
// FishOff aliases
|
|
1114
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1115
1117
|
// FishSymbol aliases
|
|
1116
1118
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1117
|
-
//
|
|
1118
|
-
export { default as
|
|
1119
|
+
// FishOff aliases
|
|
1120
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1119
1121
|
// Fish aliases
|
|
1120
1122
|
export { default as FishIcon } from '../icons/fish';
|
|
1121
1123
|
// FishingHook aliases
|
|
@@ -1138,10 +1140,10 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1138
1140
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1139
1141
|
// Flashlight aliases
|
|
1140
1142
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1141
|
-
// FlaskConical aliases
|
|
1142
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1143
1143
|
// FlaskConicalOff aliases
|
|
1144
1144
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1145
|
+
// FlaskConical aliases
|
|
1146
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1145
1147
|
// FlaskRound aliases
|
|
1146
1148
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1147
1149
|
// FlipHorizontal2 aliases
|
|
@@ -1154,26 +1156,26 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1154
1156
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1155
1157
|
// Focus aliases
|
|
1156
1158
|
export { default as FocusIcon } from '../icons/focus';
|
|
1157
|
-
// FoldVertical aliases
|
|
1158
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1159
1159
|
// FoldHorizontal aliases
|
|
1160
1160
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1161
|
+
// FoldVertical aliases
|
|
1162
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1161
1163
|
// FolderArchive aliases
|
|
1162
1164
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1163
|
-
// FolderCheck aliases
|
|
1164
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1165
1165
|
// FolderBookmark aliases
|
|
1166
1166
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1167
|
+
// FolderCheck aliases
|
|
1168
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1167
1169
|
// FolderClock aliases
|
|
1168
1170
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1169
1171
|
// FolderClosed aliases
|
|
1170
1172
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1171
1173
|
// FolderCode aliases
|
|
1172
1174
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1173
|
-
// FolderGit2 aliases
|
|
1174
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1175
1175
|
// FolderDot aliases
|
|
1176
1176
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1177
|
+
// FolderGit2 aliases
|
|
1178
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1177
1179
|
// FolderDown aliases
|
|
1178
1180
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1179
1181
|
// FolderGit aliases
|
|
@@ -1190,10 +1192,10 @@ export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
|
1190
1192
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1191
1193
|
// FolderOpenDot aliases
|
|
1192
1194
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1193
|
-
// FolderOpen aliases
|
|
1194
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1195
1195
|
// FolderMinus aliases
|
|
1196
1196
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1197
|
+
// FolderOpen aliases
|
|
1198
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1197
1199
|
// FolderOutput aliases
|
|
1198
1200
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1199
1201
|
// FolderPlus aliases
|
|
@@ -1208,14 +1210,14 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1208
1210
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1209
1211
|
// FolderSync aliases
|
|
1210
1212
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1211
|
-
// FolderUp aliases
|
|
1212
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1213
1213
|
// FolderTree aliases
|
|
1214
1214
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1215
|
-
//
|
|
1216
|
-
export { default as
|
|
1215
|
+
// FolderUp aliases
|
|
1216
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1217
1217
|
// FolderX aliases
|
|
1218
1218
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1219
|
+
// Folder aliases
|
|
1220
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1219
1221
|
// Folders aliases
|
|
1220
1222
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1221
1223
|
// Footprints aliases
|
|
@@ -1224,10 +1226,10 @@ export { default as FootprintsIcon } from '../icons/footprints';
|
|
|
1224
1226
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1225
1227
|
// Form aliases
|
|
1226
1228
|
export { default as FormIcon } from '../icons/form';
|
|
1227
|
-
// Forward aliases
|
|
1228
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1229
1229
|
// Frame aliases
|
|
1230
1230
|
export { default as FrameIcon } from '../icons/frame';
|
|
1231
|
+
// Forward aliases
|
|
1232
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1231
1233
|
// Fuel aliases
|
|
1232
1234
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1233
1235
|
// Fullscreen aliases
|
|
@@ -1248,20 +1250,20 @@ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
|
1248
1250
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1249
1251
|
// GamepadDirectional aliases
|
|
1250
1252
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1253
|
+
// Gamepad aliases
|
|
1254
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1251
1255
|
// Gauge aliases
|
|
1252
1256
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1253
1257
|
// Gavel aliases
|
|
1254
1258
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1255
|
-
// Gamepad aliases
|
|
1256
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1257
1259
|
// Gem aliases
|
|
1258
1260
|
export { default as GemIcon } from '../icons/gem';
|
|
1259
1261
|
// GeorgianLari aliases
|
|
1260
1262
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1261
|
-
// Gift aliases
|
|
1262
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1263
1263
|
// Ghost aliases
|
|
1264
1264
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1265
|
+
// Gift aliases
|
|
1266
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1265
1267
|
// GitBranchMinus aliases
|
|
1266
1268
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1267
1269
|
// GitBranchPlus aliases
|
|
@@ -1282,38 +1284,38 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1282
1284
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1283
1285
|
// GitMerge aliases
|
|
1284
1286
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1287
|
+
// GitPullRequestClosed aliases
|
|
1288
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1285
1289
|
// GitPullRequestArrow aliases
|
|
1286
1290
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1287
1291
|
// GitPullRequestCreateArrow aliases
|
|
1288
1292
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1289
|
-
// GitPullRequestClosed aliases
|
|
1290
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1291
1293
|
// GitPullRequestDraft aliases
|
|
1292
1294
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1293
1295
|
// GitPullRequestCreate aliases
|
|
1294
1296
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1295
1297
|
// GitPullRequest aliases
|
|
1296
1298
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1297
|
-
// Glasses aliases
|
|
1298
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1299
1299
|
// GlassWater aliases
|
|
1300
1300
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1301
|
-
//
|
|
1302
|
-
export { default as
|
|
1301
|
+
// Glasses aliases
|
|
1302
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1303
1303
|
// GlobeLock aliases
|
|
1304
1304
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1305
|
+
// GlobeCheck aliases
|
|
1306
|
+
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1307
1307
|
// GlobeOff aliases
|
|
1308
1308
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1309
|
+
// GlobeX aliases
|
|
1310
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1309
1311
|
// Globe aliases
|
|
1310
1312
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1311
|
-
// GraduationCap aliases
|
|
1312
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1313
1313
|
// Goal aliases
|
|
1314
1314
|
export { default as GoalIcon } from '../icons/goal';
|
|
1315
1315
|
// Gpu aliases
|
|
1316
1316
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1317
|
+
// GraduationCap aliases
|
|
1318
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1317
1319
|
// Grape aliases
|
|
1318
1320
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1319
1321
|
// Grid3x2 aliases
|
|
@@ -1334,28 +1336,28 @@ export { default as HamIcon } from '../icons/ham';
|
|
|
1334
1336
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1335
1337
|
// Hammer aliases
|
|
1336
1338
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1337
|
-
// HandCoins aliases
|
|
1338
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1339
1339
|
// HandFist aliases
|
|
1340
1340
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1341
|
+
// HandCoins aliases
|
|
1342
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1341
1343
|
// HandHeart aliases
|
|
1342
1344
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1343
1345
|
// HandMetal aliases
|
|
1344
1346
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1345
|
-
// Hand aliases
|
|
1346
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1347
1347
|
// HandPlatter aliases
|
|
1348
1348
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1349
|
+
// Hand aliases
|
|
1350
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1349
1351
|
// Handbag aliases
|
|
1350
1352
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1351
1353
|
// Handshake aliases
|
|
1352
1354
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1353
1355
|
// HardDriveDownload aliases
|
|
1354
1356
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1355
|
-
// HardDrive aliases
|
|
1356
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1357
1357
|
// HardDriveUpload aliases
|
|
1358
1358
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1359
|
+
// HardDrive aliases
|
|
1360
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1359
1361
|
// HardHat aliases
|
|
1360
1362
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1361
1363
|
// Hash aliases
|
|
@@ -1376,54 +1378,54 @@ export { default as Heading2Icon } from '../icons/heading-2';
|
|
|
1376
1378
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1377
1379
|
// Heading4 aliases
|
|
1378
1380
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1379
|
-
// Heading5 aliases
|
|
1380
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1381
1381
|
// Heading6 aliases
|
|
1382
1382
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1383
1383
|
// Heading aliases
|
|
1384
1384
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1385
|
-
//
|
|
1386
|
-
export { default as
|
|
1385
|
+
// Heading5 aliases
|
|
1386
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1387
1387
|
// HeadphoneOff aliases
|
|
1388
1388
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1389
1389
|
// Headphones aliases
|
|
1390
1390
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1391
|
+
// Headset aliases
|
|
1392
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1391
1393
|
// HeartCrack aliases
|
|
1392
1394
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1393
1395
|
// HeartHandshake aliases
|
|
1394
1396
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1395
1397
|
// HeartMinus aliases
|
|
1396
1398
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1397
|
-
// HeartOff aliases
|
|
1398
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1399
1399
|
// HeartPlus aliases
|
|
1400
1400
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1401
|
-
//
|
|
1402
|
-
export { default as
|
|
1401
|
+
// HeartOff aliases
|
|
1402
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1403
1403
|
// HeartX aliases
|
|
1404
1404
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1405
|
-
//
|
|
1406
|
-
export { default as
|
|
1405
|
+
// HeartPulse aliases
|
|
1406
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1407
1407
|
// Heart aliases
|
|
1408
1408
|
export { default as HeartIcon } from '../icons/heart';
|
|
1409
|
+
// Heater aliases
|
|
1410
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1409
1411
|
// Helicopter aliases
|
|
1410
1412
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1411
1413
|
// Hexagon aliases
|
|
1412
1414
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1413
|
-
// Highlighter aliases
|
|
1414
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1415
1415
|
// HopOff aliases
|
|
1416
1416
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1417
1417
|
// Hop aliases
|
|
1418
1418
|
export { default as HopIcon } from '../icons/hop';
|
|
1419
1419
|
// Hospital aliases
|
|
1420
1420
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1421
|
-
//
|
|
1422
|
-
export { default as
|
|
1421
|
+
// Highlighter aliases
|
|
1422
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1423
1423
|
// Hotel aliases
|
|
1424
1424
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1425
1425
|
// HouseHeart aliases
|
|
1426
1426
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1427
|
+
// Hourglass aliases
|
|
1428
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1427
1429
|
// HousePlug aliases
|
|
1428
1430
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1429
1431
|
// HousePlus aliases
|
|
@@ -1438,10 +1440,10 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1438
1440
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1439
1441
|
// ImageMinus aliases
|
|
1440
1442
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1441
|
-
// ImageOff aliases
|
|
1442
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1443
1443
|
// ImagePlay aliases
|
|
1444
1444
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1445
|
+
// ImageOff aliases
|
|
1446
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1445
1447
|
// ImageUp aliases
|
|
1446
1448
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1447
1449
|
// ImagePlus aliases
|
|
@@ -1450,46 +1452,46 @@ export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
|
1450
1452
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1451
1453
|
// Image aliases
|
|
1452
1454
|
export { default as ImageIcon } from '../icons/image';
|
|
1453
|
-
// Images aliases
|
|
1454
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1455
1455
|
// Import aliases
|
|
1456
1456
|
export { default as ImportIcon } from '../icons/import';
|
|
1457
|
-
//
|
|
1458
|
-
export { default as
|
|
1457
|
+
// Images aliases
|
|
1458
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1459
1459
|
// Inbox aliases
|
|
1460
1460
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1461
|
+
// IndianRupee aliases
|
|
1462
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1461
1463
|
// Infinity aliases
|
|
1462
1464
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1463
|
-
// InspectionPanel aliases
|
|
1464
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1465
1465
|
// Info aliases
|
|
1466
1466
|
export { default as InfoIcon } from '../icons/info';
|
|
1467
|
+
// InspectionPanel aliases
|
|
1468
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1467
1469
|
// Italic aliases
|
|
1468
1470
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1469
1471
|
// IterationCcw aliases
|
|
1470
1472
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1471
1473
|
// IterationCw aliases
|
|
1472
1474
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1475
|
+
// JapaneseYen aliases
|
|
1476
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1473
1477
|
// Joystick aliases
|
|
1474
1478
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1475
1479
|
// Kanban aliases
|
|
1476
1480
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1477
|
-
// JapaneseYen aliases
|
|
1478
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1479
|
-
// KeyRound aliases
|
|
1480
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1481
1481
|
// Kayak aliases
|
|
1482
1482
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1483
|
+
// KeyRound aliases
|
|
1484
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1483
1485
|
// KeySquare aliases
|
|
1484
1486
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1485
1487
|
// Key aliases
|
|
1486
1488
|
export { default as KeyIcon } from '../icons/key';
|
|
1487
1489
|
// KeyboardMusic aliases
|
|
1488
1490
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1489
|
-
// KeyboardOff aliases
|
|
1490
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1491
1491
|
// Keyboard aliases
|
|
1492
1492
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1493
|
+
// KeyboardOff aliases
|
|
1494
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1493
1495
|
// LampCeiling aliases
|
|
1494
1496
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1495
1497
|
// LampDesk aliases
|
|
@@ -1510,16 +1512,16 @@ export { default as LandmarkIcon } from '../icons/landmark';
|
|
|
1510
1512
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1511
1513
|
// LaptopMinimalCheck aliases
|
|
1512
1514
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1513
|
-
// LassoSelect aliases
|
|
1514
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1515
1515
|
// Laptop aliases
|
|
1516
1516
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1517
|
+
// LassoSelect aliases
|
|
1518
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1517
1519
|
// Lasso aliases
|
|
1518
1520
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1519
|
-
// LayerArrowUp aliases
|
|
1520
|
-
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1521
1521
|
// LayerArrowDown aliases
|
|
1522
1522
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1523
|
+
// LayerArrowUp aliases
|
|
1524
|
+
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1523
1525
|
// Layers2 aliases
|
|
1524
1526
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1525
1527
|
// LayersArrowDown aliases
|
|
@@ -1534,58 +1536,60 @@ export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
|
1534
1536
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1535
1537
|
// LayoutFreeform aliases
|
|
1536
1538
|
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1537
|
-
// LayoutGrid aliases
|
|
1538
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1539
1539
|
// LayoutList aliases
|
|
1540
1540
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1541
|
+
// LayoutGrid aliases
|
|
1542
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1541
1543
|
// LayoutPanelLeft aliases
|
|
1542
1544
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1543
1545
|
// LayoutPanelTop aliases
|
|
1544
1546
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1545
|
-
// Leaf aliases
|
|
1546
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1547
1547
|
// LayoutTemplate aliases
|
|
1548
1548
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1549
|
+
// Leaf aliases
|
|
1550
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1549
1551
|
// LeafyGreen aliases
|
|
1550
1552
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1551
1553
|
// Lectern aliases
|
|
1552
1554
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1553
1555
|
// LensConcave aliases
|
|
1554
1556
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1557
|
+
// LensConvex aliases
|
|
1558
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1555
1559
|
// LibraryBig aliases
|
|
1556
1560
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1557
1561
|
// Library aliases
|
|
1558
1562
|
export { default as LibraryIcon } from '../icons/library';
|
|
1559
|
-
// LensConvex aliases
|
|
1560
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1561
1563
|
// LifeBuoy aliases
|
|
1562
1564
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1563
|
-
// LightbulbOff aliases
|
|
1564
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1565
1565
|
// Ligature aliases
|
|
1566
1566
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1567
|
-
// LineDotRightHorizontal aliases
|
|
1568
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1569
1567
|
// Lightbulb aliases
|
|
1570
1568
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1569
|
+
// LineDotRightHorizontal aliases
|
|
1570
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1571
|
+
// LightbulbOff aliases
|
|
1572
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1571
1573
|
// LineSquiggle aliases
|
|
1572
1574
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1573
1575
|
// LineStyle aliases
|
|
1574
1576
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1575
1577
|
// Link2Off aliases
|
|
1576
1578
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1579
|
+
// Link2 aliases
|
|
1580
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1577
1581
|
// Link aliases
|
|
1578
1582
|
export { default as LinkIcon } from '../icons/link';
|
|
1579
1583
|
// ListCheck aliases
|
|
1580
1584
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1581
|
-
// Link2 aliases
|
|
1582
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1583
1585
|
// ListChecks aliases
|
|
1584
1586
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1585
1587
|
// ListChevronsDownUp aliases
|
|
1586
1588
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1587
1589
|
// ListChevronsUpDown aliases
|
|
1588
1590
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1591
|
+
// ListClock aliases
|
|
1592
|
+
export { default as ListClockIcon } from '../icons/list-clock';
|
|
1589
1593
|
// ListCollapse aliases
|
|
1590
1594
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1591
1595
|
// ListEnd aliases
|
|
@@ -1600,22 +1604,22 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1600
1604
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1601
1605
|
// ListOrdered aliases
|
|
1602
1606
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1607
|
+
// ListRestart aliases
|
|
1608
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1603
1609
|
// ListPlus aliases
|
|
1604
1610
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1605
1611
|
// ListSortAscending aliases
|
|
1606
1612
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1607
|
-
// ListRestart aliases
|
|
1608
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1609
1613
|
// ListSortDescending aliases
|
|
1610
1614
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1611
1615
|
// ListStart aliases
|
|
1612
1616
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1613
1617
|
// ListTodo aliases
|
|
1614
1618
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1615
|
-
// ListVideo aliases
|
|
1616
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1617
1619
|
// ListTree aliases
|
|
1618
1620
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1621
|
+
// ListVideo aliases
|
|
1622
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1619
1623
|
// ListX aliases
|
|
1620
1624
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1621
1625
|
// List aliases
|
|
@@ -1638,16 +1642,16 @@ export { default as LockIcon } from '../icons/lock';
|
|
|
1638
1642
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1639
1643
|
// LogOut aliases
|
|
1640
1644
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1645
|
+
// Logs aliases
|
|
1646
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1641
1647
|
// Lollipop aliases
|
|
1642
1648
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1643
1649
|
// Luggage aliases
|
|
1644
1650
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1645
|
-
// Logs aliases
|
|
1646
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1647
|
-
// MailBadge aliases
|
|
1648
|
-
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1649
1651
|
// Magnet aliases
|
|
1650
1652
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1653
|
+
// MailBadge aliases
|
|
1654
|
+
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1651
1655
|
// MailCheck aliases
|
|
1652
1656
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1653
1657
|
// MailMinus aliases
|
|
@@ -1656,56 +1660,56 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1656
1660
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1657
1661
|
// MailPlus aliases
|
|
1658
1662
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1659
|
-
// MailWarning aliases
|
|
1660
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1661
1663
|
// MailSearch aliases
|
|
1662
1664
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1665
|
+
// MailWarning aliases
|
|
1666
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1663
1667
|
// MailX aliases
|
|
1664
1668
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1665
|
-
// Mailbox aliases
|
|
1666
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1667
1669
|
// Mail aliases
|
|
1668
1670
|
export { default as MailIcon } from '../icons/mail';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1671
|
-
// MapMinus aliases
|
|
1672
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1671
|
+
// Mailbox aliases
|
|
1672
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1673
1673
|
// Mails aliases
|
|
1674
1674
|
export { default as MailsIcon } from '../icons/mails';
|
|
1675
|
+
// MapPinCheckInside aliases
|
|
1676
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1675
1677
|
// MapPinCheck aliases
|
|
1676
1678
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1677
1679
|
// MapPinHouse aliases
|
|
1678
1680
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1679
|
-
//
|
|
1680
|
-
export { default as
|
|
1681
|
+
// MapMinus aliases
|
|
1682
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1681
1683
|
// MapPinMinus aliases
|
|
1682
1684
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1685
|
+
// MapPinMinusInside aliases
|
|
1686
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1683
1687
|
// MapPinOff aliases
|
|
1684
1688
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1685
1689
|
// MapPinPlusInside aliases
|
|
1686
1690
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1687
1691
|
// MapPinPlus aliases
|
|
1688
1692
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1689
|
-
// MapPinSearch aliases
|
|
1690
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1691
1693
|
// MapPinXInside aliases
|
|
1692
1694
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1695
|
+
// MapPinSearch aliases
|
|
1696
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1693
1697
|
// MapPinX aliases
|
|
1694
1698
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1695
1699
|
// MapPin aliases
|
|
1696
1700
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1697
1701
|
// MapPinned aliases
|
|
1698
1702
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1699
|
-
// Map aliases
|
|
1700
|
-
export { default as MapIcon } from '../icons/map';
|
|
1701
1703
|
// MapPlus aliases
|
|
1702
1704
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1705
|
+
// Map aliases
|
|
1706
|
+
export { default as MapIcon } from '../icons/map';
|
|
1703
1707
|
// MarsStroke aliases
|
|
1704
1708
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1705
|
-
// Martini aliases
|
|
1706
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1707
1709
|
// Mars aliases
|
|
1708
1710
|
export { default as MarsIcon } from '../icons/mars';
|
|
1711
|
+
// Martini aliases
|
|
1712
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1709
1713
|
// Maximize2 aliases
|
|
1710
1714
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1711
1715
|
// Maximize aliases
|
|
@@ -1728,20 +1732,20 @@ export { default as MessageCircleCheckIcon } from '../icons/message-circle-check
|
|
|
1728
1732
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1729
1733
|
// MessageCircleDashed aliases
|
|
1730
1734
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1735
|
+
// MessageCircleHeart aliases
|
|
1736
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1731
1737
|
// MessageCircleMore aliases
|
|
1732
1738
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1733
1739
|
// MessageCircleOff aliases
|
|
1734
1740
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1735
|
-
// MessageCircleHeart aliases
|
|
1736
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1737
1741
|
// MessageCirclePlus aliases
|
|
1738
1742
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1739
1743
|
// MessageCircleReply aliases
|
|
1740
1744
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1741
|
-
// MessageCircleWarning aliases
|
|
1742
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1743
1745
|
// MessageCircleX aliases
|
|
1744
1746
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1747
|
+
// MessageCircleWarning aliases
|
|
1748
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1745
1749
|
// MessageSquareCheck aliases
|
|
1746
1750
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1747
1751
|
// MessageCircle aliases
|
|
@@ -1750,24 +1754,24 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
|
1750
1754
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1751
1755
|
// MessageSquareDashed aliases
|
|
1752
1756
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1753
|
-
// MessageSquareDiff aliases
|
|
1754
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1755
1757
|
// MessageSquareDot aliases
|
|
1756
1758
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1759
|
+
// MessageSquareDiff aliases
|
|
1760
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1757
1761
|
// MessageSquareHeart aliases
|
|
1758
1762
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1759
|
-
// MessageSquareMore aliases
|
|
1760
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1761
1763
|
// MessageSquareLock aliases
|
|
1762
1764
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1763
|
-
//
|
|
1764
|
-
export { default as
|
|
1765
|
+
// MessageSquareMore aliases
|
|
1766
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1765
1767
|
// MessageSquareOff aliases
|
|
1766
1768
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1767
|
-
//
|
|
1768
|
-
export { default as
|
|
1769
|
+
// MessageSquarePlus aliases
|
|
1770
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1769
1771
|
// MessageSquareReply aliases
|
|
1770
1772
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1773
|
+
// MessageSquareQuote aliases
|
|
1774
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1771
1775
|
// MessageSquareShare aliases
|
|
1772
1776
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1773
1777
|
// MessageSquareText aliases
|
|
@@ -1778,30 +1782,32 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1778
1782
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1779
1783
|
// MessageSquare aliases
|
|
1780
1784
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1781
|
-
// MessagesSquare aliases
|
|
1782
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1783
1785
|
// Metronome aliases
|
|
1784
1786
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1785
|
-
//
|
|
1786
|
-
export { default as
|
|
1787
|
+
// MessagesSquare aliases
|
|
1788
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1787
1789
|
// MicAudioLines aliases
|
|
1788
1790
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1789
1791
|
// Mic aliases
|
|
1790
1792
|
export { default as MicIcon } from '../icons/mic';
|
|
1793
|
+
// MicOff aliases
|
|
1794
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1791
1795
|
// Microchip aliases
|
|
1792
1796
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1793
1797
|
// Microscope aliases
|
|
1794
1798
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1795
1799
|
// Microwave aliases
|
|
1796
1800
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1797
|
-
//
|
|
1798
|
-
export { default as
|
|
1801
|
+
// MidiPort aliases
|
|
1802
|
+
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1799
1803
|
// Milestone aliases
|
|
1800
1804
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1801
1805
|
// MilkOff aliases
|
|
1802
1806
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1803
1807
|
// Minimize2 aliases
|
|
1804
1808
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1809
|
+
// Milk aliases
|
|
1810
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1805
1811
|
// Minimize aliases
|
|
1806
1812
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1807
1813
|
// MirrorRectangular aliases
|
|
@@ -1810,12 +1816,12 @@ export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
|
1810
1816
|
export { default as MinusIcon } from '../icons/minus';
|
|
1811
1817
|
// MirrorRound aliases
|
|
1812
1818
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1819
|
+
// MonitorCheck aliases
|
|
1820
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1813
1821
|
// MonitorCog aliases
|
|
1814
1822
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1815
1823
|
// MonitorCloud aliases
|
|
1816
1824
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1817
|
-
// MonitorCheck aliases
|
|
1818
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1819
1825
|
// MonitorDot aliases
|
|
1820
1826
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1821
1827
|
// MonitorDown aliases
|
|
@@ -1834,26 +1840,30 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1834
1840
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1835
1841
|
// MonitorUp aliases
|
|
1836
1842
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1837
|
-
// Monitor aliases
|
|
1838
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1839
1843
|
// MonitorX aliases
|
|
1840
1844
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1841
1845
|
// MoonStar aliases
|
|
1842
1846
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1847
|
+
// Monitor aliases
|
|
1848
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1843
1849
|
// Moon aliases
|
|
1844
1850
|
export { default as MoonIcon } from '../icons/moon';
|
|
1851
|
+
// MopSparkles aliases
|
|
1852
|
+
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1853
|
+
// Mop aliases
|
|
1854
|
+
export { default as MopIcon } from '../icons/mop';
|
|
1845
1855
|
// Mosque aliases
|
|
1846
1856
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1847
1857
|
// Motorbike aliases
|
|
1848
1858
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1849
|
-
// MountainSnow aliases
|
|
1850
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1851
1859
|
// Mountain aliases
|
|
1852
1860
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1853
|
-
//
|
|
1854
|
-
export { default as
|
|
1861
|
+
// MountainSnow aliases
|
|
1862
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1855
1863
|
// MouseLeft aliases
|
|
1856
1864
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1865
|
+
// MouseOff aliases
|
|
1866
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1857
1867
|
// MousePointer2Off aliases
|
|
1858
1868
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1859
1869
|
// MousePointer2 aliases
|
|
@@ -1898,10 +1908,10 @@ export { default as MoveIcon } from '../icons/move';
|
|
|
1898
1908
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1899
1909
|
// Music3 aliases
|
|
1900
1910
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1901
|
-
// Music aliases
|
|
1902
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1903
1911
|
// Music4 aliases
|
|
1904
1912
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1913
|
+
// Music aliases
|
|
1914
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1905
1915
|
// Navigation2Off aliases
|
|
1906
1916
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1907
1917
|
// Navigation2 aliases
|
|
@@ -1952,22 +1962,22 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1952
1962
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1953
1963
|
// PackageMinus aliases
|
|
1954
1964
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1955
|
-
// PackagePlus aliases
|
|
1956
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1957
1965
|
// PackageOpen aliases
|
|
1958
1966
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1967
|
+
// PackagePlus aliases
|
|
1968
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1959
1969
|
// PackageSearch aliases
|
|
1960
1970
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1961
|
-
// Package aliases
|
|
1962
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1963
1971
|
// PackageX aliases
|
|
1964
1972
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1973
|
+
// Package aliases
|
|
1974
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1965
1975
|
// PaintBucket aliases
|
|
1966
1976
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1967
|
-
// Paintbrush aliases
|
|
1968
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1969
1977
|
// PaintRoller aliases
|
|
1970
1978
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1979
|
+
// Paintbrush aliases
|
|
1980
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1971
1981
|
// Palette aliases
|
|
1972
1982
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1973
1983
|
// Panda aliases
|
|
@@ -1978,22 +1988,22 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1978
1988
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1979
1989
|
// PanelBottom aliases
|
|
1980
1990
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1981
|
-
// PanelRightClose aliases
|
|
1982
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1983
|
-
// PanelRightOpen aliases
|
|
1984
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1985
1991
|
// PanelLeftRightDashed aliases
|
|
1986
1992
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1993
|
+
// PanelRightClose aliases
|
|
1994
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1987
1995
|
// PanelRight aliases
|
|
1988
1996
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1997
|
+
// PanelRightOpen aliases
|
|
1998
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1989
1999
|
// PanelTopBottomDashed aliases
|
|
1990
2000
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1991
|
-
// PanelTopClose aliases
|
|
1992
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1993
2001
|
// PanelTopOpen aliases
|
|
1994
2002
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1995
2003
|
// PanelTop aliases
|
|
1996
2004
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2005
|
+
// PanelTopClose aliases
|
|
2006
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1997
2007
|
// PanelsLeftBottom aliases
|
|
1998
2008
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1999
2009
|
// PanelsRightBottom aliases
|
|
@@ -2012,10 +2022,10 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
2012
2022
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2013
2023
|
// Pause aliases
|
|
2014
2024
|
export { default as PauseIcon } from '../icons/pause';
|
|
2015
|
-
// PcCase aliases
|
|
2016
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2017
2025
|
// PawPrint aliases
|
|
2018
2026
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2027
|
+
// PcCase aliases
|
|
2028
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2019
2029
|
// PenOff aliases
|
|
2020
2030
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2021
2031
|
// PenTool aliases
|
|
@@ -2056,10 +2066,10 @@ export { default as PhoneIcon } from '../icons/phone';
|
|
|
2056
2066
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2057
2067
|
// Pi aliases
|
|
2058
2068
|
export { default as PiIcon } from '../icons/pi';
|
|
2059
|
-
// Pickaxe aliases
|
|
2060
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2061
2069
|
// Piano aliases
|
|
2062
2070
|
export { default as PianoIcon } from '../icons/piano';
|
|
2071
|
+
// Pickaxe aliases
|
|
2072
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2063
2073
|
// PictureInPicture2 aliases
|
|
2064
2074
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2065
2075
|
// PictureInPicture aliases
|
|
@@ -2096,30 +2106,30 @@ export { default as PlayOffIcon } from '../icons/play-off';
|
|
|
2096
2106
|
export { default as PlayIcon } from '../icons/play';
|
|
2097
2107
|
// Plug2 aliases
|
|
2098
2108
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2099
|
-
// Plug aliases
|
|
2100
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2101
2109
|
// Plus aliases
|
|
2102
2110
|
export { default as PlusIcon } from '../icons/plus';
|
|
2103
|
-
//
|
|
2104
|
-
export { default as
|
|
2111
|
+
// Plug aliases
|
|
2112
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2105
2113
|
// Podium aliases
|
|
2106
2114
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2115
|
+
// PocketKnife aliases
|
|
2116
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2109
2117
|
// PointerOff aliases
|
|
2110
2118
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2119
|
+
// Pointer aliases
|
|
2120
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2111
2121
|
// Popcorn aliases
|
|
2112
2122
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2113
|
-
// PoundSterling aliases
|
|
2114
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2115
2123
|
// Popsicle aliases
|
|
2116
2124
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2125
|
+
// PoundSterling aliases
|
|
2126
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2117
2127
|
// PowerOff aliases
|
|
2118
2128
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2119
|
-
// Presentation aliases
|
|
2120
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2121
2129
|
// Power aliases
|
|
2122
2130
|
export { default as PowerIcon } from '../icons/power';
|
|
2131
|
+
// Presentation aliases
|
|
2132
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2123
2133
|
// PrinterCheck aliases
|
|
2124
2134
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2125
2135
|
// PrinterX aliases
|
|
@@ -2128,22 +2138,22 @@ export { default as PrinterXIcon } from '../icons/printer-x';
|
|
|
2128
2138
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2129
2139
|
// Projector aliases
|
|
2130
2140
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2131
|
-
// Puzzle aliases
|
|
2132
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2133
2141
|
// Proportions aliases
|
|
2134
2142
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2143
|
+
// Puzzle aliases
|
|
2144
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2135
2145
|
// Pyramid aliases
|
|
2136
2146
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2137
2147
|
// QrCode aliases
|
|
2138
2148
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2139
|
-
// Rabbit aliases
|
|
2140
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2141
2149
|
// Quote aliases
|
|
2142
2150
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2143
|
-
//
|
|
2144
|
-
export { default as
|
|
2151
|
+
// Rabbit aliases
|
|
2152
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2145
2153
|
// Radar aliases
|
|
2146
2154
|
export { default as RadarIcon } from '../icons/radar';
|
|
2155
|
+
// Radiation aliases
|
|
2156
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2147
2157
|
// Radical aliases
|
|
2148
2158
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2149
2159
|
// RadioOff aliases
|
|
@@ -2154,10 +2164,10 @@ export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
|
2154
2164
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2155
2165
|
// Radio aliases
|
|
2156
2166
|
export { default as RadioIcon } from '../icons/radio';
|
|
2157
|
-
// Rainbow aliases
|
|
2158
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2159
2167
|
// Radius aliases
|
|
2160
2168
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2169
|
+
// Rainbow aliases
|
|
2170
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2161
2171
|
// Rat aliases
|
|
2162
2172
|
export { default as RatIcon } from '../icons/rat';
|
|
2163
2173
|
// Ratio aliases
|
|
@@ -2168,48 +2178,48 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2168
2178
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2169
2179
|
// ReceiptIndianRupee aliases
|
|
2170
2180
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2171
|
-
// ReceiptJapaneseYen aliases
|
|
2172
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2173
2181
|
// ReceiptPoundSterling aliases
|
|
2174
2182
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2183
|
+
// ReceiptJapaneseYen aliases
|
|
2184
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2185
|
+
// ReceiptSwissFranc aliases
|
|
2186
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2175
2187
|
// ReceiptRussianRuble aliases
|
|
2176
2188
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2177
2189
|
// ReceiptText aliases
|
|
2178
2190
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2179
2191
|
// ReceiptTurkishLira aliases
|
|
2180
2192
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2181
|
-
// ReceiptSwissFranc aliases
|
|
2182
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2183
|
-
// Receipt aliases
|
|
2184
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2185
2193
|
// RectangleCircle aliases
|
|
2186
2194
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2195
|
+
// Receipt aliases
|
|
2196
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2187
2197
|
// RectangleGoggles aliases
|
|
2188
2198
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2189
2199
|
// RectangleHorizontal aliases
|
|
2190
2200
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2191
2201
|
// RectangleVertical aliases
|
|
2192
2202
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2193
|
-
// Redo2 aliases
|
|
2194
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2195
2203
|
// Recycle aliases
|
|
2196
2204
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2197
|
-
//
|
|
2198
|
-
export { default as
|
|
2205
|
+
// Redo2 aliases
|
|
2206
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2199
2207
|
// RedoDot aliases
|
|
2200
2208
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2209
|
+
// Redo aliases
|
|
2210
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2201
2211
|
// RefreshCcwDot aliases
|
|
2202
2212
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2203
2213
|
// RefreshCwOff aliases
|
|
2204
2214
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2205
|
-
// RefreshCw aliases
|
|
2206
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2207
2215
|
// RefreshCcw aliases
|
|
2208
2216
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2209
|
-
// Regex aliases
|
|
2210
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2211
2217
|
// Refrigerator aliases
|
|
2212
2218
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2219
|
+
// RefreshCw aliases
|
|
2220
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2221
|
+
// Regex aliases
|
|
2222
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2213
2223
|
// RemoveFormatting aliases
|
|
2214
2224
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2215
2225
|
// Repeat1 aliases
|
|
@@ -2232,14 +2242,14 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2232
2242
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2233
2243
|
// Ribbon aliases
|
|
2234
2244
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2235
|
-
// Road aliases
|
|
2236
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2237
2245
|
// Rocket aliases
|
|
2238
2246
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2239
|
-
//
|
|
2240
|
-
export { default as
|
|
2247
|
+
// Road aliases
|
|
2248
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2241
2249
|
// RollerCoaster aliases
|
|
2242
2250
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2251
|
+
// RockingChair aliases
|
|
2252
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2243
2253
|
// Rose aliases
|
|
2244
2254
|
export { default as RoseIcon } from '../icons/rose';
|
|
2245
2255
|
// RotateCcwKey aliases
|
|
@@ -2262,12 +2272,12 @@ export { default as RouterIcon } from '../icons/router';
|
|
|
2262
2272
|
export { default as RouteIcon } from '../icons/route';
|
|
2263
2273
|
// Rows4 aliases
|
|
2264
2274
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2275
|
+
// Rss aliases
|
|
2276
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2265
2277
|
// RulerDimensionLine aliases
|
|
2266
2278
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2267
2279
|
// Ruler aliases
|
|
2268
2280
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2269
|
-
// Rss aliases
|
|
2270
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2271
2281
|
// RussianRuble aliases
|
|
2272
2282
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2273
2283
|
// Sailboat aliases
|
|
@@ -2276,10 +2286,10 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2276
2286
|
export { default as SaladIcon } from '../icons/salad';
|
|
2277
2287
|
// Sandwich aliases
|
|
2278
2288
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2279
|
-
// Satellite aliases
|
|
2280
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2281
2289
|
// SatelliteDish aliases
|
|
2282
2290
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2291
|
+
// Satellite aliases
|
|
2292
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2283
2293
|
// SaudiRiyal aliases
|
|
2284
2294
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2285
2295
|
// SaveAll aliases
|
|
@@ -2292,10 +2302,10 @@ export { default as SaveOffIcon } from '../icons/save-off';
|
|
|
2292
2302
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2293
2303
|
// SavePlus aliases
|
|
2294
2304
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2295
|
-
// Scale aliases
|
|
2296
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2297
2305
|
// Save aliases
|
|
2298
2306
|
export { default as SaveIcon } from '../icons/save';
|
|
2307
|
+
// Scale aliases
|
|
2308
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2299
2309
|
// Scaling aliases
|
|
2300
2310
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2301
2311
|
// ScanBarcode aliases
|
|
@@ -2324,44 +2334,44 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2324
2334
|
export { default as SchoolIcon } from '../icons/school';
|
|
2325
2335
|
// ScissorsLineDashed aliases
|
|
2326
2336
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2327
|
-
// ScreenShareOff aliases
|
|
2328
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2329
2337
|
// Scissors aliases
|
|
2330
2338
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2331
2339
|
// Scooter aliases
|
|
2332
2340
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2341
|
+
// ScreenShareOff aliases
|
|
2342
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2333
2343
|
// ScreenShare aliases
|
|
2334
2344
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2335
2345
|
// ScrollText aliases
|
|
2336
2346
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2337
2347
|
// Scroll aliases
|
|
2338
2348
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2339
|
-
// SearchCheck aliases
|
|
2340
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2341
2349
|
// SearchAlert aliases
|
|
2342
2350
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2351
|
+
// SearchCheck aliases
|
|
2352
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2343
2353
|
// SearchCode aliases
|
|
2344
2354
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2345
2355
|
// SearchSlash aliases
|
|
2346
2356
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2347
2357
|
// SearchX aliases
|
|
2348
2358
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2349
|
-
// Section aliases
|
|
2350
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2351
2359
|
// Search aliases
|
|
2352
2360
|
export { default as SearchIcon } from '../icons/search';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2361
|
+
// Section aliases
|
|
2362
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2355
2363
|
// Send aliases
|
|
2356
2364
|
export { default as SendIcon } from '../icons/send';
|
|
2365
|
+
// SendToBack aliases
|
|
2366
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2357
2367
|
// SeparatorHorizontal aliases
|
|
2358
2368
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2359
2369
|
// SeparatorVertical aliases
|
|
2360
2370
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2361
|
-
// ServerCrash aliases
|
|
2362
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2363
2371
|
// ServerCog aliases
|
|
2364
2372
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2373
|
+
// ServerCrash aliases
|
|
2374
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2365
2375
|
// ServerOff aliases
|
|
2366
2376
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2367
2377
|
// ServerPlus aliases
|
|
@@ -2376,20 +2386,20 @@ export { default as SettingsIcon } from '../icons/settings';
|
|
|
2376
2386
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2377
2387
|
// Share2 aliases
|
|
2378
2388
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2389
|
+
// Share aliases
|
|
2390
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2379
2391
|
// Sheet aliases
|
|
2380
2392
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2381
2393
|
// Shell aliases
|
|
2382
2394
|
export { default as ShellIcon } from '../icons/shell';
|
|
2383
2395
|
// ShelvingUnit aliases
|
|
2384
2396
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2397
|
+
// ShieldAlert aliases
|
|
2398
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2387
2399
|
// ShieldBan aliases
|
|
2388
2400
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2389
2401
|
// ShieldCheck aliases
|
|
2390
2402
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2391
|
-
// ShieldAlert aliases
|
|
2392
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2393
2403
|
// ShieldCogCorner aliases
|
|
2394
2404
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2395
2405
|
// ShieldEllipsis aliases
|
|
@@ -2412,10 +2422,10 @@ export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
|
2412
2422
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2413
2423
|
// Shield aliases
|
|
2414
2424
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2415
|
-
// Ship aliases
|
|
2416
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2417
2425
|
// ShipWheel aliases
|
|
2418
2426
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2427
|
+
// Ship aliases
|
|
2428
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2419
2429
|
// Shirt aliases
|
|
2420
2430
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2421
2431
|
// ShoppingBag aliases
|
|
@@ -2424,30 +2434,30 @@ export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
|
2424
2434
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2425
2435
|
// ShoppingCart aliases
|
|
2426
2436
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2437
|
+
// ShowerHead aliases
|
|
2438
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2427
2439
|
// Shovel aliases
|
|
2428
2440
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2429
2441
|
// Shredder aliases
|
|
2430
2442
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2431
|
-
// ShowerHead aliases
|
|
2432
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2433
|
-
// Shrink aliases
|
|
2434
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2435
2443
|
// Shrimp aliases
|
|
2436
2444
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2445
|
+
// Shrink aliases
|
|
2446
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2439
2447
|
// Shrub aliases
|
|
2440
2448
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2449
|
+
// Shuffle aliases
|
|
2450
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2441
2451
|
// Sigma aliases
|
|
2442
2452
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2443
2453
|
// SignalHigh aliases
|
|
2444
2454
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2445
|
-
// SignalLow aliases
|
|
2446
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2447
|
-
// SignalZero aliases
|
|
2448
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2449
2455
|
// SignalMedium aliases
|
|
2450
2456
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2457
|
+
// SignalZero aliases
|
|
2458
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2459
|
+
// SignalLow aliases
|
|
2460
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2451
2461
|
// Signature aliases
|
|
2452
2462
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2453
2463
|
// Signal aliases
|
|
@@ -2456,20 +2466,20 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2456
2466
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2457
2467
|
// Signpost aliases
|
|
2458
2468
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2459
|
-
// Siren aliases
|
|
2460
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2461
2469
|
// SkipBack aliases
|
|
2462
2470
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2471
|
+
// Siren aliases
|
|
2472
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2463
2473
|
// SkipForward aliases
|
|
2464
2474
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2465
2475
|
// Skull aliases
|
|
2466
2476
|
export { default as SkullIcon } from '../icons/skull';
|
|
2467
2477
|
// Slash aliases
|
|
2468
2478
|
export { default as SlashIcon } from '../icons/slash';
|
|
2469
|
-
// Slice aliases
|
|
2470
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2471
2479
|
// SlidersHorizontal aliases
|
|
2472
2480
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2481
|
+
// Slice aliases
|
|
2482
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2473
2483
|
// SmartphoneCharging aliases
|
|
2474
2484
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2475
2485
|
// SmartphoneNfc aliases
|
|
@@ -2478,10 +2488,10 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2478
2488
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2479
2489
|
// Snowflake aliases
|
|
2480
2490
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2481
|
-
// SoapDispenserDroplet aliases
|
|
2482
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2483
2491
|
// Snail aliases
|
|
2484
2492
|
export { default as SnailIcon } from '../icons/snail';
|
|
2493
|
+
// SoapDispenserDroplet aliases
|
|
2494
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2485
2495
|
// Sofa aliases
|
|
2486
2496
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2487
2497
|
// SolarPanel aliases
|
|
@@ -2520,34 +2530,36 @@ export { default as SprayCanIcon } from '../icons/spray-can';
|
|
|
2520
2530
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2521
2531
|
// SquareArrowRightEnter aliases
|
|
2522
2532
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2523
|
-
// SquareArrowRightExit aliases
|
|
2524
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2525
2533
|
// SquareDashedBottomCode aliases
|
|
2526
2534
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2527
2535
|
// SquareDashedBottom aliases
|
|
2528
2536
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2537
|
+
// SquareArrowRightExit aliases
|
|
2538
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2529
2539
|
// SquareDashedTopSolid aliases
|
|
2530
2540
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2541
|
+
// SquareDimensions aliases
|
|
2542
|
+
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2531
2543
|
// SquarePause aliases
|
|
2532
2544
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2533
|
-
// SquareOff aliases
|
|
2534
|
-
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2535
2545
|
// SquareRadical aliases
|
|
2536
2546
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2547
|
+
// SquareOff aliases
|
|
2548
|
+
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2537
2549
|
// SquareRoundCorner aliases
|
|
2538
2550
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2551
|
+
// SquareStack aliases
|
|
2552
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2539
2553
|
// SquareSquare aliases
|
|
2540
2554
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2541
2555
|
// SquareStar aliases
|
|
2542
2556
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2543
|
-
// SquareStack aliases
|
|
2544
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2545
2557
|
// SquareStop aliases
|
|
2546
2558
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2547
|
-
// SquareText aliases
|
|
2548
|
-
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2549
2559
|
// Square aliases
|
|
2550
2560
|
export { default as SquareIcon } from '../icons/square';
|
|
2561
|
+
// SquareText aliases
|
|
2562
|
+
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2551
2563
|
// SquaresExclude aliases
|
|
2552
2564
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2553
2565
|
// SquaresIntersect aliases
|
|
@@ -2584,10 +2596,10 @@ export { default as StepBackIcon } from '../icons/step-back';
|
|
|
2584
2596
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2585
2597
|
// Stethoscope aliases
|
|
2586
2598
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2587
|
-
// Sticker aliases
|
|
2588
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2589
2599
|
// StickyNoteCheck aliases
|
|
2590
2600
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2601
|
+
// Sticker aliases
|
|
2602
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2591
2603
|
// StickyNoteMinus aliases
|
|
2592
2604
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2593
2605
|
// StickyNoteOff aliases
|
|
@@ -2622,10 +2634,10 @@ export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
|
2622
2634
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2623
2635
|
// SunSnow aliases
|
|
2624
2636
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2625
|
-
// Sunrise aliases
|
|
2626
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2627
2637
|
// Sun aliases
|
|
2628
2638
|
export { default as SunIcon } from '../icons/sun';
|
|
2639
|
+
// Sunrise aliases
|
|
2640
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2629
2641
|
// Sunset aliases
|
|
2630
2642
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2631
2643
|
// Superscript aliases
|
|
@@ -2634,10 +2646,10 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2634
2646
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2635
2647
|
// SwissFranc aliases
|
|
2636
2648
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2637
|
-
// Sword aliases
|
|
2638
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2639
2649
|
// SwitchCamera aliases
|
|
2640
2650
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2651
|
+
// Sword aliases
|
|
2652
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2641
2653
|
// Swords aliases
|
|
2642
2654
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2643
2655
|
// Syringe aliases
|
|
@@ -2658,24 +2670,24 @@ export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
|
2658
2670
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2659
2671
|
// Table aliases
|
|
2660
2672
|
export { default as TableIcon } from '../icons/table';
|
|
2661
|
-
// Tablet aliases
|
|
2662
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2663
2673
|
// TabletSmartphone aliases
|
|
2664
2674
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2665
2675
|
// Tablets aliases
|
|
2666
2676
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2677
|
+
// Tablet aliases
|
|
2678
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2667
2679
|
// TagPlus aliases
|
|
2668
2680
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2669
2681
|
// TagX aliases
|
|
2670
2682
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2683
|
+
// Tags aliases
|
|
2684
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2685
|
+
// Tally2 aliases
|
|
2686
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2671
2687
|
// Tag aliases
|
|
2672
2688
|
export { default as TagIcon } from '../icons/tag';
|
|
2673
2689
|
// Tally1 aliases
|
|
2674
2690
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2675
|
-
// Tally2 aliases
|
|
2676
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2677
|
-
// Tags aliases
|
|
2678
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2679
2691
|
// Tally3 aliases
|
|
2680
2692
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2681
2693
|
// Tally4 aliases
|
|
@@ -2692,10 +2704,10 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2692
2704
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2693
2705
|
// Tent aliases
|
|
2694
2706
|
export { default as TentIcon } from '../icons/tent';
|
|
2695
|
-
// TestTube aliases
|
|
2696
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2697
2707
|
// Terminal aliases
|
|
2698
2708
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2709
|
+
// TestTube aliases
|
|
2710
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2699
2711
|
// TestTubes aliases
|
|
2700
2712
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2701
2713
|
// TextCursorInput aliases
|
|
@@ -2716,60 +2728,60 @@ export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
|
2716
2728
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2717
2729
|
// ThumbsDown aliases
|
|
2718
2730
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2719
|
-
// TicketMinus aliases
|
|
2720
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2721
2731
|
// ThumbsUp aliases
|
|
2722
2732
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2723
2733
|
// TicketCheck aliases
|
|
2724
2734
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2725
|
-
//
|
|
2726
|
-
export { default as
|
|
2735
|
+
// TicketMinus aliases
|
|
2736
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2727
2737
|
// TicketPercent aliases
|
|
2728
2738
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2739
|
+
// TicketPlus aliases
|
|
2740
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2729
2741
|
// TicketSlash aliases
|
|
2730
2742
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2731
2743
|
// TicketX aliases
|
|
2732
2744
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2733
2745
|
// Ticket aliases
|
|
2734
2746
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2735
|
-
// Tickets aliases
|
|
2736
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2737
2747
|
// TicketsPlane aliases
|
|
2738
2748
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2749
|
+
// Tickets aliases
|
|
2750
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2739
2751
|
// Timeline aliases
|
|
2740
2752
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2741
2753
|
// TimerOff aliases
|
|
2742
2754
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2743
2755
|
// TimerReset aliases
|
|
2744
2756
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2745
|
-
// ToggleLeft aliases
|
|
2746
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2747
2757
|
// Timer aliases
|
|
2748
2758
|
export { default as TimerIcon } from '../icons/timer';
|
|
2759
|
+
// ToggleLeft aliases
|
|
2760
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2749
2761
|
// ToggleRight aliases
|
|
2750
2762
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2763
|
+
// Toolbox aliases
|
|
2764
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2751
2765
|
// Toilet aliases
|
|
2752
2766
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2753
2767
|
// ToolCase aliases
|
|
2754
2768
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2755
|
-
// Toolbox aliases
|
|
2756
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2757
|
-
// Torus aliases
|
|
2758
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2759
2769
|
// Tornado aliases
|
|
2760
2770
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2761
|
-
//
|
|
2762
|
-
export { default as
|
|
2771
|
+
// Torus aliases
|
|
2772
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2763
2773
|
// Touchpad aliases
|
|
2764
2774
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2775
|
+
// TouchpadOff aliases
|
|
2776
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2765
2777
|
// TowelRack aliases
|
|
2766
2778
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2767
2779
|
// TowerControl aliases
|
|
2768
2780
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2769
|
-
// Tractor aliases
|
|
2770
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2771
2781
|
// ToyBrick aliases
|
|
2772
2782
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2783
|
+
// Tractor aliases
|
|
2784
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2773
2785
|
// TrafficCone aliases
|
|
2774
2786
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2775
2787
|
// TrainFrontTunnel aliases
|
|
@@ -2784,26 +2796,26 @@ export { default as TransgenderIcon } from '../icons/transgender';
|
|
|
2784
2796
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2785
2797
|
// Trash aliases
|
|
2786
2798
|
export { default as TrashIcon } from '../icons/trash';
|
|
2787
|
-
// TreeDeciduous aliases
|
|
2788
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2789
2799
|
// TreePine aliases
|
|
2790
2800
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2791
2801
|
// Trees aliases
|
|
2792
2802
|
export { default as TreesIcon } from '../icons/trees';
|
|
2803
|
+
// TreeDeciduous aliases
|
|
2804
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2793
2805
|
// TrendingDown aliases
|
|
2794
2806
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2795
2807
|
// TrendingUpDown aliases
|
|
2796
2808
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2797
2809
|
// TrendingUp aliases
|
|
2798
2810
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2799
|
-
// TriangleDashed aliases
|
|
2800
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2801
2811
|
// TriangleRight aliases
|
|
2802
2812
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2803
|
-
//
|
|
2804
|
-
export { default as
|
|
2813
|
+
// TriangleDashed aliases
|
|
2814
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2805
2815
|
// Triangle aliases
|
|
2806
2816
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2817
|
+
// Trophy aliases
|
|
2818
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2807
2819
|
// TruckElectric aliases
|
|
2808
2820
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2809
2821
|
// Truck aliases
|
|
@@ -2814,22 +2826,22 @@ export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
|
2814
2826
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2815
2827
|
// Turtle aliases
|
|
2816
2828
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2817
|
-
// TvMinimalPlay aliases
|
|
2818
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2819
2829
|
// Tv aliases
|
|
2820
2830
|
export { default as TvIcon } from '../icons/tv';
|
|
2831
|
+
// TvMinimalPlay aliases
|
|
2832
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2821
2833
|
// TypeOutline aliases
|
|
2822
2834
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2823
2835
|
// Type aliases
|
|
2824
2836
|
export { default as TypeIcon } from '../icons/type';
|
|
2825
2837
|
// UmbrellaOff aliases
|
|
2826
2838
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2827
|
-
// Underline aliases
|
|
2828
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2829
2839
|
// Umbrella aliases
|
|
2830
2840
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2831
2841
|
// Undo2 aliases
|
|
2832
2842
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2843
|
+
// Underline aliases
|
|
2844
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2833
2845
|
// UndoDot aliases
|
|
2834
2846
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2835
2847
|
// Undo aliases
|
|
@@ -2846,84 +2858,86 @@ export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
|
2846
2858
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2847
2859
|
// Unplug aliases
|
|
2848
2860
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2849
|
-
//
|
|
2850
|
-
export { default as
|
|
2861
|
+
// UsbCPort aliases
|
|
2862
|
+
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2851
2863
|
// Usb aliases
|
|
2852
2864
|
export { default as UsbIcon } from '../icons/usb';
|
|
2865
|
+
// Upload aliases
|
|
2866
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2867
|
+
// UserCheck aliases
|
|
2868
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2853
2869
|
// UserCog aliases
|
|
2854
2870
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2855
|
-
// UserKey aliases
|
|
2856
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2857
2871
|
// UserLock aliases
|
|
2858
2872
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2859
|
-
//
|
|
2860
|
-
export { default as
|
|
2861
|
-
// UserPlus aliases
|
|
2862
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2873
|
+
// UserKey aliases
|
|
2874
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2863
2875
|
// UserMinus aliases
|
|
2864
2876
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2865
2877
|
// UserPen aliases
|
|
2866
2878
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2867
2879
|
// UserRoundArrowLeft aliases
|
|
2868
2880
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2881
|
+
// UserPlus aliases
|
|
2882
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2869
2883
|
// UserRoundKey aliases
|
|
2870
2884
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2871
2885
|
// UserRoundPen aliases
|
|
2872
2886
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2873
2887
|
// UserRoundSearch aliases
|
|
2874
2888
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2875
|
-
// UserSearch aliases
|
|
2876
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2877
2889
|
// UserShield aliases
|
|
2878
2890
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2891
|
+
// UserSearch aliases
|
|
2892
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2879
2893
|
// UserStar aliases
|
|
2880
2894
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2881
2895
|
// UserX aliases
|
|
2882
2896
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2883
2897
|
// User aliases
|
|
2884
2898
|
export { default as UserIcon } from '../icons/user';
|
|
2885
|
-
// Variable aliases
|
|
2886
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2887
2899
|
// Users aliases
|
|
2888
2900
|
export { default as UsersIcon } from '../icons/users';
|
|
2889
2901
|
// UtilityPole aliases
|
|
2890
2902
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2891
|
-
// Vault aliases
|
|
2892
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2893
2903
|
// Van aliases
|
|
2894
2904
|
export { default as VanIcon } from '../icons/van';
|
|
2905
|
+
// Variable aliases
|
|
2906
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2907
|
+
// Vault aliases
|
|
2908
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2895
2909
|
// VectorSquare aliases
|
|
2896
2910
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2897
|
-
// VenetianMask aliases
|
|
2898
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2899
2911
|
// Vegan aliases
|
|
2900
2912
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2913
|
+
// VenetianMask aliases
|
|
2914
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2901
2915
|
// VenusAndMars aliases
|
|
2902
2916
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2903
2917
|
// Venus aliases
|
|
2904
2918
|
export { default as VenusIcon } from '../icons/venus';
|
|
2905
|
-
// Vibrate aliases
|
|
2906
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2907
2919
|
// VibrateOff aliases
|
|
2908
2920
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2921
|
+
// Vibrate aliases
|
|
2922
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2909
2923
|
// VideoOff aliases
|
|
2910
2924
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2911
2925
|
// Video aliases
|
|
2912
2926
|
export { default as VideoIcon } from '../icons/video';
|
|
2913
2927
|
// Videotape aliases
|
|
2914
2928
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2915
|
-
// Voicemail aliases
|
|
2916
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2917
2929
|
// View aliases
|
|
2918
2930
|
export { default as ViewIcon } from '../icons/view';
|
|
2931
|
+
// Voicemail aliases
|
|
2932
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2919
2933
|
// Volleyball aliases
|
|
2920
2934
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2921
2935
|
// Volume1 aliases
|
|
2922
2936
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2923
|
-
// VolumeOff aliases
|
|
2924
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2925
2937
|
// Volume2 aliases
|
|
2926
2938
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2939
|
+
// VolumeOff aliases
|
|
2940
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2927
2941
|
// VolumeX aliases
|
|
2928
2942
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2929
2943
|
// Volume aliases
|
|
@@ -2940,10 +2954,10 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2940
2954
|
export { default as WandIcon } from '../icons/wand';
|
|
2941
2955
|
// Warehouse aliases
|
|
2942
2956
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2943
|
-
// Watch aliases
|
|
2944
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2945
2957
|
// WashingMachine aliases
|
|
2946
2958
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2959
|
+
// Watch aliases
|
|
2960
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2947
2961
|
// WavesArrowDown aliases
|
|
2948
2962
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2949
2963
|
// WavesArrowUp aliases
|
|
@@ -2956,12 +2970,12 @@ export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
|
2956
2970
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2957
2971
|
// WebcamOff aliases
|
|
2958
2972
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2973
|
+
// Webcam aliases
|
|
2974
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2959
2975
|
// WebhookOff aliases
|
|
2960
2976
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2961
2977
|
// Webhook aliases
|
|
2962
2978
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2963
|
-
// Webcam aliases
|
|
2964
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2965
2979
|
// WeightTilde aliases
|
|
2966
2980
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2967
2981
|
// Weight aliases
|
|
@@ -2972,22 +2986,22 @@ export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
|
2972
2986
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2973
2987
|
// WholeWord aliases
|
|
2974
2988
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2975
|
-
// WifiCog aliases
|
|
2976
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2977
2989
|
// WifiHigh aliases
|
|
2978
2990
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2991
|
+
// WifiCog aliases
|
|
2992
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2979
2993
|
// WifiLow aliases
|
|
2980
2994
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2981
2995
|
// WifiOff aliases
|
|
2982
2996
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2983
2997
|
// WifiPen aliases
|
|
2984
2998
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2999
|
+
// WifiSync aliases
|
|
3000
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2985
3001
|
// WifiZero aliases
|
|
2986
3002
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2987
3003
|
// Wifi aliases
|
|
2988
3004
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2989
|
-
// WifiSync aliases
|
|
2990
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2991
3005
|
// WindArrowDown aliases
|
|
2992
3006
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2993
3007
|
// Wind aliases
|
|
@@ -3016,10 +3030,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
3016
3030
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3017
3031
|
// ZodiacAries aliases
|
|
3018
3032
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3019
|
-
// ZodiacCapricorn aliases
|
|
3020
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3021
3033
|
// ZodiacCancer aliases
|
|
3022
3034
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3035
|
+
// ZodiacCapricorn aliases
|
|
3036
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3023
3037
|
// ZodiacGemini aliases
|
|
3024
3038
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3025
3039
|
// ZodiacLeo aliases
|
|
@@ -3032,42 +3046,42 @@ export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
|
3032
3046
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3033
3047
|
// ZodiacSagittarius aliases
|
|
3034
3048
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3035
|
-
// ZodiacScorpio aliases
|
|
3036
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3037
3049
|
// ZodiacTaurus aliases
|
|
3038
3050
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3039
|
-
//
|
|
3040
|
-
export { default as
|
|
3051
|
+
// ZodiacScorpio aliases
|
|
3052
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3041
3053
|
// ZodiacVirgo aliases
|
|
3042
3054
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3055
|
+
// ZoomIn aliases
|
|
3056
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3043
3057
|
// ZoomOut aliases
|
|
3044
3058
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
3045
3059
|
// ArrowDown01 aliases
|
|
3046
3060
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3047
3061
|
// ArrowDown10 aliases
|
|
3048
3062
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3049
|
-
// ArrowUp10 aliases
|
|
3050
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3051
3063
|
// ArrowUp01 aliases
|
|
3052
3064
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3065
|
+
// ArrowUp10 aliases
|
|
3066
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3053
3067
|
// AlarmClockCheck aliases
|
|
3054
3068
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3055
3069
|
export {
|
|
3056
3070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3057
3071
|
default as AlarmCheckIcon
|
|
3058
3072
|
} from '../icons/alarm-clock-check';
|
|
3059
|
-
// AlarmClockPlus aliases
|
|
3060
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3061
|
-
export {
|
|
3062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3063
|
-
default as AlarmPlusIcon
|
|
3064
|
-
} from '../icons/alarm-clock-plus';
|
|
3065
3073
|
// AlarmClockMinus aliases
|
|
3066
3074
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3067
3075
|
export {
|
|
3068
3076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3069
3077
|
default as AlarmMinusIcon
|
|
3070
3078
|
} from '../icons/alarm-clock-minus';
|
|
3079
|
+
// AlarmClockPlus aliases
|
|
3080
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3081
|
+
export {
|
|
3082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3083
|
+
default as AlarmPlusIcon
|
|
3084
|
+
} from '../icons/alarm-clock-plus';
|
|
3071
3085
|
// ArrowDownAZ aliases
|
|
3072
3086
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3073
3087
|
export {
|
|
@@ -3092,36 +3106,42 @@ export {
|
|
|
3092
3106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3093
3107
|
default as ArrowUpAzIcon
|
|
3094
3108
|
} from '../icons/arrow-up-a-z';
|
|
3095
|
-
// ArrowUpNarrowWide aliases
|
|
3096
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3097
|
-
export {
|
|
3098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3099
|
-
default as SortAscIcon
|
|
3100
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3101
3109
|
// ArrowUpZA aliases
|
|
3102
3110
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3103
3111
|
export {
|
|
3104
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3105
3113
|
default as ArrowUpZaIcon
|
|
3106
3114
|
} from '../icons/arrow-up-z-a';
|
|
3107
|
-
//
|
|
3108
|
-
export { default as
|
|
3115
|
+
// ArrowUpNarrowWide aliases
|
|
3116
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3109
3117
|
export {
|
|
3110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3111
|
-
default as
|
|
3112
|
-
} from '../icons/
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3119
|
+
default as SortAscIcon
|
|
3120
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3113
3121
|
// Axis3d aliases
|
|
3114
3122
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3115
3123
|
export {
|
|
3116
3124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3117
3125
|
default as Axis3DIcon
|
|
3118
3126
|
} from '../icons/axis-3d';
|
|
3127
|
+
// BadgeCheck aliases
|
|
3128
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3131
|
+
default as VerifiedIcon
|
|
3132
|
+
} from '../icons/badge-check';
|
|
3119
3133
|
// BadgeQuestionMark aliases
|
|
3120
3134
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3121
3135
|
export {
|
|
3122
3136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3123
3137
|
default as BadgeHelpIcon
|
|
3124
3138
|
} from '../icons/badge-question-mark';
|
|
3139
|
+
// BetweenHorizontalEnd aliases
|
|
3140
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3141
|
+
export {
|
|
3142
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3143
|
+
default as BetweenHorizonalEndIcon
|
|
3144
|
+
} from '../icons/between-horizontal-end';
|
|
3125
3145
|
// BetweenHorizontalStart aliases
|
|
3126
3146
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3127
3147
|
export {
|
|
@@ -3140,12 +3160,6 @@ export {
|
|
|
3140
3160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3141
3161
|
default as CurlyBracesIcon
|
|
3142
3162
|
} from '../icons/braces';
|
|
3143
|
-
// BetweenHorizontalEnd aliases
|
|
3144
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3145
|
-
export {
|
|
3146
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3147
|
-
default as BetweenHorizonalEndIcon
|
|
3148
|
-
} from '../icons/between-horizontal-end';
|
|
3149
3163
|
// Captions aliases
|
|
3150
3164
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3151
3165
|
export {
|
|
@@ -3164,18 +3178,18 @@ export {
|
|
|
3164
3178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3165
3179
|
default as BarChartHorizontalBigIcon
|
|
3166
3180
|
} from '../icons/chart-bar-big';
|
|
3167
|
-
// ChartCandlestick aliases
|
|
3168
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3169
|
-
export {
|
|
3170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3171
|
-
default as CandlestickChartIcon
|
|
3172
|
-
} from '../icons/chart-candlestick';
|
|
3173
3181
|
// ChartBar aliases
|
|
3174
3182
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3175
3183
|
export {
|
|
3176
3184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3177
3185
|
default as BarChartHorizontalIcon
|
|
3178
3186
|
} from '../icons/chart-bar';
|
|
3187
|
+
// ChartCandlestick aliases
|
|
3188
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3189
|
+
export {
|
|
3190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3191
|
+
default as CandlestickChartIcon
|
|
3192
|
+
} from '../icons/chart-candlestick';
|
|
3179
3193
|
// ChartColumnBig aliases
|
|
3180
3194
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3181
3195
|
export {
|
|
@@ -3188,36 +3202,36 @@ export {
|
|
|
3188
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3189
3203
|
default as BarChart4Icon
|
|
3190
3204
|
} from '../icons/chart-column-increasing';
|
|
3191
|
-
// ChartLine aliases
|
|
3192
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3195
|
-
default as LineChartIcon
|
|
3196
|
-
} from '../icons/chart-line';
|
|
3197
3205
|
// ChartColumn aliases
|
|
3198
3206
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3199
3207
|
export {
|
|
3200
3208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3201
3209
|
default as BarChart3Icon
|
|
3202
3210
|
} from '../icons/chart-column';
|
|
3211
|
+
// ChartLine aliases
|
|
3212
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3213
|
+
export {
|
|
3214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3215
|
+
default as LineChartIcon
|
|
3216
|
+
} from '../icons/chart-line';
|
|
3203
3217
|
// ChartNoAxesColumnIncreasing aliases
|
|
3204
3218
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3205
3219
|
export {
|
|
3206
3220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3207
3221
|
default as BarChartIcon
|
|
3208
3222
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3209
|
-
// ChartNoAxesGantt aliases
|
|
3210
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3211
|
-
export {
|
|
3212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3213
|
-
default as GanttChartIcon
|
|
3214
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3215
3223
|
// ChartNoAxesColumn aliases
|
|
3216
3224
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3217
3225
|
export {
|
|
3218
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3219
3227
|
default as BarChart2Icon
|
|
3220
3228
|
} from '../icons/chart-no-axes-column';
|
|
3229
|
+
// ChartNoAxesGantt aliases
|
|
3230
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3231
|
+
export {
|
|
3232
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3233
|
+
default as GanttChartIcon
|
|
3234
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3221
3235
|
// ChartPie aliases
|
|
3222
3236
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3223
3237
|
export {
|
|
@@ -3260,12 +3274,6 @@ export {
|
|
|
3260
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3261
3275
|
default as ArrowDownRightFromCircleIcon
|
|
3262
3276
|
} from '../icons/circle-arrow-out-down-right';
|
|
3263
|
-
// CircleArrowOutUpRight aliases
|
|
3264
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3267
|
-
default as ArrowUpRightFromCircleIcon
|
|
3268
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3269
3277
|
// CircleArrowOutUpLeft aliases
|
|
3270
3278
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3271
3279
|
export {
|
|
@@ -3278,18 +3286,30 @@ export {
|
|
|
3278
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3279
3287
|
default as ArrowRightCircleIcon
|
|
3280
3288
|
} from '../icons/circle-arrow-right';
|
|
3281
|
-
//
|
|
3282
|
-
export { default as
|
|
3289
|
+
// CircleArrowOutUpRight aliases
|
|
3290
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3283
3291
|
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3285
|
-
default as
|
|
3286
|
-
} from '../icons/circle-
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3293
|
+
default as ArrowUpRightFromCircleIcon
|
|
3294
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3287
3295
|
// CircleArrowUp aliases
|
|
3288
3296
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3289
3297
|
export {
|
|
3290
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3291
3299
|
default as ArrowUpCircleIcon
|
|
3292
3300
|
} from '../icons/circle-arrow-up';
|
|
3301
|
+
// CircleCheckBig aliases
|
|
3302
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3305
|
+
default as CheckCircleIcon
|
|
3306
|
+
} from '../icons/circle-check-big';
|
|
3307
|
+
// CircleChevronDown aliases
|
|
3308
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3309
|
+
export {
|
|
3310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3311
|
+
default as ChevronDownCircleIcon
|
|
3312
|
+
} from '../icons/circle-chevron-down';
|
|
3293
3313
|
// CircleCheck aliases
|
|
3294
3314
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3295
3315
|
export {
|
|
@@ -3302,12 +3322,6 @@ export {
|
|
|
3302
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3303
3323
|
default as ChevronLeftCircleIcon
|
|
3304
3324
|
} from '../icons/circle-chevron-left';
|
|
3305
|
-
// CircleChevronDown aliases
|
|
3306
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3307
|
-
export {
|
|
3308
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3309
|
-
default as ChevronDownCircleIcon
|
|
3310
|
-
} from '../icons/circle-chevron-down';
|
|
3311
3325
|
// CircleChevronRight aliases
|
|
3312
3326
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3313
3327
|
export {
|
|
@@ -3326,6 +3340,12 @@ export {
|
|
|
3326
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3327
3341
|
default as DivideCircleIcon
|
|
3328
3342
|
} from '../icons/circle-divide';
|
|
3343
|
+
// CircleMinus aliases
|
|
3344
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3347
|
+
default as MinusCircleIcon
|
|
3348
|
+
} from '../icons/circle-minus';
|
|
3329
3349
|
// CircleGauge aliases
|
|
3330
3350
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3331
3351
|
export {
|
|
@@ -3338,30 +3358,18 @@ export {
|
|
|
3338
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3339
3359
|
default as ParkingCircleOffIcon
|
|
3340
3360
|
} from '../icons/circle-parking-off';
|
|
3341
|
-
// CircleMinus aliases
|
|
3342
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3343
|
-
export {
|
|
3344
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3345
|
-
default as MinusCircleIcon
|
|
3346
|
-
} from '../icons/circle-minus';
|
|
3347
|
-
// CirclePause aliases
|
|
3348
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3351
|
-
default as PauseCircleIcon
|
|
3352
|
-
} from '../icons/circle-pause';
|
|
3353
3361
|
// CircleParking aliases
|
|
3354
3362
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3355
3363
|
export {
|
|
3356
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3357
3365
|
default as ParkingCircleIcon
|
|
3358
3366
|
} from '../icons/circle-parking';
|
|
3359
|
-
//
|
|
3360
|
-
export { default as
|
|
3367
|
+
// CirclePause aliases
|
|
3368
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3361
3369
|
export {
|
|
3362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3363
|
-
default as
|
|
3364
|
-
} from '../icons/circle-
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3371
|
+
default as PauseCircleIcon
|
|
3372
|
+
} from '../icons/circle-pause';
|
|
3365
3373
|
// CirclePercent aliases
|
|
3366
3374
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3367
3375
|
export {
|
|
@@ -3374,6 +3382,12 @@ export {
|
|
|
3374
3382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3375
3383
|
default as PlusCircleIcon
|
|
3376
3384
|
} from '../icons/circle-plus';
|
|
3385
|
+
// CirclePlay aliases
|
|
3386
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3389
|
+
default as PlayCircleIcon
|
|
3390
|
+
} from '../icons/circle-play';
|
|
3377
3391
|
// CirclePower aliases
|
|
3378
3392
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3379
3393
|
export {
|
|
@@ -3396,18 +3410,18 @@ export {
|
|
|
3396
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3397
3411
|
default as CircleSlashedIcon
|
|
3398
3412
|
} from '../icons/circle-slash-2';
|
|
3399
|
-
// CircleUserRound aliases
|
|
3400
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3401
|
-
export {
|
|
3402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3403
|
-
default as UserCircle2Icon
|
|
3404
|
-
} from '../icons/circle-user-round';
|
|
3405
3413
|
// CircleStop aliases
|
|
3406
3414
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3407
3415
|
export {
|
|
3408
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3409
3417
|
default as StopCircleIcon
|
|
3410
3418
|
} from '../icons/circle-stop';
|
|
3419
|
+
// CircleUserRound aliases
|
|
3420
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3423
|
+
default as UserCircle2Icon
|
|
3424
|
+
} from '../icons/circle-user-round';
|
|
3411
3425
|
// CircleUser aliases
|
|
3412
3426
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3413
3427
|
export {
|
|
@@ -3426,6 +3440,12 @@ export {
|
|
|
3426
3440
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3427
3441
|
default as ClipboardSignatureIcon
|
|
3428
3442
|
} from '../icons/clipboard-pen-line';
|
|
3443
|
+
// CloudDownload aliases
|
|
3444
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3445
|
+
export {
|
|
3446
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3447
|
+
default as DownloadCloudIcon
|
|
3448
|
+
} from '../icons/cloud-download';
|
|
3429
3449
|
// ClipboardPen aliases
|
|
3430
3450
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3431
3451
|
export {
|
|
@@ -3438,12 +3458,6 @@ export {
|
|
|
3438
3458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3439
3459
|
default as UploadCloudIcon
|
|
3440
3460
|
} from '../icons/cloud-upload';
|
|
3441
|
-
// CloudDownload aliases
|
|
3442
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3443
|
-
export {
|
|
3444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3445
|
-
default as DownloadCloudIcon
|
|
3446
|
-
} from '../icons/cloud-download';
|
|
3447
3461
|
// CodeXml aliases
|
|
3448
3462
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3449
3463
|
export {
|
|
@@ -3466,18 +3480,18 @@ export {
|
|
|
3466
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3467
3481
|
default as TableConfigIcon
|
|
3468
3482
|
} from '../icons/columns-3-cog';
|
|
3469
|
-
// ContactRound aliases
|
|
3470
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3473
|
-
default as Contact2Icon
|
|
3474
|
-
} from '../icons/contact-round';
|
|
3475
3483
|
// Columns3 aliases
|
|
3476
3484
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3477
3485
|
export {
|
|
3478
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3479
3487
|
default as PanelsLeftRightIcon
|
|
3480
3488
|
} from '../icons/columns-3';
|
|
3489
|
+
// ContactRound aliases
|
|
3490
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3491
|
+
export {
|
|
3492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3493
|
+
default as Contact2Icon
|
|
3494
|
+
} from '../icons/contact-round';
|
|
3481
3495
|
// DiamondPercent aliases
|
|
3482
3496
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3483
3497
|
export {
|
|
@@ -3496,24 +3510,18 @@ export {
|
|
|
3496
3510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3497
3511
|
default as MoreVerticalIcon
|
|
3498
3512
|
} from '../icons/ellipsis-vertical';
|
|
3499
|
-
// FaceAngry aliases
|
|
3500
|
-
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3501
|
-
export {
|
|
3502
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3503
|
-
default as AngryIcon
|
|
3504
|
-
} from '../icons/face-angry';
|
|
3505
3513
|
// Ellipsis aliases
|
|
3506
3514
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3507
3515
|
export {
|
|
3508
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3509
3517
|
default as MoreHorizontalIcon
|
|
3510
3518
|
} from '../icons/ellipsis';
|
|
3511
|
-
//
|
|
3512
|
-
export { default as
|
|
3519
|
+
// FaceAngry aliases
|
|
3520
|
+
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3513
3521
|
export {
|
|
3514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3515
|
-
default as
|
|
3516
|
-
} from '../icons/face-
|
|
3522
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3523
|
+
default as AngryIcon
|
|
3524
|
+
} from '../icons/face-angry';
|
|
3517
3525
|
// FaceExpressionless aliases
|
|
3518
3526
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3519
3527
|
export {
|
|
@@ -3526,6 +3534,12 @@ export {
|
|
|
3526
3534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3527
3535
|
default as LaughIcon
|
|
3528
3536
|
} from '../icons/face-grinning';
|
|
3537
|
+
// FaceNeutral aliases
|
|
3538
|
+
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3541
|
+
default as MehIcon
|
|
3542
|
+
} from '../icons/face-neutral';
|
|
3529
3543
|
// FaceSlightlyFrowning aliases
|
|
3530
3544
|
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3531
3545
|
export {
|
|
@@ -3544,12 +3558,6 @@ export {
|
|
|
3544
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3545
3559
|
default as SmileIcon
|
|
3546
3560
|
} from '../icons/face-slightly-smiling';
|
|
3547
|
-
// FileAxis3d aliases
|
|
3548
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3551
|
-
default as FileAxis3DIcon
|
|
3552
|
-
} from '../icons/file-axis-3d';
|
|
3553
3561
|
// FileBadge aliases
|
|
3554
3562
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3555
3563
|
export {
|
|
@@ -3562,30 +3570,30 @@ export {
|
|
|
3562
3570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3563
3571
|
default as FileJson2Icon
|
|
3564
3572
|
} from '../icons/file-braces-corner';
|
|
3565
|
-
//
|
|
3566
|
-
export { default as
|
|
3573
|
+
// FileAxis3d aliases
|
|
3574
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3567
3575
|
export {
|
|
3568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3569
|
-
default as
|
|
3570
|
-
} from '../icons/file-
|
|
3576
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3577
|
+
default as FileAxis3DIcon
|
|
3578
|
+
} from '../icons/file-axis-3d';
|
|
3571
3579
|
// FileBraces aliases
|
|
3572
3580
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3573
3581
|
export {
|
|
3574
3582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3575
3583
|
default as FileJsonIcon
|
|
3576
3584
|
} from '../icons/file-braces';
|
|
3585
|
+
// FileChartColumnIncreasing aliases
|
|
3586
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3587
|
+
export {
|
|
3588
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3589
|
+
default as FileBarChartIcon
|
|
3590
|
+
} from '../icons/file-chart-column-increasing';
|
|
3577
3591
|
// FileChartColumn aliases
|
|
3578
3592
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3579
3593
|
export {
|
|
3580
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3581
3595
|
default as FileBarChart2Icon
|
|
3582
3596
|
} from '../icons/file-chart-column';
|
|
3583
|
-
// FileCheckCorner aliases
|
|
3584
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3585
|
-
export {
|
|
3586
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3587
|
-
default as FileCheck2Icon
|
|
3588
|
-
} from '../icons/file-check-corner';
|
|
3589
3597
|
// FileChartLine aliases
|
|
3590
3598
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3591
3599
|
export {
|
|
@@ -3598,24 +3606,30 @@ export {
|
|
|
3598
3606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3599
3607
|
default as FilePieChartIcon
|
|
3600
3608
|
} from '../icons/file-chart-pie';
|
|
3609
|
+
// FileCheckCorner aliases
|
|
3610
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3611
|
+
export {
|
|
3612
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3613
|
+
default as FileCheck2Icon
|
|
3614
|
+
} from '../icons/file-check-corner';
|
|
3601
3615
|
// FileCodeCorner aliases
|
|
3602
3616
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3603
3617
|
export {
|
|
3604
3618
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3605
3619
|
default as FileCode2Icon
|
|
3606
3620
|
} from '../icons/file-code-corner';
|
|
3607
|
-
// FileCog aliases
|
|
3608
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3611
|
-
default as FileCog2Icon
|
|
3612
|
-
} from '../icons/file-cog';
|
|
3613
3621
|
// FileExclamationPoint aliases
|
|
3614
3622
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3615
3623
|
export {
|
|
3616
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3617
3625
|
default as FileWarningIcon
|
|
3618
3626
|
} from '../icons/file-exclamation-point';
|
|
3627
|
+
// FileCog aliases
|
|
3628
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3629
|
+
export {
|
|
3630
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3631
|
+
default as FileCog2Icon
|
|
3632
|
+
} from '../icons/file-cog';
|
|
3619
3633
|
// FileHeadphone aliases
|
|
3620
3634
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3621
3635
|
export {
|
|
@@ -3632,54 +3646,54 @@ export {
|
|
|
3632
3646
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3633
3647
|
default as FileKey2Icon
|
|
3634
3648
|
} from '../icons/file-key';
|
|
3635
|
-
// FileLock aliases
|
|
3636
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3637
|
-
export {
|
|
3638
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3639
|
-
default as FileLock2Icon
|
|
3640
|
-
} from '../icons/file-lock';
|
|
3641
3649
|
// FileMinusCorner aliases
|
|
3642
3650
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3643
3651
|
export {
|
|
3644
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3645
3653
|
default as FileMinus2Icon
|
|
3646
3654
|
} from '../icons/file-minus-corner';
|
|
3655
|
+
// FileLock aliases
|
|
3656
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3659
|
+
default as FileLock2Icon
|
|
3660
|
+
} from '../icons/file-lock';
|
|
3647
3661
|
// FilePenLine aliases
|
|
3648
3662
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3649
3663
|
export {
|
|
3650
3664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3651
3665
|
default as FileSignatureIcon
|
|
3652
3666
|
} from '../icons/file-pen-line';
|
|
3667
|
+
// FilePen aliases
|
|
3668
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3669
|
+
export {
|
|
3670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3671
|
+
default as FileEditIcon
|
|
3672
|
+
} from '../icons/file-pen';
|
|
3653
3673
|
// FilePlay aliases
|
|
3654
3674
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3655
3675
|
export {
|
|
3656
3676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3657
3677
|
default as FileVideoIcon
|
|
3658
3678
|
} from '../icons/file-play';
|
|
3659
|
-
// FileQuestionMark aliases
|
|
3660
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3661
|
-
export {
|
|
3662
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3663
|
-
default as FileQuestionIcon
|
|
3664
|
-
} from '../icons/file-question-mark';
|
|
3665
3679
|
// FilePlusCorner aliases
|
|
3666
3680
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3667
3681
|
export {
|
|
3668
3682
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3669
3683
|
default as FilePlus2Icon
|
|
3670
3684
|
} from '../icons/file-plus-corner';
|
|
3671
|
-
// FilePen aliases
|
|
3672
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3673
|
-
export {
|
|
3674
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3675
|
-
default as FileEditIcon
|
|
3676
|
-
} from '../icons/file-pen';
|
|
3677
3685
|
// FileSearchCorner aliases
|
|
3678
3686
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3679
3687
|
export {
|
|
3680
3688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3681
3689
|
default as FileSearch2Icon
|
|
3682
3690
|
} from '../icons/file-search-corner';
|
|
3691
|
+
// FileQuestionMark aliases
|
|
3692
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3693
|
+
export {
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3695
|
+
default as FileQuestionIcon
|
|
3696
|
+
} from '../icons/file-question-mark';
|
|
3683
3697
|
// FileSignal aliases
|
|
3684
3698
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3685
3699
|
export {
|
|
@@ -3698,48 +3712,48 @@ export {
|
|
|
3698
3712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3699
3713
|
default as FileVideo2Icon
|
|
3700
3714
|
} from '../icons/file-video-camera';
|
|
3701
|
-
// FileXCorner aliases
|
|
3702
|
-
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3705
|
-
default as FileX2Icon
|
|
3706
|
-
} from '../icons/file-x-corner';
|
|
3707
3715
|
// FingerprintPattern aliases
|
|
3708
3716
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3709
3717
|
export {
|
|
3710
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3711
3719
|
default as FingerprintIcon
|
|
3712
3720
|
} from '../icons/fingerprint-pattern';
|
|
3713
|
-
// FolderPen aliases
|
|
3714
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3715
|
-
export {
|
|
3716
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3717
|
-
default as FolderEditIcon
|
|
3718
|
-
} from '../icons/folder-pen';
|
|
3719
3721
|
// FolderCog aliases
|
|
3720
3722
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3721
3723
|
export {
|
|
3722
3724
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3723
3725
|
default as FolderCog2Icon
|
|
3724
3726
|
} from '../icons/folder-cog';
|
|
3727
|
+
// FileXCorner aliases
|
|
3728
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3729
|
+
export {
|
|
3730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3731
|
+
default as FileX2Icon
|
|
3732
|
+
} from '../icons/file-x-corner';
|
|
3733
|
+
// FolderPen aliases
|
|
3734
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3735
|
+
export {
|
|
3736
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3737
|
+
default as FolderEditIcon
|
|
3738
|
+
} from '../icons/folder-pen';
|
|
3725
3739
|
// FunnelX aliases
|
|
3726
3740
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3727
3741
|
export {
|
|
3728
3742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3729
3743
|
default as FilterXIcon
|
|
3730
3744
|
} from '../icons/funnel-x';
|
|
3731
|
-
// Funnel aliases
|
|
3732
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3733
|
-
export {
|
|
3734
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3735
|
-
default as FilterIcon
|
|
3736
|
-
} from '../icons/funnel';
|
|
3737
3745
|
// GitCommitHorizontal aliases
|
|
3738
3746
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3739
3747
|
export {
|
|
3740
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3741
3749
|
default as GitCommitIcon
|
|
3742
3750
|
} from '../icons/git-commit-horizontal';
|
|
3751
|
+
// Funnel aliases
|
|
3752
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3753
|
+
export {
|
|
3754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3755
|
+
default as FilterIcon
|
|
3756
|
+
} from '../icons/funnel';
|
|
3743
3757
|
// Grid2x2Check aliases
|
|
3744
3758
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3745
3759
|
export {
|
|
@@ -3774,30 +3788,30 @@ export {
|
|
|
3774
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3775
3789
|
default as Grid3X3Icon
|
|
3776
3790
|
} from '../icons/grid-3x3';
|
|
3777
|
-
// HandHelping aliases
|
|
3778
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3779
|
-
export {
|
|
3780
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3781
|
-
default as HelpingHandIcon
|
|
3782
|
-
} from '../icons/hand-helping';
|
|
3783
|
-
// House aliases
|
|
3784
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3787
|
-
default as HomeIcon
|
|
3788
|
-
} from '../icons/house';
|
|
3789
3791
|
// HandGrab aliases
|
|
3790
3792
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3791
3793
|
export {
|
|
3792
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3793
3795
|
default as GrabIcon
|
|
3794
3796
|
} from '../icons/hand-grab';
|
|
3797
|
+
// HandHelping aliases
|
|
3798
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3801
|
+
default as HelpingHandIcon
|
|
3802
|
+
} from '../icons/hand-helping';
|
|
3795
3803
|
// IceCreamBowl aliases
|
|
3796
3804
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3797
3805
|
export {
|
|
3798
3806
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3799
3807
|
default as IceCream2Icon
|
|
3800
3808
|
} from '../icons/ice-cream-bowl';
|
|
3809
|
+
// House aliases
|
|
3810
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3811
|
+
export {
|
|
3812
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3813
|
+
default as HomeIcon
|
|
3814
|
+
} from '../icons/house';
|
|
3801
3815
|
// IceCreamCone aliases
|
|
3802
3816
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3803
3817
|
export {
|
|
@@ -3820,6 +3834,12 @@ export {
|
|
|
3820
3834
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3821
3835
|
default as IndentDecreaseIcon
|
|
3822
3836
|
} from '../icons/list-indent-decrease';
|
|
3837
|
+
// Layers aliases
|
|
3838
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3839
|
+
export {
|
|
3840
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3841
|
+
default as Layers3Icon
|
|
3842
|
+
} from '../icons/layers';
|
|
3823
3843
|
// ListIndentIncrease aliases
|
|
3824
3844
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3825
3845
|
export {
|
|
@@ -3830,12 +3850,6 @@ export {
|
|
|
3830
3850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3831
3851
|
default as IndentIncreaseIcon
|
|
3832
3852
|
} from '../icons/list-indent-increase';
|
|
3833
|
-
// Layers aliases
|
|
3834
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3837
|
-
default as Layers3Icon
|
|
3838
|
-
} from '../icons/layers';
|
|
3839
3853
|
// LoaderCircle aliases
|
|
3840
3854
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3841
3855
|
export {
|
|
@@ -3854,54 +3868,48 @@ export {
|
|
|
3854
3868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3855
3869
|
default as UnlockIcon
|
|
3856
3870
|
} from '../icons/lock-open';
|
|
3857
|
-
// MapPinPen aliases
|
|
3858
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3859
|
-
export {
|
|
3860
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3861
|
-
default as LocationEditIcon
|
|
3862
|
-
} from '../icons/map-pin-pen';
|
|
3863
3871
|
// MailQuestionMark aliases
|
|
3864
3872
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3865
3873
|
export {
|
|
3866
3874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3867
3875
|
default as MailQuestionIcon
|
|
3868
3876
|
} from '../icons/mail-question-mark';
|
|
3877
|
+
// MapPinPen aliases
|
|
3878
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3879
|
+
export {
|
|
3880
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3881
|
+
default as LocationEditIcon
|
|
3882
|
+
} from '../icons/map-pin-pen';
|
|
3869
3883
|
// MessageCircleQuestionMark aliases
|
|
3870
3884
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3871
3885
|
export {
|
|
3872
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3873
3887
|
default as MessageCircleQuestionIcon
|
|
3874
3888
|
} from '../icons/message-circle-question-mark';
|
|
3875
|
-
// MicSignal aliases
|
|
3876
|
-
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3879
|
-
default as PodcastIcon
|
|
3880
|
-
} from '../icons/mic-signal';
|
|
3881
|
-
// Move3d aliases
|
|
3882
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3885
|
-
default as Move3DIcon
|
|
3886
|
-
} from '../icons/move-3d';
|
|
3887
3889
|
// MicVocal aliases
|
|
3888
3890
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3889
3891
|
export {
|
|
3890
3892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3891
3893
|
default as Mic2Icon
|
|
3892
3894
|
} from '../icons/mic-vocal';
|
|
3895
|
+
// MicSignal aliases
|
|
3896
|
+
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3897
|
+
export {
|
|
3898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3899
|
+
default as PodcastIcon
|
|
3900
|
+
} from '../icons/mic-signal';
|
|
3893
3901
|
// OctagonAlert aliases
|
|
3894
3902
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3895
3903
|
export {
|
|
3896
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3897
3905
|
default as AlertOctagonIcon
|
|
3898
3906
|
} from '../icons/octagon-alert';
|
|
3899
|
-
//
|
|
3900
|
-
export { default as
|
|
3907
|
+
// Move3d aliases
|
|
3908
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3901
3909
|
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3903
|
-
default as
|
|
3904
|
-
} from '../icons/
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3911
|
+
default as Move3DIcon
|
|
3912
|
+
} from '../icons/move-3d';
|
|
3905
3913
|
// OctagonPause aliases
|
|
3906
3914
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3907
3915
|
export {
|
|
@@ -3914,6 +3922,12 @@ export {
|
|
|
3914
3922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3915
3923
|
default as XOctagonIcon
|
|
3916
3924
|
} from '../icons/octagon-x';
|
|
3925
|
+
// PaintbrushVertical aliases
|
|
3926
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3927
|
+
export {
|
|
3928
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3929
|
+
default as Paintbrush2Icon
|
|
3930
|
+
} from '../icons/paintbrush-vertical';
|
|
3917
3931
|
// PanelLeftClose aliases
|
|
3918
3932
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3919
3933
|
export {
|
|
@@ -3952,22 +3966,22 @@ export {
|
|
|
3952
3966
|
} from '../icons/panel-right-dashed';
|
|
3953
3967
|
// PanelTopDashed aliases
|
|
3954
3968
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3955
|
-
export {
|
|
3956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3957
|
-
default as PanelTopInactiveIcon
|
|
3958
|
-
} from '../icons/panel-top-dashed';
|
|
3959
|
-
// PanelsTopLeft aliases
|
|
3960
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3961
|
-
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3963
|
-
default as LayoutIcon
|
|
3964
|
-
} from '../icons/panels-top-left';
|
|
3969
|
+
export {
|
|
3970
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3971
|
+
default as PanelTopInactiveIcon
|
|
3972
|
+
} from '../icons/panel-top-dashed';
|
|
3965
3973
|
// PenLine aliases
|
|
3966
3974
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3967
3975
|
export {
|
|
3968
3976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3969
3977
|
default as Edit3Icon
|
|
3970
3978
|
} from '../icons/pen-line';
|
|
3979
|
+
// PanelsTopLeft aliases
|
|
3980
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3983
|
+
default as LayoutIcon
|
|
3984
|
+
} from '../icons/panels-top-left';
|
|
3971
3985
|
// Pen aliases
|
|
3972
3986
|
export { default as PenIcon } from '../icons/pen';
|
|
3973
3987
|
export {
|
|
@@ -3980,24 +3994,18 @@ export {
|
|
|
3980
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3981
3995
|
default as PlugZap2Icon
|
|
3982
3996
|
} from '../icons/plug-zap';
|
|
3983
|
-
// Rotate3d aliases
|
|
3984
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3987
|
-
default as Rotate3DIcon
|
|
3988
|
-
} from '../icons/rotate-3d';
|
|
3989
3997
|
// RectangleEllipsis aliases
|
|
3990
3998
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3991
3999
|
export {
|
|
3992
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3993
4001
|
default as FormInputIcon
|
|
3994
4002
|
} from '../icons/rectangle-ellipsis';
|
|
3995
|
-
//
|
|
3996
|
-
export { default as
|
|
4003
|
+
// Rotate3d aliases
|
|
4004
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3997
4005
|
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3999
|
-
default as
|
|
4000
|
-
} from '../icons/
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4007
|
+
default as Rotate3DIcon
|
|
4008
|
+
} from '../icons/rotate-3d';
|
|
4001
4009
|
// RotateCcwClock aliases
|
|
4002
4010
|
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4003
4011
|
export {
|
|
@@ -4010,6 +4018,12 @@ export {
|
|
|
4010
4018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
4011
4019
|
default as PanelsTopBottomIcon
|
|
4012
4020
|
} from '../icons/rows-3';
|
|
4021
|
+
// Rows2 aliases
|
|
4022
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4025
|
+
default as RowsIcon
|
|
4026
|
+
} from '../icons/rows-2';
|
|
4013
4027
|
// Scale3d aliases
|
|
4014
4028
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
4015
4029
|
export {
|
|
@@ -4034,12 +4048,6 @@ export {
|
|
|
4034
4048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4035
4049
|
default as ShieldCloseIcon
|
|
4036
4050
|
} from '../icons/shield-x';
|
|
4037
|
-
// Sparkles aliases
|
|
4038
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4039
|
-
export {
|
|
4040
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4041
|
-
default as StarsIcon
|
|
4042
|
-
} from '../icons/sparkles';
|
|
4043
4051
|
// SlidersVertical aliases
|
|
4044
4052
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4045
4053
|
export {
|
|
@@ -4052,6 +4060,12 @@ export {
|
|
|
4052
4060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4053
4061
|
default as ActivitySquareIcon
|
|
4054
4062
|
} from '../icons/square-activity';
|
|
4063
|
+
// Sparkles aliases
|
|
4064
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4065
|
+
export {
|
|
4066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4067
|
+
default as StarsIcon
|
|
4068
|
+
} from '../icons/sparkles';
|
|
4055
4069
|
// SquareArrowDownLeft aliases
|
|
4056
4070
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4057
4071
|
export {
|
|
@@ -4064,18 +4078,18 @@ export {
|
|
|
4064
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4065
4079
|
default as ArrowDownRightSquareIcon
|
|
4066
4080
|
} from '../icons/square-arrow-down-right';
|
|
4067
|
-
// SquareArrowLeft aliases
|
|
4068
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4069
|
-
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4071
|
-
default as ArrowLeftSquareIcon
|
|
4072
|
-
} from '../icons/square-arrow-left';
|
|
4073
4081
|
// SquareArrowDown aliases
|
|
4074
4082
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4075
4083
|
export {
|
|
4076
4084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4077
4085
|
default as ArrowDownSquareIcon
|
|
4078
4086
|
} from '../icons/square-arrow-down';
|
|
4087
|
+
// SquareArrowLeft aliases
|
|
4088
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4089
|
+
export {
|
|
4090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4091
|
+
default as ArrowLeftSquareIcon
|
|
4092
|
+
} from '../icons/square-arrow-left';
|
|
4079
4093
|
// SquareArrowOutDownRight aliases
|
|
4080
4094
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4081
4095
|
export {
|
|
@@ -4088,6 +4102,12 @@ export {
|
|
|
4088
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4089
4103
|
default as ArrowDownLeftFromSquareIcon
|
|
4090
4104
|
} from '../icons/square-arrow-out-down-left';
|
|
4105
|
+
// SquareArrowOutUpLeft aliases
|
|
4106
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4109
|
+
default as ArrowUpLeftFromSquareIcon
|
|
4110
|
+
} from '../icons/square-arrow-out-up-left';
|
|
4091
4111
|
// SquareArrowOutUpRight aliases
|
|
4092
4112
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4093
4113
|
export {
|
|
@@ -4100,54 +4120,58 @@ export {
|
|
|
4100
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4101
4121
|
default as ArrowRightSquareIcon
|
|
4102
4122
|
} from '../icons/square-arrow-right';
|
|
4103
|
-
// SquareArrowOutUpLeft aliases
|
|
4104
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4105
|
-
export {
|
|
4106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4107
|
-
default as ArrowUpLeftFromSquareIcon
|
|
4108
|
-
} from '../icons/square-arrow-out-up-left';
|
|
4109
4123
|
// SquareArrowUpLeft aliases
|
|
4110
4124
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4111
4125
|
export {
|
|
4112
4126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4113
4127
|
default as ArrowUpLeftSquareIcon
|
|
4114
4128
|
} from '../icons/square-arrow-up-left';
|
|
4115
|
-
// SquareArrowUp aliases
|
|
4116
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4119
|
-
default as ArrowUpSquareIcon
|
|
4120
|
-
} from '../icons/square-arrow-up';
|
|
4121
4129
|
// SquareArrowUpRight aliases
|
|
4122
4130
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4123
4131
|
export {
|
|
4124
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4125
4133
|
default as ArrowUpRightSquareIcon
|
|
4126
4134
|
} from '../icons/square-arrow-up-right';
|
|
4135
|
+
// SquareAsterisk aliases
|
|
4136
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4137
|
+
export {
|
|
4138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4139
|
+
default as AsteriskSquareIcon
|
|
4140
|
+
} from '../icons/square-asterisk';
|
|
4141
|
+
// SquareArrowUp aliases
|
|
4142
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4143
|
+
export {
|
|
4144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4145
|
+
default as ArrowUpSquareIcon
|
|
4146
|
+
} from '../icons/square-arrow-up';
|
|
4127
4147
|
// SquareBottomDashedScissors aliases
|
|
4128
4148
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4129
4149
|
export {
|
|
4130
4150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4131
4151
|
default as ScissorsSquareDashedBottomIcon
|
|
4132
4152
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4133
|
-
//
|
|
4134
|
-
export { default as
|
|
4153
|
+
// SquareCenterlineDashedVertical aliases
|
|
4154
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4135
4155
|
export {
|
|
4136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4137
|
-
default as
|
|
4138
|
-
} from '../icons/square-
|
|
4156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4157
|
+
default as FlipVerticalIcon
|
|
4158
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4139
4159
|
// SquareCenterlineDashedHorizontal aliases
|
|
4140
4160
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4141
4161
|
export {
|
|
4142
4162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4143
4163
|
default as FlipHorizontalIcon
|
|
4144
4164
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4145
|
-
//
|
|
4146
|
-
export { default as
|
|
4165
|
+
// SquareChartGantt aliases
|
|
4166
|
+
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4147
4167
|
export {
|
|
4148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4149
|
-
default as
|
|
4150
|
-
} from '../icons/square-
|
|
4168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4169
|
+
default as GanttChartSquareIcon
|
|
4170
|
+
} from '../icons/square-chart-gantt';
|
|
4171
|
+
export {
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4173
|
+
default as SquareGanttChartIcon
|
|
4174
|
+
} from '../icons/square-chart-gantt';
|
|
4151
4175
|
// SquareCheckBig aliases
|
|
4152
4176
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4153
4177
|
export {
|
|
@@ -4160,16 +4184,6 @@ export {
|
|
|
4160
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4161
4185
|
default as CheckSquare2Icon
|
|
4162
4186
|
} from '../icons/square-check';
|
|
4163
|
-
// SquareChartGantt aliases
|
|
4164
|
-
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4165
|
-
export {
|
|
4166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4167
|
-
default as GanttChartSquareIcon
|
|
4168
|
-
} from '../icons/square-chart-gantt';
|
|
4169
|
-
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4171
|
-
default as SquareGanttChartIcon
|
|
4172
|
-
} from '../icons/square-chart-gantt';
|
|
4173
4187
|
// SquareChevronDown aliases
|
|
4174
4188
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4175
4189
|
export {
|
|
@@ -4182,12 +4196,6 @@ export {
|
|
|
4182
4196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4183
4197
|
default as ChevronLeftSquareIcon
|
|
4184
4198
|
} from '../icons/square-chevron-left';
|
|
4185
|
-
// SquareChevronRight aliases
|
|
4186
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4187
|
-
export {
|
|
4188
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4189
|
-
default as ChevronRightSquareIcon
|
|
4190
|
-
} from '../icons/square-chevron-right';
|
|
4191
4199
|
// SquareChevronUp aliases
|
|
4192
4200
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4193
4201
|
export {
|
|
@@ -4200,6 +4208,12 @@ export {
|
|
|
4200
4208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4201
4209
|
default as CodeSquareIcon
|
|
4202
4210
|
} from '../icons/square-code';
|
|
4211
|
+
// SquareChevronRight aliases
|
|
4212
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4213
|
+
export {
|
|
4214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4215
|
+
default as ChevronRightSquareIcon
|
|
4216
|
+
} from '../icons/square-chevron-right';
|
|
4203
4217
|
// SquareDashedKanban aliases
|
|
4204
4218
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4205
4219
|
export {
|
|
@@ -4228,30 +4242,30 @@ export {
|
|
|
4228
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4229
4243
|
default as BoxSelectIcon
|
|
4230
4244
|
} from '../icons/square-dashed';
|
|
4231
|
-
// SquareDivide aliases
|
|
4232
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4233
|
-
export {
|
|
4234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4235
|
-
default as DivideSquareIcon
|
|
4236
|
-
} from '../icons/square-divide';
|
|
4237
4245
|
// SquareDot aliases
|
|
4238
4246
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4239
4247
|
export {
|
|
4240
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4241
4249
|
default as DotSquareIcon
|
|
4242
4250
|
} from '../icons/square-dot';
|
|
4243
|
-
//
|
|
4244
|
-
export { default as
|
|
4251
|
+
// SquareDivide aliases
|
|
4252
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4245
4253
|
export {
|
|
4246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4247
|
-
default as
|
|
4248
|
-
} from '../icons/square-
|
|
4254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4255
|
+
default as DivideSquareIcon
|
|
4256
|
+
} from '../icons/square-divide';
|
|
4249
4257
|
// SquareFunction aliases
|
|
4250
4258
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4251
4259
|
export {
|
|
4252
4260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4253
4261
|
default as FunctionSquareIcon
|
|
4254
4262
|
} from '../icons/square-function';
|
|
4263
|
+
// SquareEqual aliases
|
|
4264
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4265
|
+
export {
|
|
4266
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4267
|
+
default as EqualSquareIcon
|
|
4268
|
+
} from '../icons/square-equal';
|
|
4255
4269
|
// SquareKanban aliases
|
|
4256
4270
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4257
4271
|
export {
|
|
@@ -4264,6 +4278,12 @@ export {
|
|
|
4264
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4265
4279
|
default as LibrarySquareIcon
|
|
4266
4280
|
} from '../icons/square-library';
|
|
4281
|
+
// SquareMenu aliases
|
|
4282
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4283
|
+
export {
|
|
4284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4285
|
+
default as MenuSquareIcon
|
|
4286
|
+
} from '../icons/square-menu';
|
|
4267
4287
|
// SquareM aliases
|
|
4268
4288
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4269
4289
|
export {
|
|
@@ -4276,18 +4296,18 @@ export {
|
|
|
4276
4296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4277
4297
|
default as MinusSquareIcon
|
|
4278
4298
|
} from '../icons/square-minus';
|
|
4279
|
-
// SquareMenu aliases
|
|
4280
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4281
|
-
export {
|
|
4282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4283
|
-
default as MenuSquareIcon
|
|
4284
|
-
} from '../icons/square-menu';
|
|
4285
4299
|
// SquareMousePointer aliases
|
|
4286
4300
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4287
4301
|
export {
|
|
4288
4302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4289
4303
|
default as InspectIcon
|
|
4290
4304
|
} from '../icons/square-mouse-pointer';
|
|
4305
|
+
// SquareParkingOff aliases
|
|
4306
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4307
|
+
export {
|
|
4308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4309
|
+
default as ParkingSquareOffIcon
|
|
4310
|
+
} from '../icons/square-parking-off';
|
|
4291
4311
|
// SquareParking aliases
|
|
4292
4312
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4293
4313
|
export {
|
|
@@ -4308,12 +4328,6 @@ export {
|
|
|
4308
4328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4309
4329
|
default as PenSquareIcon
|
|
4310
4330
|
} from '../icons/square-pen';
|
|
4311
|
-
// SquareParkingOff aliases
|
|
4312
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4313
|
-
export {
|
|
4314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4315
|
-
default as ParkingSquareOffIcon
|
|
4316
|
-
} from '../icons/square-parking-off';
|
|
4317
4331
|
// SquarePercent aliases
|
|
4318
4332
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4319
4333
|
export {
|
|
@@ -4374,6 +4388,12 @@ export {
|
|
|
4374
4388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4375
4389
|
default as SplitSquareVerticalIcon
|
|
4376
4390
|
} from '../icons/square-split-vertical';
|
|
4391
|
+
// SquareTerminal aliases
|
|
4392
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4393
|
+
export {
|
|
4394
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4395
|
+
default as TerminalSquareIcon
|
|
4396
|
+
} from '../icons/square-terminal';
|
|
4377
4397
|
// SquareSplitHorizontal aliases
|
|
4378
4398
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4379
4399
|
export {
|
|
@@ -4386,24 +4406,18 @@ export {
|
|
|
4386
4406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4387
4407
|
default as UserSquare2Icon
|
|
4388
4408
|
} from '../icons/square-user-round';
|
|
4389
|
-
//
|
|
4390
|
-
export { default as
|
|
4409
|
+
// SquareUser aliases
|
|
4410
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4391
4411
|
export {
|
|
4392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4393
|
-
default as
|
|
4394
|
-
} from '../icons/square-
|
|
4412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4413
|
+
default as UserSquareIcon
|
|
4414
|
+
} from '../icons/square-user';
|
|
4395
4415
|
// SquareX aliases
|
|
4396
4416
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4397
4417
|
export {
|
|
4398
4418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4399
4419
|
default as XSquareIcon
|
|
4400
4420
|
} from '../icons/square-x';
|
|
4401
|
-
// SquareUser aliases
|
|
4402
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4403
|
-
export {
|
|
4404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4405
|
-
default as UserSquareIcon
|
|
4406
|
-
} from '../icons/square-user';
|
|
4407
4421
|
// TestTubeDiagonal aliases
|
|
4408
4422
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4409
4423
|
export {
|
|
@@ -4428,12 +4442,6 @@ export {
|
|
|
4428
4442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4429
4443
|
default as AlignJustifyIcon
|
|
4430
4444
|
} from '../icons/text-align-justify';
|
|
4431
|
-
// TextInitial aliases
|
|
4432
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4433
|
-
export {
|
|
4434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4435
|
-
default as LetterTextIcon
|
|
4436
|
-
} from '../icons/text-initial';
|
|
4437
4445
|
// TextAlignStart aliases
|
|
4438
4446
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4439
4447
|
export {
|
|
@@ -4444,30 +4452,36 @@ export {
|
|
|
4444
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4445
4453
|
default as AlignLeftIcon
|
|
4446
4454
|
} from '../icons/text-align-start';
|
|
4447
|
-
//
|
|
4448
|
-
export { default as
|
|
4455
|
+
// TextInitial aliases
|
|
4456
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4449
4457
|
export {
|
|
4450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4451
|
-
default as
|
|
4452
|
-
} from '../icons/
|
|
4458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4459
|
+
default as LetterTextIcon
|
|
4460
|
+
} from '../icons/text-initial';
|
|
4453
4461
|
// TextWrap aliases
|
|
4454
4462
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4455
4463
|
export {
|
|
4456
4464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4457
4465
|
default as WrapTextIcon
|
|
4458
4466
|
} from '../icons/text-wrap';
|
|
4459
|
-
//
|
|
4460
|
-
export { default as
|
|
4467
|
+
// TramFront aliases
|
|
4468
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4461
4469
|
export {
|
|
4462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4463
|
-
default as
|
|
4464
|
-
} from '../icons/
|
|
4470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4471
|
+
default as TrainIcon
|
|
4472
|
+
} from '../icons/tram-front';
|
|
4465
4473
|
// TriangleAlert aliases
|
|
4466
4474
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4467
4475
|
export {
|
|
4468
4476
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4469
4477
|
default as AlertTriangleIcon
|
|
4470
4478
|
} from '../icons/triangle-alert';
|
|
4479
|
+
// TreePalm aliases
|
|
4480
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4481
|
+
export {
|
|
4482
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4483
|
+
default as PalmtreeIcon
|
|
4484
|
+
} from '../icons/tree-palm';
|
|
4471
4485
|
// TvMinimal aliases
|
|
4472
4486
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4473
4487
|
export {
|
|
@@ -4504,18 +4518,18 @@ export {
|
|
|
4504
4518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4505
4519
|
default as UserPlus2Icon
|
|
4506
4520
|
} from '../icons/user-round-plus';
|
|
4507
|
-
// UserRoundX aliases
|
|
4508
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4509
|
-
export {
|
|
4510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4511
|
-
default as UserX2Icon
|
|
4512
|
-
} from '../icons/user-round-x';
|
|
4513
4521
|
// UserRound aliases
|
|
4514
4522
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4515
4523
|
export {
|
|
4516
4524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4517
4525
|
default as User2Icon
|
|
4518
4526
|
} from '../icons/user-round';
|
|
4527
|
+
// UserRoundX aliases
|
|
4528
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4529
|
+
export {
|
|
4530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4531
|
+
default as UserX2Icon
|
|
4532
|
+
} from '../icons/user-round-x';
|
|
4519
4533
|
// UsersRound aliases
|
|
4520
4534
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4521
4535
|
export {
|
|
@@ -4534,18 +4548,18 @@ export {
|
|
|
4534
4548
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4535
4549
|
default as ForkKnifeIcon
|
|
4536
4550
|
} from '../icons/utensils';
|
|
4537
|
-
// WandSparkles aliases
|
|
4538
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4539
|
-
export {
|
|
4540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4541
|
-
default as Wand2Icon
|
|
4542
|
-
} from '../icons/wand-sparkles';
|
|
4543
4551
|
// WalletMinimal aliases
|
|
4544
4552
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4545
4553
|
export {
|
|
4546
4554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4547
4555
|
default as Wallet2Icon
|
|
4548
4556
|
} from '../icons/wallet-minimal';
|
|
4557
|
+
// WandSparkles aliases
|
|
4558
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4559
|
+
export {
|
|
4560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4561
|
+
default as Wand2Icon
|
|
4562
|
+
} from '../icons/wand-sparkles';
|
|
4549
4563
|
// WavesHorizontal aliases
|
|
4550
4564
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4551
4565
|
export {
|