@lucide/astro 1.1.0 → 1.3.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 +100 -100
- package/src/aliases/prefixed.ts +628 -622
- package/src/aliases/suffixed.ts +911 -905
- package/src/icons/index.ts +100 -97
- package/src/icons/line-style.ts +18 -0
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
3
|
// ALargeSmall aliases
|
|
6
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// AArrowUp aliases
|
|
8
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
@@ -52,10 +52,10 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
52
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyCenter aliases
|
|
56
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
@@ -66,38 +66,38 @@ 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
|
-
// Ampersands aliases
|
|
70
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
69
|
// Ampersand aliases
|
|
72
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
+
// Ampersands aliases
|
|
72
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Angry aliases
|
|
76
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
81
|
-
// Anvil aliases
|
|
82
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
77
|
+
// Angry aliases
|
|
78
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
83
79
|
// Annoyed aliases
|
|
84
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Anvil aliases
|
|
82
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
+
// Antenna aliases
|
|
84
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindow aliases
|
|
88
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
87
|
// AppWindowMac aliases
|
|
90
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
//
|
|
92
|
-
export { default as
|
|
89
|
+
// AppWindow aliases
|
|
90
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
91
|
// Apple aliases
|
|
94
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
+
// ArchiveRestore aliases
|
|
94
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
@@ -108,10 +108,10 @@ export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRight aliases
|
|
110
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
-
// ArrowBigRightDash aliases
|
|
112
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRightDash aliases
|
|
114
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
@@ -122,38 +122,38 @@ export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToDot aliases
|
|
126
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
// ArrowDown aliases
|
|
132
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
131
|
// ArrowLeftFromLine aliases
|
|
134
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
+
// ArrowDown aliases
|
|
134
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
135
|
// ArrowLeftRight aliases
|
|
136
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
143
|
// ArrowRightToLine aliases
|
|
146
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRightFromLine aliases
|
|
146
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpFromDot aliases
|
|
150
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
151
|
// ArrowUpDown aliases
|
|
152
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
|
-
// ArrowUpFromLine aliases
|
|
154
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
153
|
// ArrowUpLeft aliases
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
@@ -162,30 +162,30 @@ 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
|
-
// Asterisk aliases
|
|
166
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
169
|
// AtSign aliases
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
-
// AudioLines aliases
|
|
174
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
|
+
// AudioLines aliases
|
|
176
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
179
|
// Axe aliases
|
|
180
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// BadgeAlert aliases
|
|
184
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
183
|
// Backpack aliases
|
|
186
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
185
|
// BadgeCent aliases
|
|
188
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeAlert aliases
|
|
188
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
@@ -200,36 +200,36 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
-
// BadgePoundSterling aliases
|
|
204
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
203
|
// BadgePlus aliases
|
|
206
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
+
// BadgePoundSterling aliases
|
|
206
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
|
-
// Badge aliases
|
|
216
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// Badge aliases
|
|
218
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
221
|
// Ban aliases
|
|
222
222
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
-
// Bandage aliases
|
|
224
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
225
223
|
// Banana aliases
|
|
226
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
228
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
229
|
// BanknoteArrowUp aliases
|
|
232
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
|
+
// BanknoteX aliases
|
|
232
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
235
|
// Barcode aliases
|
|
@@ -242,46 +242,46 @@ export { default as BaselineIcon } from '../icons/baseline';
|
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
245
|
// BatteryFull aliases
|
|
248
246
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
|
-
//
|
|
250
|
-
export { default as
|
|
247
|
+
// BatteryLow aliases
|
|
248
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
249
|
// BatteryMedium aliases
|
|
252
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
+
// BatteryPlus aliases
|
|
252
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
254
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Battery aliases
|
|
256
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
// Beaker aliases
|
|
258
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
257
|
// BeanOff aliases
|
|
260
258
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
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
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
265
|
// BedSingle aliases
|
|
266
266
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
-
// Beef aliases
|
|
268
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
269
267
|
// Bed aliases
|
|
270
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
+
// Beef aliases
|
|
270
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellElectric aliases
|
|
276
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
+
// BellElectric aliases
|
|
278
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
279
|
// BellMinus aliases
|
|
280
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
|
-
// BellPlus aliases
|
|
282
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
281
|
// BellOff aliases
|
|
284
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
+
// BellPlus aliases
|
|
284
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
285
|
// BellRing aliases
|
|
286
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
287
|
// Bell aliases
|
|
@@ -290,32 +290,32 @@ export { default as BellIcon } from '../icons/bell';
|
|
|
290
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
291
|
// BetweenVerticalStart aliases
|
|
292
292
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
|
-
// BicepsFlexed aliases
|
|
294
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
293
|
// Bike aliases
|
|
296
294
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
|
-
//
|
|
298
|
-
export { default as
|
|
295
|
+
// BicepsFlexed aliases
|
|
296
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
297
|
// Binary aliases
|
|
300
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
299
|
// Binoculars aliases
|
|
302
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
+
// Bitcoin aliases
|
|
304
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
303
305
|
// Birdhouse aliases
|
|
304
306
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
|
+
// Blend aliases
|
|
308
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
305
309
|
// Bird aliases
|
|
306
310
|
export { default as BirdIcon } from '../icons/bird';
|
|
307
|
-
// Bitcoin aliases
|
|
308
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
311
|
// Blinds aliases
|
|
310
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
313
|
+
// BluetoothConnected aliases
|
|
314
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
313
315
|
// Blocks aliases
|
|
314
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
317
|
// BluetoothOff aliases
|
|
316
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
-
// BluetoothConnected aliases
|
|
318
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
319
|
// BluetoothSearching aliases
|
|
320
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
321
|
// Bluetooth aliases
|
|
@@ -328,26 +328,26 @@ export { default as BoltIcon } from '../icons/bolt';
|
|
|
328
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
-
// BookAlert aliases
|
|
332
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
331
|
// BookA aliases
|
|
334
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
333
|
// BookAudio aliases
|
|
336
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
|
+
// BookAlert aliases
|
|
336
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
+
// BookCopy aliases
|
|
338
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
339
|
// BookCheck aliases
|
|
338
340
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
341
|
// BookDown aliases
|
|
340
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
|
-
// BookCopy aliases
|
|
342
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
-
// BookImage aliases
|
|
344
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
|
-
// BookKey aliases
|
|
348
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
345
|
// BookHeart aliases
|
|
350
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
+
// BookImage aliases
|
|
348
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
|
+
// BookKey aliases
|
|
350
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
@@ -364,16 +364,16 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookSearch aliases
|
|
366
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookText aliases
|
|
370
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookUp aliases
|
|
374
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
373
|
// BookUser aliases
|
|
376
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
+
// BookUp aliases
|
|
376
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
379
|
// Book aliases
|
|
@@ -382,36 +382,36 @@ export { default as BookIcon } from '../icons/book';
|
|
|
382
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
// BookmarkPlus aliases
|
|
386
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
385
|
// BookmarkX aliases
|
|
388
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
387
|
// Bookmark aliases
|
|
390
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
+
// BookmarkPlus aliases
|
|
390
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
391
391
|
// BoomBox aliases
|
|
392
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
|
-
// BotOff aliases
|
|
396
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
395
|
// Bot aliases
|
|
398
396
|
export { default as BotIcon } from '../icons/bot';
|
|
399
397
|
// BottleWine aliases
|
|
400
398
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
|
-
//
|
|
402
|
-
export { default as
|
|
399
|
+
// BotOff aliases
|
|
400
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
403
401
|
// BowArrow aliases
|
|
404
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
403
|
// Boxes aliases
|
|
406
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
+
// Box aliases
|
|
406
|
+
export { default as BoxIcon } from '../icons/box';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
-
// Brain aliases
|
|
412
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
413
411
|
// BrainCog aliases
|
|
414
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
415
415
|
// BrickWallFire aliases
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
417
|
// BrickWallShield aliases
|
|
@@ -422,16 +422,16 @@ export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
|
422
422
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
423
|
// BriefcaseConveyorBelt aliases
|
|
424
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
|
-
// BriefcaseMedical aliases
|
|
426
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
425
|
// Briefcase aliases
|
|
428
426
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
427
|
+
// BriefcaseMedical aliases
|
|
428
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
429
|
// BringToFront aliases
|
|
430
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
-
// BrushCleaning aliases
|
|
432
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
431
|
// Brush aliases
|
|
434
432
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
|
+
// BrushCleaning aliases
|
|
434
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
437
|
// BugOff aliases
|
|
@@ -440,20 +440,20 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// Building aliases
|
|
444
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
445
443
|
// Building2 aliases
|
|
446
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
|
+
// Building aliases
|
|
446
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
-
// Cable aliases
|
|
454
|
-
export { default as CableIcon } from '../icons/cable';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
@@ -464,10 +464,10 @@ export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
-
// CalendarCheck aliases
|
|
468
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
467
|
// CalendarCheck2 aliases
|
|
470
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
|
+
// CalendarCheck aliases
|
|
470
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
471
|
// CalendarClock aliases
|
|
472
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
473
|
// CalendarCog aliases
|
|
@@ -482,64 +482,64 @@ export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
-
// CalendarOff aliases
|
|
486
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
485
|
// CalendarPlus2 aliases
|
|
488
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
|
+
// CalendarOff aliases
|
|
488
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
489
|
// CalendarPlus aliases
|
|
490
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
491
491
|
// CalendarRange aliases
|
|
492
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
-
// CalendarSearch aliases
|
|
494
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
493
|
// CalendarSync aliases
|
|
496
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
-
//
|
|
498
|
-
export { default as
|
|
495
|
+
// CalendarSearch aliases
|
|
496
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
499
497
|
// CalendarX2 aliases
|
|
500
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
|
+
// CalendarX aliases
|
|
500
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// Calendars aliases
|
|
504
504
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
505
|
// CameraOff aliases
|
|
506
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
|
-
// CandyCane aliases
|
|
508
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
507
|
// Camera aliases
|
|
510
508
|
export { default as CameraIcon } from '../icons/camera';
|
|
511
|
-
//
|
|
512
|
-
export { default as
|
|
513
|
-
// CannabisOff aliases
|
|
514
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
509
|
+
// CandyCane aliases
|
|
510
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
515
511
|
// Candy aliases
|
|
516
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
513
|
+
// CandyOff aliases
|
|
514
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
517
515
|
// Cannabis aliases
|
|
518
516
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
-
//
|
|
520
|
-
export { default as
|
|
517
|
+
// CannabisOff aliases
|
|
518
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
521
519
|
// CaptionsOff aliases
|
|
522
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
521
|
// CarFront aliases
|
|
524
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
523
|
// Car aliases
|
|
526
524
|
export { default as CarIcon } from '../icons/car';
|
|
525
|
+
// CarTaxiFront aliases
|
|
526
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
527
|
// Caravan aliases
|
|
528
528
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
529
529
|
// CardSim aliases
|
|
530
530
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
531
531
|
// Carrot aliases
|
|
532
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
|
-
// CaseLower aliases
|
|
534
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
533
|
// CaseSensitive aliases
|
|
536
534
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
535
|
+
// CaseLower aliases
|
|
536
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
537
|
// CaseUpper aliases
|
|
538
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
|
-
// CassetteTape aliases
|
|
540
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
539
|
// Cast aliases
|
|
542
540
|
export { default as CastIcon } from '../icons/cast';
|
|
541
|
+
// CassetteTape aliases
|
|
542
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
545
|
// Cat aliases
|
|
@@ -564,20 +564,20 @@ export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
|
564
564
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
565
565
|
// ChartNoAxesColumnDecreasing aliases
|
|
566
566
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
567
|
-
// ChartSpline aliases
|
|
568
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
567
|
// ChartNoAxesCombined aliases
|
|
570
568
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
569
|
+
// ChartSpline aliases
|
|
570
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
571
|
// CheckCheck aliases
|
|
572
572
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
573
573
|
// CheckLine aliases
|
|
574
574
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
575
575
|
// Check aliases
|
|
576
576
|
export { default as CheckIcon } from '../icons/check';
|
|
577
|
-
// ChefHat aliases
|
|
578
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
579
577
|
// Cherry aliases
|
|
580
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
579
|
+
// ChefHat aliases
|
|
580
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
581
581
|
// ChessBishop aliases
|
|
582
582
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
583
|
// ChessKing aliases
|
|
@@ -594,10 +594,10 @@ export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
|
594
594
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
595
595
|
// ChevronFirst aliases
|
|
596
596
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
597
|
-
// ChevronLast aliases
|
|
598
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
599
597
|
// ChevronLeft aliases
|
|
600
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
+
// ChevronLast aliases
|
|
600
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
601
601
|
// ChevronRight aliases
|
|
602
602
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
603
|
// ChevronUp aliases
|
|
@@ -608,28 +608,28 @@ export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
|
608
608
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
609
|
// ChevronsLeftRightEllipsis aliases
|
|
610
610
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
|
-
// ChevronsLeftRight aliases
|
|
612
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
613
611
|
// ChevronsLeft aliases
|
|
614
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
|
+
// ChevronsLeftRight aliases
|
|
614
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
615
|
+
// ChevronsRight aliases
|
|
616
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
617
|
// ChevronsRightLeft aliases
|
|
616
618
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
617
619
|
// ChevronsUpDown aliases
|
|
618
620
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
|
-
// ChevronsRight aliases
|
|
620
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
621
621
|
// ChevronsUp aliases
|
|
622
622
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
623
623
|
// Church aliases
|
|
624
624
|
export { default as ChurchIcon } from '../icons/church';
|
|
625
625
|
// CigaretteOff aliases
|
|
626
626
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
|
+
// CircleDashed aliases
|
|
628
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
629
|
// Cigarette aliases
|
|
628
630
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
629
631
|
// CircleDollarSign aliases
|
|
630
632
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
|
-
// CircleDashed aliases
|
|
632
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
633
633
|
// CircleDotDashed aliases
|
|
634
634
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
635
635
|
// CircleDot aliases
|
|
@@ -648,14 +648,14 @@ export { default as CircleOffIcon } from '../icons/circle-off';
|
|
|
648
648
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
649
|
// CirclePoundSterling aliases
|
|
650
650
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
|
-
// CircleSmall aliases
|
|
652
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
|
-
// CircleSlash aliases
|
|
654
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
655
651
|
// CircleStar aliases
|
|
656
652
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
|
+
// CircleSlash aliases
|
|
654
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
657
655
|
// Circle aliases
|
|
658
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
|
+
// CircleSmall aliases
|
|
658
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
659
659
|
// CircuitBoard aliases
|
|
660
660
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
661
661
|
// Citrus aliases
|
|
@@ -666,28 +666,28 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
666
666
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
667
667
|
// ClipboardClock aliases
|
|
668
668
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
669
|
-
// ClipboardCopy aliases
|
|
670
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
669
|
// ClipboardList aliases
|
|
672
670
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
|
+
// ClipboardCopy aliases
|
|
672
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
673
|
// ClipboardMinus aliases
|
|
674
674
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
675
|
// ClipboardPaste aliases
|
|
676
676
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
|
-
// ClipboardType aliases
|
|
678
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
677
|
// ClipboardPlus aliases
|
|
680
678
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
|
+
// ClipboardType aliases
|
|
680
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
681
681
|
// ClipboardX aliases
|
|
682
682
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
683
683
|
// Clipboard aliases
|
|
684
684
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
685
685
|
// Clock1 aliases
|
|
686
686
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
|
-
// Clock11 aliases
|
|
688
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
687
|
// Clock10 aliases
|
|
690
688
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
689
|
+
// Clock11 aliases
|
|
690
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
691
|
// Clock12 aliases
|
|
692
692
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
693
693
|
// Clock2 aliases
|
|
@@ -696,12 +696,12 @@ export { default as Clock2Icon } from '../icons/clock-2';
|
|
|
696
696
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
697
697
|
// Clock4 aliases
|
|
698
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
|
-
// Clock5 aliases
|
|
700
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
701
699
|
// Clock6 aliases
|
|
702
700
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
701
|
// Clock7 aliases
|
|
704
702
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
|
+
// Clock5 aliases
|
|
704
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
705
705
|
// Clock8 aliases
|
|
706
706
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
707
|
// Clock9 aliases
|
|
@@ -714,22 +714,22 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
714
714
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
715
715
|
// ClockCheck aliases
|
|
716
716
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
717
|
-
// ClockPlus aliases
|
|
718
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
|
-
// ClosedCaption aliases
|
|
720
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
721
717
|
// ClockFading aliases
|
|
722
718
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
723
719
|
// Clock aliases
|
|
724
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
|
+
// ClockPlus aliases
|
|
722
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
|
+
// ClosedCaption aliases
|
|
724
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
725
|
+
// CloudBackup aliases
|
|
726
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
|
+
// CloudCog aliases
|
|
728
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
725
729
|
// CloudAlert aliases
|
|
726
730
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
727
731
|
// CloudCheck aliases
|
|
728
732
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
729
|
-
// CloudCog aliases
|
|
730
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
|
-
// CloudBackup aliases
|
|
732
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
733
733
|
// CloudDrizzle aliases
|
|
734
734
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
735
735
|
// CloudFog aliases
|
|
@@ -738,10 +738,10 @@ export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
|
738
738
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
739
739
|
// CloudLightning aliases
|
|
740
740
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
741
|
-
// CloudMoon aliases
|
|
742
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
741
|
// CloudMoonRain aliases
|
|
744
742
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
743
|
+
// CloudMoon aliases
|
|
744
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
745
745
|
// CloudOff aliases
|
|
746
746
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
747
747
|
// CloudRainWind aliases
|
|
@@ -756,22 +756,22 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
756
756
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
757
757
|
// CloudSync aliases
|
|
758
758
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
|
+
// Cloud aliases
|
|
760
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
759
761
|
// Cloudy aliases
|
|
760
762
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
763
|
// Clover aliases
|
|
762
764
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
-
// Cloud aliases
|
|
764
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
765
765
|
// Club aliases
|
|
766
766
|
export { default as ClubIcon } from '../icons/club';
|
|
767
|
-
// Cog aliases
|
|
768
|
-
export { default as CogIcon } from '../icons/cog';
|
|
769
767
|
// Code aliases
|
|
770
768
|
export { default as CodeIcon } from '../icons/code';
|
|
771
|
-
// Coins aliases
|
|
772
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
773
769
|
// Coffee aliases
|
|
774
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
+
// Cog aliases
|
|
772
|
+
export { default as CogIcon } from '../icons/cog';
|
|
773
|
+
// Coins aliases
|
|
774
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
775
775
|
// Columns4 aliases
|
|
776
776
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
777
|
// Combine aliases
|
|
@@ -796,10 +796,10 @@ export { default as ContactIcon } from '../icons/contact';
|
|
|
796
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
797
|
// Contrast aliases
|
|
798
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
-
// CookingPot aliases
|
|
800
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
801
799
|
// Cookie aliases
|
|
802
800
|
export { default as CookieIcon } from '../icons/cookie';
|
|
801
|
+
// CookingPot aliases
|
|
802
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
803
|
// CopyCheck aliases
|
|
804
804
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
805
|
// CopyMinus aliases
|
|
@@ -818,20 +818,20 @@ export { default as CopyleftIcon } from '../icons/copyleft';
|
|
|
818
818
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
819
|
// CornerDownLeft aliases
|
|
820
820
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
821
|
// CornerLeftDown aliases
|
|
824
822
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
823
|
+
// CornerDownRight aliases
|
|
824
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
825
|
// CornerLeftUp aliases
|
|
826
826
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
827
|
-
// CornerRightUp aliases
|
|
828
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
829
827
|
// CornerRightDown aliases
|
|
830
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
|
-
// CornerUpRight aliases
|
|
832
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
833
829
|
// CornerUpLeft aliases
|
|
834
830
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
831
|
+
// CornerRightUp aliases
|
|
832
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
|
+
// CornerUpRight aliases
|
|
834
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
835
|
// Cpu aliases
|
|
836
836
|
export { default as CpuIcon } from '../icons/cpu';
|
|
837
837
|
// CreativeCommons aliases
|
|
@@ -844,10 +844,10 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
844
844
|
export { default as CropIcon } from '../icons/crop';
|
|
845
845
|
// Cross aliases
|
|
846
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
|
-
// Crosshair aliases
|
|
848
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
847
|
// Crown aliases
|
|
850
848
|
export { default as CrownIcon } from '../icons/crown';
|
|
849
|
+
// Crosshair aliases
|
|
850
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
851
|
// CupSoda aliases
|
|
852
852
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
853
853
|
// Cuboid aliases
|
|
@@ -856,54 +856,54 @@ export { default as CuboidIcon } from '../icons/cuboid';
|
|
|
856
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
857
|
// Cylinder aliases
|
|
858
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
|
-
// DatabaseBackup aliases
|
|
860
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
861
859
|
// Dam aliases
|
|
862
860
|
export { default as DamIcon } from '../icons/dam';
|
|
861
|
+
// DatabaseBackup aliases
|
|
862
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
863
|
// DatabaseSearch aliases
|
|
864
864
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
865
865
|
// DatabaseZap aliases
|
|
866
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
867
|
// Database aliases
|
|
868
868
|
export { default as DatabaseIcon } from '../icons/database';
|
|
869
|
+
// DecimalsArrowRight aliases
|
|
870
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
869
871
|
// DecimalsArrowLeft aliases
|
|
870
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
873
|
// Delete aliases
|
|
872
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
873
|
-
// DecimalsArrowRight aliases
|
|
874
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
|
-
// Dessert aliases
|
|
876
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
877
|
-
// DiamondMinus aliases
|
|
878
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
879
|
-
// DiamondPlus aliases
|
|
880
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
881
875
|
// Diameter aliases
|
|
882
876
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
877
|
+
// DiamondPlus aliases
|
|
878
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
879
|
+
// Dessert aliases
|
|
880
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
883
881
|
// Diamond aliases
|
|
884
882
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
|
-
//
|
|
886
|
-
export { default as
|
|
887
|
-
// Dice3 aliases
|
|
888
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
|
-
// Dice5 aliases
|
|
890
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
883
|
+
// DiamondMinus aliases
|
|
884
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
891
885
|
// Dice2 aliases
|
|
892
886
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
887
|
+
// Dice3 aliases
|
|
888
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
|
+
// Dice1 aliases
|
|
890
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
893
891
|
// Dice4 aliases
|
|
894
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
|
+
// Dice5 aliases
|
|
894
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
895
895
|
// Dice6 aliases
|
|
896
896
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
897
|
// Dices aliases
|
|
898
898
|
export { default as DicesIcon } from '../icons/dices';
|
|
899
|
-
// Disc2 aliases
|
|
900
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
901
899
|
// Diff aliases
|
|
902
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
901
|
+
// Disc2 aliases
|
|
902
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
903
|
// DiscAlbum aliases
|
|
906
904
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
905
|
+
// Disc3 aliases
|
|
906
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// Disc aliases
|
|
908
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
909
|
// Divide aliases
|
|
@@ -916,20 +916,20 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
916
916
|
export { default as DockIcon } from '../icons/dock';
|
|
917
917
|
// Dog aliases
|
|
918
918
|
export { default as DogIcon } from '../icons/dog';
|
|
919
|
-
// DoorClosedLocked aliases
|
|
920
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
921
919
|
// DollarSign aliases
|
|
922
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
921
|
// Donut aliases
|
|
924
922
|
export { default as DonutIcon } from '../icons/donut';
|
|
923
|
+
// DoorClosedLocked aliases
|
|
924
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
925
925
|
// DoorClosed aliases
|
|
926
926
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
927
|
// DoorOpen aliases
|
|
928
928
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
929
|
-
// Dot aliases
|
|
930
|
-
export { default as DotIcon } from '../icons/dot';
|
|
931
929
|
// Download aliases
|
|
932
930
|
export { default as DownloadIcon } from '../icons/download';
|
|
931
|
+
// Dot aliases
|
|
932
|
+
export { default as DotIcon } from '../icons/dot';
|
|
933
933
|
// DraftingCompass aliases
|
|
934
934
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
935
935
|
// Drama aliases
|
|
@@ -938,12 +938,12 @@ export { default as DramaIcon } from '../icons/drama';
|
|
|
938
938
|
export { default as DrillIcon } from '../icons/drill';
|
|
939
939
|
// Drone aliases
|
|
940
940
|
export { default as DroneIcon } from '../icons/drone';
|
|
941
|
+
// DropletOff aliases
|
|
942
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
941
943
|
// Droplet aliases
|
|
942
944
|
export { default as DropletIcon } from '../icons/droplet';
|
|
943
945
|
// Droplets aliases
|
|
944
946
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
945
|
-
// DropletOff aliases
|
|
946
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
947
|
// Drum aliases
|
|
948
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
949
949
|
// Drumstick aliases
|
|
@@ -966,34 +966,34 @@ export { default as EggOffIcon } from '../icons/egg-off';
|
|
|
966
966
|
export { default as EggIcon } from '../icons/egg';
|
|
967
967
|
// Ellipse aliases
|
|
968
968
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
969
|
-
// EqualNot aliases
|
|
970
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
971
969
|
// EqualApproximately aliases
|
|
972
970
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
971
|
+
// EqualNot aliases
|
|
972
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
973
|
// Equal aliases
|
|
974
974
|
export { default as EqualIcon } from '../icons/equal';
|
|
975
975
|
// Eraser aliases
|
|
976
976
|
export { default as EraserIcon } from '../icons/eraser';
|
|
977
|
-
// Euro aliases
|
|
978
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
979
977
|
// EthernetPort aliases
|
|
980
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
|
+
// Euro aliases
|
|
980
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
+
// EvCharger aliases
|
|
982
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
981
983
|
// Expand aliases
|
|
982
984
|
export { default as ExpandIcon } from '../icons/expand';
|
|
983
985
|
// ExternalLink aliases
|
|
984
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
985
|
-
// EvCharger aliases
|
|
986
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
987
987
|
// EyeClosed aliases
|
|
988
988
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
989
|
// EyeOff aliases
|
|
990
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
991
|
// Eye aliases
|
|
992
992
|
export { default as EyeIcon } from '../icons/eye';
|
|
993
|
-
// Fan aliases
|
|
994
|
-
export { default as FanIcon } from '../icons/fan';
|
|
995
993
|
// Factory aliases
|
|
996
994
|
export { default as FactoryIcon } from '../icons/factory';
|
|
995
|
+
// Fan aliases
|
|
996
|
+
export { default as FanIcon } from '../icons/fan';
|
|
997
997
|
// FastForward aliases
|
|
998
998
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
999
999
|
// Feather aliases
|
|
@@ -1006,10 +1006,10 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
1006
1006
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1007
1007
|
// FileBox aliases
|
|
1008
1008
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1009
|
-
// FileClock aliases
|
|
1010
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1011
1009
|
// FileCheck aliases
|
|
1012
1010
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1011
|
+
// FileClock aliases
|
|
1012
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1013
1013
|
// FileCode aliases
|
|
1014
1014
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
1015
|
// FileDiff aliases
|
|
@@ -1050,12 +1050,12 @@ export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
|
1050
1050
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1051
1051
|
// FileType aliases
|
|
1052
1052
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1053
|
-
// FileUp aliases
|
|
1054
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1055
|
-
// FileUser aliases
|
|
1056
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1057
1053
|
// FileVolume aliases
|
|
1058
1054
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1055
|
+
// FileUser aliases
|
|
1056
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1057
|
+
// FileUp aliases
|
|
1058
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1059
|
// FileX aliases
|
|
1060
1060
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1061
1061
|
// File aliases
|
|
@@ -1066,16 +1066,16 @@ export { default as FilesIcon } from '../icons/files';
|
|
|
1066
1066
|
export { default as FilmIcon } from '../icons/film';
|
|
1067
1067
|
// FireExtinguisher aliases
|
|
1068
1068
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1069
|
-
// FishSymbol aliases
|
|
1070
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1071
1069
|
// FishOff aliases
|
|
1072
1070
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1071
|
+
// FishSymbol aliases
|
|
1072
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1073
1073
|
// Fish aliases
|
|
1074
1074
|
export { default as FishIcon } from '../icons/fish';
|
|
1075
|
-
// FishingRod aliases
|
|
1076
|
-
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1077
1075
|
// FishingHook aliases
|
|
1078
1076
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1077
|
+
// FishingRod aliases
|
|
1078
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1079
1079
|
// FlagOff aliases
|
|
1080
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
1081
|
// FlagTriangleLeft aliases
|
|
@@ -1088,14 +1088,14 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1088
1088
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1089
1089
|
// Flame aliases
|
|
1090
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
|
-
// Flashlight aliases
|
|
1092
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1093
1091
|
// FlashlightOff aliases
|
|
1094
1092
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
|
-
//
|
|
1096
|
-
export { default as
|
|
1093
|
+
// Flashlight aliases
|
|
1094
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1095
|
// FlaskConical aliases
|
|
1098
1096
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1097
|
+
// FlaskConicalOff aliases
|
|
1098
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
1099
|
// FlaskRound aliases
|
|
1100
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
1101
|
// FlipHorizontal2 aliases
|
|
@@ -1104,44 +1104,44 @@ export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
|
1104
1104
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
1105
|
// Flower2 aliases
|
|
1106
1106
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1107
|
-
// Focus aliases
|
|
1108
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1109
1107
|
// Flower aliases
|
|
1110
1108
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1109
|
// FoldHorizontal aliases
|
|
1112
1110
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1111
|
+
// Focus aliases
|
|
1112
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1115
1113
|
// FoldVertical aliases
|
|
1116
1114
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1115
|
+
// FolderArchive aliases
|
|
1116
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1117
1117
|
// FolderCheck aliases
|
|
1118
1118
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1119
|
-
//
|
|
1120
|
-
export { default as
|
|
1119
|
+
// FolderClock aliases
|
|
1120
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1121
1121
|
// FolderCode aliases
|
|
1122
1122
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1123
|
+
// FolderClosed aliases
|
|
1124
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1123
1125
|
// FolderDot aliases
|
|
1124
1126
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1125
|
-
// FolderClock aliases
|
|
1126
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1127
1127
|
// FolderDown aliases
|
|
1128
1128
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
|
-
// FolderGit2 aliases
|
|
1130
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1131
1129
|
// FolderGit aliases
|
|
1132
1130
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1133
|
-
//
|
|
1134
|
-
export { default as
|
|
1131
|
+
// FolderGit2 aliases
|
|
1132
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1135
1133
|
// FolderHeart aliases
|
|
1136
1134
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1137
|
-
// FolderKey aliases
|
|
1138
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1139
1135
|
// FolderKanban aliases
|
|
1140
1136
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
|
-
//
|
|
1142
|
-
export { default as
|
|
1137
|
+
// FolderInput aliases
|
|
1138
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
1139
|
// FolderLock aliases
|
|
1144
1140
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1141
|
+
// FolderKey aliases
|
|
1142
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
|
+
// FolderMinus aliases
|
|
1144
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1145
1145
|
// FolderOpenDot aliases
|
|
1146
1146
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1147
1147
|
// FolderOpen aliases
|
|
@@ -1150,22 +1150,22 @@ export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
|
1150
1150
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1151
1151
|
// FolderPlus aliases
|
|
1152
1152
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1153
|
-
// FolderRoot aliases
|
|
1154
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1155
1153
|
// FolderSearch2 aliases
|
|
1156
1154
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1157
1155
|
// FolderSearch aliases
|
|
1158
1156
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1157
|
+
// FolderRoot aliases
|
|
1158
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
1159
|
// FolderSymlink aliases
|
|
1160
1160
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1161
|
+
// FolderUp aliases
|
|
1162
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1161
1163
|
// FolderSync aliases
|
|
1162
1164
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1163
1165
|
// FolderTree aliases
|
|
1164
1166
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1165
1167
|
// FolderX aliases
|
|
1166
1168
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1167
|
-
// FolderUp aliases
|
|
1168
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1169
1169
|
// Folder aliases
|
|
1170
1170
|
export { default as FolderIcon } from '../icons/folder';
|
|
1171
1171
|
// Folders aliases
|
|
@@ -1176,10 +1176,10 @@ export { default as FootprintsIcon } from '../icons/footprints';
|
|
|
1176
1176
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1177
1177
|
// Form aliases
|
|
1178
1178
|
export { default as FormIcon } from '../icons/form';
|
|
1179
|
-
// Frame aliases
|
|
1180
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1181
1179
|
// Forward aliases
|
|
1182
1180
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1181
|
+
// Frame aliases
|
|
1182
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1183
1183
|
// Frown aliases
|
|
1184
1184
|
export { default as FrownIcon } from '../icons/frown';
|
|
1185
1185
|
// Fuel aliases
|
|
@@ -1190,20 +1190,20 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1190
1190
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1191
1191
|
// GalleryHorizontalEnd aliases
|
|
1192
1192
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1193
|
-
// GalleryThumbnails aliases
|
|
1194
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1195
1193
|
// GalleryHorizontal aliases
|
|
1196
1194
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
|
-
// GalleryVertical aliases
|
|
1198
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1199
1195
|
// GalleryVerticalEnd aliases
|
|
1200
1196
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1197
|
+
// GalleryVertical aliases
|
|
1198
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1199
|
+
// GalleryThumbnails aliases
|
|
1200
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
1201
|
// Gamepad2 aliases
|
|
1202
1202
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1203
|
-
// GamepadDirectional aliases
|
|
1204
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1205
1203
|
// Gamepad aliases
|
|
1206
1204
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1205
|
+
// GamepadDirectional aliases
|
|
1206
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1207
1207
|
// Gauge aliases
|
|
1208
1208
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1209
1209
|
// Gavel aliases
|
|
@@ -1212,28 +1212,28 @@ export { default as GavelIcon } from '../icons/gavel';
|
|
|
1212
1212
|
export { default as GemIcon } from '../icons/gem';
|
|
1213
1213
|
// GeorgianLari aliases
|
|
1214
1214
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1215
|
-
// Gift aliases
|
|
1216
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1217
1215
|
// Ghost aliases
|
|
1218
1216
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1217
|
+
// Gift aliases
|
|
1218
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1219
1219
|
// GitBranchPlus aliases
|
|
1220
1220
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1221
|
-
// GitBranch aliases
|
|
1222
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1223
1221
|
// GitBranchMinus aliases
|
|
1224
1222
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1223
|
+
// GitBranch aliases
|
|
1224
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1225
1225
|
// GitCommitVertical aliases
|
|
1226
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
|
-
// GitCompareArrows aliases
|
|
1228
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
1227
|
// GitCompare aliases
|
|
1230
1228
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
|
+
// GitCompareArrows aliases
|
|
1230
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1231
1231
|
// GitFork aliases
|
|
1232
1232
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1233
|
-
// GitMergeConflict aliases
|
|
1234
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1235
1233
|
// GitGraph aliases
|
|
1236
1234
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1235
|
+
// GitMergeConflict aliases
|
|
1236
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1237
1237
|
// GitMerge aliases
|
|
1238
1238
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1239
1239
|
// GitPullRequestArrow aliases
|
|
@@ -1242,18 +1242,18 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1242
1242
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1243
1243
|
// GitPullRequestCreateArrow aliases
|
|
1244
1244
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1245
|
-
// GitPullRequestDraft aliases
|
|
1246
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1247
1245
|
// GitPullRequestCreate aliases
|
|
1248
1246
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1247
|
+
// GitPullRequestDraft aliases
|
|
1248
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1249
1249
|
// GitPullRequest aliases
|
|
1250
1250
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1251
1251
|
// GlassWater aliases
|
|
1252
1252
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1253
|
-
// Glasses aliases
|
|
1254
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1255
1253
|
// GlobeLock aliases
|
|
1256
1254
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1255
|
+
// Glasses aliases
|
|
1256
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
1257
|
// GlobeOff aliases
|
|
1258
1258
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1259
1259
|
// GlobeX aliases
|
|
@@ -1262,10 +1262,10 @@ export { default as GlobeXIcon } from '../icons/globe-x';
|
|
|
1262
1262
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1263
1263
|
// Goal aliases
|
|
1264
1264
|
export { default as GoalIcon } from '../icons/goal';
|
|
1265
|
-
// GraduationCap aliases
|
|
1266
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1267
1265
|
// Gpu aliases
|
|
1268
1266
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1267
|
+
// GraduationCap aliases
|
|
1268
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1269
1269
|
// Grape aliases
|
|
1270
1270
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
1271
|
// Grid3x2 aliases
|
|
@@ -1284,10 +1284,10 @@ export { default as GuitarIcon } from '../icons/guitar';
|
|
|
1284
1284
|
export { default as HamIcon } from '../icons/ham';
|
|
1285
1285
|
// Hamburger aliases
|
|
1286
1286
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1287
|
-
// HandCoins aliases
|
|
1288
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1289
1287
|
// Hammer aliases
|
|
1290
1288
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1289
|
+
// HandCoins aliases
|
|
1290
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1291
1291
|
// HandFist aliases
|
|
1292
1292
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1293
1293
|
// HandHeart aliases
|
|
@@ -1298,24 +1298,24 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1298
1298
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1299
1299
|
// Hand aliases
|
|
1300
1300
|
export { default as HandIcon } from '../icons/hand';
|
|
1301
|
+
// Handshake aliases
|
|
1302
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1301
1303
|
// Handbag aliases
|
|
1302
1304
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1303
1305
|
// HardDriveDownload aliases
|
|
1304
1306
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1305
|
-
// Handshake aliases
|
|
1306
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1307
1307
|
// HardDriveUpload aliases
|
|
1308
1308
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1309
1309
|
// HardDrive aliases
|
|
1310
1310
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
1311
|
// HardHat aliases
|
|
1312
1312
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1313
|
-
// HatGlasses aliases
|
|
1314
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1315
1313
|
// Haze aliases
|
|
1316
1314
|
export { default as HazeIcon } from '../icons/haze';
|
|
1317
1315
|
// Hash aliases
|
|
1318
1316
|
export { default as HashIcon } from '../icons/hash';
|
|
1317
|
+
// HatGlasses aliases
|
|
1318
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1319
1319
|
// Hd aliases
|
|
1320
1320
|
export { default as HdIcon } from '../icons/hd';
|
|
1321
1321
|
// HdmiPort aliases
|
|
@@ -1332,12 +1332,12 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1332
1332
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
1333
|
// Heading6 aliases
|
|
1334
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
|
+
// HeadphoneOff aliases
|
|
1336
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1335
1337
|
// Heading aliases
|
|
1336
1338
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
1339
|
// Headphones aliases
|
|
1338
1340
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
|
-
// HeadphoneOff aliases
|
|
1340
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1341
1341
|
// Headset aliases
|
|
1342
1342
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1343
1343
|
// HeartCrack aliases
|
|
@@ -1356,10 +1356,10 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1356
1356
|
export { default as HeartIcon } from '../icons/heart';
|
|
1357
1357
|
// Heater aliases
|
|
1358
1358
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1359
|
-
// Helicopter aliases
|
|
1360
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1361
1359
|
// Hexagon aliases
|
|
1362
1360
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1361
|
+
// Helicopter aliases
|
|
1362
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1363
1363
|
// Highlighter aliases
|
|
1364
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
1365
|
// History aliases
|
|
@@ -1370,24 +1370,24 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1370
1370
|
export { default as HopIcon } from '../icons/hop';
|
|
1371
1371
|
// Hospital aliases
|
|
1372
1372
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1373
|
+
// HouseHeart aliases
|
|
1374
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1373
1375
|
// Hotel aliases
|
|
1374
1376
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1375
1377
|
// Hourglass aliases
|
|
1376
1378
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
|
-
// HouseHeart aliases
|
|
1378
|
-
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1379
1379
|
// HousePlug aliases
|
|
1380
1380
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1381
|
-
// HouseWifi aliases
|
|
1382
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1383
1381
|
// HousePlus aliases
|
|
1384
1382
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1383
|
+
// HouseWifi aliases
|
|
1384
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
|
+
// IdCard aliases
|
|
1386
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1385
1387
|
// IdCardLanyard aliases
|
|
1386
1388
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
1389
|
// ImageDown aliases
|
|
1388
1390
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1389
|
-
// IdCard aliases
|
|
1390
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
1391
|
// ImageMinus aliases
|
|
1392
1392
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1393
1393
|
// ImageOff aliases
|
|
@@ -1398,86 +1398,86 @@ export { default as ImagePlayIcon } from '../icons/image-play';
|
|
|
1398
1398
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1399
1399
|
// ImageUp aliases
|
|
1400
1400
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1401
|
-
// Image aliases
|
|
1402
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1403
1401
|
// ImageUpscale aliases
|
|
1404
1402
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
|
-
// Import aliases
|
|
1406
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1407
1403
|
// Images aliases
|
|
1408
1404
|
export { default as ImagesIcon } from '../icons/images';
|
|
1409
|
-
//
|
|
1410
|
-
export { default as
|
|
1405
|
+
// Image aliases
|
|
1406
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1407
|
+
// Import aliases
|
|
1408
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1411
1409
|
// Inbox aliases
|
|
1412
1410
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1411
|
+
// IndianRupee aliases
|
|
1412
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
1413
|
// Infinity aliases
|
|
1416
1414
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1417
|
-
//
|
|
1418
|
-
export { default as
|
|
1415
|
+
// Info aliases
|
|
1416
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1419
1417
|
// InspectionPanel aliases
|
|
1420
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
|
+
// Italic aliases
|
|
1420
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1421
1421
|
// IterationCcw aliases
|
|
1422
1422
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
|
-
// Joystick aliases
|
|
1424
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1425
1423
|
// IterationCw aliases
|
|
1426
1424
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
|
-
// Kanban aliases
|
|
1428
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1429
1425
|
// JapaneseYen aliases
|
|
1430
1426
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1431
|
-
//
|
|
1432
|
-
export { default as
|
|
1427
|
+
// Joystick aliases
|
|
1428
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1429
|
+
// Kanban aliases
|
|
1430
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1433
1431
|
// Kayak aliases
|
|
1434
1432
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1435
|
-
//
|
|
1436
|
-
export { default as
|
|
1433
|
+
// KeyRound aliases
|
|
1434
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
1435
|
// Key aliases
|
|
1438
1436
|
export { default as KeyIcon } from '../icons/key';
|
|
1437
|
+
// KeySquare aliases
|
|
1438
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1439
1439
|
// KeyboardMusic aliases
|
|
1440
1440
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1441
|
-
// Keyboard aliases
|
|
1442
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1443
1441
|
// KeyboardOff aliases
|
|
1444
1442
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1445
1443
|
// LampCeiling aliases
|
|
1446
1444
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1445
|
+
// Keyboard aliases
|
|
1446
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
1447
|
// LampDesk aliases
|
|
1448
1448
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1449
|
-
// LampFloor aliases
|
|
1450
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
1449
|
// LampWallDown aliases
|
|
1452
1450
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1451
|
+
// LampFloor aliases
|
|
1452
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1453
1453
|
// LampWallUp aliases
|
|
1454
1454
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1455
|
+
// LandPlot aliases
|
|
1456
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1455
1457
|
// Lamp aliases
|
|
1456
1458
|
export { default as LampIcon } from '../icons/lamp';
|
|
1457
1459
|
// Landmark aliases
|
|
1458
1460
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
|
-
// LandPlot aliases
|
|
1460
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1461
1461
|
// LaptopMinimalCheck aliases
|
|
1462
1462
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1463
|
-
// Laptop aliases
|
|
1464
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1465
1463
|
// Languages aliases
|
|
1466
1464
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
|
+
// Laptop aliases
|
|
1466
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1467
1467
|
// LassoSelect aliases
|
|
1468
1468
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1469
1469
|
// Lasso aliases
|
|
1470
1470
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1471
|
-
// Laugh aliases
|
|
1472
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1473
1471
|
// Layers2 aliases
|
|
1474
1472
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1473
|
+
// Laugh aliases
|
|
1474
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1475
1475
|
// LayersPlus aliases
|
|
1476
1476
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1477
|
-
// LayoutGrid aliases
|
|
1478
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1479
1477
|
// LayoutDashboard aliases
|
|
1480
1478
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
|
+
// LayoutGrid aliases
|
|
1480
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
1481
|
// LayoutList aliases
|
|
1482
1482
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1483
1483
|
// LayoutPanelLeft aliases
|
|
@@ -1486,62 +1486,64 @@ export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
|
1486
1486
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1487
1487
|
// LayoutTemplate aliases
|
|
1488
1488
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1489
|
-
// LeafyGreen aliases
|
|
1490
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1491
1489
|
// Leaf aliases
|
|
1492
1490
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1491
|
+
// LeafyGreen aliases
|
|
1492
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1493
1493
|
// Lectern aliases
|
|
1494
1494
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1495
|
-
// LensConvex aliases
|
|
1496
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1497
1495
|
// LensConcave aliases
|
|
1498
1496
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1497
|
+
// LensConvex aliases
|
|
1498
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1499
1499
|
// LibraryBig aliases
|
|
1500
1500
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
1501
|
// Library aliases
|
|
1502
1502
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
|
-
// Ligature aliases
|
|
1504
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1505
1503
|
// LifeBuoy aliases
|
|
1506
1504
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
|
+
// Ligature aliases
|
|
1506
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
1507
|
// LightbulbOff aliases
|
|
1508
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
1509
|
// Lightbulb aliases
|
|
1510
1510
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
1511
|
// LineDotRightHorizontal aliases
|
|
1512
1512
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1513
|
-
// Link2Off aliases
|
|
1514
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1515
1513
|
// LineSquiggle aliases
|
|
1516
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1517
|
-
//
|
|
1518
|
-
export { default as
|
|
1515
|
+
// LineStyle aliases
|
|
1516
|
+
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1517
|
+
// Link2Off aliases
|
|
1518
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1519
1519
|
// Link aliases
|
|
1520
1520
|
export { default as LinkIcon } from '../icons/link';
|
|
1521
|
+
// Link2 aliases
|
|
1522
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1521
1523
|
// ListCheck aliases
|
|
1522
1524
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1523
1525
|
// ListChecks aliases
|
|
1524
1526
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1527
|
+
// ListChevronsUpDown aliases
|
|
1528
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1525
1529
|
// ListChevronsDownUp aliases
|
|
1526
1530
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1527
1531
|
// ListCollapse aliases
|
|
1528
1532
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1529
|
-
// ListChevronsUpDown aliases
|
|
1530
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
1533
|
// ListEnd aliases
|
|
1532
1534
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1533
1535
|
// ListFilterPlus aliases
|
|
1534
1536
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1535
|
-
// ListMinus aliases
|
|
1536
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1537
|
-
// ListMusic aliases
|
|
1538
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1539
1537
|
// ListFilter aliases
|
|
1540
1538
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
|
-
//
|
|
1542
|
-
export { default as
|
|
1539
|
+
// ListMinus aliases
|
|
1540
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1543
1541
|
// ListOrdered aliases
|
|
1544
1542
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1543
|
+
// ListPlus aliases
|
|
1544
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
|
+
// ListMusic aliases
|
|
1546
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1545
1547
|
// ListRestart aliases
|
|
1546
1548
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1547
1549
|
// ListStart aliases
|
|
@@ -1550,50 +1552,50 @@ export { default as ListStartIcon } from '../icons/list-start';
|
|
|
1550
1552
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1551
1553
|
// ListTree aliases
|
|
1552
1554
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1553
|
-
// ListX aliases
|
|
1554
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1555
1555
|
// ListVideo aliases
|
|
1556
1556
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1557
|
-
// Loader aliases
|
|
1558
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1559
|
-
// LoaderPinwheel aliases
|
|
1560
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
1557
|
// List aliases
|
|
1562
1558
|
export { default as ListIcon } from '../icons/list';
|
|
1559
|
+
// ListX aliases
|
|
1560
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1561
|
+
// LoaderPinwheel aliases
|
|
1562
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1563
|
+
// Loader aliases
|
|
1564
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1563
1565
|
// LocateFixed aliases
|
|
1564
1566
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1565
|
-
// LocateOff aliases
|
|
1566
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1567
1567
|
// Locate aliases
|
|
1568
1568
|
export { default as LocateIcon } from '../icons/locate';
|
|
1569
|
+
// LocateOff aliases
|
|
1570
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1569
1571
|
// LockKeyhole aliases
|
|
1570
1572
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1571
1573
|
// Lock aliases
|
|
1572
1574
|
export { default as LockIcon } from '../icons/lock';
|
|
1573
|
-
// Logs aliases
|
|
1574
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1575
1575
|
// LogIn aliases
|
|
1576
1576
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1577
|
-
//
|
|
1578
|
-
export { default as
|
|
1577
|
+
// Logs aliases
|
|
1578
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1579
1579
|
// Lollipop aliases
|
|
1580
1580
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1581
|
-
//
|
|
1582
|
-
export { default as
|
|
1581
|
+
// LogOut aliases
|
|
1582
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1583
1583
|
// Luggage aliases
|
|
1584
1584
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1585
1585
|
// MailCheck aliases
|
|
1586
1586
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1587
|
+
// Magnet aliases
|
|
1588
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
1589
|
// MailMinus aliases
|
|
1588
1590
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1589
|
-
// MailPlus aliases
|
|
1590
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1591
1591
|
// MailOpen aliases
|
|
1592
1592
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1593
|
-
//
|
|
1594
|
-
export { default as
|
|
1593
|
+
// MailPlus aliases
|
|
1594
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1595
1595
|
// MailSearch aliases
|
|
1596
1596
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1597
|
+
// MailWarning aliases
|
|
1598
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1597
1599
|
// MailX aliases
|
|
1598
1600
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1599
1601
|
// Mail aliases
|
|
@@ -1602,20 +1604,20 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1602
1604
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1603
1605
|
// Mails aliases
|
|
1604
1606
|
export { default as MailsIcon } from '../icons/mails';
|
|
1605
|
-
// MapPinCheckInside aliases
|
|
1606
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1607
1607
|
// MapMinus aliases
|
|
1608
1608
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1609
|
-
//
|
|
1610
|
-
export { default as
|
|
1609
|
+
// MapPinCheckInside aliases
|
|
1610
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
1611
|
// MapPinHouse aliases
|
|
1612
1612
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1613
|
+
// MapPinCheck aliases
|
|
1614
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1613
1615
|
// MapPinMinusInside aliases
|
|
1614
1616
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1615
|
-
// MapPinMinus aliases
|
|
1616
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1617
1617
|
// MapPinOff aliases
|
|
1618
1618
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
|
+
// MapPinMinus aliases
|
|
1620
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1619
1621
|
// MapPinPlusInside aliases
|
|
1620
1622
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1621
1623
|
// MapPinPlus aliases
|
|
@@ -1628,32 +1630,32 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1628
1630
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1629
1631
|
// MapPinned aliases
|
|
1630
1632
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1631
|
-
// Map aliases
|
|
1632
|
-
export { default as MapIcon } from '../icons/map';
|
|
1633
1633
|
// MapPlus aliases
|
|
1634
1634
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1635
|
+
// Map aliases
|
|
1636
|
+
export { default as MapIcon } from '../icons/map';
|
|
1635
1637
|
// MarsStroke aliases
|
|
1636
1638
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1637
1639
|
// Martini aliases
|
|
1638
1640
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1639
|
-
// Mars aliases
|
|
1640
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1641
1641
|
// Maximize aliases
|
|
1642
1642
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
|
+
// Mars aliases
|
|
1644
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1643
1645
|
// Maximize2 aliases
|
|
1644
1646
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1645
1647
|
// Medal aliases
|
|
1646
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1647
|
-
// Megaphone aliases
|
|
1648
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1649
1649
|
// MegaphoneOff aliases
|
|
1650
1650
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1651
|
+
// Megaphone aliases
|
|
1652
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1653
|
// Meh aliases
|
|
1652
1654
|
export { default as MehIcon } from '../icons/meh';
|
|
1653
|
-
// MemoryStick aliases
|
|
1654
|
-
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1655
1655
|
// Menu aliases
|
|
1656
1656
|
export { default as MenuIcon } from '../icons/menu';
|
|
1657
|
+
// MemoryStick aliases
|
|
1658
|
+
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1657
1659
|
// Merge aliases
|
|
1658
1660
|
export { default as MergeIcon } from '../icons/merge';
|
|
1659
1661
|
// MessageCircleCheck aliases
|
|
@@ -1662,20 +1664,20 @@ export { default as MessageCircleCheckIcon } from '../icons/message-circle-check
|
|
|
1662
1664
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1663
1665
|
// MessageCircleDashed aliases
|
|
1664
1666
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1665
|
-
// MessageCircleMore aliases
|
|
1666
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1667
1667
|
// MessageCircleHeart aliases
|
|
1668
1668
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1669
|
+
// MessageCircleMore aliases
|
|
1670
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1669
1671
|
// MessageCircleOff aliases
|
|
1670
1672
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1671
1673
|
// MessageCirclePlus aliases
|
|
1672
1674
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1673
1675
|
// MessageCircleReply aliases
|
|
1674
1676
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1675
|
-
// MessageCircleX aliases
|
|
1676
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1677
1677
|
// MessageCircleWarning aliases
|
|
1678
1678
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
|
+
// MessageCircleX aliases
|
|
1680
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1679
1681
|
// MessageCircle aliases
|
|
1680
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1681
1683
|
// MessageSquareCheck aliases
|
|
@@ -1704,10 +1706,10 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1704
1706
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1705
1707
|
// MessageSquareShare aliases
|
|
1706
1708
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1707
|
-
// MessageSquareWarning aliases
|
|
1708
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1709
1709
|
// MessageSquareText aliases
|
|
1710
1710
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1711
|
+
// MessageSquareWarning aliases
|
|
1712
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1711
1713
|
// MessageSquareX aliases
|
|
1712
1714
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1713
1715
|
// MessageSquare aliases
|
|
@@ -1716,22 +1718,22 @@ export { default as MessageSquareIcon } from '../icons/message-square';
|
|
|
1716
1718
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1717
1719
|
// Metronome aliases
|
|
1718
1720
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1721
|
+
// MicOff aliases
|
|
1722
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
1723
|
// Mic aliases
|
|
1720
1724
|
export { default as MicIcon } from '../icons/mic';
|
|
1721
1725
|
// Microchip aliases
|
|
1722
1726
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1723
|
-
// MicOff aliases
|
|
1724
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1725
1727
|
// Microscope aliases
|
|
1726
1728
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1727
1729
|
// Microwave aliases
|
|
1728
1730
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1731
|
+
// Milestone aliases
|
|
1732
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1729
1733
|
// MilkOff aliases
|
|
1730
1734
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1731
1735
|
// Milk aliases
|
|
1732
1736
|
export { default as MilkIcon } from '../icons/milk';
|
|
1733
|
-
// Milestone aliases
|
|
1734
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1735
1737
|
// Minimize2 aliases
|
|
1736
1738
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1737
1739
|
// Minimize aliases
|
|
@@ -1740,24 +1742,24 @@ export { default as MinimizeIcon } from '../icons/minimize';
|
|
|
1740
1742
|
export { default as MinusIcon } from '../icons/minus';
|
|
1741
1743
|
// MirrorRectangular aliases
|
|
1742
1744
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1743
|
-
// MonitorCheck aliases
|
|
1744
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1745
1745
|
// MirrorRound aliases
|
|
1746
1746
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1747
|
+
// MonitorCheck aliases
|
|
1748
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1747
1749
|
// MonitorCloud aliases
|
|
1748
1750
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
1751
|
// MonitorCog aliases
|
|
1750
1752
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1751
1753
|
// MonitorDot aliases
|
|
1752
1754
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1753
|
-
// MonitorDown aliases
|
|
1754
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1755
1755
|
// MonitorOff aliases
|
|
1756
1756
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1757
|
-
//
|
|
1758
|
-
export { default as
|
|
1757
|
+
// MonitorDown aliases
|
|
1758
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1759
1759
|
// MonitorPause aliases
|
|
1760
1760
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1761
|
+
// MonitorPlay aliases
|
|
1762
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1761
1763
|
// MonitorSmartphone aliases
|
|
1762
1764
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1763
1765
|
// MonitorSpeaker aliases
|
|
@@ -1766,18 +1768,18 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1766
1768
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
1769
|
// MonitorUp aliases
|
|
1768
1770
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1769
|
-
// Monitor aliases
|
|
1770
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1771
1771
|
// MonitorX aliases
|
|
1772
1772
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1773
|
+
// Monitor aliases
|
|
1774
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1773
1775
|
// MoonStar aliases
|
|
1774
1776
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1775
1777
|
// Moon aliases
|
|
1776
1778
|
export { default as MoonIcon } from '../icons/moon';
|
|
1777
|
-
// MountainSnow aliases
|
|
1778
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1779
1779
|
// Motorbike aliases
|
|
1780
1780
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1781
|
+
// MountainSnow aliases
|
|
1782
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1781
1783
|
// Mountain aliases
|
|
1782
1784
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1783
1785
|
// MouseLeft aliases
|
|
@@ -1786,36 +1788,36 @@ export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
|
1786
1788
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1787
1789
|
// MousePointer2Off aliases
|
|
1788
1790
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1789
|
-
// MousePointer2 aliases
|
|
1790
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1791
1791
|
// MousePointerBan aliases
|
|
1792
1792
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1793
|
+
// MousePointer2 aliases
|
|
1794
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1793
1795
|
// MousePointerClick aliases
|
|
1794
1796
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1795
1797
|
// MousePointer aliases
|
|
1796
1798
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1797
|
-
// MouseRight aliases
|
|
1798
|
-
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1799
1799
|
// Mouse aliases
|
|
1800
1800
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1801
|
-
//
|
|
1802
|
-
export { default as
|
|
1801
|
+
// MouseRight aliases
|
|
1802
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1803
1803
|
// MoveDiagonal2 aliases
|
|
1804
1804
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1805
1805
|
// MoveDiagonal aliases
|
|
1806
1806
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1807
1807
|
// MoveDownRight aliases
|
|
1808
1808
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1809
|
-
//
|
|
1810
|
-
export { default as
|
|
1809
|
+
// MoveDownLeft aliases
|
|
1810
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1811
1811
|
// MoveDown aliases
|
|
1812
1812
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1813
|
-
//
|
|
1814
|
-
export { default as
|
|
1815
|
-
// MoveRight aliases
|
|
1816
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1813
|
+
// MoveHorizontal aliases
|
|
1814
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1817
1815
|
// MoveUpLeft aliases
|
|
1818
1816
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1817
|
+
// MoveRight aliases
|
|
1818
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1819
|
+
// MoveLeft aliases
|
|
1820
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1819
1821
|
// MoveUpRight aliases
|
|
1820
1822
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1821
1823
|
// MoveUp aliases
|
|
@@ -1830,26 +1832,26 @@ export { default as Music2Icon } from '../icons/music-2';
|
|
|
1830
1832
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1831
1833
|
// Music4 aliases
|
|
1832
1834
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1835
|
+
// Navigation2Off aliases
|
|
1836
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1833
1837
|
// Music aliases
|
|
1834
1838
|
export { default as MusicIcon } from '../icons/music';
|
|
1835
1839
|
// Navigation2 aliases
|
|
1836
1840
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1837
|
-
// Navigation2Off aliases
|
|
1838
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1839
1841
|
// NavigationOff aliases
|
|
1840
1842
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1841
|
-
// Network aliases
|
|
1842
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1843
1843
|
// Navigation aliases
|
|
1844
1844
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1845
|
+
// Network aliases
|
|
1846
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1845
1847
|
// Newspaper aliases
|
|
1846
1848
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1847
1849
|
// Nfc aliases
|
|
1848
1850
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1849
|
-
// NonBinary aliases
|
|
1850
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1851
1851
|
// NotebookPen aliases
|
|
1852
1852
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1853
|
+
// NonBinary aliases
|
|
1854
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1853
1855
|
// NotebookTabs aliases
|
|
1854
1856
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1855
1857
|
// NotebookText aliases
|
|
@@ -1866,16 +1868,16 @@ export { default as NutOffIcon } from '../icons/nut-off';
|
|
|
1866
1868
|
export { default as NutIcon } from '../icons/nut';
|
|
1867
1869
|
// OctagonMinus aliases
|
|
1868
1870
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1869
|
-
// Octagon aliases
|
|
1870
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1871
1871
|
// Omega aliases
|
|
1872
1872
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1873
|
-
//
|
|
1874
|
-
export { default as
|
|
1873
|
+
// Octagon aliases
|
|
1874
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1875
1875
|
// Option aliases
|
|
1876
1876
|
export { default as OptionIcon } from '../icons/option';
|
|
1877
1877
|
// Orbit aliases
|
|
1878
1878
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1879
|
+
// Origami aliases
|
|
1880
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1879
1881
|
// Package2 aliases
|
|
1880
1882
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1881
1883
|
// PackageCheck aliases
|
|
@@ -1884,44 +1886,44 @@ export { default as PackageCheckIcon } from '../icons/package-check';
|
|
|
1884
1886
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1885
1887
|
// PackageOpen aliases
|
|
1886
1888
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1887
|
-
// PackageSearch aliases
|
|
1888
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1889
1889
|
// PackagePlus aliases
|
|
1890
1890
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1891
|
+
// PackageSearch aliases
|
|
1892
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1891
1893
|
// PackageX aliases
|
|
1892
1894
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1893
1895
|
// Package aliases
|
|
1894
1896
|
export { default as PackageIcon } from '../icons/package';
|
|
1895
|
-
// PaintBucket aliases
|
|
1896
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1897
1897
|
// PaintRoller aliases
|
|
1898
1898
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1899
|
+
// PaintBucket aliases
|
|
1900
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1899
1901
|
// Paintbrush aliases
|
|
1900
1902
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1901
|
-
// Palette aliases
|
|
1902
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1903
1903
|
// Panda aliases
|
|
1904
1904
|
export { default as PandaIcon } from '../icons/panda';
|
|
1905
|
+
// Palette aliases
|
|
1906
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1905
1907
|
// PanelBottomClose aliases
|
|
1906
1908
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1907
1909
|
// PanelBottomOpen aliases
|
|
1908
1910
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1909
|
-
// PanelLeftRightDashed aliases
|
|
1910
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1911
1911
|
// PanelBottom aliases
|
|
1912
1912
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1913
|
+
// PanelLeftRightDashed aliases
|
|
1914
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1913
1915
|
// PanelRightClose aliases
|
|
1914
1916
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1915
|
-
// PanelRight aliases
|
|
1916
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1917
1917
|
// PanelRightOpen aliases
|
|
1918
1918
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1919
|
+
// PanelRight aliases
|
|
1920
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1921
|
+
// PanelTopClose aliases
|
|
1922
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1919
1923
|
// PanelTopBottomDashed aliases
|
|
1920
1924
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1921
1925
|
// PanelTopOpen aliases
|
|
1922
1926
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1923
|
-
// PanelTopClose aliases
|
|
1924
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1925
1927
|
// PanelTop aliases
|
|
1926
1928
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1927
1929
|
// PanelsLeftBottom aliases
|
|
@@ -1932,10 +1934,10 @@ export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
|
1932
1934
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1933
1935
|
// Parentheses aliases
|
|
1934
1936
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1935
|
-
// PartyPopper aliases
|
|
1936
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1937
1937
|
// ParkingMeter aliases
|
|
1938
1938
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1939
|
+
// PartyPopper aliases
|
|
1940
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1939
1941
|
// Pause aliases
|
|
1940
1942
|
export { default as PauseIcon } from '../icons/pause';
|
|
1941
1943
|
// PawPrint aliases
|
|
@@ -1960,26 +1962,26 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
1960
1962
|
export { default as PercentIcon } from '../icons/percent';
|
|
1961
1963
|
// PersonStanding aliases
|
|
1962
1964
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1963
|
-
// PhoneForwarded aliases
|
|
1964
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1965
1965
|
// PhilippinePeso aliases
|
|
1966
1966
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1967
1967
|
// PhoneCall aliases
|
|
1968
1968
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1969
|
+
// PhoneForwarded aliases
|
|
1970
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1971
|
+
// PhoneIncoming aliases
|
|
1972
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1969
1973
|
// PhoneMissed aliases
|
|
1970
1974
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1971
1975
|
// PhoneOff aliases
|
|
1972
1976
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1973
|
-
// PhoneIncoming aliases
|
|
1974
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1975
1977
|
// PhoneOutgoing aliases
|
|
1976
1978
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1977
1979
|
// Phone aliases
|
|
1978
1980
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1979
|
-
// Piano aliases
|
|
1980
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1981
1981
|
// Pi aliases
|
|
1982
1982
|
export { default as PiIcon } from '../icons/pi';
|
|
1983
|
+
// Piano aliases
|
|
1984
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1983
1985
|
// Pickaxe aliases
|
|
1984
1986
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1985
1987
|
// PictureInPicture2 aliases
|
|
@@ -1998,124 +2000,124 @@ export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
|
1998
2000
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1999
2001
|
// Pill aliases
|
|
2000
2002
|
export { default as PillIcon } from '../icons/pill';
|
|
2001
|
-
// Pin aliases
|
|
2002
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2003
2003
|
// PinOff aliases
|
|
2004
2004
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2005
|
-
//
|
|
2006
|
-
export { default as
|
|
2005
|
+
// Pin aliases
|
|
2006
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2007
2007
|
// Pipette aliases
|
|
2008
2008
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2009
|
+
// Pizza aliases
|
|
2010
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2009
2011
|
// PlaneLanding aliases
|
|
2010
2012
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2011
|
-
// PlaneTakeoff aliases
|
|
2012
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2013
|
-
// Play aliases
|
|
2014
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2015
2013
|
// Plane aliases
|
|
2016
2014
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2015
|
+
// Play aliases
|
|
2016
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2017
|
+
// PlaneTakeoff aliases
|
|
2018
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2017
2019
|
// Plug2 aliases
|
|
2018
2020
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2019
2021
|
// Plug aliases
|
|
2020
2022
|
export { default as PlugIcon } from '../icons/plug';
|
|
2021
|
-
// Plus aliases
|
|
2022
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2023
2023
|
// PocketKnife aliases
|
|
2024
2024
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2025
|
+
// Plus aliases
|
|
2026
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2025
2027
|
// Podcast aliases
|
|
2026
2028
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2027
|
-
// Pointer aliases
|
|
2028
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2029
2029
|
// PointerOff aliases
|
|
2030
2030
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2031
|
+
// Pointer aliases
|
|
2032
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2031
2033
|
// Popcorn aliases
|
|
2032
2034
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2033
2035
|
// Popsicle aliases
|
|
2034
2036
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2035
|
-
// PowerOff aliases
|
|
2036
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2037
2037
|
// PoundSterling aliases
|
|
2038
2038
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2039
|
+
// PowerOff aliases
|
|
2040
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2039
2041
|
// Power aliases
|
|
2040
2042
|
export { default as PowerIcon } from '../icons/power';
|
|
2041
2043
|
// Presentation aliases
|
|
2042
2044
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2043
|
-
// PrinterCheck aliases
|
|
2044
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
2045
|
// PrinterX aliases
|
|
2046
2046
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2047
|
+
// PrinterCheck aliases
|
|
2048
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2047
2049
|
// Printer aliases
|
|
2048
2050
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2049
2051
|
// Projector aliases
|
|
2050
2052
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2051
|
-
// Puzzle aliases
|
|
2052
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2053
2053
|
// Proportions aliases
|
|
2054
2054
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2055
|
-
//
|
|
2056
|
-
export { default as
|
|
2055
|
+
// Puzzle aliases
|
|
2056
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2057
2057
|
// QrCode aliases
|
|
2058
2058
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2059
|
+
// Pyramid aliases
|
|
2060
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2059
2061
|
// Quote aliases
|
|
2060
2062
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2061
|
-
// Radar aliases
|
|
2062
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2063
2063
|
// Rabbit aliases
|
|
2064
2064
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2065
|
+
// Radar aliases
|
|
2066
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2067
2067
|
// Radiation aliases
|
|
2068
2068
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2069
|
+
// Radical aliases
|
|
2070
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2069
2071
|
// RadioReceiver aliases
|
|
2070
2072
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2073
|
+
// Radio aliases
|
|
2074
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2071
2075
|
// RadioTower aliases
|
|
2072
2076
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2073
|
-
// Rainbow aliases
|
|
2074
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2075
2077
|
// Radius aliases
|
|
2076
2078
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2077
|
-
//
|
|
2078
|
-
export { default as
|
|
2079
|
+
// Rainbow aliases
|
|
2080
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2079
2081
|
// Rat aliases
|
|
2080
2082
|
export { default as RatIcon } from '../icons/rat';
|
|
2081
|
-
// ReceiptCent aliases
|
|
2082
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2083
2083
|
// Ratio aliases
|
|
2084
2084
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2085
|
+
// ReceiptCent aliases
|
|
2086
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2085
2087
|
// ReceiptEuro aliases
|
|
2086
2088
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2087
2089
|
// ReceiptIndianRupee aliases
|
|
2088
2090
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2089
|
-
// ReceiptPoundSterling aliases
|
|
2090
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2091
2091
|
// ReceiptJapaneseYen aliases
|
|
2092
2092
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2093
|
-
//
|
|
2094
|
-
export { default as
|
|
2093
|
+
// ReceiptPoundSterling aliases
|
|
2094
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2095
2095
|
// ReceiptRussianRuble aliases
|
|
2096
2096
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2097
|
+
// ReceiptSwissFranc aliases
|
|
2098
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2097
2099
|
// ReceiptText aliases
|
|
2098
2100
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2099
2101
|
// ReceiptTurkishLira aliases
|
|
2100
2102
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2101
|
-
// Receipt aliases
|
|
2102
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2103
2103
|
// RectangleCircle aliases
|
|
2104
2104
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2105
|
+
// Receipt aliases
|
|
2106
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2107
2107
|
// RectangleGoggles aliases
|
|
2108
2108
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2109
|
+
// RectangleHorizontal aliases
|
|
2110
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2109
2111
|
// RectangleVertical aliases
|
|
2110
2112
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2111
|
-
// Recycle aliases
|
|
2112
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2113
2113
|
// Redo2 aliases
|
|
2114
2114
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2115
|
+
// Recycle aliases
|
|
2116
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2117
2117
|
// RedoDot aliases
|
|
2118
2118
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2119
|
+
// Redo aliases
|
|
2120
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2119
2121
|
// RefreshCcwDot aliases
|
|
2120
2122
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2121
2123
|
// RefreshCcw aliases
|
|
@@ -2132,10 +2134,10 @@ export { default as RegexIcon } from '../icons/regex';
|
|
|
2132
2134
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2133
2135
|
// Repeat1 aliases
|
|
2134
2136
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2135
|
-
// Repeat2 aliases
|
|
2136
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2137
2137
|
// Repeat aliases
|
|
2138
2138
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2139
|
+
// Repeat2 aliases
|
|
2140
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
2141
|
// ReplaceAll aliases
|
|
2140
2142
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2141
2143
|
// Replace aliases
|
|
@@ -2148,22 +2150,22 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2148
2150
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2149
2151
|
// Ribbon aliases
|
|
2150
2152
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2151
|
-
// Road aliases
|
|
2152
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2153
2153
|
// Rocket aliases
|
|
2154
2154
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2155
|
+
// Road aliases
|
|
2156
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2155
2157
|
// RockingChair aliases
|
|
2156
2158
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2157
|
-
// Rose aliases
|
|
2158
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2159
2159
|
// RollerCoaster aliases
|
|
2160
2160
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2161
2161
|
// RotateCcwKey aliases
|
|
2162
2162
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2163
|
-
// RotateCcw aliases
|
|
2164
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2165
2163
|
// RotateCcwSquare aliases
|
|
2166
2164
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2165
|
+
// Rose aliases
|
|
2166
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2167
|
+
// RotateCcw aliases
|
|
2168
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2167
2169
|
// RotateCwSquare aliases
|
|
2168
2170
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2169
2171
|
// RotateCw aliases
|
|
@@ -2174,16 +2176,16 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2174
2176
|
export { default as RouteIcon } from '../icons/route';
|
|
2175
2177
|
// Router aliases
|
|
2176
2178
|
export { default as RouterIcon } from '../icons/router';
|
|
2177
|
-
// Rows4 aliases
|
|
2178
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2179
2179
|
// Rss aliases
|
|
2180
2180
|
export { default as RssIcon } from '../icons/rss';
|
|
2181
|
+
// Rows4 aliases
|
|
2182
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2181
2183
|
// RulerDimensionLine aliases
|
|
2182
2184
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2183
|
-
// Ruler aliases
|
|
2184
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2185
2185
|
// RussianRuble aliases
|
|
2186
2186
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2187
|
+
// Ruler aliases
|
|
2188
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2187
2189
|
// Sailboat aliases
|
|
2188
2190
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2189
2191
|
// Salad aliases
|
|
@@ -2192,22 +2194,22 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2192
2194
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2193
2195
|
// SatelliteDish aliases
|
|
2194
2196
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2195
|
-
// SaudiRiyal aliases
|
|
2196
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2197
|
-
// SaveAll aliases
|
|
2198
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2199
2197
|
// Satellite aliases
|
|
2200
2198
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2199
|
+
// SaudiRiyal aliases
|
|
2200
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2201
2201
|
// SaveOff aliases
|
|
2202
2202
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2203
|
+
// SaveAll aliases
|
|
2204
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2203
2205
|
// Save aliases
|
|
2204
2206
|
export { default as SaveIcon } from '../icons/save';
|
|
2207
|
+
// Scale aliases
|
|
2208
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2205
2209
|
// Scaling aliases
|
|
2206
2210
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2207
2211
|
// ScanBarcode aliases
|
|
2208
2212
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2209
|
-
// Scale aliases
|
|
2210
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2211
2213
|
// ScanEye aliases
|
|
2212
2214
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2213
2215
|
// ScanFace aliases
|
|
@@ -2232,10 +2234,10 @@ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed
|
|
|
2232
2234
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2233
2235
|
// Scooter aliases
|
|
2234
2236
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2235
|
-
// ScreenShareOff aliases
|
|
2236
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2237
2237
|
// ScreenShare aliases
|
|
2238
2238
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2239
|
+
// ScreenShareOff aliases
|
|
2240
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2239
2241
|
// ScrollText aliases
|
|
2240
2242
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2241
2243
|
// Scroll aliases
|
|
@@ -2254,12 +2256,12 @@ export { default as SearchXIcon } from '../icons/search-x';
|
|
|
2254
2256
|
export { default as SearchIcon } from '../icons/search';
|
|
2255
2257
|
// Section aliases
|
|
2256
2258
|
export { default as SectionIcon } from '../icons/section';
|
|
2259
|
+
// Send aliases
|
|
2260
|
+
export { default as SendIcon } from '../icons/send';
|
|
2257
2261
|
// SendToBack aliases
|
|
2258
2262
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2259
2263
|
// SeparatorHorizontal aliases
|
|
2260
2264
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2261
|
-
// Send aliases
|
|
2262
|
-
export { default as SendIcon } from '../icons/send';
|
|
2263
2265
|
// SeparatorVertical aliases
|
|
2264
2266
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2265
2267
|
// ServerCog aliases
|
|
@@ -2278,10 +2280,10 @@ export { default as SettingsIcon } from '../icons/settings';
|
|
|
2278
2280
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2279
2281
|
// Share2 aliases
|
|
2280
2282
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2281
|
-
// Share aliases
|
|
2282
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2283
2283
|
// Sheet aliases
|
|
2284
2284
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2285
|
+
// Share aliases
|
|
2286
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2285
2287
|
// Shell aliases
|
|
2286
2288
|
export { default as ShellIcon } from '../icons/shell';
|
|
2287
2289
|
// ShelvingUnit aliases
|
|
@@ -2290,18 +2292,22 @@ export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
|
2290
2292
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2291
2293
|
// ShieldBan aliases
|
|
2292
2294
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2295
|
+
// ShieldCogCorner aliases
|
|
2296
|
+
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2293
2297
|
// ShieldCheck aliases
|
|
2294
2298
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2299
|
+
// ShieldCog aliases
|
|
2300
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2295
2301
|
// ShieldEllipsis aliases
|
|
2296
2302
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2297
2303
|
// ShieldHalf aliases
|
|
2298
2304
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2305
|
+
// ShieldOff aliases
|
|
2306
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2299
2307
|
// ShieldMinus aliases
|
|
2300
2308
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2301
2309
|
// ShieldPlus aliases
|
|
2302
2310
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2303
|
-
// ShieldOff aliases
|
|
2304
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2305
2311
|
// ShieldUser aliases
|
|
2306
2312
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2307
2313
|
// Shield aliases
|
|
@@ -2312,20 +2318,20 @@ export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
|
2312
2318
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2313
2319
|
// Ship aliases
|
|
2314
2320
|
export { default as ShipIcon } from '../icons/ship';
|
|
2315
|
-
// ShoppingBag aliases
|
|
2316
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2317
|
-
// ShoppingCart aliases
|
|
2318
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2319
2321
|
// ShoppingBasket aliases
|
|
2320
2322
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2323
|
+
// ShoppingBag aliases
|
|
2324
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2321
2325
|
// Shovel aliases
|
|
2322
2326
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2327
|
+
// ShoppingCart aliases
|
|
2328
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2323
2329
|
// ShowerHead aliases
|
|
2324
2330
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2325
|
-
// Shredder aliases
|
|
2326
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2327
2331
|
// Shrimp aliases
|
|
2328
2332
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2333
|
+
// Shredder aliases
|
|
2334
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2329
2335
|
// Shrink aliases
|
|
2330
2336
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2331
2337
|
// Shrub aliases
|
|
@@ -2340,18 +2346,18 @@ export { default as SignalHighIcon } from '../icons/signal-high';
|
|
|
2340
2346
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2341
2347
|
// SignalMedium aliases
|
|
2342
2348
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2343
|
-
// SignalZero aliases
|
|
2344
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2345
2349
|
// Signal aliases
|
|
2346
2350
|
export { default as SignalIcon } from '../icons/signal';
|
|
2351
|
+
// SignalZero aliases
|
|
2352
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2347
2353
|
// Signature aliases
|
|
2348
2354
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2349
2355
|
// SignpostBig aliases
|
|
2350
2356
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2351
|
-
// Signpost aliases
|
|
2352
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2353
2357
|
// Siren aliases
|
|
2354
2358
|
export { default as SirenIcon } from '../icons/siren';
|
|
2359
|
+
// Signpost aliases
|
|
2360
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2355
2361
|
// SkipBack aliases
|
|
2356
2362
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2357
2363
|
// SkipForward aliases
|
|
@@ -2370,30 +2376,30 @@ export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging'
|
|
|
2370
2376
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2371
2377
|
// Smartphone aliases
|
|
2372
2378
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2373
|
-
// SmilePlus aliases
|
|
2374
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2375
2379
|
// Smile aliases
|
|
2376
2380
|
export { default as SmileIcon } from '../icons/smile';
|
|
2381
|
+
// SmilePlus aliases
|
|
2382
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2377
2383
|
// Snail aliases
|
|
2378
2384
|
export { default as SnailIcon } from '../icons/snail';
|
|
2379
|
-
// SoapDispenserDroplet aliases
|
|
2380
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2381
2385
|
// Snowflake aliases
|
|
2382
2386
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2387
|
+
// SoapDispenserDroplet aliases
|
|
2388
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2383
2389
|
// Sofa aliases
|
|
2384
2390
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2385
2391
|
// SolarPanel aliases
|
|
2386
2392
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2387
2393
|
// Soup aliases
|
|
2388
2394
|
export { default as SoupIcon } from '../icons/soup';
|
|
2389
|
-
// Spade aliases
|
|
2390
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2391
|
-
// Sparkle aliases
|
|
2392
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2393
2395
|
// Space aliases
|
|
2394
2396
|
export { default as SpaceIcon } from '../icons/space';
|
|
2397
|
+
// Spade aliases
|
|
2398
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2395
2399
|
// Speaker aliases
|
|
2396
2400
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2401
|
+
// Sparkle aliases
|
|
2402
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2397
2403
|
// Speech aliases
|
|
2398
2404
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2399
2405
|
// SpellCheck2 aliases
|
|
@@ -2418,10 +2424,10 @@ export { default as SproutIcon } from '../icons/sprout';
|
|
|
2418
2424
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2419
2425
|
// SquareArrowRightExit aliases
|
|
2420
2426
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2421
|
-
// SquareDashedBottom aliases
|
|
2422
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2423
2427
|
// SquareDashedBottomCode aliases
|
|
2424
2428
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2429
|
+
// SquareDashedBottom aliases
|
|
2430
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2425
2431
|
// SquareDashedTopSolid aliases
|
|
2426
2432
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2427
2433
|
// SquarePause aliases
|
|
@@ -2434,20 +2440,20 @@ export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
|
2434
2440
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2435
2441
|
// SquareStar aliases
|
|
2436
2442
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2437
|
-
// SquareStack aliases
|
|
2438
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2439
2443
|
// SquareStop aliases
|
|
2440
2444
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2445
|
+
// SquareStack aliases
|
|
2446
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2441
2447
|
// Square aliases
|
|
2442
2448
|
export { default as SquareIcon } from '../icons/square';
|
|
2443
|
-
// SquaresExclude aliases
|
|
2444
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2445
2449
|
// SquaresIntersect aliases
|
|
2446
2450
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2451
|
+
// SquaresExclude aliases
|
|
2452
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2449
2453
|
// SquaresSubtract aliases
|
|
2450
2454
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2455
|
+
// SquaresUnite aliases
|
|
2456
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2451
2457
|
// SquircleDashed aliases
|
|
2452
2458
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2453
2459
|
// Squirrel aliases
|
|
@@ -2458,10 +2464,10 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2458
2464
|
export { default as StampIcon } from '../icons/stamp';
|
|
2459
2465
|
// StarHalf aliases
|
|
2460
2466
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2461
|
-
// Star aliases
|
|
2462
|
-
export { default as StarIcon } from '../icons/star';
|
|
2463
2467
|
// StarOff aliases
|
|
2464
2468
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2469
|
+
// Star aliases
|
|
2470
|
+
export { default as StarIcon } from '../icons/star';
|
|
2465
2471
|
// StepBack aliases
|
|
2466
2472
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2467
2473
|
// StepForward aliases
|
|
@@ -2478,10 +2484,10 @@ export { default as StoneIcon } from '../icons/stone';
|
|
|
2478
2484
|
export { default as StoreIcon } from '../icons/store';
|
|
2479
2485
|
// StretchHorizontal aliases
|
|
2480
2486
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2481
|
-
// StretchVertical aliases
|
|
2482
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2483
2487
|
// Strikethrough aliases
|
|
2484
2488
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2489
|
+
// StretchVertical aliases
|
|
2490
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2485
2491
|
// Subscript aliases
|
|
2486
2492
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2487
2493
|
// SunDim aliases
|
|
@@ -2496,34 +2502,34 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2496
2502
|
export { default as SunIcon } from '../icons/sun';
|
|
2497
2503
|
// Sunrise aliases
|
|
2498
2504
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2499
|
-
// Sunset aliases
|
|
2500
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2501
2505
|
// Superscript aliases
|
|
2502
2506
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2507
|
+
// Sunset aliases
|
|
2508
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2503
2509
|
// SwatchBook aliases
|
|
2504
2510
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2505
2511
|
// SwissFranc aliases
|
|
2506
2512
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2507
|
-
// Sword aliases
|
|
2508
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2509
2513
|
// SwitchCamera aliases
|
|
2510
2514
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2515
|
+
// Sword aliases
|
|
2516
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2511
2517
|
// Swords aliases
|
|
2512
2518
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2513
2519
|
// Syringe aliases
|
|
2514
2520
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2515
|
-
// TableCellsMerge aliases
|
|
2516
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2517
2521
|
// Table2 aliases
|
|
2518
2522
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2519
|
-
//
|
|
2520
|
-
export { default as
|
|
2523
|
+
// TableCellsMerge aliases
|
|
2524
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2521
2525
|
// TableColumnsSplit aliases
|
|
2522
2526
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2523
|
-
//
|
|
2524
|
-
export { default as
|
|
2527
|
+
// TableCellsSplit aliases
|
|
2528
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2525
2529
|
// TableOfContents aliases
|
|
2526
2530
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2531
|
+
// TableProperties aliases
|
|
2532
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2527
2533
|
// TableRowsSplit aliases
|
|
2528
2534
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2529
2535
|
// Table aliases
|
|
@@ -2546,38 +2552,38 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2546
2552
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2547
2553
|
// Tally4 aliases
|
|
2548
2554
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2549
|
-
// Tangent aliases
|
|
2550
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2551
2555
|
// Tally5 aliases
|
|
2552
2556
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2557
|
+
// Tangent aliases
|
|
2558
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2553
2559
|
// Target aliases
|
|
2554
2560
|
export { default as TargetIcon } from '../icons/target';
|
|
2555
2561
|
// Telescope aliases
|
|
2556
2562
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2557
|
-
// TentTree aliases
|
|
2558
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2559
2563
|
// Tent aliases
|
|
2560
2564
|
export { default as TentIcon } from '../icons/tent';
|
|
2565
|
+
// TentTree aliases
|
|
2566
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2561
2567
|
// Terminal aliases
|
|
2562
2568
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2563
|
-
// TestTubes aliases
|
|
2564
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2565
2569
|
// TestTube aliases
|
|
2566
2570
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2567
2571
|
// TextCursorInput aliases
|
|
2568
2572
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2573
|
+
// TextCursor aliases
|
|
2574
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2575
|
+
// TestTubes aliases
|
|
2576
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2569
2577
|
// TextQuote aliases
|
|
2570
2578
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2571
2579
|
// TextSearch aliases
|
|
2572
2580
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2573
|
-
// TextCursor aliases
|
|
2574
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2575
2581
|
// Theater aliases
|
|
2576
2582
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2577
|
-
// ThermometerSnowflake aliases
|
|
2578
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2579
2583
|
// ThermometerSun aliases
|
|
2580
2584
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2585
|
+
// ThermometerSnowflake aliases
|
|
2586
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2581
2587
|
// Thermometer aliases
|
|
2582
2588
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2583
2589
|
// ThumbsDown aliases
|
|
@@ -2606,76 +2612,76 @@ export { default as TicketsIcon } from '../icons/tickets';
|
|
|
2606
2612
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2607
2613
|
// TimerReset aliases
|
|
2608
2614
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2609
|
-
// ToggleLeft aliases
|
|
2610
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2611
2615
|
// Timer aliases
|
|
2612
2616
|
export { default as TimerIcon } from '../icons/timer';
|
|
2613
|
-
//
|
|
2614
|
-
export { default as
|
|
2617
|
+
// ToggleLeft aliases
|
|
2618
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2615
2619
|
// ToggleRight aliases
|
|
2616
2620
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2621
|
+
// Toilet aliases
|
|
2622
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2617
2623
|
// ToolCase aliases
|
|
2618
2624
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2619
2625
|
// Toolbox aliases
|
|
2620
2626
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2621
2627
|
// Tornado aliases
|
|
2622
2628
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2623
|
-
// TouchpadOff aliases
|
|
2624
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2625
2629
|
// Torus aliases
|
|
2626
2630
|
export { default as TorusIcon } from '../icons/torus';
|
|
2631
|
+
// TouchpadOff aliases
|
|
2632
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2627
2633
|
// Touchpad aliases
|
|
2628
2634
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2629
|
-
// TowelRack aliases
|
|
2630
|
-
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2631
2635
|
// TowerControl aliases
|
|
2632
2636
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2637
|
+
// TowelRack aliases
|
|
2638
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2635
2639
|
// Tractor aliases
|
|
2636
2640
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2641
|
+
// ToyBrick aliases
|
|
2642
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2639
2643
|
// TrafficCone aliases
|
|
2640
2644
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2641
|
-
//
|
|
2642
|
-
export { default as
|
|
2645
|
+
// TrainFrontTunnel aliases
|
|
2646
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2643
2647
|
// TrainTrack aliases
|
|
2644
2648
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2649
|
+
// TrainFront aliases
|
|
2650
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2645
2651
|
// Transgender aliases
|
|
2646
2652
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2647
2653
|
// Trash2 aliases
|
|
2648
2654
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2649
|
-
// TreeDeciduous aliases
|
|
2650
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2651
2655
|
// Trash aliases
|
|
2652
2656
|
export { default as TrashIcon } from '../icons/trash';
|
|
2653
|
-
//
|
|
2654
|
-
export { default as
|
|
2657
|
+
// TreeDeciduous aliases
|
|
2658
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2655
2659
|
// TreePine aliases
|
|
2656
2660
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2661
|
+
// Trees aliases
|
|
2662
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2657
2663
|
// TrendingDown aliases
|
|
2658
2664
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2659
|
-
// TrendingUp aliases
|
|
2660
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2661
2665
|
// TrendingUpDown aliases
|
|
2662
2666
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2667
|
+
// TrendingUp aliases
|
|
2668
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2665
2669
|
// TriangleDashed aliases
|
|
2666
2670
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2667
|
-
// Triangle aliases
|
|
2668
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2669
2671
|
// Trophy aliases
|
|
2670
2672
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2671
2673
|
// TruckElectric aliases
|
|
2672
2674
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2675
|
+
// TriangleRight aliases
|
|
2676
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2677
|
+
// Triangle aliases
|
|
2678
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2673
2679
|
// Truck aliases
|
|
2674
2680
|
export { default as TruckIcon } from '../icons/truck';
|
|
2675
|
-
// Turntable aliases
|
|
2676
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2677
2681
|
// TurkishLira aliases
|
|
2678
2682
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2683
|
+
// Turntable aliases
|
|
2684
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2679
2685
|
// TvMinimalPlay aliases
|
|
2680
2686
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2681
2687
|
// Turtle aliases
|
|
@@ -2690,12 +2696,12 @@ export { default as TypeIcon } from '../icons/type';
|
|
|
2690
2696
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2691
2697
|
// Umbrella aliases
|
|
2692
2698
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2699
|
+
// Undo2 aliases
|
|
2700
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2693
2701
|
// Underline aliases
|
|
2694
2702
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2695
2703
|
// UndoDot aliases
|
|
2696
2704
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2697
|
-
// Undo2 aliases
|
|
2698
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2699
2705
|
// Undo aliases
|
|
2700
2706
|
export { default as UndoIcon } from '../icons/undo';
|
|
2701
2707
|
// UnfoldHorizontal aliases
|
|
@@ -2718,10 +2724,10 @@ export { default as UsbIcon } from '../icons/usb';
|
|
|
2718
2724
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2719
2725
|
// UserCog aliases
|
|
2720
2726
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2721
|
-
// UserKey aliases
|
|
2722
|
-
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2723
2727
|
// UserLock aliases
|
|
2724
2728
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2729
|
+
// UserKey aliases
|
|
2730
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2725
2731
|
// UserMinus aliases
|
|
2726
2732
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2727
2733
|
// UserPen aliases
|
|
@@ -2730,10 +2736,10 @@ export { default as UserPenIcon } from '../icons/user-pen';
|
|
|
2730
2736
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2731
2737
|
// UserRoundKey aliases
|
|
2732
2738
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2733
|
-
// UserRoundPen aliases
|
|
2734
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2735
2739
|
// UserRoundSearch aliases
|
|
2736
2740
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2741
|
+
// UserRoundPen aliases
|
|
2742
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2737
2743
|
// UserSearch aliases
|
|
2738
2744
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2739
2745
|
// UserStar aliases
|
|
@@ -2742,14 +2748,14 @@ export { default as UserStarIcon } from '../icons/user-star';
|
|
|
2742
2748
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2743
2749
|
// User aliases
|
|
2744
2750
|
export { default as UserIcon } from '../icons/user';
|
|
2745
|
-
// UtilityPole aliases
|
|
2746
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2747
2751
|
// Users aliases
|
|
2748
2752
|
export { default as UsersIcon } from '../icons/users';
|
|
2749
|
-
// Van aliases
|
|
2750
|
-
export { default as VanIcon } from '../icons/van';
|
|
2751
2753
|
// Variable aliases
|
|
2752
2754
|
export { default as VariableIcon } from '../icons/variable';
|
|
2755
|
+
// Van aliases
|
|
2756
|
+
export { default as VanIcon } from '../icons/van';
|
|
2757
|
+
// UtilityPole aliases
|
|
2758
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2753
2759
|
// Vault aliases
|
|
2754
2760
|
export { default as VaultIcon } from '../icons/vault';
|
|
2755
2761
|
// VectorSquare aliases
|
|
@@ -2758,10 +2764,10 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2758
2764
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2759
2765
|
// VenetianMask aliases
|
|
2760
2766
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2761
|
-
// Venus aliases
|
|
2762
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2763
2767
|
// VenusAndMars aliases
|
|
2764
2768
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2769
|
+
// Venus aliases
|
|
2770
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2765
2771
|
// VibrateOff aliases
|
|
2766
2772
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2767
2773
|
// Vibrate aliases
|
|
@@ -2772,132 +2778,132 @@ export { default as VideoOffIcon } from '../icons/video-off';
|
|
|
2772
2778
|
export { default as VideoIcon } from '../icons/video';
|
|
2773
2779
|
// Videotape aliases
|
|
2774
2780
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2775
|
-
// Voicemail aliases
|
|
2776
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2777
|
-
// Volume1 aliases
|
|
2778
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2779
2781
|
// View aliases
|
|
2780
2782
|
export { default as ViewIcon } from '../icons/view';
|
|
2783
|
+
// Voicemail aliases
|
|
2784
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2781
2785
|
// Volleyball aliases
|
|
2782
2786
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2783
|
-
// VolumeX aliases
|
|
2784
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2785
2787
|
// Volume2 aliases
|
|
2786
2788
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2787
|
-
//
|
|
2788
|
-
export { default as
|
|
2789
|
+
// Volume1 aliases
|
|
2790
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2789
2791
|
// VolumeOff aliases
|
|
2790
2792
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2793
|
+
// VolumeX aliases
|
|
2794
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2791
2795
|
// Vote aliases
|
|
2792
2796
|
export { default as VoteIcon } from '../icons/vote';
|
|
2793
|
-
//
|
|
2794
|
-
export { default as
|
|
2797
|
+
// Volume aliases
|
|
2798
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2795
2799
|
// WalletCards aliases
|
|
2796
2800
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2801
|
+
// Wallet aliases
|
|
2802
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2797
2803
|
// Wallpaper aliases
|
|
2798
2804
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2799
2805
|
// Wand aliases
|
|
2800
2806
|
export { default as WandIcon } from '../icons/wand';
|
|
2801
|
-
// Watch aliases
|
|
2802
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2803
2807
|
// Warehouse aliases
|
|
2804
2808
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2805
2809
|
// WashingMachine aliases
|
|
2806
2810
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2811
|
+
// Watch aliases
|
|
2812
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2807
2813
|
// WavesArrowDown aliases
|
|
2808
2814
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2815
|
+
// WavesArrowUp aliases
|
|
2816
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2809
2817
|
// WavesLadder aliases
|
|
2810
2818
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2811
2819
|
// Waves aliases
|
|
2812
2820
|
export { default as WavesIcon } from '../icons/waves';
|
|
2813
|
-
// WavesArrowUp aliases
|
|
2814
|
-
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2815
|
-
// Waypoints aliases
|
|
2816
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2817
2821
|
// Webcam aliases
|
|
2818
2822
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2823
|
+
// Waypoints aliases
|
|
2824
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2819
2825
|
// WebhookOff aliases
|
|
2820
2826
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2821
2827
|
// Webhook aliases
|
|
2822
2828
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2823
2829
|
// WeightTilde aliases
|
|
2824
2830
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2825
|
-
// Weight aliases
|
|
2826
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2827
2831
|
// WheatOff aliases
|
|
2828
2832
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2833
|
+
// Weight aliases
|
|
2834
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2829
2835
|
// Wheat aliases
|
|
2830
2836
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2831
2837
|
// WholeWord aliases
|
|
2832
2838
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2833
2839
|
// WifiCog aliases
|
|
2834
2840
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2835
|
-
// WifiHigh aliases
|
|
2836
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2837
2841
|
// WifiLow aliases
|
|
2838
2842
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2843
|
+
// WifiHigh aliases
|
|
2844
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2839
2845
|
// WifiOff aliases
|
|
2840
2846
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2841
2847
|
// WifiPen aliases
|
|
2842
2848
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2843
2849
|
// WifiSync aliases
|
|
2844
2850
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2845
|
-
// WifiZero aliases
|
|
2846
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2847
2851
|
// Wifi aliases
|
|
2848
2852
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2853
|
+
// WifiZero aliases
|
|
2854
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2849
2855
|
// WindArrowDown aliases
|
|
2850
2856
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2851
2857
|
// Wind aliases
|
|
2852
2858
|
export { default as WindIcon } from '../icons/wind';
|
|
2853
2859
|
// WineOff aliases
|
|
2854
2860
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2861
|
+
// Wine aliases
|
|
2862
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2855
2863
|
// Workflow aliases
|
|
2856
2864
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2857
2865
|
// Worm aliases
|
|
2858
2866
|
export { default as WormIcon } from '../icons/worm';
|
|
2859
|
-
// Wine aliases
|
|
2860
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2861
2867
|
// Wrench aliases
|
|
2862
2868
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2863
2869
|
// XLineTop aliases
|
|
2864
2870
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2865
2871
|
// X aliases
|
|
2866
2872
|
export { default as XIcon } from '../icons/x';
|
|
2867
|
-
// Zap aliases
|
|
2868
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2869
2873
|
// ZapOff aliases
|
|
2870
2874
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2875
|
+
// Zap aliases
|
|
2876
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2871
2877
|
// ZodiacAquarius aliases
|
|
2872
2878
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2873
2879
|
// ZodiacAries aliases
|
|
2874
2880
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2875
2881
|
// ZodiacCancer aliases
|
|
2876
2882
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2877
|
-
// ZodiacCapricorn aliases
|
|
2878
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2879
2883
|
// ZodiacGemini aliases
|
|
2880
2884
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2881
2885
|
// ZodiacLeo aliases
|
|
2882
2886
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2883
|
-
//
|
|
2884
|
-
export { default as
|
|
2887
|
+
// ZodiacCapricorn aliases
|
|
2888
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2885
2889
|
// ZodiacOphiuchus aliases
|
|
2886
2890
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2891
|
+
// ZodiacLibra aliases
|
|
2892
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2887
2893
|
// ZodiacPisces aliases
|
|
2888
2894
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2889
|
-
// ZodiacScorpio aliases
|
|
2890
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2891
2895
|
// ZodiacSagittarius aliases
|
|
2892
2896
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2897
|
+
// ZodiacScorpio aliases
|
|
2898
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2893
2899
|
// ZodiacTaurus aliases
|
|
2894
2900
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2895
2901
|
// ZodiacVirgo aliases
|
|
2896
2902
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2897
|
-
// ZoomIn aliases
|
|
2898
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2899
2903
|
// ZoomOut aliases
|
|
2900
2904
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2905
|
+
// ZoomIn aliases
|
|
2906
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2901
2907
|
// ArrowDown01 aliases
|
|
2902
2908
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2903
2909
|
// ArrowDown10 aliases
|
|
@@ -2978,18 +2984,18 @@ export {
|
|
|
2978
2984
|
/** @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 */
|
|
2979
2985
|
default as BadgeHelpIcon
|
|
2980
2986
|
} from '../icons/badge-question-mark';
|
|
2981
|
-
// BetweenHorizontalStart aliases
|
|
2982
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2983
|
-
export {
|
|
2984
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2985
|
-
default as BetweenHorizonalStartIcon
|
|
2986
|
-
} from '../icons/between-horizontal-start';
|
|
2987
2987
|
// BetweenHorizontalEnd aliases
|
|
2988
2988
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2989
2989
|
export {
|
|
2990
2990
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2991
2991
|
default as BetweenHorizonalEndIcon
|
|
2992
2992
|
} from '../icons/between-horizontal-end';
|
|
2993
|
+
// BetweenHorizontalStart aliases
|
|
2994
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2995
|
+
export {
|
|
2996
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2997
|
+
default as BetweenHorizonalStartIcon
|
|
2998
|
+
} from '../icons/between-horizontal-start';
|
|
2993
2999
|
// BookDashed aliases
|
|
2994
3000
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2995
3001
|
export {
|
|
@@ -3002,18 +3008,18 @@ export {
|
|
|
3002
3008
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
3003
3009
|
default as CurlyBracesIcon
|
|
3004
3010
|
} from '../icons/braces';
|
|
3005
|
-
// Captions aliases
|
|
3006
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3007
|
-
export {
|
|
3008
|
-
/** @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 */
|
|
3009
|
-
default as SubtitlesIcon
|
|
3010
|
-
} from '../icons/captions';
|
|
3011
3011
|
// ChartArea aliases
|
|
3012
3012
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3013
3013
|
export {
|
|
3014
3014
|
/** @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 */
|
|
3015
3015
|
default as AreaChartIcon
|
|
3016
3016
|
} from '../icons/chart-area';
|
|
3017
|
+
// Captions aliases
|
|
3018
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @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 */
|
|
3021
|
+
default as SubtitlesIcon
|
|
3022
|
+
} from '../icons/captions';
|
|
3017
3023
|
// ChartBarBig aliases
|
|
3018
3024
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3019
3025
|
export {
|
|
@@ -3032,42 +3038,42 @@ export {
|
|
|
3032
3038
|
/** @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 */
|
|
3033
3039
|
default as CandlestickChartIcon
|
|
3034
3040
|
} from '../icons/chart-candlestick';
|
|
3035
|
-
//
|
|
3036
|
-
export { default as
|
|
3041
|
+
// ChartColumnIncreasing aliases
|
|
3042
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3037
3043
|
export {
|
|
3038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3039
|
-
default as
|
|
3040
|
-
} from '../icons/chart-column';
|
|
3044
|
+
/** @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 */
|
|
3045
|
+
default as BarChart4Icon
|
|
3046
|
+
} from '../icons/chart-column-increasing';
|
|
3041
3047
|
// ChartColumnBig aliases
|
|
3042
3048
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3043
3049
|
export {
|
|
3044
3050
|
/** @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 */
|
|
3045
3051
|
default as BarChartBigIcon
|
|
3046
3052
|
} from '../icons/chart-column-big';
|
|
3047
|
-
//
|
|
3048
|
-
export { default as
|
|
3053
|
+
// ChartColumn aliases
|
|
3054
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3049
3055
|
export {
|
|
3050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3051
|
-
default as
|
|
3052
|
-
} from '../icons/chart-column
|
|
3056
|
+
/** @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 */
|
|
3057
|
+
default as BarChart3Icon
|
|
3058
|
+
} from '../icons/chart-column';
|
|
3053
3059
|
// ChartLine aliases
|
|
3054
3060
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3055
3061
|
export {
|
|
3056
3062
|
/** @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 */
|
|
3057
3063
|
default as LineChartIcon
|
|
3058
3064
|
} from '../icons/chart-line';
|
|
3059
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3060
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3061
|
-
export {
|
|
3062
|
-
/** @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 */
|
|
3063
|
-
default as BarChartIcon
|
|
3064
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3065
3065
|
// ChartNoAxesColumn aliases
|
|
3066
3066
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3067
3067
|
export {
|
|
3068
3068
|
/** @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 */
|
|
3069
3069
|
default as BarChart2Icon
|
|
3070
3070
|
} from '../icons/chart-no-axes-column';
|
|
3071
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3072
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @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 */
|
|
3075
|
+
default as BarChartIcon
|
|
3076
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3071
3077
|
// ChartNoAxesGantt aliases
|
|
3072
3078
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3073
3079
|
export {
|
|
@@ -3110,18 +3116,18 @@ export {
|
|
|
3110
3116
|
/** @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 */
|
|
3111
3117
|
default as ArrowDownLeftFromCircleIcon
|
|
3112
3118
|
} from '../icons/circle-arrow-out-down-left';
|
|
3113
|
-
// CircleArrowOutUpLeft aliases
|
|
3114
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3115
|
-
export {
|
|
3116
|
-
/** @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 */
|
|
3117
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3118
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3119
3119
|
// CircleArrowOutDownRight aliases
|
|
3120
3120
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3121
3121
|
export {
|
|
3122
3122
|
/** @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 */
|
|
3123
3123
|
default as ArrowDownRightFromCircleIcon
|
|
3124
3124
|
} from '../icons/circle-arrow-out-down-right';
|
|
3125
|
+
// CircleArrowOutUpLeft aliases
|
|
3126
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @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 */
|
|
3129
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3130
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3125
3131
|
// CircleArrowOutUpRight aliases
|
|
3126
3132
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3127
3133
|
export {
|
|
@@ -3134,42 +3140,42 @@ export {
|
|
|
3134
3140
|
/** @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 */
|
|
3135
3141
|
default as ArrowRightCircleIcon
|
|
3136
3142
|
} from '../icons/circle-arrow-right';
|
|
3137
|
-
//
|
|
3138
|
-
export { default as
|
|
3143
|
+
// CircleArrowUp aliases
|
|
3144
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3139
3145
|
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3141
|
-
default as
|
|
3142
|
-
} from '../icons/circle-
|
|
3146
|
+
/** @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 */
|
|
3147
|
+
default as ArrowUpCircleIcon
|
|
3148
|
+
} from '../icons/circle-arrow-up';
|
|
3143
3149
|
// CircleCheck aliases
|
|
3144
3150
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3145
3151
|
export {
|
|
3146
3152
|
/** @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 */
|
|
3147
3153
|
default as CheckCircle2Icon
|
|
3148
3154
|
} from '../icons/circle-check';
|
|
3149
|
-
//
|
|
3150
|
-
export { default as
|
|
3155
|
+
// CircleCheckBig aliases
|
|
3156
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3151
3157
|
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3153
|
-
default as
|
|
3154
|
-
} from '../icons/circle-
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as CheckCircleIcon
|
|
3160
|
+
} from '../icons/circle-check-big';
|
|
3155
3161
|
// CircleChevronDown aliases
|
|
3156
3162
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3157
3163
|
export {
|
|
3158
3164
|
/** @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 */
|
|
3159
3165
|
default as ChevronDownCircleIcon
|
|
3160
3166
|
} from '../icons/circle-chevron-down';
|
|
3161
|
-
// CircleChevronLeft aliases
|
|
3162
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3163
|
-
export {
|
|
3164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3165
|
-
default as ChevronLeftCircleIcon
|
|
3166
|
-
} from '../icons/circle-chevron-left';
|
|
3167
3167
|
// CircleChevronRight aliases
|
|
3168
3168
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3169
3169
|
export {
|
|
3170
3170
|
/** @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 */
|
|
3171
3171
|
default as ChevronRightCircleIcon
|
|
3172
3172
|
} from '../icons/circle-chevron-right';
|
|
3173
|
+
// CircleChevronLeft aliases
|
|
3174
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3175
|
+
export {
|
|
3176
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3177
|
+
default as ChevronLeftCircleIcon
|
|
3178
|
+
} from '../icons/circle-chevron-left';
|
|
3173
3179
|
// CircleChevronUp aliases
|
|
3174
3180
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3175
3181
|
export {
|
|
@@ -3188,12 +3194,6 @@ export {
|
|
|
3188
3194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3189
3195
|
default as GaugeCircleIcon
|
|
3190
3196
|
} from '../icons/circle-gauge';
|
|
3191
|
-
// CircleParkingOff aliases
|
|
3192
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3195
|
-
default as ParkingCircleOffIcon
|
|
3196
|
-
} from '../icons/circle-parking-off';
|
|
3197
3197
|
// CircleMinus aliases
|
|
3198
3198
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3199
3199
|
export {
|
|
@@ -3206,6 +3206,12 @@ export {
|
|
|
3206
3206
|
/** @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 */
|
|
3207
3207
|
default as ParkingCircleIcon
|
|
3208
3208
|
} from '../icons/circle-parking';
|
|
3209
|
+
// CircleParkingOff aliases
|
|
3210
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3211
|
+
export {
|
|
3212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3213
|
+
default as ParkingCircleOffIcon
|
|
3214
|
+
} from '../icons/circle-parking-off';
|
|
3209
3215
|
// CirclePause aliases
|
|
3210
3216
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3211
3217
|
export {
|
|
@@ -3230,12 +3236,6 @@ export {
|
|
|
3230
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3231
3237
|
default as PlusCircleIcon
|
|
3232
3238
|
} from '../icons/circle-plus';
|
|
3233
|
-
// CirclePower aliases
|
|
3234
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3235
|
-
export {
|
|
3236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3237
|
-
default as PowerCircleIcon
|
|
3238
|
-
} from '../icons/circle-power';
|
|
3239
3239
|
// CircleQuestionMark aliases
|
|
3240
3240
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3241
3241
|
export {
|
|
@@ -3246,18 +3246,24 @@ export {
|
|
|
3246
3246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3247
3247
|
default as CircleHelpIcon
|
|
3248
3248
|
} from '../icons/circle-question-mark';
|
|
3249
|
-
//
|
|
3250
|
-
export { default as
|
|
3249
|
+
// CirclePower aliases
|
|
3250
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3251
3251
|
export {
|
|
3252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3253
|
-
default as
|
|
3254
|
-
} from '../icons/circle-
|
|
3252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3253
|
+
default as PowerCircleIcon
|
|
3254
|
+
} from '../icons/circle-power';
|
|
3255
3255
|
// CircleSlash2 aliases
|
|
3256
3256
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3257
3257
|
export {
|
|
3258
3258
|
/** @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 */
|
|
3259
3259
|
default as CircleSlashedIcon
|
|
3260
3260
|
} from '../icons/circle-slash-2';
|
|
3261
|
+
// CircleStop aliases
|
|
3262
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @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 */
|
|
3265
|
+
default as StopCircleIcon
|
|
3266
|
+
} from '../icons/circle-stop';
|
|
3261
3267
|
// CircleUserRound aliases
|
|
3262
3268
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3263
3269
|
export {
|
|
@@ -3282,6 +3288,12 @@ export {
|
|
|
3282
3288
|
/** @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 */
|
|
3283
3289
|
default as ClipboardSignatureIcon
|
|
3284
3290
|
} from '../icons/clipboard-pen-line';
|
|
3291
|
+
// ClipboardPen aliases
|
|
3292
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3293
|
+
export {
|
|
3294
|
+
/** @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 */
|
|
3295
|
+
default as ClipboardEditIcon
|
|
3296
|
+
} from '../icons/clipboard-pen';
|
|
3285
3297
|
// CloudDownload aliases
|
|
3286
3298
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3287
3299
|
export {
|
|
@@ -3294,12 +3306,12 @@ export {
|
|
|
3294
3306
|
/** @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 */
|
|
3295
3307
|
default as UploadCloudIcon
|
|
3296
3308
|
} from '../icons/cloud-upload';
|
|
3297
|
-
//
|
|
3298
|
-
export { default as
|
|
3309
|
+
// CodeXml aliases
|
|
3310
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3299
3311
|
export {
|
|
3300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3301
|
-
default as
|
|
3302
|
-
} from '../icons/
|
|
3312
|
+
/** @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 */
|
|
3313
|
+
default as Code2Icon
|
|
3314
|
+
} from '../icons/code-xml';
|
|
3303
3315
|
// Columns2 aliases
|
|
3304
3316
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3305
3317
|
export {
|
|
@@ -3316,42 +3328,42 @@ export {
|
|
|
3316
3328
|
/** @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 */
|
|
3317
3329
|
default as TableConfigIcon
|
|
3318
3330
|
} from '../icons/columns-3-cog';
|
|
3319
|
-
//
|
|
3320
|
-
export { default as
|
|
3331
|
+
// DiamondPercent aliases
|
|
3332
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3321
3333
|
export {
|
|
3322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3323
|
-
default as
|
|
3324
|
-
} from '../icons/
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3335
|
+
default as PercentDiamondIcon
|
|
3336
|
+
} from '../icons/diamond-percent';
|
|
3337
|
+
// ContactRound aliases
|
|
3338
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3339
|
+
export {
|
|
3340
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3341
|
+
default as Contact2Icon
|
|
3342
|
+
} from '../icons/contact-round';
|
|
3325
3343
|
// Columns3 aliases
|
|
3326
3344
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3327
3345
|
export {
|
|
3328
3346
|
/** @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 */
|
|
3329
3347
|
default as PanelsLeftRightIcon
|
|
3330
3348
|
} from '../icons/columns-3';
|
|
3331
|
-
//
|
|
3332
|
-
export { default as
|
|
3349
|
+
// Earth aliases
|
|
3350
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3333
3351
|
export {
|
|
3334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3335
|
-
default as
|
|
3336
|
-
} from '../icons/
|
|
3337
|
-
//
|
|
3338
|
-
export { default as
|
|
3352
|
+
/** @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 */
|
|
3353
|
+
default as Globe2Icon
|
|
3354
|
+
} from '../icons/earth';
|
|
3355
|
+
// EllipsisVertical aliases
|
|
3356
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3339
3357
|
export {
|
|
3340
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3341
|
-
default as
|
|
3342
|
-
} from '../icons/
|
|
3358
|
+
/** @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 */
|
|
3359
|
+
default as MoreVerticalIcon
|
|
3360
|
+
} from '../icons/ellipsis-vertical';
|
|
3343
3361
|
// Ellipsis aliases
|
|
3344
3362
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3345
3363
|
export {
|
|
3346
3364
|
/** @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 */
|
|
3347
3365
|
default as MoreHorizontalIcon
|
|
3348
3366
|
} from '../icons/ellipsis';
|
|
3349
|
-
// Earth aliases
|
|
3350
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3351
|
-
export {
|
|
3352
|
-
/** @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 */
|
|
3353
|
-
default as Globe2Icon
|
|
3354
|
-
} from '../icons/earth';
|
|
3355
3367
|
// FileAxis3d aliases
|
|
3356
3368
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3357
3369
|
export {
|
|
@@ -3364,12 +3376,6 @@ export {
|
|
|
3364
3376
|
/** @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 */
|
|
3365
3377
|
default as FileBadge2Icon
|
|
3366
3378
|
} from '../icons/file-badge';
|
|
3367
|
-
// EllipsisVertical aliases
|
|
3368
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3369
|
-
export {
|
|
3370
|
-
/** @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 */
|
|
3371
|
-
default as MoreVerticalIcon
|
|
3372
|
-
} from '../icons/ellipsis-vertical';
|
|
3373
3379
|
// FileBracesCorner aliases
|
|
3374
3380
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3375
3381
|
export {
|
|
@@ -3400,30 +3406,36 @@ export {
|
|
|
3400
3406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3401
3407
|
default as FileLineChartIcon
|
|
3402
3408
|
} from '../icons/file-chart-line';
|
|
3403
|
-
//
|
|
3404
|
-
export { default as
|
|
3409
|
+
// FileCheckCorner aliases
|
|
3410
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3405
3411
|
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3407
|
-
default as
|
|
3408
|
-
} from '../icons/file-
|
|
3412
|
+
/** @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 */
|
|
3413
|
+
default as FileCheck2Icon
|
|
3414
|
+
} from '../icons/file-check-corner';
|
|
3409
3415
|
// FileCodeCorner aliases
|
|
3410
3416
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3411
3417
|
export {
|
|
3412
3418
|
/** @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 */
|
|
3413
3419
|
default as FileCode2Icon
|
|
3414
3420
|
} from '../icons/file-code-corner';
|
|
3415
|
-
//
|
|
3416
|
-
export { default as
|
|
3421
|
+
// FileChartPie aliases
|
|
3422
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3417
3423
|
export {
|
|
3418
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3419
|
-
default as
|
|
3420
|
-
} from '../icons/file-
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as FilePieChartIcon
|
|
3426
|
+
} from '../icons/file-chart-pie';
|
|
3421
3427
|
// FileCog aliases
|
|
3422
3428
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3423
3429
|
export {
|
|
3424
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3425
3431
|
default as FileCog2Icon
|
|
3426
3432
|
} from '../icons/file-cog';
|
|
3433
|
+
// FileExclamationPoint aliases
|
|
3434
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3437
|
+
default as FileWarningIcon
|
|
3438
|
+
} from '../icons/file-exclamation-point';
|
|
3427
3439
|
// FileHeadphone aliases
|
|
3428
3440
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3429
3441
|
export {
|
|
@@ -3434,12 +3446,6 @@ export {
|
|
|
3434
3446
|
/** @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 */
|
|
3435
3447
|
default as FileAudio2Icon
|
|
3436
3448
|
} from '../icons/file-headphone';
|
|
3437
|
-
// FileExclamationPoint aliases
|
|
3438
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3439
|
-
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3441
|
-
default as FileWarningIcon
|
|
3442
|
-
} from '../icons/file-exclamation-point';
|
|
3443
3449
|
// FileKey aliases
|
|
3444
3450
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3445
3451
|
export {
|
|
@@ -3494,12 +3500,6 @@ export {
|
|
|
3494
3500
|
/** @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 */
|
|
3495
3501
|
default as FileSearch2Icon
|
|
3496
3502
|
} from '../icons/file-search-corner';
|
|
3497
|
-
// FileTypeCorner aliases
|
|
3498
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3501
|
-
default as FileType2Icon
|
|
3502
|
-
} from '../icons/file-type-corner';
|
|
3503
3503
|
// FileSignal aliases
|
|
3504
3504
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3505
3505
|
export {
|
|
@@ -3512,24 +3512,30 @@ export {
|
|
|
3512
3512
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3513
3513
|
default as FileVideo2Icon
|
|
3514
3514
|
} from '../icons/file-video-camera';
|
|
3515
|
+
// FileTypeCorner aliases
|
|
3516
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3517
|
+
export {
|
|
3518
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3519
|
+
default as FileType2Icon
|
|
3520
|
+
} from '../icons/file-type-corner';
|
|
3515
3521
|
// FileXCorner aliases
|
|
3516
3522
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3517
3523
|
export {
|
|
3518
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3519
3525
|
default as FileX2Icon
|
|
3520
3526
|
} from '../icons/file-x-corner';
|
|
3521
|
-
// FingerprintPattern aliases
|
|
3522
|
-
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3523
|
-
export {
|
|
3524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3525
|
-
default as FingerprintIcon
|
|
3526
|
-
} from '../icons/fingerprint-pattern';
|
|
3527
3527
|
// FolderCog aliases
|
|
3528
3528
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3529
3529
|
export {
|
|
3530
3530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3531
3531
|
default as FolderCog2Icon
|
|
3532
3532
|
} from '../icons/folder-cog';
|
|
3533
|
+
// FingerprintPattern aliases
|
|
3534
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3535
|
+
export {
|
|
3536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3537
|
+
default as FingerprintIcon
|
|
3538
|
+
} from '../icons/fingerprint-pattern';
|
|
3533
3539
|
// FolderPen aliases
|
|
3534
3540
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3535
3541
|
export {
|
|
@@ -3548,30 +3554,30 @@ export {
|
|
|
3548
3554
|
/** @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 */
|
|
3549
3555
|
default as FilterIcon
|
|
3550
3556
|
} from '../icons/funnel';
|
|
3551
|
-
// GitCommitHorizontal aliases
|
|
3552
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3553
|
-
export {
|
|
3554
|
-
/** @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 */
|
|
3555
|
-
default as GitCommitIcon
|
|
3556
|
-
} from '../icons/git-commit-horizontal';
|
|
3557
3557
|
// Grid2x2Check aliases
|
|
3558
3558
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3559
3559
|
export {
|
|
3560
3560
|
/** @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 */
|
|
3561
3561
|
default as Grid2X2CheckIcon
|
|
3562
3562
|
} from '../icons/grid-2x2-check';
|
|
3563
|
-
//
|
|
3564
|
-
export { default as
|
|
3563
|
+
// GitCommitHorizontal aliases
|
|
3564
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3565
3565
|
export {
|
|
3566
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3567
|
-
default as
|
|
3568
|
-
} from '../icons/
|
|
3566
|
+
/** @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 */
|
|
3567
|
+
default as GitCommitIcon
|
|
3568
|
+
} from '../icons/git-commit-horizontal';
|
|
3569
3569
|
// Grid2x2X aliases
|
|
3570
3570
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3571
3571
|
export {
|
|
3572
3572
|
/** @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 */
|
|
3573
3573
|
default as Grid2X2XIcon
|
|
3574
3574
|
} from '../icons/grid-2x2-x';
|
|
3575
|
+
// Grid2x2Plus aliases
|
|
3576
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3577
|
+
export {
|
|
3578
|
+
/** @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 */
|
|
3579
|
+
default as Grid2X2PlusIcon
|
|
3580
|
+
} from '../icons/grid-2x2-plus';
|
|
3575
3581
|
// Grid2x2 aliases
|
|
3576
3582
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3577
3583
|
export {
|
|
@@ -3594,18 +3600,18 @@ export {
|
|
|
3594
3600
|
/** @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 */
|
|
3595
3601
|
default as HelpingHandIcon
|
|
3596
3602
|
} from '../icons/hand-helping';
|
|
3597
|
-
// HandGrab aliases
|
|
3598
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3599
|
-
export {
|
|
3600
|
-
/** @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 */
|
|
3601
|
-
default as GrabIcon
|
|
3602
|
-
} from '../icons/hand-grab';
|
|
3603
3603
|
// House aliases
|
|
3604
3604
|
export { default as HouseIcon } from '../icons/house';
|
|
3605
3605
|
export {
|
|
3606
3606
|
/** @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 */
|
|
3607
3607
|
default as HomeIcon
|
|
3608
3608
|
} from '../icons/house';
|
|
3609
|
+
// HandGrab aliases
|
|
3610
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3611
|
+
export {
|
|
3612
|
+
/** @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 */
|
|
3613
|
+
default as GrabIcon
|
|
3614
|
+
} from '../icons/hand-grab';
|
|
3609
3615
|
// IceCreamBowl aliases
|
|
3610
3616
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3611
3617
|
export {
|
|
@@ -3650,18 +3656,18 @@ export {
|
|
|
3650
3656
|
/** @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 */
|
|
3651
3657
|
default as IndentIncreaseIcon
|
|
3652
3658
|
} from '../icons/list-indent-increase';
|
|
3653
|
-
// LockKeyholeOpen aliases
|
|
3654
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3655
|
-
export {
|
|
3656
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3657
|
-
default as UnlockKeyholeIcon
|
|
3658
|
-
} from '../icons/lock-keyhole-open';
|
|
3659
3659
|
// LoaderCircle aliases
|
|
3660
3660
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3661
3661
|
export {
|
|
3662
3662
|
/** @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 */
|
|
3663
3663
|
default as Loader2Icon
|
|
3664
3664
|
} from '../icons/loader-circle';
|
|
3665
|
+
// LockKeyholeOpen aliases
|
|
3666
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3669
|
+
default as UnlockKeyholeIcon
|
|
3670
|
+
} from '../icons/lock-keyhole-open';
|
|
3665
3671
|
// LockOpen aliases
|
|
3666
3672
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3667
3673
|
export {
|
|
@@ -3674,60 +3680,66 @@ export {
|
|
|
3674
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3675
3681
|
default as MailQuestionIcon
|
|
3676
3682
|
} from '../icons/mail-question-mark';
|
|
3677
|
-
// MapPinPen aliases
|
|
3678
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3679
|
-
export {
|
|
3680
|
-
/** @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 */
|
|
3681
|
-
default as LocationEditIcon
|
|
3682
|
-
} from '../icons/map-pin-pen';
|
|
3683
3683
|
// MessageCircleQuestionMark aliases
|
|
3684
3684
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3685
3685
|
export {
|
|
3686
3686
|
/** @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 */
|
|
3687
3687
|
default as MessageCircleQuestionIcon
|
|
3688
3688
|
} from '../icons/message-circle-question-mark';
|
|
3689
|
+
// MapPinPen aliases
|
|
3690
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @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 */
|
|
3693
|
+
default as LocationEditIcon
|
|
3694
|
+
} from '../icons/map-pin-pen';
|
|
3689
3695
|
// MicVocal aliases
|
|
3690
3696
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3691
3697
|
export {
|
|
3692
3698
|
/** @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 */
|
|
3693
3699
|
default as Mic2Icon
|
|
3694
3700
|
} from '../icons/mic-vocal';
|
|
3695
|
-
// Move3d aliases
|
|
3696
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3697
|
-
export {
|
|
3698
|
-
/** @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 */
|
|
3699
|
-
default as Move3DIcon
|
|
3700
|
-
} from '../icons/move-3d';
|
|
3701
3701
|
// OctagonAlert aliases
|
|
3702
3702
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3703
3703
|
export {
|
|
3704
3704
|
/** @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 */
|
|
3705
3705
|
default as AlertOctagonIcon
|
|
3706
3706
|
} from '../icons/octagon-alert';
|
|
3707
|
+
// Move3d aliases
|
|
3708
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @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 */
|
|
3711
|
+
default as Move3DIcon
|
|
3712
|
+
} from '../icons/move-3d';
|
|
3707
3713
|
// OctagonPause aliases
|
|
3708
3714
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3709
3715
|
export {
|
|
3710
3716
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3711
3717
|
default as PauseOctagonIcon
|
|
3712
3718
|
} from '../icons/octagon-pause';
|
|
3713
|
-
// OctagonX aliases
|
|
3714
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3715
|
-
export {
|
|
3716
|
-
/** @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 */
|
|
3717
|
-
default as XOctagonIcon
|
|
3718
|
-
} from '../icons/octagon-x';
|
|
3719
3719
|
// PaintbrushVertical aliases
|
|
3720
3720
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3721
3721
|
export {
|
|
3722
3722
|
/** @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 */
|
|
3723
3723
|
default as Paintbrush2Icon
|
|
3724
3724
|
} from '../icons/paintbrush-vertical';
|
|
3725
|
+
// OctagonX aliases
|
|
3726
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3727
|
+
export {
|
|
3728
|
+
/** @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 */
|
|
3729
|
+
default as XOctagonIcon
|
|
3730
|
+
} from '../icons/octagon-x';
|
|
3725
3731
|
// PanelBottomDashed aliases
|
|
3726
3732
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3727
3733
|
export {
|
|
3728
3734
|
/** @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 */
|
|
3729
3735
|
default as PanelBottomInactiveIcon
|
|
3730
3736
|
} from '../icons/panel-bottom-dashed';
|
|
3737
|
+
// PanelLeftClose aliases
|
|
3738
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @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 */
|
|
3741
|
+
default as SidebarCloseIcon
|
|
3742
|
+
} from '../icons/panel-left-close';
|
|
3731
3743
|
// PanelLeftDashed aliases
|
|
3732
3744
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3733
3745
|
export {
|
|
@@ -3738,14 +3750,8 @@ export {
|
|
|
3738
3750
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3739
3751
|
export {
|
|
3740
3752
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3741
|
-
default as SidebarOpenIcon
|
|
3742
|
-
} from '../icons/panel-left-open';
|
|
3743
|
-
// PanelLeftClose aliases
|
|
3744
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @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 */
|
|
3747
|
-
default as SidebarCloseIcon
|
|
3748
|
-
} from '../icons/panel-left-close';
|
|
3753
|
+
default as SidebarOpenIcon
|
|
3754
|
+
} from '../icons/panel-left-open';
|
|
3749
3755
|
// PanelLeft aliases
|
|
3750
3756
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3751
3757
|
export {
|
|
@@ -3758,6 +3764,12 @@ export {
|
|
|
3758
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3759
3765
|
default as PanelTopInactiveIcon
|
|
3760
3766
|
} from '../icons/panel-top-dashed';
|
|
3767
|
+
// PanelRightDashed aliases
|
|
3768
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3769
|
+
export {
|
|
3770
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3771
|
+
default as PanelRightInactiveIcon
|
|
3772
|
+
} from '../icons/panel-right-dashed';
|
|
3761
3773
|
// PanelsTopLeft aliases
|
|
3762
3774
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3763
3775
|
export {
|
|
@@ -3770,12 +3782,6 @@ export {
|
|
|
3770
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3771
3783
|
default as Edit3Icon
|
|
3772
3784
|
} from '../icons/pen-line';
|
|
3773
|
-
// PanelRightDashed aliases
|
|
3774
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3777
|
-
default as PanelRightInactiveIcon
|
|
3778
|
-
} from '../icons/panel-right-dashed';
|
|
3779
3785
|
// PlugZap aliases
|
|
3780
3786
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3781
3787
|
export {
|
|
@@ -3788,30 +3794,24 @@ export {
|
|
|
3788
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3789
3795
|
default as Edit2Icon
|
|
3790
3796
|
} from '../icons/pen';
|
|
3791
|
-
// RectangleEllipsis aliases
|
|
3792
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3793
|
-
export {
|
|
3794
|
-
/** @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 */
|
|
3795
|
-
default as FormInputIcon
|
|
3796
|
-
} from '../icons/rectangle-ellipsis';
|
|
3797
3797
|
// Rotate3d aliases
|
|
3798
3798
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3799
3799
|
export {
|
|
3800
3800
|
/** @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 */
|
|
3801
3801
|
default as Rotate3DIcon
|
|
3802
3802
|
} from '../icons/rotate-3d';
|
|
3803
|
+
// RectangleEllipsis aliases
|
|
3804
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3805
|
+
export {
|
|
3806
|
+
/** @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 */
|
|
3807
|
+
default as FormInputIcon
|
|
3808
|
+
} from '../icons/rectangle-ellipsis';
|
|
3803
3809
|
// Rows2 aliases
|
|
3804
3810
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3805
3811
|
export {
|
|
3806
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3807
3813
|
default as RowsIcon
|
|
3808
3814
|
} from '../icons/rows-2';
|
|
3809
|
-
// Scale3d aliases
|
|
3810
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3811
|
-
export {
|
|
3812
|
-
/** @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 */
|
|
3813
|
-
default as Scale3DIcon
|
|
3814
|
-
} from '../icons/scale-3d';
|
|
3815
3815
|
// Rows3 aliases
|
|
3816
3816
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3817
3817
|
export {
|
|
@@ -3824,60 +3824,72 @@ export {
|
|
|
3824
3824
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3825
3825
|
default as SendHorizonalIcon
|
|
3826
3826
|
} from '../icons/send-horizontal';
|
|
3827
|
+
// Scale3d aliases
|
|
3828
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @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 */
|
|
3831
|
+
default as Scale3DIcon
|
|
3832
|
+
} from '../icons/scale-3d';
|
|
3827
3833
|
// ShieldQuestionMark aliases
|
|
3828
3834
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3829
3835
|
export {
|
|
3830
3836
|
/** @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 */
|
|
3831
3837
|
default as ShieldQuestionIcon
|
|
3832
3838
|
} from '../icons/shield-question-mark';
|
|
3833
|
-
// SlidersVertical aliases
|
|
3834
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @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 */
|
|
3837
|
-
default as SlidersIcon
|
|
3838
|
-
} from '../icons/sliders-vertical';
|
|
3839
3839
|
// ShieldX aliases
|
|
3840
3840
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3841
3841
|
export {
|
|
3842
3842
|
/** @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 */
|
|
3843
3843
|
default as ShieldCloseIcon
|
|
3844
3844
|
} from '../icons/shield-x';
|
|
3845
|
-
// Sparkles aliases
|
|
3846
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @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 */
|
|
3849
|
-
default as StarsIcon
|
|
3850
|
-
} from '../icons/sparkles';
|
|
3851
3845
|
// SquareActivity aliases
|
|
3852
3846
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3853
3847
|
export {
|
|
3854
3848
|
/** @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 */
|
|
3855
3849
|
default as ActivitySquareIcon
|
|
3856
3850
|
} from '../icons/square-activity';
|
|
3851
|
+
// SlidersVertical aliases
|
|
3852
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @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 */
|
|
3855
|
+
default as SlidersIcon
|
|
3856
|
+
} from '../icons/sliders-vertical';
|
|
3857
3857
|
// SquareArrowDownLeft aliases
|
|
3858
3858
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3859
3859
|
export {
|
|
3860
3860
|
/** @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 */
|
|
3861
3861
|
default as ArrowDownLeftSquareIcon
|
|
3862
3862
|
} from '../icons/square-arrow-down-left';
|
|
3863
|
-
//
|
|
3864
|
-
export { default as
|
|
3863
|
+
// Sparkles aliases
|
|
3864
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3865
3865
|
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3867
|
-
default as
|
|
3868
|
-
} from '../icons/
|
|
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 */
|
|
3867
|
+
default as StarsIcon
|
|
3868
|
+
} from '../icons/sparkles';
|
|
3869
3869
|
// SquareArrowDownRight aliases
|
|
3870
3870
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3871
3871
|
export {
|
|
3872
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3873
3873
|
default as ArrowDownRightSquareIcon
|
|
3874
3874
|
} from '../icons/square-arrow-down-right';
|
|
3875
|
+
// SquareArrowDown aliases
|
|
3876
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3877
|
+
export {
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3879
|
+
default as ArrowDownSquareIcon
|
|
3880
|
+
} from '../icons/square-arrow-down';
|
|
3875
3881
|
// SquareArrowLeft aliases
|
|
3876
3882
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3877
3883
|
export {
|
|
3878
3884
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3879
3885
|
default as ArrowLeftSquareIcon
|
|
3880
3886
|
} from '../icons/square-arrow-left';
|
|
3887
|
+
// SquareArrowOutDownRight aliases
|
|
3888
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @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 */
|
|
3891
|
+
default as ArrowDownRightFromSquareIcon
|
|
3892
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3881
3893
|
// SquareArrowOutDownLeft aliases
|
|
3882
3894
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3883
3895
|
export {
|
|
@@ -3890,30 +3902,24 @@ export {
|
|
|
3890
3902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3891
3903
|
default as ArrowUpLeftFromSquareIcon
|
|
3892
3904
|
} from '../icons/square-arrow-out-up-left';
|
|
3893
|
-
// SquareArrowOutDownRight aliases
|
|
3894
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3895
|
-
export {
|
|
3896
|
-
/** @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 */
|
|
3897
|
-
default as ArrowDownRightFromSquareIcon
|
|
3898
|
-
} from '../icons/square-arrow-out-down-right';
|
|
3899
3905
|
// SquareArrowOutUpRight aliases
|
|
3900
3906
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3901
3907
|
export {
|
|
3902
3908
|
/** @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 */
|
|
3903
3909
|
default as ArrowUpRightFromSquareIcon
|
|
3904
3910
|
} from '../icons/square-arrow-out-up-right';
|
|
3905
|
-
// SquareArrowUpLeft aliases
|
|
3906
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3907
|
-
export {
|
|
3908
|
-
/** @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 */
|
|
3909
|
-
default as ArrowUpLeftSquareIcon
|
|
3910
|
-
} from '../icons/square-arrow-up-left';
|
|
3911
3911
|
// SquareArrowRight aliases
|
|
3912
3912
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3913
3913
|
export {
|
|
3914
3914
|
/** @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 */
|
|
3915
3915
|
default as ArrowRightSquareIcon
|
|
3916
3916
|
} from '../icons/square-arrow-right';
|
|
3917
|
+
// SquareArrowUpLeft aliases
|
|
3918
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @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 */
|
|
3921
|
+
default as ArrowUpLeftSquareIcon
|
|
3922
|
+
} from '../icons/square-arrow-up-left';
|
|
3917
3923
|
// SquareArrowUpRight aliases
|
|
3918
3924
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3919
3925
|
export {
|
|
@@ -3950,6 +3956,12 @@ export {
|
|
|
3950
3956
|
/** @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 */
|
|
3951
3957
|
default as FlipVerticalIcon
|
|
3952
3958
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3959
|
+
// SquareCheckBig aliases
|
|
3960
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3961
|
+
export {
|
|
3962
|
+
/** @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 */
|
|
3963
|
+
default as CheckSquareIcon
|
|
3964
|
+
} from '../icons/square-check-big';
|
|
3953
3965
|
// SquareChartGantt aliases
|
|
3954
3966
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3955
3967
|
export {
|
|
@@ -3966,12 +3978,6 @@ export {
|
|
|
3966
3978
|
/** @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 */
|
|
3967
3979
|
default as CheckSquare2Icon
|
|
3968
3980
|
} from '../icons/square-check';
|
|
3969
|
-
// SquareCheckBig aliases
|
|
3970
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3971
|
-
export {
|
|
3972
|
-
/** @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 */
|
|
3973
|
-
default as CheckSquareIcon
|
|
3974
|
-
} from '../icons/square-check-big';
|
|
3975
3981
|
// SquareChevronDown aliases
|
|
3976
3982
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3977
3983
|
export {
|
|
@@ -4008,24 +4014,18 @@ export {
|
|
|
4008
4014
|
/** @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 */
|
|
4009
4015
|
default as KanbanSquareDashedIcon
|
|
4010
4016
|
} from '../icons/square-dashed-kanban';
|
|
4011
|
-
// SquareDashed aliases
|
|
4012
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4013
|
-
export {
|
|
4014
|
-
/** @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 */
|
|
4015
|
-
default as BoxSelectIcon
|
|
4016
|
-
} from '../icons/square-dashed';
|
|
4017
4017
|
// SquareDashedMousePointer aliases
|
|
4018
4018
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4019
4019
|
export {
|
|
4020
4020
|
/** @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 */
|
|
4021
4021
|
default as MousePointerSquareDashedIcon
|
|
4022
4022
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4023
|
-
//
|
|
4024
|
-
export { default as
|
|
4023
|
+
// SquareDashed aliases
|
|
4024
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4025
4025
|
export {
|
|
4026
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4027
|
-
default as
|
|
4028
|
-
} from '../icons/square-
|
|
4026
|
+
/** @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 */
|
|
4027
|
+
default as BoxSelectIcon
|
|
4028
|
+
} from '../icons/square-dashed';
|
|
4029
4029
|
// SquareDivide aliases
|
|
4030
4030
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4031
4031
|
export {
|
|
@@ -4038,6 +4038,12 @@ export {
|
|
|
4038
4038
|
/** @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 */
|
|
4039
4039
|
default as EqualSquareIcon
|
|
4040
4040
|
} from '../icons/square-equal';
|
|
4041
|
+
// SquareDot aliases
|
|
4042
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @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 */
|
|
4045
|
+
default as DotSquareIcon
|
|
4046
|
+
} from '../icons/square-dot';
|
|
4041
4047
|
// SquareFunction aliases
|
|
4042
4048
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4043
4049
|
export {
|
|
@@ -4056,6 +4062,12 @@ export {
|
|
|
4056
4062
|
/** @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 */
|
|
4057
4063
|
default as LibrarySquareIcon
|
|
4058
4064
|
} from '../icons/square-library';
|
|
4065
|
+
// SquareM aliases
|
|
4066
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @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 */
|
|
4069
|
+
default as MSquareIcon
|
|
4070
|
+
} from '../icons/square-m';
|
|
4059
4071
|
// SquareMenu aliases
|
|
4060
4072
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4061
4073
|
export {
|
|
@@ -4068,12 +4080,6 @@ export {
|
|
|
4068
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4069
4081
|
default as MinusSquareIcon
|
|
4070
4082
|
} from '../icons/square-minus';
|
|
4071
|
-
// SquareM aliases
|
|
4072
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
4073
|
-
export {
|
|
4074
|
-
/** @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 */
|
|
4075
|
-
default as MSquareIcon
|
|
4076
|
-
} from '../icons/square-m';
|
|
4077
4083
|
// SquareMousePointer aliases
|
|
4078
4084
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4079
4085
|
export {
|
|
@@ -4118,30 +4124,30 @@ export {
|
|
|
4118
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4119
4125
|
default as PiSquareIcon
|
|
4120
4126
|
} from '../icons/square-pi';
|
|
4121
|
-
// SquarePilcrow aliases
|
|
4122
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4123
|
-
export {
|
|
4124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4125
|
-
default as PilcrowSquareIcon
|
|
4126
|
-
} from '../icons/square-pilcrow';
|
|
4127
|
-
// SquarePlus aliases
|
|
4128
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4129
|
-
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4131
|
-
default as PlusSquareIcon
|
|
4132
|
-
} from '../icons/square-plus';
|
|
4133
4127
|
// SquarePlay aliases
|
|
4134
4128
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4135
4129
|
export {
|
|
4136
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4137
4131
|
default as PlaySquareIcon
|
|
4138
4132
|
} from '../icons/square-play';
|
|
4133
|
+
// SquarePilcrow aliases
|
|
4134
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4135
|
+
export {
|
|
4136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4137
|
+
default as PilcrowSquareIcon
|
|
4138
|
+
} from '../icons/square-pilcrow';
|
|
4139
4139
|
// SquarePower aliases
|
|
4140
4140
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4141
4141
|
export {
|
|
4142
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4143
4143
|
default as PowerSquareIcon
|
|
4144
4144
|
} from '../icons/square-power';
|
|
4145
|
+
// SquarePlus aliases
|
|
4146
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4147
|
+
export {
|
|
4148
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4149
|
+
default as PlusSquareIcon
|
|
4150
|
+
} from '../icons/square-plus';
|
|
4145
4151
|
// SquareScissors aliases
|
|
4146
4152
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4147
4153
|
export {
|
|
@@ -4172,54 +4178,54 @@ export {
|
|
|
4172
4178
|
/** @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 */
|
|
4173
4179
|
default as SplitSquareVerticalIcon
|
|
4174
4180
|
} from '../icons/square-split-vertical';
|
|
4175
|
-
// SquareTerminal aliases
|
|
4176
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4177
|
-
export {
|
|
4178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4179
|
-
default as TerminalSquareIcon
|
|
4180
|
-
} from '../icons/square-terminal';
|
|
4181
4181
|
// SquareUserRound aliases
|
|
4182
4182
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4183
4183
|
export {
|
|
4184
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4185
4185
|
default as UserSquare2Icon
|
|
4186
4186
|
} from '../icons/square-user-round';
|
|
4187
|
-
// SquareX aliases
|
|
4188
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4189
|
-
export {
|
|
4190
|
-
/** @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 */
|
|
4191
|
-
default as XSquareIcon
|
|
4192
|
-
} from '../icons/square-x';
|
|
4193
4187
|
// SquareUser aliases
|
|
4194
4188
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4195
4189
|
export {
|
|
4196
4190
|
/** @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 */
|
|
4197
4191
|
default as UserSquareIcon
|
|
4198
4192
|
} from '../icons/square-user';
|
|
4199
|
-
//
|
|
4200
|
-
export { default as
|
|
4193
|
+
// SquareTerminal aliases
|
|
4194
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4201
4195
|
export {
|
|
4202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4203
|
-
default as
|
|
4204
|
-
} from '../icons/
|
|
4196
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4197
|
+
default as TerminalSquareIcon
|
|
4198
|
+
} from '../icons/square-terminal';
|
|
4199
|
+
// SquareX aliases
|
|
4200
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4201
|
+
export {
|
|
4202
|
+
/** @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 */
|
|
4203
|
+
default as XSquareIcon
|
|
4204
|
+
} from '../icons/square-x';
|
|
4205
4205
|
// TestTubeDiagonal aliases
|
|
4206
4206
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4207
4207
|
export {
|
|
4208
4208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4209
4209
|
default as TestTube2Icon
|
|
4210
4210
|
} from '../icons/test-tube-diagonal';
|
|
4211
|
-
//
|
|
4212
|
-
export { default as
|
|
4211
|
+
// TextAlignCenter aliases
|
|
4212
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4213
4213
|
export {
|
|
4214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4215
|
-
default as
|
|
4216
|
-
} from '../icons/text-align-
|
|
4214
|
+
/** @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 */
|
|
4215
|
+
default as AlignCenterIcon
|
|
4216
|
+
} from '../icons/text-align-center';
|
|
4217
4217
|
// TextAlignJustify aliases
|
|
4218
4218
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4219
4219
|
export {
|
|
4220
4220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4221
4221
|
default as AlignJustifyIcon
|
|
4222
4222
|
} from '../icons/text-align-justify';
|
|
4223
|
+
// TextAlignEnd aliases
|
|
4224
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4225
|
+
export {
|
|
4226
|
+
/** @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 */
|
|
4227
|
+
default as AlignRightIcon
|
|
4228
|
+
} from '../icons/text-align-end';
|
|
4223
4229
|
// TextAlignStart aliases
|
|
4224
4230
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4225
4231
|
export {
|
|
@@ -4230,6 +4236,12 @@ export {
|
|
|
4230
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4231
4237
|
default as AlignLeftIcon
|
|
4232
4238
|
} from '../icons/text-align-start';
|
|
4239
|
+
// TextSelect aliases
|
|
4240
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4241
|
+
export {
|
|
4242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4243
|
+
default as TextSelectionIcon
|
|
4244
|
+
} from '../icons/text-select';
|
|
4233
4245
|
// TextInitial aliases
|
|
4234
4246
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4235
4247
|
export {
|
|
@@ -4242,12 +4254,12 @@ export {
|
|
|
4242
4254
|
/** @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 */
|
|
4243
4255
|
default as WrapTextIcon
|
|
4244
4256
|
} from '../icons/text-wrap';
|
|
4245
|
-
//
|
|
4246
|
-
export { default as
|
|
4257
|
+
// TriangleAlert aliases
|
|
4258
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4247
4259
|
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4249
|
-
default as
|
|
4250
|
-
} from '../icons/
|
|
4260
|
+
/** @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 */
|
|
4261
|
+
default as AlertTriangleIcon
|
|
4262
|
+
} from '../icons/triangle-alert';
|
|
4251
4263
|
// TramFront aliases
|
|
4252
4264
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4253
4265
|
export {
|
|
@@ -4260,12 +4272,6 @@ export {
|
|
|
4260
4272
|
/** @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 */
|
|
4261
4273
|
default as PalmtreeIcon
|
|
4262
4274
|
} from '../icons/tree-palm';
|
|
4263
|
-
// TriangleAlert aliases
|
|
4264
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4265
|
-
export {
|
|
4266
|
-
/** @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 */
|
|
4267
|
-
default as AlertTriangleIcon
|
|
4268
|
-
} from '../icons/triangle-alert';
|
|
4269
4275
|
// TvMinimal aliases
|
|
4270
4276
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4271
4277
|
export {
|
|
@@ -4296,18 +4302,18 @@ export {
|
|
|
4296
4302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4297
4303
|
default as UserMinus2Icon
|
|
4298
4304
|
} from '../icons/user-round-minus';
|
|
4299
|
-
// UserRoundX aliases
|
|
4300
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4301
|
-
export {
|
|
4302
|
-
/** @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 */
|
|
4303
|
-
default as UserX2Icon
|
|
4304
|
-
} from '../icons/user-round-x';
|
|
4305
4305
|
// UserRoundPlus aliases
|
|
4306
4306
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4307
4307
|
export {
|
|
4308
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4309
4309
|
default as UserPlus2Icon
|
|
4310
4310
|
} from '../icons/user-round-plus';
|
|
4311
|
+
// UserRoundX aliases
|
|
4312
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4313
|
+
export {
|
|
4314
|
+
/** @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 */
|
|
4315
|
+
default as UserX2Icon
|
|
4316
|
+
} from '../icons/user-round-x';
|
|
4311
4317
|
// UserRound aliases
|
|
4312
4318
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4313
4319
|
export {
|
|
@@ -4326,18 +4332,18 @@ export {
|
|
|
4326
4332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4327
4333
|
default as ForkKnifeCrossedIcon
|
|
4328
4334
|
} from '../icons/utensils-crossed';
|
|
4329
|
-
// WalletMinimal aliases
|
|
4330
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4331
|
-
export {
|
|
4332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4333
|
-
default as Wallet2Icon
|
|
4334
|
-
} from '../icons/wallet-minimal';
|
|
4335
4335
|
// Utensils aliases
|
|
4336
4336
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4337
4337
|
export {
|
|
4338
4338
|
/** @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 */
|
|
4339
4339
|
default as ForkKnifeIcon
|
|
4340
4340
|
} from '../icons/utensils';
|
|
4341
|
+
// WalletMinimal aliases
|
|
4342
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4343
|
+
export {
|
|
4344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4345
|
+
default as Wallet2Icon
|
|
4346
|
+
} from '../icons/wallet-minimal';
|
|
4341
4347
|
// WandSparkles aliases
|
|
4342
4348
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4343
4349
|
export {
|