@ycloud-web/icons-astro 0.1.3 → 0.1.5
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/README.md +6 -0
- package/package.json +1 -1
- package/src/aliases/aliases.ts +106 -106
- package/src/aliases/prefixed.ts +518 -518
- package/src/aliases/suffixed.ts +787 -787
- package/src/icons/index.ts +235 -235
package/src/aliases/suffixed.ts
CHANGED
|
@@ -6,18 +6,18 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// Activity aliases
|
|
10
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
11
9
|
// Ad aliases
|
|
12
10
|
export { default as AdIcon } from '../icons/ad';
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
13
13
|
// AirVent aliases
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmClockOff aliases
|
|
20
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
@@ -26,24 +26,24 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenterVertical aliases
|
|
28
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
|
-
// AlignEndVertical aliases
|
|
30
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
29
|
// AlignEndHorizontal aliases
|
|
32
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
35
|
// AlignHorizontalDistributeEnd aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalDistributeCenter aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalJustifyStart aliases
|
|
44
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
+
// AlignHorizontalJustifyStart aliases
|
|
46
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
@@ -52,12 +52,12 @@ export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizo
|
|
|
52
52
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
-
// AlignVerticalDistributeStart aliases
|
|
56
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
-
// AlignVerticalDistributeEnd aliases
|
|
58
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
59
55
|
// AlignVerticalJustifyCenter aliases
|
|
60
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
+
// AlignVerticalDistributeEnd aliases
|
|
58
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
@@ -72,12 +72,12 @@ export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
|
72
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
73
|
// Ampersands aliases
|
|
74
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
+
// Amphora aliases
|
|
76
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
77
|
// Anchor aliases
|
|
76
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
79
|
// Angry aliases
|
|
78
80
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Amphora aliases
|
|
80
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
81
|
// Annoyed aliases
|
|
82
82
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
83
|
// Antenna aliases
|
|
@@ -88,46 +88,46 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindowMac aliases
|
|
90
90
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
93
91
|
// AppWindow aliases
|
|
94
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
|
-
//
|
|
96
|
-
export { default as
|
|
93
|
+
// Apple aliases
|
|
94
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
95
|
// ArchiveRestore aliases
|
|
98
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
99
|
// Archive aliases
|
|
100
100
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// Armchair aliases
|
|
102
102
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
|
-
// ArrowBigDownDash aliases
|
|
104
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
|
-
// ArrowBigDown aliases
|
|
106
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
103
|
// ArrowBigLeftDash aliases
|
|
108
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
109
|
-
//
|
|
110
|
-
export { default as
|
|
105
|
+
// ArrowBigDown aliases
|
|
106
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
|
+
// ArrowBigDownDash aliases
|
|
108
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
109
|
// ArrowBigRightDash aliases
|
|
112
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
+
// ArrowBigLeft aliases
|
|
112
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
113
113
|
// ArrowBigRight aliases
|
|
114
114
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
|
-
// ArrowBigUpDash aliases
|
|
116
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowBigUpDash aliases
|
|
118
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
119
|
// ArrowDownFromLine aliases
|
|
120
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
-
// ArrowDownNarrowWide aliases
|
|
124
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownNarrowWide aliases
|
|
126
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
127
|
// ArrowDownToDot aliases
|
|
130
128
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
|
+
// ArrowDownToLine aliases
|
|
130
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
131
|
// ArrowDownUp aliases
|
|
132
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
133
|
// ArrowDown aliases
|
|
@@ -142,60 +142,60 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
142
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightFromLine aliases
|
|
144
144
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
|
-
// ArrowRightToLine aliases
|
|
146
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
145
|
// ArrowRightLeft aliases
|
|
148
146
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
149
|
// ArrowRight aliases
|
|
150
150
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
151
|
// ArrowUpDown aliases
|
|
152
152
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromDot aliases
|
|
154
154
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
|
-
// ArrowUpFromLine aliases
|
|
156
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
155
|
// ArrowUpLeft aliases
|
|
158
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
|
-
//
|
|
160
|
-
export { default as
|
|
157
|
+
// ArrowUpFromLine aliases
|
|
158
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
161
159
|
// ArrowUpRight aliases
|
|
162
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUpWideNarrow aliases
|
|
164
164
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowUp aliases
|
|
166
166
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
167
|
// ArrowsUpFromLine aliases
|
|
168
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
|
+
// AtSign aliases
|
|
170
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
171
|
// Asterisk aliases
|
|
170
172
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
173
|
// Astroid aliases
|
|
172
174
|
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
|
-
// AtSign aliases
|
|
174
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
175
|
// Atom aliases
|
|
176
176
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
+
// Award aliases
|
|
180
|
+
export { default as AwardIcon } from '../icons/award';
|
|
179
181
|
// AudioWaveform aliases
|
|
180
182
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
183
|
// Axe aliases
|
|
182
184
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
-
// Award aliases
|
|
184
|
-
export { default as AwardIcon } from '../icons/award';
|
|
185
|
-
// Backpack aliases
|
|
186
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
185
|
// Baby aliases
|
|
188
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
+
// Backpack aliases
|
|
188
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
189
|
// BadgeAlert aliases
|
|
190
190
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeEuro aliases
|
|
196
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
195
|
// BadgeIndianRupee aliases
|
|
198
196
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
|
+
// BadgeEuro aliases
|
|
198
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
199
|
// BadgeInfo aliases
|
|
200
200
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
@@ -216,18 +216,18 @@ export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
|
216
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
217
|
// BadgeX aliases
|
|
218
218
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
-
// Badge aliases
|
|
220
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
221
219
|
// BaggageClaim aliases
|
|
222
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
221
|
+
// Badge aliases
|
|
222
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
223
223
|
// Balloon aliases
|
|
224
224
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
225
|
// Ban aliases
|
|
226
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
229
227
|
// Banana aliases
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
|
+
// Bandage aliases
|
|
230
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
233
|
// BanknoteArrowUp aliases
|
|
@@ -262,10 +262,10 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
262
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
|
-
// Bean aliases
|
|
266
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
267
265
|
// BeanOff aliases
|
|
268
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
+
// Bean aliases
|
|
268
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
@@ -284,10 +284,10 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
284
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
285
|
// BellDot aliases
|
|
286
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
|
-
// BellMinus aliases
|
|
288
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
287
|
// BellElectric aliases
|
|
290
288
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
|
+
// BellMinus aliases
|
|
290
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
291
|
// BellOff aliases
|
|
292
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
293
|
// BellPlus aliases
|
|
@@ -296,18 +296,18 @@ export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
|
296
296
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
297
|
// Bell aliases
|
|
298
298
|
export { default as BellIcon } from '../icons/bell';
|
|
299
|
-
// BetweenVerticalEnd aliases
|
|
300
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
299
|
// BetweenVerticalStart aliases
|
|
302
300
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
301
|
+
// BetweenVerticalEnd aliases
|
|
302
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
303
303
|
// BicepsFlexed aliases
|
|
304
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Bike aliases
|
|
306
306
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
|
-
// Binoculars aliases
|
|
308
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
309
307
|
// Binary aliases
|
|
310
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
|
+
// Binoculars aliases
|
|
310
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
313
|
// Bird aliases
|
|
@@ -316,10 +316,10 @@ export { default as BirdIcon } from '../icons/bird';
|
|
|
316
316
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
317
|
// Bitcoin aliases
|
|
318
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
|
-
// Blend aliases
|
|
320
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
321
319
|
// Blender aliases
|
|
322
320
|
export { default as BlenderIcon } from '../icons/blender';
|
|
321
|
+
// Blend aliases
|
|
322
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
323
323
|
// Blinds aliases
|
|
324
324
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
325
|
// Blocks aliases
|
|
@@ -330,10 +330,10 @@ export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected'
|
|
|
330
330
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
331
331
|
// BluetoothSearching aliases
|
|
332
332
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
|
-
// Bluetooth aliases
|
|
334
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
333
|
// Bold aliases
|
|
336
334
|
export { default as BoldIcon } from '../icons/bold';
|
|
335
|
+
// Bluetooth aliases
|
|
336
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
337
|
// Bolt aliases
|
|
338
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
339
|
// Bomb aliases
|
|
@@ -372,10 +372,10 @@ export { default as BookMinusIcon } from '../icons/book-minus';
|
|
|
372
372
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
373
373
|
// BookOpenText aliases
|
|
374
374
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
|
-
// BookPlus aliases
|
|
376
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
375
|
// BookOpen aliases
|
|
378
376
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
377
|
+
// BookPlus aliases
|
|
378
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
379
379
|
// BookSearch aliases
|
|
380
380
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
381
381
|
// BookText aliases
|
|
@@ -386,10 +386,10 @@ export { default as BookTypeIcon } from '../icons/book-type';
|
|
|
386
386
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
387
|
// BookUp aliases
|
|
388
388
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
|
-
// BookUser aliases
|
|
390
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
389
|
// BookX aliases
|
|
392
390
|
export { default as BookXIcon } from '../icons/book-x';
|
|
391
|
+
// BookUser aliases
|
|
392
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
393
|
// Book aliases
|
|
394
394
|
export { default as BookIcon } from '../icons/book';
|
|
395
395
|
// BookmarkCheck aliases
|
|
@@ -420,28 +420,28 @@ export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
|
420
420
|
export { default as BoxIcon } from '../icons/box';
|
|
421
421
|
// Boxes aliases
|
|
422
422
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
|
-
// Brackets aliases
|
|
424
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
423
|
// BrainCircuit aliases
|
|
426
424
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// Brackets aliases
|
|
426
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
429
427
|
// BrainCog aliases
|
|
430
428
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
429
|
+
// Brain aliases
|
|
430
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
431
431
|
// BrickWallFire aliases
|
|
432
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
|
+
// BrickWall aliases
|
|
434
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
433
435
|
// BrickWallShield aliases
|
|
434
436
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
437
|
// BriefcaseBusiness aliases
|
|
436
438
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
437
439
|
// BriefcaseConveyorBelt aliases
|
|
438
440
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
439
|
-
// BrickWall aliases
|
|
440
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
441
|
-
// Briefcase aliases
|
|
442
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
443
441
|
// BriefcaseMedical aliases
|
|
444
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
+
// Briefcase aliases
|
|
444
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
445
|
// BringToFront aliases
|
|
446
446
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
447
|
// Broccoli aliases
|
|
@@ -452,24 +452,24 @@ export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
|
452
452
|
export { default as BrushIcon } from '../icons/brush';
|
|
453
453
|
// Bubbles aliases
|
|
454
454
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
455
|
+
// BugOff aliases
|
|
456
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
455
457
|
// BugPlay aliases
|
|
456
458
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
457
459
|
// Bug aliases
|
|
458
460
|
export { default as BugIcon } from '../icons/bug';
|
|
459
|
-
//
|
|
460
|
-
export { default as
|
|
461
|
+
// Building2 aliases
|
|
462
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
461
463
|
// Building aliases
|
|
462
464
|
export { default as BuildingIcon } from '../icons/building';
|
|
463
465
|
// BusFront aliases
|
|
464
466
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
465
|
-
//
|
|
466
|
-
export { default as
|
|
467
|
+
// Cable aliases
|
|
468
|
+
export { default as CableIcon } from '../icons/cable';
|
|
467
469
|
// Bus aliases
|
|
468
470
|
export { default as BusIcon } from '../icons/bus';
|
|
469
471
|
// CableCar aliases
|
|
470
472
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
471
|
-
// Cable aliases
|
|
472
|
-
export { default as CableIcon } from '../icons/cable';
|
|
473
473
|
// CakeSlice aliases
|
|
474
474
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
475
475
|
// Cake aliases
|
|
@@ -506,18 +506,18 @@ export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
|
506
506
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
507
507
|
// CalendarPlus aliases
|
|
508
508
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
509
|
-
// CalendarRange aliases
|
|
510
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
511
509
|
// CalendarSearch aliases
|
|
512
510
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
513
|
-
// CalendarSync aliases
|
|
514
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
515
511
|
// CalendarX2 aliases
|
|
516
512
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
|
-
//
|
|
518
|
-
export { default as
|
|
513
|
+
// CalendarRange aliases
|
|
514
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
515
|
+
// CalendarSync aliases
|
|
516
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
519
517
|
// CalendarX aliases
|
|
520
518
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
519
|
+
// Calendar aliases
|
|
520
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
521
521
|
// Calendars aliases
|
|
522
522
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
523
523
|
// CameraOff aliases
|
|
@@ -540,14 +540,14 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
540
540
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
541
541
|
// CarTaxiFront aliases
|
|
542
542
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
543
|
-
// Caravan aliases
|
|
544
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
545
543
|
// Car aliases
|
|
546
544
|
export { default as CarIcon } from '../icons/car';
|
|
547
|
-
//
|
|
548
|
-
export { default as
|
|
545
|
+
// Caravan aliases
|
|
546
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
549
547
|
// CardSim aliases
|
|
550
548
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
549
|
+
// Carrot aliases
|
|
550
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
551
551
|
// CaseLower aliases
|
|
552
552
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
553
553
|
// CaseSensitive aliases
|
|
@@ -570,10 +570,10 @@ export { default as CctvIcon } from '../icons/cctv';
|
|
|
570
570
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
571
571
|
// ChartBarIncreasing aliases
|
|
572
572
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
573
|
-
// ChartColumnDecreasing aliases
|
|
574
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
575
573
|
// ChartBarStacked aliases
|
|
576
574
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
575
|
+
// ChartColumnDecreasing aliases
|
|
576
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
577
577
|
// ChartColumnStacked aliases
|
|
578
578
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
579
579
|
// ChartGantt aliases
|
|
@@ -582,32 +582,32 @@ export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
|
582
582
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
583
583
|
// ChartNoAxesColumnDecreasing aliases
|
|
584
584
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
585
|
-
// ChartSpline aliases
|
|
586
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
587
585
|
// ChartNoAxesCombined aliases
|
|
588
586
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChartSpline aliases
|
|
588
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
591
589
|
// CheckLine aliases
|
|
592
590
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
593
591
|
// Check aliases
|
|
594
592
|
export { default as CheckIcon } from '../icons/check';
|
|
595
|
-
//
|
|
596
|
-
export { default as
|
|
593
|
+
// CheckCheck aliases
|
|
594
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
597
595
|
// Cherry aliases
|
|
598
596
|
export { default as CherryIcon } from '../icons/cherry';
|
|
599
|
-
//
|
|
600
|
-
export { default as
|
|
597
|
+
// ChefHat aliases
|
|
598
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
601
599
|
// ChessKing aliases
|
|
602
600
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
601
|
+
// ChessBishop aliases
|
|
602
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
603
603
|
// ChessKnight aliases
|
|
604
604
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
605
|
+
// ChessPawn aliases
|
|
606
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
605
607
|
// ChessQueen aliases
|
|
606
608
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
607
609
|
// ChessRook aliases
|
|
608
610
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
609
|
-
// ChessPawn aliases
|
|
610
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
611
611
|
// ChevronDown aliases
|
|
612
612
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
613
613
|
// ChevronFirst aliases
|
|
@@ -618,42 +618,42 @@ export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
|
618
618
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
619
619
|
// ChevronRight aliases
|
|
620
620
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
621
|
-
// ChevronUp aliases
|
|
622
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
623
621
|
// ChevronsDownUp aliases
|
|
624
622
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
623
|
+
// ChevronUp aliases
|
|
624
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
625
625
|
// ChevronsDown aliases
|
|
626
626
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
627
627
|
// ChevronsLeftRightEllipsis aliases
|
|
628
628
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
629
|
-
// ChevronsLeft aliases
|
|
630
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
631
629
|
// ChevronsLeftRight aliases
|
|
632
630
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
631
|
+
// ChevronsLeft aliases
|
|
632
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
635
633
|
// ChevronsRight aliases
|
|
636
634
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
635
|
+
// ChevronsRightLeft aliases
|
|
636
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
637
637
|
// ChevronsUpDown aliases
|
|
638
638
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
639
639
|
// ChevronsUp aliases
|
|
640
640
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
641
|
-
// Church aliases
|
|
642
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
643
641
|
// CigaretteOff aliases
|
|
644
642
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
643
|
+
// Church aliases
|
|
644
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
645
645
|
// Cigarette aliases
|
|
646
646
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
647
|
-
// CircleDashed aliases
|
|
648
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
649
647
|
// CircleDollarSign aliases
|
|
650
648
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
649
|
+
// CircleDashed aliases
|
|
650
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
651
651
|
// CircleDotDashed aliases
|
|
652
652
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
653
|
-
// CircleDot aliases
|
|
654
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
655
653
|
// CircleEllipsis aliases
|
|
656
654
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
655
|
+
// CircleDot aliases
|
|
656
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
657
657
|
// CircleEqual aliases
|
|
658
658
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
659
659
|
// CircleFadingArrowUp aliases
|
|
@@ -664,10 +664,10 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
664
664
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
665
665
|
// CirclePile aliases
|
|
666
666
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
667
|
-
// CirclePoundSterling aliases
|
|
668
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
669
667
|
// CircleSlash aliases
|
|
670
668
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
669
|
+
// CirclePoundSterling aliases
|
|
670
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
671
671
|
// CircleSmall aliases
|
|
672
672
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
673
673
|
// CircleStar aliases
|
|
@@ -682,12 +682,12 @@ export { default as CitrusIcon } from '../icons/citrus';
|
|
|
682
682
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
683
683
|
// ClipboardCheck aliases
|
|
684
684
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
685
|
-
// ClipboardCopy aliases
|
|
686
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
687
|
-
// ClipboardList aliases
|
|
688
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
689
685
|
// ClipboardClock aliases
|
|
690
686
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
687
|
+
// ClipboardList aliases
|
|
688
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
689
|
+
// ClipboardCopy aliases
|
|
690
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
691
691
|
// ClipboardMinus aliases
|
|
692
692
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
693
693
|
// ClipboardPaste aliases
|
|
@@ -720,10 +720,10 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
720
720
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
721
721
|
// Clock7 aliases
|
|
722
722
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
723
|
-
// Clock9 aliases
|
|
724
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
725
723
|
// Clock8 aliases
|
|
726
724
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
725
|
+
// Clock9 aliases
|
|
726
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
727
727
|
// ClockAlert aliases
|
|
728
728
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
729
729
|
// ClockArrowDown aliases
|
|
@@ -736,10 +736,10 @@ export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
|
736
736
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
737
737
|
// ClockCheck aliases
|
|
738
738
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
739
|
-
// ClockFading aliases
|
|
740
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
741
739
|
// ClockPlus aliases
|
|
742
740
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
741
|
+
// ClockFading aliases
|
|
742
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
743
743
|
// Clock aliases
|
|
744
744
|
export { default as ClockIcon } from '../icons/clock';
|
|
745
745
|
// ClosedCaption aliases
|
|
@@ -754,28 +754,28 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
754
754
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
755
755
|
// CloudDrizzle aliases
|
|
756
756
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
757
|
-
// CloudLightning aliases
|
|
758
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
759
|
-
// CloudFog aliases
|
|
760
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
761
757
|
// CloudHail aliases
|
|
762
758
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
763
|
-
//
|
|
764
|
-
export { default as
|
|
759
|
+
// CloudFog aliases
|
|
760
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
765
761
|
// CloudMoon aliases
|
|
766
762
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
763
|
+
// CloudLightning aliases
|
|
764
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
765
|
+
// CloudMoonRain aliases
|
|
766
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
767
767
|
// CloudOff aliases
|
|
768
768
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
769
769
|
// CloudRainWind aliases
|
|
770
770
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
771
771
|
// CloudRain aliases
|
|
772
772
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
773
|
+
// CloudSnow aliases
|
|
774
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
773
775
|
// CloudSunRain aliases
|
|
774
776
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
775
777
|
// CloudSun aliases
|
|
776
778
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
777
|
-
// CloudSnow aliases
|
|
778
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
779
779
|
// CloudSync aliases
|
|
780
780
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
781
781
|
// Cloud aliases
|
|
@@ -784,12 +784,12 @@ export { default as CloudIcon } from '../icons/cloud';
|
|
|
784
784
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
785
785
|
// Clover aliases
|
|
786
786
|
export { default as CloverIcon } from '../icons/clover';
|
|
787
|
-
// Club aliases
|
|
788
|
-
export { default as ClubIcon } from '../icons/club';
|
|
789
787
|
// Code aliases
|
|
790
788
|
export { default as CodeIcon } from '../icons/code';
|
|
791
789
|
// Coffee aliases
|
|
792
790
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
791
|
+
// Club aliases
|
|
792
|
+
export { default as ClubIcon } from '../icons/club';
|
|
793
793
|
// Cog aliases
|
|
794
794
|
export { default as CogIcon } from '../icons/cog';
|
|
795
795
|
// Coins aliases
|
|
@@ -832,10 +832,10 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
832
832
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
833
833
|
// CopyX aliases
|
|
834
834
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
835
|
-
// Copy aliases
|
|
836
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
837
835
|
// Copyleft aliases
|
|
838
836
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
837
|
+
// Copy aliases
|
|
838
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
839
839
|
// CornerDownLeft aliases
|
|
840
840
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
841
841
|
// Copyright aliases
|
|
@@ -860,26 +860,26 @@ export { default as CpuIcon } from '../icons/cpu';
|
|
|
860
860
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
861
861
|
// CreditCard aliases
|
|
862
862
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
863
|
+
// Crop aliases
|
|
864
|
+
export { default as CropIcon } from '../icons/crop';
|
|
863
865
|
// Croissant aliases
|
|
864
866
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
865
867
|
// Cross aliases
|
|
866
868
|
export { default as CrossIcon } from '../icons/cross';
|
|
867
|
-
//
|
|
868
|
-
export { default as
|
|
869
|
+
// Crown aliases
|
|
870
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
869
871
|
// Crosshair aliases
|
|
870
872
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
871
873
|
// Cuboid aliases
|
|
872
874
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
873
|
-
// Crown aliases
|
|
874
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
875
875
|
// CupSoda aliases
|
|
876
876
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
877
877
|
// Currency aliases
|
|
878
878
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
879
|
-
// Dam aliases
|
|
880
|
-
export { default as DamIcon } from '../icons/dam';
|
|
881
879
|
// Cylinder aliases
|
|
882
880
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
881
|
+
// Dam aliases
|
|
882
|
+
export { default as DamIcon } from '../icons/dam';
|
|
883
883
|
// DatabaseArrowDown aliases
|
|
884
884
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
885
885
|
// DatabaseArrowUp aliases
|
|
@@ -892,40 +892,40 @@ export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
|
892
892
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
893
893
|
// DatabasePlus aliases
|
|
894
894
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
895
|
-
// DatabaseSearch aliases
|
|
896
|
-
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
897
895
|
// DatabaseX aliases
|
|
898
896
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
899
|
-
// DatabaseZap aliases
|
|
900
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
901
897
|
// Database aliases
|
|
902
898
|
export { default as DatabaseIcon } from '../icons/database';
|
|
899
|
+
// DatabaseSearch aliases
|
|
900
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
903
901
|
// DecimalsArrowLeft aliases
|
|
904
902
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
903
|
+
// DatabaseZap aliases
|
|
904
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
905
905
|
// DecimalsArrowRight aliases
|
|
906
906
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
907
|
-
// Dessert aliases
|
|
908
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
909
907
|
// Delete aliases
|
|
910
908
|
export { default as DeleteIcon } from '../icons/delete';
|
|
909
|
+
// Dessert aliases
|
|
910
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
911
911
|
// Diameter aliases
|
|
912
912
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
913
|
-
// DiamondMinus aliases
|
|
914
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
915
913
|
// DiamondPlus aliases
|
|
916
914
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
917
915
|
// Diamond aliases
|
|
918
916
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
917
|
+
// DiamondMinus aliases
|
|
918
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
919
919
|
// Dice1 aliases
|
|
920
920
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
921
|
-
// Dice3 aliases
|
|
922
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
923
921
|
// Dice2 aliases
|
|
924
922
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
925
|
-
//
|
|
926
|
-
export { default as
|
|
923
|
+
// Dice3 aliases
|
|
924
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
927
925
|
// Dice5 aliases
|
|
928
926
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
927
|
+
// Dice4 aliases
|
|
928
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
929
929
|
// Dice6 aliases
|
|
930
930
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
931
931
|
// Diff aliases
|
|
@@ -936,10 +936,10 @@ export { default as DicesIcon } from '../icons/dices';
|
|
|
936
936
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
937
937
|
// Disc3 aliases
|
|
938
938
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
939
|
-
// DiscAlbum aliases
|
|
940
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
941
939
|
// Disc aliases
|
|
942
940
|
export { default as DiscIcon } from '../icons/disc';
|
|
941
|
+
// DiscAlbum aliases
|
|
942
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
943
943
|
// Divide aliases
|
|
944
944
|
export { default as DivideIcon } from '../icons/divide';
|
|
945
945
|
// DnaOff aliases
|
|
@@ -954,32 +954,32 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
954
954
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
955
955
|
// Donut aliases
|
|
956
956
|
export { default as DonutIcon } from '../icons/donut';
|
|
957
|
-
// DoorClosedLocked aliases
|
|
958
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
959
957
|
// DoorClosed aliases
|
|
960
958
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
961
|
-
//
|
|
962
|
-
export { default as
|
|
959
|
+
// DoorClosedLocked aliases
|
|
960
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
963
961
|
// DoorOpen aliases
|
|
964
962
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
963
|
+
// Dot aliases
|
|
964
|
+
export { default as DotIcon } from '../icons/dot';
|
|
965
965
|
// Download aliases
|
|
966
966
|
export { default as DownloadIcon } from '../icons/download';
|
|
967
967
|
// DraftingCompass aliases
|
|
968
968
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
969
|
-
// Drama aliases
|
|
970
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
971
969
|
// Drill aliases
|
|
972
970
|
export { default as DrillIcon } from '../icons/drill';
|
|
971
|
+
// Drama aliases
|
|
972
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
973
973
|
// Drone aliases
|
|
974
974
|
export { default as DroneIcon } from '../icons/drone';
|
|
975
975
|
// DropletOff aliases
|
|
976
976
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
977
977
|
// Droplet aliases
|
|
978
978
|
export { default as DropletIcon } from '../icons/droplet';
|
|
979
|
-
// Drum aliases
|
|
980
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
981
979
|
// Droplets aliases
|
|
982
980
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
981
|
+
// Drum aliases
|
|
982
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
983
983
|
// Drumstick aliases
|
|
984
984
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
985
985
|
// Dumbbell aliases
|
|
@@ -1014,28 +1014,28 @@ export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
|
1014
1014
|
export { default as EuroIcon } from '../icons/euro';
|
|
1015
1015
|
// EvCharger aliases
|
|
1016
1016
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1017
|
-
// ExternalLink aliases
|
|
1018
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1019
1017
|
// Expand aliases
|
|
1020
1018
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1021
|
-
//
|
|
1022
|
-
export { default as
|
|
1019
|
+
// ExternalLink aliases
|
|
1020
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1023
1021
|
// EyeDashed aliases
|
|
1024
1022
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1023
|
+
// EyeClosed aliases
|
|
1024
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1025
1025
|
// EyeOff aliases
|
|
1026
1026
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1027
1027
|
// Eye aliases
|
|
1028
1028
|
export { default as EyeIcon } from '../icons/eye';
|
|
1029
1029
|
// Factory aliases
|
|
1030
1030
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1031
|
+
// FastForward aliases
|
|
1032
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1031
1033
|
// Fan aliases
|
|
1032
1034
|
export { default as FanIcon } from '../icons/fan';
|
|
1033
1035
|
// Feather aliases
|
|
1034
1036
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1035
1037
|
// Fence aliases
|
|
1036
1038
|
export { default as FenceIcon } from '../icons/fence';
|
|
1037
|
-
// FastForward aliases
|
|
1038
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1039
1039
|
// FerrisWheel aliases
|
|
1040
1040
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1041
1041
|
// FileArchive aliases
|
|
@@ -1060,18 +1060,18 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1060
1060
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1061
1061
|
// FileInput aliases
|
|
1062
1062
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1063
|
-
// FileMinus aliases
|
|
1064
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1065
1063
|
// FileMusic aliases
|
|
1066
1064
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1065
|
+
// FileMinus aliases
|
|
1066
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1067
1067
|
// FileOutput aliases
|
|
1068
1068
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1069
1069
|
// FilePlus aliases
|
|
1070
1070
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1071
|
-
// FileSearch aliases
|
|
1072
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1073
1071
|
// FileScan aliases
|
|
1074
1072
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1073
|
+
// FileSearch aliases
|
|
1074
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1075
1075
|
// FileSliders aliases
|
|
1076
1076
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1077
1077
|
// FileSpreadsheet aliases
|
|
@@ -1084,18 +1084,18 @@ export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
|
1084
1084
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1085
1085
|
// FileText aliases
|
|
1086
1086
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1087
|
-
// FileUp aliases
|
|
1088
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1089
1087
|
// FileType aliases
|
|
1090
1088
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1091
1089
|
// FileUser aliases
|
|
1092
1090
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1091
|
+
// FileUp aliases
|
|
1092
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1093
1093
|
// FileVolume aliases
|
|
1094
1094
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1095
|
-
// File aliases
|
|
1096
|
-
export { default as FileIcon } from '../icons/file';
|
|
1097
1095
|
// FileX aliases
|
|
1098
1096
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1097
|
+
// File aliases
|
|
1098
|
+
export { default as FileIcon } from '../icons/file';
|
|
1099
1099
|
// Files aliases
|
|
1100
1100
|
export { default as FilesIcon } from '../icons/files';
|
|
1101
1101
|
// Film aliases
|
|
@@ -1104,16 +1104,16 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1104
1104
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1105
1105
|
// FishOff aliases
|
|
1106
1106
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1107
|
-
// FishingHook aliases
|
|
1108
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1109
1107
|
// FishSymbol aliases
|
|
1110
1108
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1111
1109
|
// Fish aliases
|
|
1112
1110
|
export { default as FishIcon } from '../icons/fish';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1111
|
+
// FishingHook aliases
|
|
1112
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1115
1113
|
// FlagOff aliases
|
|
1116
1114
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1115
|
+
// FishingRod aliases
|
|
1116
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1117
1117
|
// FlagTriangleLeft aliases
|
|
1118
1118
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1119
1119
|
// FlagTriangleRight aliases
|
|
@@ -1124,10 +1124,10 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1124
1124
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1125
1125
|
// Flame aliases
|
|
1126
1126
|
export { default as FlameIcon } from '../icons/flame';
|
|
1127
|
-
// Flashlight aliases
|
|
1128
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1129
1127
|
// FlashlightOff aliases
|
|
1130
1128
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1129
|
+
// Flashlight aliases
|
|
1130
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1131
1131
|
// FlaskConicalOff aliases
|
|
1132
1132
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1133
1133
|
// FlaskConical aliases
|
|
@@ -1136,22 +1136,22 @@ export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
|
1136
1136
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1137
1137
|
// FlipHorizontal2 aliases
|
|
1138
1138
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1139
|
-
// Flower2 aliases
|
|
1140
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1141
1139
|
// FlipVertical2 aliases
|
|
1142
1140
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1143
|
-
//
|
|
1144
|
-
export { default as
|
|
1141
|
+
// Flower2 aliases
|
|
1142
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1145
1143
|
// Flower aliases
|
|
1146
1144
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1145
|
+
// Focus aliases
|
|
1146
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1147
1147
|
// FoldHorizontal aliases
|
|
1148
1148
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1149
1149
|
// FoldVertical aliases
|
|
1150
1150
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1151
|
-
// FolderBookmark aliases
|
|
1152
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1153
1151
|
// FolderArchive aliases
|
|
1154
1152
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1153
|
+
// FolderBookmark aliases
|
|
1154
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1155
1155
|
// FolderCheck aliases
|
|
1156
1156
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1157
1157
|
// FolderClock aliases
|
|
@@ -1182,12 +1182,12 @@ export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
|
1182
1182
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1183
1183
|
// FolderOpenDot aliases
|
|
1184
1184
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1185
|
-
// FolderOpen aliases
|
|
1186
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1187
1185
|
// FolderOutput aliases
|
|
1188
1186
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1189
1187
|
// FolderPlus aliases
|
|
1190
1188
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1189
|
+
// FolderOpen aliases
|
|
1190
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1191
1191
|
// FolderRoot aliases
|
|
1192
1192
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1193
1193
|
// FolderSearch2 aliases
|
|
@@ -1196,32 +1196,32 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1196
1196
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1197
1197
|
// FolderSymlink aliases
|
|
1198
1198
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1199
|
-
// FolderSync aliases
|
|
1200
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1201
1199
|
// FolderTree aliases
|
|
1202
1200
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1201
|
+
// FolderSync aliases
|
|
1202
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1203
1203
|
// FolderUp aliases
|
|
1204
1204
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1205
1205
|
// FolderX aliases
|
|
1206
1206
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1207
1207
|
// Folder aliases
|
|
1208
1208
|
export { default as FolderIcon } from '../icons/folder';
|
|
1209
|
-
// Footprints aliases
|
|
1210
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1211
1209
|
// Folders aliases
|
|
1212
1210
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1211
|
+
// Footprints aliases
|
|
1212
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1213
1213
|
// Forklift aliases
|
|
1214
1214
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1215
1215
|
// Form aliases
|
|
1216
1216
|
export { default as FormIcon } from '../icons/form';
|
|
1217
|
-
// Frame aliases
|
|
1218
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1219
1217
|
// Forward aliases
|
|
1220
1218
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1221
|
-
//
|
|
1222
|
-
export { default as
|
|
1219
|
+
// Frame aliases
|
|
1220
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1223
1221
|
// Frown aliases
|
|
1224
1222
|
export { default as FrownIcon } from '../icons/frown';
|
|
1223
|
+
// Fuel aliases
|
|
1224
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1225
1225
|
// Fullscreen aliases
|
|
1226
1226
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1227
1227
|
// FunnelPlus aliases
|
|
@@ -1274,10 +1274,10 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1274
1274
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1275
1275
|
// GitMerge aliases
|
|
1276
1276
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1277
|
-
// GitPullRequestClosed aliases
|
|
1278
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1279
1277
|
// GitPullRequestArrow aliases
|
|
1280
1278
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1279
|
+
// GitPullRequestClosed aliases
|
|
1280
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1281
1281
|
// GitPullRequestCreateArrow aliases
|
|
1282
1282
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1283
1283
|
// GitPullRequestCreate aliases
|
|
@@ -1292,12 +1292,12 @@ export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
|
1292
1292
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1293
1293
|
// GlobeCheck aliases
|
|
1294
1294
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1295
|
-
// GlobeLock aliases
|
|
1296
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1297
|
-
// GlobeX aliases
|
|
1298
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1299
1295
|
// GlobeOff aliases
|
|
1300
1296
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1297
|
+
// GlobeX aliases
|
|
1298
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1299
|
+
// GlobeLock aliases
|
|
1300
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1301
1301
|
// Globe aliases
|
|
1302
1302
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1303
1303
|
// Goal aliases
|
|
@@ -1314,36 +1314,36 @@ export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
|
1314
1314
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1315
1315
|
// GripVertical aliases
|
|
1316
1316
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1317
|
-
// Grip aliases
|
|
1318
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1319
1317
|
// Group aliases
|
|
1320
1318
|
export { default as GroupIcon } from '../icons/group';
|
|
1321
|
-
//
|
|
1322
|
-
export { default as
|
|
1319
|
+
// Grip aliases
|
|
1320
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1323
1321
|
// Guitar aliases
|
|
1324
1322
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1323
|
+
// Ham aliases
|
|
1324
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1325
1325
|
// Hamburger aliases
|
|
1326
1326
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1327
|
-
// HandCoins aliases
|
|
1328
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1329
1327
|
// Hammer aliases
|
|
1330
1328
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1329
|
+
// HandCoins aliases
|
|
1330
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1331
1331
|
// HandFist aliases
|
|
1332
1332
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1333
1333
|
// HandHeart aliases
|
|
1334
1334
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1335
|
-
// HandMetal aliases
|
|
1336
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1337
1335
|
// HandPlatter aliases
|
|
1338
1336
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1339
|
-
//
|
|
1340
|
-
export { default as
|
|
1337
|
+
// HandMetal aliases
|
|
1338
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1341
1339
|
// Handbag aliases
|
|
1342
1340
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1343
1341
|
// Handshake aliases
|
|
1344
1342
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1345
1343
|
// HardDriveDownload aliases
|
|
1346
1344
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1345
|
+
// Hand aliases
|
|
1346
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1347
1347
|
// HardDriveUpload aliases
|
|
1348
1348
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1349
1349
|
// HardDrive aliases
|
|
@@ -1356,10 +1356,10 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1356
1356
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1357
1357
|
// Haze aliases
|
|
1358
1358
|
export { default as HazeIcon } from '../icons/haze';
|
|
1359
|
-
// Hd aliases
|
|
1360
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1361
1359
|
// HdmiPort aliases
|
|
1362
1360
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1361
|
+
// Hd aliases
|
|
1362
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1363
1363
|
// Heading1 aliases
|
|
1364
1364
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1365
1365
|
// Heading2 aliases
|
|
@@ -1374,10 +1374,10 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1374
1374
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1375
1375
|
// Heading aliases
|
|
1376
1376
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1377
|
-
// HeadphoneOff aliases
|
|
1378
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1379
1377
|
// Headphones aliases
|
|
1380
1378
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1379
|
+
// HeadphoneOff aliases
|
|
1380
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1381
1381
|
// Headset aliases
|
|
1382
1382
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1383
1383
|
// HeartCrack aliases
|
|
@@ -1426,14 +1426,14 @@ export { default as HousePlusIcon } from '../icons/house-plus';
|
|
|
1426
1426
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1427
1427
|
// HouseWifi aliases
|
|
1428
1428
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1429
|
-
// IdCard aliases
|
|
1430
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1431
1429
|
// ImageDown aliases
|
|
1432
1430
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1433
1431
|
// ImageMinus aliases
|
|
1434
1432
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1435
1433
|
// ImageOff aliases
|
|
1436
1434
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1435
|
+
// IdCard aliases
|
|
1436
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1437
1437
|
// ImagePlay aliases
|
|
1438
1438
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1439
1439
|
// ImagePlus aliases
|
|
@@ -1444,10 +1444,10 @@ export { default as ImageUpIcon } from '../icons/image-up';
|
|
|
1444
1444
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1445
1445
|
// Image aliases
|
|
1446
1446
|
export { default as ImageIcon } from '../icons/image';
|
|
1447
|
-
// Import aliases
|
|
1448
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1449
1447
|
// Images aliases
|
|
1450
1448
|
export { default as ImagesIcon } from '../icons/images';
|
|
1449
|
+
// Import aliases
|
|
1450
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1451
1451
|
// Inbox aliases
|
|
1452
1452
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1453
1453
|
// IndianRupee aliases
|
|
@@ -1460,10 +1460,10 @@ export { default as InfoIcon } from '../icons/info';
|
|
|
1460
1460
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1461
1461
|
// Italic aliases
|
|
1462
1462
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1463
|
-
// IterationCcw aliases
|
|
1464
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1465
1463
|
// IterationCw aliases
|
|
1466
1464
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1465
|
+
// IterationCcw aliases
|
|
1466
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1467
1467
|
// JapaneseYen aliases
|
|
1468
1468
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1469
1469
|
// Joystick aliases
|
|
@@ -1474,10 +1474,10 @@ export { default as KanbanIcon } from '../icons/kanban';
|
|
|
1474
1474
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1475
1475
|
// KeyRound aliases
|
|
1476
1476
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1477
|
-
// KeySquare aliases
|
|
1478
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1479
1477
|
// Key aliases
|
|
1480
1478
|
export { default as KeyIcon } from '../icons/key';
|
|
1479
|
+
// KeySquare aliases
|
|
1480
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1481
1481
|
// KeyboardMusic aliases
|
|
1482
1482
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1483
1483
|
// KeyboardOff aliases
|
|
@@ -1490,16 +1490,16 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1490
1490
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1491
1491
|
// LampFloor aliases
|
|
1492
1492
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1493
|
-
// LampWallUp aliases
|
|
1494
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1495
1493
|
// LampWallDown aliases
|
|
1496
1494
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1497
|
-
//
|
|
1498
|
-
export { default as
|
|
1499
|
-
// LandPlot aliases
|
|
1500
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1495
|
+
// LampWallUp aliases
|
|
1496
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1501
1497
|
// Landmark aliases
|
|
1502
1498
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1499
|
+
// LandPlot aliases
|
|
1500
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1501
|
+
// Lamp aliases
|
|
1502
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1503
1503
|
// Languages aliases
|
|
1504
1504
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1505
1505
|
// LaptopMinimalCheck aliases
|
|
@@ -1520,32 +1520,32 @@ export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
|
1520
1520
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1521
1521
|
// LayoutGrid aliases
|
|
1522
1522
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1523
|
-
// LayoutList aliases
|
|
1524
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1525
1523
|
// LayoutDashboard aliases
|
|
1526
1524
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1525
|
+
// LayoutList aliases
|
|
1526
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1527
1527
|
// LayoutPanelLeft aliases
|
|
1528
1528
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1529
|
+
// LayoutTemplate aliases
|
|
1530
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1529
1531
|
// LayoutPanelTop aliases
|
|
1530
1532
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1531
1533
|
// Leaf aliases
|
|
1532
1534
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1533
|
-
// LayoutTemplate aliases
|
|
1534
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1535
1535
|
// LeafyGreen aliases
|
|
1536
1536
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1537
|
-
// LensConcave aliases
|
|
1538
|
-
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1539
1537
|
// Lectern aliases
|
|
1540
1538
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1539
|
+
// LensConcave aliases
|
|
1540
|
+
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1541
1541
|
// LensConvex aliases
|
|
1542
1542
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1543
|
-
// LifeBuoy aliases
|
|
1544
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1545
1543
|
// LibraryBig aliases
|
|
1546
1544
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1547
1545
|
// Library aliases
|
|
1548
1546
|
export { default as LibraryIcon } from '../icons/library';
|
|
1547
|
+
// LifeBuoy aliases
|
|
1548
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1549
1549
|
// Ligature aliases
|
|
1550
1550
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1551
1551
|
// LightbulbOff aliases
|
|
@@ -1560,10 +1560,10 @@ export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
|
1560
1560
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1561
1561
|
// Link2Off aliases
|
|
1562
1562
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1563
|
-
// Link2 aliases
|
|
1564
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1565
1563
|
// Link aliases
|
|
1566
1564
|
export { default as LinkIcon } from '../icons/link';
|
|
1565
|
+
// Link2 aliases
|
|
1566
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1567
1567
|
// ListCheck aliases
|
|
1568
1568
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1569
1569
|
// ListChecks aliases
|
|
@@ -1584,20 +1584,20 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1584
1584
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1585
1585
|
// ListMusic aliases
|
|
1586
1586
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1587
|
+
// ListOrdered aliases
|
|
1588
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1587
1589
|
// ListPlus aliases
|
|
1588
1590
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1589
1591
|
// ListRestart aliases
|
|
1590
1592
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1591
|
-
// ListOrdered aliases
|
|
1592
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1593
1593
|
// ListSortAscending aliases
|
|
1594
1594
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1595
1595
|
// ListSortDescending aliases
|
|
1596
1596
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1597
|
-
// ListTodo aliases
|
|
1598
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1599
1597
|
// ListStart aliases
|
|
1600
1598
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1599
|
+
// ListTodo aliases
|
|
1600
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1601
1601
|
// ListTree aliases
|
|
1602
1602
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1603
1603
|
// ListVideo aliases
|
|
@@ -1606,10 +1606,10 @@ export { default as ListVideoIcon } from '../icons/list-video';
|
|
|
1606
1606
|
export { default as ListIcon } from '../icons/list';
|
|
1607
1607
|
// ListX aliases
|
|
1608
1608
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1609
|
-
// Loader aliases
|
|
1610
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1611
1609
|
// LoaderPinwheel aliases
|
|
1612
1610
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1611
|
+
// Loader aliases
|
|
1612
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1613
1613
|
// LocateFixed aliases
|
|
1614
1614
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1615
1615
|
// LocateOff aliases
|
|
@@ -1620,50 +1620,50 @@ export { default as LocateIcon } from '../icons/locate';
|
|
|
1620
1620
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1621
1621
|
// Lock aliases
|
|
1622
1622
|
export { default as LockIcon } from '../icons/lock';
|
|
1623
|
-
// LogOut aliases
|
|
1624
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1625
1623
|
// LogIn aliases
|
|
1626
1624
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1625
|
+
// LogOut aliases
|
|
1626
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1627
1627
|
// Logs aliases
|
|
1628
1628
|
export { default as LogsIcon } from '../icons/logs';
|
|
1629
1629
|
// Lollipop aliases
|
|
1630
1630
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1631
1631
|
// Luggage aliases
|
|
1632
1632
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1633
|
-
// MailCheck aliases
|
|
1634
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1635
1633
|
// Magnet aliases
|
|
1636
1634
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1635
|
+
// MailCheck aliases
|
|
1636
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1639
1637
|
// MailMinus aliases
|
|
1640
1638
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1641
|
-
//
|
|
1642
|
-
export { default as
|
|
1643
|
-
// MailX aliases
|
|
1644
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1639
|
+
// MailOpen aliases
|
|
1640
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1645
1641
|
// MailPlus aliases
|
|
1646
1642
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1647
1643
|
// MailSearch aliases
|
|
1648
1644
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1645
|
+
// MailWarning aliases
|
|
1646
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1647
|
+
// MailX aliases
|
|
1648
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1649
1649
|
// Mail aliases
|
|
1650
1650
|
export { default as MailIcon } from '../icons/mail';
|
|
1651
1651
|
// Mailbox aliases
|
|
1652
1652
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1653
|
-
// MapMinus aliases
|
|
1654
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1655
1653
|
// Mails aliases
|
|
1656
1654
|
export { default as MailsIcon } from '../icons/mails';
|
|
1655
|
+
// MapMinus aliases
|
|
1656
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1657
1657
|
// MapPinCheckInside aliases
|
|
1658
1658
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1659
1659
|
// MapPinCheck aliases
|
|
1660
1660
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1661
1661
|
// MapPinHouse aliases
|
|
1662
1662
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1663
|
-
// MapPinMinusInside aliases
|
|
1664
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1665
1663
|
// MapPinMinus aliases
|
|
1666
1664
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1665
|
+
// MapPinMinusInside aliases
|
|
1666
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1667
1667
|
// MapPinOff aliases
|
|
1668
1668
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1669
1669
|
// MapPinPlusInside aliases
|
|
@@ -1674,12 +1674,12 @@ export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
|
1674
1674
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1675
1675
|
// MapPinXInside aliases
|
|
1676
1676
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1677
|
-
// MapPinX aliases
|
|
1678
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1679
|
-
// MapPin aliases
|
|
1680
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1681
1677
|
// MapPinned aliases
|
|
1682
1678
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1679
|
+
// MapPin aliases
|
|
1680
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1681
|
+
// MapPinX aliases
|
|
1682
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1683
1683
|
// MapPlus aliases
|
|
1684
1684
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1685
1685
|
// Map aliases
|
|
@@ -1716,10 +1716,10 @@ export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
|
1716
1716
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1717
1717
|
// MessageCircleHeart aliases
|
|
1718
1718
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1719
|
-
// MessageCircleMore aliases
|
|
1720
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1721
1719
|
// MessageCircleOff aliases
|
|
1722
1720
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1721
|
+
// MessageCircleMore aliases
|
|
1722
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1723
1723
|
// MessageCirclePlus aliases
|
|
1724
1724
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1725
1725
|
// MessageCircleReply aliases
|
|
@@ -1732,28 +1732,28 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1732
1732
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1733
1733
|
// MessageSquareCheck aliases
|
|
1734
1734
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1735
|
-
// MessageSquareDashed aliases
|
|
1736
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1737
1735
|
// MessageSquareCode aliases
|
|
1738
1736
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1739
|
-
//
|
|
1740
|
-
export { default as
|
|
1737
|
+
// MessageSquareDashed aliases
|
|
1738
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1741
1739
|
// MessageSquareDiff aliases
|
|
1742
1740
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1741
|
+
// MessageSquareDot aliases
|
|
1742
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1743
1743
|
// MessageSquareHeart aliases
|
|
1744
1744
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1745
1745
|
// MessageSquareLock aliases
|
|
1746
1746
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1747
|
-
// MessageSquareOff aliases
|
|
1748
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1749
1747
|
// MessageSquareMore aliases
|
|
1750
1748
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1749
|
+
// MessageSquareOff aliases
|
|
1750
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1751
1751
|
// MessageSquarePlus aliases
|
|
1752
1752
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1753
|
-
// MessageSquareReply aliases
|
|
1754
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1755
1753
|
// MessageSquareQuote aliases
|
|
1756
1754
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1755
|
+
// MessageSquareReply aliases
|
|
1756
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1757
1757
|
// MessageSquareShare aliases
|
|
1758
1758
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1759
1759
|
// MessageSquareText aliases
|
|
@@ -1772,10 +1772,10 @@ export { default as MetronomeIcon } from '../icons/metronome';
|
|
|
1772
1772
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1773
1773
|
// Mic aliases
|
|
1774
1774
|
export { default as MicIcon } from '../icons/mic';
|
|
1775
|
-
// Microscope aliases
|
|
1776
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1777
1775
|
// Microchip aliases
|
|
1778
1776
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1777
|
+
// Microscope aliases
|
|
1778
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1779
1779
|
// Microwave aliases
|
|
1780
1780
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1781
1781
|
// Milestone aliases
|
|
@@ -1812,20 +1812,20 @@ export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
|
1812
1812
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1813
1813
|
// MonitorSmartphone aliases
|
|
1814
1814
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1815
|
-
// MonitorSpeaker aliases
|
|
1816
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1817
1815
|
// MonitorStop aliases
|
|
1818
1816
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1817
|
+
// MonitorSpeaker aliases
|
|
1818
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1819
|
+
// MonitorUp aliases
|
|
1820
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1819
1821
|
// MonitorX aliases
|
|
1820
1822
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1821
1823
|
// Monitor aliases
|
|
1822
1824
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1823
|
-
// MonitorUp aliases
|
|
1824
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1825
|
-
// Moon aliases
|
|
1826
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1827
1825
|
// MoonStar aliases
|
|
1828
1826
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1827
|
+
// Moon aliases
|
|
1828
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1829
1829
|
// Motorbike aliases
|
|
1830
1830
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1831
1831
|
// MountainSnow aliases
|
|
@@ -1834,16 +1834,16 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1834
1834
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1835
1835
|
// MouseLeft aliases
|
|
1836
1836
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1837
|
-
// MousePointer2Off aliases
|
|
1838
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1839
1837
|
// MouseOff aliases
|
|
1840
1838
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1839
|
+
// MousePointer2Off aliases
|
|
1840
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1841
1841
|
// MousePointer2 aliases
|
|
1842
1842
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1843
|
-
// MousePointerClick aliases
|
|
1844
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1845
1843
|
// MousePointerBan aliases
|
|
1846
1844
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1845
|
+
// MousePointerClick aliases
|
|
1846
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1847
1847
|
// MousePointer aliases
|
|
1848
1848
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1849
1849
|
// MouseRight aliases
|
|
@@ -1874,16 +1874,16 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1874
1874
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1875
1875
|
// MoveVertical aliases
|
|
1876
1876
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1877
|
-
// Music2 aliases
|
|
1878
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1879
1877
|
// Move aliases
|
|
1880
1878
|
export { default as MoveIcon } from '../icons/move';
|
|
1879
|
+
// Music2 aliases
|
|
1880
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1881
1881
|
// Music3 aliases
|
|
1882
1882
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1883
|
-
// Music aliases
|
|
1884
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1885
1883
|
// Music4 aliases
|
|
1886
1884
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1885
|
+
// Music aliases
|
|
1886
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1887
1887
|
// Navigation2Off aliases
|
|
1888
1888
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1889
1889
|
// Navigation2 aliases
|
|
@@ -1902,10 +1902,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1902
1902
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1903
1903
|
// NotebookPen aliases
|
|
1904
1904
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1905
|
-
// NotebookTabs aliases
|
|
1906
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1907
1905
|
// NotebookText aliases
|
|
1908
1906
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1907
|
+
// NotebookTabs aliases
|
|
1908
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1909
1909
|
// Notebook aliases
|
|
1910
1910
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1911
1911
|
// NotepadTextDashed aliases
|
|
@@ -1934,18 +1934,18 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1934
1934
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1935
1935
|
// PackageMinus aliases
|
|
1936
1936
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1937
|
-
// PackagePlus aliases
|
|
1938
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1939
1937
|
// PackageOpen aliases
|
|
1940
1938
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1939
|
+
// PackagePlus aliases
|
|
1940
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1941
1941
|
// PackageSearch aliases
|
|
1942
1942
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1943
1943
|
// PackageX aliases
|
|
1944
1944
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1945
|
-
// PaintBucket aliases
|
|
1946
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1947
1945
|
// Package aliases
|
|
1948
1946
|
export { default as PackageIcon } from '../icons/package';
|
|
1947
|
+
// PaintBucket aliases
|
|
1948
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1949
1949
|
// PaintRoller aliases
|
|
1950
1950
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1951
1951
|
// Paintbrush aliases
|
|
@@ -1968,24 +1968,24 @@ export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
|
1968
1968
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1969
1969
|
// PanelRight aliases
|
|
1970
1970
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1971
|
-
// PanelTopBottomDashed aliases
|
|
1972
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1973
1971
|
// PanelTopClose aliases
|
|
1974
1972
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1973
|
+
// PanelTopBottomDashed aliases
|
|
1974
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1977
1975
|
// PanelTop aliases
|
|
1978
1976
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1977
|
+
// PanelTopOpen aliases
|
|
1978
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1979
1979
|
// PanelsLeftBottom aliases
|
|
1980
1980
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1981
1981
|
// PanelsRightBottom aliases
|
|
1982
1982
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1983
1983
|
// Paperclip aliases
|
|
1984
1984
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1985
|
-
// Parasol aliases
|
|
1986
|
-
export { default as ParasolIcon } from '../icons/parasol';
|
|
1987
1985
|
// Parentheses aliases
|
|
1988
1986
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1987
|
+
// Parasol aliases
|
|
1988
|
+
export { default as ParasolIcon } from '../icons/parasol';
|
|
1989
1989
|
// ParkingMeter aliases
|
|
1990
1990
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1991
1991
|
// PartyPopper aliases
|
|
@@ -2010,22 +2010,22 @@ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
|
2010
2010
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2011
2011
|
// Pencil aliases
|
|
2012
2012
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2013
|
-
// Pentagon aliases
|
|
2014
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2015
2013
|
// Percent aliases
|
|
2016
2014
|
export { default as PercentIcon } from '../icons/percent';
|
|
2015
|
+
// Pentagon aliases
|
|
2016
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2017
2017
|
// PersonStanding aliases
|
|
2018
2018
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2019
2019
|
// PhilippinePeso aliases
|
|
2020
2020
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2021
2021
|
// PhoneCall aliases
|
|
2022
2022
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2023
|
+
// PhoneForwarded aliases
|
|
2024
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2023
2025
|
// PhoneIncoming aliases
|
|
2024
2026
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2025
2027
|
// PhoneMissed aliases
|
|
2026
2028
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2027
|
-
// PhoneForwarded aliases
|
|
2028
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2029
2029
|
// PhoneOff aliases
|
|
2030
2030
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2031
2031
|
// PhoneOutgoing aliases
|
|
@@ -2034,10 +2034,10 @@ export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
|
2034
2034
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2035
2035
|
// Pi aliases
|
|
2036
2036
|
export { default as PiIcon } from '../icons/pi';
|
|
2037
|
-
// Pickaxe aliases
|
|
2038
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2039
2037
|
// Piano aliases
|
|
2040
2038
|
export { default as PianoIcon } from '../icons/piano';
|
|
2039
|
+
// Pickaxe aliases
|
|
2040
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2041
2041
|
// PictureInPicture2 aliases
|
|
2042
2042
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2043
2043
|
// PictureInPicture aliases
|
|
@@ -2046,18 +2046,18 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
2046
2046
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2047
2047
|
// PilcrowLeft aliases
|
|
2048
2048
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2049
|
-
// PilcrowRight aliases
|
|
2050
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2051
2049
|
// Pilcrow aliases
|
|
2052
2050
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2051
|
+
// PilcrowRight aliases
|
|
2052
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2053
2053
|
// PillBottle aliases
|
|
2054
2054
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2055
2055
|
// Pill aliases
|
|
2056
2056
|
export { default as PillIcon } from '../icons/pill';
|
|
2057
|
-
// Pin aliases
|
|
2058
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2059
2057
|
// PinOff aliases
|
|
2060
2058
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2059
|
+
// Pin aliases
|
|
2060
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2061
2061
|
// Pipette aliases
|
|
2062
2062
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2063
2063
|
// Pizza aliases
|
|
@@ -2068,10 +2068,10 @@ export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
|
2068
2068
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2069
2069
|
// Plane aliases
|
|
2070
2070
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2071
|
-
// Play aliases
|
|
2072
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2073
2071
|
// PlayOff aliases
|
|
2074
2072
|
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2073
|
+
// Play aliases
|
|
2074
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2075
2075
|
// Plug2 aliases
|
|
2076
2076
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2077
2077
|
// Plug aliases
|
|
@@ -2092,26 +2092,26 @@ export { default as PointerIcon } from '../icons/pointer';
|
|
|
2092
2092
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2093
2093
|
// PoundSterling aliases
|
|
2094
2094
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2095
|
-
// Popsicle aliases
|
|
2096
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2097
2095
|
// PowerOff aliases
|
|
2098
2096
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2097
|
+
// Popsicle aliases
|
|
2098
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2099
2099
|
// Power aliases
|
|
2100
2100
|
export { default as PowerIcon } from '../icons/power';
|
|
2101
2101
|
// Presentation aliases
|
|
2102
2102
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2103
2103
|
// PrinterCheck aliases
|
|
2104
2104
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2105
|
-
// PrinterX aliases
|
|
2106
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2107
2105
|
// Printer aliases
|
|
2108
2106
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2109
2107
|
// Projector aliases
|
|
2110
2108
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2109
|
+
// PrinterX aliases
|
|
2110
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2113
2111
|
// Proportions aliases
|
|
2114
2112
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2113
|
+
// Puzzle aliases
|
|
2114
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2115
2115
|
// Pyramid aliases
|
|
2116
2116
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2117
2117
|
// QrCode aliases
|
|
@@ -2128,50 +2128,50 @@ export { default as RadiationIcon } from '../icons/radiation';
|
|
|
2128
2128
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2129
2129
|
// RadioOff aliases
|
|
2130
2130
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2131
|
-
// RadioReceiver aliases
|
|
2132
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2133
2131
|
// RadioTower aliases
|
|
2134
2132
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2135
|
-
//
|
|
2136
|
-
export { default as
|
|
2133
|
+
// RadioReceiver aliases
|
|
2134
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2137
2135
|
// Radius aliases
|
|
2138
2136
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2137
|
+
// Radio aliases
|
|
2138
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2139
2139
|
// Rainbow aliases
|
|
2140
2140
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2141
2141
|
// Rat aliases
|
|
2142
2142
|
export { default as RatIcon } from '../icons/rat';
|
|
2143
|
-
// ReceiptEuro aliases
|
|
2144
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2145
2143
|
// Ratio aliases
|
|
2146
2144
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2147
2145
|
// ReceiptCent aliases
|
|
2148
2146
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2147
|
+
// ReceiptEuro aliases
|
|
2148
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2149
2149
|
// ReceiptIndianRupee aliases
|
|
2150
2150
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2151
|
+
// ReceiptPoundSterling aliases
|
|
2152
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2151
2153
|
// ReceiptJapaneseYen aliases
|
|
2152
2154
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2153
2155
|
// ReceiptRussianRuble aliases
|
|
2154
2156
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2155
|
-
// ReceiptPoundSterling aliases
|
|
2156
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2157
2157
|
// ReceiptSwissFranc aliases
|
|
2158
2158
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2159
|
-
// ReceiptTurkishLira aliases
|
|
2160
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2161
2159
|
// ReceiptText aliases
|
|
2162
2160
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2161
|
+
// ReceiptTurkishLira aliases
|
|
2162
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2163
2163
|
// Receipt aliases
|
|
2164
2164
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2165
2165
|
// RectangleCircle aliases
|
|
2166
2166
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2167
|
-
// RectangleHorizontal aliases
|
|
2168
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2169
|
-
// RectangleVertical aliases
|
|
2170
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2171
2167
|
// RectangleGoggles aliases
|
|
2172
2168
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2169
|
+
// RectangleHorizontal aliases
|
|
2170
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2173
2171
|
// Recycle aliases
|
|
2174
2172
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2173
|
+
// RectangleVertical aliases
|
|
2174
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2175
2175
|
// Redo2 aliases
|
|
2176
2176
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2177
2177
|
// RedoDot aliases
|
|
@@ -2180,24 +2180,24 @@ export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
|
2180
2180
|
export { default as RedoIcon } from '../icons/redo';
|
|
2181
2181
|
// RefreshCcwDot aliases
|
|
2182
2182
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2183
|
-
// RefreshCwOff aliases
|
|
2184
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2185
2183
|
// RefreshCcw aliases
|
|
2186
2184
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2187
|
-
//
|
|
2188
|
-
export { default as
|
|
2185
|
+
// RefreshCwOff aliases
|
|
2186
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2189
2187
|
// RefreshCw aliases
|
|
2190
2188
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2191
2189
|
// Refrigerator aliases
|
|
2192
2190
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2191
|
+
// Regex aliases
|
|
2192
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2193
2193
|
// RemoveFormatting aliases
|
|
2194
2194
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2195
2195
|
// Repeat1 aliases
|
|
2196
2196
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2197
|
-
// RepeatOff aliases
|
|
2198
|
-
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2199
2197
|
// Repeat2 aliases
|
|
2200
2198
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2199
|
+
// RepeatOff aliases
|
|
2200
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2201
2201
|
// Repeat aliases
|
|
2202
2202
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2203
2203
|
// ReplaceAll aliases
|
|
@@ -2212,22 +2212,22 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2212
2212
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2213
2213
|
// Rewind aliases
|
|
2214
2214
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2215
|
-
// Rocket aliases
|
|
2216
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2217
2215
|
// Road aliases
|
|
2218
2216
|
export { default as RoadIcon } from '../icons/road';
|
|
2217
|
+
// Rocket aliases
|
|
2218
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2219
2219
|
// RockingChair aliases
|
|
2220
2220
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2221
2221
|
// RollerCoaster aliases
|
|
2222
2222
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2223
2223
|
// Rose aliases
|
|
2224
2224
|
export { default as RoseIcon } from '../icons/rose';
|
|
2225
|
+
// RotateCcwSquare aliases
|
|
2226
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2225
2227
|
// RotateCcwKey aliases
|
|
2226
2228
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2227
2229
|
// RotateCcw aliases
|
|
2228
2230
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2229
|
-
// RotateCcwSquare aliases
|
|
2230
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2231
2231
|
// RotateCwSquare aliases
|
|
2232
2232
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2233
2233
|
// RotateCw aliases
|
|
@@ -2236,12 +2236,12 @@ export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
|
2236
2236
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2237
2237
|
// Router aliases
|
|
2238
2238
|
export { default as RouterIcon } from '../icons/router';
|
|
2239
|
-
// Route aliases
|
|
2240
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2241
2239
|
// Rows4 aliases
|
|
2242
2240
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2243
2241
|
// Rss aliases
|
|
2244
2242
|
export { default as RssIcon } from '../icons/rss';
|
|
2243
|
+
// Route aliases
|
|
2244
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2245
2245
|
// RulerDimensionLine aliases
|
|
2246
2246
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2247
2247
|
// Ruler aliases
|
|
@@ -2252,20 +2252,20 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2252
2252
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2253
2253
|
// Salad aliases
|
|
2254
2254
|
export { default as SaladIcon } from '../icons/salad';
|
|
2255
|
-
// SatelliteDish aliases
|
|
2256
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2257
2255
|
// Sandwich aliases
|
|
2258
2256
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2257
|
+
// SatelliteDish aliases
|
|
2258
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2259
2259
|
// Satellite aliases
|
|
2260
2260
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2261
|
-
// SaudiRiyal aliases
|
|
2262
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2263
2261
|
// SaveAll aliases
|
|
2264
2262
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2263
|
+
// SaudiRiyal aliases
|
|
2264
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2267
2265
|
// SaveCheck aliases
|
|
2268
2266
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2267
|
+
// SaveOff aliases
|
|
2268
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2269
2269
|
// SavePen aliases
|
|
2270
2270
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2271
2271
|
// SavePlus aliases
|
|
@@ -2280,34 +2280,34 @@ export { default as ScalingIcon } from '../icons/scaling';
|
|
|
2280
2280
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2281
2281
|
// ScanEye aliases
|
|
2282
2282
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2283
|
-
// ScanFace aliases
|
|
2284
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2285
2283
|
// ScanHeart aliases
|
|
2286
2284
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2285
|
+
// ScanFace aliases
|
|
2286
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2287
2287
|
// ScanLine aliases
|
|
2288
2288
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2289
|
+
// ScanSearch aliases
|
|
2290
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2289
2291
|
// ScanQrCode aliases
|
|
2290
2292
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2291
2293
|
// ScanText aliases
|
|
2292
2294
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2293
|
-
// ScanSearch aliases
|
|
2294
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2295
2295
|
// Scan aliases
|
|
2296
2296
|
export { default as ScanIcon } from '../icons/scan';
|
|
2297
2297
|
// School aliases
|
|
2298
2298
|
export { default as SchoolIcon } from '../icons/school';
|
|
2299
2299
|
// ScissorsLineDashed aliases
|
|
2300
2300
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2301
|
+
// ScreenShare aliases
|
|
2302
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2301
2303
|
// Scissors aliases
|
|
2302
2304
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2303
|
-
// ScreenShareOff aliases
|
|
2304
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2305
2305
|
// Scooter aliases
|
|
2306
2306
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2307
|
+
// ScreenShareOff aliases
|
|
2308
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2307
2309
|
// ScrollText aliases
|
|
2308
2310
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2309
|
-
// ScreenShare aliases
|
|
2310
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2311
2311
|
// Scroll aliases
|
|
2312
2312
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2313
2313
|
// SearchAlert aliases
|
|
@@ -2318,20 +2318,20 @@ export { default as SearchCheckIcon } from '../icons/search-check';
|
|
|
2318
2318
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2319
2319
|
// SearchSlash aliases
|
|
2320
2320
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2321
|
-
// SearchX aliases
|
|
2322
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2323
2321
|
// Search aliases
|
|
2324
2322
|
export { default as SearchIcon } from '../icons/search';
|
|
2323
|
+
// SearchX aliases
|
|
2324
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2325
2325
|
// Section aliases
|
|
2326
2326
|
export { default as SectionIcon } from '../icons/section';
|
|
2327
2327
|
// SendToBack aliases
|
|
2328
2328
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2329
2329
|
// Send aliases
|
|
2330
2330
|
export { default as SendIcon } from '../icons/send';
|
|
2331
|
-
// SeparatorVertical aliases
|
|
2332
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2333
2331
|
// SeparatorHorizontal aliases
|
|
2334
2332
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2333
|
+
// SeparatorVertical aliases
|
|
2334
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2335
2335
|
// ServerCog aliases
|
|
2336
2336
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2337
2337
|
// ServerCrash aliases
|
|
@@ -2344,52 +2344,52 @@ export { default as ServerIcon } from '../icons/server';
|
|
|
2344
2344
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2345
2345
|
// Settings aliases
|
|
2346
2346
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2347
|
-
// Share aliases
|
|
2348
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2349
2347
|
// Shapes aliases
|
|
2350
2348
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2351
2349
|
// Share2 aliases
|
|
2352
2350
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2351
|
+
// Share aliases
|
|
2352
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2353
2353
|
// Sheet aliases
|
|
2354
2354
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2355
2355
|
// Shell aliases
|
|
2356
2356
|
export { default as ShellIcon } from '../icons/shell';
|
|
2357
|
-
// ShelvingUnit aliases
|
|
2358
|
-
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2359
2357
|
// ShieldAlert aliases
|
|
2360
2358
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2359
|
+
// ShelvingUnit aliases
|
|
2360
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2361
2361
|
// ShieldBan aliases
|
|
2362
2362
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2363
2363
|
// ShieldCheck aliases
|
|
2364
2364
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2365
2365
|
// ShieldCogCorner aliases
|
|
2366
2366
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2367
|
-
// ShieldCog aliases
|
|
2368
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2369
2367
|
// ShieldHalf aliases
|
|
2370
2368
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2369
|
+
// ShieldCog aliases
|
|
2370
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2371
2371
|
// ShieldMinus aliases
|
|
2372
2372
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2373
|
-
// ShieldEllipsis aliases
|
|
2374
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2375
2373
|
// ShieldOff aliases
|
|
2376
2374
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2377
2375
|
// ShieldPlus aliases
|
|
2378
2376
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2377
|
+
// ShieldEllipsis aliases
|
|
2378
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2381
2379
|
// ShieldUser aliases
|
|
2382
2380
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2381
|
+
// Shield aliases
|
|
2382
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2385
2383
|
// Ship aliases
|
|
2386
2384
|
export { default as ShipIcon } from '../icons/ship';
|
|
2385
|
+
// ShipWheel aliases
|
|
2386
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2387
2387
|
// Shirt aliases
|
|
2388
2388
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2389
|
-
// ShoppingBag aliases
|
|
2390
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2391
2389
|
// ShoppingBasket aliases
|
|
2392
2390
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2391
|
+
// ShoppingBag aliases
|
|
2392
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2393
2393
|
// ShoppingCart aliases
|
|
2394
2394
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2395
2395
|
// Shovel aliases
|
|
@@ -2422,12 +2422,12 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2422
2422
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2423
2423
|
// SignpostBig aliases
|
|
2424
2424
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2425
|
+
// Siren aliases
|
|
2426
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2425
2427
|
// Signpost aliases
|
|
2426
2428
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2427
2429
|
// SkipBack aliases
|
|
2428
2430
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2429
|
-
// Siren aliases
|
|
2430
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2431
2431
|
// SkipForward aliases
|
|
2432
2432
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2433
2433
|
// Skull aliases
|
|
@@ -2450,10 +2450,10 @@ export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
|
2450
2450
|
export { default as SmileIcon } from '../icons/smile';
|
|
2451
2451
|
// Snail aliases
|
|
2452
2452
|
export { default as SnailIcon } from '../icons/snail';
|
|
2453
|
-
// Snowflake aliases
|
|
2454
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2455
2453
|
// SoapDispenserDroplet aliases
|
|
2456
2454
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2455
|
+
// Snowflake aliases
|
|
2456
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2457
2457
|
// Sofa aliases
|
|
2458
2458
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2459
2459
|
// SolarPanel aliases
|
|
@@ -2468,12 +2468,12 @@ export { default as SpadeIcon } from '../icons/spade';
|
|
|
2468
2468
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2469
2469
|
// Speaker aliases
|
|
2470
2470
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2471
|
-
// SpellCheck aliases
|
|
2472
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2473
2471
|
// Speech aliases
|
|
2474
2472
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2475
2473
|
// SpellCheck2 aliases
|
|
2476
2474
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2475
|
+
// SpellCheck aliases
|
|
2476
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2477
2477
|
// SplinePointer aliases
|
|
2478
2478
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2479
2479
|
// Spline aliases
|
|
@@ -2494,12 +2494,12 @@ export { default as SproutIcon } from '../icons/sprout';
|
|
|
2494
2494
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2495
2495
|
// SquareArrowRightExit aliases
|
|
2496
2496
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2497
|
+
// SquareDashedBottom aliases
|
|
2498
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2497
2499
|
// SquareDashedBottomCode aliases
|
|
2498
2500
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2499
2501
|
// SquareDashedTopSolid aliases
|
|
2500
2502
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2501
|
-
// SquareDashedBottom aliases
|
|
2502
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2503
2503
|
// SquarePause aliases
|
|
2504
2504
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2505
2505
|
// SquareRoundCorner aliases
|
|
@@ -2508,20 +2508,20 @@ export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
|
2508
2508
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2509
2509
|
// SquareSquare aliases
|
|
2510
2510
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2511
|
-
// SquareStar aliases
|
|
2512
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2513
2511
|
// SquareStack aliases
|
|
2514
2512
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2515
2513
|
// SquareStop aliases
|
|
2516
2514
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2515
|
+
// SquareStar aliases
|
|
2516
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2517
2517
|
// Square aliases
|
|
2518
2518
|
export { default as SquareIcon } from '../icons/square';
|
|
2519
2519
|
// SquaresExclude aliases
|
|
2520
2520
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2521
|
-
// SquaresSubtract aliases
|
|
2522
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2523
2521
|
// SquaresIntersect aliases
|
|
2524
2522
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2523
|
+
// SquaresSubtract aliases
|
|
2524
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2525
2525
|
// SquaresUnite aliases
|
|
2526
2526
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2527
2527
|
// SquircleDashed aliases
|
|
@@ -2532,16 +2532,16 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2532
2532
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2533
2533
|
// Stamp aliases
|
|
2534
2534
|
export { default as StampIcon } from '../icons/stamp';
|
|
2535
|
+
// StarHalf aliases
|
|
2536
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2535
2537
|
// StarCheck aliases
|
|
2536
2538
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2537
2539
|
// StarMinus aliases
|
|
2538
2540
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2539
|
-
// StarHalf aliases
|
|
2540
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2541
|
-
// StarPlus aliases
|
|
2542
|
-
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2543
2541
|
// StarOff aliases
|
|
2544
2542
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2543
|
+
// StarPlus aliases
|
|
2544
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2545
2545
|
// StarX aliases
|
|
2546
2546
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2547
2547
|
// Star aliases
|
|
@@ -2570,32 +2570,32 @@ export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
|
2570
2570
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2571
2571
|
// Stone aliases
|
|
2572
2572
|
export { default as StoneIcon } from '../icons/stone';
|
|
2573
|
-
// StretchHorizontal aliases
|
|
2574
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2575
2573
|
// Store aliases
|
|
2576
2574
|
export { default as StoreIcon } from '../icons/store';
|
|
2577
|
-
//
|
|
2578
|
-
export { default as
|
|
2575
|
+
// StretchHorizontal aliases
|
|
2576
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2579
2577
|
// StretchVertical aliases
|
|
2580
2578
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2579
|
+
// Strikethrough aliases
|
|
2580
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2581
2581
|
// Subscript aliases
|
|
2582
2582
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2583
2583
|
// Summary aliases
|
|
2584
2584
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2585
|
-
// SunMedium aliases
|
|
2586
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2587
2585
|
// SunDim aliases
|
|
2588
2586
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2587
|
+
// SunMedium aliases
|
|
2588
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2589
2589
|
// SunMoon aliases
|
|
2590
2590
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2591
2591
|
// SunSnow aliases
|
|
2592
2592
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2593
2593
|
// Sun aliases
|
|
2594
2594
|
export { default as SunIcon } from '../icons/sun';
|
|
2595
|
-
// Sunset aliases
|
|
2596
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2597
2595
|
// Sunrise aliases
|
|
2598
2596
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2597
|
+
// Sunset aliases
|
|
2598
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2599
2599
|
// Superscript aliases
|
|
2600
2600
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2601
2601
|
// SwatchBook aliases
|
|
@@ -2618,10 +2618,10 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2618
2618
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2619
2619
|
// TableColumnsSplit aliases
|
|
2620
2620
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2621
|
-
// TableProperties aliases
|
|
2622
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2623
2621
|
// TableOfContents aliases
|
|
2624
2622
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2623
|
+
// TableProperties aliases
|
|
2624
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2625
2625
|
// TableRowsSplit aliases
|
|
2626
2626
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2627
2627
|
// Table aliases
|
|
@@ -2636,12 +2636,12 @@ export { default as TabletsIcon } from '../icons/tablets';
|
|
|
2636
2636
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2637
2637
|
// TagX aliases
|
|
2638
2638
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2639
|
+
// Tag aliases
|
|
2640
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2639
2641
|
// Tags aliases
|
|
2640
2642
|
export { default as TagsIcon } from '../icons/tags';
|
|
2641
2643
|
// Tally1 aliases
|
|
2642
2644
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2643
|
-
// Tag aliases
|
|
2644
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2645
2645
|
// Tally2 aliases
|
|
2646
2646
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2647
2647
|
// Tally3 aliases
|
|
@@ -2652,12 +2652,12 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2652
2652
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2653
2653
|
// Tangent aliases
|
|
2654
2654
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2655
|
-
// Target aliases
|
|
2656
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2657
2655
|
// Telescope aliases
|
|
2658
2656
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2659
2657
|
// TentTree aliases
|
|
2660
2658
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2659
|
+
// Target aliases
|
|
2660
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2661
2661
|
// Tent aliases
|
|
2662
2662
|
export { default as TentIcon } from '../icons/tent';
|
|
2663
2663
|
// Terminal aliases
|
|
@@ -2682,46 +2682,46 @@ export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowfl
|
|
|
2682
2682
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2683
2683
|
// Thermometer aliases
|
|
2684
2684
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2685
|
-
// ThumbsDown aliases
|
|
2686
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2687
2685
|
// ThumbsUp aliases
|
|
2688
2686
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2689
|
-
//
|
|
2690
|
-
export { default as
|
|
2687
|
+
// TicketCheck aliases
|
|
2688
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2689
|
+
// ThumbsDown aliases
|
|
2690
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2691
2691
|
// TicketPercent aliases
|
|
2692
2692
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2693
|
+
// TicketMinus aliases
|
|
2694
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2693
2695
|
// TicketPlus aliases
|
|
2694
2696
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2695
|
-
// TicketCheck aliases
|
|
2696
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2697
2697
|
// TicketSlash aliases
|
|
2698
2698
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2699
2699
|
// TicketX aliases
|
|
2700
2700
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2701
|
-
// TicketsPlane aliases
|
|
2702
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2703
|
-
// Ticket aliases
|
|
2704
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2705
2701
|
// Tickets aliases
|
|
2706
2702
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2703
|
+
// Ticket aliases
|
|
2704
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2705
|
+
// TicketsPlane aliases
|
|
2706
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2707
2707
|
// Timeline aliases
|
|
2708
2708
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2709
2709
|
// TimerOff aliases
|
|
2710
2710
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2711
|
-
// TimerReset aliases
|
|
2712
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2713
2711
|
// Timer aliases
|
|
2714
2712
|
export { default as TimerIcon } from '../icons/timer';
|
|
2715
|
-
//
|
|
2716
|
-
export { default as
|
|
2713
|
+
// TimerReset aliases
|
|
2714
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2717
2715
|
// ToggleLeft aliases
|
|
2718
2716
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2719
2717
|
// Toilet aliases
|
|
2720
2718
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2721
|
-
// Toolbox aliases
|
|
2722
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2723
2719
|
// ToolCase aliases
|
|
2724
2720
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2721
|
+
// ToggleRight aliases
|
|
2722
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2723
|
+
// Toolbox aliases
|
|
2724
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2725
2725
|
// Tornado aliases
|
|
2726
2726
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2727
2727
|
// Torus aliases
|
|
@@ -2732,12 +2732,12 @@ export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
|
2732
2732
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2733
2733
|
// TowelRack aliases
|
|
2734
2734
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2735
|
-
// ToyBrick aliases
|
|
2736
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2737
2735
|
// TowerControl aliases
|
|
2738
2736
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2739
2737
|
// Tractor aliases
|
|
2740
2738
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2739
|
+
// ToyBrick aliases
|
|
2740
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2741
2741
|
// TrafficCone aliases
|
|
2742
2742
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2743
2743
|
// TrainFrontTunnel aliases
|
|
@@ -2760,22 +2760,22 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2760
2760
|
export { default as TreesIcon } from '../icons/trees';
|
|
2761
2761
|
// TrendingDown aliases
|
|
2762
2762
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2763
|
-
// TrendingUpDown aliases
|
|
2764
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2765
2763
|
// TrendingUp aliases
|
|
2766
2764
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2765
|
+
// TrendingUpDown aliases
|
|
2766
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2767
2767
|
// TriangleDashed aliases
|
|
2768
2768
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2769
2769
|
// TriangleRight aliases
|
|
2770
2770
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2771
2771
|
// Triangle aliases
|
|
2772
2772
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2773
|
-
// TruckElectric aliases
|
|
2774
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2775
2773
|
// Trophy aliases
|
|
2776
2774
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2777
2775
|
// Truck aliases
|
|
2778
2776
|
export { default as TruckIcon } from '../icons/truck';
|
|
2777
|
+
// TruckElectric aliases
|
|
2778
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2779
2779
|
// TurkishLira aliases
|
|
2780
2780
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2781
2781
|
// Turntable aliases
|
|
@@ -2804,20 +2804,20 @@ export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
|
2804
2804
|
export { default as UndoIcon } from '../icons/undo';
|
|
2805
2805
|
// UnfoldHorizontal aliases
|
|
2806
2806
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2807
|
-
// Ungroup aliases
|
|
2808
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2809
2807
|
// UnfoldVertical aliases
|
|
2810
2808
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2809
|
+
// Ungroup aliases
|
|
2810
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2811
2811
|
// Unlink2 aliases
|
|
2812
2812
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2813
2813
|
// Unlink aliases
|
|
2814
2814
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2815
|
+
// Upload aliases
|
|
2816
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2815
2817
|
// Unplug aliases
|
|
2816
2818
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2817
2819
|
// Usb aliases
|
|
2818
2820
|
export { default as UsbIcon } from '../icons/usb';
|
|
2819
|
-
// Upload aliases
|
|
2820
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2821
2821
|
// UserCheck aliases
|
|
2822
2822
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2823
2823
|
// UserCog aliases
|
|
@@ -2830,12 +2830,12 @@ export { default as UserLockIcon } from '../icons/user-lock';
|
|
|
2830
2830
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2831
2831
|
// UserPen aliases
|
|
2832
2832
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2833
|
+
// UserPlus aliases
|
|
2834
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2833
2835
|
// UserRoundArrowLeft aliases
|
|
2834
2836
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2835
2837
|
// UserRoundKey aliases
|
|
2836
2838
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2837
|
-
// UserPlus aliases
|
|
2838
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2839
2839
|
// UserRoundPen aliases
|
|
2840
2840
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2841
2841
|
// UserRoundSearch aliases
|
|
@@ -2848,32 +2848,32 @@ export { default as UserStarIcon } from '../icons/user-star';
|
|
|
2848
2848
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2849
2849
|
// User aliases
|
|
2850
2850
|
export { default as UserIcon } from '../icons/user';
|
|
2851
|
-
// UtilityPole aliases
|
|
2852
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2853
2851
|
// Users aliases
|
|
2854
2852
|
export { default as UsersIcon } from '../icons/users';
|
|
2855
|
-
//
|
|
2856
|
-
export { default as
|
|
2853
|
+
// UtilityPole aliases
|
|
2854
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2857
2855
|
// Van aliases
|
|
2858
2856
|
export { default as VanIcon } from '../icons/van';
|
|
2857
|
+
// Variable aliases
|
|
2858
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2859
2859
|
// Vault aliases
|
|
2860
2860
|
export { default as VaultIcon } from '../icons/vault';
|
|
2861
|
-
// VectorSquare aliases
|
|
2862
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2863
2861
|
// Vegan aliases
|
|
2864
2862
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2865
2863
|
// VenetianMask aliases
|
|
2866
2864
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2867
|
-
//
|
|
2868
|
-
export { default as
|
|
2865
|
+
// VectorSquare aliases
|
|
2866
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2869
2867
|
// Venus aliases
|
|
2870
2868
|
export { default as VenusIcon } from '../icons/venus';
|
|
2869
|
+
// VenusAndMars aliases
|
|
2870
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2871
2871
|
// VibrateOff aliases
|
|
2872
2872
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2873
|
-
// VideoOff aliases
|
|
2874
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2875
2873
|
// Vibrate aliases
|
|
2876
2874
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2875
|
+
// VideoOff aliases
|
|
2876
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2877
2877
|
// Videotape aliases
|
|
2878
2878
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2879
2879
|
// Video aliases
|
|
@@ -2888,18 +2888,18 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2888
2888
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2889
2889
|
// Volume2 aliases
|
|
2890
2890
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2891
|
-
// VolumeOff aliases
|
|
2892
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2893
2891
|
// VolumeX aliases
|
|
2894
2892
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2895
|
-
//
|
|
2896
|
-
export { default as
|
|
2897
|
-
// Vote aliases
|
|
2898
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2893
|
+
// VolumeOff aliases
|
|
2894
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2899
2895
|
// WalletCards aliases
|
|
2900
2896
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2897
|
+
// Volume aliases
|
|
2898
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2901
2899
|
// Wallet aliases
|
|
2902
2900
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2901
|
+
// Vote aliases
|
|
2902
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2903
2903
|
// Wallpaper aliases
|
|
2904
2904
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2905
2905
|
// Wand aliases
|
|
@@ -2908,46 +2908,46 @@ export { default as WandIcon } from '../icons/wand';
|
|
|
2908
2908
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2909
2909
|
// WashingMachine aliases
|
|
2910
2910
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2911
|
-
// WavesArrowDown aliases
|
|
2912
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2913
2911
|
// Watch aliases
|
|
2914
2912
|
export { default as WatchIcon } from '../icons/watch';
|
|
2913
|
+
// WavesArrowDown aliases
|
|
2914
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2915
2915
|
// WavesArrowUp aliases
|
|
2916
2916
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2917
|
-
// WavesLadder aliases
|
|
2918
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2919
2917
|
// WavesVertical aliases
|
|
2920
2918
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2919
|
+
// WavesLadder aliases
|
|
2920
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2921
2921
|
// Waypoints aliases
|
|
2922
2922
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2923
2923
|
// WebcamOff aliases
|
|
2924
2924
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2925
|
-
// WebhookOff aliases
|
|
2926
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2927
2925
|
// Webcam aliases
|
|
2928
2926
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2927
|
+
// WebhookOff aliases
|
|
2928
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2929
2929
|
// Webhook aliases
|
|
2930
2930
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2931
2931
|
// WeightTilde aliases
|
|
2932
2932
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2933
|
-
// Weight aliases
|
|
2934
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2935
2933
|
// WheatOff aliases
|
|
2936
2934
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2937
2935
|
// Wheat aliases
|
|
2938
2936
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2937
|
+
// Weight aliases
|
|
2938
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2939
2939
|
// WholeWord aliases
|
|
2940
2940
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2941
|
-
// WifiHigh aliases
|
|
2942
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2943
2941
|
// WifiCog aliases
|
|
2944
2942
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2943
|
+
// WifiHigh aliases
|
|
2944
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2945
2945
|
// WifiLow aliases
|
|
2946
2946
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2947
|
-
// WifiOff aliases
|
|
2948
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2949
2947
|
// WifiPen aliases
|
|
2950
2948
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2949
|
+
// WifiOff aliases
|
|
2950
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2951
2951
|
// WifiSync aliases
|
|
2952
2952
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2953
2953
|
// WifiZero aliases
|
|
@@ -2968,36 +2968,36 @@ export { default as WorkflowIcon } from '../icons/workflow';
|
|
|
2968
2968
|
export { default as WormIcon } from '../icons/worm';
|
|
2969
2969
|
// WrenchOff aliases
|
|
2970
2970
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2971
|
-
// Wrench aliases
|
|
2972
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2973
2971
|
// XLineTop aliases
|
|
2974
2972
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2973
|
+
// Wrench aliases
|
|
2974
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2975
2975
|
// X aliases
|
|
2976
2976
|
export { default as XIcon } from '../icons/x';
|
|
2977
|
-
// ZapOff aliases
|
|
2978
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2979
2977
|
// Zap aliases
|
|
2980
2978
|
export { default as ZapIcon } from '../icons/zap';
|
|
2981
2979
|
// ZodiacAquarius aliases
|
|
2982
2980
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2981
|
+
// ZapOff aliases
|
|
2982
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2983
2983
|
// ZodiacAries aliases
|
|
2984
2984
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2985
|
-
// ZodiacCapricorn aliases
|
|
2986
|
-
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2987
|
-
// ZodiacGemini aliases
|
|
2988
|
-
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2989
2985
|
// ZodiacCancer aliases
|
|
2990
2986
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2991
2987
|
// ZodiacLeo aliases
|
|
2992
2988
|
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2989
|
+
// ZodiacCapricorn aliases
|
|
2990
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2991
|
+
// ZodiacGemini aliases
|
|
2992
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2993
2993
|
// ZodiacLibra aliases
|
|
2994
2994
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2995
2995
|
// ZodiacOphiuchus aliases
|
|
2996
2996
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2997
|
-
// ZodiacPisces aliases
|
|
2998
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2999
2997
|
// ZodiacSagittarius aliases
|
|
3000
2998
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2999
|
+
// ZodiacPisces aliases
|
|
3000
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3001
3001
|
// ZodiacScorpio aliases
|
|
3002
3002
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3003
3003
|
// ZodiacTaurus aliases
|
|
@@ -3022,18 +3022,18 @@ export {
|
|
|
3022
3022
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
3023
3023
|
default as AlarmCheckIcon
|
|
3024
3024
|
} from '../icons/alarm-clock-check';
|
|
3025
|
-
// AlarmClockPlus aliases
|
|
3026
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3027
|
-
export {
|
|
3028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3029
|
-
default as AlarmPlusIcon
|
|
3030
|
-
} from '../icons/alarm-clock-plus';
|
|
3031
3025
|
// AlarmClockMinus aliases
|
|
3032
3026
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3033
3027
|
export {
|
|
3034
3028
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
3035
3029
|
default as AlarmMinusIcon
|
|
3036
3030
|
} from '../icons/alarm-clock-minus';
|
|
3031
|
+
// AlarmClockPlus aliases
|
|
3032
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
3035
|
+
default as AlarmPlusIcon
|
|
3036
|
+
} from '../icons/alarm-clock-plus';
|
|
3037
3037
|
// ArrowDownAZ aliases
|
|
3038
3038
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3039
3039
|
export {
|
|
@@ -3058,18 +3058,18 @@ export {
|
|
|
3058
3058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
3059
3059
|
default as ArrowUpAzIcon
|
|
3060
3060
|
} from '../icons/arrow-up-a-z';
|
|
3061
|
-
// ArrowUpNarrowWide aliases
|
|
3062
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3063
|
-
export {
|
|
3064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3065
|
-
default as SortAscIcon
|
|
3066
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3067
3061
|
// ArrowUpZA aliases
|
|
3068
3062
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3069
3063
|
export {
|
|
3070
3064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
3071
3065
|
default as ArrowUpZaIcon
|
|
3072
3066
|
} from '../icons/arrow-up-z-a';
|
|
3067
|
+
// ArrowUpNarrowWide aliases
|
|
3068
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3069
|
+
export {
|
|
3070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
3071
|
+
default as SortAscIcon
|
|
3072
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3073
3073
|
// Axis3d aliases
|
|
3074
3074
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3075
3075
|
export {
|
|
@@ -3094,66 +3094,60 @@ export {
|
|
|
3094
3094
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3095
3095
|
default as BetweenHorizonalEndIcon
|
|
3096
3096
|
} from '../icons/between-horizontal-end';
|
|
3097
|
-
// BetweenHorizontalStart aliases
|
|
3098
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3099
|
-
export {
|
|
3100
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3101
|
-
default as BetweenHorizonalStartIcon
|
|
3102
|
-
} from '../icons/between-horizontal-start';
|
|
3103
3097
|
// BookDashed aliases
|
|
3104
3098
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3105
3099
|
export {
|
|
3106
3100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3107
3101
|
default as BookTemplateIcon
|
|
3108
3102
|
} from '../icons/book-dashed';
|
|
3109
|
-
//
|
|
3110
|
-
export { default as
|
|
3103
|
+
// BetweenHorizontalStart aliases
|
|
3104
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3111
3105
|
export {
|
|
3112
|
-
/** @deprecated
|
|
3113
|
-
default as
|
|
3114
|
-
} from '../icons/
|
|
3106
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3107
|
+
default as BetweenHorizonalStartIcon
|
|
3108
|
+
} from '../icons/between-horizontal-start';
|
|
3115
3109
|
// Braces aliases
|
|
3116
3110
|
export { default as BracesIcon } from '../icons/braces';
|
|
3117
3111
|
export {
|
|
3118
3112
|
/** @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 */
|
|
3119
3113
|
default as CurlyBracesIcon
|
|
3120
3114
|
} from '../icons/braces';
|
|
3121
|
-
//
|
|
3122
|
-
export { default as
|
|
3115
|
+
// Captions aliases
|
|
3116
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3123
3117
|
export {
|
|
3124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3125
|
-
default as
|
|
3126
|
-
} from '../icons/
|
|
3118
|
+
/** @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 */
|
|
3119
|
+
default as SubtitlesIcon
|
|
3120
|
+
} from '../icons/captions';
|
|
3127
3121
|
// ChartBarBig aliases
|
|
3128
3122
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3129
3123
|
export {
|
|
3130
3124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3131
3125
|
default as BarChartHorizontalBigIcon
|
|
3132
3126
|
} from '../icons/chart-bar-big';
|
|
3133
|
-
//
|
|
3134
|
-
export { default as
|
|
3127
|
+
// ChartArea aliases
|
|
3128
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3135
3129
|
export {
|
|
3136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3137
|
-
default as
|
|
3138
|
-
} from '../icons/chart-
|
|
3130
|
+
/** @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 */
|
|
3131
|
+
default as AreaChartIcon
|
|
3132
|
+
} from '../icons/chart-area';
|
|
3139
3133
|
// ChartCandlestick aliases
|
|
3140
3134
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3141
3135
|
export {
|
|
3142
3136
|
/** @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 */
|
|
3143
3137
|
default as CandlestickChartIcon
|
|
3144
3138
|
} from '../icons/chart-candlestick';
|
|
3139
|
+
// ChartBar aliases
|
|
3140
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3141
|
+
export {
|
|
3142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
3143
|
+
default as BarChartHorizontalIcon
|
|
3144
|
+
} from '../icons/chart-bar';
|
|
3145
3145
|
// ChartColumnBig aliases
|
|
3146
3146
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3147
3147
|
export {
|
|
3148
3148
|
/** @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 */
|
|
3149
3149
|
default as BarChartBigIcon
|
|
3150
3150
|
} from '../icons/chart-column-big';
|
|
3151
|
-
// ChartColumnIncreasing aliases
|
|
3152
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3153
|
-
export {
|
|
3154
|
-
/** @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 */
|
|
3155
|
-
default as BarChart4Icon
|
|
3156
|
-
} from '../icons/chart-column-increasing';
|
|
3157
3151
|
// ChartColumn aliases
|
|
3158
3152
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3159
3153
|
export {
|
|
@@ -3166,6 +3160,12 @@ export {
|
|
|
3166
3160
|
/** @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 */
|
|
3167
3161
|
default as LineChartIcon
|
|
3168
3162
|
} from '../icons/chart-line';
|
|
3163
|
+
// ChartColumnIncreasing aliases
|
|
3164
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3165
|
+
export {
|
|
3166
|
+
/** @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 */
|
|
3167
|
+
default as BarChart4Icon
|
|
3168
|
+
} from '../icons/chart-column-increasing';
|
|
3169
3169
|
// ChartNoAxesColumnIncreasing aliases
|
|
3170
3170
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3171
3171
|
export {
|
|
@@ -3196,18 +3196,18 @@ export {
|
|
|
3196
3196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3197
3197
|
default as ScatterChartIcon
|
|
3198
3198
|
} from '../icons/chart-scatter';
|
|
3199
|
-
// CircleAlert aliases
|
|
3200
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3201
|
-
export {
|
|
3202
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3203
|
-
default as AlertCircleIcon
|
|
3204
|
-
} from '../icons/circle-alert';
|
|
3205
3199
|
// CircleArrowDown aliases
|
|
3206
3200
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3207
3201
|
export {
|
|
3208
3202
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3209
3203
|
default as ArrowDownCircleIcon
|
|
3210
3204
|
} from '../icons/circle-arrow-down';
|
|
3205
|
+
// CircleAlert aliases
|
|
3206
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3207
|
+
export {
|
|
3208
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3209
|
+
default as AlertCircleIcon
|
|
3210
|
+
} from '../icons/circle-alert';
|
|
3211
3211
|
// CircleArrowLeft aliases
|
|
3212
3212
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3213
3213
|
export {
|
|
@@ -3220,12 +3220,6 @@ export {
|
|
|
3220
3220
|
/** @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 */
|
|
3221
3221
|
default as ArrowDownLeftFromCircleIcon
|
|
3222
3222
|
} from '../icons/circle-arrow-out-down-left';
|
|
3223
|
-
// CircleArrowOutDownRight aliases
|
|
3224
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3225
|
-
export {
|
|
3226
|
-
/** @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 */
|
|
3227
|
-
default as ArrowDownRightFromCircleIcon
|
|
3228
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3229
3223
|
// CircleArrowOutUpLeft aliases
|
|
3230
3224
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3231
3225
|
export {
|
|
@@ -3238,24 +3232,30 @@ export {
|
|
|
3238
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3239
3233
|
default as ArrowUpRightFromCircleIcon
|
|
3240
3234
|
} from '../icons/circle-arrow-out-up-right';
|
|
3235
|
+
// CircleArrowOutDownRight aliases
|
|
3236
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3237
|
+
export {
|
|
3238
|
+
/** @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 */
|
|
3239
|
+
default as ArrowDownRightFromCircleIcon
|
|
3240
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3241
3241
|
// CircleArrowRight aliases
|
|
3242
3242
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3243
3243
|
export {
|
|
3244
3244
|
/** @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 */
|
|
3245
3245
|
default as ArrowRightCircleIcon
|
|
3246
3246
|
} from '../icons/circle-arrow-right';
|
|
3247
|
-
// CircleArrowUp aliases
|
|
3248
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3249
|
-
export {
|
|
3250
|
-
/** @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 */
|
|
3251
|
-
default as ArrowUpCircleIcon
|
|
3252
|
-
} from '../icons/circle-arrow-up';
|
|
3253
3247
|
// CircleCheckBig aliases
|
|
3254
3248
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3255
3249
|
export {
|
|
3256
3250
|
/** @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 */
|
|
3257
3251
|
default as CheckCircleIcon
|
|
3258
3252
|
} from '../icons/circle-check-big';
|
|
3253
|
+
// CircleArrowUp aliases
|
|
3254
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @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 */
|
|
3257
|
+
default as ArrowUpCircleIcon
|
|
3258
|
+
} from '../icons/circle-arrow-up';
|
|
3259
3259
|
// CircleCheck aliases
|
|
3260
3260
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3261
3261
|
export {
|
|
@@ -3274,6 +3274,12 @@ export {
|
|
|
3274
3274
|
/** @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 */
|
|
3275
3275
|
default as ChevronLeftCircleIcon
|
|
3276
3276
|
} from '../icons/circle-chevron-left';
|
|
3277
|
+
// CircleChevronUp aliases
|
|
3278
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3279
|
+
export {
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3281
|
+
default as ChevronUpCircleIcon
|
|
3282
|
+
} from '../icons/circle-chevron-up';
|
|
3277
3283
|
// CircleChevronRight aliases
|
|
3278
3284
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3279
3285
|
export {
|
|
@@ -3286,36 +3292,30 @@ export {
|
|
|
3286
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3287
3293
|
default as DivideCircleIcon
|
|
3288
3294
|
} from '../icons/circle-divide';
|
|
3289
|
-
//
|
|
3290
|
-
export { default as
|
|
3295
|
+
// CircleGauge aliases
|
|
3296
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3291
3297
|
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3293
|
-
default as
|
|
3294
|
-
} from '../icons/circle-
|
|
3298
|
+
/** @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 */
|
|
3299
|
+
default as GaugeCircleIcon
|
|
3300
|
+
} from '../icons/circle-gauge';
|
|
3295
3301
|
// CircleMinus aliases
|
|
3296
3302
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3297
3303
|
export {
|
|
3298
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3299
3305
|
default as MinusCircleIcon
|
|
3300
3306
|
} from '../icons/circle-minus';
|
|
3301
|
-
//
|
|
3302
|
-
export { default as
|
|
3307
|
+
// CircleParkingOff aliases
|
|
3308
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3303
3309
|
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3305
|
-
default as
|
|
3306
|
-
} from '../icons/circle-
|
|
3310
|
+
/** @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 */
|
|
3311
|
+
default as ParkingCircleOffIcon
|
|
3312
|
+
} from '../icons/circle-parking-off';
|
|
3307
3313
|
// CircleParking aliases
|
|
3308
3314
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3309
3315
|
export {
|
|
3310
3316
|
/** @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 */
|
|
3311
3317
|
default as ParkingCircleIcon
|
|
3312
3318
|
} from '../icons/circle-parking';
|
|
3313
|
-
// CircleParkingOff aliases
|
|
3314
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3315
|
-
export {
|
|
3316
|
-
/** @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 */
|
|
3317
|
-
default as ParkingCircleOffIcon
|
|
3318
|
-
} from '../icons/circle-parking-off';
|
|
3319
3319
|
// CirclePause aliases
|
|
3320
3320
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3321
3321
|
export {
|
|
@@ -3340,6 +3340,12 @@ export {
|
|
|
3340
3340
|
/** @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 */
|
|
3341
3341
|
default as PlusCircleIcon
|
|
3342
3342
|
} from '../icons/circle-plus';
|
|
3343
|
+
// CirclePower aliases
|
|
3344
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @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 */
|
|
3347
|
+
default as PowerCircleIcon
|
|
3348
|
+
} from '../icons/circle-power';
|
|
3343
3349
|
// CircleQuestionMark aliases
|
|
3344
3350
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3345
3351
|
export {
|
|
@@ -3350,30 +3356,24 @@ export {
|
|
|
3350
3356
|
/** @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 */
|
|
3351
3357
|
default as CircleHelpIcon
|
|
3352
3358
|
} from '../icons/circle-question-mark';
|
|
3353
|
-
// CirclePower aliases
|
|
3354
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3355
|
-
export {
|
|
3356
|
-
/** @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 */
|
|
3357
|
-
default as PowerCircleIcon
|
|
3358
|
-
} from '../icons/circle-power';
|
|
3359
3359
|
// CircleSlash2 aliases
|
|
3360
3360
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3361
3361
|
export {
|
|
3362
3362
|
/** @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 */
|
|
3363
3363
|
default as CircleSlashedIcon
|
|
3364
3364
|
} from '../icons/circle-slash-2';
|
|
3365
|
-
// CircleStop aliases
|
|
3366
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @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 */
|
|
3369
|
-
default as StopCircleIcon
|
|
3370
|
-
} from '../icons/circle-stop';
|
|
3371
3365
|
// CircleUserRound aliases
|
|
3372
3366
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3373
3367
|
export {
|
|
3374
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3375
3369
|
default as UserCircle2Icon
|
|
3376
3370
|
} from '../icons/circle-user-round';
|
|
3371
|
+
// CircleStop aliases
|
|
3372
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @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 */
|
|
3375
|
+
default as StopCircleIcon
|
|
3376
|
+
} from '../icons/circle-stop';
|
|
3377
3377
|
// CircleUser aliases
|
|
3378
3378
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3379
3379
|
export {
|
|
@@ -3386,36 +3386,30 @@ export {
|
|
|
3386
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3387
3387
|
default as XCircleIcon
|
|
3388
3388
|
} from '../icons/circle-x';
|
|
3389
|
-
// ClipboardPenLine aliases
|
|
3390
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @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 */
|
|
3393
|
-
default as ClipboardSignatureIcon
|
|
3394
|
-
} from '../icons/clipboard-pen-line';
|
|
3395
3389
|
// ClipboardPen aliases
|
|
3396
3390
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3397
3391
|
export {
|
|
3398
3392
|
/** @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 */
|
|
3399
3393
|
default as ClipboardEditIcon
|
|
3400
3394
|
} from '../icons/clipboard-pen';
|
|
3401
|
-
//
|
|
3402
|
-
export { default as
|
|
3395
|
+
// ClipboardPenLine aliases
|
|
3396
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3403
3397
|
export {
|
|
3404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3405
|
-
default as
|
|
3406
|
-
} from '../icons/
|
|
3398
|
+
/** @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 */
|
|
3399
|
+
default as ClipboardSignatureIcon
|
|
3400
|
+
} from '../icons/clipboard-pen-line';
|
|
3407
3401
|
// CloudUpload aliases
|
|
3408
3402
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3409
3403
|
export {
|
|
3410
3404
|
/** @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 */
|
|
3411
3405
|
default as UploadCloudIcon
|
|
3412
3406
|
} from '../icons/cloud-upload';
|
|
3413
|
-
//
|
|
3414
|
-
export { default as
|
|
3407
|
+
// CloudDownload aliases
|
|
3408
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3415
3409
|
export {
|
|
3416
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3417
|
-
default as
|
|
3418
|
-
} from '../icons/
|
|
3410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3411
|
+
default as DownloadCloudIcon
|
|
3412
|
+
} from '../icons/cloud-download';
|
|
3419
3413
|
// Columns2 aliases
|
|
3420
3414
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3421
3415
|
export {
|
|
@@ -3432,6 +3426,12 @@ export {
|
|
|
3432
3426
|
/** @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 */
|
|
3433
3427
|
default as TableConfigIcon
|
|
3434
3428
|
} from '../icons/columns-3-cog';
|
|
3429
|
+
// CodeXml aliases
|
|
3430
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3431
|
+
export {
|
|
3432
|
+
/** @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 */
|
|
3433
|
+
default as Code2Icon
|
|
3434
|
+
} from '../icons/code-xml';
|
|
3435
3435
|
// Columns3 aliases
|
|
3436
3436
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3437
3437
|
export {
|
|
@@ -3486,6 +3486,12 @@ export {
|
|
|
3486
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3487
3487
|
default as FileJson2Icon
|
|
3488
3488
|
} from '../icons/file-braces-corner';
|
|
3489
|
+
// FileChartColumnIncreasing aliases
|
|
3490
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3491
|
+
export {
|
|
3492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3493
|
+
default as FileBarChartIcon
|
|
3494
|
+
} from '../icons/file-chart-column-increasing';
|
|
3489
3495
|
// FileBraces aliases
|
|
3490
3496
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3491
3497
|
export {
|
|
@@ -3498,12 +3504,6 @@ export {
|
|
|
3498
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3499
3505
|
default as FileBarChart2Icon
|
|
3500
3506
|
} from '../icons/file-chart-column';
|
|
3501
|
-
// FileChartColumnIncreasing aliases
|
|
3502
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as FileBarChartIcon
|
|
3506
|
-
} from '../icons/file-chart-column-increasing';
|
|
3507
3507
|
// FileChartLine aliases
|
|
3508
3508
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3509
3509
|
export {
|
|
@@ -3522,18 +3522,18 @@ export {
|
|
|
3522
3522
|
/** @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 */
|
|
3523
3523
|
default as FileCheck2Icon
|
|
3524
3524
|
} from '../icons/file-check-corner';
|
|
3525
|
-
// FileCodeCorner aliases
|
|
3526
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3527
|
-
export {
|
|
3528
|
-
/** @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 */
|
|
3529
|
-
default as FileCode2Icon
|
|
3530
|
-
} from '../icons/file-code-corner';
|
|
3531
3525
|
// FileCog aliases
|
|
3532
3526
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3533
3527
|
export {
|
|
3534
3528
|
/** @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 */
|
|
3535
3529
|
default as FileCog2Icon
|
|
3536
3530
|
} from '../icons/file-cog';
|
|
3531
|
+
// FileCodeCorner aliases
|
|
3532
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3533
|
+
export {
|
|
3534
|
+
/** @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 */
|
|
3535
|
+
default as FileCode2Icon
|
|
3536
|
+
} from '../icons/file-code-corner';
|
|
3537
3537
|
// FileExclamationPoint aliases
|
|
3538
3538
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3539
3539
|
export {
|
|
@@ -3574,12 +3574,6 @@ export {
|
|
|
3574
3574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3575
3575
|
default as FileSignatureIcon
|
|
3576
3576
|
} from '../icons/file-pen-line';
|
|
3577
|
-
// FilePen aliases
|
|
3578
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3581
|
-
default as FileEditIcon
|
|
3582
|
-
} from '../icons/file-pen';
|
|
3583
3577
|
// FilePlay aliases
|
|
3584
3578
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3585
3579
|
export {
|
|
@@ -3598,18 +3592,24 @@ export {
|
|
|
3598
3592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3599
3593
|
default as FileQuestionIcon
|
|
3600
3594
|
} from '../icons/file-question-mark';
|
|
3601
|
-
//
|
|
3602
|
-
export { default as
|
|
3595
|
+
// FilePen aliases
|
|
3596
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3603
3597
|
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3605
|
-
default as
|
|
3606
|
-
} from '../icons/file-
|
|
3598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3599
|
+
default as FileEditIcon
|
|
3600
|
+
} from '../icons/file-pen';
|
|
3607
3601
|
// FileSignal aliases
|
|
3608
3602
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3609
3603
|
export {
|
|
3610
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3611
3605
|
default as FileVolume2Icon
|
|
3612
3606
|
} from '../icons/file-signal';
|
|
3607
|
+
// FileSearchCorner aliases
|
|
3608
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @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 */
|
|
3611
|
+
default as FileSearch2Icon
|
|
3612
|
+
} from '../icons/file-search-corner';
|
|
3613
3613
|
// FileTypeCorner aliases
|
|
3614
3614
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3615
3615
|
export {
|
|
@@ -3622,18 +3622,18 @@ export {
|
|
|
3622
3622
|
/** @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 */
|
|
3623
3623
|
default as FileVideo2Icon
|
|
3624
3624
|
} from '../icons/file-video-camera';
|
|
3625
|
-
// FingerprintPattern aliases
|
|
3626
|
-
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3627
|
-
export {
|
|
3628
|
-
/** @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 */
|
|
3629
|
-
default as FingerprintIcon
|
|
3630
|
-
} from '../icons/fingerprint-pattern';
|
|
3631
3625
|
// FileXCorner aliases
|
|
3632
3626
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3633
3627
|
export {
|
|
3634
3628
|
/** @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 */
|
|
3635
3629
|
default as FileX2Icon
|
|
3636
3630
|
} from '../icons/file-x-corner';
|
|
3631
|
+
// FingerprintPattern aliases
|
|
3632
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @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 */
|
|
3635
|
+
default as FingerprintIcon
|
|
3636
|
+
} from '../icons/fingerprint-pattern';
|
|
3637
3637
|
// FolderCog aliases
|
|
3638
3638
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3639
3639
|
export {
|
|
@@ -3664,18 +3664,18 @@ export {
|
|
|
3664
3664
|
/** @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 */
|
|
3665
3665
|
default as GitCommitIcon
|
|
3666
3666
|
} from '../icons/git-commit-horizontal';
|
|
3667
|
-
// Grid2x2Plus aliases
|
|
3668
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3669
|
-
export {
|
|
3670
|
-
/** @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 */
|
|
3671
|
-
default as Grid2X2PlusIcon
|
|
3672
|
-
} from '../icons/grid-2x2-plus';
|
|
3673
3667
|
// Grid2x2Check aliases
|
|
3674
3668
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3675
3669
|
export {
|
|
3676
3670
|
/** @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 */
|
|
3677
3671
|
default as Grid2X2CheckIcon
|
|
3678
3672
|
} from '../icons/grid-2x2-check';
|
|
3673
|
+
// Grid2x2Plus aliases
|
|
3674
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3675
|
+
export {
|
|
3676
|
+
/** @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 */
|
|
3677
|
+
default as Grid2X2PlusIcon
|
|
3678
|
+
} from '../icons/grid-2x2-plus';
|
|
3679
3679
|
// Grid2x2X aliases
|
|
3680
3680
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3681
3681
|
export {
|
|
@@ -3698,18 +3698,18 @@ export {
|
|
|
3698
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3699
3699
|
default as Grid3X3Icon
|
|
3700
3700
|
} from '../icons/grid-3x3';
|
|
3701
|
-
// HandGrab aliases
|
|
3702
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @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 */
|
|
3705
|
-
default as GrabIcon
|
|
3706
|
-
} from '../icons/hand-grab';
|
|
3707
3701
|
// HandHelping aliases
|
|
3708
3702
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3709
3703
|
export {
|
|
3710
3704
|
/** @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 */
|
|
3711
3705
|
default as HelpingHandIcon
|
|
3712
3706
|
} from '../icons/hand-helping';
|
|
3707
|
+
// HandGrab aliases
|
|
3708
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3709
|
+
export {
|
|
3710
|
+
/** @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 */
|
|
3711
|
+
default as GrabIcon
|
|
3712
|
+
} from '../icons/hand-grab';
|
|
3713
3713
|
// House aliases
|
|
3714
3714
|
export { default as HouseIcon } from '../icons/house';
|
|
3715
3715
|
export {
|
|
@@ -3728,28 +3728,18 @@ export {
|
|
|
3728
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3729
3729
|
default as IceCreamIcon
|
|
3730
3730
|
} from '../icons/ice-cream-cone';
|
|
3731
|
-
// LaptopMinimal aliases
|
|
3732
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3733
|
-
export {
|
|
3734
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3735
|
-
default as Laptop2Icon
|
|
3736
|
-
} from '../icons/laptop-minimal';
|
|
3737
3731
|
// Layers aliases
|
|
3738
3732
|
export { default as LayersIcon } from '../icons/layers';
|
|
3739
3733
|
export {
|
|
3740
3734
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3741
3735
|
default as Layers3Icon
|
|
3742
3736
|
} from '../icons/layers';
|
|
3743
|
-
//
|
|
3744
|
-
export { default as
|
|
3745
|
-
export {
|
|
3746
|
-
/** @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 */
|
|
3747
|
-
default as IndentIcon
|
|
3748
|
-
} from '../icons/list-indent-increase';
|
|
3737
|
+
// LaptopMinimal aliases
|
|
3738
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3749
3739
|
export {
|
|
3750
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3751
|
-
default as
|
|
3752
|
-
} from '../icons/
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3741
|
+
default as Laptop2Icon
|
|
3742
|
+
} from '../icons/laptop-minimal';
|
|
3753
3743
|
// ListIndentDecrease aliases
|
|
3754
3744
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3755
3745
|
export {
|
|
@@ -3760,6 +3750,16 @@ export {
|
|
|
3760
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3761
3751
|
default as IndentDecreaseIcon
|
|
3762
3752
|
} from '../icons/list-indent-decrease';
|
|
3753
|
+
// ListIndentIncrease aliases
|
|
3754
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3755
|
+
export {
|
|
3756
|
+
/** @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 */
|
|
3757
|
+
default as IndentIcon
|
|
3758
|
+
} from '../icons/list-indent-increase';
|
|
3759
|
+
export {
|
|
3760
|
+
/** @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 */
|
|
3761
|
+
default as IndentIncreaseIcon
|
|
3762
|
+
} from '../icons/list-indent-increase';
|
|
3763
3763
|
// LoaderCircle aliases
|
|
3764
3764
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3765
3765
|
export {
|
|
@@ -3790,20 +3790,20 @@ export {
|
|
|
3790
3790
|
/** @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 */
|
|
3791
3791
|
default as LocationEditIcon
|
|
3792
3792
|
} from '../icons/map-pin-pen';
|
|
3793
|
-
// MessageCircleQuestionMark aliases
|
|
3794
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3795
|
-
export {
|
|
3796
|
-
/** @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 */
|
|
3797
|
-
default as MessageCircleQuestionIcon
|
|
3798
|
-
} from '../icons/message-circle-question-mark';
|
|
3799
3793
|
// MicVocal aliases
|
|
3800
3794
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3801
3795
|
export {
|
|
3802
3796
|
/** @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 */
|
|
3803
3797
|
default as Mic2Icon
|
|
3804
3798
|
} from '../icons/mic-vocal';
|
|
3805
|
-
//
|
|
3806
|
-
export { default as
|
|
3799
|
+
// MessageCircleQuestionMark aliases
|
|
3800
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3801
|
+
export {
|
|
3802
|
+
/** @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 */
|
|
3803
|
+
default as MessageCircleQuestionIcon
|
|
3804
|
+
} from '../icons/message-circle-question-mark';
|
|
3805
|
+
// Move3d aliases
|
|
3806
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3807
3807
|
export {
|
|
3808
3808
|
/** @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 */
|
|
3809
3809
|
default as Move3DIcon
|
|
@@ -3820,18 +3820,18 @@ export {
|
|
|
3820
3820
|
/** @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 */
|
|
3821
3821
|
default as PauseOctagonIcon
|
|
3822
3822
|
} from '../icons/octagon-pause';
|
|
3823
|
-
// OctagonX aliases
|
|
3824
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3825
|
-
export {
|
|
3826
|
-
/** @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 */
|
|
3827
|
-
default as XOctagonIcon
|
|
3828
|
-
} from '../icons/octagon-x';
|
|
3829
3823
|
// PaintbrushVertical aliases
|
|
3830
3824
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3831
3825
|
export {
|
|
3832
3826
|
/** @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 */
|
|
3833
3827
|
default as Paintbrush2Icon
|
|
3834
3828
|
} from '../icons/paintbrush-vertical';
|
|
3829
|
+
// OctagonX aliases
|
|
3830
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @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 */
|
|
3833
|
+
default as XOctagonIcon
|
|
3834
|
+
} from '../icons/octagon-x';
|
|
3835
3835
|
// PanelBottomDashed aliases
|
|
3836
3836
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3837
3837
|
export {
|
|
@@ -3844,36 +3844,36 @@ export {
|
|
|
3844
3844
|
/** @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 */
|
|
3845
3845
|
default as SidebarCloseIcon
|
|
3846
3846
|
} from '../icons/panel-left-close';
|
|
3847
|
-
// PanelLeftDashed aliases
|
|
3848
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3849
|
-
export {
|
|
3850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3851
|
-
default as PanelLeftInactiveIcon
|
|
3852
|
-
} from '../icons/panel-left-dashed';
|
|
3853
3847
|
// PanelLeftOpen aliases
|
|
3854
3848
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3855
3849
|
export {
|
|
3856
3850
|
/** @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 */
|
|
3857
3851
|
default as SidebarOpenIcon
|
|
3858
3852
|
} from '../icons/panel-left-open';
|
|
3853
|
+
// PanelLeftDashed aliases
|
|
3854
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3855
|
+
export {
|
|
3856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3857
|
+
default as PanelLeftInactiveIcon
|
|
3858
|
+
} from '../icons/panel-left-dashed';
|
|
3859
3859
|
// PanelLeft aliases
|
|
3860
3860
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3861
3861
|
export {
|
|
3862
3862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3863
3863
|
default as SidebarIcon
|
|
3864
3864
|
} from '../icons/panel-left';
|
|
3865
|
-
// PanelTopDashed aliases
|
|
3866
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3867
|
-
export {
|
|
3868
|
-
/** @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 */
|
|
3869
|
-
default as PanelTopInactiveIcon
|
|
3870
|
-
} from '../icons/panel-top-dashed';
|
|
3871
3865
|
// PanelRightDashed aliases
|
|
3872
3866
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3873
3867
|
export {
|
|
3874
3868
|
/** @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 */
|
|
3875
3869
|
default as PanelRightInactiveIcon
|
|
3876
3870
|
} from '../icons/panel-right-dashed';
|
|
3871
|
+
// PanelTopDashed aliases
|
|
3872
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3873
|
+
export {
|
|
3874
|
+
/** @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 */
|
|
3875
|
+
default as PanelTopInactiveIcon
|
|
3876
|
+
} from '../icons/panel-top-dashed';
|
|
3877
3877
|
// PanelsTopLeft aliases
|
|
3878
3878
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3879
3879
|
export {
|
|
@@ -3892,30 +3892,24 @@ export {
|
|
|
3892
3892
|
/** @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 */
|
|
3893
3893
|
default as Edit2Icon
|
|
3894
3894
|
} from '../icons/pen';
|
|
3895
|
-
// PlugZap aliases
|
|
3896
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3899
|
-
default as PlugZap2Icon
|
|
3900
|
-
} from '../icons/plug-zap';
|
|
3901
3895
|
// RectangleEllipsis aliases
|
|
3902
3896
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3903
3897
|
export {
|
|
3904
3898
|
/** @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 */
|
|
3905
3899
|
default as FormInputIcon
|
|
3906
3900
|
} from '../icons/rectangle-ellipsis';
|
|
3901
|
+
// PlugZap aliases
|
|
3902
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3903
|
+
export {
|
|
3904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3905
|
+
default as PlugZap2Icon
|
|
3906
|
+
} from '../icons/plug-zap';
|
|
3907
3907
|
// Rotate3d aliases
|
|
3908
3908
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3909
3909
|
export {
|
|
3910
3910
|
/** @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 */
|
|
3911
3911
|
default as Rotate3DIcon
|
|
3912
3912
|
} from '../icons/rotate-3d';
|
|
3913
|
-
// Rows2 aliases
|
|
3914
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3915
|
-
export {
|
|
3916
|
-
/** @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 */
|
|
3917
|
-
default as RowsIcon
|
|
3918
|
-
} from '../icons/rows-2';
|
|
3919
3913
|
// Rows3 aliases
|
|
3920
3914
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3921
3915
|
export {
|
|
@@ -3928,24 +3922,30 @@ export {
|
|
|
3928
3922
|
/** @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 */
|
|
3929
3923
|
default as Scale3DIcon
|
|
3930
3924
|
} from '../icons/scale-3d';
|
|
3925
|
+
// Rows2 aliases
|
|
3926
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3927
|
+
export {
|
|
3928
|
+
/** @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 */
|
|
3929
|
+
default as RowsIcon
|
|
3930
|
+
} from '../icons/rows-2';
|
|
3931
3931
|
// SendHorizontal aliases
|
|
3932
3932
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3933
3933
|
export {
|
|
3934
3934
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3935
3935
|
default as SendHorizonalIcon
|
|
3936
3936
|
} from '../icons/send-horizontal';
|
|
3937
|
-
// ShieldQuestionMark aliases
|
|
3938
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3939
|
-
export {
|
|
3940
|
-
/** @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 */
|
|
3941
|
-
default as ShieldQuestionIcon
|
|
3942
|
-
} from '../icons/shield-question-mark';
|
|
3943
3937
|
// ShieldX aliases
|
|
3944
3938
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3945
3939
|
export {
|
|
3946
3940
|
/** @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 */
|
|
3947
3941
|
default as ShieldCloseIcon
|
|
3948
3942
|
} from '../icons/shield-x';
|
|
3943
|
+
// ShieldQuestionMark aliases
|
|
3944
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3945
|
+
export {
|
|
3946
|
+
/** @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 */
|
|
3947
|
+
default as ShieldQuestionIcon
|
|
3948
|
+
} from '../icons/shield-question-mark';
|
|
3949
3949
|
// SlidersVertical aliases
|
|
3950
3950
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3951
3951
|
export {
|
|
@@ -3988,6 +3988,12 @@ export {
|
|
|
3988
3988
|
/** @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 */
|
|
3989
3989
|
default as ArrowLeftSquareIcon
|
|
3990
3990
|
} from '../icons/square-arrow-left';
|
|
3991
|
+
// SquareArrowOutDownLeft aliases
|
|
3992
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3993
|
+
export {
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3995
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3996
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3991
3997
|
// SquareArrowOutDownRight aliases
|
|
3992
3998
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3993
3999
|
export {
|
|
@@ -4000,42 +4006,36 @@ export {
|
|
|
4000
4006
|
/** @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 */
|
|
4001
4007
|
default as ArrowUpLeftFromSquareIcon
|
|
4002
4008
|
} from '../icons/square-arrow-out-up-left';
|
|
4003
|
-
// SquareArrowOutDownLeft aliases
|
|
4004
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4005
|
-
export {
|
|
4006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
4007
|
-
default as ArrowDownLeftFromSquareIcon
|
|
4008
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4009
4009
|
// SquareArrowOutUpRight aliases
|
|
4010
4010
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4011
4011
|
export {
|
|
4012
4012
|
/** @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 */
|
|
4013
4013
|
default as ArrowUpRightFromSquareIcon
|
|
4014
4014
|
} from '../icons/square-arrow-out-up-right';
|
|
4015
|
-
// SquareArrowUpRight aliases
|
|
4016
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4019
|
-
default as ArrowUpRightSquareIcon
|
|
4020
|
-
} from '../icons/square-arrow-up-right';
|
|
4021
|
-
// SquareArrowUp aliases
|
|
4022
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
4025
|
-
default as ArrowUpSquareIcon
|
|
4026
|
-
} from '../icons/square-arrow-up';
|
|
4027
4015
|
// SquareArrowRight aliases
|
|
4028
4016
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4029
4017
|
export {
|
|
4030
4018
|
/** @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 */
|
|
4031
4019
|
default as ArrowRightSquareIcon
|
|
4032
4020
|
} from '../icons/square-arrow-right';
|
|
4021
|
+
// SquareArrowUpRight aliases
|
|
4022
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
4025
|
+
default as ArrowUpRightSquareIcon
|
|
4026
|
+
} from '../icons/square-arrow-up-right';
|
|
4033
4027
|
// SquareArrowUpLeft aliases
|
|
4034
4028
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4035
4029
|
export {
|
|
4036
4030
|
/** @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 */
|
|
4037
4031
|
default as ArrowUpLeftSquareIcon
|
|
4038
4032
|
} from '../icons/square-arrow-up-left';
|
|
4033
|
+
// SquareArrowUp aliases
|
|
4034
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4035
|
+
export {
|
|
4036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
4037
|
+
default as ArrowUpSquareIcon
|
|
4038
|
+
} from '../icons/square-arrow-up';
|
|
4039
4039
|
// SquareAsterisk aliases
|
|
4040
4040
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4041
4041
|
export {
|
|
@@ -4076,36 +4076,36 @@ export {
|
|
|
4076
4076
|
/** @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 */
|
|
4077
4077
|
default as CheckSquareIcon
|
|
4078
4078
|
} from '../icons/square-check-big';
|
|
4079
|
-
// SquareChevronDown aliases
|
|
4080
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4083
|
-
default as ChevronDownSquareIcon
|
|
4084
|
-
} from '../icons/square-chevron-down';
|
|
4085
4079
|
// SquareCheck aliases
|
|
4086
4080
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4087
4081
|
export {
|
|
4088
4082
|
/** @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 */
|
|
4089
4083
|
default as CheckSquare2Icon
|
|
4090
4084
|
} from '../icons/square-check';
|
|
4085
|
+
// SquareChevronDown aliases
|
|
4086
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4089
|
+
default as ChevronDownSquareIcon
|
|
4090
|
+
} from '../icons/square-chevron-down';
|
|
4091
4091
|
// SquareChevronLeft aliases
|
|
4092
4092
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4093
4093
|
export {
|
|
4094
4094
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
4095
4095
|
default as ChevronLeftSquareIcon
|
|
4096
4096
|
} from '../icons/square-chevron-left';
|
|
4097
|
-
// SquareChevronRight aliases
|
|
4098
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4101
|
-
default as ChevronRightSquareIcon
|
|
4102
|
-
} from '../icons/square-chevron-right';
|
|
4103
4097
|
// SquareChevronUp aliases
|
|
4104
4098
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4105
4099
|
export {
|
|
4106
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
4107
4101
|
default as ChevronUpSquareIcon
|
|
4108
4102
|
} from '../icons/square-chevron-up';
|
|
4103
|
+
// SquareChevronRight aliases
|
|
4104
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4105
|
+
export {
|
|
4106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
4107
|
+
default as ChevronRightSquareIcon
|
|
4108
|
+
} from '../icons/square-chevron-right';
|
|
4109
4109
|
// SquareCode aliases
|
|
4110
4110
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4111
4111
|
export {
|
|
@@ -4124,12 +4124,6 @@ export {
|
|
|
4124
4124
|
/** @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 */
|
|
4125
4125
|
default as MousePointerSquareDashedIcon
|
|
4126
4126
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4127
|
-
// SquareDashed aliases
|
|
4128
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4129
|
-
export {
|
|
4130
|
-
/** @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 */
|
|
4131
|
-
default as BoxSelectIcon
|
|
4132
|
-
} from '../icons/square-dashed';
|
|
4133
4127
|
// SquareDashedText aliases
|
|
4134
4128
|
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4135
4129
|
export {
|
|
@@ -4140,30 +4134,42 @@ export {
|
|
|
4140
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4141
4135
|
default as TextSelectIcon
|
|
4142
4136
|
} from '../icons/square-dashed-text';
|
|
4143
|
-
//
|
|
4144
|
-
export { default as
|
|
4137
|
+
// SquareDashed aliases
|
|
4138
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4145
4139
|
export {
|
|
4146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4147
|
-
default as
|
|
4148
|
-
} from '../icons/square-
|
|
4140
|
+
/** @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 */
|
|
4141
|
+
default as BoxSelectIcon
|
|
4142
|
+
} from '../icons/square-dashed';
|
|
4149
4143
|
// SquareDot aliases
|
|
4150
4144
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4151
4145
|
export {
|
|
4152
4146
|
/** @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 */
|
|
4153
4147
|
default as DotSquareIcon
|
|
4154
4148
|
} from '../icons/square-dot';
|
|
4155
|
-
//
|
|
4156
|
-
export { default as
|
|
4149
|
+
// SquareDivide aliases
|
|
4150
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4157
4151
|
export {
|
|
4158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4159
|
-
default as
|
|
4160
|
-
} from '../icons/square-
|
|
4152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4153
|
+
default as DivideSquareIcon
|
|
4154
|
+
} from '../icons/square-divide';
|
|
4161
4155
|
// SquareFunction aliases
|
|
4162
4156
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4163
4157
|
export {
|
|
4164
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4165
4159
|
default as FunctionSquareIcon
|
|
4166
4160
|
} from '../icons/square-function';
|
|
4161
|
+
// SquareEqual aliases
|
|
4162
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4163
|
+
export {
|
|
4164
|
+
/** @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 */
|
|
4165
|
+
default as EqualSquareIcon
|
|
4166
|
+
} from '../icons/square-equal';
|
|
4167
|
+
// SquareKanban aliases
|
|
4168
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4171
|
+
default as KanbanSquareIcon
|
|
4172
|
+
} from '../icons/square-kanban';
|
|
4167
4173
|
// SquareLibrary aliases
|
|
4168
4174
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4169
4175
|
export {
|
|
@@ -4176,12 +4182,6 @@ export {
|
|
|
4176
4182
|
/** @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 */
|
|
4177
4183
|
default as MSquareIcon
|
|
4178
4184
|
} from '../icons/square-m';
|
|
4179
|
-
// SquareKanban aliases
|
|
4180
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4183
|
-
default as KanbanSquareIcon
|
|
4184
|
-
} from '../icons/square-kanban';
|
|
4185
4185
|
// SquareMenu aliases
|
|
4186
4186
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4187
4187
|
export {
|
|
@@ -4212,6 +4212,12 @@ export {
|
|
|
4212
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4213
4213
|
default as ParkingSquareIcon
|
|
4214
4214
|
} from '../icons/square-parking';
|
|
4215
|
+
// SquarePercent aliases
|
|
4216
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4217
|
+
export {
|
|
4218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4219
|
+
default as PercentSquareIcon
|
|
4220
|
+
} from '../icons/square-percent';
|
|
4215
4221
|
// SquarePen aliases
|
|
4216
4222
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4217
4223
|
export {
|
|
@@ -4226,12 +4232,12 @@ export {
|
|
|
4226
4232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4227
4233
|
default as PenSquareIcon
|
|
4228
4234
|
} from '../icons/square-pen';
|
|
4229
|
-
//
|
|
4230
|
-
export { default as
|
|
4235
|
+
// SquarePilcrow aliases
|
|
4236
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4231
4237
|
export {
|
|
4232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4233
|
-
default as
|
|
4234
|
-
} from '../icons/square-
|
|
4238
|
+
/** @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 */
|
|
4239
|
+
default as PilcrowSquareIcon
|
|
4240
|
+
} from '../icons/square-pilcrow';
|
|
4235
4241
|
// SquarePi aliases
|
|
4236
4242
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4237
4243
|
export {
|
|
@@ -4244,60 +4250,54 @@ export {
|
|
|
4244
4250
|
/** @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 */
|
|
4245
4251
|
default as PlaySquareIcon
|
|
4246
4252
|
} from '../icons/square-play';
|
|
4247
|
-
// SquarePilcrow aliases
|
|
4248
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4249
|
-
export {
|
|
4250
|
-
/** @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 */
|
|
4251
|
-
default as PilcrowSquareIcon
|
|
4252
|
-
} from '../icons/square-pilcrow';
|
|
4253
4253
|
// SquarePlus aliases
|
|
4254
4254
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4255
4255
|
export {
|
|
4256
4256
|
/** @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 */
|
|
4257
4257
|
default as PlusSquareIcon
|
|
4258
4258
|
} from '../icons/square-plus';
|
|
4259
|
-
// SquareScissors aliases
|
|
4260
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4261
|
-
export {
|
|
4262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4263
|
-
default as ScissorsSquareIcon
|
|
4264
|
-
} from '../icons/square-scissors';
|
|
4265
4259
|
// SquarePower aliases
|
|
4266
4260
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4267
4261
|
export {
|
|
4268
4262
|
/** @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 */
|
|
4269
4263
|
default as PowerSquareIcon
|
|
4270
4264
|
} from '../icons/square-power';
|
|
4265
|
+
// SquareScissors aliases
|
|
4266
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4267
|
+
export {
|
|
4268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4269
|
+
default as ScissorsSquareIcon
|
|
4270
|
+
} from '../icons/square-scissors';
|
|
4271
4271
|
// SquareSigma aliases
|
|
4272
4272
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4273
4273
|
export {
|
|
4274
4274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4275
4275
|
default as SigmaSquareIcon
|
|
4276
4276
|
} from '../icons/square-sigma';
|
|
4277
|
-
//
|
|
4278
|
-
export { default as
|
|
4277
|
+
// SquareSplitVertical aliases
|
|
4278
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4279
4279
|
export {
|
|
4280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4281
|
-
default as
|
|
4282
|
-
} from '../icons/square-
|
|
4280
|
+
/** @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 */
|
|
4281
|
+
default as SplitSquareVerticalIcon
|
|
4282
|
+
} from '../icons/square-split-vertical';
|
|
4283
4283
|
// SquareSplitHorizontal aliases
|
|
4284
4284
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4285
4285
|
export {
|
|
4286
4286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4287
4287
|
default as SplitSquareHorizontalIcon
|
|
4288
4288
|
} from '../icons/square-split-horizontal';
|
|
4289
|
+
// SquareSlash aliases
|
|
4290
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4293
|
+
default as SlashSquareIcon
|
|
4294
|
+
} from '../icons/square-slash';
|
|
4289
4295
|
// SquareTerminal aliases
|
|
4290
4296
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4291
4297
|
export {
|
|
4292
4298
|
/** @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 */
|
|
4293
4299
|
default as TerminalSquareIcon
|
|
4294
4300
|
} from '../icons/square-terminal';
|
|
4295
|
-
// SquareSplitVertical aliases
|
|
4296
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4297
|
-
export {
|
|
4298
|
-
/** @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 */
|
|
4299
|
-
default as SplitSquareVerticalIcon
|
|
4300
|
-
} from '../icons/square-split-vertical';
|
|
4301
4301
|
// SquareUserRound aliases
|
|
4302
4302
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4303
4303
|
export {
|
|
@@ -4328,18 +4328,28 @@ export {
|
|
|
4328
4328
|
/** @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 */
|
|
4329
4329
|
default as AlignCenterIcon
|
|
4330
4330
|
} from '../icons/text-align-center';
|
|
4331
|
-
// TextAlignEnd aliases
|
|
4332
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4333
|
-
export {
|
|
4334
|
-
/** @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 */
|
|
4335
|
-
default as AlignRightIcon
|
|
4336
|
-
} from '../icons/text-align-end';
|
|
4337
4331
|
// TextAlignJustify aliases
|
|
4338
4332
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4339
4333
|
export {
|
|
4340
4334
|
/** @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 */
|
|
4341
4335
|
default as AlignJustifyIcon
|
|
4342
4336
|
} from '../icons/text-align-justify';
|
|
4337
|
+
// TextAlignStart aliases
|
|
4338
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4339
|
+
export {
|
|
4340
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4341
|
+
default as TextIcon
|
|
4342
|
+
} from '../icons/text-align-start';
|
|
4343
|
+
export {
|
|
4344
|
+
/** @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 */
|
|
4345
|
+
default as AlignLeftIcon
|
|
4346
|
+
} from '../icons/text-align-start';
|
|
4347
|
+
// TextAlignEnd aliases
|
|
4348
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4349
|
+
export {
|
|
4350
|
+
/** @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 */
|
|
4351
|
+
default as AlignRightIcon
|
|
4352
|
+
} from '../icons/text-align-end';
|
|
4343
4353
|
// TextInitial aliases
|
|
4344
4354
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4345
4355
|
export {
|
|
@@ -4358,22 +4368,6 @@ export {
|
|
|
4358
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4359
4369
|
default as TrainIcon
|
|
4360
4370
|
} from '../icons/tram-front';
|
|
4361
|
-
// TextAlignStart aliases
|
|
4362
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4363
|
-
export {
|
|
4364
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4365
|
-
default as TextIcon
|
|
4366
|
-
} from '../icons/text-align-start';
|
|
4367
|
-
export {
|
|
4368
|
-
/** @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 */
|
|
4369
|
-
default as AlignLeftIcon
|
|
4370
|
-
} from '../icons/text-align-start';
|
|
4371
|
-
// TreePalm aliases
|
|
4372
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4373
|
-
export {
|
|
4374
|
-
/** @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 */
|
|
4375
|
-
default as PalmtreeIcon
|
|
4376
|
-
} from '../icons/tree-palm';
|
|
4377
4371
|
// TriangleAlert aliases
|
|
4378
4372
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4379
4373
|
export {
|
|
@@ -4386,6 +4380,12 @@ export {
|
|
|
4386
4380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4387
4381
|
default as Tv2Icon
|
|
4388
4382
|
} from '../icons/tv-minimal';
|
|
4383
|
+
// TreePalm aliases
|
|
4384
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4385
|
+
export {
|
|
4386
|
+
/** @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 */
|
|
4387
|
+
default as PalmtreeIcon
|
|
4388
|
+
} from '../icons/tree-palm';
|
|
4389
4389
|
// University aliases
|
|
4390
4390
|
export { default as UniversityIcon } from '../icons/university';
|
|
4391
4391
|
export {
|
|
@@ -4452,16 +4452,16 @@ export {
|
|
|
4452
4452
|
/** @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 */
|
|
4453
4453
|
default as Wallet2Icon
|
|
4454
4454
|
} from '../icons/wallet-minimal';
|
|
4455
|
-
// WandSparkles aliases
|
|
4456
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4457
|
-
export {
|
|
4458
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4459
|
-
default as Wand2Icon
|
|
4460
|
-
} from '../icons/wand-sparkles';
|
|
4461
4455
|
// WavesHorizontal aliases
|
|
4462
4456
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4463
4457
|
export {
|
|
4464
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
4465
4459
|
default as WavesIcon
|
|
4466
4460
|
} from '../icons/waves-horizontal';
|
|
4461
|
+
// WandSparkles aliases
|
|
4462
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4463
|
+
export {
|
|
4464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4465
|
+
default as Wand2Icon
|
|
4466
|
+
} from '../icons/wand-sparkles';
|
|
4467
4467
|
|