@lucide/astro 1.12.0 → 1.14.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 +114 -108
- package/src/aliases/prefixed.ts +632 -624
- package/src/aliases/suffixed.ts +968 -960
- package/src/icons/index.ts +179 -177
- package/src/icons/repeat-off.ts +18 -0
- package/src/icons/waves-horizontal.ts +18 -0
- package/src/icons/waves-vertical.ts +18 -0
- package/src/icons/waves.ts +0 -18
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// ALargeSmall aliases
|
|
8
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
@@ -18,24 +18,24 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// Album aliases
|
|
24
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignEndVertical aliases
|
|
28
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignHorizontalDistributeCenter aliases
|
|
32
30
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalDistributeStart aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
@@ -50,10 +50,10 @@ export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizo
|
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
-
// AlignVerticalDistributeEnd aliases
|
|
54
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeEnd aliases
|
|
56
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
@@ -66,22 +66,22 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersand aliases
|
|
70
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
69
|
// Ampersands aliases
|
|
72
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Anchor aliases
|
|
76
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
75
|
// Angry aliases
|
|
78
76
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
81
|
// Anvil aliases
|
|
84
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Annoyed aliases
|
|
84
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
@@ -94,24 +94,24 @@ 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
|
-
// Armchair aliases
|
|
98
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
97
|
// Archive aliases
|
|
100
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// Armchair aliases
|
|
100
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
|
+
// ArrowBigDown aliases
|
|
108
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigUpDash aliases
|
|
112
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
@@ -120,10 +120,10 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
120
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
121
|
// ArrowDownRight aliases
|
|
122
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
-
// ArrowDownLeft aliases
|
|
124
|
-
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
|
+
// ArrowDownLeft aliases
|
|
126
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -142,10 +142,10 @@ export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-lin
|
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
@@ -162,40 +162,40 @@ 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
|
+
// AtSign aliases
|
|
170
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
171
|
// Astroid aliases
|
|
170
172
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
173
|
// Atom aliases
|
|
172
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
-
// AtSign aliases
|
|
174
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
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
|
// Award aliases
|
|
180
176
|
export { default as AwardIcon } from '../icons/award';
|
|
177
|
+
// AudioLines aliases
|
|
178
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
181
179
|
// Axe aliases
|
|
182
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
+
// AudioWaveform aliases
|
|
182
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
183
|
// Baby aliases
|
|
184
184
|
export { default as BabyIcon } from '../icons/baby';
|
|
185
|
-
// Backpack aliases
|
|
186
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
185
|
// BadgeAlert aliases
|
|
188
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
189
|
// BadgeCent aliases
|
|
190
190
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
191
|
// BadgeDollarSign aliases
|
|
192
192
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
193
193
|
// BadgeEuro aliases
|
|
194
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
|
-
// BadgeIndianRupee aliases
|
|
196
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
195
|
// BadgeInfo aliases
|
|
198
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
+
// BadgeIndianRupee aliases
|
|
198
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
199
|
// BadgeJapaneseYen aliases
|
|
200
200
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
201
201
|
// BadgeMinus aliases
|
|
@@ -206,14 +206,14 @@ export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
|
206
206
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
207
|
// BadgePoundSterling aliases
|
|
208
208
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
// BadgeRussianRuble aliases
|
|
210
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
211
209
|
// BadgeSwissFranc aliases
|
|
212
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
211
|
// BadgeTurkishLira aliases
|
|
214
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
213
|
// BadgeX aliases
|
|
216
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
|
+
// BadgeRussianRuble aliases
|
|
216
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
217
|
// Badge aliases
|
|
218
218
|
export { default as BadgeIcon } from '../icons/badge';
|
|
219
219
|
// BaggageClaim aliases
|
|
@@ -224,12 +224,12 @@ export { default as BalloonIcon } from '../icons/balloon';
|
|
|
224
224
|
export { default as BanIcon } from '../icons/ban';
|
|
225
225
|
// Banana aliases
|
|
226
226
|
export { default as BananaIcon } from '../icons/banana';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
229
227
|
// BanknoteArrowDown aliases
|
|
230
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
229
|
// BanknoteArrowUp aliases
|
|
232
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
|
+
// Bandage aliases
|
|
232
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
233
233
|
// BanknoteX aliases
|
|
234
234
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
235
|
// Banknote aliases
|
|
@@ -238,32 +238,32 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
238
238
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
239
|
// Barrel aliases
|
|
240
240
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
|
+
// BatteryCharging aliases
|
|
242
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
241
243
|
// Baseline aliases
|
|
242
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
245
|
// Bath aliases
|
|
244
246
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
-
// BatteryCharging aliases
|
|
246
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
-
// BatteryFull aliases
|
|
248
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
247
|
// BatteryLow aliases
|
|
250
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryMedium aliases
|
|
252
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
253
|
// BatteryPlus aliases
|
|
254
254
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
|
+
// Beaker aliases
|
|
256
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
255
257
|
// BatteryWarning aliases
|
|
256
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
259
|
// Battery aliases
|
|
258
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
259
|
-
// Beaker aliases
|
|
260
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
261
|
// Bean aliases
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
|
-
// BeanOff aliases
|
|
264
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
263
|
// BedDouble aliases
|
|
266
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
+
// BeanOff aliases
|
|
266
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// BedSingle aliases
|
|
268
268
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
269
|
// Bed aliases
|
|
@@ -278,14 +278,14 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
278
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
279
|
// BellCheck aliases
|
|
280
280
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
281
|
-
// BellDot aliases
|
|
282
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
|
-
// BellElectric aliases
|
|
284
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
281
|
// BellMinus aliases
|
|
286
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
283
|
// BellOff aliases
|
|
288
284
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
|
+
// BellElectric aliases
|
|
286
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
287
|
+
// BellDot aliases
|
|
288
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
289
289
|
// BellPlus aliases
|
|
290
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
291
|
// BellRing aliases
|
|
@@ -294,42 +294,42 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
294
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
295
|
// BetweenVerticalEnd aliases
|
|
296
296
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
|
-
// BetweenVerticalStart aliases
|
|
298
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
297
|
// Bike aliases
|
|
300
298
|
export { default as BikeIcon } from '../icons/bike';
|
|
299
|
+
// BetweenVerticalStart aliases
|
|
300
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
301
301
|
// BicepsFlexed aliases
|
|
302
302
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
|
-
// Binary aliases
|
|
304
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
305
303
|
// Binoculars aliases
|
|
306
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
|
+
// Binary aliases
|
|
306
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
307
307
|
// Biohazard aliases
|
|
308
308
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
309
309
|
// Bird aliases
|
|
310
310
|
export { default as BirdIcon } from '../icons/bird';
|
|
311
311
|
// Birdhouse aliases
|
|
312
312
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
313
|
-
// Bitcoin aliases
|
|
314
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
315
313
|
// Blend aliases
|
|
316
314
|
export { default as BlendIcon } from '../icons/blend';
|
|
315
|
+
// Bitcoin aliases
|
|
316
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
317
317
|
// Blinds aliases
|
|
318
318
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
319
319
|
// Blocks aliases
|
|
320
320
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
|
-
// BluetoothConnected aliases
|
|
322
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
323
321
|
// BluetoothOff aliases
|
|
324
322
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
325
323
|
// BluetoothSearching aliases
|
|
326
324
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
|
+
// BluetoothConnected aliases
|
|
326
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
327
|
// Bluetooth aliases
|
|
328
328
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
|
-
// Bold aliases
|
|
330
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
331
329
|
// Bolt aliases
|
|
332
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
+
// Bold aliases
|
|
332
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
333
333
|
// Bomb aliases
|
|
334
334
|
export { default as BombIcon } from '../icons/bomb';
|
|
335
335
|
// Bone aliases
|
|
@@ -356,52 +356,52 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
356
356
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
357
357
|
// BookLock aliases
|
|
358
358
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
359
|
-
// BookMarked aliases
|
|
360
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
361
359
|
// BookMinus aliases
|
|
362
360
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
363
|
-
//
|
|
364
|
-
export { default as
|
|
361
|
+
// BookMarked aliases
|
|
362
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
365
363
|
// BookOpenText aliases
|
|
366
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
|
+
// BookOpenCheck aliases
|
|
366
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
367
367
|
// BookOpen aliases
|
|
368
368
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
369
369
|
// BookPlus aliases
|
|
370
370
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
|
-
// BookSearch aliases
|
|
372
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
373
371
|
// BookText aliases
|
|
374
372
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
|
+
// BookSearch aliases
|
|
374
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
375
375
|
// BookType aliases
|
|
376
376
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
377
377
|
// BookUp2 aliases
|
|
378
378
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
379
379
|
// BookUp aliases
|
|
380
380
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
381
|
-
// BookUser aliases
|
|
382
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
383
381
|
// BookX aliases
|
|
384
382
|
export { default as BookXIcon } from '../icons/book-x';
|
|
383
|
+
// BookUser aliases
|
|
384
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
385
385
|
// Book aliases
|
|
386
386
|
export { default as BookIcon } from '../icons/book';
|
|
387
|
-
// BookmarkCheck aliases
|
|
388
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
389
387
|
// BookmarkMinus aliases
|
|
390
388
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
|
+
// BookmarkCheck aliases
|
|
390
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
391
391
|
// BookmarkOff aliases
|
|
392
392
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
393
393
|
// BookmarkPlus aliases
|
|
394
394
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
395
|
-
// BookmarkX aliases
|
|
396
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
397
395
|
// Bookmark aliases
|
|
398
396
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
399
|
-
//
|
|
400
|
-
export { default as
|
|
397
|
+
// BookmarkX aliases
|
|
398
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
401
399
|
// BotMessageSquare aliases
|
|
402
400
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
403
401
|
// BotOff aliases
|
|
404
402
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
403
|
+
// BoomBox aliases
|
|
404
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
405
405
|
// Bot aliases
|
|
406
406
|
export { default as BotIcon } from '../icons/bot';
|
|
407
407
|
// BowArrow aliases
|
|
@@ -416,12 +416,12 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
416
416
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
417
417
|
// BrainCircuit aliases
|
|
418
418
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
419
|
-
// BrainCog aliases
|
|
420
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
421
419
|
// Brain aliases
|
|
422
420
|
export { default as BrainIcon } from '../icons/brain';
|
|
423
421
|
// BrickWallFire aliases
|
|
424
422
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
423
|
+
// BrainCog aliases
|
|
424
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
425
425
|
// BrickWallShield aliases
|
|
426
426
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
427
427
|
// BrickWall aliases
|
|
@@ -432,40 +432,40 @@ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
|
432
432
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
433
433
|
// BriefcaseMedical aliases
|
|
434
434
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
435
|
-
// Briefcase aliases
|
|
436
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
437
435
|
// BringToFront aliases
|
|
438
436
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
439
|
-
//
|
|
440
|
-
export { default as
|
|
437
|
+
// Briefcase aliases
|
|
438
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
441
439
|
// Bubbles aliases
|
|
442
440
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
443
|
-
//
|
|
444
|
-
export { default as
|
|
441
|
+
// BrushCleaning aliases
|
|
442
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
445
443
|
// Brush aliases
|
|
446
444
|
export { default as BrushIcon } from '../icons/brush';
|
|
447
445
|
// BugPlay aliases
|
|
448
446
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
447
|
+
// BugOff aliases
|
|
448
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
449
449
|
// Bug aliases
|
|
450
450
|
export { default as BugIcon } from '../icons/bug';
|
|
451
451
|
// Building2 aliases
|
|
452
452
|
export { default as Building2Icon } from '../icons/building-2';
|
|
453
453
|
// Building aliases
|
|
454
454
|
export { default as BuildingIcon } from '../icons/building';
|
|
455
|
-
// Bus aliases
|
|
456
|
-
export { default as BusIcon } from '../icons/bus';
|
|
457
455
|
// BusFront aliases
|
|
458
456
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
457
|
+
// Bus aliases
|
|
458
|
+
export { default as BusIcon } from '../icons/bus';
|
|
459
459
|
// CableCar aliases
|
|
460
460
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
461
|
-
// Cable aliases
|
|
462
|
-
export { default as CableIcon } from '../icons/cable';
|
|
463
461
|
// CakeSlice aliases
|
|
464
462
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
465
|
-
//
|
|
466
|
-
export { default as
|
|
463
|
+
// Cable aliases
|
|
464
|
+
export { default as CableIcon } from '../icons/cable';
|
|
467
465
|
// Calculator aliases
|
|
468
466
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
467
|
+
// Cake aliases
|
|
468
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
469
469
|
// Calendar1 aliases
|
|
470
470
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
471
471
|
// CalendarArrowDown aliases
|
|
@@ -474,16 +474,16 @@ export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
|
474
474
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
475
475
|
// CalendarCheck2 aliases
|
|
476
476
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
477
|
-
// CalendarClock aliases
|
|
478
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
479
477
|
// CalendarCheck aliases
|
|
480
478
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
479
|
+
// CalendarClock aliases
|
|
480
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
481
481
|
// CalendarCog aliases
|
|
482
482
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
483
|
-
// CalendarDays aliases
|
|
484
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
485
483
|
// CalendarFold aliases
|
|
486
484
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
485
|
+
// CalendarDays aliases
|
|
486
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
487
487
|
// CalendarHeart aliases
|
|
488
488
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
489
489
|
// CalendarMinus aliases
|
|
@@ -496,8 +496,6 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
496
496
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
497
497
|
// CalendarPlus aliases
|
|
498
498
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
499
|
-
// CalendarRange aliases
|
|
500
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
501
499
|
// CalendarSearch aliases
|
|
502
500
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
503
501
|
// CalendarSync aliases
|
|
@@ -508,6 +506,8 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
508
506
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
509
507
|
// Calendar aliases
|
|
510
508
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
509
|
+
// CalendarRange aliases
|
|
510
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
511
511
|
// Calendars aliases
|
|
512
512
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
513
513
|
// CameraOff aliases
|
|
@@ -518,10 +518,10 @@ export { default as CameraIcon } from '../icons/camera';
|
|
|
518
518
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
519
519
|
// CandyOff aliases
|
|
520
520
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
521
|
-
// Candy aliases
|
|
522
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
523
521
|
// CannabisOff aliases
|
|
524
522
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
523
|
+
// Candy aliases
|
|
524
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
525
525
|
// Cannabis aliases
|
|
526
526
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
527
527
|
// CaptionsOff aliases
|
|
@@ -532,14 +532,14 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
532
532
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
533
533
|
// Car aliases
|
|
534
534
|
export { default as CarIcon } from '../icons/car';
|
|
535
|
-
// Caravan aliases
|
|
536
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
537
535
|
// CardSim aliases
|
|
538
536
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// Caravan aliases
|
|
538
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
541
539
|
// CaseLower aliases
|
|
542
540
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
541
|
+
// Carrot aliases
|
|
542
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
543
543
|
// CaseSensitive aliases
|
|
544
544
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
545
545
|
// CaseUpper aliases
|
|
@@ -548,22 +548,22 @@ export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
|
548
548
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
549
549
|
// Castle aliases
|
|
550
550
|
export { default as CastleIcon } from '../icons/castle';
|
|
551
|
-
// Cast aliases
|
|
552
|
-
export { default as CastIcon } from '../icons/cast';
|
|
553
551
|
// Cat aliases
|
|
554
552
|
export { default as CatIcon } from '../icons/cat';
|
|
553
|
+
// Cast aliases
|
|
554
|
+
export { default as CastIcon } from '../icons/cast';
|
|
555
555
|
// CctvOff aliases
|
|
556
556
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
557
557
|
// Cctv aliases
|
|
558
558
|
export { default as CctvIcon } from '../icons/cctv';
|
|
559
|
-
// ChartBarDecreasing aliases
|
|
560
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
561
559
|
// ChartBarIncreasing aliases
|
|
562
560
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
563
|
-
//
|
|
564
|
-
export { default as
|
|
561
|
+
// ChartBarDecreasing aliases
|
|
562
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
565
563
|
// ChartColumnDecreasing aliases
|
|
566
564
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
565
|
+
// ChartBarStacked aliases
|
|
566
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
567
567
|
// ChartColumnStacked aliases
|
|
568
568
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
569
569
|
// ChartGantt aliases
|
|
@@ -572,26 +572,26 @@ export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
|
572
572
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
573
573
|
// ChartNoAxesColumnDecreasing aliases
|
|
574
574
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
575
|
-
// ChartNoAxesCombined aliases
|
|
576
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
577
575
|
// ChartSpline aliases
|
|
578
576
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
579
|
-
// CheckCheck aliases
|
|
580
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
581
|
-
// Check aliases
|
|
582
|
-
export { default as CheckIcon } from '../icons/check';
|
|
583
577
|
// CheckLine aliases
|
|
584
578
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
579
|
+
// ChartNoAxesCombined aliases
|
|
580
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
581
|
+
// CheckCheck aliases
|
|
582
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
585
583
|
// ChefHat aliases
|
|
586
584
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
587
|
-
//
|
|
588
|
-
export { default as
|
|
585
|
+
// Check aliases
|
|
586
|
+
export { default as CheckIcon } from '../icons/check';
|
|
589
587
|
// Cherry aliases
|
|
590
588
|
export { default as CherryIcon } from '../icons/cherry';
|
|
591
|
-
//
|
|
592
|
-
export { default as
|
|
589
|
+
// ChessBishop aliases
|
|
590
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
593
591
|
// ChessKing aliases
|
|
594
592
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
593
|
+
// ChessKnight aliases
|
|
594
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
595
595
|
// ChessPawn aliases
|
|
596
596
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
597
597
|
// ChessQueen aliases
|
|
@@ -604,24 +604,24 @@ export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
|
604
604
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
605
605
|
// ChevronLast aliases
|
|
606
606
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
607
|
-
// ChevronLeft aliases
|
|
608
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
609
607
|
// ChevronRight aliases
|
|
610
608
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
609
|
+
// ChevronLeft aliases
|
|
610
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
611
611
|
// ChevronUp aliases
|
|
612
612
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
613
613
|
// ChevronsDownUp aliases
|
|
614
614
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
615
|
-
// ChevronsLeftRightEllipsis aliases
|
|
616
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
617
615
|
// ChevronsDown aliases
|
|
618
616
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
617
|
+
// ChevronsLeftRightEllipsis aliases
|
|
618
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
619
619
|
// ChevronsLeft aliases
|
|
620
620
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
621
|
-
// ChevronsLeftRight aliases
|
|
622
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
623
621
|
// ChevronsRightLeft aliases
|
|
624
622
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
623
|
+
// ChevronsLeftRight aliases
|
|
624
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
625
625
|
// ChevronsRight aliases
|
|
626
626
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
627
627
|
// ChevronsUpDown aliases
|
|
@@ -636,22 +636,22 @@ export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
|
636
636
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
637
637
|
// CircleDashed aliases
|
|
638
638
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
639
|
-
// CircleDollarSign aliases
|
|
640
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
641
|
-
// CircleDotDashed aliases
|
|
642
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
643
639
|
// CircleDot aliases
|
|
644
640
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
641
|
+
// CircleDotDashed aliases
|
|
642
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
645
643
|
// CircleEllipsis aliases
|
|
646
644
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
645
|
+
// CircleDollarSign aliases
|
|
646
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
647
647
|
// CircleEqual aliases
|
|
648
648
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
649
649
|
// CircleFadingArrowUp aliases
|
|
650
650
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
651
|
-
// CircleFadingPlus aliases
|
|
652
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
653
651
|
// CircleOff aliases
|
|
654
652
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
653
|
+
// CircleFadingPlus aliases
|
|
654
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
655
655
|
// CirclePile aliases
|
|
656
656
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
657
657
|
// CirclePoundSterling aliases
|
|
@@ -664,22 +664,22 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
664
664
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
665
665
|
// Circle aliases
|
|
666
666
|
export { default as CircleIcon } from '../icons/circle';
|
|
667
|
-
// Citrus aliases
|
|
668
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
669
667
|
// CircuitBoard aliases
|
|
670
668
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
671
669
|
// Clapperboard aliases
|
|
672
670
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
673
671
|
// ClipboardCheck aliases
|
|
674
672
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
675
|
-
//
|
|
676
|
-
export { default as
|
|
673
|
+
// Citrus aliases
|
|
674
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
677
675
|
// ClipboardClock aliases
|
|
678
676
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
679
677
|
// ClipboardList aliases
|
|
680
678
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
681
679
|
// ClipboardMinus aliases
|
|
682
680
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
681
|
+
// ClipboardCopy aliases
|
|
682
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
683
683
|
// ClipboardPaste aliases
|
|
684
684
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
685
685
|
// ClipboardPlus aliases
|
|
@@ -692,18 +692,18 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
692
692
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
693
693
|
// Clock1 aliases
|
|
694
694
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
695
|
-
// Clock10 aliases
|
|
696
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
697
695
|
// Clock11 aliases
|
|
698
696
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
697
|
+
// Clock10 aliases
|
|
698
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
701
699
|
// Clock2 aliases
|
|
702
700
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
701
|
+
// Clock12 aliases
|
|
702
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
705
703
|
// Clock4 aliases
|
|
706
704
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
705
|
+
// Clock3 aliases
|
|
706
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
707
707
|
// Clock5 aliases
|
|
708
708
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
709
709
|
// Clock6 aliases
|
|
@@ -726,32 +726,32 @@ export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
|
726
726
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
727
727
|
// ClockPlus aliases
|
|
728
728
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
729
|
-
// ClosedCaption aliases
|
|
730
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
731
729
|
// Clock aliases
|
|
732
730
|
export { default as ClockIcon } from '../icons/clock';
|
|
731
|
+
// ClosedCaption aliases
|
|
732
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
733
|
+
// CloudBackup aliases
|
|
734
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
733
735
|
// CloudAlert aliases
|
|
734
736
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
735
737
|
// CloudCheck aliases
|
|
736
738
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
737
|
-
// CloudBackup aliases
|
|
738
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
739
739
|
// CloudCog aliases
|
|
740
740
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
741
741
|
// CloudDrizzle aliases
|
|
742
742
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
743
|
-
// CloudFog aliases
|
|
744
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
745
743
|
// CloudHail aliases
|
|
746
744
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
745
|
+
// CloudFog aliases
|
|
746
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
747
747
|
// CloudLightning aliases
|
|
748
748
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
749
749
|
// CloudMoonRain aliases
|
|
750
750
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
751
|
-
// CloudMoon aliases
|
|
752
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
753
751
|
// CloudOff aliases
|
|
754
752
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
753
|
+
// CloudMoon aliases
|
|
754
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
755
755
|
// CloudRainWind aliases
|
|
756
756
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
757
757
|
// CloudRain aliases
|
|
@@ -760,30 +760,30 @@ export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
|
760
760
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
761
761
|
// CloudSunRain aliases
|
|
762
762
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
763
|
-
// CloudSun aliases
|
|
764
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
765
763
|
// CloudSync aliases
|
|
766
764
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
765
|
+
// CloudSun aliases
|
|
766
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
767
|
+
// Clover aliases
|
|
768
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
767
769
|
// Cloud aliases
|
|
768
770
|
export { default as CloudIcon } from '../icons/cloud';
|
|
769
771
|
// Cloudy aliases
|
|
770
772
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
771
|
-
// Clover aliases
|
|
772
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
773
773
|
// Club aliases
|
|
774
774
|
export { default as ClubIcon } from '../icons/club';
|
|
775
|
+
// Cog aliases
|
|
776
|
+
export { default as CogIcon } from '../icons/cog';
|
|
775
777
|
// Code aliases
|
|
776
778
|
export { default as CodeIcon } from '../icons/code';
|
|
777
779
|
// Coffee aliases
|
|
778
780
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
779
|
-
//
|
|
780
|
-
export { default as
|
|
781
|
+
// Columns4 aliases
|
|
782
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
781
783
|
// Coins aliases
|
|
782
784
|
export { default as CoinsIcon } from '../icons/coins';
|
|
783
785
|
// Combine aliases
|
|
784
786
|
export { default as CombineIcon } from '../icons/combine';
|
|
785
|
-
// Columns4 aliases
|
|
786
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
787
787
|
// Command aliases
|
|
788
788
|
export { default as CommandIcon } from '../icons/command';
|
|
789
789
|
// Compass aliases
|
|
@@ -802,42 +802,42 @@ export { default as ConstructionIcon } from '../icons/construction';
|
|
|
802
802
|
export { default as ContactIcon } from '../icons/contact';
|
|
803
803
|
// Container aliases
|
|
804
804
|
export { default as ContainerIcon } from '../icons/container';
|
|
805
|
-
// Contrast aliases
|
|
806
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
807
805
|
// Cookie aliases
|
|
808
806
|
export { default as CookieIcon } from '../icons/cookie';
|
|
807
|
+
// Contrast aliases
|
|
808
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
809
809
|
// CookingPot aliases
|
|
810
810
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
811
|
-
// CopyMinus aliases
|
|
812
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
813
|
-
// CopyPlus aliases
|
|
814
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
815
811
|
// CopyCheck aliases
|
|
816
812
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
813
|
+
// CopyMinus aliases
|
|
814
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
817
815
|
// CopySlash aliases
|
|
818
816
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
|
+
// CopyPlus aliases
|
|
818
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
819
819
|
// CopyX aliases
|
|
820
820
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
821
821
|
// Copy aliases
|
|
822
822
|
export { default as CopyIcon } from '../icons/copy';
|
|
823
|
+
// CornerDownRight aliases
|
|
824
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
825
|
// Copyright aliases
|
|
824
826
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
825
827
|
// Copyleft aliases
|
|
826
828
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
827
829
|
// CornerDownLeft aliases
|
|
828
830
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
829
|
-
// CornerDownRight aliases
|
|
830
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
831
831
|
// CornerLeftDown aliases
|
|
832
832
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
833
833
|
// CornerLeftUp aliases
|
|
834
834
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
835
|
+
// CornerRightUp aliases
|
|
836
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
835
837
|
// CornerRightDown aliases
|
|
836
838
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
837
839
|
// CornerUpLeft aliases
|
|
838
840
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
839
|
-
// CornerRightUp aliases
|
|
840
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
841
841
|
// CornerUpRight aliases
|
|
842
842
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
843
843
|
// Cpu aliases
|
|
@@ -848,10 +848,10 @@ export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
|
848
848
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
849
849
|
// Croissant aliases
|
|
850
850
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
851
|
-
// Crop aliases
|
|
852
|
-
export { default as CropIcon } from '../icons/crop';
|
|
853
851
|
// Cross aliases
|
|
854
852
|
export { default as CrossIcon } from '../icons/cross';
|
|
853
|
+
// Crop aliases
|
|
854
|
+
export { default as CropIcon } from '../icons/crop';
|
|
855
855
|
// Crosshair aliases
|
|
856
856
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
857
857
|
// Crown aliases
|
|
@@ -870,16 +870,16 @@ export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
|
870
870
|
export { default as DamIcon } from '../icons/dam';
|
|
871
871
|
// DatabaseSearch aliases
|
|
872
872
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
873
|
-
// DatabaseZap aliases
|
|
874
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
875
873
|
// Database aliases
|
|
876
874
|
export { default as DatabaseIcon } from '../icons/database';
|
|
877
|
-
//
|
|
878
|
-
export { default as
|
|
875
|
+
// DatabaseZap aliases
|
|
876
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
879
877
|
// DecimalsArrowRight aliases
|
|
880
878
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
881
879
|
// Delete aliases
|
|
882
880
|
export { default as DeleteIcon } from '../icons/delete';
|
|
881
|
+
// DecimalsArrowLeft aliases
|
|
882
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
883
883
|
// Dessert aliases
|
|
884
884
|
export { default as DessertIcon } from '../icons/dessert';
|
|
885
885
|
// Diameter aliases
|
|
@@ -888,10 +888,10 @@ export { default as DiameterIcon } from '../icons/diameter';
|
|
|
888
888
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
889
889
|
// DiamondPlus aliases
|
|
890
890
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
891
|
-
// Dice1 aliases
|
|
892
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
893
891
|
// Diamond aliases
|
|
894
892
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
893
|
+
// Dice1 aliases
|
|
894
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
895
895
|
// Dice2 aliases
|
|
896
896
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
897
897
|
// Dice3 aliases
|
|
@@ -908,16 +908,18 @@ export { default as DicesIcon } from '../icons/dices';
|
|
|
908
908
|
export { default as DiffIcon } from '../icons/diff';
|
|
909
909
|
// Disc2 aliases
|
|
910
910
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
911
|
-
// Disc3 aliases
|
|
912
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
913
911
|
// DiscAlbum aliases
|
|
914
912
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
913
|
+
// Disc3 aliases
|
|
914
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
915
915
|
// Disc aliases
|
|
916
916
|
export { default as DiscIcon } from '../icons/disc';
|
|
917
|
-
//
|
|
918
|
-
export { default as
|
|
917
|
+
// Divide aliases
|
|
918
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
919
919
|
// Dna aliases
|
|
920
920
|
export { default as DnaIcon } from '../icons/dna';
|
|
921
|
+
// DnaOff aliases
|
|
922
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
921
923
|
// Dock aliases
|
|
922
924
|
export { default as DockIcon } from '../icons/dock';
|
|
923
925
|
// Dog aliases
|
|
@@ -928,40 +930,40 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
928
930
|
export { default as DonutIcon } from '../icons/donut';
|
|
929
931
|
// DoorClosedLocked aliases
|
|
930
932
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
931
|
-
// DoorClosed aliases
|
|
932
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
933
933
|
// DoorOpen aliases
|
|
934
934
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
935
935
|
// Dot aliases
|
|
936
936
|
export { default as DotIcon } from '../icons/dot';
|
|
937
|
+
// DoorClosed aliases
|
|
938
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
937
939
|
// Download aliases
|
|
938
940
|
export { default as DownloadIcon } from '../icons/download';
|
|
939
|
-
// DraftingCompass aliases
|
|
940
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
941
941
|
// Drama aliases
|
|
942
942
|
export { default as DramaIcon } from '../icons/drama';
|
|
943
943
|
// Drill aliases
|
|
944
944
|
export { default as DrillIcon } from '../icons/drill';
|
|
945
|
+
// DraftingCompass aliases
|
|
946
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
945
947
|
// Drone aliases
|
|
946
948
|
export { default as DroneIcon } from '../icons/drone';
|
|
947
949
|
// DropletOff aliases
|
|
948
950
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
949
|
-
// Droplet aliases
|
|
950
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
951
951
|
// Droplets aliases
|
|
952
952
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
953
953
|
// Drum aliases
|
|
954
954
|
export { default as DrumIcon } from '../icons/drum';
|
|
955
|
+
// Droplet aliases
|
|
956
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
955
957
|
// Drumstick aliases
|
|
956
958
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
959
|
// Dumbbell aliases
|
|
958
960
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
959
|
-
// EarOff aliases
|
|
960
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
961
|
-
// Ear aliases
|
|
962
|
-
export { default as EarIcon } from '../icons/ear';
|
|
963
961
|
// EarthLock aliases
|
|
964
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
|
+
// Ear aliases
|
|
964
|
+
export { default as EarIcon } from '../icons/ear';
|
|
965
|
+
// EarOff aliases
|
|
966
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
965
967
|
// Eclipse aliases
|
|
966
968
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
969
|
// EggFried aliases
|
|
@@ -970,14 +972,14 @@ export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
|
970
972
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
971
973
|
// Egg aliases
|
|
972
974
|
export { default as EggIcon } from '../icons/egg';
|
|
973
|
-
// Ellipse aliases
|
|
974
|
-
export { default as EllipseIcon } from '../icons/ellipse';
|
|
975
975
|
// EqualApproximately aliases
|
|
976
976
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
977
|
-
// EqualNot aliases
|
|
978
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
979
977
|
// Equal aliases
|
|
980
978
|
export { default as EqualIcon } from '../icons/equal';
|
|
979
|
+
// Ellipse aliases
|
|
980
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
981
|
+
// EqualNot aliases
|
|
982
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
981
983
|
// Eraser aliases
|
|
982
984
|
export { default as EraserIcon } from '../icons/eraser';
|
|
983
985
|
// Euro aliases
|
|
@@ -992,28 +994,26 @@ export { default as ExpandIcon } from '../icons/expand';
|
|
|
992
994
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
993
995
|
// EyeClosed aliases
|
|
994
996
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
995
|
-
// EyeOff aliases
|
|
996
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
|
-
// Divide aliases
|
|
998
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
999
997
|
// Eye aliases
|
|
1000
998
|
export { default as EyeIcon } from '../icons/eye';
|
|
1001
|
-
//
|
|
1002
|
-
export { default as
|
|
999
|
+
// EyeOff aliases
|
|
1000
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1003
1001
|
// Factory aliases
|
|
1004
1002
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1005
|
-
//
|
|
1006
|
-
export { default as
|
|
1003
|
+
// Fan aliases
|
|
1004
|
+
export { default as FanIcon } from '../icons/fan';
|
|
1007
1005
|
// FastForward aliases
|
|
1008
1006
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1009
|
-
//
|
|
1010
|
-
export { default as
|
|
1007
|
+
// Feather aliases
|
|
1008
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1011
1009
|
// FerrisWheel aliases
|
|
1012
1010
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1013
|
-
// FileBox aliases
|
|
1014
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
1011
|
// FileArchive aliases
|
|
1016
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
|
+
// Fence aliases
|
|
1014
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1015
|
+
// FileBox aliases
|
|
1016
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1017
1017
|
// FileCheck aliases
|
|
1018
1018
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1019
1019
|
// FileClock aliases
|
|
@@ -1022,24 +1022,24 @@ export { default as FileClockIcon } from '../icons/file-clock';
|
|
|
1022
1022
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1023
1023
|
// FileDiff aliases
|
|
1024
1024
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1025
|
-
// FileDigit aliases
|
|
1026
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1027
1025
|
// FileDown aliases
|
|
1028
1026
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1027
|
+
// FileDigit aliases
|
|
1028
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1029
1029
|
// FileHeart aliases
|
|
1030
1030
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
|
-
// FileMinus aliases
|
|
1034
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
1033
|
// FileImage aliases
|
|
1036
1034
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1035
|
+
// FileMinus aliases
|
|
1036
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1037
|
+
// FileMusic aliases
|
|
1038
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
1039
|
// FilePlus aliases
|
|
1038
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
1041
|
// FileOutput aliases
|
|
1040
1042
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
|
-
// FileMusic aliases
|
|
1042
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1043
1043
|
// FileScan aliases
|
|
1044
1044
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
1045
|
// FileSearch aliases
|
|
@@ -1052,38 +1052,38 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1052
1052
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1053
1053
|
// FileSymlink aliases
|
|
1054
1054
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1055
|
-
// FileText aliases
|
|
1056
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1055
|
// FileTerminal aliases
|
|
1058
1056
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1059
|
-
//
|
|
1060
|
-
export { default as
|
|
1057
|
+
// FileText aliases
|
|
1058
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1061
1059
|
// FileUp aliases
|
|
1062
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1063
|
-
//
|
|
1064
|
-
export { default as
|
|
1061
|
+
// FileType aliases
|
|
1062
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1065
1063
|
// FileUser aliases
|
|
1066
1064
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1067
|
-
//
|
|
1068
|
-
export { default as
|
|
1065
|
+
// FileVolume aliases
|
|
1066
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
1067
|
// FileX aliases
|
|
1070
1068
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1069
|
+
// File aliases
|
|
1070
|
+
export { default as FileIcon } from '../icons/file';
|
|
1071
1071
|
// Files aliases
|
|
1072
1072
|
export { default as FilesIcon } from '../icons/files';
|
|
1073
1073
|
// Film aliases
|
|
1074
1074
|
export { default as FilmIcon } from '../icons/film';
|
|
1075
|
-
// FireExtinguisher aliases
|
|
1076
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1077
1075
|
// FishOff aliases
|
|
1078
1076
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
|
+
// FireExtinguisher aliases
|
|
1078
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
1081
|
// FishSymbol aliases
|
|
1082
1082
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1083
|
-
// FishingHook aliases
|
|
1084
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1085
1083
|
// FishingRod aliases
|
|
1086
1084
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1085
|
+
// FishingHook aliases
|
|
1086
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1087
1087
|
// FlagOff aliases
|
|
1088
1088
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1089
1089
|
// FlagTriangleLeft aliases
|
|
@@ -1096,24 +1096,24 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1096
1096
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1097
1097
|
// Flame aliases
|
|
1098
1098
|
export { default as FlameIcon } from '../icons/flame';
|
|
1099
|
-
// FlashlightOff aliases
|
|
1100
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1101
1099
|
// Flashlight aliases
|
|
1102
1100
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1103
1101
|
// FlaskConicalOff aliases
|
|
1104
1102
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1103
|
+
// FlashlightOff aliases
|
|
1104
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
1105
|
// FlaskConical aliases
|
|
1106
1106
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1107
1107
|
// FlaskRound aliases
|
|
1108
1108
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1109
1109
|
// FlipHorizontal2 aliases
|
|
1110
1110
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1111
|
-
// FlipVertical2 aliases
|
|
1112
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1113
|
// Flower aliases
|
|
1116
1114
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1115
|
+
// FlipVertical2 aliases
|
|
1116
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
1117
|
// Focus aliases
|
|
1118
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1119
1119
|
// FoldVertical aliases
|
|
@@ -1122,40 +1122,40 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1122
1122
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1123
1123
|
// FolderArchive aliases
|
|
1124
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
|
+
// FolderBookmark aliases
|
|
1126
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1125
1127
|
// FolderCheck aliases
|
|
1126
1128
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
1129
|
// FolderClock aliases
|
|
1128
1130
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
|
-
// FolderBookmark aliases
|
|
1130
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1131
1131
|
// FolderClosed aliases
|
|
1132
1132
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1133
|
-
// FolderDot aliases
|
|
1134
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
1133
|
// FolderCode aliases
|
|
1136
1134
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1137
1135
|
// FolderDown aliases
|
|
1138
1136
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1137
|
+
// FolderDot aliases
|
|
1138
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1139
1139
|
// FolderGit2 aliases
|
|
1140
1140
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1141
1141
|
// FolderGit aliases
|
|
1142
1142
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1143
1143
|
// FolderHeart aliases
|
|
1144
1144
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1145
|
-
// FolderInput aliases
|
|
1146
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1147
1145
|
// FolderKanban aliases
|
|
1148
1146
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1147
|
+
// FolderInput aliases
|
|
1148
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
1149
|
// FolderKey aliases
|
|
1150
1150
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1151
1151
|
// FolderLock aliases
|
|
1152
1152
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1153
1153
|
// FolderMinus aliases
|
|
1154
1154
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1155
|
-
// FolderOpenDot aliases
|
|
1156
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1157
1155
|
// FolderOpen aliases
|
|
1158
1156
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1157
|
+
// FolderOpenDot aliases
|
|
1158
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1159
1159
|
// FolderOutput aliases
|
|
1160
1160
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1161
1161
|
// FolderPlus aliases
|
|
@@ -1168,24 +1168,24 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1168
1168
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1169
1169
|
// FolderSymlink aliases
|
|
1170
1170
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1171
|
+
// FolderTree aliases
|
|
1172
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1171
1173
|
// FolderSync aliases
|
|
1172
1174
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1173
|
-
// FolderUp aliases
|
|
1174
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1175
1175
|
// FolderX aliases
|
|
1176
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
|
-
//
|
|
1178
|
-
export { default as
|
|
1177
|
+
// FolderUp aliases
|
|
1178
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1179
1179
|
// Folder aliases
|
|
1180
1180
|
export { default as FolderIcon } from '../icons/folder';
|
|
1181
|
-
// Folders aliases
|
|
1182
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1183
1181
|
// Footprints aliases
|
|
1184
1182
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
|
-
// Forklift aliases
|
|
1186
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
1183
|
// Form aliases
|
|
1188
1184
|
export { default as FormIcon } from '../icons/form';
|
|
1185
|
+
// Folders aliases
|
|
1186
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1187
|
+
// Forklift aliases
|
|
1188
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1189
1189
|
// Forward aliases
|
|
1190
1190
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1191
1191
|
// Frame aliases
|
|
@@ -1196,34 +1196,34 @@ export { default as FuelIcon } from '../icons/fuel';
|
|
|
1196
1196
|
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1197
|
// Fullscreen aliases
|
|
1198
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
-
// GalleryHorizontalEnd aliases
|
|
1200
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
1199
|
// FunnelPlus aliases
|
|
1202
1200
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
|
+
// GalleryHorizontalEnd aliases
|
|
1202
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
|
+
// GalleryVerticalEnd aliases
|
|
1204
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1203
1205
|
// GalleryHorizontal aliases
|
|
1204
1206
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
1207
|
// GalleryThumbnails aliases
|
|
1206
1208
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1207
|
-
// GalleryVerticalEnd aliases
|
|
1208
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
1209
|
// GalleryVertical aliases
|
|
1210
1210
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1211
|
-
// Gamepad2 aliases
|
|
1212
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1213
1211
|
// GamepadDirectional aliases
|
|
1214
1212
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
1213
|
// Gamepad aliases
|
|
1216
1214
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
|
-
// Gauge aliases
|
|
1218
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1215
|
// Gavel aliases
|
|
1220
1216
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1217
|
+
// Gamepad2 aliases
|
|
1218
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
|
+
// Gauge aliases
|
|
1220
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1221
1221
|
// Gem aliases
|
|
1222
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
|
-
// GeorgianLari aliases
|
|
1224
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1223
|
// Ghost aliases
|
|
1226
1224
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
1227
|
// Gift aliases
|
|
1228
1228
|
export { default as GiftIcon } from '../icons/gift';
|
|
1229
1229
|
// GitBranchMinus aliases
|
|
@@ -1256,72 +1256,72 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1256
1256
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1257
|
// GitPullRequestDraft aliases
|
|
1258
1258
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
|
-
// GitPullRequest aliases
|
|
1260
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1259
|
// GlassWater aliases
|
|
1262
1260
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1261
|
+
// GitPullRequest aliases
|
|
1262
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1263
1263
|
// Glasses aliases
|
|
1264
1264
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
1265
|
// GlobeLock aliases
|
|
1266
1266
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
1267
|
// GlobeOff aliases
|
|
1268
1268
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1269
|
-
// GlobeX aliases
|
|
1270
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1271
1269
|
// Globe aliases
|
|
1272
1270
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
|
-
//
|
|
1274
|
-
export { default as
|
|
1271
|
+
// GlobeX aliases
|
|
1272
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1275
1273
|
// GraduationCap aliases
|
|
1276
1274
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1277
1275
|
// Goal aliases
|
|
1278
1276
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1277
|
// Grape aliases
|
|
1280
1278
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
-
// GripHorizontal aliases
|
|
1282
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1283
1279
|
// Grid3x2 aliases
|
|
1284
1280
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1281
|
+
// Gpu aliases
|
|
1282
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1283
|
+
// GripHorizontal aliases
|
|
1284
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
1285
|
// GripVertical aliases
|
|
1286
1286
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1287
|
// Grip aliases
|
|
1288
1288
|
export { default as GripIcon } from '../icons/grip';
|
|
1289
1289
|
// Group aliases
|
|
1290
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1291
|
-
// Ham aliases
|
|
1292
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1293
1291
|
// Guitar aliases
|
|
1294
1292
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
|
-
//
|
|
1296
|
-
export { default as
|
|
1293
|
+
// Ham aliases
|
|
1294
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1297
1295
|
// Hammer aliases
|
|
1298
1296
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1297
|
+
// Hamburger aliases
|
|
1298
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1299
1299
|
// HandCoins aliases
|
|
1300
1300
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1301
1301
|
// HandFist aliases
|
|
1302
1302
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1303
|
-
// HandHeart aliases
|
|
1304
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
1303
|
// HandMetal aliases
|
|
1306
1304
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
1305
|
// HandPlatter aliases
|
|
1308
1306
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1307
|
+
// HandHeart aliases
|
|
1308
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
1309
|
// Hand aliases
|
|
1310
1310
|
export { default as HandIcon } from '../icons/hand';
|
|
1311
1311
|
// Handbag aliases
|
|
1312
1312
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1313
|
-
// Handshake aliases
|
|
1314
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1315
1313
|
// HardDriveDownload aliases
|
|
1316
1314
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1315
|
+
// Handshake aliases
|
|
1316
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1317
1317
|
// HardDriveUpload aliases
|
|
1318
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
1319
|
// HardDrive aliases
|
|
1320
1320
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1321
|
-
// HardHat aliases
|
|
1322
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
1321
|
// Hash aliases
|
|
1324
1322
|
export { default as HashIcon } from '../icons/hash';
|
|
1323
|
+
// HardHat aliases
|
|
1324
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1325
1325
|
// HatGlasses aliases
|
|
1326
1326
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
1327
|
// Haze aliases
|
|
@@ -1330,10 +1330,10 @@ export { default as HazeIcon } from '../icons/haze';
|
|
|
1330
1330
|
export { default as HdIcon } from '../icons/hd';
|
|
1331
1331
|
// HdmiPort aliases
|
|
1332
1332
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
|
-
// Heading1 aliases
|
|
1334
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
1333
|
// Heading2 aliases
|
|
1336
1334
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1335
|
+
// Heading1 aliases
|
|
1336
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1337
1337
|
// Heading3 aliases
|
|
1338
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
1339
|
// Heading4 aliases
|
|
@@ -1346,18 +1346,18 @@ export { default as Heading6Icon } from '../icons/heading-6';
|
|
|
1346
1346
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1347
|
// HeadphoneOff aliases
|
|
1348
1348
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
|
-
// Headphones aliases
|
|
1350
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1351
1349
|
// Headset aliases
|
|
1352
1350
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1353
|
-
//
|
|
1354
|
-
export { default as
|
|
1351
|
+
// Headphones aliases
|
|
1352
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
1353
|
// HeartHandshake aliases
|
|
1356
1354
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
|
-
//
|
|
1358
|
-
export { default as
|
|
1355
|
+
// HeartCrack aliases
|
|
1356
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
1357
|
// HeartPlus aliases
|
|
1360
1358
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1359
|
+
// HeartMinus aliases
|
|
1360
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
1361
|
// HeartOff aliases
|
|
1362
1362
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1363
1363
|
// HeartPulse aliases
|
|
@@ -1366,50 +1366,50 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1366
1366
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1367
1367
|
// Heart aliases
|
|
1368
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1369
|
-
// Helicopter aliases
|
|
1370
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1371
1369
|
// Heater aliases
|
|
1372
1370
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
1371
|
// Hexagon aliases
|
|
1374
1372
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1373
|
+
// Helicopter aliases
|
|
1374
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1377
1375
|
// History aliases
|
|
1378
1376
|
export { default as HistoryIcon } from '../icons/history';
|
|
1379
|
-
//
|
|
1380
|
-
export { default as
|
|
1377
|
+
// Highlighter aliases
|
|
1378
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
1379
|
// Hop aliases
|
|
1382
1380
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
|
-
//
|
|
1384
|
-
export { default as
|
|
1381
|
+
// HopOff aliases
|
|
1382
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1385
1383
|
// Hotel aliases
|
|
1386
1384
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1387
|
-
// HouseHeart aliases
|
|
1388
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1389
1385
|
// Hourglass aliases
|
|
1390
1386
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1391
|
-
//
|
|
1392
|
-
export { default as
|
|
1387
|
+
// Hospital aliases
|
|
1388
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1389
|
+
// HouseHeart aliases
|
|
1390
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1393
1391
|
// HousePlug aliases
|
|
1394
1392
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
|
-
// IdCardLanyard aliases
|
|
1396
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
1393
|
// HousePlus aliases
|
|
1398
1394
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1395
|
+
// IdCardLanyard aliases
|
|
1396
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
|
+
// HouseWifi aliases
|
|
1398
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1399
1399
|
// IdCard aliases
|
|
1400
1400
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1401
|
+
// ImageMinus aliases
|
|
1402
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1401
1403
|
// ImageDown aliases
|
|
1402
1404
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1403
1405
|
// ImageOff aliases
|
|
1404
1406
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
|
-
// ImageMinus aliases
|
|
1406
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1407
1407
|
// ImagePlay aliases
|
|
1408
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
|
-
// ImageUp aliases
|
|
1410
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1411
1409
|
// ImagePlus aliases
|
|
1412
1410
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1411
|
+
// ImageUp aliases
|
|
1412
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1413
1413
|
// ImageUpscale aliases
|
|
1414
1414
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
1415
|
// Image aliases
|
|
@@ -1438,62 +1438,62 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1438
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
1439
|
// Joystick aliases
|
|
1440
1440
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
|
-
// Kanban aliases
|
|
1442
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1443
1441
|
// Kayak aliases
|
|
1444
1442
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1445
|
-
//
|
|
1446
|
-
export { default as
|
|
1443
|
+
// Kanban aliases
|
|
1444
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
1445
|
// KeySquare aliases
|
|
1448
1446
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1447
|
+
// KeyRound aliases
|
|
1448
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1449
1449
|
// Key aliases
|
|
1450
1450
|
export { default as KeyIcon } from '../icons/key';
|
|
1451
1451
|
// KeyboardMusic aliases
|
|
1452
1452
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1453
|
-
// KeyboardOff aliases
|
|
1454
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1453
|
// Keyboard aliases
|
|
1456
1454
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1455
|
+
// KeyboardOff aliases
|
|
1456
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1457
1457
|
// LampCeiling aliases
|
|
1458
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
|
-
// LampDesk aliases
|
|
1460
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
1459
|
// LampFloor aliases
|
|
1462
1460
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1461
|
+
// LampDesk aliases
|
|
1462
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1463
1463
|
// LampWallDown aliases
|
|
1464
1464
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1465
|
-
// LampWallUp aliases
|
|
1466
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
1465
|
// Lamp aliases
|
|
1468
1466
|
export { default as LampIcon } from '../icons/lamp';
|
|
1469
|
-
//
|
|
1470
|
-
export { default as
|
|
1467
|
+
// LampWallUp aliases
|
|
1468
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
1469
|
// Landmark aliases
|
|
1472
1470
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1471
|
+
// LandPlot aliases
|
|
1472
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
1473
|
// Languages aliases
|
|
1474
1474
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
|
+
// Laptop aliases
|
|
1476
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1475
1477
|
// LaptopMinimalCheck aliases
|
|
1476
1478
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1477
1479
|
// LassoSelect aliases
|
|
1478
1480
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
|
-
// Laptop aliases
|
|
1480
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1481
1481
|
// Lasso aliases
|
|
1482
1482
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
1483
|
// Laugh aliases
|
|
1484
1484
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1485
1485
|
// Layers2 aliases
|
|
1486
1486
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1487
|
-
// LayersMinus aliases
|
|
1488
|
-
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1489
1487
|
// LayersPlus aliases
|
|
1490
1488
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1489
|
+
// LayersMinus aliases
|
|
1490
|
+
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1491
1491
|
// LayoutDashboard aliases
|
|
1492
1492
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1493
|
-
// LayoutGrid aliases
|
|
1494
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1495
1493
|
// LayoutList aliases
|
|
1496
1494
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1495
|
+
// LayoutGrid aliases
|
|
1496
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1497
1497
|
// LayoutPanelLeft aliases
|
|
1498
1498
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1499
1499
|
// LayoutPanelTop aliases
|
|
@@ -1522,16 +1522,16 @@ export { default as LigatureIcon } from '../icons/ligature';
|
|
|
1522
1522
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1523
1523
|
// Lightbulb aliases
|
|
1524
1524
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1525
|
-
// LineDotRightHorizontal aliases
|
|
1526
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1527
1525
|
// LineSquiggle aliases
|
|
1528
1526
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1529
1527
|
// LineStyle aliases
|
|
1530
1528
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1529
|
+
// LineDotRightHorizontal aliases
|
|
1530
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1533
1531
|
// Link2 aliases
|
|
1534
1532
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1533
|
+
// Link2Off aliases
|
|
1534
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1535
1535
|
// Link aliases
|
|
1536
1536
|
export { default as LinkIcon } from '../icons/link';
|
|
1537
1537
|
// ListCheck aliases
|
|
@@ -1548,18 +1548,18 @@ export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
|
1548
1548
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1549
1549
|
// ListFilterPlus aliases
|
|
1550
1550
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1551
|
+
// ListFilter aliases
|
|
1552
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1551
1553
|
// ListMinus aliases
|
|
1552
1554
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1553
1555
|
// ListMusic aliases
|
|
1554
1556
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1555
|
-
// ListFilter aliases
|
|
1556
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1557
1557
|
// ListOrdered aliases
|
|
1558
1558
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1559
|
-
// ListPlus aliases
|
|
1560
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1561
1559
|
// ListRestart aliases
|
|
1562
1560
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1561
|
+
// ListPlus aliases
|
|
1562
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1563
1563
|
// ListStart aliases
|
|
1564
1564
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1565
1565
|
// ListTodo aliases
|
|
@@ -1572,48 +1572,48 @@ export { default as ListTreeIcon } from '../icons/list-tree';
|
|
|
1572
1572
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
1573
|
// List aliases
|
|
1574
1574
|
export { default as ListIcon } from '../icons/list';
|
|
1575
|
-
// Loader aliases
|
|
1576
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1577
1575
|
// LoaderPinwheel aliases
|
|
1578
1576
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1579
1577
|
// LocateFixed aliases
|
|
1580
1578
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1581
1579
|
// LocateOff aliases
|
|
1582
1580
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1583
|
-
// LockKeyhole aliases
|
|
1584
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1585
1581
|
// Locate aliases
|
|
1586
1582
|
export { default as LocateIcon } from '../icons/locate';
|
|
1583
|
+
// Loader aliases
|
|
1584
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1585
|
+
// LockKeyhole aliases
|
|
1586
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1587
1587
|
// Lock aliases
|
|
1588
1588
|
export { default as LockIcon } from '../icons/lock';
|
|
1589
1589
|
// LogIn aliases
|
|
1590
1590
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1591
|
-
// Logs aliases
|
|
1592
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1593
1591
|
// LogOut aliases
|
|
1594
1592
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1595
|
-
// Lollipop aliases
|
|
1596
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1597
1593
|
// Luggage aliases
|
|
1598
1594
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1599
|
-
//
|
|
1600
|
-
export { default as
|
|
1595
|
+
// Logs aliases
|
|
1596
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1597
|
+
// Lollipop aliases
|
|
1598
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1601
1599
|
// MailCheck aliases
|
|
1602
1600
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1601
|
+
// Magnet aliases
|
|
1602
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
1603
|
// MailMinus aliases
|
|
1604
1604
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1605
1605
|
// MailOpen aliases
|
|
1606
1606
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1607
|
-
// MailPlus aliases
|
|
1608
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1609
1607
|
// MailSearch aliases
|
|
1610
1608
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1609
|
+
// MailPlus aliases
|
|
1610
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1611
1611
|
// MailWarning aliases
|
|
1612
1612
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1613
|
-
// MailX aliases
|
|
1614
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1615
1613
|
// Mail aliases
|
|
1616
1614
|
export { default as MailIcon } from '../icons/mail';
|
|
1615
|
+
// MailX aliases
|
|
1616
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1617
1617
|
// Mailbox aliases
|
|
1618
1618
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1619
1619
|
// Mails aliases
|
|
@@ -1624,10 +1624,10 @@ export { default as MapMinusIcon } from '../icons/map-minus';
|
|
|
1624
1624
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1625
1625
|
// MapPinCheck aliases
|
|
1626
1626
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1627
|
-
// MapPinMinusInside aliases
|
|
1628
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1629
1627
|
// MapPinHouse aliases
|
|
1630
1628
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1629
|
+
// MapPinMinusInside aliases
|
|
1630
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1631
1631
|
// MapPinMinus aliases
|
|
1632
1632
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1633
1633
|
// MapPinOff aliases
|
|
@@ -1648,10 +1648,10 @@ export { default as MapPinIcon } from '../icons/map-pin';
|
|
|
1648
1648
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
1649
|
// MapPlus aliases
|
|
1650
1650
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1651
|
-
// Map aliases
|
|
1652
|
-
export { default as MapIcon } from '../icons/map';
|
|
1653
1651
|
// MarsStroke aliases
|
|
1654
1652
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1653
|
+
// Map aliases
|
|
1654
|
+
export { default as MapIcon } from '../icons/map';
|
|
1655
1655
|
// Mars aliases
|
|
1656
1656
|
export { default as MarsIcon } from '../icons/mars';
|
|
1657
1657
|
// Martini aliases
|
|
@@ -1664,128 +1664,128 @@ export { default as MaximizeIcon } from '../icons/maximize';
|
|
|
1664
1664
|
export { default as MedalIcon } from '../icons/medal';
|
|
1665
1665
|
// MegaphoneOff aliases
|
|
1666
1666
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1667
|
-
// Megaphone aliases
|
|
1668
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
1667
|
// Meh aliases
|
|
1670
1668
|
export { default as MehIcon } from '../icons/meh';
|
|
1669
|
+
// Megaphone aliases
|
|
1670
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1671
1671
|
// MemoryStick aliases
|
|
1672
1672
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
1673
|
// Merge aliases
|
|
1674
1674
|
export { default as MergeIcon } from '../icons/merge';
|
|
1675
|
-
// MessageCircleCheck aliases
|
|
1676
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1677
1675
|
// Menu aliases
|
|
1678
1676
|
export { default as MenuIcon } from '../icons/menu';
|
|
1677
|
+
// MessageCircleCheck aliases
|
|
1678
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1679
1679
|
// MessageCircleCode aliases
|
|
1680
1680
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1681
|
-
// MessageCircleHeart aliases
|
|
1682
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
1681
|
// MessageCircleDashed aliases
|
|
1684
1682
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1683
|
+
// MessageCircleHeart aliases
|
|
1684
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1685
1685
|
// MessageCircleMore aliases
|
|
1686
1686
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1687
1687
|
// MessageCircleOff aliases
|
|
1688
1688
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1689
|
-
// MessageCirclePlus aliases
|
|
1690
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1691
1689
|
// MessageCircleReply aliases
|
|
1692
1690
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1691
|
+
// MessageCirclePlus aliases
|
|
1692
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1693
1693
|
// MessageCircleWarning aliases
|
|
1694
1694
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1695
1695
|
// MessageCircleX aliases
|
|
1696
1696
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
|
-
// MessageSquareCheck aliases
|
|
1698
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1699
1697
|
// MessageCircle aliases
|
|
1700
1698
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1699
|
+
// MessageSquareCheck aliases
|
|
1700
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1701
|
+
// MessageSquareDiff aliases
|
|
1702
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1701
1703
|
// MessageSquareCode aliases
|
|
1702
1704
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1703
1705
|
// MessageSquareDashed aliases
|
|
1704
1706
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1705
|
-
// MessageSquareDiff aliases
|
|
1706
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1707
1707
|
// MessageSquareDot aliases
|
|
1708
1708
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1709
|
-
// MessageSquareHeart aliases
|
|
1710
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1711
|
-
// MessageSquareLock aliases
|
|
1712
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1713
1709
|
// MessageSquareMore aliases
|
|
1714
1710
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
|
+
// MessageSquareHeart aliases
|
|
1712
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1715
1713
|
// MessageSquareOff aliases
|
|
1716
1714
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1717
|
-
//
|
|
1718
|
-
export { default as
|
|
1715
|
+
// MessageSquareLock aliases
|
|
1716
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1719
1717
|
// MessageSquareQuote aliases
|
|
1720
1718
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1719
|
+
// MessageSquarePlus aliases
|
|
1720
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1721
1721
|
// MessageSquareReply aliases
|
|
1722
1722
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1723
1723
|
// MessageSquareShare aliases
|
|
1724
1724
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1725
|
-
// MessageSquareText aliases
|
|
1726
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1727
1725
|
// MessageSquareWarning aliases
|
|
1728
1726
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1729
1727
|
// MessageSquareX aliases
|
|
1730
1728
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1729
|
+
// MessageSquareText aliases
|
|
1730
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1731
1731
|
// MessageSquare aliases
|
|
1732
1732
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1733
1733
|
// MessagesSquare aliases
|
|
1734
1734
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1735
1735
|
// Metronome aliases
|
|
1736
1736
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1737
|
-
// MicOff aliases
|
|
1738
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1739
1737
|
// Mic aliases
|
|
1740
1738
|
export { default as MicIcon } from '../icons/mic';
|
|
1741
|
-
//
|
|
1742
|
-
export { default as
|
|
1739
|
+
// MicOff aliases
|
|
1740
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1743
1741
|
// Microscope aliases
|
|
1744
1742
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1745
|
-
//
|
|
1746
|
-
export { default as
|
|
1743
|
+
// Microchip aliases
|
|
1744
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1747
1745
|
// Milestone aliases
|
|
1748
1746
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1747
|
+
// Microwave aliases
|
|
1748
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1749
1749
|
// MilkOff aliases
|
|
1750
1750
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1751
|
-
// Milk aliases
|
|
1752
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1753
1751
|
// Minimize2 aliases
|
|
1754
1752
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1755
|
-
//
|
|
1756
|
-
export { default as
|
|
1753
|
+
// Milk aliases
|
|
1754
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1757
1755
|
// Minus aliases
|
|
1758
1756
|
export { default as MinusIcon } from '../icons/minus';
|
|
1757
|
+
// Minimize aliases
|
|
1758
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1759
1759
|
// MirrorRectangular aliases
|
|
1760
1760
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1761
|
-
// MonitorCheck aliases
|
|
1762
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1763
1761
|
// MirrorRound aliases
|
|
1764
1762
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1763
|
+
// MonitorCheck aliases
|
|
1764
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1765
1765
|
// MonitorCloud aliases
|
|
1766
1766
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1767
1767
|
// MonitorCog aliases
|
|
1768
1768
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1769
|
-
// MonitorDown aliases
|
|
1770
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1771
1769
|
// MonitorDot aliases
|
|
1772
1770
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1771
|
+
// MonitorDown aliases
|
|
1772
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1773
1773
|
// MonitorOff aliases
|
|
1774
1774
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1775
|
-
// MonitorPlay aliases
|
|
1776
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1777
1775
|
// MonitorPause aliases
|
|
1778
1776
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1779
|
-
//
|
|
1780
|
-
export { default as
|
|
1777
|
+
// MonitorPlay aliases
|
|
1778
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1781
1779
|
// MonitorSpeaker aliases
|
|
1782
1780
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1781
|
+
// MonitorSmartphone aliases
|
|
1782
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1783
1783
|
// MonitorStop aliases
|
|
1784
1784
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1785
|
-
// MonitorUp aliases
|
|
1786
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1787
1785
|
// MonitorX aliases
|
|
1788
1786
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1787
|
+
// MonitorUp aliases
|
|
1788
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1789
1789
|
// Monitor aliases
|
|
1790
1790
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1791
1791
|
// MoonStar aliases
|
|
@@ -1798,14 +1798,14 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1798
1798
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1799
1799
|
// Mountain aliases
|
|
1800
1800
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1801
|
-
// MouseLeft aliases
|
|
1802
|
-
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1803
1801
|
// MouseOff aliases
|
|
1804
1802
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1805
|
-
//
|
|
1806
|
-
export { default as
|
|
1803
|
+
// MouseLeft aliases
|
|
1804
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1807
1805
|
// MousePointer2 aliases
|
|
1808
1806
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1807
|
+
// MousePointer2Off aliases
|
|
1808
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1809
1809
|
// MousePointerBan aliases
|
|
1810
1810
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1811
1811
|
// MousePointerClick aliases
|
|
@@ -1814,20 +1814,20 @@ export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
|
1814
1814
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1815
1815
|
// MouseRight aliases
|
|
1816
1816
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1817
|
-
// MoveDiagonal2 aliases
|
|
1818
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1819
1817
|
// Mouse aliases
|
|
1820
1818
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1819
|
+
// MoveDiagonal2 aliases
|
|
1820
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1821
1821
|
// MoveDiagonal aliases
|
|
1822
1822
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1823
1823
|
// MoveDownLeft aliases
|
|
1824
1824
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1825
1825
|
// MoveDownRight aliases
|
|
1826
1826
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1827
|
-
// MoveHorizontal aliases
|
|
1828
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1829
1827
|
// MoveDown aliases
|
|
1830
1828
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1829
|
+
// MoveHorizontal aliases
|
|
1830
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1831
1831
|
// MoveLeft aliases
|
|
1832
1832
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1833
1833
|
// MoveRight aliases
|
|
@@ -1850,60 +1850,60 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1850
1850
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1851
1851
|
// Music aliases
|
|
1852
1852
|
export { default as MusicIcon } from '../icons/music';
|
|
1853
|
-
// Navigation2Off aliases
|
|
1854
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1855
|
-
// Navigation2 aliases
|
|
1856
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1857
1853
|
// NavigationOff aliases
|
|
1858
1854
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1855
|
+
// Navigation2Off aliases
|
|
1856
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1859
1857
|
// Navigation aliases
|
|
1860
1858
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1861
1859
|
// Network aliases
|
|
1862
1860
|
export { default as NetworkIcon } from '../icons/network';
|
|
1863
|
-
//
|
|
1864
|
-
export { default as
|
|
1865
|
-
// Nfc aliases
|
|
1866
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1861
|
+
// Navigation2 aliases
|
|
1862
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1867
1863
|
// NonBinary aliases
|
|
1868
1864
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1865
|
+
// Nfc aliases
|
|
1866
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1867
|
+
// Newspaper aliases
|
|
1868
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1869
|
+
// NotebookText aliases
|
|
1870
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1869
1871
|
// NotebookPen aliases
|
|
1870
1872
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1871
1873
|
// NotebookTabs aliases
|
|
1872
1874
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1873
|
-
// NotebookText aliases
|
|
1874
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1875
1875
|
// Notebook aliases
|
|
1876
1876
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1877
|
-
// NotepadTextDashed aliases
|
|
1878
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1879
1877
|
// NotepadText aliases
|
|
1880
1878
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1879
|
+
// NotepadTextDashed aliases
|
|
1880
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1881
1881
|
// NutOff aliases
|
|
1882
1882
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1883
1883
|
// Nut aliases
|
|
1884
1884
|
export { default as NutIcon } from '../icons/nut';
|
|
1885
1885
|
// OctagonMinus aliases
|
|
1886
1886
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1887
|
-
// Octagon aliases
|
|
1888
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1889
|
-
// Omega aliases
|
|
1890
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1891
1887
|
// Option aliases
|
|
1892
1888
|
export { default as OptionIcon } from '../icons/option';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1889
|
+
// Omega aliases
|
|
1890
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1891
|
+
// Octagon aliases
|
|
1892
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1895
1893
|
// Origami aliases
|
|
1896
1894
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1895
|
+
// Orbit aliases
|
|
1896
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1897
1897
|
// Package2 aliases
|
|
1898
1898
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1899
|
-
// PackageCheck aliases
|
|
1900
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1901
1899
|
// PackageMinus aliases
|
|
1902
1900
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1903
|
-
//
|
|
1904
|
-
export { default as
|
|
1901
|
+
// PackageCheck aliases
|
|
1902
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1905
1903
|
// PackagePlus aliases
|
|
1906
1904
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1905
|
+
// PackageOpen aliases
|
|
1906
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1907
1907
|
// PackageSearch aliases
|
|
1908
1908
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1909
1909
|
// PackageX aliases
|
|
@@ -1920,10 +1920,10 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1920
1920
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1921
1921
|
// Panda aliases
|
|
1922
1922
|
export { default as PandaIcon } from '../icons/panda';
|
|
1923
|
-
// PanelBottomClose aliases
|
|
1924
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1925
1923
|
// PanelBottomOpen aliases
|
|
1926
1924
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1925
|
+
// PanelBottomClose aliases
|
|
1926
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1927
1927
|
// PanelBottom aliases
|
|
1928
1928
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1929
1929
|
// PanelLeftRightDashed aliases
|
|
@@ -1934,18 +1934,18 @@ export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
|
1934
1934
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1935
1935
|
// PanelRight aliases
|
|
1936
1936
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1937
|
-
// PanelTopBottomDashed aliases
|
|
1938
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1939
1937
|
// PanelTopClose aliases
|
|
1940
1938
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1941
|
-
//
|
|
1942
|
-
export { default as
|
|
1939
|
+
// PanelTopBottomDashed aliases
|
|
1940
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1943
1941
|
// PanelTop aliases
|
|
1944
1942
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1945
|
-
//
|
|
1946
|
-
export { default as
|
|
1943
|
+
// PanelTopOpen aliases
|
|
1944
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1947
1945
|
// PanelsRightBottom aliases
|
|
1948
1946
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1947
|
+
// PanelsLeftBottom aliases
|
|
1948
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1949
1949
|
// Paperclip aliases
|
|
1950
1950
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1951
1951
|
// Parentheses aliases
|
|
@@ -1954,68 +1954,68 @@ export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
|
1954
1954
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1955
1955
|
// PartyPopper aliases
|
|
1956
1956
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1957
|
-
// Pause aliases
|
|
1958
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1959
1957
|
// PawPrint aliases
|
|
1960
1958
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1959
|
+
// Pause aliases
|
|
1960
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1961
1961
|
// PcCase aliases
|
|
1962
1962
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1963
|
-
// PenOff aliases
|
|
1964
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1965
|
-
// PenTool aliases
|
|
1966
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1967
1963
|
// PencilLine aliases
|
|
1968
1964
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1965
|
+
// PenTool aliases
|
|
1966
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1967
|
+
// PenOff aliases
|
|
1968
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1969
1969
|
// PencilOff aliases
|
|
1970
1970
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1971
1971
|
// PencilRuler aliases
|
|
1972
1972
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1973
|
-
// Pencil aliases
|
|
1974
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1975
1973
|
// Pentagon aliases
|
|
1976
1974
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1975
|
+
// Pencil aliases
|
|
1976
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1977
1977
|
// Percent aliases
|
|
1978
1978
|
export { default as PercentIcon } from '../icons/percent';
|
|
1979
|
-
// PersonStanding aliases
|
|
1980
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1981
1979
|
// PhilippinePeso aliases
|
|
1982
1980
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1983
|
-
//
|
|
1984
|
-
export { default as
|
|
1981
|
+
// PersonStanding aliases
|
|
1982
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1985
1983
|
// PhoneForwarded aliases
|
|
1986
1984
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1987
|
-
// PhoneIncoming aliases
|
|
1988
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1989
1985
|
// PhoneMissed aliases
|
|
1990
1986
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1987
|
+
// PhoneCall aliases
|
|
1988
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1989
|
+
// PhoneIncoming aliases
|
|
1990
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1991
1991
|
// PhoneOff aliases
|
|
1992
1992
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1993
1993
|
// PhoneOutgoing aliases
|
|
1994
1994
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1995
|
-
// Phone aliases
|
|
1996
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
1997
1995
|
// Pi aliases
|
|
1998
1996
|
export { default as PiIcon } from '../icons/pi';
|
|
1999
1997
|
// Piano aliases
|
|
2000
1998
|
export { default as PianoIcon } from '../icons/piano';
|
|
2001
1999
|
// Pickaxe aliases
|
|
2002
2000
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2001
|
+
// Phone aliases
|
|
2002
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2003
2003
|
// PictureInPicture2 aliases
|
|
2004
2004
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2005
2005
|
// PictureInPicture aliases
|
|
2006
2006
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2007
|
-
// PilcrowLeft aliases
|
|
2008
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2009
2007
|
// PiggyBank aliases
|
|
2010
2008
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2009
|
+
// PilcrowLeft aliases
|
|
2010
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2011
2011
|
// PilcrowRight aliases
|
|
2012
2012
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2013
|
-
// Pilcrow aliases
|
|
2014
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2015
2013
|
// PillBottle aliases
|
|
2016
2014
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2017
2015
|
// Pill aliases
|
|
2018
2016
|
export { default as PillIcon } from '../icons/pill';
|
|
2017
|
+
// Pilcrow aliases
|
|
2018
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2019
2019
|
// PinOff aliases
|
|
2020
2020
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2021
2021
|
// Pin aliases
|
|
@@ -2026,50 +2026,50 @@ export { default as PipetteIcon } from '../icons/pipette';
|
|
|
2026
2026
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2027
2027
|
// PlaneLanding aliases
|
|
2028
2028
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2029
|
-
// PlaneTakeoff aliases
|
|
2030
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2031
2029
|
// Plane aliases
|
|
2032
2030
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2033
2031
|
// Play aliases
|
|
2034
2032
|
export { default as PlayIcon } from '../icons/play';
|
|
2033
|
+
// PlaneTakeoff aliases
|
|
2034
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2035
2035
|
// Plug2 aliases
|
|
2036
2036
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2037
2037
|
// Plug aliases
|
|
2038
2038
|
export { default as PlugIcon } from '../icons/plug';
|
|
2039
|
-
// Plus aliases
|
|
2040
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2041
2039
|
// PocketKnife aliases
|
|
2042
2040
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2041
|
+
// Plus aliases
|
|
2042
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2043
2043
|
// Podcast aliases
|
|
2044
2044
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2045
|
-
// PointerOff aliases
|
|
2046
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2047
2045
|
// Pointer aliases
|
|
2048
2046
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2047
|
+
// PointerOff aliases
|
|
2048
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2049
|
+
// Popsicle aliases
|
|
2050
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2049
2051
|
// Popcorn aliases
|
|
2050
2052
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2051
2053
|
// PoundSterling aliases
|
|
2052
2054
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2053
2055
|
// PowerOff aliases
|
|
2054
2056
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2055
|
-
// Popsicle aliases
|
|
2056
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2057
2057
|
// Power aliases
|
|
2058
2058
|
export { default as PowerIcon } from '../icons/power';
|
|
2059
2059
|
// Presentation aliases
|
|
2060
2060
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2061
2061
|
// PrinterCheck aliases
|
|
2062
2062
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2063
|
-
// Printer aliases
|
|
2064
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2065
2063
|
// PrinterX aliases
|
|
2066
2064
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2065
|
+
// Printer aliases
|
|
2066
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2067
2067
|
// Projector aliases
|
|
2068
2068
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2069
|
-
// Proportions aliases
|
|
2070
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2071
2069
|
// Puzzle aliases
|
|
2072
2070
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2071
|
+
// Proportions aliases
|
|
2072
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2073
2073
|
// Pyramid aliases
|
|
2074
2074
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2075
2075
|
// QrCode aliases
|
|
@@ -2078,24 +2078,24 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2078
2078
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2079
2079
|
// Rabbit aliases
|
|
2080
2080
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2081
|
-
// Radiation aliases
|
|
2082
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2083
2081
|
// Radar aliases
|
|
2084
2082
|
export { default as RadarIcon } from '../icons/radar';
|
|
2085
2083
|
// Radical aliases
|
|
2086
2084
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2085
|
+
// Radiation aliases
|
|
2086
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2087
2087
|
// RadioOff aliases
|
|
2088
2088
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2089
2089
|
// RadioReceiver aliases
|
|
2090
2090
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2091
2091
|
// RadioTower aliases
|
|
2092
2092
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2093
|
+
// Radio aliases
|
|
2094
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2093
2095
|
// Radius aliases
|
|
2094
2096
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2095
2097
|
// Rainbow aliases
|
|
2096
2098
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2097
|
-
// Radio aliases
|
|
2098
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2099
2099
|
// Rat aliases
|
|
2100
2100
|
export { default as RatIcon } from '../icons/rat';
|
|
2101
2101
|
// Ratio aliases
|
|
@@ -2106,14 +2106,14 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2106
2106
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2107
2107
|
// ReceiptIndianRupee aliases
|
|
2108
2108
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2109
|
+
// ReceiptPoundSterling aliases
|
|
2110
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2109
2111
|
// ReceiptJapaneseYen aliases
|
|
2110
2112
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2111
2113
|
// ReceiptRussianRuble aliases
|
|
2112
2114
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2113
2115
|
// ReceiptSwissFranc aliases
|
|
2114
2116
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2115
|
-
// ReceiptPoundSterling aliases
|
|
2116
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2117
2117
|
// ReceiptText aliases
|
|
2118
2118
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2119
2119
|
// ReceiptTurkishLira aliases
|
|
@@ -2122,26 +2122,26 @@ export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira
|
|
|
2122
2122
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2123
2123
|
// RectangleCircle aliases
|
|
2124
2124
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2125
|
-
//
|
|
2126
|
-
export { default as
|
|
2125
|
+
// Recycle aliases
|
|
2126
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2127
2127
|
// RectangleHorizontal aliases
|
|
2128
2128
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2129
|
+
// RectangleGoggles aliases
|
|
2130
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2129
2131
|
// RectangleVertical aliases
|
|
2130
2132
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2131
|
-
// Recycle aliases
|
|
2132
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2133
2133
|
// Redo2 aliases
|
|
2134
2134
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2135
|
+
// Redo aliases
|
|
2136
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2135
2137
|
// RedoDot aliases
|
|
2136
2138
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2137
2139
|
// RefreshCcwDot aliases
|
|
2138
2140
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2139
|
-
// RefreshCcw aliases
|
|
2140
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2141
|
-
// Redo aliases
|
|
2142
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2143
2141
|
// RefreshCwOff aliases
|
|
2144
2142
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2143
|
+
// RefreshCcw aliases
|
|
2144
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2145
2145
|
// RefreshCw aliases
|
|
2146
2146
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2147
2147
|
// Refrigerator aliases
|
|
@@ -2150,12 +2150,14 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2150
2150
|
export { default as RegexIcon } from '../icons/regex';
|
|
2151
2151
|
// RemoveFormatting aliases
|
|
2152
2152
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2153
|
-
// Repeat2 aliases
|
|
2154
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2155
2153
|
// Repeat1 aliases
|
|
2156
2154
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2155
|
+
// Repeat2 aliases
|
|
2156
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2157
2157
|
// Repeat aliases
|
|
2158
2158
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2159
|
+
// RepeatOff aliases
|
|
2160
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2159
2161
|
// ReplaceAll aliases
|
|
2160
2162
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2161
2163
|
// Replace aliases
|
|
@@ -2164,38 +2166,38 @@ export { default as ReplaceIcon } from '../icons/replace';
|
|
|
2164
2166
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2165
2167
|
// Reply aliases
|
|
2166
2168
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2167
|
-
// Rewind aliases
|
|
2168
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2169
2169
|
// Ribbon aliases
|
|
2170
2170
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2171
|
-
//
|
|
2172
|
-
export { default as
|
|
2171
|
+
// Rewind aliases
|
|
2172
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2173
2173
|
// Rocket aliases
|
|
2174
2174
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2175
|
+
// Road aliases
|
|
2176
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2175
2177
|
// RockingChair aliases
|
|
2176
2178
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2177
2179
|
// RollerCoaster aliases
|
|
2178
2180
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2179
2181
|
// Rose aliases
|
|
2180
2182
|
export { default as RoseIcon } from '../icons/rose';
|
|
2181
|
-
// RotateCcwKey aliases
|
|
2182
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2183
2183
|
// RotateCcwSquare aliases
|
|
2184
2184
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2185
|
+
// RotateCcwKey aliases
|
|
2186
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2187
2187
|
// RotateCwSquare aliases
|
|
2188
2188
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2189
|
+
// RotateCcw aliases
|
|
2190
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2189
2191
|
// RotateCw aliases
|
|
2190
2192
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2191
|
-
// RouteOff aliases
|
|
2192
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2193
2193
|
// Route aliases
|
|
2194
2194
|
export { default as RouteIcon } from '../icons/route';
|
|
2195
|
-
//
|
|
2196
|
-
export { default as
|
|
2195
|
+
// RouteOff aliases
|
|
2196
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2197
2197
|
// Rows4 aliases
|
|
2198
2198
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2199
|
+
// Router aliases
|
|
2200
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2199
2201
|
// Rss aliases
|
|
2200
2202
|
export { default as RssIcon } from '../icons/rss';
|
|
2201
2203
|
// RulerDimensionLine aliases
|
|
@@ -2206,14 +2208,14 @@ export { default as RulerIcon } from '../icons/ruler';
|
|
|
2206
2208
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2207
2209
|
// Sailboat aliases
|
|
2208
2210
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2209
|
-
// Salad aliases
|
|
2210
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2211
|
-
// SatelliteDish aliases
|
|
2212
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2213
2211
|
// Sandwich aliases
|
|
2214
2212
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2213
|
+
// Salad aliases
|
|
2214
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2215
2215
|
// Satellite aliases
|
|
2216
2216
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2217
|
+
// SatelliteDish aliases
|
|
2218
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2217
2219
|
// SaudiRiyal aliases
|
|
2218
2220
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2219
2221
|
// SaveAll aliases
|
|
@@ -2222,16 +2224,16 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2222
2224
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2223
2225
|
// Save aliases
|
|
2224
2226
|
export { default as SaveIcon } from '../icons/save';
|
|
2225
|
-
// Scale aliases
|
|
2226
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2227
|
-
// Scaling aliases
|
|
2228
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2229
2227
|
// ScanBarcode aliases
|
|
2230
2228
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2231
|
-
//
|
|
2232
|
-
export { default as
|
|
2229
|
+
// Scaling aliases
|
|
2230
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2231
|
+
// Scale aliases
|
|
2232
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2233
2233
|
// ScanEye aliases
|
|
2234
2234
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2235
|
+
// ScanFace aliases
|
|
2236
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2235
2237
|
// ScanHeart aliases
|
|
2236
2238
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2237
2239
|
// ScanLine aliases
|
|
@@ -2240,8 +2242,6 @@ export { default as ScanLineIcon } from '../icons/scan-line';
|
|
|
2240
2242
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2241
2243
|
// ScanSearch aliases
|
|
2242
2244
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2243
|
-
// ScanText aliases
|
|
2244
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2245
2245
|
// Scan aliases
|
|
2246
2246
|
export { default as ScanIcon } from '../icons/scan';
|
|
2247
2247
|
// School aliases
|
|
@@ -2250,10 +2250,12 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2250
2250
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2251
2251
|
// Scissors aliases
|
|
2252
2252
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2253
|
-
//
|
|
2254
|
-
export { default as
|
|
2253
|
+
// ScanText aliases
|
|
2254
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2255
2255
|
// ScreenShareOff aliases
|
|
2256
2256
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2257
|
+
// Scooter aliases
|
|
2258
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2257
2259
|
// ScreenShare aliases
|
|
2258
2260
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2259
2261
|
// ScrollText aliases
|
|
@@ -2262,22 +2264,22 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2262
2264
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2263
2265
|
// SearchAlert aliases
|
|
2264
2266
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2265
|
-
// SearchCheck aliases
|
|
2266
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2267
2267
|
// SearchCode aliases
|
|
2268
2268
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2269
|
+
// SearchCheck aliases
|
|
2270
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2269
2271
|
// SearchSlash aliases
|
|
2270
2272
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2271
|
-
// SearchX aliases
|
|
2272
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2273
2273
|
// Search aliases
|
|
2274
2274
|
export { default as SearchIcon } from '../icons/search';
|
|
2275
|
+
// SearchX aliases
|
|
2276
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2275
2277
|
// Section aliases
|
|
2276
2278
|
export { default as SectionIcon } from '../icons/section';
|
|
2277
|
-
// SendToBack aliases
|
|
2278
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2279
2279
|
// Send aliases
|
|
2280
2280
|
export { default as SendIcon } from '../icons/send';
|
|
2281
|
+
// SendToBack aliases
|
|
2282
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2281
2283
|
// SeparatorHorizontal aliases
|
|
2282
2284
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2283
2285
|
// SeparatorVertical aliases
|
|
@@ -2300,62 +2302,62 @@ export { default as ShapesIcon } from '../icons/shapes';
|
|
|
2300
2302
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2301
2303
|
// Share aliases
|
|
2302
2304
|
export { default as ShareIcon } from '../icons/share';
|
|
2303
|
-
// Sheet aliases
|
|
2304
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2305
2305
|
// Shell aliases
|
|
2306
2306
|
export { default as ShellIcon } from '../icons/shell';
|
|
2307
|
+
// Sheet aliases
|
|
2308
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2307
2309
|
// ShelvingUnit aliases
|
|
2308
2310
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2309
|
-
// ShieldAlert aliases
|
|
2310
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2311
2311
|
// ShieldBan aliases
|
|
2312
2312
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2313
|
-
//
|
|
2314
|
-
export { default as
|
|
2313
|
+
// ShieldAlert aliases
|
|
2314
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2315
2315
|
// ShieldCogCorner aliases
|
|
2316
2316
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2317
|
+
// ShieldCheck aliases
|
|
2318
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2317
2319
|
// ShieldCog aliases
|
|
2318
2320
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2319
2321
|
// ShieldEllipsis aliases
|
|
2320
2322
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2321
2323
|
// ShieldHalf aliases
|
|
2322
2324
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2323
|
-
// ShieldMinus aliases
|
|
2324
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2325
2325
|
// ShieldOff aliases
|
|
2326
2326
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2327
|
+
// ShieldMinus aliases
|
|
2328
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2327
2329
|
// ShieldPlus aliases
|
|
2328
2330
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2329
2331
|
// ShieldUser aliases
|
|
2330
2332
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2331
2333
|
// Shield aliases
|
|
2332
2334
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2333
|
-
// ShipWheel aliases
|
|
2334
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2335
2335
|
// Ship aliases
|
|
2336
2336
|
export { default as ShipIcon } from '../icons/ship';
|
|
2337
|
+
// ShipWheel aliases
|
|
2338
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2339
|
+
// ShoppingBag aliases
|
|
2340
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2337
2341
|
// Shirt aliases
|
|
2338
2342
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2343
|
+
// Shovel aliases
|
|
2344
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2339
2345
|
// ShoppingBasket aliases
|
|
2340
2346
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2341
|
-
// ShoppingBag aliases
|
|
2342
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2343
2347
|
// ShoppingCart aliases
|
|
2344
2348
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2345
|
-
// Shovel aliases
|
|
2346
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2347
|
-
// ShowerHead aliases
|
|
2348
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2349
2349
|
// Shredder aliases
|
|
2350
2350
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2351
|
+
// ShowerHead aliases
|
|
2352
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2351
2353
|
// Shrimp aliases
|
|
2352
2354
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2353
|
-
// Shrub aliases
|
|
2354
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2355
|
-
// Shrink aliases
|
|
2356
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2357
2355
|
// Shuffle aliases
|
|
2358
2356
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2357
|
+
// Shrink aliases
|
|
2358
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2359
|
+
// Shrub aliases
|
|
2360
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2359
2361
|
// Sigma aliases
|
|
2360
2362
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2361
2363
|
// SignalHigh aliases
|
|
@@ -2380,24 +2382,24 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2380
2382
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2381
2383
|
// SkipForward aliases
|
|
2382
2384
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2383
|
-
// Skull aliases
|
|
2384
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2385
2385
|
// Slash aliases
|
|
2386
2386
|
export { default as SlashIcon } from '../icons/slash';
|
|
2387
|
+
// Skull aliases
|
|
2388
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2387
2389
|
// Slice aliases
|
|
2388
2390
|
export { default as SliceIcon } from '../icons/slice';
|
|
2389
|
-
// SlidersHorizontal aliases
|
|
2390
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2391
2391
|
// SmartphoneCharging aliases
|
|
2392
2392
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2393
|
+
// SlidersHorizontal aliases
|
|
2394
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2393
2395
|
// SmartphoneNfc aliases
|
|
2394
2396
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2395
2397
|
// Smartphone aliases
|
|
2396
2398
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2397
|
-
// SmilePlus aliases
|
|
2398
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2399
2399
|
// Smile aliases
|
|
2400
2400
|
export { default as SmileIcon } from '../icons/smile';
|
|
2401
|
+
// SmilePlus aliases
|
|
2402
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2401
2403
|
// Snail aliases
|
|
2402
2404
|
export { default as SnailIcon } from '../icons/snail';
|
|
2403
2405
|
// Snowflake aliases
|
|
@@ -2408,12 +2410,12 @@ export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-dro
|
|
|
2408
2410
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2409
2411
|
// SolarPanel aliases
|
|
2410
2412
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2411
|
-
// Space aliases
|
|
2412
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2413
2413
|
// Soup aliases
|
|
2414
2414
|
export { default as SoupIcon } from '../icons/soup';
|
|
2415
2415
|
// Spade aliases
|
|
2416
2416
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2417
|
+
// Space aliases
|
|
2418
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2417
2419
|
// Sparkle aliases
|
|
2418
2420
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2419
2421
|
// Speaker aliases
|
|
@@ -2422,10 +2424,10 @@ export { default as SpeakerIcon } from '../icons/speaker';
|
|
|
2422
2424
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2423
2425
|
// SpellCheck2 aliases
|
|
2424
2426
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2425
|
-
// SplinePointer aliases
|
|
2426
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2427
2427
|
// SpellCheck aliases
|
|
2428
2428
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2429
|
+
// SplinePointer aliases
|
|
2430
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2429
2431
|
// Spline aliases
|
|
2430
2432
|
export { default as SplineIcon } from '../icons/spline';
|
|
2431
2433
|
// Split aliases
|
|
@@ -2438,58 +2440,58 @@ export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
|
2438
2440
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2439
2441
|
// SprayCan aliases
|
|
2440
2442
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2441
|
-
// Sprout aliases
|
|
2442
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2443
2443
|
// SquareArrowRightEnter aliases
|
|
2444
2444
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2445
|
-
//
|
|
2446
|
-
export { default as
|
|
2445
|
+
// Sprout aliases
|
|
2446
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2447
2447
|
// SquareArrowRightExit aliases
|
|
2448
2448
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2449
|
+
// SquareDashedBottomCode aliases
|
|
2450
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2449
2451
|
// SquareDashedBottom aliases
|
|
2450
2452
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2451
2453
|
// SquareDashedTopSolid aliases
|
|
2452
2454
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2453
|
-
// SquarePause aliases
|
|
2454
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2455
|
-
// SquareRadical aliases
|
|
2456
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2457
2455
|
// SquareRoundCorner aliases
|
|
2458
2456
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2457
|
+
// SquarePause aliases
|
|
2458
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2459
2459
|
// SquareSquare aliases
|
|
2460
2460
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2461
|
+
// SquareRadical aliases
|
|
2462
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2461
2463
|
// SquareStack aliases
|
|
2462
2464
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2463
|
-
// SquareStar aliases
|
|
2464
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2465
2465
|
// SquareStop aliases
|
|
2466
2466
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2467
|
+
// SquareStar aliases
|
|
2468
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2467
2469
|
// Square aliases
|
|
2468
2470
|
export { default as SquareIcon } from '../icons/square';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2471
|
+
// SquaresSubtract aliases
|
|
2472
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2471
2473
|
// SquaresIntersect aliases
|
|
2472
2474
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2475
|
+
// SquaresExclude aliases
|
|
2476
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2473
2477
|
// SquaresUnite aliases
|
|
2474
2478
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2475
|
-
// SquaresSubtract aliases
|
|
2476
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2477
|
-
// SquircleDashed aliases
|
|
2478
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2479
2479
|
// Squircle aliases
|
|
2480
2480
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2481
|
+
// SquircleDashed aliases
|
|
2482
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2481
2483
|
// Squirrel aliases
|
|
2482
2484
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2483
2485
|
// Stamp aliases
|
|
2484
2486
|
export { default as StampIcon } from '../icons/stamp';
|
|
2485
2487
|
// StarHalf aliases
|
|
2486
2488
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2489
|
+
// StarOff aliases
|
|
2490
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2487
2491
|
// Star aliases
|
|
2488
2492
|
export { default as StarIcon } from '../icons/star';
|
|
2489
2493
|
// StepBack aliases
|
|
2490
2494
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2491
|
-
// StarOff aliases
|
|
2492
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2493
2495
|
// StepForward aliases
|
|
2494
2496
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2495
2497
|
// Stethoscope aliases
|
|
@@ -2506,62 +2508,62 @@ export { default as StoreIcon } from '../icons/store';
|
|
|
2506
2508
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2507
2509
|
// StretchVertical aliases
|
|
2508
2510
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2509
|
-
// Strikethrough aliases
|
|
2510
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2511
2511
|
// Subscript aliases
|
|
2512
2512
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2513
|
+
// Strikethrough aliases
|
|
2514
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2513
2515
|
// SunDim aliases
|
|
2514
2516
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2515
|
-
// SunMedium aliases
|
|
2516
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2517
2517
|
// SunMoon aliases
|
|
2518
2518
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2519
|
+
// SunMedium aliases
|
|
2520
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2519
2521
|
// SunSnow aliases
|
|
2520
2522
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2521
2523
|
// Sun aliases
|
|
2522
2524
|
export { default as SunIcon } from '../icons/sun';
|
|
2525
|
+
// Sunset aliases
|
|
2526
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2523
2527
|
// Sunrise aliases
|
|
2524
2528
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2525
2529
|
// Superscript aliases
|
|
2526
2530
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2527
2531
|
// SwatchBook aliases
|
|
2528
2532
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2529
|
-
// Sunset aliases
|
|
2530
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2531
2533
|
// SwissFranc aliases
|
|
2532
2534
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2533
2535
|
// SwitchCamera aliases
|
|
2534
2536
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2535
|
-
// Swords aliases
|
|
2536
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2537
2537
|
// Sword aliases
|
|
2538
2538
|
export { default as SwordIcon } from '../icons/sword';
|
|
2539
|
-
//
|
|
2540
|
-
export { default as
|
|
2539
|
+
// Swords aliases
|
|
2540
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2541
2541
|
// Table2 aliases
|
|
2542
2542
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2543
|
+
// Syringe aliases
|
|
2544
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2543
2545
|
// TableCellsMerge aliases
|
|
2544
2546
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2545
2547
|
// TableCellsSplit aliases
|
|
2546
2548
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2547
|
-
// TableOfContents aliases
|
|
2548
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2549
2549
|
// TableColumnsSplit aliases
|
|
2550
2550
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2551
|
-
//
|
|
2552
|
-
export { default as
|
|
2551
|
+
// TableOfContents aliases
|
|
2552
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2553
2553
|
// TableRowsSplit aliases
|
|
2554
2554
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2555
|
-
// Table aliases
|
|
2556
|
-
export { default as TableIcon } from '../icons/table';
|
|
2557
2555
|
// TabletSmartphone aliases
|
|
2558
2556
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2559
|
-
//
|
|
2560
|
-
export { default as
|
|
2557
|
+
// Table aliases
|
|
2558
|
+
export { default as TableIcon } from '../icons/table';
|
|
2559
|
+
// TableProperties aliases
|
|
2560
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2561
2561
|
// Tablets aliases
|
|
2562
2562
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2563
2563
|
// Tag aliases
|
|
2564
2564
|
export { default as TagIcon } from '../icons/tag';
|
|
2565
|
+
// Tablet aliases
|
|
2566
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2565
2567
|
// Tags aliases
|
|
2566
2568
|
export { default as TagsIcon } from '../icons/tags';
|
|
2567
2569
|
// Tally1 aliases
|
|
@@ -2570,32 +2572,32 @@ export { default as Tally1Icon } from '../icons/tally-1';
|
|
|
2570
2572
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2571
2573
|
// Tally3 aliases
|
|
2572
2574
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2573
|
-
// Tally4 aliases
|
|
2574
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2575
2575
|
// Tally5 aliases
|
|
2576
2576
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2577
|
+
// Tally4 aliases
|
|
2578
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2579
2579
|
// Tangent aliases
|
|
2580
2580
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2581
|
-
//
|
|
2582
|
-
export { default as
|
|
2581
|
+
// Target aliases
|
|
2582
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2583
2583
|
// TentTree aliases
|
|
2584
2584
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2585
|
+
// Telescope aliases
|
|
2586
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2585
2587
|
// Tent aliases
|
|
2586
2588
|
export { default as TentIcon } from '../icons/tent';
|
|
2587
|
-
// TestTube aliases
|
|
2588
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2589
2589
|
// Terminal aliases
|
|
2590
2590
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2591
|
+
// TestTube aliases
|
|
2592
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2591
2593
|
// TestTubes aliases
|
|
2592
2594
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2593
2595
|
// TextCursorInput aliases
|
|
2594
2596
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2595
|
-
// TextCursor aliases
|
|
2596
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2597
2597
|
// TextQuote aliases
|
|
2598
2598
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2599
|
+
// TextCursor aliases
|
|
2600
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2599
2601
|
// TextSearch aliases
|
|
2600
2602
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2601
2603
|
// Theater aliases
|
|
@@ -2612,10 +2614,10 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2612
2614
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2613
2615
|
// TicketCheck aliases
|
|
2614
2616
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2615
|
-
// TicketMinus aliases
|
|
2616
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2617
2617
|
// TicketPercent aliases
|
|
2618
2618
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2619
|
+
// TicketMinus aliases
|
|
2620
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2619
2621
|
// TicketPlus aliases
|
|
2620
2622
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2621
2623
|
// TicketSlash aliases
|
|
@@ -2626,14 +2628,14 @@ export { default as TicketXIcon } from '../icons/ticket-x';
|
|
|
2626
2628
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2627
2629
|
// TicketsPlane aliases
|
|
2628
2630
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2629
|
-
// Tickets aliases
|
|
2630
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2631
2631
|
// Timeline aliases
|
|
2632
2632
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2633
|
+
// Tickets aliases
|
|
2634
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2635
2635
|
// TimerReset aliases
|
|
2636
2636
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2637
|
+
// TimerOff aliases
|
|
2638
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2637
2639
|
// Timer aliases
|
|
2638
2640
|
export { default as TimerIcon } from '../icons/timer';
|
|
2639
2641
|
// ToggleLeft aliases
|
|
@@ -2642,20 +2644,20 @@ export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
|
2642
2644
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2643
2645
|
// Toilet aliases
|
|
2644
2646
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2645
|
-
// ToolCase aliases
|
|
2646
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2647
2647
|
// Toolbox aliases
|
|
2648
2648
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2649
|
+
// ToolCase aliases
|
|
2650
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2649
2651
|
// Tornado aliases
|
|
2650
2652
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2651
2653
|
// Torus aliases
|
|
2652
2654
|
export { default as TorusIcon } from '../icons/torus';
|
|
2653
2655
|
// TouchpadOff aliases
|
|
2654
2656
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2655
|
-
// Touchpad aliases
|
|
2656
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2657
2657
|
// TowelRack aliases
|
|
2658
2658
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2659
|
+
// Touchpad aliases
|
|
2660
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2659
2661
|
// TowerControl aliases
|
|
2660
2662
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2661
2663
|
// ToyBrick aliases
|
|
@@ -2678,16 +2680,16 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2678
2680
|
export { default as TrashIcon } from '../icons/trash';
|
|
2679
2681
|
// TreeDeciduous aliases
|
|
2680
2682
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2681
|
-
// TreePine aliases
|
|
2682
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2683
|
-
// Trees aliases
|
|
2684
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2685
2683
|
// TrendingDown aliases
|
|
2686
2684
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2685
|
+
// TreePine aliases
|
|
2686
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2687
2687
|
// TrendingUpDown aliases
|
|
2688
2688
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2689
2689
|
// TrendingUp aliases
|
|
2690
2690
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2691
|
+
// Trees aliases
|
|
2692
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2691
2693
|
// TriangleDashed aliases
|
|
2692
2694
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2693
2695
|
// TriangleRight aliases
|
|
@@ -2698,22 +2700,22 @@ export { default as TriangleIcon } from '../icons/triangle';
|
|
|
2698
2700
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2699
2701
|
// TruckElectric aliases
|
|
2700
2702
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2701
|
-
// Truck aliases
|
|
2702
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2703
2703
|
// TurkishLira aliases
|
|
2704
2704
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2705
2705
|
// Turntable aliases
|
|
2706
2706
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2707
|
+
// Truck aliases
|
|
2708
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2707
2709
|
// Turtle aliases
|
|
2708
2710
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2709
2711
|
// TvMinimalPlay aliases
|
|
2710
2712
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2711
2713
|
// Tv aliases
|
|
2712
2714
|
export { default as TvIcon } from '../icons/tv';
|
|
2713
|
-
// TypeOutline aliases
|
|
2714
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2715
2715
|
// Type aliases
|
|
2716
2716
|
export { default as TypeIcon } from '../icons/type';
|
|
2717
|
+
// TypeOutline aliases
|
|
2718
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2717
2719
|
// UmbrellaOff aliases
|
|
2718
2720
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2719
2721
|
// Umbrella aliases
|
|
@@ -2726,42 +2728,42 @@ export { default as Undo2Icon } from '../icons/undo-2';
|
|
|
2726
2728
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2727
2729
|
// Undo aliases
|
|
2728
2730
|
export { default as UndoIcon } from '../icons/undo';
|
|
2729
|
-
// UnfoldVertical aliases
|
|
2730
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2731
2731
|
// Ungroup aliases
|
|
2732
2732
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2733
2733
|
// UnfoldHorizontal aliases
|
|
2734
2734
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2735
|
+
// UnfoldVertical aliases
|
|
2736
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2735
2737
|
// Unlink2 aliases
|
|
2736
2738
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2737
|
-
// Unplug aliases
|
|
2738
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2739
2739
|
// Unlink aliases
|
|
2740
2740
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2741
2741
|
// Upload aliases
|
|
2742
2742
|
export { default as UploadIcon } from '../icons/upload';
|
|
2743
|
-
//
|
|
2744
|
-
export { default as
|
|
2743
|
+
// Unplug aliases
|
|
2744
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2745
2745
|
// UserCheck aliases
|
|
2746
2746
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2747
|
+
// Usb aliases
|
|
2748
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2747
2749
|
// UserCog aliases
|
|
2748
2750
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2749
2751
|
// UserKey aliases
|
|
2750
2752
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2751
2753
|
// UserLock aliases
|
|
2752
2754
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2755
|
+
// UserPlus aliases
|
|
2756
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2753
2757
|
// UserMinus aliases
|
|
2754
2758
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2755
2759
|
// UserPen aliases
|
|
2756
2760
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2757
|
-
// UserPlus aliases
|
|
2758
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2759
2761
|
// UserRoundKey aliases
|
|
2760
2762
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2761
|
-
// UserRoundPen aliases
|
|
2762
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2763
2763
|
// UserRoundSearch aliases
|
|
2764
2764
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2765
|
+
// UserRoundPen aliases
|
|
2766
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2765
2767
|
// UserSearch aliases
|
|
2766
2768
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2767
2769
|
// UserStar aliases
|
|
@@ -2786,36 +2788,36 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2786
2788
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2787
2789
|
// VenetianMask aliases
|
|
2788
2790
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2789
|
-
// VenusAndMars aliases
|
|
2790
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2791
2791
|
// Venus aliases
|
|
2792
2792
|
export { default as VenusIcon } from '../icons/venus';
|
|
2793
|
+
// VenusAndMars aliases
|
|
2794
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2795
|
+
// VideoOff aliases
|
|
2796
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2793
2797
|
// VibrateOff aliases
|
|
2794
2798
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2795
2799
|
// Vibrate aliases
|
|
2796
2800
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2797
|
-
// VideoOff aliases
|
|
2798
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2799
2801
|
// Video aliases
|
|
2800
2802
|
export { default as VideoIcon } from '../icons/video';
|
|
2801
|
-
// Videotape aliases
|
|
2802
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2803
|
-
// View aliases
|
|
2804
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2805
2803
|
// Voicemail aliases
|
|
2806
2804
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2805
|
+
// Videotape aliases
|
|
2806
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2807
2807
|
// Volleyball aliases
|
|
2808
2808
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2809
2809
|
// Volume1 aliases
|
|
2810
2810
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2811
|
-
//
|
|
2812
|
-
export { default as
|
|
2811
|
+
// View aliases
|
|
2812
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2813
2813
|
// VolumeOff aliases
|
|
2814
2814
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2815
2815
|
// VolumeX aliases
|
|
2816
2816
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2817
2817
|
// Vote aliases
|
|
2818
2818
|
export { default as VoteIcon } from '../icons/vote';
|
|
2819
|
+
// Volume2 aliases
|
|
2820
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2819
2821
|
// Volume aliases
|
|
2820
2822
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2821
2823
|
// WalletCards aliases
|
|
@@ -2824,26 +2826,26 @@ export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
|
2824
2826
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2825
2827
|
// Wallpaper aliases
|
|
2826
2828
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2827
|
-
// Wand aliases
|
|
2828
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2829
2829
|
// Warehouse aliases
|
|
2830
2830
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2831
2831
|
// WashingMachine aliases
|
|
2832
2832
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2833
2833
|
// Watch aliases
|
|
2834
2834
|
export { default as WatchIcon } from '../icons/watch';
|
|
2835
|
-
//
|
|
2836
|
-
export { default as
|
|
2835
|
+
// Wand aliases
|
|
2836
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2837
2837
|
// WavesArrowUp aliases
|
|
2838
2838
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2839
|
+
// WavesArrowDown aliases
|
|
2840
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2839
2841
|
// WavesLadder aliases
|
|
2840
2842
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2841
|
-
// Waves aliases
|
|
2842
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2843
2843
|
// Waypoints aliases
|
|
2844
2844
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2845
2845
|
// Webcam aliases
|
|
2846
2846
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2847
|
+
// WavesVertical aliases
|
|
2848
|
+
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2847
2849
|
// WebhookOff aliases
|
|
2848
2850
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2849
2851
|
// Webhook aliases
|
|
@@ -2858,36 +2860,36 @@ export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
|
2858
2860
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2859
2861
|
// WholeWord aliases
|
|
2860
2862
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2861
|
-
// WifiCog aliases
|
|
2862
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2863
2863
|
// WifiHigh aliases
|
|
2864
2864
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2865
2865
|
// WifiLow aliases
|
|
2866
2866
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2867
|
-
//
|
|
2868
|
-
export { default as
|
|
2867
|
+
// WifiCog aliases
|
|
2868
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2869
2869
|
// WifiPen aliases
|
|
2870
2870
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2871
|
+
// WifiOff aliases
|
|
2872
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2871
2873
|
// WifiSync aliases
|
|
2872
2874
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2873
2875
|
// WifiZero aliases
|
|
2874
2876
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2875
2877
|
// Wifi aliases
|
|
2876
2878
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2877
|
-
// WindArrowDown aliases
|
|
2878
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2879
2879
|
// Wind aliases
|
|
2880
2880
|
export { default as WindIcon } from '../icons/wind';
|
|
2881
|
-
//
|
|
2882
|
-
export { default as
|
|
2881
|
+
// WindArrowDown aliases
|
|
2882
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2883
2883
|
// Wine aliases
|
|
2884
2884
|
export { default as WineIcon } from '../icons/wine';
|
|
2885
|
-
//
|
|
2886
|
-
export { default as
|
|
2885
|
+
// WineOff aliases
|
|
2886
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2887
2887
|
// Worm aliases
|
|
2888
2888
|
export { default as WormIcon } from '../icons/worm';
|
|
2889
2889
|
// Wrench aliases
|
|
2890
2890
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2891
|
+
// Workflow aliases
|
|
2892
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2891
2893
|
// XLineTop aliases
|
|
2892
2894
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2893
2895
|
// X aliases
|
|
@@ -2898,26 +2900,26 @@ export { default as ZapOffIcon } from '../icons/zap-off';
|
|
|
2898
2900
|
export { default as ZapIcon } from '../icons/zap';
|
|
2899
2901
|
// ZodiacAquarius aliases
|
|
2900
2902
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2901
|
-
// ZodiacAries aliases
|
|
2902
|
-
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2903
2903
|
// ZodiacCancer aliases
|
|
2904
2904
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2905
2905
|
// ZodiacCapricorn aliases
|
|
2906
2906
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2907
|
+
// ZodiacAries aliases
|
|
2908
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2907
2909
|
// ZodiacGemini aliases
|
|
2908
2910
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2909
2911
|
// ZodiacLeo aliases
|
|
2910
2912
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2911
2913
|
// ZodiacLibra aliases
|
|
2912
2914
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2915
|
+
// ZodiacScorpio aliases
|
|
2916
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2913
2917
|
// ZodiacOphiuchus aliases
|
|
2914
2918
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2915
2919
|
// ZodiacPisces aliases
|
|
2916
2920
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2917
2921
|
// ZodiacSagittarius aliases
|
|
2918
2922
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2919
|
-
// ZodiacScorpio aliases
|
|
2920
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2921
2923
|
// ZodiacTaurus aliases
|
|
2922
2924
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2923
2925
|
// ZodiacVirgo aliases
|
|
@@ -2934,6 +2936,12 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2934
2936
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2935
2937
|
// ArrowUp10 aliases
|
|
2936
2938
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2939
|
+
// AlarmClockCheck aliases
|
|
2940
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2941
|
+
export {
|
|
2942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2943
|
+
default as AlarmCheckIcon
|
|
2944
|
+
} from '../icons/alarm-clock-check';
|
|
2937
2945
|
// AlarmClockMinus aliases
|
|
2938
2946
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2939
2947
|
export {
|
|
@@ -2982,42 +2990,42 @@ export {
|
|
|
2982
2990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2983
2991
|
default as ArrowUpZaIcon
|
|
2984
2992
|
} from '../icons/arrow-up-z-a';
|
|
2985
|
-
// BadgeCheck aliases
|
|
2986
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2987
|
-
export {
|
|
2988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2989
|
-
default as VerifiedIcon
|
|
2990
|
-
} from '../icons/badge-check';
|
|
2991
2993
|
// Axis3d aliases
|
|
2992
2994
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2993
2995
|
export {
|
|
2994
2996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2995
2997
|
default as Axis3DIcon
|
|
2996
2998
|
} from '../icons/axis-3d';
|
|
2997
|
-
//
|
|
2998
|
-
export { default as
|
|
2999
|
+
// BadgeCheck aliases
|
|
3000
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2999
3001
|
export {
|
|
3000
|
-
/** @deprecated
|
|
3001
|
-
default as
|
|
3002
|
-
} from '../icons/
|
|
3003
|
-
// BetweenHorizontalEnd aliases
|
|
3004
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3005
|
-
export {
|
|
3006
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3007
|
-
default as BetweenHorizonalEndIcon
|
|
3008
|
-
} from '../icons/between-horizontal-end';
|
|
3002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
3003
|
+
default as VerifiedIcon
|
|
3004
|
+
} from '../icons/badge-check';
|
|
3009
3005
|
// BadgeQuestionMark aliases
|
|
3010
3006
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3011
3007
|
export {
|
|
3012
3008
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3013
3009
|
default as BadgeHelpIcon
|
|
3014
3010
|
} from '../icons/badge-question-mark';
|
|
3011
|
+
// BetweenHorizontalEnd aliases
|
|
3012
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3013
|
+
export {
|
|
3014
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3015
|
+
default as BetweenHorizonalEndIcon
|
|
3016
|
+
} from '../icons/between-horizontal-end';
|
|
3015
3017
|
// BookDashed aliases
|
|
3016
3018
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3017
3019
|
export {
|
|
3018
3020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3019
3021
|
default as BookTemplateIcon
|
|
3020
3022
|
} from '../icons/book-dashed';
|
|
3023
|
+
// BetweenHorizontalStart aliases
|
|
3024
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3025
|
+
export {
|
|
3026
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3027
|
+
default as BetweenHorizonalStartIcon
|
|
3028
|
+
} from '../icons/between-horizontal-start';
|
|
3021
3029
|
// Braces aliases
|
|
3022
3030
|
export { default as BracesIcon } from '../icons/braces';
|
|
3023
3031
|
export {
|
|
@@ -3030,12 +3038,6 @@ export {
|
|
|
3030
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
3031
3039
|
default as SubtitlesIcon
|
|
3032
3040
|
} from '../icons/captions';
|
|
3033
|
-
// ChartArea aliases
|
|
3034
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3035
|
-
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3037
|
-
default as AreaChartIcon
|
|
3038
|
-
} from '../icons/chart-area';
|
|
3039
3041
|
// ChartBarBig aliases
|
|
3040
3042
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3041
3043
|
export {
|
|
@@ -3048,48 +3050,54 @@ export {
|
|
|
3048
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3049
3051
|
default as BarChartHorizontalIcon
|
|
3050
3052
|
} from '../icons/chart-bar';
|
|
3051
|
-
//
|
|
3052
|
-
export { default as
|
|
3053
|
+
// ChartArea aliases
|
|
3054
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3053
3055
|
export {
|
|
3054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3055
|
-
default as
|
|
3056
|
-
} from '../icons/chart-
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as AreaChartIcon
|
|
3058
|
+
} from '../icons/chart-area';
|
|
3059
|
+
// ChartColumnBig aliases
|
|
3060
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3063
|
+
default as BarChartBigIcon
|
|
3064
|
+
} from '../icons/chart-column-big';
|
|
3057
3065
|
// ChartColumnIncreasing aliases
|
|
3058
3066
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3059
3067
|
export {
|
|
3060
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3061
3069
|
default as BarChart4Icon
|
|
3062
3070
|
} from '../icons/chart-column-increasing';
|
|
3063
|
-
//
|
|
3064
|
-
export { default as
|
|
3071
|
+
// ChartCandlestick aliases
|
|
3072
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3065
3073
|
export {
|
|
3066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3067
|
-
default as
|
|
3068
|
-
} from '../icons/chart-
|
|
3074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3075
|
+
default as CandlestickChartIcon
|
|
3076
|
+
} from '../icons/chart-candlestick';
|
|
3069
3077
|
// ChartColumn aliases
|
|
3070
3078
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3071
3079
|
export {
|
|
3072
3080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3073
3081
|
default as BarChart3Icon
|
|
3074
3082
|
} from '../icons/chart-column';
|
|
3075
|
-
//
|
|
3076
|
-
export { default as
|
|
3083
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3084
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3077
3085
|
export {
|
|
3078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3079
|
-
default as
|
|
3080
|
-
} from '../icons/chart-no-axes-column';
|
|
3086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3087
|
+
default as BarChartIcon
|
|
3088
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3081
3089
|
// ChartLine aliases
|
|
3082
3090
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3083
3091
|
export {
|
|
3084
3092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3085
3093
|
default as LineChartIcon
|
|
3086
3094
|
} from '../icons/chart-line';
|
|
3087
|
-
//
|
|
3088
|
-
export { default as
|
|
3095
|
+
// ChartNoAxesColumn aliases
|
|
3096
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3089
3097
|
export {
|
|
3090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3091
|
-
default as
|
|
3092
|
-
} from '../icons/chart-no-axes-column
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3099
|
+
default as BarChart2Icon
|
|
3100
|
+
} from '../icons/chart-no-axes-column';
|
|
3093
3101
|
// ChartPie aliases
|
|
3094
3102
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3095
3103
|
export {
|
|
@@ -3114,30 +3122,30 @@ export {
|
|
|
3114
3122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3115
3123
|
default as AlertCircleIcon
|
|
3116
3124
|
} from '../icons/circle-alert';
|
|
3117
|
-
// CircleArrowDown aliases
|
|
3118
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3119
|
-
export {
|
|
3120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3121
|
-
default as ArrowDownCircleIcon
|
|
3122
|
-
} from '../icons/circle-arrow-down';
|
|
3123
3125
|
// CircleArrowLeft aliases
|
|
3124
3126
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3125
3127
|
export {
|
|
3126
3128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3127
3129
|
default as ArrowLeftCircleIcon
|
|
3128
3130
|
} from '../icons/circle-arrow-left';
|
|
3129
|
-
// CircleArrowOutDownLeft aliases
|
|
3130
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3133
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3134
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3135
3131
|
// CircleArrowOutDownRight aliases
|
|
3136
3132
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3137
3133
|
export {
|
|
3138
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3139
3135
|
default as ArrowDownRightFromCircleIcon
|
|
3140
3136
|
} from '../icons/circle-arrow-out-down-right';
|
|
3137
|
+
// CircleArrowDown aliases
|
|
3138
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3139
|
+
export {
|
|
3140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3141
|
+
default as ArrowDownCircleIcon
|
|
3142
|
+
} from '../icons/circle-arrow-down';
|
|
3143
|
+
// CircleArrowOutDownLeft aliases
|
|
3144
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3145
|
+
export {
|
|
3146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3147
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3148
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3141
3149
|
// CircleArrowOutUpRight aliases
|
|
3142
3150
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3143
3151
|
export {
|
|
@@ -3150,18 +3158,18 @@ export {
|
|
|
3150
3158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3151
3159
|
default as ArrowUpLeftFromCircleIcon
|
|
3152
3160
|
} from '../icons/circle-arrow-out-up-left';
|
|
3153
|
-
// CircleArrowRight aliases
|
|
3154
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3155
|
-
export {
|
|
3156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3157
|
-
default as ArrowRightCircleIcon
|
|
3158
|
-
} from '../icons/circle-arrow-right';
|
|
3159
3161
|
// CircleArrowUp aliases
|
|
3160
3162
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3161
3163
|
export {
|
|
3162
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3163
3165
|
default as ArrowUpCircleIcon
|
|
3164
3166
|
} from '../icons/circle-arrow-up';
|
|
3167
|
+
// CircleArrowRight aliases
|
|
3168
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3171
|
+
default as ArrowRightCircleIcon
|
|
3172
|
+
} from '../icons/circle-arrow-right';
|
|
3165
3173
|
// CircleCheckBig aliases
|
|
3166
3174
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3167
3175
|
export {
|
|
@@ -3174,6 +3182,12 @@ export {
|
|
|
3174
3182
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3175
3183
|
default as CheckCircle2Icon
|
|
3176
3184
|
} from '../icons/circle-check';
|
|
3185
|
+
// CircleChevronDown aliases
|
|
3186
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3189
|
+
default as ChevronDownCircleIcon
|
|
3190
|
+
} from '../icons/circle-chevron-down';
|
|
3177
3191
|
// CircleChevronLeft aliases
|
|
3178
3192
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3179
3193
|
export {
|
|
@@ -3186,12 +3200,6 @@ export {
|
|
|
3186
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3187
3201
|
default as ChevronRightCircleIcon
|
|
3188
3202
|
} from '../icons/circle-chevron-right';
|
|
3189
|
-
// CircleChevronDown aliases
|
|
3190
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3191
|
-
export {
|
|
3192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3193
|
-
default as ChevronDownCircleIcon
|
|
3194
|
-
} from '../icons/circle-chevron-down';
|
|
3195
3203
|
// CircleChevronUp aliases
|
|
3196
3204
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3197
3205
|
export {
|
|
@@ -3228,24 +3236,18 @@ export {
|
|
|
3228
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3229
3237
|
default as ParkingCircleIcon
|
|
3230
3238
|
} from '../icons/circle-parking';
|
|
3231
|
-
// CirclePercent aliases
|
|
3232
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3233
|
-
export {
|
|
3234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3235
|
-
default as PercentCircleIcon
|
|
3236
|
-
} from '../icons/circle-percent';
|
|
3237
3239
|
// CirclePause aliases
|
|
3238
3240
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3239
3241
|
export {
|
|
3240
3242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3241
3243
|
default as PauseCircleIcon
|
|
3242
3244
|
} from '../icons/circle-pause';
|
|
3243
|
-
//
|
|
3244
|
-
export { default as
|
|
3245
|
+
// CirclePercent aliases
|
|
3246
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3245
3247
|
export {
|
|
3246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3247
|
-
default as
|
|
3248
|
-
} from '../icons/
|
|
3248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3249
|
+
default as PercentCircleIcon
|
|
3250
|
+
} from '../icons/circle-percent';
|
|
3249
3251
|
// CirclePlay aliases
|
|
3250
3252
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3251
3253
|
export {
|
|
@@ -3280,18 +3282,12 @@ export {
|
|
|
3280
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3281
3283
|
default as CircleSlashedIcon
|
|
3282
3284
|
} from '../icons/circle-slash-2';
|
|
3283
|
-
//
|
|
3284
|
-
export { default as
|
|
3285
|
-
export {
|
|
3286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3287
|
-
default as StopCircleIcon
|
|
3288
|
-
} from '../icons/circle-stop';
|
|
3289
|
-
// CircleUserRound aliases
|
|
3290
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3285
|
+
// CircleX aliases
|
|
3286
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3291
3287
|
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3293
|
-
default as
|
|
3294
|
-
} from '../icons/circle-
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3289
|
+
default as XCircleIcon
|
|
3290
|
+
} from '../icons/circle-x';
|
|
3295
3291
|
// CircleUser aliases
|
|
3296
3292
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3297
3293
|
export {
|
|
@@ -3304,42 +3300,54 @@ export {
|
|
|
3304
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3305
3301
|
default as ClipboardSignatureIcon
|
|
3306
3302
|
} from '../icons/clipboard-pen-line';
|
|
3307
|
-
//
|
|
3308
|
-
export { default as
|
|
3303
|
+
// CircleStop aliases
|
|
3304
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3309
3305
|
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3311
|
-
default as
|
|
3312
|
-
} from '../icons/circle-
|
|
3306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3307
|
+
default as StopCircleIcon
|
|
3308
|
+
} from '../icons/circle-stop';
|
|
3313
3309
|
// ClipboardPen aliases
|
|
3314
3310
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3315
3311
|
export {
|
|
3316
3312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3317
3313
|
default as ClipboardEditIcon
|
|
3318
3314
|
} from '../icons/clipboard-pen';
|
|
3315
|
+
// CircleUserRound aliases
|
|
3316
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3317
|
+
export {
|
|
3318
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3319
|
+
default as UserCircle2Icon
|
|
3320
|
+
} from '../icons/circle-user-round';
|
|
3319
3321
|
// CloudDownload aliases
|
|
3320
3322
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3321
3323
|
export {
|
|
3322
3324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3323
3325
|
default as DownloadCloudIcon
|
|
3324
3326
|
} from '../icons/cloud-download';
|
|
3325
|
-
// CloudUpload aliases
|
|
3326
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3327
|
-
export {
|
|
3328
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3329
|
-
default as UploadCloudIcon
|
|
3330
|
-
} from '../icons/cloud-upload';
|
|
3331
3327
|
// CodeXml aliases
|
|
3332
3328
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3333
3329
|
export {
|
|
3334
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3335
3331
|
default as Code2Icon
|
|
3336
3332
|
} from '../icons/code-xml';
|
|
3333
|
+
// CloudUpload aliases
|
|
3334
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3335
|
+
export {
|
|
3336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3337
|
+
default as UploadCloudIcon
|
|
3338
|
+
} from '../icons/cloud-upload';
|
|
3337
3339
|
// Columns2 aliases
|
|
3338
3340
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3339
3341
|
export {
|
|
3340
3342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3341
3343
|
default as ColumnsIcon
|
|
3342
3344
|
} from '../icons/columns-2';
|
|
3345
|
+
// Columns3 aliases
|
|
3346
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3347
|
+
export {
|
|
3348
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3349
|
+
default as PanelsLeftRightIcon
|
|
3350
|
+
} from '../icons/columns-3';
|
|
3343
3351
|
// Columns3Cog aliases
|
|
3344
3352
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3345
3353
|
export {
|
|
@@ -3350,12 +3358,6 @@ export {
|
|
|
3350
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3351
3359
|
default as TableConfigIcon
|
|
3352
3360
|
} from '../icons/columns-3-cog';
|
|
3353
|
-
// Columns3 aliases
|
|
3354
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3355
|
-
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3357
|
-
default as PanelsLeftRightIcon
|
|
3358
|
-
} from '../icons/columns-3';
|
|
3359
3361
|
// ContactRound aliases
|
|
3360
3362
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3361
3363
|
export {
|
|
@@ -3374,30 +3376,24 @@ export {
|
|
|
3374
3376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3375
3377
|
default as Globe2Icon
|
|
3376
3378
|
} from '../icons/earth';
|
|
3377
|
-
// EllipsisVertical aliases
|
|
3378
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3379
|
-
export {
|
|
3380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3381
|
-
default as MoreVerticalIcon
|
|
3382
|
-
} from '../icons/ellipsis-vertical';
|
|
3383
3379
|
// Ellipsis aliases
|
|
3384
3380
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3385
3381
|
export {
|
|
3386
3382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3387
3383
|
default as MoreHorizontalIcon
|
|
3388
3384
|
} from '../icons/ellipsis';
|
|
3385
|
+
// EllipsisVertical aliases
|
|
3386
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as MoreVerticalIcon
|
|
3390
|
+
} from '../icons/ellipsis-vertical';
|
|
3389
3391
|
// FileAxis3d aliases
|
|
3390
3392
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3391
3393
|
export {
|
|
3392
3394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3393
3395
|
default as FileAxis3DIcon
|
|
3394
3396
|
} from '../icons/file-axis-3d';
|
|
3395
|
-
// FileBadge aliases
|
|
3396
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3397
|
-
export {
|
|
3398
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3399
|
-
default as FileBadge2Icon
|
|
3400
|
-
} from '../icons/file-badge';
|
|
3401
3397
|
// FileBracesCorner aliases
|
|
3402
3398
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3403
3399
|
export {
|
|
@@ -3416,6 +3412,12 @@ export {
|
|
|
3416
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3417
3413
|
default as FileBarChartIcon
|
|
3418
3414
|
} from '../icons/file-chart-column-increasing';
|
|
3415
|
+
// FileBadge aliases
|
|
3416
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3417
|
+
export {
|
|
3418
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3419
|
+
default as FileBadge2Icon
|
|
3420
|
+
} from '../icons/file-badge';
|
|
3419
3421
|
// FileChartColumn aliases
|
|
3420
3422
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3421
3423
|
export {
|
|
@@ -3440,12 +3442,6 @@ export {
|
|
|
3440
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3441
3443
|
default as FileCheck2Icon
|
|
3442
3444
|
} from '../icons/file-check-corner';
|
|
3443
|
-
// FileCodeCorner aliases
|
|
3444
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3445
|
-
export {
|
|
3446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3447
|
-
default as FileCode2Icon
|
|
3448
|
-
} from '../icons/file-code-corner';
|
|
3449
3445
|
// FileCog aliases
|
|
3450
3446
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3451
3447
|
export {
|
|
@@ -3468,6 +3464,12 @@ export {
|
|
|
3468
3464
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3469
3465
|
default as FileAudio2Icon
|
|
3470
3466
|
} from '../icons/file-headphone';
|
|
3467
|
+
// FileCodeCorner aliases
|
|
3468
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3469
|
+
export {
|
|
3470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as FileCode2Icon
|
|
3472
|
+
} from '../icons/file-code-corner';
|
|
3471
3473
|
// FileKey aliases
|
|
3472
3474
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3473
3475
|
export {
|
|
@@ -3498,36 +3500,36 @@ export {
|
|
|
3498
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3499
3501
|
default as FileEditIcon
|
|
3500
3502
|
} from '../icons/file-pen';
|
|
3501
|
-
// FilePlusCorner aliases
|
|
3502
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as FilePlus2Icon
|
|
3506
|
-
} from '../icons/file-plus-corner';
|
|
3507
3503
|
// FilePlay aliases
|
|
3508
3504
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3509
3505
|
export {
|
|
3510
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3511
3507
|
default as FileVideoIcon
|
|
3512
3508
|
} from '../icons/file-play';
|
|
3509
|
+
// FilePlusCorner aliases
|
|
3510
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3511
|
+
export {
|
|
3512
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3513
|
+
default as FilePlus2Icon
|
|
3514
|
+
} from '../icons/file-plus-corner';
|
|
3513
3515
|
// FileQuestionMark aliases
|
|
3514
3516
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3515
3517
|
export {
|
|
3516
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3517
3519
|
default as FileQuestionIcon
|
|
3518
3520
|
} from '../icons/file-question-mark';
|
|
3519
|
-
// FileSearchCorner aliases
|
|
3520
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3521
|
-
export {
|
|
3522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3523
|
-
default as FileSearch2Icon
|
|
3524
|
-
} from '../icons/file-search-corner';
|
|
3525
3521
|
// FileSignal aliases
|
|
3526
3522
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3527
3523
|
export {
|
|
3528
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3529
3525
|
default as FileVolume2Icon
|
|
3530
3526
|
} from '../icons/file-signal';
|
|
3527
|
+
// FileSearchCorner aliases
|
|
3528
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3531
|
+
default as FileSearch2Icon
|
|
3532
|
+
} from '../icons/file-search-corner';
|
|
3531
3533
|
// FileTypeCorner aliases
|
|
3532
3534
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3533
3535
|
export {
|
|
@@ -3570,36 +3572,36 @@ export {
|
|
|
3570
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3571
3573
|
default as FilterXIcon
|
|
3572
3574
|
} from '../icons/funnel-x';
|
|
3575
|
+
// Grid2x2Check aliases
|
|
3576
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3579
|
+
default as Grid2X2CheckIcon
|
|
3580
|
+
} from '../icons/grid-2x2-check';
|
|
3573
3581
|
// Funnel aliases
|
|
3574
3582
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3575
3583
|
export {
|
|
3576
3584
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3577
3585
|
default as FilterIcon
|
|
3578
3586
|
} from '../icons/funnel';
|
|
3587
|
+
// Grid2x2Plus aliases
|
|
3588
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3589
|
+
export {
|
|
3590
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3591
|
+
default as Grid2X2PlusIcon
|
|
3592
|
+
} from '../icons/grid-2x2-plus';
|
|
3579
3593
|
// GitCommitHorizontal aliases
|
|
3580
3594
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3581
3595
|
export {
|
|
3582
3596
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3583
3597
|
default as GitCommitIcon
|
|
3584
3598
|
} from '../icons/git-commit-horizontal';
|
|
3585
|
-
// Grid2x2Check aliases
|
|
3586
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3587
|
-
export {
|
|
3588
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3589
|
-
default as Grid2X2CheckIcon
|
|
3590
|
-
} from '../icons/grid-2x2-check';
|
|
3591
3599
|
// Grid2x2X aliases
|
|
3592
3600
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3593
3601
|
export {
|
|
3594
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3595
3603
|
default as Grid2X2XIcon
|
|
3596
3604
|
} from '../icons/grid-2x2-x';
|
|
3597
|
-
// Grid2x2Plus aliases
|
|
3598
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3599
|
-
export {
|
|
3600
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3601
|
-
default as Grid2X2PlusIcon
|
|
3602
|
-
} from '../icons/grid-2x2-plus';
|
|
3603
3605
|
// Grid2x2 aliases
|
|
3604
3606
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3605
3607
|
export {
|
|
@@ -3622,18 +3624,18 @@ export {
|
|
|
3622
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3623
3625
|
default as GrabIcon
|
|
3624
3626
|
} from '../icons/hand-grab';
|
|
3625
|
-
// HandHelping aliases
|
|
3626
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3629
|
-
default as HelpingHandIcon
|
|
3630
|
-
} from '../icons/hand-helping';
|
|
3631
3627
|
// House aliases
|
|
3632
3628
|
export { default as HouseIcon } from '../icons/house';
|
|
3633
3629
|
export {
|
|
3634
3630
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3635
3631
|
default as HomeIcon
|
|
3636
3632
|
} from '../icons/house';
|
|
3633
|
+
// HandHelping aliases
|
|
3634
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3635
|
+
export {
|
|
3636
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3637
|
+
default as HelpingHandIcon
|
|
3638
|
+
} from '../icons/hand-helping';
|
|
3637
3639
|
// IceCreamBowl aliases
|
|
3638
3640
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3639
3641
|
export {
|
|
@@ -3668,6 +3670,12 @@ export {
|
|
|
3668
3670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3669
3671
|
default as IndentDecreaseIcon
|
|
3670
3672
|
} from '../icons/list-indent-decrease';
|
|
3673
|
+
// LoaderCircle aliases
|
|
3674
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as Loader2Icon
|
|
3678
|
+
} from '../icons/loader-circle';
|
|
3671
3679
|
// ListIndentIncrease aliases
|
|
3672
3680
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3673
3681
|
export {
|
|
@@ -3678,12 +3686,6 @@ export {
|
|
|
3678
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3679
3687
|
default as IndentIncreaseIcon
|
|
3680
3688
|
} from '../icons/list-indent-increase';
|
|
3681
|
-
// LoaderCircle aliases
|
|
3682
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3683
|
-
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3685
|
-
default as Loader2Icon
|
|
3686
|
-
} from '../icons/loader-circle';
|
|
3687
3689
|
// LockKeyholeOpen aliases
|
|
3688
3690
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3689
3691
|
export {
|
|
@@ -3708,30 +3710,24 @@ export {
|
|
|
3708
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3709
3711
|
default as LocationEditIcon
|
|
3710
3712
|
} from '../icons/map-pin-pen';
|
|
3711
|
-
// MessageCircleQuestionMark aliases
|
|
3712
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3713
|
-
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3715
|
-
default as MessageCircleQuestionIcon
|
|
3716
|
-
} from '../icons/message-circle-question-mark';
|
|
3717
3713
|
// MicVocal aliases
|
|
3718
3714
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3719
3715
|
export {
|
|
3720
3716
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3721
3717
|
default as Mic2Icon
|
|
3722
3718
|
} from '../icons/mic-vocal';
|
|
3719
|
+
// MessageCircleQuestionMark aliases
|
|
3720
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3721
|
+
export {
|
|
3722
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3723
|
+
default as MessageCircleQuestionIcon
|
|
3724
|
+
} from '../icons/message-circle-question-mark';
|
|
3723
3725
|
// OctagonAlert aliases
|
|
3724
3726
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3725
3727
|
export {
|
|
3726
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3727
3729
|
default as AlertOctagonIcon
|
|
3728
3730
|
} from '../icons/octagon-alert';
|
|
3729
|
-
// Move3d aliases
|
|
3730
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3731
|
-
export {
|
|
3732
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3733
|
-
default as Move3DIcon
|
|
3734
|
-
} from '../icons/move-3d';
|
|
3735
3731
|
// OctagonPause aliases
|
|
3736
3732
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3737
3733
|
export {
|
|
@@ -3744,30 +3740,36 @@ export {
|
|
|
3744
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3745
3741
|
default as XOctagonIcon
|
|
3746
3742
|
} from '../icons/octagon-x';
|
|
3747
|
-
// PaintbrushVertical aliases
|
|
3748
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3749
|
-
export {
|
|
3750
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3751
|
-
default as Paintbrush2Icon
|
|
3752
|
-
} from '../icons/paintbrush-vertical';
|
|
3753
3743
|
// PanelBottomDashed aliases
|
|
3754
3744
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3755
3745
|
export {
|
|
3756
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3757
3747
|
default as PanelBottomInactiveIcon
|
|
3758
3748
|
} from '../icons/panel-bottom-dashed';
|
|
3759
|
-
//
|
|
3760
|
-
export { default as
|
|
3749
|
+
// Move3d aliases
|
|
3750
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3761
3751
|
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3763
|
-
default as
|
|
3764
|
-
} from '../icons/
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3753
|
+
default as Move3DIcon
|
|
3754
|
+
} from '../icons/move-3d';
|
|
3755
|
+
// PaintbrushVertical aliases
|
|
3756
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3757
|
+
export {
|
|
3758
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3759
|
+
default as Paintbrush2Icon
|
|
3760
|
+
} from '../icons/paintbrush-vertical';
|
|
3765
3761
|
// PanelLeftDashed aliases
|
|
3766
3762
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3767
3763
|
export {
|
|
3768
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3769
3765
|
default as PanelLeftInactiveIcon
|
|
3770
3766
|
} from '../icons/panel-left-dashed';
|
|
3767
|
+
// PanelLeftClose aliases
|
|
3768
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as SidebarCloseIcon
|
|
3772
|
+
} from '../icons/panel-left-close';
|
|
3771
3773
|
// PanelLeftOpen aliases
|
|
3772
3774
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3773
3775
|
export {
|
|
@@ -3816,18 +3818,18 @@ export {
|
|
|
3816
3818
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3817
3819
|
default as PlugZap2Icon
|
|
3818
3820
|
} from '../icons/plug-zap';
|
|
3819
|
-
// RectangleEllipsis aliases
|
|
3820
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3821
|
-
export {
|
|
3822
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3823
|
-
default as FormInputIcon
|
|
3824
|
-
} from '../icons/rectangle-ellipsis';
|
|
3825
3821
|
// Rotate3d aliases
|
|
3826
3822
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3827
3823
|
export {
|
|
3828
3824
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3829
3825
|
default as Rotate3DIcon
|
|
3830
3826
|
} from '../icons/rotate-3d';
|
|
3827
|
+
// RectangleEllipsis aliases
|
|
3828
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3831
|
+
default as FormInputIcon
|
|
3832
|
+
} from '../icons/rectangle-ellipsis';
|
|
3831
3833
|
// Rows2 aliases
|
|
3832
3834
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3833
3835
|
export {
|
|
@@ -3840,54 +3842,54 @@ export {
|
|
|
3840
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3841
3843
|
default as PanelsTopBottomIcon
|
|
3842
3844
|
} from '../icons/rows-3';
|
|
3843
|
-
// Scale3d aliases
|
|
3844
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3845
|
-
export {
|
|
3846
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3847
|
-
default as Scale3DIcon
|
|
3848
|
-
} from '../icons/scale-3d';
|
|
3849
3845
|
// SendHorizontal aliases
|
|
3850
3846
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3851
3847
|
export {
|
|
3852
3848
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3853
3849
|
default as SendHorizonalIcon
|
|
3854
3850
|
} from '../icons/send-horizontal';
|
|
3855
|
-
//
|
|
3856
|
-
export { default as
|
|
3851
|
+
// Scale3d aliases
|
|
3852
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3857
3853
|
export {
|
|
3858
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3859
|
-
default as
|
|
3860
|
-
} from '../icons/
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as Scale3DIcon
|
|
3856
|
+
} from '../icons/scale-3d';
|
|
3861
3857
|
// ShieldX aliases
|
|
3862
3858
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3863
3859
|
export {
|
|
3864
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3865
3861
|
default as ShieldCloseIcon
|
|
3866
3862
|
} from '../icons/shield-x';
|
|
3867
|
-
// SlidersVertical aliases
|
|
3868
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3869
|
-
export {
|
|
3870
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3871
|
-
default as SlidersIcon
|
|
3872
|
-
} from '../icons/sliders-vertical';
|
|
3873
3863
|
// Sparkles aliases
|
|
3874
3864
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3875
3865
|
export {
|
|
3876
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3877
3867
|
default as StarsIcon
|
|
3878
3868
|
} from '../icons/sparkles';
|
|
3879
|
-
//
|
|
3880
|
-
export { default as
|
|
3869
|
+
// ShieldQuestionMark aliases
|
|
3870
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3881
3871
|
export {
|
|
3882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3883
|
-
default as
|
|
3884
|
-
} from '../icons/
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as ShieldQuestionIcon
|
|
3874
|
+
} from '../icons/shield-question-mark';
|
|
3885
3875
|
// SquareActivity aliases
|
|
3886
3876
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3887
3877
|
export {
|
|
3888
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3889
3879
|
default as ActivitySquareIcon
|
|
3890
3880
|
} from '../icons/square-activity';
|
|
3881
|
+
// SlidersVertical aliases
|
|
3882
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3885
|
+
default as SlidersIcon
|
|
3886
|
+
} from '../icons/sliders-vertical';
|
|
3887
|
+
// SquareArrowDownLeft aliases
|
|
3888
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3891
|
+
default as ArrowDownLeftSquareIcon
|
|
3892
|
+
} from '../icons/square-arrow-down-left';
|
|
3891
3893
|
// SquareArrowDownRight aliases
|
|
3892
3894
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3893
3895
|
export {
|
|
@@ -3918,6 +3920,12 @@ export {
|
|
|
3918
3920
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3919
3921
|
default as ArrowDownRightFromSquareIcon
|
|
3920
3922
|
} from '../icons/square-arrow-out-down-right';
|
|
3923
|
+
// SquareArrowRight aliases
|
|
3924
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3925
|
+
export {
|
|
3926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3927
|
+
default as ArrowRightSquareIcon
|
|
3928
|
+
} from '../icons/square-arrow-right';
|
|
3921
3929
|
// SquareArrowOutUpLeft aliases
|
|
3922
3930
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3923
3931
|
export {
|
|
@@ -3930,54 +3938,48 @@ export {
|
|
|
3930
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3931
3939
|
default as ArrowUpRightFromSquareIcon
|
|
3932
3940
|
} from '../icons/square-arrow-out-up-right';
|
|
3933
|
-
//
|
|
3934
|
-
export { default as
|
|
3941
|
+
// SquareArrowUpRight aliases
|
|
3942
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3935
3943
|
export {
|
|
3936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3937
|
-
default as
|
|
3938
|
-
} from '../icons/square-arrow-right';
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3945
|
+
default as ArrowUpRightSquareIcon
|
|
3946
|
+
} from '../icons/square-arrow-up-right';
|
|
3939
3947
|
// SquareArrowUpLeft aliases
|
|
3940
3948
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3941
3949
|
export {
|
|
3942
3950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3943
3951
|
default as ArrowUpLeftSquareIcon
|
|
3944
3952
|
} from '../icons/square-arrow-up-left';
|
|
3945
|
-
// SquareArrowUpRight aliases
|
|
3946
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3947
|
-
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3949
|
-
default as ArrowUpRightSquareIcon
|
|
3950
|
-
} from '../icons/square-arrow-up-right';
|
|
3951
3953
|
// SquareArrowUp aliases
|
|
3952
3954
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3953
3955
|
export {
|
|
3954
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3955
3957
|
default as ArrowUpSquareIcon
|
|
3956
3958
|
} from '../icons/square-arrow-up';
|
|
3957
|
-
// SquareBottomDashedScissors aliases
|
|
3958
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3959
|
-
export {
|
|
3960
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3961
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3962
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3963
3959
|
// SquareAsterisk aliases
|
|
3964
3960
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3965
3961
|
export {
|
|
3966
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3967
3963
|
default as AsteriskSquareIcon
|
|
3968
3964
|
} from '../icons/square-asterisk';
|
|
3969
|
-
//
|
|
3970
|
-
export { default as
|
|
3965
|
+
// SquareBottomDashedScissors aliases
|
|
3966
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3971
3967
|
export {
|
|
3972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3973
|
-
default as
|
|
3974
|
-
} from '../icons/square-
|
|
3968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3969
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3970
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3975
3971
|
// SquareCenterlineDashedVertical aliases
|
|
3976
3972
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3977
3973
|
export {
|
|
3978
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3979
3975
|
default as FlipVerticalIcon
|
|
3980
3976
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3977
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3978
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3979
|
+
export {
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3981
|
+
default as FlipHorizontalIcon
|
|
3982
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3981
3983
|
// SquareChartGantt aliases
|
|
3982
3984
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3983
3985
|
export {
|
|
@@ -3988,24 +3990,18 @@ export {
|
|
|
3988
3990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3989
3991
|
default as SquareGanttChartIcon
|
|
3990
3992
|
} from '../icons/square-chart-gantt';
|
|
3991
|
-
// SquareCheckBig aliases
|
|
3992
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3993
|
-
export {
|
|
3994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3995
|
-
default as CheckSquareIcon
|
|
3996
|
-
} from '../icons/square-check-big';
|
|
3997
3993
|
// SquareCheck aliases
|
|
3998
3994
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3999
3995
|
export {
|
|
4000
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
4001
3997
|
default as CheckSquare2Icon
|
|
4002
3998
|
} from '../icons/square-check';
|
|
4003
|
-
//
|
|
4004
|
-
export { default as
|
|
3999
|
+
// SquareCheckBig aliases
|
|
4000
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4005
4001
|
export {
|
|
4006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4007
|
-
default as
|
|
4008
|
-
} from '../icons/square-
|
|
4002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
4003
|
+
default as CheckSquareIcon
|
|
4004
|
+
} from '../icons/square-check-big';
|
|
4009
4005
|
// SquareChevronDown aliases
|
|
4010
4006
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4011
4007
|
export {
|
|
@@ -4018,6 +4014,18 @@ export {
|
|
|
4018
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4019
4015
|
default as ChevronRightSquareIcon
|
|
4020
4016
|
} from '../icons/square-chevron-right';
|
|
4017
|
+
// SquareDashedKanban aliases
|
|
4018
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4019
|
+
export {
|
|
4020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4021
|
+
default as KanbanSquareDashedIcon
|
|
4022
|
+
} from '../icons/square-dashed-kanban';
|
|
4023
|
+
// SquareChevronLeft aliases
|
|
4024
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4025
|
+
export {
|
|
4026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4027
|
+
default as ChevronLeftSquareIcon
|
|
4028
|
+
} from '../icons/square-chevron-left';
|
|
4021
4029
|
// SquareChevronUp aliases
|
|
4022
4030
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4023
4031
|
export {
|
|
@@ -4036,52 +4044,46 @@ export {
|
|
|
4036
4044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4037
4045
|
default as MousePointerSquareDashedIcon
|
|
4038
4046
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4039
|
-
// SquareDashedKanban aliases
|
|
4040
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4041
|
-
export {
|
|
4042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4043
|
-
default as KanbanSquareDashedIcon
|
|
4044
|
-
} from '../icons/square-dashed-kanban';
|
|
4045
|
-
// SquareDashedText aliases
|
|
4046
|
-
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4049
|
-
default as TextSelectionIcon
|
|
4050
|
-
} from '../icons/square-dashed-text';
|
|
4051
|
-
export {
|
|
4052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4053
|
-
default as TextSelectIcon
|
|
4054
|
-
} from '../icons/square-dashed-text';
|
|
4055
4047
|
// SquareDashed aliases
|
|
4056
4048
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4057
4049
|
export {
|
|
4058
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4059
4051
|
default as BoxSelectIcon
|
|
4060
4052
|
} from '../icons/square-dashed';
|
|
4053
|
+
// SquareDivide aliases
|
|
4054
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4055
|
+
export {
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4057
|
+
default as DivideSquareIcon
|
|
4058
|
+
} from '../icons/square-divide';
|
|
4061
4059
|
// SquareDot aliases
|
|
4062
4060
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4063
4061
|
export {
|
|
4064
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4065
4063
|
default as DotSquareIcon
|
|
4066
4064
|
} from '../icons/square-dot';
|
|
4067
|
-
//
|
|
4068
|
-
export { default as
|
|
4065
|
+
// SquareDashedText aliases
|
|
4066
|
+
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4069
4067
|
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4071
|
-
default as
|
|
4072
|
-
} from '../icons/square-
|
|
4073
|
-
// SquareEqual aliases
|
|
4074
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4069
|
+
default as TextSelectionIcon
|
|
4070
|
+
} from '../icons/square-dashed-text';
|
|
4075
4071
|
export {
|
|
4076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4077
|
-
default as
|
|
4078
|
-
} from '../icons/square-
|
|
4072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4073
|
+
default as TextSelectIcon
|
|
4074
|
+
} from '../icons/square-dashed-text';
|
|
4079
4075
|
// SquareFunction aliases
|
|
4080
4076
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4081
4077
|
export {
|
|
4082
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4083
4079
|
default as FunctionSquareIcon
|
|
4084
4080
|
} from '../icons/square-function';
|
|
4081
|
+
// SquareEqual aliases
|
|
4082
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4083
|
+
export {
|
|
4084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4085
|
+
default as EqualSquareIcon
|
|
4086
|
+
} from '../icons/square-equal';
|
|
4085
4087
|
// SquareKanban aliases
|
|
4086
4088
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4087
4089
|
export {
|
|
@@ -4094,18 +4096,18 @@ export {
|
|
|
4094
4096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4095
4097
|
default as LibrarySquareIcon
|
|
4096
4098
|
} from '../icons/square-library';
|
|
4097
|
-
// SquareM aliases
|
|
4098
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4101
|
-
default as MSquareIcon
|
|
4102
|
-
} from '../icons/square-m';
|
|
4103
4099
|
// SquareMenu aliases
|
|
4104
4100
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4105
4101
|
export {
|
|
4106
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4107
4103
|
default as MenuSquareIcon
|
|
4108
4104
|
} from '../icons/square-menu';
|
|
4105
|
+
// SquareM aliases
|
|
4106
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4109
|
+
default as MSquareIcon
|
|
4110
|
+
} from '../icons/square-m';
|
|
4109
4111
|
// SquareMinus aliases
|
|
4110
4112
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4111
4113
|
export {
|
|
@@ -4130,6 +4132,12 @@ export {
|
|
|
4130
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4131
4133
|
default as ParkingSquareIcon
|
|
4132
4134
|
} from '../icons/square-parking';
|
|
4135
|
+
// SquarePercent aliases
|
|
4136
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4137
|
+
export {
|
|
4138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4139
|
+
default as PercentSquareIcon
|
|
4140
|
+
} from '../icons/square-percent';
|
|
4133
4141
|
// SquarePen aliases
|
|
4134
4142
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4135
4143
|
export {
|
|
@@ -4144,12 +4152,6 @@ export {
|
|
|
4144
4152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4145
4153
|
default as PenSquareIcon
|
|
4146
4154
|
} from '../icons/square-pen';
|
|
4147
|
-
// SquarePercent aliases
|
|
4148
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4149
|
-
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4151
|
-
default as PercentSquareIcon
|
|
4152
|
-
} from '../icons/square-percent';
|
|
4153
4155
|
// SquarePi aliases
|
|
4154
4156
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4155
4157
|
export {
|
|
@@ -4186,30 +4188,30 @@ export {
|
|
|
4186
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4187
4189
|
default as ScissorsSquareIcon
|
|
4188
4190
|
} from '../icons/square-scissors';
|
|
4189
|
-
// SquareSlash aliases
|
|
4190
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4191
|
-
export {
|
|
4192
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4193
|
-
default as SlashSquareIcon
|
|
4194
|
-
} from '../icons/square-slash';
|
|
4195
4191
|
// SquareSigma aliases
|
|
4196
4192
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4197
4193
|
export {
|
|
4198
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4199
4195
|
default as SigmaSquareIcon
|
|
4200
4196
|
} from '../icons/square-sigma';
|
|
4201
|
-
//
|
|
4202
|
-
export { default as
|
|
4197
|
+
// SquareSlash aliases
|
|
4198
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4203
4199
|
export {
|
|
4204
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4205
|
-
default as
|
|
4206
|
-
} from '../icons/square-
|
|
4200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4201
|
+
default as SlashSquareIcon
|
|
4202
|
+
} from '../icons/square-slash';
|
|
4207
4203
|
// SquareSplitVertical aliases
|
|
4208
4204
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4209
4205
|
export {
|
|
4210
4206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4211
4207
|
default as SplitSquareVerticalIcon
|
|
4212
4208
|
} from '../icons/square-split-vertical';
|
|
4209
|
+
// SquareSplitHorizontal aliases
|
|
4210
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4211
|
+
export {
|
|
4212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4213
|
+
default as SplitSquareHorizontalIcon
|
|
4214
|
+
} from '../icons/square-split-horizontal';
|
|
4213
4215
|
// SquareTerminal aliases
|
|
4214
4216
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4215
4217
|
export {
|
|
@@ -4228,12 +4230,6 @@ export {
|
|
|
4228
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4229
4231
|
default as UserSquareIcon
|
|
4230
4232
|
} from '../icons/square-user';
|
|
4231
|
-
// SquareX aliases
|
|
4232
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4233
|
-
export {
|
|
4234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4235
|
-
default as XSquareIcon
|
|
4236
|
-
} from '../icons/square-x';
|
|
4237
4233
|
// TestTubeDiagonal aliases
|
|
4238
4234
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4239
4235
|
export {
|
|
@@ -4246,12 +4242,12 @@ export {
|
|
|
4246
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4247
4243
|
default as AlignCenterIcon
|
|
4248
4244
|
} from '../icons/text-align-center';
|
|
4249
|
-
//
|
|
4250
|
-
export { default as
|
|
4245
|
+
// SquareX aliases
|
|
4246
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4251
4247
|
export {
|
|
4252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4253
|
-
default as
|
|
4254
|
-
} from '../icons/
|
|
4248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4249
|
+
default as XSquareIcon
|
|
4250
|
+
} from '../icons/square-x';
|
|
4255
4251
|
// TextAlignJustify aliases
|
|
4256
4252
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4257
4253
|
export {
|
|
@@ -4270,6 +4266,12 @@ export {
|
|
|
4270
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4271
4267
|
default as WrapTextIcon
|
|
4272
4268
|
} from '../icons/text-wrap';
|
|
4269
|
+
// TextAlignEnd aliases
|
|
4270
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as AlignRightIcon
|
|
4274
|
+
} from '../icons/text-align-end';
|
|
4273
4275
|
// TextAlignStart aliases
|
|
4274
4276
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4275
4277
|
export {
|
|
@@ -4286,30 +4288,30 @@ export {
|
|
|
4286
4288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4287
4289
|
default as TrainIcon
|
|
4288
4290
|
} from '../icons/tram-front';
|
|
4289
|
-
// TreePalm aliases
|
|
4290
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4291
|
-
export {
|
|
4292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4293
|
-
default as PalmtreeIcon
|
|
4294
|
-
} from '../icons/tree-palm';
|
|
4295
4291
|
// TriangleAlert aliases
|
|
4296
4292
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4297
4293
|
export {
|
|
4298
4294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4299
4295
|
default as AlertTriangleIcon
|
|
4300
4296
|
} from '../icons/triangle-alert';
|
|
4301
|
-
//
|
|
4302
|
-
export { default as
|
|
4297
|
+
// TreePalm aliases
|
|
4298
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4303
4299
|
export {
|
|
4304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4305
|
-
default as
|
|
4306
|
-
} from '../icons/
|
|
4300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4301
|
+
default as PalmtreeIcon
|
|
4302
|
+
} from '../icons/tree-palm';
|
|
4307
4303
|
// University aliases
|
|
4308
4304
|
export { default as UniversityIcon } from '../icons/university';
|
|
4309
4305
|
export {
|
|
4310
4306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4311
4307
|
default as School2Icon
|
|
4312
4308
|
} from '../icons/university';
|
|
4309
|
+
// TvMinimal aliases
|
|
4310
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4311
|
+
export {
|
|
4312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4313
|
+
default as Tv2Icon
|
|
4314
|
+
} from '../icons/tv-minimal';
|
|
4313
4315
|
// UserRoundCheck aliases
|
|
4314
4316
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4315
4317
|
export {
|
|
@@ -4340,24 +4342,18 @@ export {
|
|
|
4340
4342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4341
4343
|
default as UserX2Icon
|
|
4342
4344
|
} from '../icons/user-round-x';
|
|
4343
|
-
// UsersRound aliases
|
|
4344
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4345
|
-
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4347
|
-
default as Users2Icon
|
|
4348
|
-
} from '../icons/users-round';
|
|
4349
4345
|
// UserRound aliases
|
|
4350
4346
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4351
4347
|
export {
|
|
4352
4348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4353
4349
|
default as User2Icon
|
|
4354
4350
|
} from '../icons/user-round';
|
|
4355
|
-
//
|
|
4356
|
-
export { default as
|
|
4351
|
+
// UsersRound aliases
|
|
4352
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4357
4353
|
export {
|
|
4358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4359
|
-
default as
|
|
4360
|
-
} from '../icons/
|
|
4354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4355
|
+
default as Users2Icon
|
|
4356
|
+
} from '../icons/users-round';
|
|
4361
4357
|
// UtensilsCrossed aliases
|
|
4362
4358
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4363
4359
|
export {
|
|
@@ -4376,4 +4372,16 @@ export {
|
|
|
4376
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4377
4373
|
default as Wand2Icon
|
|
4378
4374
|
} from '../icons/wand-sparkles';
|
|
4375
|
+
// Utensils aliases
|
|
4376
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4377
|
+
export {
|
|
4378
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4379
|
+
default as ForkKnifeIcon
|
|
4380
|
+
} from '../icons/utensils';
|
|
4381
|
+
// WavesHorizontal aliases
|
|
4382
|
+
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4383
|
+
export {
|
|
4384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
4385
|
+
default as WavesIcon
|
|
4386
|
+
} from '../icons/waves-horizontal';
|
|
4379
4387
|
|